DACA2 - f
STARTDATE 2018-08-22
STARTTIME 21:35:55
GIT-REVISION 799601c
ftp://ftp.se.debian.org/debian/pool/main/f/f-el/f-el_0.20.0.orig.tar.xz
ftp://ftp.se.debian.org/debian/pool/main/f/f-irc/f-irc_1.36.orig.tar.gz
fi-1.36/buffer.c:74:28: style: Function 'is_markerline' argument 1 names different: declaration 'pbuffer' definition 'pb'. [funcArgNamesDifferent]
fi-1.36/buffer.h:38:28: note: Function 'is_markerline' argument 1 names different: declaration 'pbuffer' definition 'pb'.
fi-1.36/buffer.c:74:28: note: Function 'is_markerline' argument 1 names different: declaration 'pbuffer' definition 'pb'.
fi-1.36/channels.c:72:2: style: Variable 'pc' is reassigned a value before the old one has been used. [redundantAssignment]
fi-1.36/channels.c:66:0: note: Variable 'pc' is reassigned a value before the old one has been used.
fi-1.36/channels.c:72:2: note: Variable 'pc' is reassigned a value before the old one has been used.
fi-1.36/channels.c:673:13: style: The scope of the variable 'prev_y_channels' can be reduced. [variableScope]
fi-1.36/channels.c:674:13: style: The scope of the variable 'prev_y_names' can be reduced. [variableScope]
fi-1.36/channels.c:293:32: style: Function 'show_channel_list' argument 1 names different: declaration 'win' definition 'channel_window'. [funcArgNamesDifferent]
fi-1.36/channels.h:90:32: note: Function 'show_channel_list' argument 1 names different: declaration 'win' definition 'channel_window'.
fi-1.36/channels.c:293:32: note: Function 'show_channel_list' argument 1 names different: declaration 'win' definition 'channel_window'.
fi-1.36/channels.c:383:63: style: Function 'change_channel' argument 3 names different: declaration 'reset_cursor' definition 'change_cursor'. [funcArgNamesDifferent]
fi-1.36/channels.h:94:63: note: Function 'change_channel' argument 3 names different: declaration 'reset_cursor' definition 'change_cursor'.
fi-1.36/channels.c:383:63: note: Function 'change_channel' argument 3 names different: declaration 'reset_cursor' definition 'change_cursor'.
fi-1.36/colors.c:65:3: error: Common realloc mistake: 'pidc' nulled but not freed upon failure [memleakOnRealloc]
fi-1.36/config.c:508:4: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
fi-1.36/config.c:502:0: note: Variable 'n' is reassigned a value before the old one has been used.
fi-1.36/config.c:508:4: note: Variable 'n' is reassigned a value before the old one has been used.
fi-1.36/config.c:153:2: error: Common realloc mistake: 'favorite_channels' nulled but not freed upon failure [memleakOnRealloc]
fi-1.36/ctcp.c:207:4: style: Variable 'pars' is reassigned a value before the old one has been used. [redundantAssignment]
fi-1.36/ctcp.c:201:0: note: Variable 'pars' is reassigned a value before the old one has been used.
fi-1.36/ctcp.c:207:4: note: Variable 'pars' is reassigned a value before the old one has been used.
fi-1.36/ctcp.c:38:7: style: The scope of the variable 'n_to_move' can be reduced. [variableScope]
fi-1.36/dcc.c:193:54: style: Function 'init_recv_dcc' argument 2 names different: declaration 'addr' definition 'addr_in'. [funcArgNamesDifferent]
fi-1.36/dcc.h:27:54: note: Function 'init_recv_dcc' argument 2 names different: declaration 'addr' definition 'addr_in'.
fi-1.36/dcc.c:193:54: note: Function 'init_recv_dcc' argument 2 names different: declaration 'addr' definition 'addr_in'.
fi-1.36/dcc.c:193:77: style: Function 'init_recv_dcc' argument 4 names different: declaration 'server_index' definition 'server_nr'. [funcArgNamesDifferent]
fi-1.36/dcc.h:27:74: note: Function 'init_recv_dcc' argument 4 names different: declaration 'server_index' definition 'server_nr'.
fi-1.36/dcc.c:193:77: note: Function 'init_recv_dcc' argument 4 names different: declaration 'server_index' definition 'server_nr'.
fi-1.36/dcc.c:193:92: style: Function 'init_recv_dcc' argument 5 names different: declaration 'channel_index' definition 'channel_nr'. [funcArgNamesDifferent]
fi-1.36/dcc.h:27:92: note: Function 'init_recv_dcc' argument 5 names different: declaration 'channel_index' definition 'channel_nr'.
fi-1.36/dcc.c:193:92: note: Function 'init_recv_dcc' argument 5 names different: declaration 'channel_index' definition 'channel_nr'.
fi-1.36/dcc.c:104:2: error: Common realloc mistake: 'dcc_list' nulled but not freed upon failure [memleakOnRealloc]
fi-1.36/dcc.c:219:2: error: Common realloc mistake: 'dcc_list' nulled but not freed upon failure [memleakOnRealloc]
fi-1.36/help.c:141:49: error: Null pointer dereference [nullPointer]
fi-1.36/ignores.c:51:3: error: Common realloc mistake: 'ignores' nulled but not freed upon failure [memleakOnRealloc]
fi-1.36/irc.c:313:27: style: Condition 'channel_index==-1' is always true [knownConditionTrueFalse]
fi-1.36/irc.c:64:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
fi-1.36/irc.c:48:0: note: Variable 'rc' is reassigned a value before the old one has been used.
fi-1.36/irc.c:64:2: note: Variable 'rc' is reassigned a value before the old one has been used.
fi-1.36/irc.c:167:3: style: Variable 'space' is reassigned a value before the old one has been used. [redundantAssignment]
fi-1.36/irc.c:163:0: note: Variable 'space' is reassigned a value before the old one has been used.
fi-1.36/irc.c:167:3: note: Variable 'space' is reassigned a value before the old one has been used.
fi-1.36/irc.c:214:4: style: Variable 'colon_search_before' is reassigned a value before the old one has been used. [redundantAssignment]
fi-1.36/irc.c:210:0: note: Variable 'colon_search_before' is reassigned a value before the old one has been used.
fi-1.36/irc.c:214:4: note: Variable 'colon_search_before' is reassigned a value before the old one has been used.
fi-1.36/irc.c:738:4: style: Variable 'pc' is reassigned a value before the old one has been used. [redundantAssignment]
fi-1.36/irc.c:731:0: note: Variable 'pc' is reassigned a value before the old one has been used.
fi-1.36/irc.c:738:4: note: Variable 'pc' is reassigned a value before the old one has been used.
fi-1.36/irc.c:107:50: style: Function 'create_channel' argument 2 names different: declaration 'channel_index' definition 'channel'. [funcArgNamesDifferent]
fi-1.36/irc.h:20:50: note: Function 'create_channel' argument 2 names different: declaration 'channel_index' definition 'channel'.
fi-1.36/irc.c:107:50: note: Function 'create_channel' argument 2 names different: declaration 'channel_index' definition 'channel'.
fi-1.36/irc.c:901:37: style: Function 'irc_privmsg' argument 2 names different: declaration 'channel_name' definition 'channel'. [funcArgNamesDifferent]
fi-1.36/irc.h:23:37: note: Function 'irc_privmsg' argument 2 names different: declaration 'channel_name' definition 'channel'.
fi-1.36/irc.c:901:37: note: Function 'irc_privmsg' argument 2 names different: declaration 'channel_name' definition 'channel'.
fi-1.36/irc.c:906:34: style: Function 'irc_kick' argument 2 names different: declaration 'channel_name' definition 'channel'. [funcArgNamesDifferent]
fi-1.36/irc.h:24:34: note: Function 'irc_kick' argument 2 names different: declaration 'channel_name' definition 'channel'.
fi-1.36/irc.c:906:34: note: Function 'irc_kick' argument 2 names different: declaration 'channel_name' definition 'channel'.
fi-1.36/irc.c:914:33: style: Function 'irc_ban' argument 2 names different: declaration 'channel_name' definition 'channel'. [funcArgNamesDifferent]
fi-1.36/irc.h:25:33: note: Function 'irc_ban' argument 2 names different: declaration 'channel_name' definition 'channel'.
fi-1.36/irc.c:914:33: note: Function 'irc_ban' argument 2 names different: declaration 'channel_name' definition 'channel'.
fi-1.36/irc.c:924:32: style: Function 'irc_op' argument 2 names different: declaration 'channel_name' definition 'channel'. [funcArgNamesDifferent]
fi-1.36/irc.h:26:32: note: Function 'irc_op' argument 2 names different: declaration 'channel_name' definition 'channel'.
fi-1.36/irc.c:924:32: note: Function 'irc_op' argument 2 names different: declaration 'channel_name' definition 'channel'.
fi-1.36/irc.c:937:40: style: Function 'irc_allowspeak' argument 2 names different: declaration 'channel_name' definition 'channel'. [funcArgNamesDifferent]
fi-1.36/irc.h:28:40: note: Function 'irc_allowspeak' argument 2 names different: declaration 'channel_name' definition 'channel'.
fi-1.36/irc.c:937:40: note: Function 'irc_allowspeak' argument 2 names different: declaration 'channel_name' definition 'channel'.
fi-1.36/irc.c:955:33: style: Function 'irc_who' argument 2 names different: declaration 'channel_name' definition 'channel'. [funcArgNamesDifferent]
fi-1.36/irc.h:29:33: note: Function 'irc_who' argument 2 names different: declaration 'channel_name' definition 'channel'.
fi-1.36/irc.c:955:33: note: Function 'irc_who' argument 2 names different: declaration 'channel_name' definition 'channel'.
fi-1.36/irc.c:960:35: style: Function 'irc_topic' argument 2 names different: declaration 'channel_name' definition 'channel'. [funcArgNamesDifferent]
fi-1.36/irc.h:30:35: note: Function 'irc_topic' argument 2 names different: declaration 'channel_name' definition 'channel'.
fi-1.36/irc.c:960:35: note: Function 'irc_topic' argument 2 names different: declaration 'channel_name' definition 'channel'.
fi-1.36/irc.c:984:34: style: Function 'irc_join' argument 2 names different: declaration 'channel_name' definition 'channel'. [funcArgNamesDifferent]
fi-1.36/irc.h:32:34: note: Function 'irc_join' argument 2 names different: declaration 'channel_name' definition 'channel'.
fi-1.36/irc.c:984:34: note: Function 'irc_join' argument 2 names different: declaration 'channel_name' definition 'channel'.
fi-1.36/irc.c:989:34: style: Function 'irc_part' argument 2 names different: declaration 'channel_name' definition 'channel'. [funcArgNamesDifferent]
fi-1.36/irc.h:35:34: note: Function 'irc_part' argument 2 names different: declaration 'channel_name' definition 'channel'.
fi-1.36/irc.c:989:34: note: Function 'irc_part' argument 2 names different: declaration 'channel_name' definition 'channel'.
fi-1.36/loop.c:876:3: style: Variable 'stdin_index' is reassigned a value before the old one has been used. [redundantAssignment]
fi-1.36/loop.c:868:0: note: Variable 'stdin_index' is reassigned a value before the old one has been used.
fi-1.36/loop.c:876:3: note: Variable 'stdin_index' is reassigned a value before the old one has been used.
fi-1.36/loop.c:868:7: style: The scope of the variable 'pollrc' can be reduced. [variableScope]
fi-1.36/loop.c:184:48: style: Function 'output_to_window' argument 2 names different: declaration 'string' definition 'string_in'. [funcArgNamesDifferent]
fi-1.36/loop.h:20:48: note: Function 'output_to_window' argument 2 names different: declaration 'string' definition 'string_in'.
fi-1.36/loop.c:184:48: note: Function 'output_to_window' argument 2 names different: declaration 'string' definition 'string_in'.
fi-1.36/loop.c:412:21: style: Function 'log_channel' argument 1 names different: declaration 'server_nr' definition 'iserver'. [funcArgNamesDifferent]
fi-1.36/loop.h:21:21: note: Function 'log_channel' argument 1 names different: declaration 'server_nr' definition 'iserver'.
fi-1.36/loop.c:412:21: note: Function 'log_channel' argument 1 names different: declaration 'server_nr' definition 'iserver'.
fi-1.36/loop.c:412:89: style: Function 'log_channel' argument 5 names different: declaration 'gen_hl' definition 'meta_hl'. [funcArgNamesDifferent]
fi-1.36/loop.h:21:91: note: Function 'log_channel' argument 5 names different: declaration 'gen_hl' definition 'meta_hl'.
fi-1.36/loop.c:412:89: note: Function 'log_channel' argument 5 names different: declaration 'gen_hl' definition 'meta_hl'.
fi-1.36/loop.c:584:28: style: Function 'update_statusline' argument 1 names different: declaration 'server_nr' definition 'serv'. [funcArgNamesDifferent]
fi-1.36/loop.h:22:28: note: Function 'update_statusline' argument 1 names different: declaration 'server_nr' definition 'serv'.
fi-1.36/loop.c:584:28: note: Function 'update_statusline' argument 1 names different: declaration 'server_nr' definition 'serv'.
fi-1.36/loop.c:584:38: style: Function 'update_statusline' argument 2 names different: declaration 'channel_nr' definition 'chan'. [funcArgNamesDifferent]
fi-1.36/loop.h:22:43: note: Function 'update_statusline' argument 2 names different: declaration 'channel_nr' definition 'chan'.
fi-1.36/loop.c:584:38: note: Function 'update_statusline' argument 2 names different: declaration 'channel_nr' definition 'chan'.
fi-1.36/loop.c:584:56: style: Function 'update_statusline' argument 3 names different: declaration 'format' definition 'fmt'. [funcArgNamesDifferent]
fi-1.36/loop.h:22:67: note: Function 'update_statusline' argument 3 names different: declaration 'format' definition 'fmt'.
fi-1.36/loop.c:584:56: note: Function 'update_statusline' argument 3 names different: declaration 'format' definition 'fmt'.
fi-1.36/loop.c:967:32: style: Function 'update_channel_border' argument 1 names different: declaration 'server_nr' definition 'server_index'. [funcArgNamesDifferent]
fi-1.36/loop.h:25:32: note: Function 'update_channel_border' argument 1 names different: declaration 'server_nr' definition 'server_index'.
fi-1.36/loop.c:967:32: note: Function 'update_channel_border' argument 1 names different: declaration 'server_nr' definition 'server_index'.
fi-1.36/loop.c:380:33: error: Null pointer dereference [nullPointer]
fi-1.36/main.c:492:2: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
fi-1.36/main.c:484:0: note: Variable 'c' is reassigned a value before the old one has been used.
fi-1.36/main.c:492:2: note: Variable 'c' is reassigned a value before the old one has been used.
fi-1.36/main.c:990:5: style: Variable 'space_offset' is reassigned a value before the old one has been used. [redundantAssignment]
fi-1.36/main.c:985:0: note: Variable 'space_offset' is reassigned a value before the old one has been used.
fi-1.36/main.c:990:5: note: Variable 'space_offset' is reassigned a value before the old one has been used.
fi-1.36/names.c:47:67: style: Function 'change_nick' argument 3 names different: declaration 'nick' definition 'old_nick'. [funcArgNamesDifferent]
fi-1.36/names.h:12:67: note: Function 'change_nick' argument 3 names different: declaration 'nick' definition 'old_nick'.
fi-1.36/names.c:47:67: note: Function 'change_nick' argument 3 names different: declaration 'nick' definition 'old_nick'.
fi-1.36/scrollback.c:199:55: style: Function 'global_search' argument 2 names different: declaration 'title_in' definition 'search_what'. [funcArgNamesDifferent]
fi-1.36/scrollback.h:10:55: note: Function 'global_search' argument 2 names different: declaration 'title_in' definition 'search_what'.
fi-1.36/scrollback.c:199:55: note: Function 'global_search' argument 2 names different: declaration 'title_in' definition 'search_what'.
fi-1.36/scrollback.c:449:71: style: Function 'scrollback_and_select' argument 3 names different: declaration 'value' definition 'sel_str'. [funcArgNamesDifferent]
fi-1.36/scrollback.h:13:71: note: Function 'scrollback_and_select' argument 3 names different: declaration 'value' definition 'sel_str'.
fi-1.36/scrollback.c:449:71: note: Function 'scrollback_and_select' argument 3 names different: declaration 'value' definition 'sel_str'.
fi-1.36/servers.c:213:3: style: Variable 'ps' is reassigned a value before the old one has been used. [redundantAssignment]
fi-1.36/servers.c:204:0: note: Variable 'ps' is reassigned a value before the old one has been used.
fi-1.36/servers.c:213:3: note: Variable 'ps' is reassigned a value before the old one has been used.
fi-1.36/servers.c:116:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
fi-1.36/servers.c:64:42: style: Function 'close_server' argument 2 names different: declaration 'leave_channels' definition 'leave_channel'. [funcArgNamesDifferent]
fi-1.36/servers.h:90:42: note: Function 'close_server' argument 2 names different: declaration 'leave_channels' definition 'leave_channel'.
fi-1.36/servers.c:64:42: note: Function 'close_server' argument 2 names different: declaration 'leave_channels' definition 'leave_channel'.
fi-1.36/servers.c:136:28: style: Function 'add_server' argument 1 names different: declaration 'host_and_port' definition 'host_and_port_in'. [funcArgNamesDifferent]
fi-1.36/servers.h:89:28: note: Function 'add_server' argument 1 names different: declaration 'host_and_port' definition 'host_and_port_in'.
fi-1.36/servers.c:136:28: note: Function 'add_server' argument 1 names different: declaration 'host_and_port' definition 'host_and_port_in'.
fi-1.36/servers.c:674:23: style: Function 'add_autojoin' argument 1 names different: declaration 'server_index' definition 'sr'. [funcArgNamesDifferent]
fi-1.36/servers.h:101:23: note: Function 'add_autojoin' argument 1 names different: declaration 'server_index' definition 'sr'.
fi-1.36/servers.c:674:23: note: Function 'add_autojoin' argument 1 names different: declaration 'server_index' definition 'sr'.
fi-1.36/servers.c:142:2: error: Common realloc mistake: 'server_list' nulled but not freed upon failure [memleakOnRealloc]
fi-1.36/string_array.c:134:43: style: Function 'free_splitted_string' argument 1 names different: declaration 'prats' definition 'parts'. [funcArgNamesDifferent]
fi-1.36/string_array.h:31:43: note: Function 'free_splitted_string' argument 1 names different: declaration 'prats' definition 'parts'.
fi-1.36/string_array.c:134:43: note: Function 'free_splitted_string' argument 1 names different: declaration 'prats' definition 'parts'.
fi-1.36/tcp.c:26:0: style: Variable 'interval' is assigned a value that is never used. [unreadVariable]
fi-1.36/term.c:214:60: style: Function 'escape_print' argument 3 names different: declaration 'reverse' definition 'rev'. [funcArgNamesDifferent]
fi-1.36/term.h:38:60: note: Function 'escape_print' argument 3 names different: declaration 'reverse' definition 'rev'.
fi-1.36/term.c:214:60: note: Function 'escape_print' argument 3 names different: declaration 'reverse' definition 'rev'.
fi-1.36/term.c:214:76: style: Function 'escape_print' argument 4 names different: declaration 'underline' definition 'un'. [funcArgNamesDifferent]
fi-1.36/term.h:38:80: note: Function 'escape_print' argument 4 names different: declaration 'underline' definition 'un'.
fi-1.36/term.c:214:76: note: Function 'escape_print' argument 4 names different: declaration 'underline' definition 'un'.
fi-1.36/user.c:1363:3: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
fi-1.36/user.c:1357:0: note: Variable 'n' is reassigned a value before the old one has been used.
fi-1.36/user.c:1363:3: note: Variable 'n' is reassigned a value before the old one has been used.
fi-1.36/user.c:1598:3: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
fi-1.36/user.c:1582:0: note: Variable 'c' is reassigned a value before the old one has been used.
fi-1.36/user.c:1598:3: note: Variable 'c' is reassigned a value before the old one has been used.
fi-1.36/user.c:1643:4: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
fi-1.36/user.c:1640:0: note: Variable 'n' is reassigned a value before the old one has been used.
fi-1.36/user.c:1643:4: note: Variable 'n' is reassigned a value before the old one has been used.
fi-1.36/user.c:1749:3: style: Variable 'bps' is reassigned a value before the old one has been used. [redundantAssignment]
fi-1.36/user.c:1736:0: note: Variable 'bps' is reassigned a value before the old one has been used.
fi-1.36/user.c:1749:3: note: Variable 'bps' is reassigned a value before the old one has been used.
fi-1.36/user.c:1934:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
fi-1.36/user.c:1932:0: note: Variable 's' is reassigned a value before the old one has been used.
fi-1.36/user.c:1934:2: note: Variable 's' is reassigned a value before the old one has been used.
fi-1.36/user.c:2541:35: style: The scope of the variable 'loop' can be reduced. [variableScope]
fi-1.36/user.c:442:20: style: Function 'cmd_LEAVE' argument 1 names different: declaration 'current_server' definition 'server_nr'. [funcArgNamesDifferent]
fi-1.36/user.h:10:20: note: Function 'cmd_LEAVE' argument 1 names different: declaration 'current_server' definition 'server_nr'.
fi-1.36/user.c:442:20: note: Function 'cmd_LEAVE' argument 1 names different: declaration 'current_server' definition 'server_nr'.
fi-1.36/user.c:442:35: style: Function 'cmd_LEAVE' argument 2 names different: declaration 'current_server_channel_nr' definition 'server_channel_nr'. [funcArgNamesDifferent]
fi-1.36/user.h:10:40: note: Function 'cmd_LEAVE' argument 2 names different: declaration 'current_server_channel_nr' definition 'server_channel_nr'.
fi-1.36/user.c:442:35: note: Function 'cmd_LEAVE' argument 2 names different: declaration 'current_server_channel_nr' definition 'server_channel_nr'.
fi-1.36/user.c:935:19: style: Function 'user_menu' argument 1 names different: declaration 'server_index' definition 'sr'. [funcArgNamesDifferent]
fi-1.36/user.h:12:19: note: Function 'user_menu' argument 1 names different: declaration 'server_index' definition 'sr'.
fi-1.36/user.c:935:19: note: Function 'user_menu' argument 1 names different: declaration 'server_index' definition 'sr'.
fi-1.36/user.c:935:27: style: Function 'user_menu' argument 2 names different: declaration 'channel_index' definition 'ch'. [funcArgNamesDifferent]
fi-1.36/user.h:12:37: note: Function 'user_menu' argument 2 names different: declaration 'channel_index' definition 'ch'.
fi-1.36/user.c:935:27: note: Function 'user_menu' argument 2 names different: declaration 'channel_index' definition 'ch'.
fi-1.36/user.c:1950:43: style: Function 'user_channel_menu' argument 2 names different: declaration 'user' definition 'nick'. [funcArgNamesDifferent]
fi-1.36/user.h:17:43: note: Function 'user_channel_menu' argument 2 names different: declaration 'user' definition 'nick'.
fi-1.36/user.c:1950:43: note: Function 'user_channel_menu' argument 2 names different: declaration 'user' definition 'nick'.
fi-1.36/utf8.c:209:40: error: Null pointer dereference [nullPointer]
fi-1.36/utils.c:299:2: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
fi-1.36/utils.c:292:0: note: Variable 'out' is reassigned a value before the old one has been used.
fi-1.36/utils.c:299:2: note: Variable 'out' is reassigned a value before the old one has been used.
fi-1.36/utils.c:268:16: style: Function 'LOG' argument 1 names different: declaration 'str' definition 's'. [funcArgNamesDifferent]
fi-1.36/utils.h:15:16: note: Function 'LOG' argument 1 names different: declaration 'str' definition 's'.
fi-1.36/utils.c:268:16: note: Function 'LOG' argument 1 names different: declaration 'str' definition 's'.
[21:35]
ftp://ftp.se.debian.org/debian/pool/main/f/f-spot/f-spot_0.8.2.orig.tar.gz
f-spot-0.8.2/lib/libfspot/f-pixbuf-unsharp.c:162:12: style: The scope of the variable 'cmatrix_p' can be reduced. [variableScope]
f-spot-0.8.2/lib/libfspot/f-pixbuf-unsharp.c:164:12: style: The scope of the variable 'cur_col_p1' can be reduced. [variableScope]
f-spot-0.8.2/lib/libfspot/f-pixbuf-unsharp.c:165:12: style: The scope of the variable 'dest_col_p' can be reduced. [variableScope]
f-spot-0.8.2/lib/libfspot/f-pixbuf-unsharp.c:166:12: style: The scope of the variable 'ctable_p' can be reduced. [variableScope]
f-spot-0.8.2/lib/libfspot/f-pixbuf-unsharp.c:456:11: style: The scope of the variable 'dest' can be reduced. [variableScope]
f-spot-0.8.2/lib/libfspot/f-pixbuf-unsharp.c:99:21: style: Variable 'matrix_midpoint' is assigned a value that is never used. [unreadVariable]
f-spot-0.8.2/lib/libfspot/f-pixbuf-unsharp.c:225:20: style: Variable 'cmatrix_p' is assigned a value that is never used. [unreadVariable]
f-spot-0.8.2/lib/libfspot/f-pixbuf-unsharp.c:403:7: style: Unused variable: row [unusedVariable]
f-spot-0.8.2/lib/libfspot/f-pixbuf-unsharp.c:409:14: style: Variable 'span' is assigned a value that is never used. [unreadVariable]
f-spot-0.8.2/lib/libfspot/f-pixbuf-utils.c:183:20: style: Variable 'n_channels' is assigned a value that is never used. [unreadVariable]
f-spot-0.8.2/lib/libfspot/f-pixbuf-utils.c:187:38: style: Variable 'key' is assigned a value that is never used. [unreadVariable]
f-spot-0.8.2/lib/libfspot/f-screen-utils.c:23:15: style: The scope of the variable 'profile' can be reduced. [variableScope]
f-spot-0.8.2/lib/libfspot/f-screen-utils.c:28:11: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
f-spot-0.8.2/lib/libfspot/f-screen-utils.c:127:12: style: Unused variable: WhitePnt [unusedVariable]
[21:35]
ftp://ftp.se.debian.org/debian/pool/main/f/f2c/f2c_20160102.orig.tar.gz
f2c-20160102/src/cds.c:45:10: style: The scope of the variable 'esign' can be reduced. [variableScope]
f2c-20160102/src/data.c:259:15: style: The scope of the variable 'badvar' can be reduced. [variableScope]
f2c-20160102/src/data.c:261:14: style: The scope of the variable 'last_lineno' can be reduced. [variableScope]
f2c-20160102/src/data.c:262:15: style: The scope of the variable 'last_varname' can be reduced. [variableScope]
f2c-20160102/src/data.c:418:18: style: The scope of the variable 'q' can be reduced. [variableScope]
f2c-20160102/src/data.c:462:9: style: The scope of the variable 'qc' can be reduced. [variableScope]
f2c-20160102/src/data.c:390:7: style: Variable 'buf' is not assigned a value. [unassignedVariable]
f2c-20160102/src/equiv.c:41:6: style: The scope of the variable 'comno' can be reduced. [variableScope]
f2c-20160102/src/equiv.c:329:17: style: The scope of the variable 'np' can be reduced. [variableScope]
f2c-20160102/src/error.c:160:7: style: The scope of the variable 'buff' can be reduced. [variableScope]
f2c-20160102/src/exec.c:293:29: style: The scope of the variable 'p' can be reduced. [variableScope]
f2c-20160102/src/exec.c:404:8: style: The scope of the variable 'str' can be reduced. [variableScope]
f2c-20160102/src/exec.c:405:6: style: The scope of the variable 'n' can be reduced. [variableScope]
f2c-20160102/src/exec.c:475:18: style: The scope of the variable 'p' can be reduced. [variableScope]
f2c-20160102/src/exec.c:720:8: style: The scope of the variable 'np' can be reduced. [variableScope]
f2c-20160102/src/exec.c:786:17: style: The scope of the variable 'q' can be reduced. [variableScope]
f2c-20160102/src/exec.c:788:22: style: The scope of the variable 'cpprev' can be reduced. [variableScope]
f2c-20160102/src/exec.c:789:0: style: The scope of the variable 'k' can be reduced. [variableScope]
f2c-20160102/src/exec.c:789:0: style: The scope of the variable 'stno' can be reduced. [variableScope]
f2c-20160102/src/expr.c:1616:36: warning: Either the condition 'dimp' is redundant or there is possible null pointer dereference: dimp. [nullPointerRedundantCheck]
f2c-20160102/src/expr.c:1609:10: note: Assuming that condition 'dimp' is not redundant
f2c-20160102/src/expr.c:1616:36: note: Null pointer dereference
f2c-20160102/src/expr.c:1618:40: warning: Either the condition 'dimp' is redundant or there is possible null pointer dereference: dimp. [nullPointerRedundantCheck]
f2c-20160102/src/expr.c:1609:10: note: Assuming that condition 'dimp' is not redundant
f2c-20160102/src/expr.c:1618:40: note: Null pointer dereference
f2c-20160102/src/expr.c:154:11: style: The scope of the variable 'len' can be reduced. [variableScope]
f2c-20160102/src/expr.c:155:7: style: The scope of the variable 'buff' can be reduced. [variableScope]
f2c-20160102/src/expr.c:157:9: style: The scope of the variable 'u' can be reduced. [variableScope]
f2c-20160102/src/expr.c:159:15: style: The scope of the variable 'kind' can be reduced. [variableScope]
f2c-20160102/src/expr.c:936:12: style: The scope of the variable 't' can be reduced. [variableScope]
f2c-20160102/src/expr.c:937:6: style: The scope of the variable 'qtag' can be reduced. [variableScope]
f2c-20160102/src/expr.c:1333:8: style: The scope of the variable 's' can be reduced. [variableScope]
f2c-20160102/src/expr.c:1386:9: style: The scope of the variable 'ep' can be reduced. [variableScope]
f2c-20160102/src/expr.c:1582:12: style: The scope of the variable 'e1' can be reduced. [variableScope]
f2c-20160102/src/expr.c:1909:9: style: The scope of the variable 'neltp' can be reduced. [variableScope]
f2c-20160102/src/expr.c:1982:6: style: The scope of the variable 'k' can be reduced. [variableScope]
f2c-20160102/src/expr.c:1983:6: style: The scope of the variable 'type' can be reduced. [variableScope]
f2c-20160102/src/expr.c:1984:0: style: The scope of the variable 'leng' can be reduced. [variableScope]
f2c-20160102/src/expr.c:3056:8: style: The scope of the variable 's' can be reduced. [variableScope]
f2c-20160102/src/expr.c:3526:8: style: The scope of the variable 's' can be reduced. [variableScope]
f2c-20160102/src/expr.c:3595:27: style: The scope of the variable 'tyi' can be reduced. [variableScope]
f2c-20160102/src/format.c:1239:7: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
f2c-20160102/src/format.c:2315:9: warning: %llx in format string (no. 1) requires 'unsigned long long *' but the argument type is 'signed long long *'. [invalidScanfArgType_int]
f2c-20160102/src/format.c:942:9: style: The scope of the variable 'add_n_' can be reduced. [variableScope]
f2c-20160102/src/format.c:1120:8: style: The scope of the variable 'arg' can be reduced. [variableScope]
f2c-20160102/src/format.c:1313:26: style: The scope of the variable 'sep' can be reduced. [variableScope]
f2c-20160102/src/format.c:1430:8: style: The scope of the variable 'comma' can be reduced. [variableScope]
f2c-20160102/src/format.c:1527:6: style: The scope of the variable 'eb' can be reduced. [variableScope]
f2c-20160102/src/format.c:1527:16: style: The scope of the variable 'n' can be reduced. [variableScope]
f2c-20160102/src/format.c:1529:9: style: The scope of the variable 'b' can be reduced. [variableScope]
f2c-20160102/src/format.c:1529:12: style: The scope of the variable 'vl' can be reduced. [variableScope]
f2c-20160102/src/format.c:1531:8: style: The scope of the variable 'amp' can be reduced. [variableScope]
f2c-20160102/src/format.c:1531:14: style: The scope of the variable 'comma' can be reduced. [variableScope]
f2c-20160102/src/format.c:1765:10: style: The scope of the variable 'es' can be reduced. [variableScope]
f2c-20160102/src/format.c:2404:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
f2c-20160102/src/formatdata.c:569:10: style: The scope of the variable 'index' can be reduced. [variableScope]
f2c-20160102/src/formatdata.c:684:21: style: The scope of the variable 'Const' can be reduced. [variableScope]
f2c-20160102/src/formatdata.c:685:21: style: The scope of the variable 'L' can be reduced. [variableScope]
f2c-20160102/src/formatdata.c:723:6: style: The scope of the variable 'i' can be reduced. [variableScope]
f2c-20160102/src/formatdata.c:982:0: style: The scope of the variable 'loc0' can be reduced. [variableScope]
f2c-20160102/src/formatdata.c:1015:6: style: The scope of the variable 'btype' can be reduced. [variableScope]
f2c-20160102/src/formatdata.c:1015:39: style: The scope of the variable 'j' can be reduced. [variableScope]
f2c-20160102/src/formatdata.c:1040:8: style: The scope of the variable 'z' can be reduced. [variableScope]
f2c-20160102/src/formatdata.c:968:19: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
f2c-20160102/src/formatdata.c:969:22: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
f2c-20160102/src/gram.c:855:1: warning: Label 'yyerrlab' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
f2c-20160102/src/gram.c:776:14: error: Array index -1 is out of bounds. [negativeIndex]
f2c-20160102/src/init.c:494:6: style: The scope of the variable 'i' can be reduced. [variableScope]
f2c-20160102/src/init.c:495:7: style: The scope of the variable 'buff' can be reduced. [variableScope]
f2c-20160102/src/intr.c:506:8: style: The scope of the variable 'cq' can be reduced. [variableScope]
f2c-20160102/src/intr.c:506:12: style: The scope of the variable 'cq1' can be reduced. [variableScope]
f2c-20160102/src/io.c:1147:35: style: Same value in both branches of ternary operator. [duplicateValueTernary]
f2c-20160102/src/io.c:1162:27: style: Same value in both branches of ternary operator. [duplicateValueTernary]
f2c-20160102/src/io.c:1164:33: style: Same value in both branches of ternary operator. [duplicateValueTernary]
f2c-20160102/src/io.c:1388:14: style: The scope of the variable 'who' can be reduced. [variableScope]
f2c-20160102/src/io.c:1389:9: style: The scope of the variable 'e' can be reduced. [variableScope]
f2c-20160102/src/io.c:1390:8: style: The scope of the variable 'np' can be reduced. [variableScope]
f2c-20160102/src/io.c:1391:0: style: The scope of the variable 'ci' can be reduced. [variableScope]
f2c-20160102/src/io.c:1392:6: style: The scope of the variable 'k' can be reduced. [variableScope]
f2c-20160102/src/io.c:1393:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
f2c-20160102/src/io.c:1393:16: style: The scope of the variable 'buf1' can be reduced. [variableScope]
f2c-20160102/src/io.c:1394:10: style: The scope of the variable 'comm' can be reduced. [variableScope]
f2c-20160102/src/lex.c:418:17: style: The scope of the variable 'p' can be reduced. [variableScope]
f2c-20160102/src/lex.c:419:15: style: The scope of the variable 'k' can be reduced. [variableScope]
f2c-20160102/src/lex.c:477:17: style: The scope of the variable 's0' can be reduced. [variableScope]
f2c-20160102/src/lex.c:1212:17: style: The scope of the variable 'i' can be reduced. [variableScope]
f2c-20160102/src/lex.c:1286:17: style: The scope of the variable 'i' can be reduced. [variableScope]
f2c-20160102/src/lex.c:1287:32: style: The scope of the variable 'pend' can be reduced. [variableScope]
f2c-20160102/src/lex.c:1316:17: style: The scope of the variable 'j' can be reduced. [variableScope]
f2c-20160102/src/lex.c:147:7: style: struct member 'Fmtlist::fmtchar' is never used. [unusedStructMember]
f2c-20160102/src/lex.c:148:6: style: struct member 'Fmtlist::fmtval' is never used. [unusedStructMember]
f2c-20160102/src/lex.c:1060:6: error: Common realloc mistake: 'token' nulled but not freed upon failure [memleakOnRealloc]
f2c-20160102/src/main.c:775:3: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
f2c-20160102/src/main.c:765:6: note: Assuming that condition 'p!=NULL' is not redundant
f2c-20160102/src/main.c:775:3: note: Null pointer dereference
f2c-20160102/src/main.c:341:10: style: The scope of the variable 'ext' can be reduced. [variableScope]
f2c-20160102/src/main.c:358:17: style: The scope of the variable 's' can be reduced. [variableScope]
f2c-20160102/src/main.c:486:12: style: The scope of the variable 's1' can be reduced. [variableScope]
f2c-20160102/src/malloc.c:57:11: style: The scope of the variable 'k' can be reduced. [variableScope]
f2c-20160102/src/malloc.c:59:8: style: The scope of the variable 'top' can be reduced. [variableScope]
f2c-20160102/src/malloc.c:59:14: style: The scope of the variable 'top1' can be reduced. [variableScope]
f2c-20160102/src/malloc.c:110:8: style: The scope of the variable 'pn' can be reduced. [variableScope]
f2c-20160102/src/misc.c:90:7: style: The scope of the variable 'errbuf' can be reduced. [variableScope]
f2c-20160102/src/misc.c:424:7: style: The scope of the variable 'errbuf' can be reduced. [variableScope]
f2c-20160102/src/misc.c:1170:6: style: The scope of the variable 'c' can be reduced. [variableScope]
f2c-20160102/src/misc.c:1195:15: style: The scope of the variable 'n1' can be reduced. [variableScope]
f2c-20160102/src/misc.c:1195:19: style: The scope of the variable 't' can be reduced. [variableScope]
f2c-20160102/src/misc.c:1294:22: style: The scope of the variable 'd1' can be reduced. [variableScope]
f2c-20160102/src/misc.c:972:20: error: Memory leak: p [memleak]
f2c-20160102/src/misc.c:1274:3: error: Resource leak: f [resourceLeak]
f2c-20160102/src/names.c:675:15: style: The scope of the variable 'Lfmt' can be reduced. [variableScope]
f2c-20160102/src/names.c:451:32: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
f2c-20160102/src/niceprintf.c:56:9: style: The scope of the variable 'ind' can be reduced. [variableScope]
f2c-20160102/src/niceprintf.c:56:14: style: The scope of the variable 'tab' can be reduced. [variableScope]
f2c-20160102/src/output.c:1706:14: warning: Either the condition 'labels' is redundant or there is possible null pointer dereference: labels. [nullPointerRedundantCheck]
f2c-20160102/src/output.c:1684:14: note: Assuming that condition 'labels' is not redundant
f2c-20160102/src/output.c:1706:14: note: Null pointer dereference
f2c-20160102/src/output.c:442:13: style: The scope of the variable 'comm' can be reduced. [variableScope]
f2c-20160102/src/output.c:475:0: style: The scope of the variable 'j' can be reduced. [variableScope]
f2c-20160102/src/output.c:476:18: style: The scope of the variable 'k' can be reduced. [variableScope]
f2c-20160102/src/output.c:1504:9: style: The scope of the variable 'did_one' can be reduced. [variableScope]
f2c-20160102/src/p1output.c:167:20: style: The scope of the variable 'cdsbuf1' can be reduced. [variableScope]
f2c-20160102/src/p1output.c:661:9: style: union member 'dL::d' is never used. [unusedStructMember]
f2c-20160102/src/p1output.c:662:7: style: union member 'dL::L' is never used. [unusedStructMember]
f2c-20160102/src/parse_args.c:521:5: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
f2c-20160102/src/parse_args.c:525:5: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
f2c-20160102/src/parse_args.c:357:17: style: The scope of the variable 'low_prefix' can be reduced. [variableScope]
f2c-20160102/src/parse_args.c:358:17: style: The scope of the variable 'low_string' can be reduced. [variableScope]
f2c-20160102/src/parse_args.c:411:18: style: The scope of the variable 'c' can be reduced. [variableScope]
f2c-20160102/src/parse_args.c:473:10: style: The scope of the variable 'L' can be reduced. [variableScope]
f2c-20160102/src/pread.c:355:15: warning: Logical conjunction always evaluates to false: c < '0' && c > '9'. [incorrectLogicOperator]
f2c-20160102/src/pread.c:956:21: style: The scope of the variable 'at' can be reduced. [variableScope]
f2c-20160102/src/proc.c:900:7: warning: Redundant assignment of 'type' to itself. [selfAssignment]
f2c-20160102/src/proc.c:127:8: style: The scope of the variable 'a' can be reduced. [variableScope]
f2c-20160102/src/proc.c:130:8: style: The scope of the variable 'np' can be reduced. [variableScope]
f2c-20160102/src/proc.c:179:23: style: The scope of the variable 'type' can be reduced. [variableScope]
f2c-20160102/src/proc.c:313:21: style: The scope of the variable 'at' can be reduced. [variableScope]
f2c-20160102/src/proc.c:484:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
f2c-20160102/src/proc.c:484:17: style: The scope of the variable 'badname' can be reduced. [variableScope]
f2c-20160102/src/proc.c:485:13: style: The scope of the variable 'nbad' can be reduced. [variableScope]
f2c-20160102/src/proc.c:486:14: style: The scope of the variable 'already' can be reduced. [variableScope]
f2c-20160102/src/proc.c:972:17: style: The scope of the variable 'q' can be reduced. [variableScope]
f2c-20160102/src/proc.c:1015:17: style: The scope of the variable 'v' can be reduced. [variableScope]
f2c-20160102/src/proc.c:1136:6: style: The scope of the variable 'size' can be reduced. [variableScope]
f2c-20160102/src/proc.c:1136:12: style: The scope of the variable 'nd' can be reduced. [variableScope]
f2c-20160102/src/proc.c:1136:16: style: The scope of the variable 'i' can be reduced. [variableScope]
f2c-20160102/src/proc.c:1202:15: style: The scope of the variable 't' can be reduced. [variableScope]
f2c-20160102/src/proc.c:1384:17: style: The scope of the variable 't' can be reduced. [variableScope]
f2c-20160102/src/proc.c:1385:15: style: The scope of the variable 'c' can be reduced. [variableScope]
f2c-20160102/src/proc.c:1385:18: style: The scope of the variable 'i' can be reduced. [variableScope]
f2c-20160102/src/proc.c:1686:16: style: The scope of the variable 't' can be reduced. [variableScope]
f2c-20160102/src/put.c:193:17: style: The scope of the variable 'q' can be reduced. [variableScope]
f2c-20160102/src/putpcc.c:710:16: warning: Either the condition 'q' is redundant or there is possible null pointer dereference: q. [nullPointerRedundantCheck]
f2c-20160102/src/putpcc.c:686:7: note: Assuming that condition 'q' is not redundant
f2c-20160102/src/putpcc.c:710:16: note: Null pointer dereference
f2c-20160102/src/putpcc.c:1703:12: warning: Either the condition 'p==(struct Exprblock*)NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
f2c-20160102/src/putpcc.c:1709:11: note: Assuming that condition 'p==(struct Exprblock*)NULL' is not redundant
f2c-20160102/src/putpcc.c:1703:12: note: Null pointer dereference
f2c-20160102/src/putpcc.c:1705:16: warning: Either the condition 'p==(struct Exprblock*)NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
f2c-20160102/src/putpcc.c:1709:11: note: Assuming that condition 'p==(struct Exprblock*)NULL' is not redundant
f2c-20160102/src/putpcc.c:1705:16: note: Null pointer dereference
f2c-20160102/src/putpcc.c:1143:6: style: The scope of the variable 'i' can be reduced. [variableScope]
f2c-20160102/src/putpcc.c:1144:8: style: The scope of the variable 'length_copy' can be reduced. [variableScope]
f2c-20160102/src/putpcc.c:1144:21: style: The scope of the variable 'string_copy' can be reduced. [variableScope]
f2c-20160102/src/putpcc.c:1145:9: style: The scope of the variable 'e' can be reduced. [variableScope]
f2c-20160102/src/putpcc.c:1992:7: style: The scope of the variable 'comment_buf' can be reduced. [variableScope]
f2c-20160102/src/putpcc.c:1993:8: style: The scope of the variable 'what' can be reduced. [variableScope]
f2c-20160102/src/putpcc.c:2132:9: style: The scope of the variable 'n' can be reduced. [variableScope]
f2c-20160102/src/sysdep.c:544:11: style: Condition ''\v'=='v'' is always false [knownConditionTrueFalse]
f2c-20160102/src/sysdep.c:284:6: warning: Redundant assignment of 'sig' to itself. [selfAssignment]
f2c-20160102/src/sysdep.c:305:6: warning: Redundant assignment of 'sig' to itself. [selfAssignment]
f2c-20160102/src/sysdep.c:318:6: warning: Redundant assignment of 'sig' to itself. [selfAssignment]
f2c-20160102/src/sysdep.c:335:6: warning: Redundant assignment of 'sig' to itself. [selfAssignment]
f2c-20160102/src/sysdep.c:192:14: style: The scope of the variable 'tdbuf' can be reduced. [variableScope]
f2c-20160102/src/sysdeptest.c:14:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
f2c-20160102/src/vax.c:83:8: style: The scope of the variable 'x0' can be reduced. [variableScope]
f2c-20160102/src/vax.c:83:13: style: The scope of the variable 'x1' can be reduced. [variableScope]
f2c-20160102/src/vax.c:84:20: style: The scope of the variable 'cdsbuf1' can be reduced. [variableScope]
f2c-20160102/src/vax.c:154:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
f2c-20160102/src/vax.c:155:12: style: The scope of the variable 'e1' can be reduced. [variableScope]
f2c-20160102/src/vax.c:468:10: style: The scope of the variable 'Q' can be reduced. [variableScope]
f2c-20160102/src/vax.c:483:17: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
f2c-20160102/src/xsum.c:209:7: warning: Redundant assignment of 'argc' to itself. [selfAssignment]
f2c-20160102/src/xsum.c:204:6: style: The scope of the variable 'x' can be reduced. [variableScope]
[21:36]
ftp://ftp.se.debian.org/debian/pool/main/f/f2fs-tools/f2fs-tools_1.7.0.orig.tar.xz
f2fs-tools-1.7.0/fsck/f2fs.h:262:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/defrag.c:65:20: style: The scope of the variable 'se' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/dir.c:224:30: warning: Either the condition 'child==NULL' is redundant or there is possible null pointer dereference: child. [nullPointerRedundantCheck]
f2fs-tools-1.7.0/fsck/dir.c:236:30: note: Assuming that condition 'child==NULL' is not redundant
f2fs-tools-1.7.0/fsck/dir.c:224:30: note: Null pointer dereference
f2fs-tools-1.7.0/fsck/dir.c:225:29: warning: Either the condition 'child==NULL' is redundant or there is possible null pointer dereference: child. [nullPointerRedundantCheck]
f2fs-tools-1.7.0/fsck/dir.c:236:30: note: Assuming that condition 'child==NULL' is not redundant
f2fs-tools-1.7.0/fsck/dir.c:225:29: note: Null pointer dereference
f2fs-tools-1.7.0/fsck/dir.c:231:27: warning: Either the condition 'parent==NULL' is redundant or there is possible null pointer dereference: parent. [nullPointerRedundantCheck]
f2fs-tools-1.7.0/fsck/dir.c:236:13: note: Assuming that condition 'parent==NULL' is not redundant
f2fs-tools-1.7.0/fsck/dir.c:231:27: note: Null pointer dereference
f2fs-tools-1.7.0/fsck/dir.c:232:26: warning: Either the condition 'child==NULL' is redundant or there is possible null pointer dereference: child. [nullPointerRedundantCheck]
f2fs-tools-1.7.0/fsck/dir.c:236:30: note: Assuming that condition 'child==NULL' is not redundant
f2fs-tools-1.7.0/fsck/dir.c:232:26: note: Null pointer dereference
f2fs-tools-1.7.0/fsck/dir.c:233:29: warning: Either the condition 'child==NULL' is redundant or there is possible null pointer dereference: child. [nullPointerRedundantCheck]
f2fs-tools-1.7.0/fsck/dir.c:236:30: note: Assuming that condition 'child==NULL' is not redundant
f2fs-tools-1.7.0/fsck/dir.c:233:29: note: Null pointer dereference
f2fs-tools-1.7.0/fsck/dump.c:165:2: performance: Buffer 'buf' is being written before its old content has been used. [redundantCopy]
f2fs-tools-1.7.0/fsck/dump.c:164:2: note: Buffer 'buf' is being written before its old content has been used.
f2fs-tools-1.7.0/fsck/dump.c:165:2: note: Buffer 'buf' is being written before its old content has been used.
f2fs-tools-1.7.0/fsck/dump.c:36:6: style: The scope of the variable 'seg_off' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/dump.c:37:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/dump.c:115:20: style: The scope of the variable 'se' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/dump.c:122:10: style: The scope of the variable 'i' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/dump.c:123:15: style: The scope of the variable 'offset' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/dump.c:175:29: style: The scope of the variable 'sum_blk' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/dump.c:342:7: style: The scope of the variable 'name' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/dump.c:343:7: style: The scope of the variable 'path' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/dump.c:28:32: style: Variable 'sb' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/dump.c:353:8: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
f2fs-tools-1.7.0/fsck/fsck.c:59:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
f2fs-tools-1.7.0/fsck/fsck.c:57:0: note: Variable 'node' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/fsck/fsck.c:59:2: note: Variable 'node' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/fsck/fsck.c:210:2: style: Variable 'node_blk' is reassigned a value before the old one has been used. [redundantAssignment]
f2fs-tools-1.7.0/fsck/fsck.c:205:0: note: Variable 'node_blk' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/fsck/fsck.c:210:2: note: Variable 'node_blk' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/fsck/fsck.c:502:2: style: Variable 'node_blk' is reassigned a value before the old one has been used. [redundantAssignment]
f2fs-tools-1.7.0/fsck/fsck.c:500:0: note: Variable 'node_blk' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/fsck/fsck.c:502:2: note: Variable 'node_blk' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/fsck/fsck.c:1536:20: style: The scope of the variable 'se' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/fsck.c:1670:25: style: The scope of the variable 'tmp' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/fsck.c:1673:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/fsck.c:1482:32: style: Variable 'sb' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/fsck.c:1714:32: style: Variable 'sb' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/fsck.c:1046:3: error: Common realloc mistake: 'tree_mark' nulled but not freed upon failure [memleakOnRealloc]
f2fs-tools-1.7.0/fsck/main.c:179:12: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
f2fs-tools-1.7.0/fsck/main.c:436:32: style: Variable 'sb' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/main.c:534:10: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
f2fs-tools-1.7.0/fsck/mount.c:1200:2: style: Variable 'node_blk' is reassigned a value before the old one has been used. [redundantAssignment]
f2fs-tools-1.7.0/fsck/mount.c:1195:0: note: Variable 'node_blk' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/fsck/mount.c:1200:2: note: Variable 'node_blk' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/fsck/mount.c:1345:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
f2fs-tools-1.7.0/fsck/mount.c:1338:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/fsck/mount.c:1345:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/fsck/mount.c:1392:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
f2fs-tools-1.7.0/fsck/mount.c:1385:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/fsck/mount.c:1392:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/fsck/mount.c:870:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/mount.c:930:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/mount.c:1341:20: style: The scope of the variable 'se' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/mount.c:1440:15: style: The scope of the variable 'segno' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/mount.c:1544:20: style: The scope of the variable 'se' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/mount.c:1565:22: style: The scope of the variable 'se2' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/mount.c:1588:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/mount.c:1773:6: style: The scope of the variable 'seg_off' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/mount.c:1774:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/mount.c:1656:29: style: Function 'lookup_nat_in_journal' argument 3 names different: declaration 'ne' definition 'raw_nat'. [funcArgNamesDifferent]
f2fs-tools-1.7.0/fsck/f2fs.h:475:92: note: Function 'lookup_nat_in_journal' argument 3 names different: declaration 'ne' definition 'raw_nat'.
f2fs-tools-1.7.0/fsck/mount.c:1656:29: note: Function 'lookup_nat_in_journal' argument 3 names different: declaration 'ne' definition 'raw_nat'.
f2fs-tools-1.7.0/fsck/mount.c:459:32: style: Variable 'sb' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/mount.c:621:32: style: Variable 'sb' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/mount.c:622:31: style: Variable 'cp' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/mount.c:707:32: style: Variable 'sb' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/mount.c:708:31: style: Variable 'cp' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/mount.c:754:32: style: Variable 'sb' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/mount.c:755:31: style: Variable 'cp' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/mount.c:1096:31: style: Variable 'cp' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/mount.c:1306:32: style: Variable 'sb' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/mount.c:1307:31: style: Variable 'cp' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/mount.c:1510:31: style: Variable 'cp' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/mount.c:1711:32: style: Variable 'sb' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/mount.c:1767:32: style: Variable 'sb' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/mount.c:1953:7: style: Variable 'cp' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/node.c:197:2: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
f2fs-tools-1.7.0/fsck/node.c:187:0: note: Variable 'parent' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/fsck/node.c:197:2: note: Variable 'parent' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/fsck/resize.c:139:20: style: The scope of the variable 'se' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/resize.c:340:20: style: The scope of the variable 'se' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/resize.c:509:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
f2fs-tools-1.7.0/fsck/resize.c:204:32: style: Variable 'sb' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/resize.c:271:32: style: Variable 'sb' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/resize.c:393:32: style: Variable 'sb' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/fsck/segment.c:80:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
f2fs-tools-1.7.0/fsck/segment.c:74:0: note: Variable 'ret' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/fsck/segment.c:80:2: note: Variable 'ret' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/fsck/segment.c:125:20: portability: 'data_blk' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
f2fs-tools-1.7.0/fsck/sload.c:80:20: warning: Either the condition 'entries<0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
f2fs-tools-1.7.0/fsck/sload.c:75:14: note: Assuming that condition 'entries<0' is not redundant
f2fs-tools-1.7.0/fsck/sload.c:80:20: note: Invalid argument
f2fs-tools-1.7.0/fsck/xattr.c:41:36: portability: 'txattr_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
f2fs-tools-1.7.0/fsck/xattr.c:110:33: portability: 'txattr_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
f2fs-tools-1.7.0/lib/libf2fs.c:511:2: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
f2fs-tools-1.7.0/lib/libf2fs.c:508:0: note: Variable 'file' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/lib/libf2fs.c:511:2: note: Variable 'file' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/lib/zbc.c:538:12: style: Same expression on both sides of '==' because the value of 'phase' and '0' are the same. [duplicateExpression]
f2fs-tools-1.7.0/lib/zbc.c:430:14: note: 'phase' is assigned value '0' here.
f2fs-tools-1.7.0/lib/zbc.c:538:12: note: Same expression on both sides of '==' because the value of 'phase' and '0' are the same.
f2fs-tools-1.7.0/mkfs/f2fs_format.c:353:2: style: Variable 'zero_buf' is reassigned a value before the old one has been used. [redundantAssignment]
f2fs-tools-1.7.0/mkfs/f2fs_format.c:348:0: note: Variable 'zero_buf' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/mkfs/f2fs_format.c:353:2: note: Variable 'zero_buf' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/mkfs/f2fs_format.c:387:2: style: Variable 'nat_buf' is reassigned a value before the old one has been used. [redundantAssignment]
f2fs-tools-1.7.0/mkfs/f2fs_format.c:382:0: note: Variable 'nat_buf' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/mkfs/f2fs_format.c:387:2: note: Variable 'nat_buf' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/mkfs/f2fs_format.c:738:2: style: Variable 'raw_node' is reassigned a value before the old one has been used. [redundantAssignment]
f2fs-tools-1.7.0/mkfs/f2fs_format.c:734:0: note: Variable 'raw_node' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/mkfs/f2fs_format.c:738:2: note: Variable 'raw_node' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/mkfs/f2fs_format.c:814:2: style: Variable 'nat_blk' is reassigned a value before the old one has been used. [redundantAssignment]
f2fs-tools-1.7.0/mkfs/f2fs_format.c:811:0: note: Variable 'nat_blk' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/mkfs/f2fs_format.c:814:2: note: Variable 'nat_blk' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/mkfs/f2fs_format.c:854:2: style: Variable 'dent_blk' is reassigned a value before the old one has been used. [redundantAssignment]
f2fs-tools-1.7.0/mkfs/f2fs_format.c:851:0: note: Variable 'dent_blk' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/mkfs/f2fs_format.c:854:2: note: Variable 'dent_blk' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/mkfs/f2fs_format_utils.c:46:2: style: Variable 'range' is assigned a value that is never used. [unreadVariable]
f2fs-tools-1.7.0/tools/f2fs_io_parse.c:92:2: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
f2fs-tools-1.7.0/tools/f2fs_io_parse.c:255:3: warning: %lld in format string (no. 3) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
f2fs-tools-1.7.0/tools/f2fs_io_parse.c:255:3: warning: %lld in format string (no. 4) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
f2fs-tools-1.7.0/tools/f2fs_io_parse.c:260:4: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
f2fs-tools-1.7.0/tools/f2fs_io_parse.c:260:4: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
f2fs-tools-1.7.0/tools/f2fs_io_parse.c:187:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
f2fs-tools-1.7.0/tools/f2fs_io_parse.c:186:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/tools/f2fs_io_parse.c:187:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/tools/f2fs_io_parse.c:196:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
f2fs-tools-1.7.0/tools/f2fs_io_parse.c:193:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/tools/f2fs_io_parse.c:196:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/tools/f2fs_io_parse.c:217:3: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
f2fs-tools-1.7.0/tools/f2fs_io_parse.c:215:3: note: Variable 'ptr' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/tools/f2fs_io_parse.c:217:3: note: Variable 'ptr' is reassigned a value before the old one has been used.
f2fs-tools-1.7.0/tools/f2fs_io_parse.c:211:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
f2fs-tools-1.7.0/tools/f2fstat.c:231:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
[21:36]
ftp://ftp.se.debian.org/debian/pool/main/f/f2j/f2j_0.8.1+dfsg.orig.tar.xz
f2j-0.8.1/libbytecode/api.c:3402:36: style: Condition 'jvm_opcode[op].width>1' is always true [knownConditionTrueFalse]
f2j-0.8.1/libbytecode/api.c:87:9: style: The scope of the variable 'pname' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/api.c:1396:15: style: The scope of the variable 'tmpmeth' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/api.c:1513:7: style: The scope of the variable 'c' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/api.c:2708:24: style: The scope of the variable 'nodeptr' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/api.c:3699:9: style: The scope of the variable 'tmpconst' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/api.c:3725:13: style: The scope of the variable 'tmpconst' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/api.c:3755:14: style: The scope of the variable 'tmpfield' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/api.c:3813:12: style: The scope of the variable 'c' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/api.c:4057:18: style: The scope of the variable 'tmpattr' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/api.c:4060:12: style: The scope of the variable 'c' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/api.c:1553:17: style: Variable 'const_table' is assigned a value that is never used. [unreadVariable]
f2j-0.8.1/libbytecode/api.c:256:14: error: Memory pointed to by 'sc' is freed twice. [doubleFree]
f2j-0.8.1/libbytecode/api.c:514:5: error: Memory pointed to by 't' is freed twice. [doubleFree]
f2j-0.8.1/libbytecode/api.c:521:5: error: Memory pointed to by 't' is freed twice. [doubleFree]
f2j-0.8.1/libbytecode/api.c:378:0: error: Dereferencing 'attr_temp' after it is deallocated / released [deallocuse]
f2j-0.8.1/libbytecode/class.c:1705:20: warning: Either the condition '!d' is redundant or there is possible null pointer dereference: d. [nullPointerRedundantCheck]
f2j-0.8.1/libbytecode/class.c:1708:6: note: Assuming that condition '!d' is not redundant
f2j-0.8.1/libbytecode/class.c:1705:20: note: Null pointer dereference
f2j-0.8.1/libbytecode/class.c:1059:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
f2j-0.8.1/libbytecode/class.c:1061:3: note: Found duplicate branches for 'if' and 'else'.
f2j-0.8.1/libbytecode/class.c:1059:3: note: Found duplicate branches for 'if' and 'else'.
f2j-0.8.1/libbytecode/class.c:1252:35: style: Same expression on both sides of '&&'. [duplicateExpression]
f2j-0.8.1/libbytecode/class.c:1266:33: style: Same expression on both sides of '||'. [duplicateExpression]
f2j-0.8.1/libbytecode/class.c:110:13: style: The scope of the variable 'tmpconst' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/class.c:184:12: style: The scope of the variable 'ival' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/class.c:215:14: style: The scope of the variable 'tmpfield' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/class.c:217:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/class.c:257:15: style: The scope of the variable 'tmpmeth' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/class.c:259:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/class.c:308:12: style: The scope of the variable 'c' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/class.c:378:12: style: The scope of the variable 'idx' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/class.c:389:36: style: The scope of the variable 'entry' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/class.c:401:39: style: The scope of the variable 'entry' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/class.c:402:11: style: The scope of the variable 'len' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/class.c:419:31: style: The scope of the variable 'entry' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/class.c:483:24: style: The scope of the variable 'node' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/class.c:484:6: style: The scope of the variable 'op' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/class.c:603:7: style: The scope of the variable 'idx' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/class.c:1270:15: style: The scope of the variable 'desc' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/class.c:2134:18: style: The scope of the variable 'bp' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/constant_pool.c:680:11: style: Condition '!isBigEndian()' is always true [knownConditionTrueFalse]
f2j-0.8.1/libbytecode/constant_pool.c:729:11: style: Condition '!isBigEndian()' is always true [knownConditionTrueFalse]
f2j-0.8.1/libbytecode/constant_pool.c:218:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
f2j-0.8.1/libbytecode/constant_pool.c:247:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
f2j-0.8.1/libbytecode/constant_pool.c:258:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
f2j-0.8.1/libbytecode/constant_pool.c:260:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
f2j-0.8.1/libbytecode/constant_pool.c:292:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
f2j-0.8.1/libbytecode/constant_pool.c:292:11: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
f2j-0.8.1/libbytecode/constant_pool.c:301:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
f2j-0.8.1/libbytecode/constant_pool.c:301:11: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
f2j-0.8.1/libbytecode/constant_pool.c:314:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
f2j-0.8.1/libbytecode/constant_pool.c:314:11: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
f2j-0.8.1/libbytecode/constant_pool.c:300:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
f2j-0.8.1/libbytecode/constant_pool.c:312:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
f2j-0.8.1/libbytecode/constant_pool.c:1397:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
f2j-0.8.1/libbytecode/constant_pool.c:172:14: style: The scope of the variable 'tmpfield' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/constant_pool.c:173:13: style: The scope of the variable 'tmpfield2' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/constant_pool.c:208:13: style: The scope of the variable 'tmpconst' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/constant_pool.c:558:13: style: The scope of the variable 'ctemp' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/constant_pool.c:761:13: style: The scope of the variable 'ctemp' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/constant_pool.c:810:13: style: The scope of the variable 'ctemp' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/constant_pool.c:932:13: style: The scope of the variable 'ctemp' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/constant_pool.c:996:13: style: The scope of the variable 'ctemp' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/constant_pool.c:1221:13: style: The scope of the variable 'newnode' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/constant_pool.c:1267:13: style: The scope of the variable 'newnode' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/constant_pool.c:1316:13: style: The scope of the variable 'newnode' can be reduced. [variableScope]
f2j-0.8.1/libbytecode/constant_pool.c:1373:13: style: The scope of the variable 'newnode' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:4945:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
f2j-0.8.1/src/codegen.c:4968:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
f2j-0.8.1/src/codegen.c:7974:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
f2j-0.8.1/src/codegen.c:9634:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
f2j-0.8.1/src/codegen.c:9651:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
f2j-0.8.1/src/codegen.c:9664:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
f2j-0.8.1/src/codegen.c:4659:24: warning: Either the condition 'if(cprefix&&strlen(cprefix)>0)' is redundant or there is possible null pointer dereference: cprefix. [nullPointerRedundantCheck]
f2j-0.8.1/src/codegen.c:4663:7: note: Assuming that condition 'if(cprefix&&strlen(cprefix)>0)' is not redundant
f2j-0.8.1/src/codegen.c:4659:24: note: Null pointer dereference
f2j-0.8.1/src/codegen.c:11541:24: warning: Either the condition 'ret==NULL' is redundant or there is possible null pointer dereference: ret. [nullPointerRedundantCheck]
f2j-0.8.1/src/codegen.c:11538:11: note: Assuming that condition 'ret==NULL' is not redundant
f2j-0.8.1/src/codegen.c:11541:24: note: Null pointer dereference
f2j-0.8.1/src/codegen.c:11080:3: style: Variable 'root->astnode.assignment.lhs' is reassigned a value before the old one has been used. [redundantAssignment]
f2j-0.8.1/src/codegen.c:11075:3: note: Variable 'root->astnode.assignment.lhs' is reassigned a value before the old one has been used.
f2j-0.8.1/src/codegen.c:11080:3: note: Variable 'root->astnode.assignment.lhs' is reassigned a value before the old one has been used.
f2j-0.8.1/src/codegen.c:107:9: style: The scope of the variable 'c' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:108:9: style: The scope of the variable 'locals' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:711:13: style: The scope of the variable 'jc' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:840:13: style: The scope of the variable 'hashtemp' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:1054:36: style: The scope of the variable 'goto_node2' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:1055:7: style: The scope of the variable 'c' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:1592:13: style: The scope of the variable 'hashtemp' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:1916:13: style: The scope of the variable 'ht2' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:2590:13: style: The scope of the variable 'hashtemp' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:2591:7: style: The scope of the variable 'count' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:2927:25: style: The scope of the variable 'Ctemp' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:2978:13: style: The scope of the variable 'i' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:3130:7: style: The scope of the variable 'length' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:3928:19: style: The scope of the variable 't' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:4015:8: style: The scope of the variable 'startIdx' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:4016:7: style: The scope of the variable 'eval' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:4108:20: style: The scope of the variable 'end' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:4232:9: style: The scope of the variable 'blockName' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:4233:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:4233:12: style: The scope of the variable 'i' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:4622:18: style: The scope of the variable 'mtmp' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:5082:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:5083:7: style: The scope of the variable 'c' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:5101:15: style: The scope of the variable 'ht' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:5235:13: style: The scope of the variable 'ht' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:6481:7: style: The scope of the variable 'ct' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:7503:13: style: The scope of the variable 'decstr' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:7948:24: style: The scope of the variable 'if_node' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:7948:34: style: The scope of the variable 'goto_node' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:8006:24: style: The scope of the variable 'if_node' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:8006:34: style: The scope of the variable 'goto_node' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:8364:24: style: The scope of the variable 'goto_node1' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:8364:37: style: The scope of the variable 'goto_node2' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:8365:30: style: The scope of the variable 'et_entry' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:9283:46: style: The scope of the variable 'goto_node' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:9285:8: style: The scope of the variable 'tmp_int' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:9286:16: style: The scope of the variable 'lptr' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:9540:13: style: The scope of the variable 'ht' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:9542:7: style: The scope of the variable 'c' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:9907:29: style: The scope of the variable 'srch_mref' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:10143:9: style: The scope of the variable 'com_prefix' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:10562:17: style: The scope of the variable 'tmplist' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:10563:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:10937:7: style: The scope of the variable 'c' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:11198:8: style: The scope of the variable 'v' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:11245:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:11318:7: style: The scope of the variable 'this_arg_is_arrayacc' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:11318:29: style: The scope of the variable 'other_arg_is_arrayacc' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:11319:7: style: The scope of the variable 'this_arg_is_scalar' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:11319:27: style: The scope of the variable 'other_arg_is_scalar' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:11392:15: style: The scope of the variable 'adapter_method' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:11393:13: style: The scope of the variable 'hashtemp' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:11396:8: style: The scope of the variable 'cval' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:12123:7: style: The scope of the variable 'dim' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:12202:15: style: The scope of the variable 'meth' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:12203:12: style: The scope of the variable 'tmplist' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:12204:7: style: The scope of the variable 'count' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:12204:14: style: The scope of the variable 'obj_array_varnum' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:12205:41: style: The scope of the variable 'tmpdesc' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:12206:7: style: The scope of the variable 'c' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:12207:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:12313:16: style: The scope of the variable 'dim' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:12393:23: style: The scope of the variable 'dim' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:12498:7: style: The scope of the variable 'c' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:12619:14: style: The scope of the variable 'hashtemp' can be reduced. [variableScope]
f2j-0.8.1/src/codegen.c:1847:8: warning: Char literal compared with pointer 'p'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
f2j-0.8.1/src/codegen.c:1890:8: warning: Char literal compared with pointer 'p'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
f2j-0.8.1/src/f2jlex.c:1412:27: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
f2j-0.8.1/src/f2jlex.c:1411:28: note: outer condition: tab->fortran_name!=NULL
f2j-0.8.1/src/f2jlex.c:1412:27: note: opposite inner condition: tab->fortran_name==NULL
f2j-0.8.1/src/f2jlex.c:1351:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
f2j-0.8.1/src/f2jlex.c:1628:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
f2j-0.8.1/src/f2jlex.c:1709:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
f2j-0.8.1/src/f2jlex.c:657:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
f2j-0.8.1/src/f2jlex.c:814:9: style: The scope of the variable 'tempfp' can be reduced. [variableScope]
f2j-0.8.1/src/f2jlex.c:815:9: style: The scope of the variable 'prefix' can be reduced. [variableScope]
f2j-0.8.1/src/f2jlex.c:1207:7: style: The scope of the variable 'items' can be reduced. [variableScope]
f2j-0.8.1/src/f2jlex.c:1207:14: style: The scope of the variable 'short_line' can be reduced. [variableScope]
f2j-0.8.1/src/f2jlex.c:1332:16: style: The scope of the variable 'tokenlength' can be reduced. [variableScope]
f2j-0.8.1/src/f2jlex.c:1491:7: style: The scope of the variable 'token' can be reduced. [variableScope]
f2j-0.8.1/src/f2jlex.c:1659:16: style: The scope of the variable 'tokenlength' can be reduced. [variableScope]
f2j-0.8.1/src/f2jlex.c:1660:23: style: The scope of the variable 'swap_buf' can be reduced. [variableScope]
f2j-0.8.1/src/f2jlex.c:918:32: style: Array index 'iidx' is used before limits check. [arrayIndexThenCheck]
f2j-0.8.1/src/f2jmain.c:632:4: warning: Either the condition '!line' is redundant or there is possible null pointer dereference: line. [nullPointerRedundantCheck]
f2j-0.8.1/src/f2jmain.c:634:6: note: Assuming that condition '!line' is not redundant
f2j-0.8.1/src/f2jmain.c:632:4: note: Null pointer dereference
f2j-0.8.1/src/f2jmain.c:531:8: style: The scope of the variable 'cur_dir' can be reduced. [variableScope]
f2j-0.8.1/src/f2jmain.c:600:19: style: The scope of the variable 'entry' can be reduced. [variableScope]
f2j-0.8.1/src/f2jmain.c:626:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
f2j-0.8.1/src/f2jmain.c:667:10: style: The scope of the variable 'class' can be reduced. [variableScope]
f2j-0.8.1/src/f2jmain.c:667:19: style: The scope of the variable 'method' can be reduced. [variableScope]
f2j-0.8.1/src/f2jmain.c:667:29: style: The scope of the variable 'desc' can be reduced. [variableScope]
f2j-0.8.1/src/optimize.c:954:13: style: The scope of the variable 'hashtemp' can be reduced. [variableScope]
f2j-0.8.1/src/optimize.c:1208:18: style: The scope of the variable 'ht2' can be reduced. [variableScope]
f2j-0.8.1/src/optimize.c:1210:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
f2j-0.8.1/src/symtab.c:217:30: style: The scope of the variable 'i' can be reduced. [variableScope]
f2j-0.8.1/src/typecheck.c:916:10: warning: Either the condition 'temp==NULL' is redundant or there is possible null pointer dereference: temp. [nullPointerRedundantCheck]
f2j-0.8.1/src/typecheck.c:918:15: note: Assuming that condition 'temp==NULL' is not redundant
f2j-0.8.1/src/typecheck.c:916:10: note: Null pointer dereference
f2j-0.8.1/src/typecheck.c:536:23: style: The scope of the variable 'prev' can be reduced. [variableScope]
f2j-0.8.1/src/vcg_emitter.c:425:7: style: The scope of the variable 'name_nodenum' can be reduced. [variableScope]
f2jparse.y:366:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
[21:36]
ftp://ftp.se.debian.org/debian/pool/main/f/f3/f3_7.1.orig.tar.gz
f3-7.1/f3fix.c:58:25: warning: Either the condition '!arg' is redundant or there is possible null pointer dereference: arg. [nullPointerRedundantCheck]
f3-7.1/f3fix.c:59:6: note: Assuming that condition '!arg' is not redundant
f3-7.1/f3fix.c:58:25: note: Null pointer dereference
f3-7.1/f3write.c:588:17: style: Checking if unsigned variable 'free_space' is less than zero. [unsignedLessThanZero]
f3-7.1/libdevs.c:1317:17: style: Checking if unsigned variable 'sdev->sb_n' is less than zero. [unsignedLessThanZero]
f3-7.1/libdevs.c:1309:13: style: Variable 'has_seq' is assigned a value that is never used. [unreadVariable]
f3-7.1/utils.c:142:18: warning: Either the condition '!arg' is redundant or there is possible null pointer dereference: arg. [nullPointerRedundantCheck]
f3-7.1/utils.c:143:6: note: Assuming that condition '!arg' is not redundant
f3-7.1/utils.c:142:18: note: Null pointer dereference
[21:36]
ftp://ftp.se.debian.org/debian/pool/main/f/faad2/faad2_2.8.8.orig.tar.gz
faad2-2.8.8/common/mp4ff/mp4atom.c:506:13: style: The scope of the variable 'i' can be reduced. [variableScope]
faad2-2.8.8/common/mp4ff/mp4atom.c:542:13: style: The scope of the variable 'i' can be reduced. [variableScope]
faad2-2.8.8/common/mp4ff/mp4atom.c:381:12: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
faad2-2.8.8/common/mp4ff/mp4ff.c:162:14: style: The scope of the variable 'size' can be reduced. [variableScope]
faad2-2.8.8/common/mp4ff/mp4ff.c:347:12: style: The scope of the variable 'o' can be reduced. [variableScope]
faad2-2.8.8/common/mp4ff/mp4ff.c:73:27: style: Function 'mp4ff_close' argument 1 names different: declaration 'f' definition 'ff'. [funcArgNamesDifferent]
faad2-2.8.8/common/mp4ff/mp4ff.h:159:27: note: Function 'mp4ff_close' argument 1 names different: declaration 'f' definition 'ff'.
faad2-2.8.8/common/mp4ff/mp4ff.c:73:27: note: Function 'mp4ff_close' argument 1 names different: declaration 'f' definition 'ff'.
faad2-2.8.8/common/mp4ff/mp4sample.c:40:21: style: The scope of the variable 'chunk2' can be reduced. [variableScope]
faad2-2.8.8/common/mp4ff/mp4sample.c:40:44: style: The scope of the variable 'range_samples' can be reduced. [variableScope]
faad2-2.8.8/common/mp4ff/mp4sample.c:100:13: style: The scope of the variable 'i' can be reduced. [variableScope]
faad2-2.8.8/common/mp4ff/mp4util.c:38:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
faad2-2.8.8/common/mp4ff/mp4util.c:36:0: note: Variable 'result' is reassigned a value before the old one has been used.
faad2-2.8.8/common/mp4ff/mp4util.c:38:5: note: Variable 'result' is reassigned a value before the old one has been used.
faad2-2.8.8/common/mp4ff/mp4util.c:57:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
faad2-2.8.8/common/mp4ff/mp4util.c:55:0: note: Variable 'result' is reassigned a value before the old one has been used.
faad2-2.8.8/common/mp4ff/mp4util.c:57:5: note: Variable 'result' is reassigned a value before the old one has been used.
faad2-2.8.8/frontend/audio.c:87:9: warning: Either the condition 'if(aufile)' is redundant or there is possible null pointer dereference: aufile. [nullPointerRedundantCheck]
faad2-2.8.8/frontend/audio.c:89:12: note: Assuming that condition 'if(aufile)' is not redundant
faad2-2.8.8/frontend/audio.c:87:9: note: Null pointer dereference
faad2-2.8.8/frontend/audio.c:341:18: warning: Either the condition 'if(data)' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
faad2-2.8.8/frontend/audio.c:343:8: note: Assuming that condition 'if(data)' is not redundant
faad2-2.8.8/frontend/audio.c:341:18: note: Null pointer dereference
faad2-2.8.8/frontend/audio.c:385:18: warning: Either the condition 'if(data)' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
faad2-2.8.8/frontend/audio.c:387:8: note: Assuming that condition 'if(data)' is not redundant
faad2-2.8.8/frontend/audio.c:385:18: note: Null pointer dereference
faad2-2.8.8/frontend/audio.c:430:18: warning: Either the condition 'if(data)' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
faad2-2.8.8/frontend/audio.c:432:8: note: Assuming that condition 'if(data)' is not redundant
faad2-2.8.8/frontend/audio.c:430:18: note: Null pointer dereference
faad2-2.8.8/frontend/audio.c:498:18: warning: Either the condition 'if(data)' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
faad2-2.8.8/frontend/audio.c:500:8: note: Assuming that condition 'if(data)' is not redundant
faad2-2.8.8/frontend/audio.c:498:18: note: Null pointer dereference
faad2-2.8.8/frontend/getopt.c:334:7: style: The scope of the variable 'option_index' can be reduced. [variableScope]
faad2-2.8.8/frontend/main.c:938:17: style: Condition 'useAacLength' is always false [knownConditionTrueFalse]
faad2-2.8.8/frontend/main.c:863:20: note: Assignment 'useAacLength=0', assigned value is 0
faad2-2.8.8/frontend/main.c:938:17: note: Condition 'useAacLength' is always false
faad2-2.8.8/frontend/main.c:79:13: style: The scope of the variable 'ap' can be reduced. [variableScope]
faad2-2.8.8/frontend/main.c:109:9: style: The scope of the variable 'bread' can be reduced. [variableScope]
faad2-2.8.8/frontend/main.c:474:9: style: The scope of the variable 'percent' can be reduced. [variableScope]
faad2-2.8.8/frontend/main.c:791:11: style: The scope of the variable 'sample_buffer' can be reduced. [variableScope]
faad2-2.8.8/frontend/main.c:807:9: style: The scope of the variable 'percent' can be reduced. [variableScope]
faad2-2.8.8/frontend/main.c:907:22: style: The scope of the variable 'delay' can be reduced. [variableScope]
faad2-2.8.8/frontend/main.c:1035:11: style: The scope of the variable 'fnp' can be reduced. [variableScope]
faad2-2.8.8/frontend/main.c:1116:21: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
faad2-2.8.8/frontend/main.c:1127:21: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
faad2-2.8.8/frontend/main.c:1141:21: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
faad2-2.8.8/frontend/main.c:1155:21: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
faad2-2.8.8/frontend/main.c:512:0: error: Resource leak: adtsFile [resourceLeak]
faad2-2.8.8/frontend/main.c:726:0: error: Memory leak: adtsData [memleak]
faad2-2.8.8/frontend/main.c:859:0: error: Resource leak: adtsFile [resourceLeak]
faad2-2.8.8/frontend/main.c:973:0: error: Memory leak: adtsData [memleak]
faad2-2.8.8/frontend/main.c:1258:0: error: Memory leak: aacFileName [memleak]
faad2-2.8.8/frontend/main.c:1286:0: error: Memory leak: audioFileName [memleak]
faad2-2.8.8/frontend/main.c:535:9: error: Memory leak: b.infile [memleak]
faad2-2.8.8/frontend/main.c:882:51: error: Uninitialized variable: mp4ASC [uninitvar]
faad2-2.8.8/frontend/main.c:886:69: error: Uninitialized variable: mp4ASC [uninitvar]
faad2-2.8.8/frontend/mp4read.c:132:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faad2-2.8.8/frontend/mp4read.c:944:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faad2-2.8.8/frontend/mp4read.c:945:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faad2-2.8.8/frontend/mp4read.c:946:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faad2-2.8.8/frontend/mp4read.c:947:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faad2-2.8.8/frontend/mp4read.c:949:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faad2-2.8.8/frontend/mp4read.c:950:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faad2-2.8.8/frontend/mp4read.c:951:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faad2-2.8.8/frontend/mp4read.c:952:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faad2-2.8.8/frontend/mp4read.c:796:9: style: The scope of the variable 'err' can be reduced. [variableScope]
faad2-2.8.8/libfaad/bits.c:207:18: style: The scope of the variable 'temp' can be reduced. [variableScope]
faad2-2.8.8/libfaad/bits.c:38:45: style: Function 'faad_initbits' argument 2 names different: declaration 'buffer' definition '_buffer'. [funcArgNamesDifferent]
faad2-2.8.8/libfaad/bits.h:75:45: note: Function 'faad_initbits' argument 2 names different: declaration 'buffer' definition '_buffer'.
faad2-2.8.8/libfaad/bits.c:38:45: note: Function 'faad_initbits' argument 2 names different: declaration 'buffer' definition '_buffer'.
faad2-2.8.8/libfaad/cfft.c:75:14: style: The scope of the variable 'i' can be reduced. [variableScope]
faad2-2.8.8/libfaad/cfft.c:120:14: style: The scope of the variable 'i' can be reduced. [variableScope]
faad2-2.8.8/libfaad/cfft.c:305:14: style: The scope of the variable 'i' can be reduced. [variableScope]
faad2-2.8.8/libfaad/cfft.c:392:14: style: The scope of the variable 'i' can be reduced. [variableScope]
faad2-2.8.8/libfaad/cfft.c:700:22: style: The scope of the variable 'l2' can be reduced. [variableScope]
faad2-2.8.8/libfaad/cfft.c:701:22: style: The scope of the variable 'ip' can be reduced. [variableScope]
faad2-2.8.8/libfaad/cfft.c:701:45: style: The scope of the variable 'ido' can be reduced. [variableScope]
faad2-2.8.8/libfaad/cfft.c:701:50: style: The scope of the variable 'idl1' can be reduced. [variableScope]
faad2-2.8.8/libfaad/cfft.c:779:22: style: The scope of the variable 'l2' can be reduced. [variableScope]
faad2-2.8.8/libfaad/cfft.c:780:22: style: The scope of the variable 'ip' can be reduced. [variableScope]
faad2-2.8.8/libfaad/cfft.c:780:45: style: The scope of the variable 'ido' can be reduced. [variableScope]
faad2-2.8.8/libfaad/cfft.c:780:50: style: The scope of the variable 'idl1' can be reduced. [variableScope]
faad2-2.8.8/libfaad/decoder.c:1121:13: style: Variable 'hDecoder->sample_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
faad2-2.8.8/libfaad/decoder.c:1120:13: note: Variable 'hDecoder->sample_buffer' is reassigned a value before the old one has been used.
faad2-2.8.8/libfaad/decoder.c:1121:13: note: Variable 'hDecoder->sample_buffer' is reassigned a value before the old one has been used.
faad2-2.8.8/libfaad/decoder.c:237:29: style: The scope of the variable 'bits' can be reduced. [variableScope]
faad2-2.8.8/libfaad/decoder.c:1197:29: style: Checking if unsigned variable 'hDecoder->frame' is less than zero. [unsignedLessThanZero]
faad2-2.8.8/libfaad/decoder.c:243:13: style: Variable 'bad' is modified but its new value is never used. [unreadVariable]
faad2-2.8.8/libfaad/drc.c:115:21: style: The scope of the variable 'top' can be reduced. [variableScope]
faad2-2.8.8/libfaad/drc.c:119:12: style: The scope of the variable 'factor' can be reduced. [variableScope]
faad2-2.8.8/libfaad/hcr.c:229:25: style: The scope of the variable 'this_CB' can be reduced. [variableScope]
faad2-2.8.8/libfaad/huffman.c:406:13: style: The scope of the variable 'i' can be reduced. [variableScope]
faad2-2.8.8/libfaad/ic_predict.c:46:12: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
faad2-2.8.8/libfaad/ic_predict.c:58:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
faad2-2.8.8/libfaad/ic_predict.c:60:16: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
faad2-2.8.8/libfaad/ic_predict.c:67:21: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
faad2-2.8.8/libfaad/ic_predict.c:77:21: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
faad2-2.8.8/libfaad/ic_predict.c:90:16: style: The scope of the variable 'k2' can be reduced. [variableScope]
faad2-2.8.8/libfaad/ic_predict.c:238:13: style: The scope of the variable 'sfb' can be reduced. [variableScope]
faad2-2.8.8/libfaad/ic_predict.c:239:14: style: The scope of the variable 'bin' can be reduced. [variableScope]
faad2-2.8.8/libfaad/lt_predict.c:85:13: style: The scope of the variable 'sfb' can be reduced. [variableScope]
faad2-2.8.8/libfaad/lt_predict.c:86:14: style: The scope of the variable 'bin' can be reduced. [variableScope]
faad2-2.8.8/libfaad/lt_predict.c:86:19: style: The scope of the variable 'i' can be reduced. [variableScope]
faad2-2.8.8/libfaad/lt_predict.c:86:22: style: The scope of the variable 'num_samples' can be reduced. [variableScope]
faad2-2.8.8/libfaad/lt_predict.c:87:18: style: The scope of the variable 'x_est' can be reduced. [variableScope]
faad2-2.8.8/libfaad/lt_predict.c:88:18: style: The scope of the variable 'X_est' can be reduced. [variableScope]
faad2-2.8.8/libfaad/mp4.c:126:59: style: Function 'AudioSpecificConfigFromBitfile' argument 4 names different: declaration 'bsize' definition 'buffer_size'. [funcArgNamesDifferent]
faad2-2.8.8/libfaad/mp4.h:47:69: note: Function 'AudioSpecificConfigFromBitfile' argument 4 names different: declaration 'bsize' definition 'buffer_size'.
faad2-2.8.8/libfaad/mp4.c:126:59: note: Function 'AudioSpecificConfigFromBitfile' argument 4 names different: declaration 'bsize' definition 'buffer_size'.
faad2-2.8.8/libfaad/ms.c:42:13: style: The scope of the variable 'g' can be reduced. [variableScope]
faad2-2.8.8/libfaad/ms.c:42:16: style: The scope of the variable 'b' can be reduced. [variableScope]
faad2-2.8.8/libfaad/ms.c:42:19: style: The scope of the variable 'sfb' can be reduced. [variableScope]
faad2-2.8.8/libfaad/ms.c:43:13: style: The scope of the variable 'group' can be reduced. [variableScope]
faad2-2.8.8/libfaad/ms.c:46:14: style: The scope of the variable 'i' can be reduced. [variableScope]
faad2-2.8.8/libfaad/ms.c:46:17: style: The scope of the variable 'k' can be reduced. [variableScope]
faad2-2.8.8/libfaad/ms.c:47:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
faad2-2.8.8/libfaad/output.c:93:17: style: The scope of the variable 'ch1' can be reduced. [variableScope]
faad2-2.8.8/libfaad/output.c:158:17: style: The scope of the variable 'ch1' can be reduced. [variableScope]
faad2-2.8.8/libfaad/output.c:228:17: style: The scope of the variable 'ch1' can be reduced. [variableScope]
faad2-2.8.8/libfaad/output.c:298:17: style: The scope of the variable 'ch1' can be reduced. [variableScope]
faad2-2.8.8/libfaad/output.c:350:17: style: The scope of the variable 'ch1' can be reduced. [variableScope]
faad2-2.8.8/libfaad/output.c:399:43: style: Function 'output_to_PCM' argument 3 names different: declaration 'samplebuffer' definition 'sample_buffer'. [funcArgNamesDifferent]
faad2-2.8.8/libfaad/output.h:40:27: note: Function 'output_to_PCM' argument 3 names different: declaration 'samplebuffer' definition 'sample_buffer'.
faad2-2.8.8/libfaad/output.c:399:43: note: Function 'output_to_PCM' argument 3 names different: declaration 'samplebuffer' definition 'sample_buffer'.
faad2-2.8.8/libfaad/pns.c:244:34: style: Unused variable: c [unusedVariable]
faad2-2.8.8/libfaad/ps_dec.c:760:14: warning: Redundant assignment of 'index[0]' to itself. [selfAssignment]
faad2-2.8.8/libfaad/ps_dec.c:1208:32: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
faad2-2.8.8/libfaad/ps_dec.c:1453:13: style: The scope of the variable 'bk' can be reduced. [variableScope]
faad2-2.8.8/libfaad/ps_dec.c:1454:17: style: The scope of the variable 'maxsb' can be reduced. [variableScope]
faad2-2.8.8/libfaad/ps_syntax.c:475:13: style: The scope of the variable 'n' can be reduced. [variableScope]
faad2-2.8.8/libfaad/ps_syntax.c:539:13: style: The scope of the variable 'bit' can be reduced. [variableScope]
faad2-2.8.8/libfaad/pulse.c:36:47: style: Function 'pulse_decode' argument 2 names different: declaration 'spec_coef' definition 'spec_data'. [funcArgNamesDifferent]
faad2-2.8.8/libfaad/pulse.h:38:47: note: Function 'pulse_decode' argument 2 names different: declaration 'spec_coef' definition 'spec_data'.
faad2-2.8.8/libfaad/pulse.c:36:47: note: Function 'pulse_decode' argument 2 names different: declaration 'spec_coef' definition 'spec_data'.
faad2-2.8.8/libfaad/rvlc.c:453:16: style: The scope of the variable 'j' can be reduced. [variableScope]
faad2-2.8.8/libfaad/rvlc.c:506:16: style: The scope of the variable 'j' can be reduced. [variableScope]
faad2-2.8.8/libfaad/rvlc.c:170:48: style: Function 'rvlc_decode_sf_forward' argument 4 names different: declaration 'is_used' definition 'intensity_used'. [funcArgNamesDifferent]
faad2-2.8.8/libfaad/rvlc.c:62:48: note: Function 'rvlc_decode_sf_forward' argument 4 names different: declaration 'is_used' definition 'intensity_used'.
faad2-2.8.8/libfaad/rvlc.c:170:48: note: Function 'rvlc_decode_sf_forward' argument 4 names different: declaration 'is_used' definition 'intensity_used'.
faad2-2.8.8/libfaad/rvlc.c:503:41: style: Function 'rvlc_huffman_esc' argument 1 names different: declaration 'ld_esc' definition 'ld'. [funcArgNamesDifferent]
faad2-2.8.8/libfaad/rvlc.c:71:41: note: Function 'rvlc_huffman_esc' argument 1 names different: declaration 'ld_esc' definition 'ld'.
faad2-2.8.8/libfaad/rvlc.c:503:41: note: Function 'rvlc_huffman_esc' argument 1 names different: declaration 'ld_esc' definition 'ld'.
faad2-2.8.8/libfaad/sbr_dec.c:148:13: style: The scope of the variable 'j' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_dec.c:452:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_dec.c:535:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_dec.c:604:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_dec.c:260:22: style: Checking if unsigned variable 'sbr->L_E[ch]' is less than zero. [unsignedLessThanZero]
faad2-2.8.8/libfaad/sbr_dec.c:483:9: warning: The array 'X' is too small, the function 'sbr_qmf_synthesis_32' expects a bigger one. [argumentSize]
faad2-2.8.8/libfaad/sbr_dec.c:485:9: warning: The array 'X' is too small, the function 'sbr_qmf_synthesis_64' expects a bigger one. [argumentSize]
faad2-2.8.8/libfaad/sbr_dec.c:492:9: warning: The array 'X' is too small, the function 'sbr_qmf_synthesis_32' expects a bigger one. [argumentSize]
faad2-2.8.8/libfaad/sbr_dec.c:494:9: warning: The array 'X' is too small, the function 'sbr_qmf_synthesis_64' expects a bigger one. [argumentSize]
faad2-2.8.8/libfaad/sbr_dec.c:566:9: warning: The array 'X' is too small, the function 'sbr_qmf_synthesis_32' expects a bigger one. [argumentSize]
faad2-2.8.8/libfaad/sbr_dec.c:568:9: warning: The array 'X' is too small, the function 'sbr_qmf_synthesis_64' expects a bigger one. [argumentSize]
faad2-2.8.8/libfaad/sbr_dec.c:666:9: warning: The array 'X_left' is too small, the function 'sbr_qmf_synthesis_32' expects a bigger one. [argumentSize]
faad2-2.8.8/libfaad/sbr_dec.c:667:9: warning: The array 'X_right' is too small, the function 'sbr_qmf_synthesis_32' expects a bigger one. [argumentSize]
faad2-2.8.8/libfaad/sbr_dec.c:669:9: warning: The array 'X_left' is too small, the function 'sbr_qmf_synthesis_64' expects a bigger one. [argumentSize]
faad2-2.8.8/libfaad/sbr_dec.c:670:9: warning: The array 'X_right' is too small, the function 'sbr_qmf_synthesis_64' expects a bigger one. [argumentSize]
faad2-2.8.8/libfaad/sbr_fbt.c:193:12: style: The scope of the variable 'incr' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_fbt.c:219:17: style: Checking if unsigned variable 'nrBands' is less than zero. [unsignedLessThanZero]
faad2-2.8.8/libfaad/sbr_fbt.c:391:17: style: Checking if unsigned variable 'nrBand0' is less than zero. [unsignedLessThanZero]
faad2-2.8.8/libfaad/sbr_hfadj.c:139:13: style: The scope of the variable 'm' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_hfadj.c:139:19: style: The scope of the variable 'j' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_hfadj.c:139:22: style: The scope of the variable 'k' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_hfadj.c:139:25: style: The scope of the variable 'k_l' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_hfadj.c:139:30: style: The scope of the variable 'k_h' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_hfadj.c:139:35: style: The scope of the variable 'p' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_hfadj.c:1160:13: style: The scope of the variable 'S_mapped' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_hfadj.c:1533:13: style: The scope of the variable 'h_SL' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_hfadj.c:1582:23: style: The scope of the variable 'psi' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_hfadj.c:1189:0: style: Variable 'current_res_band_size' is assigned a value that is never used. [unreadVariable]
faad2-2.8.8/libfaad/sbr_hfgen.c:92:20: style: The scope of the variable 'a0_r' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_hfgen.c:92:26: style: The scope of the variable 'a0_i' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_hfgen.c:92:32: style: The scope of the variable 'a1_r' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_hfgen.c:92:38: style: The scope of the variable 'a1_i' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_hfgen.c:120:24: style: The scope of the variable 'temp1_r' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_hfgen.c:122:24: style: The scope of the variable 'temp1_i' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_hfgen.c:273:12: style: The scope of the variable 'temp1_r' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_hfgen.c:273:21: style: The scope of the variable 'temp1_i' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_hfgen.c:604:13: style: The scope of the variable 'i' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_huff.c:337:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faad2-2.8.8/libfaad/sbr_huff.c:341:15: note: Found duplicate branches for 'if' and 'else'.
faad2-2.8.8/libfaad/sbr_huff.c:337:13: note: Found duplicate branches for 'if' and 'else'.
faad2-2.8.8/libfaad/sbr_huff.c:227:13: style: The scope of the variable 'bit' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_syntax.c:142:14: style: The scope of the variable 'num_align_bits' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_syntax.c:650:12: style: The scope of the variable 'log2tab' can be reduced. [variableScope]
faad2-2.8.8/libfaad/sbr_syntax.c:788:22: style: Checking if unsigned variable 'sbr->L_E[ch]' is less than zero. [unsignedLessThanZero]
faad2-2.8.8/libfaad/sbr_syntax.c:139:36: style: Function 'sbr_extension_data' argument 4 names different: declaration 'resetFlag' definition 'psResetFlag'. [funcArgNamesDifferent]
faad2-2.8.8/libfaad/sbr_syntax.h:62:36: note: Function 'sbr_extension_data' argument 4 names different: declaration 'resetFlag' definition 'psResetFlag'.
faad2-2.8.8/libfaad/sbr_syntax.c:139:36: note: Function 'sbr_extension_data' argument 4 names different: declaration 'resetFlag' definition 'psResetFlag'.
faad2-2.8.8/libfaad/syntax.c:421:13: style: The scope of the variable 'id_syn_ele' can be reduced. [variableScope]
faad2-2.8.8/libfaad/syntax.c:422:13: style: The scope of the variable 'ele_this_frame' can be reduced. [variableScope]
faad2-2.8.8/libfaad/syntax.c:1050:13: style: The scope of the variable 'bs_extension_type' can be reduced. [variableScope]
faad2-2.8.8/libfaad/syntax.c:2009:13: style: The scope of the variable 'sfb' can be reduced. [variableScope]
faad2-2.8.8/libfaad/syntax.c:2009:18: style: The scope of the variable 'w' can be reduced. [variableScope]
faad2-2.8.8/libfaad/syntax.c:2075:22: style: The scope of the variable 'p' can be reduced. [variableScope]
faad2-2.8.8/libfaad/syntax.c:2218:13: style: The scope of the variable 'band_incr' can be reduced. [variableScope]
faad2-2.8.8/libfaad/syntax.c:2472:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
faad2-2.8.8/libfaad/syntax.c:2493:14: style: The scope of the variable 'ascLen' can be reduced. [variableScope]
faad2-2.8.8/libfaad/syntax.c:2493:22: style: The scope of the variable 'asc_bits' can be reduced. [variableScope]
faad2-2.8.8/libfaad/syntax.c:2494:14: style: The scope of the variable 'x1' can be reduced. [variableScope]
faad2-2.8.8/libfaad/syntax.c:2494:18: style: The scope of the variable 'y1' can be reduced. [variableScope]
faad2-2.8.8/libfaad/syntax.c:2494:22: style: The scope of the variable 'm' can be reduced. [variableScope]
faad2-2.8.8/libfaad/syntax.c:2494:25: style: The scope of the variable 'n' can be reduced. [variableScope]
faad2-2.8.8/libfaad/syntax.c:2494:28: style: The scope of the variable 'i' can be reduced. [variableScope]
faad2-2.8.8/libfaad/syntax.c:2585:17: style: The scope of the variable 'esc' can be reduced. [variableScope]
faad2-2.8.8/libfaad/syntax.c:2585:22: style: The scope of the variable 'tmp' can be reduced. [variableScope]
faad2-2.8.8/libfaad/syntax.c:110:41: style: Function 'GASpecificConfig' argument 3 names different: declaration 'pce' definition 'pce_out'. [funcArgNamesDifferent]
faad2-2.8.8/libfaad/syntax.h:112:41: note: Function 'GASpecificConfig' argument 3 names different: declaration 'pce' definition 'pce_out'.
faad2-2.8.8/libfaad/syntax.c:110:41: note: Function 'GASpecificConfig' argument 3 names different: declaration 'pce' definition 'pce_out'.
faad2-2.8.8/libfaad/syntax.c:640:45: style: Function 'channel_pair_element' argument 3 names different: declaration 'channel' definition 'channels'. [funcArgNamesDifferent]
faad2-2.8.8/libfaad/syntax.c:66:45: note: Function 'channel_pair_element' argument 3 names different: declaration 'channel' definition 'channels'.
faad2-2.8.8/libfaad/syntax.c:640:45: note: Function 'channel_pair_element' argument 3 names different: declaration 'channel' definition 'channels'.
faad2-2.8.8/libfaad/syntax.c:2613:16: style: Variable 'firstpos' is assigned a value that is never used. [unreadVariable]
faad2-2.8.8/libfaad/tns.c:88:14: style: The scope of the variable 'bottom' can be reduced. [variableScope]
faad2-2.8.8/libfaad/tns.c:142:14: style: The scope of the variable 'bottom' can be reduced. [variableScope]
faad2-2.8.8/libfaad/tns.c:245:12: style: The scope of the variable 'y' can be reduced. [variableScope]
faad2-2.8.8/libfaad/tns.c:288:12: style: The scope of the variable 'y' can be reduced. [variableScope]
faad2-2.8.8/plugins/mpeg4ip/aa_file.cpp:78:40: style: Function 'aac_file_next_frame' argument 1 names different: declaration 'ifptr' definition 'your'. [funcArgNamesDifferent]
faad2-2.8.8/plugins/mpeg4ip/faad2.h:82:39: note: Function 'aac_file_next_frame' argument 1 names different: declaration 'ifptr' definition 'your'.
faad2-2.8.8/plugins/mpeg4ip/aa_file.cpp:78:40: note: Function 'aac_file_next_frame' argument 1 names different: declaration 'ifptr' definition 'your'.
faad2-2.8.8/plugins/mpeg4ip/faad2.cpp:191:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
faad2-2.8.8/plugins/mpeg4ip/faad2.cpp:160:0: style: Variable 'bits' is assigned a value that is never used. [unreadVariable]
faad2-2.8.8/plugins/mpeg4ip/faad2.cpp:205:17: style: Unused variable: samples [unusedVariable]
faad2-2.8.8/plugins/mpeg4ip/faad2.cpp:88:0: error: Memory leak: aac [memleak]
faad2-2.8.8/plugins/xmms/src/aac_utils.c:54:17: style: The scope of the variable 'position' can be reduced. [variableScope]
faad2-2.8.8/plugins/xmms/src/aac_utils.c:56:28: style: The scope of the variable 'frameLength' can be reduced. [variableScope]
faad2-2.8.8/plugins/xmms/src/aac_utils.c:57:16: style: The scope of the variable 'id' can be reduced. [variableScope]
faad2-2.8.8/plugins/xmms/src/libmp4.c:423:28: warning: Either the condition 'if(temp)' is redundant or there is possible null pointer dereference: temp. [nullPointerRedundantCheck]
faad2-2.8.8/plugins/xmms/src/libmp4.c:476:7: note: Assuming that condition 'if(temp)' is not redundant
faad2-2.8.8/plugins/xmms/src/libmp4.c:423:28: note: Null pointer dereference
faad2-2.8.8/plugins/xmms/src/libmp4.c:553:25: style: Checking if unsigned variable 'samplesdecoded' is less than zero. [unsignedLessThanZero]
faad2-2.8.8/plugins/xmms/src/libmp4.c:445:7: error: Resource handle 'file' freed twice. [doubleFree]
faad2-2.8.8/plugins/xmms/src/libmp4.c:454:7: error: Resource handle 'file' freed twice. [doubleFree]
faad2-2.8.8/plugins/xmms/src/libmp4.c:491:7: error: Resource handle 'file' freed twice. [doubleFree]
[21:36]
ftp://ftp.se.debian.org/debian/pool/main/f/faba-icon-theme/faba-icon-theme_4.1.2.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fabric/fabric_1.8.2.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fabulous/fabulous_0.3.0+dfsg1.orig.tar.gz
fabulous-0.3.0/fabulous/_xterm256.c:82:16: style: The scope of the variable 'd' can be reduced. [variableScope]
fabulous-0.3.0/fabulous/_xterm256.c:59:16: error: Uninitialized variable: res [uninitvar]
[21:36]
ftp://ftp.se.debian.org/debian/pool/main/f/facedetect/facedetect_0.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/faceup/faceup_0.0.4.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/facile/facile_1.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fact++/fact++_1.6.5~dfsg.orig.tar.bz2
ftp://ftp.se.debian.org/debian/pool/main/f/facter/facter_3.11.0.orig.tar.gz.asc
ftp://ftp.se.debian.org/debian/pool/main/f/factory-boy/factory-boy_2.8.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fadecut/fadecut_0.2.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fades/fades_7.0.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/faenza-icon-theme/faenza-icon-theme_1.3.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/faifa/faifa_0.2~svn82.orig.tar.gz
faifa-0.2~svn82.orig/crypto.c:133:2: error: Memory leak: password_hash [memleak]
faifa-0.2~svn82.orig/faifa.c:78:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
faifa-0.2~svn82.orig/faifa.c:318:7: style: The scope of the variable 'val' can be reduced. [variableScope]
faifa-0.2~svn82.orig/frame.c:2389:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
faifa-0.2~svn82.orig/frame.c:960:21: warning: Logical disjunction always evaluates to true: direction >= 0 || direction <= 2. [incorrectLogicOperator]
faifa-0.2~svn82.orig/frame.c:1346:20: warning: Logical disjunction always evaluates to true: duration >= 0 || duration <= 60. [incorrectLogicOperator]
faifa-0.2~svn82.orig/frame.c:375:2: warning: %hx in format string (no. 1) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
faifa-0.2~svn82.orig/frame.c:582:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faifa-0.2~svn82.orig/frame.c:743:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faifa-0.2~svn82.orig/frame.c:867:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faifa-0.2~svn82.orig/frame.c:868:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faifa-0.2~svn82.orig/frame.c:869:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faifa-0.2~svn82.orig/frame.c:870:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faifa-0.2~svn82.orig/frame.c:871:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faifa-0.2~svn82.orig/frame.c:872:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faifa-0.2~svn82.orig/frame.c:873:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faifa-0.2~svn82.orig/frame.c:874:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faifa-0.2~svn82.orig/frame.c:875:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faifa-0.2~svn82.orig/frame.c:876:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faifa-0.2~svn82.orig/frame.c:901:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faifa-0.2~svn82.orig/frame.c:938:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faifa-0.2~svn82.orig/frame.c:941:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faifa-0.2~svn82.orig/frame.c:1201:2: warning: %hx in format string (no. 1) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
faifa-0.2~svn82.orig/frame.c:1201:2: warning: %hx in format string (no. 2) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
faifa-0.2~svn82.orig/frame.c:1201:2: warning: %hx in format string (no. 3) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
faifa-0.2~svn82.orig/frame.c:1214:2: warning: %hx in format string (no. 2) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
faifa-0.2~svn82.orig/frame.c:1216:2: warning: %hx in format string (no. 2) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
faifa-0.2~svn82.orig/frame.c:1218:2: warning: %hx in format string (no. 2) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
faifa-0.2~svn82.orig/frame.c:1220:2: warning: %hx in format string (no. 2) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
faifa-0.2~svn82.orig/frame.c:1222:2: warning: %hx in format string (no. 1) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
faifa-0.2~svn82.orig/frame.c:1222:2: warning: %hx in format string (no. 2) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
faifa-0.2~svn82.orig/frame.c:1222:2: warning: %hx in format string (no. 3) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
faifa-0.2~svn82.orig/frame.c:1322:2: warning: %hx in format string (no. 1) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
faifa-0.2~svn82.orig/frame.c:1328:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faifa-0.2~svn82.orig/frame.c:1328:2: warning: %hx in format string (no. 2) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
faifa-0.2~svn82.orig/frame.c:1329:2: warning: %hx in format string (no. 1) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
faifa-0.2~svn82.orig/frame.c:1366:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faifa-0.2~svn82.orig/frame.c:954:6: style: The scope of the variable 'i' can be reduced. [variableScope]
faifa-0.2~svn82.orig/frame.c:1086:15: style: The scope of the variable 'controls' can be reduced. [variableScope]
faifa-0.2~svn82.orig/frame.c:1140:15: style: The scope of the variable 'states' can be reduced. [variableScope]
faifa-0.2~svn82.orig/frame.c:1283:6: style: The scope of the variable 'i' can be reduced. [variableScope]
faifa-0.2~svn82.orig/frame.c:1390:16: style: The scope of the variable 'dek' can be reduced. [variableScope]
faifa-0.2~svn82.orig/frame.c:2500:23: style: The scope of the variable 'mmentry' can be reduced. [variableScope]
faifa-0.2~svn82.orig/frame.c:2501:6: style: The scope of the variable 'i' can be reduced. [variableScope]
faifa-0.2~svn82.orig/frame.c:516:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
faifa-0.2~svn82.orig/frame.c:1401:2: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
faifa-0.2~svn82.orig/frame.c:1410:3: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
[21:36]
ftp://ftp.se.debian.org/debian/pool/main/f/fail2ban/fail2ban_0.9.6.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fair/fair_0.5.3.orig.tar.gz
fair-0.5.3/src/address.c:87:7: warning: Either the condition 'ba' is redundant or there is possible null pointer dereference: ba. [nullPointerRedundantCheck]
fair-0.5.3/src/address.c:83:12: note: Assuming that condition 'ba' is not redundant
fair-0.5.3/src/address.c:87:7: note: Null pointer dereference
fair-0.5.3/src/address.c:108:7: warning: Either the condition 'ba' is redundant or there is possible null pointer dereference: ba. [nullPointerRedundantCheck]
fair-0.5.3/src/address.c:104:12: note: Assuming that condition 'ba' is not redundant
fair-0.5.3/src/address.c:108:7: note: Null pointer dereference
fair-0.5.3/src/address.c:115:7: warning: Either the condition 'ba' is redundant or there is possible null pointer dereference: ba. [nullPointerRedundantCheck]
fair-0.5.3/src/address.c:104:12: note: Assuming that condition 'ba' is not redundant
fair-0.5.3/src/address.c:115:7: note: Null pointer dereference
fair-0.5.3/src/address.c:122:7: warning: Either the condition 'ba' is redundant or there is possible null pointer dereference: ba. [nullPointerRedundantCheck]
fair-0.5.3/src/address.c:104:12: note: Assuming that condition 'ba' is not redundant
fair-0.5.3/src/address.c:122:7: note: Null pointer dereference
fair-0.5.3/src/address.c:129:7: warning: Either the condition 'ba' is redundant or there is possible null pointer dereference: ba. [nullPointerRedundantCheck]
fair-0.5.3/src/address.c:104:12: note: Assuming that condition 'ba' is not redundant
fair-0.5.3/src/address.c:129:7: note: Null pointer dereference
fair-0.5.3/src/address.c:92:27: warning: Either the condition 'ba' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
fair-0.5.3/src/address.c:83:12: note: Assuming that condition 'ba' is not redundant
fair-0.5.3/src/address.c:92:27: note: Null pointer addition
fair-0.5.3/src/address.c:181:5: style: The scope of the variable 'errors' can be reduced. [variableScope]
fair-0.5.3/src/address.c:181:13: style: The scope of the variable 'olderrors' can be reduced. [variableScope]
fair-0.5.3/src/address.c:270:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fair-0.5.3/src/carrousel.c:76:2: style: Unsigned variable 'len' can't be negative so it is unnecessary to test it. [unsignedPositive]
fair-0.5.3/src/conf.c:104:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fair-0.5.3/src/conf.c:222:8: style: The scope of the variable 'key' can be reduced. [variableScope]
fair-0.5.3/src/conf.c:114:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fair-0.5.3/src/conf.c:167:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fair-0.5.3/src/error.c:75:0: error: Memory leak: r [memleak]
fair-0.5.3/src/relay.c:208:13: style: The scope of the variable 'addr' can be reduced. [variableScope]
fair-0.5.3/src/sock.c:93:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
fair-0.5.3/src/sock.c:147:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
fair-0.5.3/src/transponder.c:82:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
fair-0.5.3/src/worker.c:48:16: style: The scope of the variable 'nconn' can be reduced. [variableScope]
fair-0.5.3/src/worker.c:74:7: style: The scope of the variable 'ab' can be reduced. [variableScope]
fair-0.5.3/src/worker.c:74:11: style: The scope of the variable 'bb' can be reduced. [variableScope]
fair-0.5.3/src/worker.c:263:13: style: The scope of the variable 'addr' can be reduced. [variableScope]
fair-0.5.3/src/worker.c:226:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
[21:36]
ftp://ftp.se.debian.org/debian/pool/main/f/fairymax/fairymax_5.0b.orig.tar.gz
fairymax-5.0b/fairymax.c:634:27: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fairymax-5.0b/fairymax.c:639:22: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fairymax-5.0b/fairymax.c:658:27: style: Suspicious condition (bitwise operator + comparison); Clarify expression with parentheses. [clarifyCondition]
fairymax-5.0b/fairymax.c:658:38: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fairymax-5.0b/fairymax.c:1004:20: style: Suspicious condition (bitwise operator + comparison); Clarify expression with parentheses. [clarifyCondition]
fairymax-5.0b/fairymax.c:1004:23: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fairymax-5.0b/fairymax.c:519:19: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fairymax-5.0b/fairymax.c:519:19: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fairymax-5.0b/fairymax.c:653:43: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fairymax-5.0b/fairymax.c:664:29: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fairymax-5.0b/fairymax.c:517:52: warning: Either the condition 'name!=NULL' is redundant or there is possible null pointer dereference: name. [nullPointerRedundantCheck]
fairymax-5.0b/fairymax.c:539:17: note: Assuming that condition 'name!=NULL' is not redundant
fairymax-5.0b/fairymax.c:602:28: note: Calling function 'LoadHash', 2nd argument 'name' value is 0
fairymax-5.0b/fairymax.c:517:52: note: Null pointer dereference
fairymax-5.0b/fairymax.c:526:26: style: The scope of the variable 'count' can be reduced. [variableScope]
fairymax-5.0b/fairymax.c:526:50: style: The scope of the variable 'buf' can be reduced. [variableScope]
fairymax-5.0b/fairymax.c:527:20: style: The scope of the variable 'currentVariant' can be reduced. [variableScope]
fairymax-5.0b/fairymax.c:852:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fairymax-5.0b/fairymax.c:571:38: portability: Undefined behaviour, when 'j' is -1 the pointer arithmetic 'o+j' is out of bounds. [pointerOutOfBounds]
fairymax-5.0b/fairymax.c:571:44: portability: Undefined behaviour, when 'j' is -1 the pointer arithmetic 'of+j' is out of bounds. [pointerOutOfBounds]
fairymax-5.0b/fairymax.c:481:18: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fairymax-5.0b/fairymax.c:544:23: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fairymax-5.0b/fairymax.c:600:8: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fairymax-5.0b/fairymax.c:705:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fairymax-5.0b/fairymax.c:855:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fairymax-5.0b/fairymax.c:861:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fairymax-5.0b/fairymax.c:862:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fairymax-5.0b/fairymax.c:925:25: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fairymax-5.0b/fairymax.c:850:0: error: Resource leak: f [resourceLeak]
fairymax-5.0b/fairymax.c:868:0: error: Resource leak: f [resourceLeak]
fairymax-5.0b/fairymax.c:633:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fairymax-5.0b/fairymax.c:482:0: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
fairymax-5.0b/fairymax.c:483:15: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
fairymax-5.0b/fairymax.c:489:17: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
fairymax-5.0b/fairymax.c:546:0: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
fairymax-5.0b/fairymax.c:549:19: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
fairymax-5.0b/maxqi.c:766:33: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fairymax-5.0b/maxqi.c:767:33: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fairymax-5.0b/maxqi.c:405:19: style: The scope of the variable 'count' can be reduced. [variableScope]
fairymax-5.0b/maxqi.c:405:36: style: The scope of the variable 'buf' can be reduced. [variableScope]
fairymax-5.0b/maxqi.c:406:20: style: The scope of the variable 'currentVariant' can be reduced. [variableScope]
fairymax-5.0b/maxqi.c:350:6: style: Unused variable: i [unusedVariable]
fairymax-5.0b/maxqi.c:350:9: style: Unused variable: j [unusedVariable]
fairymax-5.0b/maxqi.c:358:8: style: Unused variable: j [unusedVariable]
fairymax-5.0b/maxqi.c:374:19: style: Unused variable: k [unusedVariable]
fairymax-5.0b/maxqi.c:374:0: style: Variable 'cnt' is assigned a value that is never used. [unreadVariable]
fairymax-5.0b/maxqi.c:443:35: portability: Undefined behaviour, when 'j' is -1 the pointer arithmetic 'o+j' is out of bounds. [pointerOutOfBounds]
fairymax-5.0b/maxqi.c:443:41: portability: Undefined behaviour, when 'j' is -1 the pointer arithmetic 'of+j' is out of bounds. [pointerOutOfBounds]
fairymax-5.0b/maxqi.c:393:18: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fairymax-5.0b/maxqi.c:419:18: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fairymax-5.0b/maxqi.c:537:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fairymax-5.0b/maxqi.c:710:25: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fairymax-5.0b/maxqi.c:394:0: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
fairymax-5.0b/maxqi.c:395:15: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
fairymax-5.0b/maxqi.c:398:17: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
fairymax-5.0b/maxqi.c:420:0: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
fairymax-5.0b/maxqi.c:422:19: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
[21:36]
ftp://ftp.se.debian.org/debian/pool/main/f/fake/fake_1.1.11.orig.tar.gz
fake-1.1.11/send_arp/send_arp.c:110:17: style: The scope of the variable 'hostp' can be reduced. [variableScope]
fake-1.1.11/send_arp/send_arp.c:126:6: style: The scope of the variable 'c' can be reduced. [variableScope]
[21:36]
ftp://ftp.se.debian.org/debian/pool/main/f/fakechroot/fakechroot_2.19.orig.tar.gz
fakechroot-2.19/src/execl.c:45:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fakechroot-2.19/src/execl.c:57:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fakechroot-2.19/src/execle.c:41:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fakechroot-2.19/src/execle.c:54:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fakechroot-2.19/src/execlp.c:40:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fakechroot-2.19/src/execlp.c:52:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fakechroot-2.19/src/execve.c:147:5: warning: Either the condition 'newenvp==NULL' is redundant or there is possible null pointer dereference: newenvp. [nullPointerRedundantCheck]
fakechroot-2.19/src/execve.c:149:17: note: Assuming that condition 'newenvp==NULL' is not redundant
fakechroot-2.19/src/execve.c:147:5: note: Null pointer dereference
fakechroot-2.19/src/execve.c:68:5: warning: The buffer 'argv0' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
fakechroot-2.19/src/execve.c:195:60: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fakechroot-2.19/src/execve.c:237:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fakechroot-2.19/src/execve.c:45:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fakechroot-2.19/src/execvp.c:75:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fakechroot-2.19/src/execvp.c:82:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fakechroot-2.19/src/fts.c:245:17: style: The scope of the variable 'freep' can be reduced. [variableScope]
fakechroot-2.19/src/fts.c:1089:16: style: The scope of the variable 'len' can be reduced. [variableScope]
fakechroot-2.19/src/getcwd_real.c:203:17: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fakechroot-2.19/src/getcwd_real.c:202:25: error: Memory leak: pt [memleak]
fakechroot-2.19/src/glob.c:40:41: style: The scope of the variable 'tmpptr' can be reduced. [variableScope]
fakechroot-2.19/src/libfakechroot.c:145:11: style: The scope of the variable 'msg' can be reduced. [variableScope]
fakechroot-2.19/src/libfakechroot.c:80:17: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
fakechroot-2.19/src/lstat.c:50:65: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fakechroot-2.19/src/lstat.c:50:11: style: Unused variable: fakechroot_path [unusedVariable]
fakechroot-2.19/src/lstat.c:50:28: style: Unused variable: fakechroot_buf [unusedVariable]
fakechroot-2.19/src/readlink.c:31:37: style: The scope of the variable 'tmpptr' can be reduced. [variableScope]
fakechroot-2.19/src/realpath.c:193:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fakechroot-2.19/src/realpath.c:208:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fakechroot-2.19/src/strchrnul.c:67:19: style: Condition '4294967295U<(unsigned long)-1' is always false [knownConditionTrueFalse]
fakechroot-2.19/src/strchrnul.c:143:3: style: Variable 'char_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
fakechroot-2.19/src/strchrnul.c:134:3: note: Variable 'char_ptr' is reassigned a value before the old one has been used.
fakechroot-2.19/src/strchrnul.c:143:3: note: Variable 'char_ptr' is reassigned a value before the old one has been used.
fakechroot-2.19/test/src/test-scandir.c:10:9: style: The scope of the variable 'i' can be reduced. [variableScope]
[21:36]
ftp://ftp.se.debian.org/debian/pool/main/f/faker/faker_0.7.7.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.23.orig.tar.xz
fakeroot-1.23/message.h:25:0: error: #error Problem [preprocessorErrorDirective]
fakeroot-1.23/setenv.c:182:0: error: Memory leak: new_environ [memleak]
[21:36]
ftp://ftp.se.debian.org/debian/pool/main/f/fakeroot-ng/fakeroot-ng_0.18.orig.tar.gz
fakeroot-ng-0.18/arch/linux/powerpc/platform.c:140:50: style: Function 'ptlib_set_error' argument 3 names different: declaration 'error' definition 'val'. [funcArgNamesDifferent]
fakeroot-ng-0.18/arch/platform.h:58:50: note: Function 'ptlib_set_error' argument 3 names different: declaration 'error' definition 'val'.
fakeroot-ng-0.18/arch/linux/powerpc/platform.c:140:50: note: Function 'ptlib_set_error' argument 3 names different: declaration 'error' definition 'val'.
fakeroot-ng-0.18/parent.h:189:5: warning: Member variable 'pid_state::orig_sc' is not initialized in the constructor. [uninitMemberVar]
fakeroot-ng-0.18/parent.h:189:5: warning: Member variable 'pid_state::saved_state' is not initialized in the constructor. [uninitMemberVar]
fakeroot-ng-0.18/refcount.h:27:0: style: Value of pointer 'p', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
fakeroot-ng-0.18/unique_fd.h:53:10: style: Technically the member function 'unique_fd::flock' can be const. [functionConst]
fakeroot-ng-0.18/daemon.h:63:10: style: Technically the member function 'daemonCtrl::cmd_attach' can be const. [functionConst]
fakeroot-ng-0.18/daemon.cpp:231:18: note: Technically the member function 'daemonCtrl::cmd_attach' can be const.
fakeroot-ng-0.18/daemon.h:63:10: note: Technically the member function 'daemonCtrl::cmd_attach' can be const.
fakeroot-ng-0.18/exceptions.h:13:5: style: Class 'errno_exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fakeroot-ng-0.18/exceptions.h:37:5: style: Class 'detailed_exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fakeroot-ng-0.18/daemon.h:38:9: style: Class 'terminal_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fakeroot-ng-0.18/unique_fd.h:39:17: warning: Class unique_fd is not safe, destructor throws exception [exceptThrowInDestructor]
fakeroot-ng-0.18/daemon.cpp:514:46: warning: Access of moved variable 'connection_fd'. [accessMoved]
fakeroot-ng-0.18/daemon.cpp:513:27: note: Calling std::move(connection_fd)
fakeroot-ng-0.18/daemon.cpp:514:46: note: $symbol:connection_fd
Access of moved variable '$symbol'.
fakeroot-ng-0.18/daemon.cpp:456:14: performance: Possible inefficient checking for 'session_fds' emptiness. [stlSize]
fakeroot-ng-0.18/main.cpp:212:0: error: #error Stale code [preprocessorErrorDirective]
fakeroot-ng-0.18/process.cpp:130:65: style: Function 'sys_execve' argument 4 names different: declaration 'post_trap' definition 'trap_after_call'. [funcArgNamesDifferent]
fakeroot-ng-0.18/syscalls.h:38:65: note: Function 'sys_execve' argument 4 names different: declaration 'post_trap' definition 'trap_after_call'.
fakeroot-ng-0.18/process.cpp:130:65: note: Function 'sys_execve' argument 4 names different: declaration 'post_trap' definition 'trap_after_call'.
fakeroot-ng-0.18/tests/exercise.c:19:9: style: Unused variable: dirfd [unusedVariable]
[21:36]
ftp://ftp.se.debian.org/debian/pool/main/f/fakesleep/fakesleep_0.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/faketime/faketime_0.9.7.orig.tar.gz
libfaketime-0.9.7/src/faketime.c:109:8: style: The scope of the variable 'offset' can be reduced. [variableScope]
libfaketime-0.9.7/src/faketime.c:295:11: style: The scope of the variable 'ftpl_path' can be reduced. [variableScope]
libfaketime-0.9.7/src/libfaketime.c:270:7: style: The scope of the variable 'ticks_shm_fd' can be reduced. [variableScope]
libfaketime-0.9.7/src/libfaketime.c:271:8: style: The scope of the variable 'sem_name' can be reduced. [variableScope]
libfaketime-0.9.7/src/libfaketime.c:271:23: style: The scope of the variable 'shm_name' can be reduced. [variableScope]
libfaketime-0.9.7/src/libfaketime.c:1742:11: style: The scope of the variable 'skip_cmd' can be reduced. [variableScope]
libfaketime-0.9.7/src/libfaketime.c:1771:11: style: The scope of the variable 'only_cmd' can be reduced. [variableScope]
libfaketime-0.9.7/src/libfaketime.c:1772:10: style: The scope of the variable 'cmd_matched' can be reduced. [variableScope]
libfaketime-0.9.7/src/libfaketime.c:1831:12: warning: The buffer 'ft_spawn_target' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libfaketime-0.9.7/src/libfaketime.c:2081:7: warning: The buffer 'user_faked_time' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
[21:36]
ftp://ftp.se.debian.org/debian/pool/main/f/falcon/falcon_1.8.8.orig.tar.xz
falcon-1.8.8/DALIGNER/DBX.c:14:3: style: Variable 'bases' is reassigned a value before the old one has been used. [redundantAssignment]
falcon-1.8.8/DALIGNER/DBX.c:10:0: note: Variable 'bases' is reassigned a value before the old one has been used.
falcon-1.8.8/DALIGNER/DBX.c:14:3: note: Variable 'bases' is reassigned a value before the old one has been used.
falcon-1.8.8/DALIGNER/DBX.c:18:21: error: Resource leak: bases [resourceLeak]
falcon-1.8.8/DALIGNER/HPC.daligner.c:61:9: style: The scope of the variable 'name' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/HPC.daligner.c:72:9: style: The scope of the variable 'i' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/HPC.daligner.c:170:9: style: The scope of the variable 'level' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/HPC.daligner.c:204:18: style: The scope of the variable 'hgh' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/HPC.daligner.c:492:18: style: The scope of the variable 'stage' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/HPC.daligner.c:820:9: style: The scope of the variable 'name' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/HPC.daligner.c:832:9: style: The scope of the variable 'i' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/HPC.daligner.c:874:9: style: The scope of the variable 'i' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/HPC.daligner.c:977:9: style: The scope of the variable 'level' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/HPC.daligner.c:1010:18: style: The scope of the variable 'hgh' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/HPC.daligner.c:1253:18: style: The scope of the variable 'stage' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/HPC.daligner.c:98:0: error: Resource leak: dbvis [resourceLeak]
falcon-1.8.8/DALIGNER/LA4Falcon.c:197:11: style: The scope of the variable 'SEED_MIN' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LA4Falcon.c:274:11: style: The scope of the variable 'pwd' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LA4Falcon.c:274:17: style: The scope of the variable 'root' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LA4Falcon.c:275:11: style: The scope of the variable 'input' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LA4Falcon.c:321:20: style: The scope of the variable 'e' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LA4Falcon.c:487:30: style: The scope of the variable 'ar' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LA4Falcon.c:533:53: error: Uninitialized variable: tspace [uninitvar]
falcon-1.8.8/DALIGNER/LA4Falcon.c:538:53: error: Uninitialized variable: tspace [uninitvar]
falcon-1.8.8/DALIGNER/LA4Falcon.c:795:44: error: Uninitialized variable: tspace [uninitvar]
falcon-1.8.8/DALIGNER/LA4Falcon.c:570:30: error: Uninitialized variable: tbytes [uninitvar]
falcon-1.8.8/DALIGNER/LA4Falcon.c:764:21: error: Uninitialized variable: small [uninitvar]
falcon-1.8.8/DALIGNER/LA4Ice.c:144:11: style: The scope of the variable 'pwd' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LA4Ice.c:144:17: style: The scope of the variable 'root' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LA4Ice.c:145:11: style: The scope of the variable 'input' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LA4Ice.c:291:30: style: The scope of the variable 'ar' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LA4Ice.c:286:7: error: Uninitialized variable: tspace [uninitvar]
falcon-1.8.8/DALIGNER/LA4Ice.c:362:30: error: Uninitialized variable: tbytes [uninitvar]
falcon-1.8.8/DALIGNER/LA4Ice.c:478:21: error: Uninitialized variable: small [uninitvar]
falcon-1.8.8/DALIGNER/LAcat.c:119:14: style: The scope of the variable 'iptr' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAdump.c:86:11: style: The scope of the variable 'pwd' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAdump.c:86:17: style: The scope of the variable 'root' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAdump.c:87:11: style: The scope of the variable 'input' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAdump.c:129:20: style: The scope of the variable 'e' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAdump.c:280:18: style: The scope of the variable 'tlen' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAdump.c:281:25: style: The scope of the variable 'ar' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAdump.c:372:30: style: The scope of the variable 'ar' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAdump.c:300:27: error: Uninitialized variable: tbytes [uninitvar]
falcon-1.8.8/DALIGNER/LAdump.c:471:17: error: Uninitialized variable: small [uninitvar]
falcon-1.8.8/DALIGNER/LAindex.c:31:13: style: The scope of the variable 'input' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAindex.c:31:21: style: The scope of the variable 'output' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAindex.c:34:13: style: The scope of the variable 'pwd' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAindex.c:34:19: style: The scope of the variable 'root' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAindex.c:44:12: style: Unused variable: k [unusedVariable]
falcon-1.8.8/DALIGNER/LAindex.c:45:9: style: Variable 'flags' is not assigned a value. [unassignedVariable]
falcon-1.8.8/DALIGNER/LAmerge.c:52:18: style: The scope of the variable 'r' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAmerge.c:107:18: style: The scope of the variable 'r' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAshow.c:106:11: style: The scope of the variable 'pwd' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAshow.c:106:17: style: The scope of the variable 'root' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAshow.c:107:11: style: The scope of the variable 'input' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAshow.c:155:20: style: The scope of the variable 'e' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAshow.c:318:30: style: The scope of the variable 'ar' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAshow.c:356:53: error: Uninitialized variable: tspace [uninitvar]
falcon-1.8.8/DALIGNER/LAshow.c:361:53: error: Uninitialized variable: tspace [uninitvar]
falcon-1.8.8/DALIGNER/LAshow.c:584:44: error: Uninitialized variable: tspace [uninitvar]
falcon-1.8.8/DALIGNER/LAshow.c:394:30: error: Uninitialized variable: tbytes [uninitvar]
falcon-1.8.8/DALIGNER/LAshow.c:540:21: error: Uninitialized variable: small [uninitvar]
falcon-1.8.8/DALIGNER/LAsort.c:143:17: style: The scope of the variable 'input' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAsort.c:251:32: style: The scope of the variable 'wo' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAsort.c:110:12: style: Unused variable: k [unusedVariable]
falcon-1.8.8/DALIGNER/LAsort.c:111:9: style: Variable 'flags' is not assigned a value. [unassignedVariable]
falcon-1.8.8/DALIGNER/LAsplit.c:28:13: style: The scope of the variable 'output' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAsplit.c:62:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAsplit.c:144:14: style: The scope of the variable 'low' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAsplit.c:147:14: style: The scope of the variable 'optr' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAsplit.c:147:21: style: The scope of the variable 'otop' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/LAsplit.c:172:17: error: Uninitialized variable: tspace [uninitvar]
falcon-1.8.8/DALIGNER/LAsplit.c:198:34: error: Uninitialized variable: tbytes [uninitvar]
falcon-1.8.8/DALIGNER/align.c:408:23: style: The scope of the variable 'd' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:566:23: style: The scope of the variable 'ap' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:1067:23: style: The scope of the variable 'd' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:1221:14: style: The scope of the variable 'am' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:1966:23: style: The scope of the variable 'd' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:2086:23: style: The scope of the variable 'ap' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:2340:13: style: The scope of the variable 'd' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:2478:23: style: The scope of the variable 'd' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:2595:14: style: The scope of the variable 'am' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:3151:12: style: The scope of the variable 'j' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:3217:9: style: The scope of the variable 'c' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:4184:11: style: The scope of the variable 'HF' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:4513:11: style: The scope of the variable 'HF' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:4852:11: style: The scope of the variable 'ab' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:4852:15: style: The scope of the variable 'bb' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:4853:11: style: The scope of the variable 'ae' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:4853:15: style: The scope of the variable 'be' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:4951:11: style: The scope of the variable 'ab' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:4951:15: style: The scope of the variable 'bb' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:4952:11: style: The scope of the variable 'ae' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:4952:15: style: The scope of the variable 'be' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:5071:11: style: The scope of the variable 'ab' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:5071:15: style: The scope of the variable 'bb' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:5072:11: style: The scope of the variable 'ae' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:5072:15: style: The scope of the variable 'be' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:5135:12: style: The scope of the variable 'd' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/align.c:118:32: style: Function 'Free_Work_Data' argument 1 names different: declaration 'work' definition 'ework'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/align.h:164:40: note: Function 'Free_Work_Data' argument 1 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DALIGNER/align.c:118:32: note: Function 'Free_Work_Data' argument 1 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DALIGNER/align.c:245:34: style: Function 'Free_Align_Spec' argument 1 names different: declaration 'spec' definition 'espec'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/align.h:192:43: note: Function 'Free_Align_Spec' argument 1 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DALIGNER/align.c:245:34: note: Function 'Free_Align_Spec' argument 1 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DALIGNER/align.c:251:40: style: Function 'Average_Correlation' argument 1 names different: declaration 'spec' definition 'espec'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/align.h:195:42: note: Function 'Average_Correlation' argument 1 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DALIGNER/align.c:251:40: note: Function 'Average_Correlation' argument 1 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DALIGNER/align.c:254:31: style: Function 'Trace_Spacing' argument 1 names different: declaration 'spec' definition 'espec'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/align.h:194:42: note: Function 'Trace_Spacing' argument 1 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DALIGNER/align.c:254:31: note: Function 'Trace_Spacing' argument 1 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DALIGNER/align.c:257:37: style: Function 'Base_Frequencies' argument 1 names different: declaration 'spec' definition 'espec'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/align.h:196:42: note: Function 'Base_Frequencies' argument 1 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DALIGNER/align.c:257:37: note: Function 'Base_Frequencies' argument 1 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DALIGNER/align.c:1696:52: style: Function 'Local_Alignment' argument 2 names different: declaration 'work' definition 'ework'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/align.h:225:54: note: Function 'Local_Alignment' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DALIGNER/align.c:1696:52: note: Function 'Local_Alignment' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DALIGNER/align.c:1696:71: style: Function 'Local_Alignment' argument 3 names different: declaration 'spec' definition 'espec'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/align.h:225:72: note: Function 'Local_Alignment' argument 3 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DALIGNER/align.c:1696:71: note: Function 'Local_Alignment' argument 3 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DALIGNER/align.c:2938:49: style: Function 'Find_Extension' argument 2 names different: declaration 'work' definition 'ework'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/align.h:228:53: note: Function 'Find_Extension' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DALIGNER/align.c:2938:49: note: Function 'Find_Extension' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DALIGNER/align.c:2938:68: style: Function 'Find_Extension' argument 3 names different: declaration 'spec' definition 'espec'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/align.h:228:71: note: Function 'Find_Extension' argument 3 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DALIGNER/align.c:2938:68: note: Function 'Find_Extension' argument 3 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DALIGNER/align.c:3039:22: style: Function 'Read_Trace' argument 1 names different: declaration 'innput' definition 'input'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/align.h:344:24: note: Function 'Read_Trace' argument 1 names different: declaration 'innput' definition 'input'.
falcon-1.8.8/DALIGNER/align.c:3039:22: note: Function 'Read_Trace' argument 1 names different: declaration 'innput' definition 'input'.
falcon-1.8.8/DALIGNER/align.c:3215:27: style: Function 'Complement_Seq' argument 1 names different: declaration 'a' definition 'aseq'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/align.h:150:27: note: Function 'Complement_Seq' argument 1 names different: declaration 'a' definition 'aseq'.
falcon-1.8.8/DALIGNER/align.c:3215:27: note: Function 'Complement_Seq' argument 1 names different: declaration 'a' definition 'aseq'.
falcon-1.8.8/DALIGNER/align.c:3215:37: style: Function 'Complement_Seq' argument 2 names different: declaration 'n' definition 'len'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/align.h:150:34: note: Function 'Complement_Seq' argument 2 names different: declaration 'n' definition 'len'.
falcon-1.8.8/DALIGNER/align.c:3215:37: note: Function 'Complement_Seq' argument 2 names different: declaration 'n' definition 'len'.
falcon-1.8.8/DALIGNER/align.c:3237:62: style: Function 'Print_Alignment' argument 3 names different: declaration 'work' definition 'ework'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/align.h:294:65: note: Function 'Print_Alignment' argument 3 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DALIGNER/align.c:3237:62: note: Function 'Print_Alignment' argument 3 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DALIGNER/align.c:3487:62: style: Function 'Print_Reference' argument 3 names different: declaration 'work' definition 'ework'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/align.h:297:65: note: Function 'Print_Reference' argument 3 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DALIGNER/align.c:3487:62: note: Function 'Print_Reference' argument 3 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DALIGNER/align.c:4778:52: style: Function 'Compute_Trace_ALL' argument 2 names different: declaration 'work' definition 'ework'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/align.h:254:54: note: Function 'Compute_Trace_ALL' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DALIGNER/align.c:4778:52: note: Function 'Compute_Trace_ALL' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DALIGNER/align.c:4844:52: style: Function 'Compute_Trace_PTS' argument 2 names different: declaration 'work' definition 'ework'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/align.h:255:54: note: Function 'Compute_Trace_PTS' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DALIGNER/align.c:4844:52: note: Function 'Compute_Trace_PTS' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DALIGNER/align.c:4943:52: style: Function 'Compute_Trace_MID' argument 2 names different: declaration 'work' definition 'ework'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/align.h:256:54: note: Function 'Compute_Trace_MID' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DALIGNER/align.c:4943:52: note: Function 'Compute_Trace_MID' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DALIGNER/align.c:5063:52: style: Function 'Compute_Trace_IRR' argument 2 names different: declaration 'work' definition 'ework'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/align.h:265:54: note: Function 'Compute_Trace_IRR' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DALIGNER/align.c:5063:52: note: Function 'Compute_Trace_IRR' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DALIGNER/align.c:3618:7: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DALIGNER/align.c:3623:7: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DALIGNER/align.c:3628:7: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DALIGNER/align.c:3636:5: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DALIGNER/align.c:3649:15: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DALIGNER/align.c:3657:11: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DALIGNER/align.c:3663:15: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DALIGNER/align.c:3671:11: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DALIGNER/align.c:3677:9: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DALIGNER/align.c:3691:7: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DALIGNER/align.c:3700:15: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DALIGNER/align.c:3705:15: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DALIGNER/align.c:3709:13: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DALIGNER/align.c:242:3: error: Returning/dereferencing 'spec' after it is deallocated / released [deallocret]
falcon-1.8.8/DALIGNER/daligner.c:558:22: style: Condition 'MEM_PHYSICAL==0' is always true [knownConditionTrueFalse]
falcon-1.8.8/DALIGNER/daligner.c:556:33: note: Assignment 'MEM_PHYSICAL=getMemorySize()', assigned value is 0
falcon-1.8.8/DALIGNER/daligner.c:558:22: note: Condition 'MEM_PHYSICAL==0' is always true
falcon-1.8.8/DALIGNER/daligner.c:150:18: style: The scope of the variable 'r' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/daligner.c:412:9: style: The scope of the variable 'c' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/daligner.c:523:24: style: The scope of the variable 'bfile' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/daligner.c:524:24: style: The scope of the variable 'broot' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/daligner.c:525:15: style: The scope of the variable 'aindex' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/daligner.c:525:24: style: The scope of the variable 'bindex' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/daligner.c:529:15: style: The scope of the variable 'MMAX' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/filter.c:722:5: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
falcon-1.8.8/DALIGNER/filter.c:727:5: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
falcon-1.8.8/DALIGNER/filter.c:739:16: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
falcon-1.8.8/DALIGNER/filter.c:739:16: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
falcon-1.8.8/DALIGNER/filter.c:630:21: style: The scope of the variable 'c' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/filter.c:630:24: style: The scope of the variable 'p' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/filter.c:654:21: style: The scope of the variable 'p' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/filter.c:889:13: style: The scope of the variable 'm' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/filter.c:935:10: style: The scope of the variable 'ar' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/filter.c:935:14: style: The scope of the variable 'ap' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/filter.c:936:10: style: The scope of the variable 'a' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/filter.c:936:13: style: The scope of the variable 'b' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/filter.c:1055:10: style: The scope of the variable 'ar' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/filter.c:1056:16: style: The scope of the variable 'c' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/filter.c:1379:9: style: The scope of the variable 'jpath' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/filter.c:1658:23: style: The scope of the variable 'amark' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/filter.c:2268:11: style: The scope of the variable 'ofile' can be reduced. [variableScope]
falcon-1.8.8/DALIGNER/filter.c:124:77: style: Function 'Set_Filter_Params' argument 5 names different: declaration 'nthreads' definition 'nthread'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/filter.h:27:77: note: Function 'Set_Filter_Params' argument 5 names different: declaration 'nthreads' definition 'nthread'.
falcon-1.8.8/DALIGNER/filter.c:124:77: note: Function 'Set_Filter_Params' argument 5 names different: declaration 'nthreads' definition 'nthread'.
falcon-1.8.8/DALIGNER/filter.c:1932:25: style: Function 'Match_Filter' argument 5 names different: declaration 'atable' definition 'vasort'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/filter.h:32:25: note: Function 'Match_Filter' argument 5 names different: declaration 'atable' definition 'vasort'.
falcon-1.8.8/DALIGNER/filter.c:1932:25: note: Function 'Match_Filter' argument 5 names different: declaration 'atable' definition 'vasort'.
falcon-1.8.8/DALIGNER/filter.c:1932:49: style: Function 'Match_Filter' argument 7 names different: declaration 'btable' definition 'vbsort'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/filter.h:32:49: note: Function 'Match_Filter' argument 7 names different: declaration 'btable' definition 'vbsort'.
falcon-1.8.8/DALIGNER/filter.c:1932:49: note: Function 'Match_Filter' argument 7 names different: declaration 'btable' definition 'vbsort'.
falcon-1.8.8/DALIGNER/filter.c:1933:41: style: Function 'Match_Filter' argument 10 names different: declaration 'asettings' definition 'aspec'. [funcArgNamesDifferent]
falcon-1.8.8/DALIGNER/filter.h:33:41: note: Function 'Match_Filter' argument 10 names different: declaration 'asettings' definition 'aspec'.
falcon-1.8.8/DALIGNER/filter.c:1933:41: note: Function 'Match_Filter' argument 10 names different: declaration 'asettings' definition 'aspec'.
falcon-1.8.8/DALIGNER/filter.c:687:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
falcon-1.8.8/DALIGNER/filter.c:1960:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
falcon-1.8.8/DAMASKER/DB.c:1646:17: warning: Either the condition 'root==NULL' is redundant or there is possible null pointer dereference: root. [nullPointerRedundantCheck]
falcon-1.8.8/DAMASKER/DB.c:1648:12: note: Assuming that condition 'root==NULL' is not redundant
falcon-1.8.8/DAMASKER/DB.c:1646:17: note: Null pointer dereference
falcon-1.8.8/DAMASKER/DB.c:108:23: style: The scope of the variable 'dot' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/DB.c:109:9: style: The scope of the variable 'epos' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/DB.c:277:18: style: The scope of the variable 'byte' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/DB.c:583:16: style: The scope of the variable 'anno' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/DB.c:654:15: style: The scope of the variable 'i' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/DB.c:654:18: style: The scope of the variable 'j' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/DB.c:654:21: style: The scope of the variable 'r' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/DB.c:687:12: style: The scope of the variable 'anno' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/DB.c:1063:15: style: The scope of the variable 'qvtrk' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/DB.c:1064:15: style: The scope of the variable 'i' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/DB.c:1581:13: style: The scope of the variable 'off' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/DB.c:1582:13: style: The scope of the variable 'len' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/DB.c:1582:18: style: The scope of the variable 'clen' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/DB.c:56:21: style: Function 'Realloc' argument 1 names different: declaration 'object' definition 'p'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/DB.h:138:21: note: Function 'Realloc' argument 1 names different: declaration 'object' definition 'p'.
falcon-1.8.8/DAMASKER/DB.c:56:21: note: Function 'Realloc' argument 1 names different: declaration 'object' definition 'p'.
falcon-1.8.8/DAMASKER/DB.c:68:20: style: Function 'Strdup' argument 1 names different: declaration 'string' definition 'name'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/DB.h:139:20: note: Function 'Strdup' argument 1 names different: declaration 'string' definition 'name'.
falcon-1.8.8/DAMASKER/DB.c:68:20: note: Function 'Strdup' argument 1 names different: declaration 'string' definition 'name'.
falcon-1.8.8/DAMASKER/DB.c:82:19: style: Function 'Fopen' argument 1 names different: declaration 'path' definition 'name'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/DB.h:141:19: note: Function 'Fopen' argument 1 names different: declaration 'path' definition 'name'.
falcon-1.8.8/DAMASKER/DB.c:82:19: note: Function 'Fopen' argument 1 names different: declaration 'path' definition 'name'.
falcon-1.8.8/DAMASKER/DB.c:92:20: style: Function 'PathTo' argument 1 names different: declaration 'path' definition 'name'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/DB.h:142:20: note: Function 'PathTo' argument 1 names different: declaration 'path' definition 'name'.
falcon-1.8.8/DAMASKER/DB.c:92:20: note: Function 'PathTo' argument 1 names different: declaration 'path' definition 'name'.
falcon-1.8.8/DAMASKER/DB.c:107:18: style: Function 'Root' argument 1 names different: declaration 'path' definition 'name'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/DB.h:143:18: note: Function 'Root' argument 1 names different: declaration 'path' definition 'name'.
falcon-1.8.8/DAMASKER/DB.c:107:18: note: Function 'Root' argument 1 names different: declaration 'path' definition 'name'.
falcon-1.8.8/DAMASKER/DB.c:422:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAMASKER/DB.c:899:17: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAMASKER/DB.c:910:17: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAMASKER/DB.c:935:20: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAMASKER/DB.c:940:20: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAMASKER/DB.c:999:17: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAMASKER/DB.c:153:12: error: Common realloc mistake: 'cat' nulled but not freed upon failure [memleakOnRealloc]
falcon-1.8.8/DAMASKER/DB.c:173:12: error: Common realloc mistake: 'suffix' nulled but not freed upon failure [memleakOnRealloc]
falcon-1.8.8/DAMASKER/HPC.REPmask.c:51:9: style: The scope of the variable 'name' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/HPC.REPmask.c:52:9: style: The scope of the variable 'stage' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/HPC.REPmask.c:61:10: style: The scope of the variable 'MMAX' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/HPC.REPmask.c:311:9: style: The scope of the variable 'level' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/HPC.REPmask.c:349:18: style: The scope of the variable 'hgh' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/HPC.TANmask.c:48:9: style: The scope of the variable 'name' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/QV.c:92:18: style: The scope of the variable 'r' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/QV.c:387:11: style: The scope of the variable 'x' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/QV.c:387:14: style: The scope of the variable 'c' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/QV.c:388:11: style: The scope of the variable 'n' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/QV.c:449:14: style: The scope of the variable 'c' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/QV.c:450:11: style: The scope of the variable 'n' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/QV.c:450:14: style: The scope of the variable 'h' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/QV.c:710:10: style: The scope of the variable 'h' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/QV.c:867:9: style: The scope of the variable 'slash' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/QV.c:868:9: style: The scope of the variable 'rlen' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/REPmask.c:104:12: style: The scope of the variable 'ab' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/REPmask.c:104:16: style: The scope of the variable 'ae' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/REPmask.c:236:11: style: The scope of the variable 'bread' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/REPmask.c:328:12: style: The scope of the variable 'a' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/REPmask.c:433:10: style: The scope of the variable 'las' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/REPmask.c:433:16: style: The scope of the variable 'lpwd' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/REPmask.c:526:15: style: The scope of the variable 'dbfile' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/REPmask.c:527:15: style: The scope of the variable 'buffer' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/REPmask.c:529:15: style: The scope of the variable 'i' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/REPmask.c:529:18: style: The scope of the variable 'part' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/TANmask.c:168:12: style: The scope of the variable 'a' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/TANmask.c:273:15: style: The scope of the variable 'las' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/TANmask.c:273:21: style: The scope of the variable 'lpwd' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/TANmask.c:357:15: style: The scope of the variable 'dbfile' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/TANmask.c:358:15: style: The scope of the variable 'buffer' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/TANmask.c:360:15: style: The scope of the variable 'i' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/TANmask.c:360:18: style: The scope of the variable 'part' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:408:23: style: The scope of the variable 'd' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:566:23: style: The scope of the variable 'ap' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:1067:23: style: The scope of the variable 'd' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:1221:14: style: The scope of the variable 'am' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:1792:15: style: The scope of the variable 'p' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:1819:15: style: The scope of the variable 'p' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:1966:23: style: The scope of the variable 'd' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:2086:23: style: The scope of the variable 'ap' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:2340:13: style: The scope of the variable 'd' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:2478:23: style: The scope of the variable 'd' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:2595:14: style: The scope of the variable 'am' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:3151:12: style: The scope of the variable 'j' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:3217:9: style: The scope of the variable 'c' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:4184:11: style: The scope of the variable 'HF' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:4513:11: style: The scope of the variable 'HF' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:4852:11: style: The scope of the variable 'ab' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:4852:15: style: The scope of the variable 'bb' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:4853:11: style: The scope of the variable 'ae' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:4853:15: style: The scope of the variable 'be' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:4951:11: style: The scope of the variable 'ab' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:4951:15: style: The scope of the variable 'bb' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:4952:11: style: The scope of the variable 'ae' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:4952:15: style: The scope of the variable 'be' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:5071:11: style: The scope of the variable 'ab' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:5071:15: style: The scope of the variable 'bb' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:5072:11: style: The scope of the variable 'ae' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:5072:15: style: The scope of the variable 'be' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:5135:12: style: The scope of the variable 'd' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/align.c:118:32: style: Function 'Free_Work_Data' argument 1 names different: declaration 'work' definition 'ework'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/align.h:164:40: note: Function 'Free_Work_Data' argument 1 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DAMASKER/align.c:118:32: note: Function 'Free_Work_Data' argument 1 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DAMASKER/align.c:245:34: style: Function 'Free_Align_Spec' argument 1 names different: declaration 'spec' definition 'espec'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/align.h:192:43: note: Function 'Free_Align_Spec' argument 1 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DAMASKER/align.c:245:34: note: Function 'Free_Align_Spec' argument 1 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DAMASKER/align.c:251:40: style: Function 'Average_Correlation' argument 1 names different: declaration 'spec' definition 'espec'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/align.h:195:42: note: Function 'Average_Correlation' argument 1 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DAMASKER/align.c:251:40: note: Function 'Average_Correlation' argument 1 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DAMASKER/align.c:254:31: style: Function 'Trace_Spacing' argument 1 names different: declaration 'spec' definition 'espec'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/align.h:194:42: note: Function 'Trace_Spacing' argument 1 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DAMASKER/align.c:254:31: note: Function 'Trace_Spacing' argument 1 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DAMASKER/align.c:257:37: style: Function 'Base_Frequencies' argument 1 names different: declaration 'spec' definition 'espec'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/align.h:196:42: note: Function 'Base_Frequencies' argument 1 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DAMASKER/align.c:257:37: note: Function 'Base_Frequencies' argument 1 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DAMASKER/align.c:1696:52: style: Function 'Local_Alignment' argument 2 names different: declaration 'work' definition 'ework'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/align.h:225:54: note: Function 'Local_Alignment' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DAMASKER/align.c:1696:52: note: Function 'Local_Alignment' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DAMASKER/align.c:1696:71: style: Function 'Local_Alignment' argument 3 names different: declaration 'spec' definition 'espec'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/align.h:225:72: note: Function 'Local_Alignment' argument 3 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DAMASKER/align.c:1696:71: note: Function 'Local_Alignment' argument 3 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DAMASKER/align.c:2938:49: style: Function 'Find_Extension' argument 2 names different: declaration 'work' definition 'ework'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/align.h:228:53: note: Function 'Find_Extension' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DAMASKER/align.c:2938:49: note: Function 'Find_Extension' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DAMASKER/align.c:2938:68: style: Function 'Find_Extension' argument 3 names different: declaration 'spec' definition 'espec'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/align.h:228:71: note: Function 'Find_Extension' argument 3 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DAMASKER/align.c:2938:68: note: Function 'Find_Extension' argument 3 names different: declaration 'spec' definition 'espec'.
falcon-1.8.8/DAMASKER/align.c:3039:22: style: Function 'Read_Trace' argument 1 names different: declaration 'innput' definition 'input'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/align.h:344:24: note: Function 'Read_Trace' argument 1 names different: declaration 'innput' definition 'input'.
falcon-1.8.8/DAMASKER/align.c:3039:22: note: Function 'Read_Trace' argument 1 names different: declaration 'innput' definition 'input'.
falcon-1.8.8/DAMASKER/align.c:3215:27: style: Function 'Complement_Seq' argument 1 names different: declaration 'a' definition 'aseq'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/align.h:150:27: note: Function 'Complement_Seq' argument 1 names different: declaration 'a' definition 'aseq'.
falcon-1.8.8/DAMASKER/align.c:3215:27: note: Function 'Complement_Seq' argument 1 names different: declaration 'a' definition 'aseq'.
falcon-1.8.8/DAMASKER/align.c:3215:37: style: Function 'Complement_Seq' argument 2 names different: declaration 'n' definition 'len'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/align.h:150:34: note: Function 'Complement_Seq' argument 2 names different: declaration 'n' definition 'len'.
falcon-1.8.8/DAMASKER/align.c:3215:37: note: Function 'Complement_Seq' argument 2 names different: declaration 'n' definition 'len'.
falcon-1.8.8/DAMASKER/align.c:3237:62: style: Function 'Print_Alignment' argument 3 names different: declaration 'work' definition 'ework'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/align.h:294:65: note: Function 'Print_Alignment' argument 3 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DAMASKER/align.c:3237:62: note: Function 'Print_Alignment' argument 3 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DAMASKER/align.c:3487:62: style: Function 'Print_Reference' argument 3 names different: declaration 'work' definition 'ework'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/align.h:297:65: note: Function 'Print_Reference' argument 3 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DAMASKER/align.c:3487:62: note: Function 'Print_Reference' argument 3 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DAMASKER/align.c:4778:52: style: Function 'Compute_Trace_ALL' argument 2 names different: declaration 'work' definition 'ework'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/align.h:254:54: note: Function 'Compute_Trace_ALL' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DAMASKER/align.c:4778:52: note: Function 'Compute_Trace_ALL' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DAMASKER/align.c:4844:52: style: Function 'Compute_Trace_PTS' argument 2 names different: declaration 'work' definition 'ework'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/align.h:255:54: note: Function 'Compute_Trace_PTS' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DAMASKER/align.c:4844:52: note: Function 'Compute_Trace_PTS' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DAMASKER/align.c:4943:52: style: Function 'Compute_Trace_MID' argument 2 names different: declaration 'work' definition 'ework'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/align.h:256:54: note: Function 'Compute_Trace_MID' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DAMASKER/align.c:4943:52: note: Function 'Compute_Trace_MID' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DAMASKER/align.c:5063:52: style: Function 'Compute_Trace_IRR' argument 2 names different: declaration 'work' definition 'ework'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/align.h:265:54: note: Function 'Compute_Trace_IRR' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DAMASKER/align.c:5063:52: note: Function 'Compute_Trace_IRR' argument 2 names different: declaration 'work' definition 'ework'.
falcon-1.8.8/DAMASKER/align.c:598:62: portability: '(void*)(V+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:599:62: portability: '(void*)(M+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:600:62: portability: '(void*)(HA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:601:62: portability: '(void*)(HB+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:602:62: portability: '(void*)(NA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:603:62: portability: '(void*)(NB+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:604:62: portability: '(void*)(T+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:607:52: portability: '(void*)(V+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:609:52: portability: '(void*)(M+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:611:52: portability: '(void*)(HA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:613:52: portability: '(void*)(HB+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:615:52: portability: '(void*)(NA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:617:52: portability: '(void*)(NB+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:619:52: portability: '(void*)(T+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:622:52: portability: '(void*)(T+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:624:52: portability: '(void*)(NB+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:626:52: portability: '(void*)(NA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:628:52: portability: '(void*)(HB+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:630:52: portability: '(void*)(HA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:632:52: portability: '(void*)(M+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:634:52: portability: '(void*)(V+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1252:62: portability: '(void*)(V+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1253:62: portability: '(void*)(M+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1254:62: portability: '(void*)(HA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1255:62: portability: '(void*)(HB+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1256:62: portability: '(void*)(NA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1257:62: portability: '(void*)(NB+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1258:62: portability: '(void*)(T+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1261:52: portability: '(void*)(V+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1263:52: portability: '(void*)(M+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1265:52: portability: '(void*)(HA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1267:52: portability: '(void*)(HB+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1269:52: portability: '(void*)(NA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1271:52: portability: '(void*)(NB+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1273:52: portability: '(void*)(T+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1276:52: portability: '(void*)(T+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1278:52: portability: '(void*)(NB+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1280:52: portability: '(void*)(NA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1282:52: portability: '(void*)(HB+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1284:52: portability: '(void*)(HA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1286:52: portability: '(void*)(M+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:1288:52: portability: '(void*)(V+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2113:62: portability: '(void*)(V+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2114:62: portability: '(void*)(M+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2115:62: portability: '(void*)(HA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2116:62: portability: '(void*)(NA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2117:62: portability: '(void*)(T+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2120:52: portability: '(void*)(V+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2122:52: portability: '(void*)(M+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2124:52: portability: '(void*)(HA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2126:52: portability: '(void*)(NA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2128:52: portability: '(void*)(T+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2131:52: portability: '(void*)(T+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2133:52: portability: '(void*)(NA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2135:52: portability: '(void*)(HA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2137:52: portability: '(void*)(M+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2139:52: portability: '(void*)(V+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2621:62: portability: '(void*)(V+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2622:62: portability: '(void*)(M+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2623:62: portability: '(void*)(HA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2624:62: portability: '(void*)(NA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2625:62: portability: '(void*)(T+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2628:52: portability: '(void*)(V+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2630:52: portability: '(void*)(M+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2632:52: portability: '(void*)(HA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2634:52: portability: '(void*)(NA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2636:52: portability: '(void*)(T+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2639:52: portability: '(void*)(T+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2641:52: portability: '(void*)(NA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2643:52: portability: '(void*)(HA+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2645:52: portability: '(void*)(M+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:2647:52: portability: '(void*)(V+low)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:3618:7: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:3623:7: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:3628:7: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:3636:5: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:3649:15: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:3657:11: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:3663:15: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:3671:11: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:3677:9: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:3691:7: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:3700:15: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:3705:15: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/align.c:3709:13: portability: 'work->vector' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
falcon-1.8.8/DAMASKER/datander.c:50:7: style: The scope of the variable 'i' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/datander.c:75:15: style: The scope of the variable 'bfile' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/datander.c:76:15: style: The scope of the variable 'broot' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/datander.c:77:15: style: The scope of the variable 'settings' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/datander.c:78:15: style: The scope of the variable 'isdam' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/tandem.c:363:27: style: The scope of the variable 'p' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/tandem.c:524:10: style: The scope of the variable 'ca' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/tandem.c:526:10: style: The scope of the variable 'ar' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/tandem.c:527:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/tandem.c:730:9: style: The scope of the variable 'jpath' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/tandem.c:883:10: style: The scope of the variable 'novla' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/tandem.c:1257:12: style: The scope of the variable 'p' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/tandem.c:1331:11: style: The scope of the variable 'ofile' can be reduced. [variableScope]
falcon-1.8.8/DAMASKER/tandem.c:1132:59: style: Function 'Match_Self' argument 3 names different: declaration 'settings' definition 'aspec'. [funcArgNamesDifferent]
falcon-1.8.8/DAMASKER/tandem.h:22:59: note: Function 'Match_Self' argument 3 names different: declaration 'settings' definition 'aspec'.
falcon-1.8.8/DAMASKER/tandem.c:1132:59: note: Function 'Match_Self' argument 3 names different: declaration 'settings' definition 'aspec'.
falcon-1.8.8/DAMASKER/tandem.c:402:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
falcon-1.8.8/DAMASKER/tandem.c:1155:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
falcon-1.8.8/DAZZ_DB/DAM2fasta.c:149:32: style: The scope of the variable 'nlen' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DAM2fasta.c:123:13: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAZZ_DB/DB.c:1652:17: warning: Either the condition 'root==NULL' is redundant or there is possible null pointer dereference: root. [nullPointerRedundantCheck]
falcon-1.8.8/DAZZ_DB/DB.c:1654:12: note: Assuming that condition 'root==NULL' is not redundant
falcon-1.8.8/DAZZ_DB/DB.c:1652:17: note: Null pointer dereference
falcon-1.8.8/DAZZ_DB/DB.c:114:23: style: The scope of the variable 'dot' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DB.c:115:9: style: The scope of the variable 'epos' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DB.c:283:18: style: The scope of the variable 'byte' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DB.c:589:16: style: The scope of the variable 'anno' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DB.c:660:15: style: The scope of the variable 'i' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DB.c:660:18: style: The scope of the variable 'j' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DB.c:660:21: style: The scope of the variable 'r' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DB.c:693:12: style: The scope of the variable 'anno' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DB.c:1069:15: style: The scope of the variable 'qvtrk' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DB.c:1070:15: style: The scope of the variable 'i' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DB.c:1587:13: style: The scope of the variable 'off' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DB.c:1588:13: style: The scope of the variable 'len' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DB.c:1588:18: style: The scope of the variable 'clen' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DB.c:56:21: style: Function 'Realloc' argument 1 names different: declaration 'object' definition 'p'. [funcArgNamesDifferent]
falcon-1.8.8/DAZZ_DB/DB.h:138:21: note: Function 'Realloc' argument 1 names different: declaration 'object' definition 'p'.
falcon-1.8.8/DAZZ_DB/DB.c:56:21: note: Function 'Realloc' argument 1 names different: declaration 'object' definition 'p'.
falcon-1.8.8/DAZZ_DB/DB.c:68:20: style: Function 'Strdup' argument 1 names different: declaration 'string' definition 'name'. [funcArgNamesDifferent]
falcon-1.8.8/DAZZ_DB/DB.h:139:20: note: Function 'Strdup' argument 1 names different: declaration 'string' definition 'name'.
falcon-1.8.8/DAZZ_DB/DB.c:68:20: note: Function 'Strdup' argument 1 names different: declaration 'string' definition 'name'.
falcon-1.8.8/DAZZ_DB/DB.c:82:19: style: Function 'Fopen' argument 1 names different: declaration 'path' definition 'name'. [funcArgNamesDifferent]
falcon-1.8.8/DAZZ_DB/DB.h:141:19: note: Function 'Fopen' argument 1 names different: declaration 'path' definition 'name'.
falcon-1.8.8/DAZZ_DB/DB.c:82:19: note: Function 'Fopen' argument 1 names different: declaration 'path' definition 'name'.
falcon-1.8.8/DAZZ_DB/DB.c:98:20: style: Function 'PathTo' argument 1 names different: declaration 'path' definition 'name'. [funcArgNamesDifferent]
falcon-1.8.8/DAZZ_DB/DB.h:142:20: note: Function 'PathTo' argument 1 names different: declaration 'path' definition 'name'.
falcon-1.8.8/DAZZ_DB/DB.c:98:20: note: Function 'PathTo' argument 1 names different: declaration 'path' definition 'name'.
falcon-1.8.8/DAZZ_DB/DB.c:113:18: style: Function 'Root' argument 1 names different: declaration 'path' definition 'name'. [funcArgNamesDifferent]
falcon-1.8.8/DAZZ_DB/DB.h:143:18: note: Function 'Root' argument 1 names different: declaration 'path' definition 'name'.
falcon-1.8.8/DAZZ_DB/DB.c:113:18: note: Function 'Root' argument 1 names different: declaration 'path' definition 'name'.
falcon-1.8.8/DAZZ_DB/DB.c:428:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAZZ_DB/DB.c:905:17: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAZZ_DB/DB.c:916:17: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAZZ_DB/DB.c:941:20: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAZZ_DB/DB.c:946:20: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAZZ_DB/DB.c:1005:17: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAZZ_DB/DB.c:159:12: error: Common realloc mistake: 'cat' nulled but not freed upon failure [memleakOnRealloc]
falcon-1.8.8/DAZZ_DB/DB.c:179:12: error: Common realloc mistake: 'suffix' nulled but not freed upon failure [memleakOnRealloc]
falcon-1.8.8/DAZZ_DB/DB2fasta.c:103:13: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAZZ_DB/DB2quiva.c:87:17: style: The scope of the variable 'coding' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DB2quiva.c:104:13: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAZZ_DB/DBdump.c:483:5: style: Variable 'hdrmax' is reassigned a value before the old one has been used. [redundantAssignment]
falcon-1.8.8/DAZZ_DB/DBdump.c:482:5: note: Variable 'hdrmax' is reassigned a value before the old one has been used.
falcon-1.8.8/DAZZ_DB/DBdump.c:483:5: note: Variable 'hdrmax' is reassigned a value before the old one has been used.
falcon-1.8.8/DAZZ_DB/DBdump.c:115:16: style: The scope of the variable 'MMAX' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBdump.c:181:11: style: The scope of the variable 'pwd' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBdump.c:181:17: style: The scope of the variable 'root' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBdump.c:218:12: style: The scope of the variable 'status' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBdump.c:322:14: style: The scope of the variable 'status' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBdump.c:379:20: style: The scope of the variable 'e' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBdump.c:510:30: style: The scope of the variable 'ten' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBdump.c:701:30: style: The scope of the variable 'j' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBdump.c:280:15: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAZZ_DB/DBdust.c:221:32: style: The scope of the variable 'trun' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBdust.c:315:29: style: The scope of the variable 'trun' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBshow.c:99:15: style: The scope of the variable 'MMAX' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBshow.c:164:11: style: The scope of the variable 'pwd' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBshow.c:164:17: style: The scope of the variable 'root' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBshow.c:201:12: style: The scope of the variable 'status' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBshow.c:291:14: style: The scope of the variable 'status' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBshow.c:312:20: style: The scope of the variable 'e' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBshow.c:487:30: style: The scope of the variable 'j' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBshow.c:488:24: style: The scope of the variable 'bd' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBshow.c:488:28: style: The scope of the variable 'ed' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBshow.c:488:32: style: The scope of the variable 'm' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBshow.c:249:15: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAZZ_DB/DBshow.c:436:22: error: Uninitialized variable: reps [uninitvar]
falcon-1.8.8/DAZZ_DB/DBshow.c:439:17: error: Uninitialized variable: pts [uninitvar]
falcon-1.8.8/DAZZ_DB/DBstats.c:33:11: style: The scope of the variable 'MMAX' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBstats.c:197:20: style: The scope of the variable 'dev' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBstats.c:259:16: style: The scope of the variable 'totlen' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBstats.c:260:16: style: The scope of the variable 'numint' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/DBstats.c:260:24: style: The scope of the variable 'maxlen' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/QV.c:92:18: style: The scope of the variable 'r' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/QV.c:387:11: style: The scope of the variable 'x' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/QV.c:387:14: style: The scope of the variable 'c' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/QV.c:388:11: style: The scope of the variable 'n' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/QV.c:449:14: style: The scope of the variable 'c' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/QV.c:450:11: style: The scope of the variable 'n' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/QV.c:450:14: style: The scope of the variable 'h' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/QV.c:710:10: style: The scope of the variable 'h' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/QV.c:867:9: style: The scope of the variable 'slash' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/QV.c:868:9: style: The scope of the variable 'rlen' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/fasta2DAM.c:304:13: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAZZ_DB/fasta2DAM.c:463:23: error: Common realloc mistake: 'read' nulled but not freed upon failure [memleakOnRealloc]
falcon-1.8.8/DAZZ_DB/fasta2DAM.c:256:17: error: Uninitialized variable: db [uninitvar]
falcon-1.8.8/DAZZ_DB/fasta2DB.c:293:13: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAZZ_DB/fasta2DB.c:497:23: error: Common realloc mistake: 'read' nulled but not freed upon failure [memleakOnRealloc]
falcon-1.8.8/DAZZ_DB/fasta2DB.c:534:23: error: Common realloc mistake: 'prec' nulled but not freed upon failure [memleakOnRealloc]
falcon-1.8.8/DAZZ_DB/fasta2DB.c:251:17: error: Uninitialized variable: db [uninitvar]
falcon-1.8.8/DAZZ_DB/quiva2DB.c:242:23: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAZZ_DB/quiva2DB.c:289:23: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAZZ_DB/quiva2DB.c:327:17: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DAZZ_DB/quiva2DB.c:326:26: error: Uninitialized variable: fname [uninitvar]
falcon-1.8.8/DAZZ_DB/simulator.c:72:9: style: The scope of the variable 'c' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/simulator.c:93:20: style: The scope of the variable 'x' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/simulator.c:124:10: style: The scope of the variable 'm' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/simulator.c:240:18: style: The scope of the variable 'x' can be reduced. [variableScope]
falcon-1.8.8/DAZZ_DB/simulator.c:309:11: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
falcon-1.8.8/DEXTRACTOR/DB.c:1646:17: warning: Either the condition 'root==NULL' is redundant or there is possible null pointer dereference: root. [nullPointerRedundantCheck]
falcon-1.8.8/DEXTRACTOR/DB.c:1648:12: note: Assuming that condition 'root==NULL' is not redundant
falcon-1.8.8/DEXTRACTOR/DB.c:1646:17: note: Null pointer dereference
falcon-1.8.8/DEXTRACTOR/DB.c:108:23: style: The scope of the variable 'dot' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/DB.c:109:9: style: The scope of the variable 'epos' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/DB.c:277:18: style: The scope of the variable 'byte' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/DB.c:583:16: style: The scope of the variable 'anno' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/DB.c:654:15: style: The scope of the variable 'i' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/DB.c:654:18: style: The scope of the variable 'j' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/DB.c:654:21: style: The scope of the variable 'r' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/DB.c:687:12: style: The scope of the variable 'anno' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/DB.c:1063:15: style: The scope of the variable 'qvtrk' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/DB.c:1064:15: style: The scope of the variable 'i' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/DB.c:1581:13: style: The scope of the variable 'off' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/DB.c:1582:13: style: The scope of the variable 'len' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/DB.c:1582:18: style: The scope of the variable 'clen' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/DB.c:56:21: style: Function 'Realloc' argument 1 names different: declaration 'object' definition 'p'. [funcArgNamesDifferent]
falcon-1.8.8/DEXTRACTOR/DB.h:138:21: note: Function 'Realloc' argument 1 names different: declaration 'object' definition 'p'.
falcon-1.8.8/DEXTRACTOR/DB.c:56:21: note: Function 'Realloc' argument 1 names different: declaration 'object' definition 'p'.
falcon-1.8.8/DEXTRACTOR/DB.c:68:20: style: Function 'Strdup' argument 1 names different: declaration 'string' definition 'name'. [funcArgNamesDifferent]
falcon-1.8.8/DEXTRACTOR/DB.h:139:20: note: Function 'Strdup' argument 1 names different: declaration 'string' definition 'name'.
falcon-1.8.8/DEXTRACTOR/DB.c:68:20: note: Function 'Strdup' argument 1 names different: declaration 'string' definition 'name'.
falcon-1.8.8/DEXTRACTOR/DB.c:82:19: style: Function 'Fopen' argument 1 names different: declaration 'path' definition 'name'. [funcArgNamesDifferent]
falcon-1.8.8/DEXTRACTOR/DB.h:141:19: note: Function 'Fopen' argument 1 names different: declaration 'path' definition 'name'.
falcon-1.8.8/DEXTRACTOR/DB.c:82:19: note: Function 'Fopen' argument 1 names different: declaration 'path' definition 'name'.
falcon-1.8.8/DEXTRACTOR/DB.c:92:20: style: Function 'PathTo' argument 1 names different: declaration 'path' definition 'name'. [funcArgNamesDifferent]
falcon-1.8.8/DEXTRACTOR/DB.h:142:20: note: Function 'PathTo' argument 1 names different: declaration 'path' definition 'name'.
falcon-1.8.8/DEXTRACTOR/DB.c:92:20: note: Function 'PathTo' argument 1 names different: declaration 'path' definition 'name'.
falcon-1.8.8/DEXTRACTOR/DB.c:107:18: style: Function 'Root' argument 1 names different: declaration 'path' definition 'name'. [funcArgNamesDifferent]
falcon-1.8.8/DEXTRACTOR/DB.h:143:18: note: Function 'Root' argument 1 names different: declaration 'path' definition 'name'.
falcon-1.8.8/DEXTRACTOR/DB.c:107:18: note: Function 'Root' argument 1 names different: declaration 'path' definition 'name'.
falcon-1.8.8/DEXTRACTOR/DB.c:422:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DEXTRACTOR/DB.c:899:17: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DEXTRACTOR/DB.c:910:17: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DEXTRACTOR/DB.c:935:20: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DEXTRACTOR/DB.c:940:20: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DEXTRACTOR/DB.c:999:17: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
falcon-1.8.8/DEXTRACTOR/DB.c:153:12: error: Common realloc mistake: 'cat' nulled but not freed upon failure [memleakOnRealloc]
falcon-1.8.8/DEXTRACTOR/DB.c:173:12: error: Common realloc mistake: 'suffix' nulled but not freed upon failure [memleakOnRealloc]
falcon-1.8.8/DEXTRACTOR/QV.c:92:18: style: The scope of the variable 'r' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/QV.c:387:11: style: The scope of the variable 'x' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/QV.c:387:14: style: The scope of the variable 'c' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/QV.c:388:11: style: The scope of the variable 'n' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/QV.c:449:14: style: The scope of the variable 'c' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/QV.c:450:11: style: The scope of the variable 'n' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/QV.c:450:14: style: The scope of the variable 'h' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/QV.c:710:10: style: The scope of the variable 'h' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/QV.c:867:9: style: The scope of the variable 'slash' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/QV.c:868:9: style: The scope of the variable 'rlen' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/dextract.c:288:18: style: The scope of the variable 'top' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/dextract.c:289:11: style: The scope of the variable 'hbeg' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/dextract.c:289:17: style: The scope of the variable 'hend' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/dextract.c:289:23: style: The scope of the variable 'qv' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/dextract.c:290:11: style: The scope of the variable 'ibeg' can be reduced. [variableScope]
falcon-1.8.8/DEXTRACTOR/dextract.c:290:17: style: The scope of the variable 'iend' can be reduced. [variableScope]
falcon-1.8.8/FALCON/src/c/DW_banded.c:96:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
falcon-1.8.8/FALCON/src/c/DW_banded.c:111:23: style: The scope of the variable 'new_min_k' can be reduced. [variableScope]
falcon-1.8.8/FALCON/src/c/DW_banded.c:112:23: style: The scope of the variable 'new_max_k' can be reduced. [variableScope]
falcon-1.8.8/FALCON/src/c/falcon.c:392:13: style: The scope of the variable 'best_i' can be reduced. [variableScope]
falcon-1.8.8/FALCON/src/c/falcon.c:393:13: style: The scope of the variable 'best_j' can be reduced. [variableScope]
falcon-1.8.8/FALCON/src/c/falcon.c:394:13: style: The scope of the variable 'best_b' can be reduced. [variableScope]
falcon-1.8.8/FALCON/src/c/falcon.c:485:12: style: The scope of the variable 'score0' can be reduced. [variableScope]
falcon-1.8.8/FALCON/src/c/falcon.c:573:18: style: The scope of the variable 'kmer_match_ptr' can be reduced. [variableScope]
falcon-1.8.8/FALCON/src/c/falcon.c:574:17: style: The scope of the variable 'arange' can be reduced. [variableScope]
falcon-1.8.8/FALCON/src/c/falcon.c:685:16: style: The scope of the variable 'r_len' can be reduced. [variableScope]
falcon-1.8.8/FALCON/src/c/falcon.c:419:40: style: Unsigned variable '.' can't be negative so it is unnecessary to test it. [unsignedPositive]
falcon-1.8.8/FALCON/src/c/kmer_lookup.c:307:10: style: The scope of the variable 'cur_score' can be reduced. [variableScope]
falcon-1.8.8/FALCON/src/c/kmer_lookup.c:308:10: style: The scope of the variable 'max_score' can be reduced. [variableScope]
falcon-1.8.8/FALCON/src/c/kmer_lookup.c:311:16: style: The scope of the variable 'cur_start' can be reduced. [variableScope]
falcon-1.8.8/FALCON/src/c/kmer_lookup.c:440:24: style: The scope of the variable 'cx' can be reduced. [variableScope]
falcon-1.8.8/FALCON/src/c/kmer_lookup.c:440:28: style: The scope of the variable 'cy' can be reduced. [variableScope]
falcon-1.8.8/FALCON/src/c/kmer_lookup.c:444:38: style: The scope of the variable 'd' can be reduced. [variableScope]
[21:36]
ftp://ftp.se.debian.org/debian/pool/main/f/falconpl/falconpl_0.9.6.9-git20120606.orig.tar.gz
clt/falcon/editline/src/chared.c:98:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
clt/falcon/editline/src/chared.c:280:6: style: The scope of the variable 'test' can be reduced. [variableScope]
clt/falcon/editline/src/chared.c:309:6: style: The scope of the variable 'test' can be reduced. [variableScope]
clt/falcon/editline/src/chared.c:429:6: style: The scope of the variable 'test' can be reduced. [variableScope]
clt/falcon/editline/src/chared.c:760:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
clt/falcon/editline/src/el.c:518:9: style: Condition 'fp==NULL' is always true [knownConditionTrueFalse]
clt/falcon/editline/src/el.c:502:7: note: Assignment 'fp=NULL', assigned value is 0
clt/falcon/editline/src/el.c:518:9: note: Condition 'fp==NULL' is always true
clt/falcon/editline/src/fgetln.c:88:14: warning: Either the condition '(ptr=strchr(&buf[*len],'\n'))==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
clt/falcon/editline/src/fgetln.c:65:42: note: Assuming that condition '(ptr=strchr(&buf[*len],'\n'))==NULL' is not redundant
clt/falcon/editline/src/fgetln.c:88:14: note: Null pointer subtraction
clt/falcon/editline/src/filecomplete.c:164:50: style: The scope of the variable 'dirpath' can be reduced. [variableScope]
clt/falcon/editline/src/filecomplete.c:92:16: style: Unused variable: pwres [unusedVariable]
clt/falcon/editline/src/filecomplete.c:95:7: style: Unused variable: pwbuf [unusedVariable]
clt/falcon/editline/src/filecomplete.c:443:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
clt/falcon/editline/src/hist.c:158:14: style: The scope of the variable 'str' can be reduced. [variableScope]
clt/falcon/editline/src/key.c:578:17: style: The scope of the variable 'fp' can be reduced. [variableScope]
clt/falcon/editline/src/key.c:579:7: style: The scope of the variable 'unparsbuf' can be reduced. [variableScope]
clt/falcon/editline/src/map.c:1127:7: style: The scope of the variable 'outbuf' can be reduced. [variableScope]
clt/falcon/editline/src/map.c:1128:17: style: The scope of the variable 'bp' can be reduced. [variableScope]
clt/falcon/editline/src/map.c:1128:22: style: The scope of the variable 'ep' can be reduced. [variableScope]
clt/falcon/editline/src/parse.c:185:13: style: The scope of the variable 'ch' can be reduced. [variableScope]
clt/falcon/editline/src/read.c:208:15: style: Condition 'chrs>0' is always false [knownConditionTrueFalse]
clt/falcon/editline/src/read.c:189:13: note: Assignment 'chrs=0', assigned value is 0
clt/falcon/editline/src/read.c:208:15: note: Condition 'chrs>0' is always false
clt/falcon/editline/src/read.c:208:15: style: Same expression on both sides of '>' because the value of 'chrs' and '0' are the same. [duplicateExpression]
clt/falcon/editline/src/read.c:189:13: note: 'chrs' is assigned value '0' here.
clt/falcon/editline/src/read.c:208:15: note: Same expression on both sides of '>' because the value of 'chrs' and '0' are the same.
clt/falcon/editline/src/read.c:238:6: style: The scope of the variable 'num' can be reduced. [variableScope]
clt/falcon/editline/src/readline.c:521:19: style: Redundant condition: If 'EXPR >= '0'', the comparison 'EXPR' is always true. [redundantCondition]
clt/falcon/editline/src/readline.c:694:16: style: Redundant condition: If 'EXPR >= '0'', the comparison 'EXPR' is always true. [redundantCondition]
clt/falcon/editline/src/readline.c:701:18: style: Redundant condition: If 'EXPR >= '0'', the comparison 'EXPR' is always true. [redundantCondition]
clt/falcon/editline/src/readline.c:2043:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
clt/falcon/editline/src/readline.c:1056:28: style: The scope of the variable 'start' can be reduced. [variableScope]
clt/falcon/editline/src/readline.c:1057:9: style: The scope of the variable 'len' can be reduced. [variableScope]
clt/falcon/editline/src/readline.c:1577:14: style: The scope of the variable 'strp' can be reduced. [variableScope]
clt/falcon/editline/src/readline.c:1899:8: style: The scope of the variable 'wbuf' can be reduced. [variableScope]
clt/falcon/editline/src/readline.c:334:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
clt/falcon/editline/src/readline.c:342:36: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
clt/falcon/editline/src/readline.c:397:22: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
clt/falcon/editline/src/readline.c:2050:23: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
clt/falcon/editline/src/refresh.c:803:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
clt/falcon/editline/src/refresh.c:787:16: note: outer condition: fx<0
clt/falcon/editline/src/refresh.c:803:11: note: identical inner condition: fx<0
clt/falcon/editline/src/refresh.c:394:8: style: The scope of the variable 'a' can be reduced. [variableScope]
clt/falcon/editline/src/refresh.c:976:12: style: The scope of the variable 'c' can be reduced. [variableScope]
clt/falcon/editline/src/search.c:461:2: style: Variable 'tmplen' is reassigned a value before the old one has been used. [redundantAssignment]
clt/falcon/editline/src/search.c:457:2: note: Variable 'tmplen' is reassigned a value before the old one has been used.
clt/falcon/editline/src/search.c:461:2: note: Variable 'tmplen' is reassigned a value before the old one has been used.
clt/falcon/editline/src/search.c:215:6: style: The scope of the variable 'done' can be reduced. [variableScope]
clt/falcon/editline/src/search.c:215:12: style: The scope of the variable 'redo' can be reduced. [variableScope]
clt/falcon/editline/src/term.c:830:6: style: The scope of the variable 'i' can be reduced. [variableScope]
clt/falcon/editline/src/term.c:1196:8: style: The scope of the variable 'p' can be reduced. [variableScope]
clt/falcon/editline/src/tty.c:527:6: style: Condition 'rst' is always true [knownConditionTrueFalse]
clt/falcon/editline/src/tty.c:493:12: note: Assignment 'rst=1', assigned value is 1
clt/falcon/editline/src/tty.c:527:6: note: Condition 'rst' is always true
clt/falcon/editline/src/tty.c:1180:18: style: The scope of the variable 'd' can be reduced. [variableScope]
clt/falcon/editline/src/vis.c:320:16: style: The scope of the variable 'c' can be reduced. [variableScope]
clt/falcon/falcon.cpp:43:12: warning: Member variable 'AppFalcon::m_argc' is not initialized in the constructor. [uninitMemberVar]
clt/falcon/falcon.cpp:43:12: warning: Member variable 'AppFalcon::m_argv' is not initialized in the constructor. [uninitMemberVar]
clt/falcon/falcon.cpp:43:12: warning: Member variable 'AppFalcon::m_stdIn' is not initialized in the constructor. [uninitMemberVar]
clt/falcon/falcon.cpp:43:12: warning: Member variable 'AppFalcon::m_stdOut' is not initialized in the constructor. [uninitMemberVar]
clt/falcon/falcon.cpp:43:12: warning: Member variable 'AppFalcon::m_stdErr' is not initialized in the constructor. [uninitMemberVar]
clt/falcon/falcon.h:39:11: style: Technically the member function 'Falcon::AppFalcon::getSrcEncoding' can be const. [functionConst]
clt/falcon/falcon.cpp:113:19: note: Technically the member function 'Falcon::AppFalcon::getSrcEncoding' can be const.
clt/falcon/falcon.h:39:11: note: Technically the member function 'Falcon::AppFalcon::getSrcEncoding' can be const.
clt/falcon/falcon.h:40:11: style: Technically the member function 'Falcon::AppFalcon::getLoadPath' can be const. [functionConst]
clt/falcon/falcon.cpp:87:19: note: Technically the member function 'Falcon::AppFalcon::getLoadPath' can be const.
clt/falcon/falcon.h:40:11: note: Technically the member function 'Falcon::AppFalcon::getLoadPath' can be const.
clt/falcon/falcon.h:41:11: style: Technically the member function 'Falcon::AppFalcon::getIoEncoding' can be const. [functionConst]
clt/falcon/falcon.cpp:136:19: note: Technically the member function 'Falcon::AppFalcon::getIoEncoding' can be const.
clt/falcon/falcon.h:41:11: note: Technically the member function 'Falcon::AppFalcon::getIoEncoding' can be const.
clt/falcon/falcon.h:81:9: style: Technically the member function 'Falcon::AppFalcon::terminate' can be const. [functionConst]
clt/falcon/falcon.cpp:68:17: note: Technically the member function 'Falcon::AppFalcon::terminate' can be const.
clt/falcon/falcon.h:81:9: note: Technically the member function 'Falcon::AppFalcon::terminate' can be const.
clt/falcon/int_mode.h:35:4: style: Class 'IntMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
clt/falcon/options.h:79:9: performance: Technically the member function 'Falcon::FalconOptions::usage' can be static. [functionStatic]
clt/falcon/options.cpp:58:21: note: Technically the member function 'Falcon::FalconOptions::usage' can be static.
clt/falcon/options.h:79:9: note: Technically the member function 'Falcon::FalconOptions::usage' can be static.
clt/falcon/options.h:80:9: performance: Technically the member function 'Falcon::FalconOptions::version' can be static. [functionStatic]
clt/falcon/options.cpp:267:21: note: Technically the member function 'Falcon::FalconOptions::version' can be static.
clt/falcon/options.h:80:9: note: Technically the member function 'Falcon::FalconOptions::version' can be static.
clt/faldisass/faldisass.cpp:670:19: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
clt/faldisass/faldisass.cpp:669:18: note: outer condition: !options.m_isomorphic
clt/faldisass/faldisass.cpp:670:19: note: identical inner condition: !options.m_isomorphic
clt/faldisass/faldisass.cpp:857:18: style: The scope of the variable 'str' can be reduced. [variableScope]
clt/faldisass/faldisass.cpp:1035:18: style: The scope of the variable 'str' can be reduced. [variableScope]
clt/faldisass/faldisass.cpp:419:24: style: Function 'gen_code' argument 1 names different: declaration 'mod' definition 'module'. [funcArgNamesDifferent]
clt/faldisass/faldisass.cpp:31:24: note: Function 'gen_code' argument 1 names different: declaration 'mod' definition 'module'.
clt/faldisass/faldisass.cpp:419:24: note: Function 'gen_code' argument 1 names different: declaration 'mod' definition 'module'.
clt/faldisass/faldisass.cpp:272:82: performance: Function parameter 'labels' should be passed by const reference. [passedByValue]
clt/falpack/falpack_sys_win.cpp:183:51: style: Function 'copyDynlibs' argument 2 names different: declaration 'modpath' definition 'mp'. [funcArgNamesDifferent]
clt/falpack/falpack_sys.h:28:51: note: Function 'copyDynlibs' argument 2 names different: declaration 'modpath' definition 'mp'.
clt/falpack/falpack_sys_win.cpp:183:51: note: Function 'copyDynlibs' argument 2 names different: declaration 'modpath' definition 'mp'.
clt/falrun/falrun.cpp:183:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
clt/faltest/faltest.cpp:1094:7: style: Variable 'temp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
clt/faltest/faltest.cpp:1093:0: note: Variable 'temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
clt/faltest/faltest.cpp:1094:7: note: Variable 'temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
clt/faltest/scriptdata.h:51:16: style: Technically the member function 'Falcon::ScriptData::properties' can be const. [functionConst]
engine/core_module/core_module.h:711:45: style: C-style pointer casting [cstyleCast]
engine/compiler.cpp:647:9: style: The scope of the variable 'imported' can be reduced. [variableScope]
engine/core_module/core_module.h:640:4: style: Class 'UriObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engine/core_module/core_module.h:704:4: style: Class 'FileStatObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engine/core_module/core_module.h:727:4: style: Class 'CoreComplex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engine/core_module/core_module.h:721:1: warning: The class 'CoreComplex' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
engine/core_module/array_ext.cpp:1541:7: warning: Either the condition 'third==0' is redundant or there is possible null pointer dereference: third. [nullPointerRedundantCheck]
engine/core_module/array_ext.cpp:1542:18: note: Assuming that condition 'third==0' is not redundant
engine/core_module/array_ext.cpp:1541:7: note: Null pointer dereference
engine/core_module/array_ext.cpp:181:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/array_ext.cpp:260:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/array_ext.cpp:297:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/array_ext.cpp:985:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/array_ext.cpp:1035:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/array_ext.cpp:1126:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/complex_ext.cpp:131:22: warning: Either the condition 'i_obj==0' is redundant or there is possible null pointer dereference: i_obj. [nullPointerRedundantCheck]
engine/core_module/complex_ext.cpp:133:15: note: Assuming that condition 'i_obj==0' is not redundant
engine/core_module/complex_ext.cpp:131:22: note: Null pointer dereference
engine/core_module/complex_ext.cpp:187:36: warning: Either the condition 'i_other==0' is redundant or there is possible null pointer dereference: i_other. [nullPointerRedundantCheck]
engine/core_module/complex_ext.cpp:185:16: note: Assuming that condition 'i_other==0' is not redundant
engine/core_module/complex_ext.cpp:187:36: note: Null pointer dereference
engine/core_module/complex_ext.cpp:47:63: style: Function 'setProperty' argument 2 names different: declaration 'ret' definition 'item'. [funcArgNamesDifferent]
engine/core_module/core_module.h:747:61: note: Function 'setProperty' argument 2 names different: declaration 'ret' definition 'item'.
engine/core_module/complex_ext.cpp:47:63: note: Function 'setProperty' argument 2 names different: declaration 'ret' definition 'item'.
engine/vmsema.h:36:4: style: Class 'VMSemaphore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engine/core_module/dir_ext.cpp:321:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/dir_ext.cpp:372:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/dir_ext.cpp:747:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/dir_ext.cpp:991:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/dir_ext.cpp:1238:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/dir_ext.cpp:1272:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/dir_ext.cpp:1337:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/dir_ext.cpp:60:50: style: Function 'FileStatObject' argument 1 names different: declaration 'generator' definition 'cls'. [funcArgNamesDifferent]
engine/core_module/core_module.h:704:37: note: Function 'FileStatObject' argument 1 names different: declaration 'generator' definition 'cls'.
engine/core_module/dir_ext.cpp:60:50: note: Function 'FileStatObject' argument 1 names different: declaration 'generator' definition 'cls'.
engine/core_module/core_module.h:692:4: warning: The class 'InnerData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
engine/core_module/envvars.cpp:72:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/file_ext.cpp:369:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/file_ext.cpp:382:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/file_ext.cpp:440:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/file_ext.cpp:508:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/file_ext.cpp:521:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/functional_ext.cpp:1846:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/inspect.cpp:37:131: style: Function 'inspect_internal' argument 8 names different: declaration 'addLine' definition 'addline'. [funcArgNamesDifferent]
engine/core_module/inspect.cpp:35:138: note: Function 'inspect_internal' argument 8 names different: declaration 'addLine' definition 'addline'.
engine/core_module/inspect.cpp:37:131: note: Function 'inspect_internal' argument 8 names different: declaration 'addLine' definition 'addline'.
engine/core_module/item_ext.cpp:818:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/item_ext.cpp:1127:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/iterator_ext.cpp:75:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/list_ext.cpp:95:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/list_ext.cpp:119:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/list_ext.cpp:140:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/list_ext.cpp:164:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/math_ext.cpp:121:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/math_ext.cpp:152:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/math_ext.cpp:185:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/math_ext.cpp:218:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/math_ext.cpp:384:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/math_ext.cpp:420:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/math_ext.cpp:459:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/math_ext.cpp:488:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/math_ext.cpp:507:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/math_ext.cpp:778:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/membuf_ext.cpp:248:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/oob_ext.cpp:122:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/oob_ext.cpp:146:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/path_ext.cpp:58:49: style: Function 'PathObjectFactory' argument 1 names different: declaration 'cr' definition 'me'. [funcArgNamesDifferent]
engine/core_module/core_module.h:569:49: note: Function 'PathObjectFactory' argument 1 names different: declaration 'cr' definition 'me'.
engine/core_module/path_ext.cpp:58:49: note: Function 'PathObjectFactory' argument 1 names different: declaration 'cr' definition 'me'.
engine/core_module/random.cpp:108:29: style: C-style pointer casting [cstyleCast]
engine/core_module/random.cpp:186:35: style: C-style pointer casting [cstyleCast]
engine/core_module/random.cpp:218:29: style: C-style pointer casting [cstyleCast]
engine/core_module/random.cpp:256:29: style: C-style pointer casting [cstyleCast]
engine/core_module/random.cpp:309:29: style: C-style pointer casting [cstyleCast]
engine/core_module/random.cpp:360:29: style: C-style pointer casting [cstyleCast]
engine/core_module/random.cpp:418:29: style: C-style pointer casting [cstyleCast]
engine/core_module/random.cpp:256:12: style: The scope of the variable 'rng' can be reduced. [variableScope]
engine/core_module/sequence_ext.cpp:323:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/sequence_ext.cpp:347:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/sequence_ext.cpp:442:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/sequence_ext.cpp:469:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/serialize.cpp:168:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/set_ext.cpp:87:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/set_ext.cpp:110:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/set_ext.cpp:140:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/set_ext.cpp:163:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/time_ext.cpp:145:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/time_ext.cpp:152:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/time_ext.cpp:175:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/time_ext.cpp:411:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/time_ext.cpp:485:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/time_ext.cpp:492:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/time_ext.cpp:538:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/time_ext.cpp:612:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/time_ext.cpp:619:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/time_ext.cpp:645:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/time_ext.cpp:652:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/time_ext.cpp:164:21: style: The scope of the variable 'ts2' can be reduced. [variableScope]
engine/core_module/time_ext.cpp:353:21: style: The scope of the variable 'ts2' can be reduced. [variableScope]
engine/core_module/uri_ext.cpp:237:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/uri_ext.cpp:259:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/uri_ext.cpp:267:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/uri_ext.cpp:315:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/uri_ext.cpp:362:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/uri_ext.cpp:374:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/core_module/uri_ext.cpp:36:50: style: Function 'factory' argument 1 names different: declaration 'cr' definition 'me'. [funcArgNamesDifferent]
engine/core_module/core_module.h:658:49: note: Function 'factory' argument 1 names different: declaration 'cr' definition 'me'.
engine/core_module/uri_ext.cpp:36:50: note: Function 'factory' argument 1 names different: declaration 'cr' definition 'me'.
engine/core_module/core_module.h:637:1: warning: The class 'UriObject' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
engine/debug.cpp:40:37: style: Variable 'lines' is assigned a value that is never used. [unreadVariable]
engine/format.cpp:732:14: style: Variable 'bNeg' is assigned a value that is never used. [unreadVariable]
engine/fstream_sys_win.cpp:420:59: style: Variable 'data' is assigned a value that is never used. [unreadVariable]
engine/genericmap.cpp:212:10: style: The scope of the variable 'cfrKey' can be reduced. [variableScope]
engine/genericmap.cpp:724:8: style: The scope of the variable 'i' can be reduced. [variableScope]
engine/genericmap.cpp:273:16: warning: Size of pointer 'mp_pos' used instead of size of its data. [pointerSize]
engine/genericmap.cpp:291:16: warning: Size of pointer 'mp_pos' used instead of size of its data. [pointerSize]
engine/genericvector.cpp:194:25: warning: Redundant assignment of 'm_allocated' to itself. [selfAssignment]
engine/genhasm.cpp:2407:8: style: The scope of the variable 'branch' can be reduced. [variableScope]
engine/item_co.cpp:526:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/item_co.cpp:2067:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/lineardict.cpp:281:21: style: The scope of the variable 'current' can be reduced. [variableScope]
engine/memory.cpp:81:4: error: Memory leak: ret [memleak]
engine/mempool.cpp:614:9: style: The scope of the variable 'bMoreWork' can be reduced. [variableScope]
engine/modloader.cpp:240:4: error: Returning/dereferencing 'in' after it is deallocated / released [deallocret]
engine/modloader.cpp:977:17: error: Memory pointed to by 'temp_binary' is freed twice. [doubleFree]
engine/pagedict.cpp:173:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
engine/sequence.cpp:30:4: warning: Member variable 'GarbagePointer2::m_ptr' is not initialized in the constructor. [uninitMemberVar]
engine/sequence.cpp:30:4: style: Class 'GarbagePointer2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
engine/src_lexer.cpp:1327:17: style: Expression is always false because 'else if' condition matches previous condition at line 1283. [multiCondition]
engine/src_lexer.cpp:1536:18: style: Expression is always false because 'else if' condition matches previous condition at line 1534. [multiCondition]
engine/src_lexer.cpp:1536:29: warning: Identical condition 'm_string=="and"', second condition is always false [identicalConditionAfterEarlyExit]
engine/src_lexer.cpp:1534:29: note: first condition
engine/src_lexer.cpp:1536:29: note: second condition
engine/src_lexer.cpp:1777:9: style: Condition 's_done' is always true [knownConditionTrueFalse]
engine/src_lexer.cpp:1880:9: style: Condition 's_done' is always true [knownConditionTrueFalse]
/home/gian/Progetti/FalconRepo/falcon_master/engine/src_parser.yy:859:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
engine/string.cpp:1754:30: warning: Logical conjunction always evaluates to false: chr < 48 && chr > 57. [incorrectLogicOperator]
engine/string.cpp:1859:9: style: The scope of the variable 'neg' can be reduced. [variableScope]
engine/stringstream.cpp:41:4: warning: Member variable 'Buffer::m_mtx' is not initialized in the constructor. [uninitMemberVar]
engine/stringstream.cpp:37:7: style: Class 'Buffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
engine/stringstream.cpp:30:1: warning: The class 'Buffer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
engine/sys_solaris.cpp:94:10: style: Unused variable: fname [unusedVariable]
engine/time_sys_win.cpp:136:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
engine/timestamp.cpp:637:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
engine/timestamp.cpp:642:7: note: Found duplicate branches for 'if' and 'else'.
engine/timestamp.cpp:637:7: note: Found duplicate branches for 'if' and 'else'.
engine/transcoding.cpp:103:16: style: C-style pointer casting [cstyleCast]
engine/transcoding.cpp:1717:67: style: Same expression on both sides of '||'. [duplicateExpression]
engine/transcoding.cpp:208:4: warning: Member variable 'TranscoderISO_CP::m_directTable' is not initialized in the constructor. [uninitMemberVar]
engine/transcoding.cpp:208:4: warning: Member variable 'TranscoderISO_CP::m_reverseTable' is not initialized in the constructor. [uninitMemberVar]
engine/transcoding.cpp:211:11: performance: Variable 'm_nMinUntl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
engine/transcoding.cpp:212:11: performance: Variable 'm_nMaxUntl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
engine/transcoding.cpp:66:1: warning: The class 'TranscoderGBK' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
engine/transcoding.cpp:205:1: warning: The class 'TranscoderISO_CP' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
engine/transcoding.cpp:242:17: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
engine/transcoding.cpp:225:17: note: Virtual function in base class
engine/transcoding.cpp:242:17: note: Function in derived class
engine/vm.cpp:1774:10: style: The scope of the variable 'pos' can be reduced. [variableScope]
engine/vm.cpp:1875:10: style: The scope of the variable 'pos' can be reduced. [variableScope]
engine/vm.cpp:377:7: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
engine/vm_run.cpp:1398:17: style: The scope of the variable 'gitem' can be reduced. [variableScope]
engine/vmsema.cpp:30:24: style: C-style pointer casting [cstyleCast]
engine/vmsema.cpp:60:24: style: C-style pointer casting [cstyleCast]
engine/vmsema.cpp:24:45: style: Function 'post' argument 2 names different: declaration 'value' definition 'count'. [funcArgNamesDifferent]
engine/vmsema.h:42:35: note: Function 'post' argument 2 names different: declaration 'value' definition 'count'.
engine/vmsema.cpp:24:45: note: Function 'post' argument 2 names different: declaration 'value' definition 'count'.
modules/native/MP/src/MP_ext.cpp:146:63: style: Variable 'otherMPZ' is assigned a value that is never used. [unreadVariable]
modules/native/MP/src/MP_ext.cpp:200:63: style: Variable 'otherMPZ' is assigned a value that is never used. [unreadVariable]
modules/native/MP/src/MP_mod.h:50:2: style: Class 'MPZ_carrier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/MP/src/MP_mod.h:51:5: style: Class 'MPZ_carrier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/conio/src/conio_ext.h:56:4: style: Class 'ConioError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/conio/src/conio_ext.cpp:70:16: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
modules/native/curl/src/curl_mod.h:175:4: style: Class 'CurlError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/curl/src/curl_mod.cpp:182:24: style: C-style pointer casting [cstyleCast]
modules/native/curl/src/curl_mod.cpp:197:20: style: C-style pointer casting [cstyleCast]
modules/native/curl/src/curl_mod.cpp:212:26: style: C-style pointer casting [cstyleCast]
modules/native/curl/src/curl_mod.cpp:349:23: style: C-style pointer casting [cstyleCast]
modules/native/curl/src/curl_mod.cpp:365:20: style: C-style pointer casting [cstyleCast]
modules/native/curl/src/curl_mod.cpp:228:49: style: Function 'setOnDataCallback' argument 1 names different: declaration 'callable' definition 'itm'. [funcArgNamesDifferent]
modules/native/curl/src/curl_mod.h:65:40: note: Function 'setOnDataCallback' argument 1 names different: declaration 'callable' definition 'itm'.
modules/native/curl/src/curl_mod.cpp:228:49: note: Function 'setOnDataCallback' argument 1 names different: declaration 'callable' definition 'itm'.
modules/native/curl/src/curl_mod.cpp:261:50: style: Function 'setOnDataMessage' argument 1 names different: declaration 'msgName' definition 'msg'. [funcArgNamesDifferent]
modules/native/curl/src/curl_mod.h:67:41: note: Function 'setOnDataMessage' argument 1 names different: declaration 'msgName' definition 'msg'.
modules/native/curl/src/curl_mod.cpp:261:50: note: Function 'setOnDataMessage' argument 1 names different: declaration 'msgName' definition 'msg'.
modules/native/curl/src/curl_mod.cpp:323:41: style: Function 'setReadStream' argument 1 names different: declaration 'read' definition 'stream'. [funcArgNamesDifferent]
modules/native/curl/src/curl_mod.h:72:32: note: Function 'setReadStream' argument 1 names different: declaration 'read' definition 'stream'.
modules/native/curl/src/curl_mod.cpp:323:41: note: Function 'setReadStream' argument 1 names different: declaration 'read' definition 'stream'.
modules/native/curl/src/curl_mod.cpp:67:13: warning: Member variable 'CurlHandle::m_iReadCallback' is not initialized in the constructor. [uninitMemberVar]
modules/native/curl/src/curl_mod.cpp:67:13: warning: Member variable 'CurlHandle::m_readStream' is not initialized in the constructor. [uninitMemberVar]
modules/native/curl/src/curl_mod.cpp:67:13: warning: Member variable 'CurlHandle::m_slists' is not initialized in the constructor. [uninitMemberVar]
modules/native/curl/src/curl_mod.cpp:67:13: warning: Member variable 'CurlHandle::m_pPostBuffer' is not initialized in the constructor. [uninitMemberVar]
modules/native/curl/src/curl_mod.cpp:438:18: warning: Member variable 'CurlMultiHandle::m_handles' is not initialized in the constructor. [uninitMemberVar]
modules/native/curl/src/curl_mod.cpp:443:7: style: Value of pointer 'm_mtx', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
modules/native/curl/src/curl_mod.cpp:444:7: style: Value of pointer 'm_refCount', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
modules/native/curl/src/curl_mod.h:47:1: warning: The class 'CurlHandle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/curl/src/curl_mod.h:139:1: warning: The class 'CurlMultiHandle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/dbi/dbi/dbi_ext.cpp:509:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/dbi/dbi/dbi_ext.cpp:660:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
modules/native/dbi/dbi/dbi_ext.cpp:102:7: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
modules/native/dbi/dbi/dbiloaderimpl.cpp:40:12: style: The scope of the variable 'mod' can be reduced. [variableScope]
modules/native/dbi/dbi_common/dbi_common.cpp:53:46: style: Variable 'ts' is assigned a value that is never used. [unreadVariable]
modules/native/dbi/fbsql/fbsql_mod.h:46:8: style: Technically the member function 'Falcon::FBSqlData::varCount' can be const. [functionConst]
modules/native/dbi/fbsql/fbsql_mod.h:58:4: style: Class 'FBConnRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/fbsql/fbsql_mod.h:72:4: style: Class 'FBTransRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/fbsql/fbsql_mod.h:93:4: style: Class 'FBStmtRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/fbsql/fbsql_mod.h:205:4: style: Class 'DBIHandleFB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/fbsql/fbsql_ext.cpp:108:7: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
modules/native/dbi/fbsql/fbsql_mod.cpp:418:30: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
modules/native/dbi/fbsql/fbsql_mod.cpp:422:30: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
modules/native/dbi/fbsql/fbsql_mod.cpp:188:8: style: The scope of the variable 'len' can be reduced. [variableScope]
modules/native/dbi/fbsql/fbsql_mod.cpp:575:63: style: Function 'DBIStatementFB' argument 2 names different: declaration 'pTref' definition 'tref'. [funcArgNamesDifferent]
modules/native/dbi/fbsql/fbsql_mod.h:176:50: note: Function 'DBIStatementFB' argument 2 names different: declaration 'pTref' definition 'tref'.
modules/native/dbi/fbsql/fbsql_mod.cpp:575:63: note: Function 'DBIStatementFB' argument 2 names different: declaration 'pTref' definition 'tref'.
modules/native/dbi/fbsql/fbsql_mod.cpp:575:109: style: Function 'DBIStatementFB' argument 4 names different: declaration 'outData' definition 'dt'. [funcArgNamesDifferent]
modules/native/dbi/fbsql/fbsql_mod.h:176:97: note: Function 'DBIStatementFB' argument 4 names different: declaration 'outData' definition 'dt'.
modules/native/dbi/fbsql/fbsql_mod.cpp:575:109: note: Function 'DBIStatementFB' argument 4 names different: declaration 'outData' definition 'dt'.
modules/native/dbi/fbsql/fbsql_mod.cpp:1034:53: style: Function 'getLastInsertedId' argument 1 names different: declaration 'name' definition 'sequenceName'. [funcArgNamesDifferent]
modules/native/dbi/fbsql/fbsql_mod.h:214:51: note: Function 'getLastInsertedId' argument 1 names different: declaration 'name' definition 'sequenceName'.
modules/native/dbi/fbsql/fbsql_mod.cpp:1034:53: note: Function 'getLastInsertedId' argument 1 names different: declaration 'name' definition 'sequenceName'.
modules/native/dbi/fbsql/fbsql_mod.cpp:195:21: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
modules/native/dbi/fbsql/fbsql_mod.cpp:819:21: warning: Member variable 'DBISettingParamsFB::m_sGetAffected' is not initialized in the constructor. [uninitMemberVar]
modules/native/dbi/fbsql/fbsql_mod.h:165:15: style: Member variable 'DBIStatementFB::m_pStmt' is in the wrong place in the initializer list. [initializerList]
modules/native/dbi/fbsql/fbsql_mod.cpp:579:4: note: Member variable 'DBIStatementFB::m_pStmt' is in the wrong place in the initializer list.
modules/native/dbi/fbsql/fbsql_mod.h:165:15: note: Member variable 'DBIStatementFB::m_pStmt' is in the wrong place in the initializer list.
modules/native/dbi/fbsql/fbsql_mod.h:145:17: warning: Virtual function 'close' is called from destructor '~DBIRecordsetFB()' at line 246. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/dbi/fbsql/fbsql_mod.cpp:246:4: note: Calling close
modules/native/dbi/fbsql/fbsql_mod.h:145:17: note: close is a virtual method
modules/native/dbi/fbsql/fbsql_mod.h:181:17: warning: Virtual function 'close' is called from destructor '~DBIStatementFB()' at line 593. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/dbi/fbsql/fbsql_mod.cpp:593:4: note: Calling close
modules/native/dbi/fbsql/fbsql_mod.h:181:17: note: close is a virtual method
modules/native/dbi/fbsql/fbsql_mod.h:185:1: warning: The class 'DBISettingParamsFB' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/dbi/fbsql/fbsql_srv.cpp:88:36: style: Unused variable: p [unusedVariable]
modules/native/dbi/fbsql/fbsql_srv.cpp:93:8: style: Unused variable: dpb_length [unusedVariable]
modules/native/dbi/mysql/mysql_mod.h:29:4: style: Class 'MYSQLHandle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/mysql/mysql_mod.h:42:4: style: Class 'MYSQLStmtHandle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/mysql/mysql_mod.h:53:4: style: Class 'MyDBIInBind' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/mysql/mysql_mod.h:177:4: style: Class 'DBIHandleMySQL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/mysql/mysql_mod.h:133:17: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dbi/mysql/mysql_mod.h:106:17: note: Virtual function in base class
modules/native/dbi/mysql/mysql_mod.h:133:17: note: Function in derived class
modules/native/dbi/mysql/mysql_mod.h:161:17: style: The function 'getColumnValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dbi/mysql/mysql_mod.h:151:17: note: Virtual function in base class
modules/native/dbi/mysql/mysql_mod.h:161:17: note: Function in derived class
modules/native/dbi/mysql/mysql_ext.cpp:74:7: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
modules/native/dbi/mysql/mysql_mod.cpp:700:22: warning: Either the condition 'vm==0' is redundant or there is possible null pointer dereference: vm. [nullPointerRedundantCheck]
modules/native/dbi/mysql/mysql_mod.cpp:695:11: note: Assuming that condition 'vm==0' is not redundant
modules/native/dbi/mysql/mysql_mod.cpp:700:22: note: Null pointer dereference
modules/native/dbi/mysql/mysql_mod.cpp:143:55: style: Function 'DBIRecordsetMySQL' argument 1 names different: declaration 'dbt' definition 'dbh'. [funcArgNamesDifferent]
modules/native/dbi/mysql/mysql_mod.h:99:39: note: Function 'DBIRecordsetMySQL' argument 1 names different: declaration 'dbt' definition 'dbh'.
modules/native/dbi/mysql/mysql_mod.cpp:143:55: note: Function 'DBIRecordsetMySQL' argument 1 names different: declaration 'dbt' definition 'dbh'.
modules/native/dbi/mysql/mysql_mod.cpp:202:65: style: Function 'DBIRecordsetMySQL_STMT' argument 1 names different: declaration 'dbt' definition 'dbh'. [funcArgNamesDifferent]
modules/native/dbi/mysql/mysql_mod.h:124:44: note: Function 'DBIRecordsetMySQL_STMT' argument 1 names different: declaration 'dbt' definition 'dbh'.
modules/native/dbi/mysql/mysql_mod.cpp:202:65: note: Function 'DBIRecordsetMySQL_STMT' argument 1 names different: declaration 'dbt' definition 'dbh'.
modules/native/dbi/mysql/mysql_mod.cpp:210:65: style: Function 'DBIRecordsetMySQL_STMT' argument 1 names different: declaration 'dbt' definition 'dbh'. [funcArgNamesDifferent]
modules/native/dbi/mysql/mysql_mod.h:125:44: note: Function 'DBIRecordsetMySQL_STMT' argument 1 names different: declaration 'dbt' definition 'dbh'.
modules/native/dbi/mysql/mysql_mod.cpp:210:65: note: Function 'DBIRecordsetMySQL_STMT' argument 1 names different: declaration 'dbt' definition 'dbh'.
modules/native/dbi/mysql/mysql_mod.cpp:584:63: style: Function 'DBIRecordsetMySQL_RES' argument 1 names different: declaration 'dbt' definition 'dbh'. [funcArgNamesDifferent]
modules/native/dbi/mysql/mysql_mod.h:147:43: note: Function 'DBIRecordsetMySQL_RES' argument 1 names different: declaration 'dbt' definition 'dbh'.
modules/native/dbi/mysql/mysql_mod.cpp:584:63: note: Function 'DBIRecordsetMySQL_RES' argument 1 names different: declaration 'dbt' definition 'dbh'.
modules/native/dbi/mysql/mysql_mod.cpp:777:71: style: Function 'DBIRecordsetMySQL_RES_STR' argument 1 names different: declaration 'dbt' definition 'dbh'. [funcArgNamesDifferent]
modules/native/dbi/mysql/mysql_mod.h:158:47: note: Function 'DBIRecordsetMySQL_RES_STR' argument 1 names different: declaration 'dbt' definition 'dbh'.
modules/native/dbi/mysql/mysql_mod.cpp:777:71: note: Function 'DBIRecordsetMySQL_RES_STR' argument 1 names different: declaration 'dbt' definition 'dbh'.
modules/native/dbi/mysql/mysql_mod.cpp:1198:56: style: Function 'getLastInsertedId' argument 1 names different: declaration 'name' definition 'sequenceName'. [funcArgNamesDifferent]
modules/native/dbi/mysql/mysql_mod.h:186:51: note: Function 'getLastInsertedId' argument 1 names different: declaration 'name' definition 'sequenceName'.
modules/native/dbi/mysql/mysql_mod.cpp:1198:56: note: Function 'getLastInsertedId' argument 1 names different: declaration 'name' definition 'sequenceName'.
modules/native/dbi/mysql/mysql_mod.cpp:202:25: warning: Member variable 'DBIRecordsetMySQL_STMT::m_pMyBind' is not initialized in the constructor. [uninitMemberVar]
modules/native/dbi/mysql/mysql_mod.cpp:202:25: warning: Member variable 'DBIRecordsetMySQL_STMT::m_pOutBind' is not initialized in the constructor. [uninitMemberVar]
modules/native/dbi/mysql/mysql_mod.cpp:202:25: warning: Member variable 'DBIRecordsetMySQL_STMT::m_pBlobId' is not initialized in the constructor. [uninitMemberVar]
modules/native/dbi/mysql/mysql_mod.cpp:202:25: warning: Member variable 'DBIRecordsetMySQL_STMT::m_nBlobCount' is not initialized in the constructor. [uninitMemberVar]
modules/native/dbi/mysql/mysql_mod.cpp:210:25: warning: Member variable 'DBIRecordsetMySQL_STMT::m_pMyBind' is not initialized in the constructor. [uninitMemberVar]
modules/native/dbi/mysql/mysql_mod.cpp:210:25: warning: Member variable 'DBIRecordsetMySQL_STMT::m_pOutBind' is not initialized in the constructor. [uninitMemberVar]
modules/native/dbi/mysql/mysql_mod.cpp:210:25: warning: Member variable 'DBIRecordsetMySQL_STMT::m_pBlobId' is not initialized in the constructor. [uninitMemberVar]
modules/native/dbi/mysql/mysql_mod.cpp:210:25: warning: Member variable 'DBIRecordsetMySQL_STMT::m_nBlobCount' is not initialized in the constructor. [uninitMemberVar]
modules/native/dbi/mysql/mysql_mod.cpp:995:17: warning: Member variable 'DBIHandleMySQL::m_pConn' is not initialized in the constructor. [uninitMemberVar]
modules/native/dbi/mysql/mysql_mod.h:106:17: warning: Virtual function 'close' is called from destructor '~DBIRecordsetMySQL()' at line 159. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/dbi/mysql/mysql_mod.cpp:159:7: note: Calling close
modules/native/dbi/mysql/mysql_mod.h:106:17: note: close is a virtual method
modules/native/dbi/mysql/mysql_mod.h:133:17: warning: Virtual function 'close' is called from destructor '~DBIRecordsetMySQL_STMT()' at line 279. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/dbi/mysql/mysql_mod.cpp:279:4: note: Calling close
modules/native/dbi/mysql/mysql_mod.h:133:17: note: close is a virtual method
modules/native/dbi/mysql/mysql_mod.h:217:17: warning: Virtual function 'close' is called from destructor '~DBIStatementMySQL()' at line 835. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/dbi/mysql/mysql_mod.cpp:835:4: note: Calling close
modules/native/dbi/mysql/mysql_mod.h:217:17: note: close is a virtual method
modules/native/dbi/odbc/odbc_mod.h:36:7: performance: Variable 'm_hEnv' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/dbi/odbc/odbc_mod.h:37:3: performance: Variable 'm_hHdbc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/dbi/odbc/odbc_mod.h:43:3: performance: Variable 'm_hEnv' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/dbi/odbc/odbc_mod.h:44:3: performance: Variable 'm_hHdbc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/dbi/odbc/odbc_mod.h:98:4: style: Class 'ODBCStatementHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/odbc/odbc_mod.h:202:4: style: Class 'DBIHandleODBC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/odbc/odbc_ext.cpp:63:23: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
modules/native/dbi/odbc/odbc_ext.cpp:85:7: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
modules/native/dbi/odbc/odbc_mod.cpp:1053:5: style: Variable 'plm_retcode' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
modules/native/dbi/odbc/odbc_mod.cpp:1048:5: note: Variable 'plm_retcode' is reassigned a value before the old one has been used if variable is no semaphore variable.
modules/native/dbi/odbc/odbc_mod.cpp:1053:5: note: Variable 'plm_retcode' is reassigned a value before the old one has been used if variable is no semaphore variable.
modules/native/dbi/odbc/odbc_mod.cpp:1058:5: style: Variable 'plm_retcode' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
modules/native/dbi/odbc/odbc_mod.cpp:1053:5: note: Variable 'plm_retcode' is reassigned a value before the old one has been used if variable is no semaphore variable.
modules/native/dbi/odbc/odbc_mod.cpp:1058:5: note: Variable 'plm_retcode' is reassigned a value before the old one has been used if variable is no semaphore variable.
modules/native/dbi/odbc/odbc_mod.cpp:1063:5: style: Variable 'plm_retcode' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
modules/native/dbi/odbc/odbc_mod.cpp:1058:5: note: Variable 'plm_retcode' is reassigned a value before the old one has been used if variable is no semaphore variable.
modules/native/dbi/odbc/odbc_mod.cpp:1063:5: note: Variable 'plm_retcode' is reassigned a value before the old one has been used if variable is no semaphore variable.
modules/native/dbi/odbc/odbc_mod.cpp:1068:5: style: Variable 'plm_retcode' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
modules/native/dbi/odbc/odbc_mod.cpp:1063:5: note: Variable 'plm_retcode' is reassigned a value before the old one has been used if variable is no semaphore variable.
modules/native/dbi/odbc/odbc_mod.cpp:1068:5: note: Variable 'plm_retcode' is reassigned a value before the old one has been used if variable is no semaphore variable.
modules/native/dbi/odbc/odbc_mod.cpp:1073:5: style: Variable 'plm_retcode' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
modules/native/dbi/odbc/odbc_mod.cpp:1068:5: note: Variable 'plm_retcode' is reassigned a value before the old one has been used if variable is no semaphore variable.
modules/native/dbi/odbc/odbc_mod.cpp:1073:5: note: Variable 'plm_retcode' is reassigned a value before the old one has been used if variable is no semaphore variable.
modules/native/dbi/odbc/odbc_mod.cpp:60:34: style: Function 'ODBCInBind' argument 1 names different: declaration 'hStmt' definition 'stmt'. [funcArgNamesDifferent]
modules/native/dbi/odbc/odbc_mod.h:72:24: note: Function 'ODBCInBind' argument 1 names different: declaration 'hStmt' definition 'stmt'.
modules/native/dbi/odbc/odbc_mod.cpp:60:34: note: Function 'ODBCInBind' argument 1 names different: declaration 'hStmt' definition 'stmt'.
modules/native/dbi/odbc/odbc_mod.cpp:60:45: style: Function 'ODBCInBind' argument 2 names different: declaration 'bBigInt' definition 'bigInt'. [funcArgNamesDifferent]
modules/native/dbi/odbc/odbc_mod.h:72:36: note: Function 'ODBCInBind' argument 2 names different: declaration 'bBigInt' definition 'bigInt'.
modules/native/dbi/odbc/odbc_mod.cpp:60:45: note: Function 'ODBCInBind' argument 2 names different: declaration 'bBigInt' definition 'bigInt'.
modules/native/dbi/odbc/odbc_mod.cpp:196:52: style: Function 'DBIRecordsetODBC' argument 1 names different: declaration 'dbt' definition 'dbh'. [funcArgNamesDifferent]
modules/native/dbi/odbc/odbc_mod.h:111:37: note: Function 'DBIRecordsetODBC' argument 1 names different: declaration 'dbt' definition 'dbh'.
modules/native/dbi/odbc/odbc_mod.cpp:196:52: note: Function 'DBIRecordsetODBC' argument 1 names different: declaration 'dbt' definition 'dbh'.
modules/native/dbi/odbc/odbc_mod.cpp:211:52: style: Function 'DBIRecordsetODBC' argument 1 names different: declaration 'dbt' definition 'dbh'. [funcArgNamesDifferent]
modules/native/dbi/odbc/odbc_mod.h:112:37: note: Function 'DBIRecordsetODBC' argument 1 names different: declaration 'dbt' definition 'dbh'.
modules/native/dbi/odbc/odbc_mod.cpp:211:52: note: Function 'DBIRecordsetODBC' argument 1 names different: declaration 'dbt' definition 'dbh'.
modules/native/dbi/odbc/odbc_mod.cpp:211:100: style: Function 'DBIRecordsetODBC' argument 4 names different: declaration 'h' definition 'hStmt'. [funcArgNamesDifferent]
modules/native/dbi/odbc/odbc_mod.h:112:85: note: Function 'DBIRecordsetODBC' argument 4 names different: declaration 'h' definition 'hStmt'.
modules/native/dbi/odbc/odbc_mod.cpp:211:100: note: Function 'DBIRecordsetODBC' argument 4 names different: declaration 'h' definition 'hStmt'.
modules/native/dbi/odbc/odbc_mod.cpp:600:66: style: Function 'DBIStatementODBC' argument 2 names different: declaration 'h' definition 'hStmt'. [funcArgNamesDifferent]
modules/native/dbi/odbc/odbc_mod.h:154:51: note: Function 'DBIStatementODBC' argument 2 names different: declaration 'h' definition 'hStmt'.
modules/native/dbi/odbc/odbc_mod.cpp:600:66: note: Function 'DBIStatementODBC' argument 2 names different: declaration 'h' definition 'hStmt'.
modules/native/dbi/odbc/odbc_mod.cpp:718:55: style: Function 'getLastInsertedId' argument 1 names different: declaration 'name' definition 'sequenceName'. [funcArgNamesDifferent]
modules/native/dbi/odbc/odbc_mod.h:211:51: note: Function 'getLastInsertedId' argument 1 names different: declaration 'name' definition 'sequenceName'.
modules/native/dbi/odbc/odbc_mod.cpp:718:55: note: Function 'getLastInsertedId' argument 1 names different: declaration 'name' definition 'sequenceName'.
modules/native/dbi/odbc/odbc_mod.cpp:783:47: style: Function 'openStatement' argument 1 names different: declaration 'hdbc' definition 'hHdbc'. [funcArgNamesDifferent]
modules/native/dbi/odbc/odbc_mod.h:195:35: note: Function 'openStatement' argument 1 names different: declaration 'hdbc' definition 'hHdbc'.
modules/native/dbi/odbc/odbc_mod.cpp:783:47: note: Function 'openStatement' argument 1 names different: declaration 'hdbc' definition 'hHdbc'.
modules/native/dbi/odbc/odbc_mod.cpp:982:23: warning: Member variable 'DBISettingParamsODBC::m_sUseBigint' is not initialized in the constructor. [uninitMemberVar]
modules/native/dbi/odbc/odbc_mod.h:122:17: warning: Virtual function 'close' is called from destructor '~DBIRecordsetODBC()' at line 227. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/dbi/odbc/odbc_mod.cpp:227:4: note: Calling close
modules/native/dbi/odbc/odbc_mod.h:122:17: note: close is a virtual method
modules/native/dbi/odbc/odbc_mod.h:159:17: warning: Virtual function 'close' is called from destructor '~DBIStatementODBC()' at line 611. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/dbi/odbc/odbc_mod.cpp:611:4: note: Calling close
modules/native/dbi/odbc/odbc_mod.h:159:17: note: close is a virtual method
modules/native/dbi/odbc/odbc_mod.h:207:17: warning: Virtual function 'close' is called from destructor '~DBIHandleODBC()' at line 703. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/dbi/odbc/odbc_mod.cpp:703:2: note: Calling close
modules/native/dbi/odbc/odbc_mod.h:207:17: note: close is a virtual method
modules/native/dbi/odbc/odbc_mod.h:169:1: warning: The class 'DBISettingParamsODBC' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/dbi/oracle/oracle_mod.h:30:13: style: Class 'ORACLEStmtHandle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/oracle/oracle_mod.h:45:13: style: Class 'ODBIInBind' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/oracle/oracle_mod.h:109:13: style: Class 'DBIHandleOracle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/oracle/oracle_ext.cpp:53:30: style: Variable 'params' is assigned a value that is never used. [unreadVariable]
modules/native/dbi/oracle/oracle_ext.cpp:55:0: style: Variable 'hand' is assigned a value that is never used. [unreadVariable]
modules/native/dbi/oracle/oracle_mod.cpp:114:36: style: Unused variable: env [unusedVariable]
modules/native/dbi/oracle/oracle_mod.h:138:26: warning: Virtual function 'close' is called from destructor '~DBIStatementOracle()' at line 41. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/dbi/oracle/oracle_mod.cpp:41:9: note: Calling close
modules/native/dbi/oracle/oracle_mod.h:138:26: note: close is a virtual method
modules/native/dbi/pgsql/pgsql_mod.h:36:4: style: Class 'PgSQLHandlerRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/pgsql/pgsql_mod.h:91:5: style: Class 'DBIStatementPgSQL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/pgsql/pgsql_mod.h:116:5: style: Class 'DBIHandlePgSQL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/pgsql/pgsql_ext.cpp:64:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
modules/native/dbi/pgsql/pgsql_mod.cpp:361:30: style: C-style pointer casting [cstyleCast]
modules/native/dbi/pgsql/pgsql_mod.cpp:396:30: style: C-style pointer casting [cstyleCast]
modules/native/dbi/pgsql/pgsql_mod.cpp:105:5: performance: Variable 'm_rowCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/dbi/pgsql/pgsql_mod.h:71:18: warning: Virtual function 'close' is called from destructor '~DBIRecordsetPgSQL()' at line 114. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/dbi/pgsql/pgsql_mod.cpp:114:7: note: Calling close
modules/native/dbi/pgsql/pgsql_mod.h:71:18: note: close is a virtual method
modules/native/dbi/pgsql/pgsql_mod.h:96:18: warning: Virtual function 'close' is called from destructor '~DBIStatementPgSQL()' at line 329. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/dbi/pgsql/pgsql_mod.cpp:329:5: note: Calling close
modules/native/dbi/pgsql/pgsql_mod.h:96:18: note: close is a virtual method
modules/native/dbi/pgsql/pgsql_mod.h:135:18: warning: Virtual function 'close' is called from destructor '~DBIHandlePgSQL()' at line 423. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/dbi/pgsql/pgsql_mod.cpp:423:5: note: Calling close
modules/native/dbi/pgsql/pgsql_mod.h:135:18: note: close is a virtual method
modules/native/dbi/sqlite3/sqlite3_mod.h:33:4: style: Class 'SQLite3StatementHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/sqlite3/sqlite3_mod.h:46:4: style: Class 'SQLite3Handler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/sqlite3/sqlite3_mod.h:62:4: style: Class 'Sqlite3InBind' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/sqlite3/sqlite3_mod.h:134:4: style: Class 'DBIHandleSQLite3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbi/sqlite3/sqlite3_ext.cpp:66:7: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
modules/native/dbi/sqlite3/sqlite3_mod.cpp:89:61: style: Function 'DBIRecordsetSQLite3' argument 1 names different: declaration 'dbt' definition 'dbh'. [funcArgNamesDifferent]
modules/native/dbi/sqlite3/sqlite3_mod.h:86:43: note: Function 'DBIRecordsetSQLite3' argument 1 names different: declaration 'dbt' definition 'dbh'.
modules/native/dbi/sqlite3/sqlite3_mod.cpp:89:61: note: Function 'DBIRecordsetSQLite3' argument 1 names different: declaration 'dbt' definition 'dbh'.
modules/native/dbi/sqlite3/sqlite3_mod.cpp:89:80: style: Function 'DBIRecordsetSQLite3' argument 2 names different: declaration 'stmt' definition 'res'. [funcArgNamesDifferent]
modules/native/dbi/sqlite3/sqlite3_mod.h:86:62: note: Function 'DBIRecordsetSQLite3' argument 2 names different: declaration 'stmt' definition 'res'.
modules/native/dbi/sqlite3/sqlite3_mod.cpp:89:80: note: Function 'DBIRecordsetSQLite3' argument 2 names different: declaration 'stmt' definition 'res'.
modules/native/dbi/sqlite3/sqlite3_mod.cpp:101:61: style: Function 'DBIRecordsetSQLite3' argument 1 names different: declaration 'dbt' definition 'dbh'. [funcArgNamesDifferent]
modules/native/dbi/sqlite3/sqlite3_mod.h:85:43: note: Function 'DBIRecordsetSQLite3' argument 1 names different: declaration 'dbt' definition 'dbh'.
modules/native/dbi/sqlite3/sqlite3_mod.cpp:101:61: note: Function 'DBIRecordsetSQLite3' argument 1 names different: declaration 'dbt' definition 'dbh'.
modules/native/dbi/sqlite3/sqlite3_mod.cpp:101:91: style: Function 'DBIRecordsetSQLite3' argument 2 names different: declaration 'pStmt' definition 'res'. [funcArgNamesDifferent]
modules/native/dbi/sqlite3/sqlite3_mod.h:85:73: note: Function 'DBIRecordsetSQLite3' argument 2 names different: declaration 'pStmt' definition 'res'.
modules/native/dbi/sqlite3/sqlite3_mod.cpp:101:91: note: Function 'DBIRecordsetSQLite3' argument 2 names different: declaration 'pStmt' definition 'res'.
modules/native/dbi/sqlite3/sqlite3_mod.cpp:452:60: style: Function 'int_prepare' argument 1 names different: declaration 'query' definition 'sql'. [funcArgNamesDifferent]
modules/native/dbi/sqlite3/sqlite3_mod.h:130:45: note: Function 'int_prepare' argument 1 names different: declaration 'query' definition 'sql'.
modules/native/dbi/sqlite3/sqlite3_mod.cpp:452:60: note: Function 'int_prepare' argument 1 names different: declaration 'query' definition 'sql'.
modules/native/dbi/sqlite3/sqlite3_mod.cpp:101:22: warning: Member variable 'DBIRecordsetSQLite3::m_pStmt' is not initialized in the constructor. [uninitMemberVar]
modules/native/dbi/sqlite3/sqlite3_mod.cpp:364:19: warning: Member variable 'DBIHandleSQLite3::m_connRef' is not initialized in the constructor. [uninitMemberVar]
modules/native/dbi/sqlite3/sqlite3_mod.h:114:18: style: Member variable 'DBIStatementSQLite3::m_statement' is in the wrong place in the initializer list. [initializerList]
modules/native/dbi/sqlite3/sqlite3_mod.cpp:274:4: note: Member variable 'DBIStatementSQLite3::m_statement' is in the wrong place in the initializer list.
modules/native/dbi/sqlite3/sqlite3_mod.h:114:18: note: Member variable 'DBIStatementSQLite3::m_statement' is in the wrong place in the initializer list.
modules/native/dbi/sqlite3/sqlite3_mod.h:114:18: style: Member variable 'DBIStatementSQLite3::m_statement' is in the wrong place in the initializer list. [initializerList]
modules/native/dbi/sqlite3/sqlite3_mod.cpp:263:4: note: Member variable 'DBIStatementSQLite3::m_statement' is in the wrong place in the initializer list.
modules/native/dbi/sqlite3/sqlite3_mod.h:114:18: note: Member variable 'DBIStatementSQLite3::m_statement' is in the wrong place in the initializer list.
modules/native/dbi/sqlite3/sqlite3_mod.h:96:17: warning: Virtual function 'close' is called from destructor '~DBIRecordsetSQLite3()' at line 116. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/dbi/sqlite3/sqlite3_mod.cpp:116:7: note: Calling close
modules/native/dbi/sqlite3/sqlite3_mod.h:96:17: note: close is a virtual method
modules/native/dbi/sqlite3/sqlite3_mod.h:109:17: warning: Virtual function 'close' is called from destructor '~DBIStatementSQLite3()' at line 286. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/dbi/sqlite3/sqlite3_mod.cpp:286:4: note: Calling close
modules/native/dbi/sqlite3/sqlite3_mod.h:109:17: note: close is a virtual method
modules/native/dbi/sqlite3/sqlite3_mod.h:139:17: warning: Virtual function 'close' is called from destructor '~DBIHandleSQLite3()' at line 380. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/dbi/sqlite3/sqlite3_mod.cpp:380:4: note: Calling close
modules/native/dbi/sqlite3/sqlite3_mod.h:139:17: note: close is a virtual method
modules/native/dbus/src/dbus_mod.h:94:4: style: Class 'f_DBusError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbus/src/dbus_mod.h:130:4: style: Class 'DBusMessageWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dbus/src/dbus_ext.cpp:484:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
modules/native/dbus/src/dbus_ext.cpp:768:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
modules/native/dbus/src/dbus_ext.cpp:383:0: error: Memory leak: error [memleak]
modules/native/dbus/src/dbus_ext.cpp:472:0: error: Memory leak: error [memleak]
modules/native/dbus/src/dbus_mod.cpp:51:4: style: Value of pointer 'm_content', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
modules/native/dbus/src/dbus_mod.h:55:1: warning: The class 'DBusWrapper' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/dbus/src/dbus_mod.h:107:1: warning: The class 'DBusPendingWrapper' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/dbus/src/dbus_mod.h:125:1: warning: The class 'DBusMessageWrapper' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/dmtx/dmtx_ext.h:37:5: style: Class 'DataMatrixError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dmtx/dmtx_mod.h:45:5: style: Class 'DataMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dmtx/dmtx_mod.cpp:181:39: style: Function 'data' argument 1 names different: declaration 'item' definition 'itm'. [funcArgNamesDifferent]
modules/native/dmtx/dmtx_mod.h:72:36: note: Function 'data' argument 1 names different: declaration 'item' definition 'itm'.
modules/native/dmtx/dmtx_mod.cpp:181:39: note: Function 'data' argument 1 names different: declaration 'item' definition 'itm'.
modules/native/dmtx/dmtx_mod.cpp:198:42: style: Function 'context' argument 1 names different: declaration 'item' definition 'itm'. [funcArgNamesDifferent]
modules/native/dmtx/dmtx_mod.h:73:39: note: Function 'context' argument 1 names different: declaration 'item' definition 'itm'.
modules/native/dmtx/dmtx_mod.cpp:198:42: note: Function 'context' argument 1 names different: declaration 'item' definition 'itm'.
modules/native/dmtx/dmtx_mod.cpp:215:41: style: Function 'encode' argument 1 names different: declaration 'data' definition 'itm'. [funcArgNamesDifferent]
modules/native/dmtx/dmtx_mod.h:57:38: note: Function 'encode' argument 1 names different: declaration 'data' definition 'itm'.
modules/native/dmtx/dmtx_mod.cpp:215:41: note: Function 'encode' argument 1 names different: declaration 'data' definition 'itm'.
modules/native/dmtx/dmtx_mod.cpp:324:41: style: Function 'decode' argument 1 names different: declaration 'data' definition 'dat'. [funcArgNamesDifferent]
modules/native/dmtx/dmtx_mod.h:59:38: note: Function 'decode' argument 1 names different: declaration 'data' definition 'dat'.
modules/native/dmtx/dmtx_mod.cpp:324:41: note: Function 'decode' argument 1 names different: declaration 'data' definition 'dat'.
modules/native/dmtx/dmtx_mod.h:39:1: warning: The class 'DataMatrix' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/dynlib/src/dynlib_mod.h:148:4: style: Class 'FunctionDef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dynlib/src/dynlib_mod.h:258:4: style: Class 'ParamValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dynlib/src/dynlib_mod.h:504:4: style: Class 'DynLibError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/dynlib/src/dynlib_ext.cpp:811:10: style: Redundant condition: params.isVaradic(). '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
modules/native/dynlib/src/dynlib_ext.cpp:228:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/dynlib/src/dynlib_ext.cpp:258:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/dynlib/src/dynlib_ext.cpp:488:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/dynlib/src/dynlib_ext.cpp:540:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/dynlib/src/dynlib_mod.cpp:38:12: warning: Member variable 'Parameter::m_next' is not initialized in the constructor. [uninitMemberVar]
modules/native/dynlib/src/dynlib_mod.cpp:48:12: warning: Member variable 'Parameter::m_next' is not initialized in the constructor. [uninitMemberVar]
modules/native/dynlib/src/dynlib_mod.cpp:60:12: warning: Member variable 'Parameter::m_next' is not initialized in the constructor. [uninitMemberVar]
modules/native/dynlib/src/dynlib_mod.cpp:273:14: warning: Member variable 'FunctionDef::m_deletorName' is not initialized in the constructor. [uninitMemberVar]
modules/native/dynlib/src/dynlib_mod.h:37:1: warning: The class 'ParamList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/dynlib/src/dynlib_mod.h:62:1: warning: The class 'Parameter' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/dynlib/src/dynlib_mod.h:137:1: warning: The class 'FunctionDef' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/dynlib/src/dynlib_mod.h:473:1: warning: The class 'DynOpaque' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/dynlib/src/dynlib_parser.cpp:142:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:142:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:149:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:149:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:155:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:155:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:161:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:161:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:167:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:167:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:173:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:173:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:179:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:179:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:185:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:185:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:191:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:191:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:197:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:197:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:203:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:203:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:209:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:209:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:215:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:215:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:221:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:221:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:227:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:227:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:233:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:233:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:239:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:239:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:245:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:245:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:252:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:252:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:259:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:259:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:265:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:265:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:272:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:272:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:278:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:278:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:284:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:284:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:290:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:290:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:296:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:296:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:302:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:302:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:308:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:308:23: note: Function in derived class
modules/native/dynlib/src/dynlib_parser.cpp:314:23: style: The function 'parseNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/dynlib/src/dynlib_parser.cpp:77:23: note: Virtual function in base class
modules/native/dynlib/src/dynlib_parser.cpp:314:23: note: Function in derived class
modules/native/dynlib/src/dynlib_sys_msvc.cpp:47:4: style: Label 'lbl1' is not used. [unusedLabel]
modules/native/dynlib/src/dynlib_sys_msvc.cpp:62:4: style: Label 'lbl4' is not used. [unusedLabel]
modules/native/dynlib/src/dynlib_sys_msvc.cpp:73:4: style: Label 'lbl2' is not used. [unusedLabel]
modules/native/dynlib/src/dynlib_sys_msvc.cpp:92:4: style: Label 'lbl5' is not used. [unusedLabel]
modules/native/dynlib/src/dynlib_sys_msvc.cpp:100:4: style: Label 'lbl6' is not used. [unusedLabel]
modules/native/dynlib/src/dynlib_sys_msvc.cpp:108:4: style: Label 'lbl7' is not used. [unusedLabel]
modules/native/dynlib/src/dynlib_sys_msvc.cpp:118:4: style: Label 'lbl8' is not used. [unusedLabel]
modules/native/dynlib/src/dynlib_sys_msvc.cpp:126:4: style: Label 'lbl9' is not used. [unusedLabel]
modules/native/dynlib/src/dynlib_sys_msvc.cpp:131:4: style: Label 'lbl100' is not used. [unusedLabel]
modules/native/feathers/bufext/bitbuf.h:104:5: warning: Member variable 'StackBitBuf::_stackbuf' is not initialized in the constructor. [uninitMemberVar]
modules/native/feathers/bufext/bytebuf.h:338:16: style: Member variable 'ByteBufTemplate::_size' is in the wrong place in the initializer list. [initializerList]
modules/native/feathers/bufext/bytebuf.h:60:47: note: Member variable 'ByteBufTemplate::_size' is in the wrong place in the initializer list.
modules/native/feathers/bufext/bytebuf.h:338:16: note: Member variable 'ByteBufTemplate::_size' is in the wrong place in the initializer list.
modules/native/feathers/bufext/bytebuf.h:338:16: style: Member variable 'ByteBufTemplate::_size' is in the wrong place in the initializer list. [initializerList]
modules/native/feathers/bufext/bytebuf.h:66:47: note: Member variable 'ByteBufTemplate::_size' is in the wrong place in the initializer list.
modules/native/feathers/bufext/bytebuf.h:338:16: note: Member variable 'ByteBufTemplate::_size' is in the wrong place in the initializer list.
modules/native/feathers/bufext/bytebuf.h:338:16: style: Member variable 'ByteBufTemplate::_size' is in the wrong place in the initializer list. [initializerList]
modules/native/feathers/bufext/bytebuf.h:72:47: note: Member variable 'ByteBufTemplate::_size' is in the wrong place in the initializer list.
modules/native/feathers/bufext/bytebuf.h:338:16: note: Member variable 'ByteBufTemplate::_size' is in the wrong place in the initializer list.
modules/native/feathers/bufext/bufext_ext.h:75:18: style: Member variable 'BufCarrier::m_dependant' is in the wrong place in the initializer list. [initializerList]
modules/native/feathers/bufext/bufext_ext.h:56:39: note: Member variable 'BufCarrier::m_dependant' is in the wrong place in the initializer list.
modules/native/feathers/bufext/bufext_ext.h:75:18: note: Member variable 'BufCarrier::m_dependant' is in the wrong place in the initializer list.
modules/native/feathers/bufext/bufext_ext.h:75:18: style: Member variable 'BufCarrier::m_dependant' is in the wrong place in the initializer list. [initializerList]
modules/native/feathers/bufext/bufext_ext.h:59:75: note: Member variable 'BufCarrier::m_dependant' is in the wrong place in the initializer list.
modules/native/feathers/bufext/bufext_ext.h:75:18: note: Member variable 'BufCarrier::m_dependant' is in the wrong place in the initializer list.
modules/native/feathers/bufext/bytebuf.h:278:36: style: Technically the member function 'Falcon::ByteBufTemplate::put' can be const. [functionConst]
modules/native/feathers/bufext/bytebuf.h:299:21: style: Technically the member function 'Falcon::ByteBufTemplate::growable' can be const. [functionConst]
modules/native/feathers/bufext/bytebuf.h:348:42: performance: Technically the member function 'Falcon::ByteBufTemplate::EndianConvertHelper' can be static. [functionStatic]
modules/native/feathers/bufext/bytebuf.h:359:83: note: Technically the member function 'Falcon::ByteBufTemplate::EndianConvertHelper' can be static.
modules/native/feathers/bufext/bytebuf.h:348:42: note: Technically the member function 'Falcon::ByteBufTemplate::EndianConvertHelper' can be static.
modules/native/feathers/bufext/bitbuf.h:171:19: performance: Technically the member function 'Falcon::StackBitBuf::getStackSize' can be static. [functionStatic]
modules/native/feathers/bufext/bitbuf.h:240:17: style: Technically the member function 'Falcon::StackBitBuf::growable' can be const. [functionConst]
modules/native/feathers/bufext/bitbuf.h:286:17: style: Technically the member function 'Falcon::StackBitBuf::operator[]' can be const. [functionConst]
modules/native/feathers/bufext/bitbuf.h:529:33: performance: Technically the member function 'Falcon::StackBitBuf::_min' can be static. [functionStatic]
modules/native/feathers/bufext/bitbuf.h:531:17: style: Technically the member function 'Falcon::StackBitBuf::_check_readable' can be const. [functionConst]
modules/native/feathers/bufext/buffererror.h:15:5: style: Class 'BufferError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/bufext/bytebuf.h:65:9: style: Class 'ByteBufTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/bufext/bitbuf.h:98:5: style: Class 'StackBitBuf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/bufext/bufext_ext.h:56:5: style: Class 'BufCarrier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/bufext/bytebuf.h:55:40: warning: The class 'ByteBufTemplate' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/feathers/bufext/bitbuf.h:49:1: warning: The class 'StackBitBuf' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/feathers/compiler/compiler_mod.h:47:4: style: Class 'CompilerIface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/compiler/compiler_mod.h:84:4: style: Class 'ICompilerIface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/compiler/compiler_mod.h:103:4: style: Class 'ModuleCarrier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/compiler/compiler_mod.h:89:17: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/compiler/compiler_mod.h:62:17: note: Virtual function in base class
modules/native/feathers/compiler/compiler_mod.h:89:17: note: Function in derived class
modules/native/feathers/compiler/compiler_mod.h:91:17: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/compiler/compiler_mod.h:65:17: note: Virtual function in base class
modules/native/feathers/compiler/compiler_mod.h:91:17: note: Function in derived class
modules/native/feathers/compiler/compiler_ext.cpp:200:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/compiler/compiler_mod.cpp:65:48: style: Function 'getProperty' argument 1 names different: declaration 'key' definition 'propName'. [funcArgNamesDifferent]
modules/native/feathers/compiler/compiler_mod.h:65:44: note: Function 'getProperty' argument 1 names different: declaration 'key' definition 'propName'.
modules/native/feathers/compiler/compiler_mod.cpp:65:48: note: Function 'getProperty' argument 1 names different: declaration 'key' definition 'propName'.
modules/native/feathers/compiler/compiler_mod.cpp:65:64: style: Function 'getProperty' argument 2 names different: declaration 'ret' definition 'prop'. [funcArgNamesDifferent]
modules/native/feathers/compiler/compiler_mod.h:65:55: note: Function 'getProperty' argument 2 names different: declaration 'ret' definition 'prop'.
modules/native/feathers/compiler/compiler_mod.cpp:65:64: note: Function 'getProperty' argument 2 names different: declaration 'ret' definition 'prop'.
modules/native/feathers/compiler/compiler_mod.cpp:124:48: warning: Function 'setProperty' argument order different: declaration 'prop, value' definition 'propName, prop' [funcArgOrderDifferent]
modules/native/feathers/compiler/compiler_mod.h:62:44: note: Function 'setProperty' argument order different: declaration 'prop, value' definition 'propName, prop'
modules/native/feathers/compiler/compiler_mod.cpp:124:48: note: Function 'setProperty' argument order different: declaration 'prop, value' definition 'propName, prop'
modules/native/feathers/compiler/compiler_mod.cpp:249:49: style: Function 'getProperty' argument 1 names different: declaration 'key' definition 'prop'. [funcArgNamesDifferent]
modules/native/feathers/compiler/compiler_mod.h:91:44: note: Function 'getProperty' argument 1 names different: declaration 'key' definition 'prop'.
modules/native/feathers/compiler/compiler_mod.cpp:249:49: note: Function 'getProperty' argument 1 names different: declaration 'key' definition 'prop'.
modules/native/feathers/compiler/compiler_mod.cpp:290:43: style: Function 'ModuleCarrier' argument 1 names different: declaration 'm_module' definition 'module'. [funcArgNamesDifferent]
modules/native/feathers/compiler/compiler_mod.h:103:31: note: Function 'ModuleCarrier' argument 1 names different: declaration 'm_module' definition 'module'.
modules/native/feathers/compiler/compiler_mod.cpp:290:43: note: Function 'ModuleCarrier' argument 1 names different: declaration 'm_module' definition 'module'.
modules/native/feathers/compiler/compiler_mod.cpp:196:17: warning: Member variable 'ICompilerIface::m_intcomp' is not initialized in the constructor. [uninitMemberVar]
modules/native/feathers/confparser/confparser_mod.h:65:4: style: Class 'ConfigFileLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/confparser/confparser_ext.cpp:235:24: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_ext.cpp:304:24: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_ext.cpp:379:24: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_ext.cpp:440:24: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_ext.cpp:486:24: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_ext.cpp:535:24: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_ext.cpp:566:24: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_ext.cpp:609:24: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_ext.cpp:657:24: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_ext.cpp:753:24: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_ext.cpp:821:24: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_ext.cpp:868:24: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_ext.cpp:968:24: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_ext.cpp:1003:24: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_ext.cpp:1037:24: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_ext.cpp:1064:24: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_ext.cpp:1086:24: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_ext.cpp:201:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/confparser/confparser_ext.cpp:262:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/confparser/confparser_ext.cpp:330:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/confparser/confparser_ext.cpp:572:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/confparser/confparser_ext.cpp:618:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/confparser/confparser_mod.cpp:481:21: style: Expression is always false because 'else if' condition matches previous condition at line 463. [multiCondition]
modules/native/feathers/confparser/confparser_mod.cpp:276:27: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_mod.cpp:298:23: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_mod.cpp:350:25: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_mod.cpp:556:30: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_mod.cpp:626:27: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_mod.cpp:647:27: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_mod.cpp:660:27: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_mod.cpp:904:27: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_mod.cpp:999:34: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_mod.cpp:1023:34: style: C-style pointer casting [cstyleCast]
modules/native/feathers/confparser/confparser_mod.cpp:328:64: style: Function 'ConfigSection' argument 2 names different: declaration 'sectLine' definition 'begin'. [funcArgNamesDifferent]
modules/native/feathers/confparser/confparser_mod.h:124:52: note: Function 'ConfigSection' argument 2 names different: declaration 'sectLine' definition 'begin'.
modules/native/feathers/confparser/confparser_mod.cpp:328:64: note: Function 'ConfigSection' argument 2 names different: declaration 'sectLine' definition 'begin'.
modules/native/feathers/confparser/confparser_mod.cpp:328:84: style: Function 'ConfigSection' argument 3 names different: declaration 'addPoint' definition 'ae'. [funcArgNamesDifferent]
modules/native/feathers/confparser/confparser_mod.h:124:77: note: Function 'ConfigSection' argument 3 names different: declaration 'addPoint' definition 'ae'.
modules/native/feathers/confparser/confparser_mod.cpp:328:84: note: Function 'ConfigSection' argument 3 names different: declaration 'addPoint' definition 'ae'.
modules/native/feathers/confparser/confparser_mod.cpp:379:39: style: Function 'ConfigFile' argument 1 names different: declaration 'fileName' definition 'filename'. [funcArgNamesDifferent]
modules/native/feathers/confparser/confparser_mod.h:180:30: note: Function 'ConfigFile' argument 1 names different: declaration 'fileName' definition 'filename'.
modules/native/feathers/confparser/confparser_mod.cpp:379:39: note: Function 'ConfigFile' argument 1 names different: declaration 'fileName' definition 'filename'.
modules/native/feathers/confparser/confparser_mod.cpp:821:78: style: Function 'removeCategory_internal' argument 2 names different: declaration 'key' definition 'category'. [funcArgNamesDifferent]
modules/native/feathers/confparser/confparser_mod.h:177:69: note: Function 'removeCategory_internal' argument 2 names different: declaration 'key' definition 'category'.
modules/native/feathers/confparser/confparser_mod.cpp:821:78: note: Function 'removeCategory_internal' argument 2 names different: declaration 'key' definition 'category'.
modules/native/feathers/confparser/confparser_mod.cpp:838:48: style: Function 'removeCategory' argument 1 names different: declaration 'category' definition 'cat'. [funcArgNamesDifferent]
modules/native/feathers/confparser/confparser_mod.h:224:39: note: Function 'removeCategory' argument 1 names different: declaration 'category' definition 'cat'.
modules/native/feathers/confparser/confparser_mod.cpp:838:48: note: Function 'removeCategory' argument 1 names different: declaration 'category' definition 'cat'.
modules/native/feathers/confparser/confparser_mod.cpp:843:71: style: Function 'removeCategory' argument 2 names different: declaration 'category' definition 'cat'. [funcArgNamesDifferent]
modules/native/feathers/confparser/confparser_mod.h:225:62: note: Function 'removeCategory' argument 2 names different: declaration 'category' definition 'cat'.
modules/native/feathers/confparser/confparser_mod.cpp:843:71: note: Function 'removeCategory' argument 2 names different: declaration 'category' definition 'cat'.
modules/native/feathers/funcext/funcext_ext.cpp:572:23: style: Same expression on both sides of '||'. [duplicateExpression]
modules/native/feathers/funcext/funcext_ext.cpp:668:23: style: Same expression on both sides of '||'. [duplicateExpression]
modules/native/feathers/funcext/funcext_ext.cpp:768:23: style: Same expression on both sides of '||'. [duplicateExpression]
modules/native/feathers/funcext/funcext_ext.cpp:828:23: style: Same expression on both sides of '||'. [duplicateExpression]
modules/native/feathers/funcext/funcext_ext.cpp:895:23: style: Same expression on both sides of '||'. [duplicateExpression]
modules/native/feathers/funcext/funcext_ext.cpp:843:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/funcext/funcext_ext.cpp:901:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/hash/hash_mod.h:82:21: style: Technically the member function 'Falcon::Mod::HashBase::IsFinalized' can be const. [functionConst]
modules/native/feathers/hash/hash_mod.h:109:22: style: The function 'UpdateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:85:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:109:22: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:110:22: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:86:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:110:22: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:111:24: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:87:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:111:24: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:112:23: style: The function 'GetDigest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:89:23: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:112:23: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:113:24: style: The function 'AsInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:95:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:113:24: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:132:14: style: The function 'UpdateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:85:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:132:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:133:14: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:86:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:133:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:134:16: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:87:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:134:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:135:15: style: The function 'GetDigest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:89:23: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:135:15: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:136:16: style: The function 'AsInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:95:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:136:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:138:21: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:98:29: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:138:21: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:151:14: style: The function 'UpdateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:85:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:151:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:152:14: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:86:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:152:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:153:16: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:87:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:153:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:154:15: style: The function 'GetDigest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:89:23: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:154:15: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:155:16: style: The function 'AsInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:95:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:155:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:156:21: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:98:29: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:156:21: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:168:14: style: The function 'UpdateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:85:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:168:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:169:14: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:86:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:169:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:170:16: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:87:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:170:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:171:15: style: The function 'GetDigest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:89:23: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:171:15: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:172:21: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:98:29: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:172:21: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:184:14: style: The function 'UpdateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:85:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:184:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:185:14: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:86:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:185:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:186:16: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:87:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:186:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:187:15: style: The function 'GetDigest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:89:23: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:187:15: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:188:21: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:98:29: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:188:21: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:200:14: style: The function 'UpdateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:85:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:200:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:201:14: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:86:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:201:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:202:16: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:87:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:202:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:203:15: style: The function 'GetDigest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:89:23: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:203:15: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:204:21: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:98:29: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:204:21: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:216:14: style: The function 'UpdateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:85:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:216:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:217:14: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:86:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:217:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:218:16: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:87:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:218:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:219:15: style: The function 'GetDigest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:89:23: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:219:15: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:220:21: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:98:29: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:220:21: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:221:16: style: The function 'GetBlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:92:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:221:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:233:14: style: The function 'UpdateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:85:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:233:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:234:14: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:86:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:234:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:235:16: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:87:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:235:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:236:15: style: The function 'GetDigest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:89:23: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:236:15: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:237:21: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:98:29: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:237:21: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:238:16: style: The function 'GetBlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:92:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:238:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:250:14: style: The function 'UpdateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:85:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:250:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:251:14: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:86:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:251:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:252:16: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:87:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:252:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:253:15: style: The function 'GetDigest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:89:23: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:253:15: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:254:21: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:98:29: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:254:21: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:266:14: style: The function 'UpdateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:85:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:266:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:267:14: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:86:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:267:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:268:16: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:87:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:268:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:269:15: style: The function 'GetDigest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:89:23: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:269:15: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:270:21: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:98:29: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:270:21: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:282:14: style: The function 'UpdateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:85:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:282:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:283:14: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:86:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:283:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:284:16: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:87:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:284:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:285:15: style: The function 'GetDigest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:89:23: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:285:15: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:286:21: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:98:29: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:286:21: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:298:14: style: The function 'UpdateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:85:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:298:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:299:14: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:86:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:299:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:300:16: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:87:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:300:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:301:15: style: The function 'GetDigest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:89:23: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:301:15: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:302:21: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:98:29: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:302:21: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:314:14: style: The function 'UpdateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:85:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:314:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:315:14: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:86:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:315:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:316:16: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:87:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:316:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:317:15: style: The function 'GetDigest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:89:23: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:317:15: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:318:21: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:98:29: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:318:21: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:329:14: style: The function 'UpdateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:85:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:329:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:330:14: style: The function 'Finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:86:22: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:330:14: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:331:15: style: The function 'GetDigest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:89:23: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:331:15: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:343:16: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:87:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:343:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:344:21: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:98:29: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:344:21: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:352:16: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:87:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:352:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:353:21: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:98:29: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:353:21: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:361:16: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:87:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:361:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:362:21: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:98:29: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:362:21: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:370:16: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:87:24: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:370:16: note: Function in derived class
modules/native/feathers/hash/hash_mod.h:371:21: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/hash/hash_mod.h:98:29: note: Virtual function in base class
modules/native/feathers/hash/hash_mod.h:371:21: note: Function in derived class
modules/native/feathers/hash/hash_ext.cpp:326:27: style: Condition 'byteCount<=blocksize' is always true [knownConditionTrueFalse]
modules/native/feathers/hash/hash_mod.cpp:152:17: warning: Member variable 'HashBaseFalcon::_vm' is not initialized in the constructor. [uninitMemberVar]
modules/native/feathers/hash/hash_mod.cpp:152:17: warning: Member variable 'HashBaseFalcon::_self' is not initialized in the constructor. [uninitMemberVar]
modules/native/feathers/hash/md4.cpp:63:30: style: Function 'MD4Init' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
modules/native/feathers/hash/md4.h:13:30: note: Function 'MD4Init' argument 1 names different: declaration 'context' definition 'ctx'.
modules/native/feathers/hash/md4.cpp:63:30: note: Function 'MD4Init' argument 1 names different: declaration 'context' definition 'ctx'.
modules/native/feathers/hash/md4.cpp:78:32: style: Function 'MD4Update' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
modules/native/feathers/hash/md4.h:14:32: note: Function 'MD4Update' argument 1 names different: declaration 'context' definition 'ctx'.
modules/native/feathers/hash/md4.cpp:78:32: note: Function 'MD4Update' argument 1 names different: declaration 'context' definition 'ctx'.
modules/native/feathers/hash/md4.cpp:126:31: style: Function 'MD4Final' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
modules/native/feathers/hash/md4.h:15:32: note: Function 'MD4Final' argument 1 names different: declaration 'context' definition 'ctx'.
modules/native/feathers/hash/md4.cpp:126:31: note: Function 'MD4Final' argument 1 names different: declaration 'context' definition 'ctx'.
modules/native/feathers/hash/sha256_sha224.cpp:248:65: style: Function 'sha256_sha224_update' argument 2 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent]
modules/native/feathers/hash/sha256_sha224.h:58:65: note: Function 'sha256_sha224_update' argument 2 names different: declaration 'data' definition 'buffer'.
modules/native/feathers/hash/sha256_sha224.cpp:248:65: note: Function 'sha256_sha224_update' argument 2 names different: declaration 'data' definition 'buffer'.
modules/native/feathers/hash/sha256_sha224.cpp:340:51: style: Function 'sha256_digest' argument 2 names different: declaration 'digest' definition 's'. [funcArgNamesDifferent]
modules/native/feathers/hash/sha256_sha224.h:64:52: note: Function 'sha256_digest' argument 2 names different: declaration 'digest' definition 's'.
modules/native/feathers/hash/sha256_sha224.cpp:340:51: note: Function 'sha256_digest' argument 2 names different: declaration 'digest' definition 's'.
modules/native/feathers/hash/sha256_sha224.cpp:345:51: style: Function 'sha224_digest' argument 2 names different: declaration 'digest' definition 's'. [funcArgNamesDifferent]
modules/native/feathers/hash/sha256_sha224.h:67:52: note: Function 'sha224_digest' argument 2 names different: declaration 'digest' definition 's'.
modules/native/feathers/hash/sha256_sha224.cpp:345:51: note: Function 'sha224_digest' argument 2 names different: declaration 'digest' definition 's'.
modules/native/feathers/hash/sha512_sha384.cpp:265:66: style: Function 'sha512_sha384_update' argument 2 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent]
modules/native/feathers/hash/sha512_sha384.h:52:65: note: Function 'sha512_sha384_update' argument 2 names different: declaration 'data' definition 'buffer'.
modules/native/feathers/hash/sha512_sha384.cpp:265:66: note: Function 'sha512_sha384_update' argument 2 names different: declaration 'data' definition 'buffer'.
modules/native/feathers/hash/sha512_sha384.cpp:365:58: style: Function 'sha512_digest' argument 2 names different: declaration 'digest' definition 's'. [funcArgNamesDifferent]
modules/native/feathers/hash/sha512_sha384.h:58:52: note: Function 'sha512_digest' argument 2 names different: declaration 'digest' definition 's'.
modules/native/feathers/hash/sha512_sha384.cpp:365:58: note: Function 'sha512_digest' argument 2 names different: declaration 'digest' definition 's'.
modules/native/feathers/hash/sha512_sha384.cpp:370:58: style: Function 'sha384_digest' argument 2 names different: declaration 'digest' definition 's'. [funcArgNamesDifferent]
modules/native/feathers/hash/sha512_sha384.h:61:52: note: Function 'sha384_digest' argument 2 names different: declaration 'digest' definition 's'.
modules/native/feathers/hash/sha512_sha384.cpp:370:58: note: Function 'sha384_digest' argument 2 names different: declaration 'digest' definition 's'.
modules/native/feathers/json/json_ext.h:49:4: style: Class 'JSONError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/json/json_mod.cpp:456:24: warning: Identical condition 'chr==']'', second condition is always false [identicalConditionAfterEarlyExit]
modules/native/feathers/json/json_mod.cpp:449:16: note: first condition
modules/native/feathers/json/json_mod.cpp:456:24: note: second condition
modules/native/feathers/json/json_mod.cpp:234:41: style: Function 'encode_string' argument 1 names different: declaration 'source' definition 'str'. [funcArgNamesDifferent]
modules/native/feathers/json/json_mod.h:41:38: note: Function 'encode_string' argument 1 names different: declaration 'source' definition 'str'.
modules/native/feathers/json/json_mod.cpp:234:41: note: Function 'encode_string' argument 1 names different: declaration 'source' definition 'str'.
modules/native/feathers/logging/logging_mod.cpp:51:57: style: Function 'getProperty' argument 1 names different: declaration 'key' definition 'prop'. [funcArgNamesDifferent]
modules/native/feathers/logging/logging_mod.h:42:44: note: Function 'getProperty' argument 1 names different: declaration 'key' definition 'prop'.
modules/native/feathers/logging/logging_mod.cpp:51:57: note: Function 'getProperty' argument 1 names different: declaration 'key' definition 'prop'.
modules/native/feathers/math_extra/math_extra_ext.cpp:251:23: style: A pointer can not be negative so it is either pointless or an error to check if it is. [pointerLessThanZero]
modules/native/feathers/mxml/mxml_iterator.h:142:6: style: The scope of the variable 'matches' can be reduced. [variableScope]
modules/native/feathers/mxml/mxml_attribute.h:53:7: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/feathers/mxml/mxml_attribute.h:54:7: performance: Variable 'm_value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/feathers/mxml/mxml_attribute.h:60:7: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/feathers/mxml/mxml_attribute.h:61:7: performance: Variable 'm_value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/feathers/mxml/mxml_iterator.h:180:0: performance: Variable 'm_path' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/feathers/mxml/mxml_iterator.h:119:0: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/feathers/mxml/mxml_iterator.h:120:0: performance: Variable 'm_attr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/feathers/mxml/mxml_iterator.h:121:0: performance: Variable 'm_valattr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/feathers/mxml/mxml_iterator.h:122:0: performance: Variable 'm_data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/feathers/mxml/mxml_node.h:73:0: style: Technically the member function 'MXML :: __iterator < Node >::operator!=' can be const. [functionConst]
modules/native/feathers/mxml/mxml_node.h:73:0: style: Technically the member function 'MXML :: __iterator < const Node >::operator!=' can be const. [functionConst]
modules/native/feathers/mxml/mxml_node.h:127:0: warning: Virtual function '__find' is called from constructor 'MXML :: __path_iterator < Node >(Node*nd,const Falcon::String&path)' at line 181. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/feathers/mxml/mxml_iterator.h:181:0: note: Calling __find
modules/native/feathers/mxml/mxml_node.h:127:0: note: __find is a virtual method
modules/native/feathers/mxml/mxml_node.h:110:0: warning: Virtual function '__find' is called from constructor 'MXML :: __find_iterator < Node >(Node*nd,const Falcon::String&name,const Falcon::String&attr,const Falcon::String&valatt,const Falcon::String&data)' at line 128. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/feathers/mxml/mxml_iterator.h:128:0: note: Calling __find
modules/native/feathers/mxml/mxml_node.h:110:0: note: __find is a virtual method
modules/native/feathers/mxml/mxml_document.h:215:4: style: Class 'DocumentCarrier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/mxml/mxml_ext.h:83:4: style: Class 'MXMLError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/mxml/mxml_node.h:129:0: style: Class 'MXML :: __path_iterator < Node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/mxml/mxml_node.h:112:0: style: Class 'MXML :: __find_iterator < Node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/mxml/mxml_node.h:92:0: style: Class 'MXML :: __deep_iterator < Node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/mxml/mxml_node.h:47:0: style: Class 'MXML :: __iterator < Node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/mxml/mxml_node.h:47:0: style: Class 'MXML :: __iterator < const Node >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/mxml/mxml_attribute.h:24:1: warning: The class 'Attribute' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/feathers/mxml/mxml_node.h:30:0: warning: The class 'MXML :: __iterator < Node >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
modules/native/feathers/mxml/mxml_node.h:30:0: warning: The class 'MXML :: __iterator < const Node >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
modules/native/feathers/mxml/mxml_error.h:82:28: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/mxml/mxml_error.h:64:28: note: Virtual function in base class
modules/native/feathers/mxml/mxml_error.h:82:28: note: Function in derived class
modules/native/feathers/mxml/mxml_error.h:90:28: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/mxml/mxml_error.h:64:28: note: Virtual function in base class
modules/native/feathers/mxml/mxml_error.h:90:28: note: Function in derived class
modules/native/feathers/mxml/mxml_error.h:98:28: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/mxml/mxml_error.h:64:28: note: Virtual function in base class
modules/native/feathers/mxml/mxml_error.h:98:28: note: Function in derived class
modules/native/feathers/mxml/mxml_attribute.h:90:17: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/mxml/mxml_element.h:109:17: note: Virtual function in base class
modules/native/feathers/mxml/mxml_attribute.h:90:17: note: Function in derived class
modules/native/feathers/mxml/mxml_node.h:432:17: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/mxml/mxml_element.h:109:17: note: Virtual function in base class
modules/native/feathers/mxml/mxml_node.h:432:17: note: Function in derived class
modules/native/feathers/mxml/mxml_document.h:122:17: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/mxml/mxml_element.h:109:17: note: Virtual function in base class
modules/native/feathers/mxml/mxml_document.h:122:17: note: Function in derived class
modules/native/feathers/mxml/mxml_node.h:125:0: style: The function '__next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/mxml/mxml_node.h:40:0: note: Virtual function in base class
modules/native/feathers/mxml/mxml_node.h:125:0: note: Function in derived class
modules/native/feathers/mxml/mxml_node.h:126:0: style: The function '__prev' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/mxml/mxml_node.h:45:0: note: Virtual function in base class
modules/native/feathers/mxml/mxml_node.h:126:0: note: Function in derived class
modules/native/feathers/mxml/mxml_node.h:108:0: style: The function '__next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/mxml/mxml_node.h:89:0: note: Virtual function in base class
modules/native/feathers/mxml/mxml_node.h:108:0: note: Function in derived class
modules/native/feathers/mxml/mxml_node.h:109:0: style: The function '__prev' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/mxml/mxml_node.h:90:0: note: Virtual function in base class
modules/native/feathers/mxml/mxml_node.h:109:0: note: Function in derived class
modules/native/feathers/mxml/mxml_node.h:89:0: style: The function '__next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/mxml/mxml_node.h:40:0: note: Virtual function in base class
modules/native/feathers/mxml/mxml_node.h:89:0: note: Function in derived class
modules/native/feathers/mxml/mxml_node.h:90:0: style: The function '__prev' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/mxml/mxml_node.h:45:0: note: Virtual function in base class
modules/native/feathers/mxml/mxml_node.h:90:0: note: Function in derived class
modules/native/feathers/mxml/mxml_attribute.cpp:20:58: style: Function 'Attribute' argument 3 names different: declaration 'line' definition 'l'. [funcArgNamesDifferent]
modules/native/feathers/mxml/mxml_attribute.h:43:52: note: Function 'Attribute' argument 3 names different: declaration 'line' definition 'l'.
modules/native/feathers/mxml/mxml_attribute.cpp:20:58: note: Function 'Attribute' argument 3 names different: declaration 'line' definition 'l'.
modules/native/feathers/mxml/mxml_attribute.cpp:20:65: style: Function 'Attribute' argument 4 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
modules/native/feathers/mxml/mxml_attribute.h:43:64: note: Function 'Attribute' argument 4 names different: declaration 'pos' definition 'p'.
modules/native/feathers/mxml/mxml_attribute.cpp:20:65: note: Function 'Attribute' argument 4 names different: declaration 'pos' definition 'p'.
modules/native/feathers/mxml/mxml_document.cpp:23:11: warning: Member variable 'Document::m_finditer' is not initialized in the constructor. [uninitMemberVar]
modules/native/feathers/mxml/mxml_document.cpp:23:11: warning: Member variable 'Document::m_pathiter' is not initialized in the constructor. [uninitMemberVar]
modules/native/feathers/mxml/mxml_document.h:168:17: warning: Virtual function 'read' is called from constructor 'Document(Falcon::Stream&in,const int style=0)' at line 36. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/feathers/mxml/mxml_document.cpp:36:4: note: Calling read
modules/native/feathers/mxml/mxml_document.h:168:17: note: read is a virtual method
modules/native/feathers/mxml/mxml_document.h:44:1: warning: The class 'Document' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/feathers/mxml/mxml_error.cpp:55:39: style: Function 'toString' argument 1 names different: declaration 'target' definition 'stream'. [funcArgNamesDifferent]
modules/native/feathers/mxml/mxml_error.h:67:35: note: Function 'toString' argument 1 names different: declaration 'target' definition 'stream'.
modules/native/feathers/mxml/mxml_error.cpp:55:39: note: Function 'toString' argument 1 names different: declaration 'target' definition 'stream'.
modules/native/feathers/mxml/mxml_error.cpp:75:43: style: Function 'describeLine' argument 1 names different: declaration 'target' definition 'stream'. [funcArgNamesDifferent]
modules/native/feathers/mxml/mxml_error.h:68:39: note: Function 'describeLine' argument 1 names different: declaration 'target' definition 'stream'.
modules/native/feathers/mxml/mxml_error.cpp:75:43: note: Function 'describeLine' argument 1 names different: declaration 'target' definition 'stream'.
modules/native/feathers/mxml/mxml_ext.cpp:306:17: warning: Identical condition 'i_style==0', second condition is always false [identicalConditionAfterEarlyExit]
modules/native/feathers/mxml/mxml_ext.cpp:301:17: note: first condition
modules/native/feathers/mxml/mxml_ext.cpp:306:17: note: second condition
modules/native/feathers/mxml/mxml_ext.cpp:172:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_ext.cpp:206:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_ext.cpp:251:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_ext.cpp:310:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_ext.cpp:437:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_ext.cpp:535:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_ext.cpp:593:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_ext.cpp:615:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_ext.cpp:673:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_ext.cpp:695:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_ext.cpp:759:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_ext.cpp:768:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_ext.cpp:844:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_ext.cpp:854:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_ext.cpp:884:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_ext.cpp:931:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_ext.cpp:951:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
modules/native/feathers/mxml/mxml_ext.cpp:959:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
modules/native/feathers/mxml/mxml_ext.cpp:994:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_ext.cpp:1026:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_ext.cpp:1069:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_ext.cpp:1116:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/mxml/mxml_node.h:313:25: style: Unhandled exception specification when calling function getAttribute(). [unhandledExceptionSpecification]
modules/native/feathers/mxml/mxml_ext.cpp:1125:30: note: Unhandled exception specification when calling function getAttribute().
modules/native/feathers/mxml/mxml_node.h:313:25: note: Unhandled exception specification when calling function getAttribute().
modules/native/feathers/mxml/mxml_node.cpp:755:8: style: The scope of the variable 'mustIndent' can be reduced. [variableScope]
modules/native/feathers/mxml/mxml_node.cpp:61:65: style: Function 'read' argument 3 names different: declaration 'line' definition 'l'. [funcArgNamesDifferent]
modules/native/feathers/mxml/mxml_node.h:236:66: note: Function 'read' argument 3 names different: declaration 'line' definition 'l'.
modules/native/feathers/mxml/mxml_node.cpp:61:65: note: Function 'read' argument 3 names different: declaration 'line' definition 'l'.
modules/native/feathers/mxml/mxml_node.cpp:736:55: style: Function 'nodeIndent' argument 2 names different: declaration 'depth' definition 'iDepth'. [funcArgNamesDifferent]
modules/native/feathers/mxml/mxml_node.h:210:52: note: Function 'nodeIndent' argument 2 names different: declaration 'depth' definition 'iDepth'.
modules/native/feathers/mxml/mxml_node.cpp:736:55: note: Function 'nodeIndent' argument 2 names different: declaration 'depth' definition 'iDepth'.
modules/native/feathers/mxml/mxml_node.cpp:486:11: style: Variable 'iter' is modified but its new value is never used. [unreadVariable]
modules/native/feathers/mxml/mxml_node.cpp:483:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
modules/native/feathers/mxml/mxml_node.cpp:498:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
modules/native/feathers/mxml/mxml_node.cpp:519:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
modules/native/feathers/mxml/mxml_node.cpp:534:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
modules/native/feathers/mxml/mxml_node.cpp:546:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
modules/native/feathers/mxml/mxml_node.cpp:772:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
modules/native/feathers/mxml/mxml_node.cpp:48:7: warning: Member variable 'Node::m_bReserve' is not initialized in the constructor. [uninitMemberVar]
modules/native/feathers/mxml/mxml_node.cpp:470:7: warning: Member variable 'Node::m_lastFound' is not initialized in the constructor. [uninitMemberVar]
modules/native/feathers/mxml/mxml_node.cpp:52:4: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/feathers/mxml/mxml_node.cpp:53:4: performance: Variable 'm_data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/feathers/mxml/mxml_node.cpp:474:4: performance: Variable 'm_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/feathers/mxml/mxml_node.cpp:475:4: performance: Variable 'm_data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/feathers/mxml/mxml_node.h:136:1: warning: The class 'Node' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/feathers/mxml/mxml_node.cpp:403:19: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
modules/native/feathers/mxml/mxml_node.h:376:9: style: Unhandled exception specification when calling function removeChild(). [unhandledExceptionSpecification]
modules/native/feathers/mxml/mxml_node.cpp:578:17: note: Unhandled exception specification when calling function removeChild().
modules/native/feathers/mxml/mxml_node.h:376:9: note: Unhandled exception specification when calling function removeChild().
modules/native/feathers/mxml/mxml_node.h:376:9: style: Unhandled exception specification when calling function removeChild(). [unhandledExceptionSpecification]
modules/native/feathers/mxml/mxml_node.cpp:612:23: note: Unhandled exception specification when calling function removeChild().
modules/native/feathers/mxml/mxml_node.h:376:9: note: Unhandled exception specification when calling function removeChild().
modules/native/feathers/mxml/mxml_node.h:376:9: style: Unhandled exception specification when calling function removeChild(). [unhandledExceptionSpecification]
modules/native/feathers/mxml/mxml_node.cpp:632:23: note: Unhandled exception specification when calling function removeChild().
modules/native/feathers/mxml/mxml_node.h:376:9: note: Unhandled exception specification when calling function removeChild().
modules/native/feathers/process/ext/process.cpp:48:19: style: Variable 'doThrow' is assigned a value that is never used. [unreadVariable]
modules/native/feathers/process/mod/process.h:37:4: style: Class 'ProcessEnum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/process/mod/process.h:51:4: style: Class 'Process' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/process/ext/process.h:79:4: style: Struct 'ProcessError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/process/sys/process_posix.cpp:243:16: style: The scope of the variable 'cookie' can be reduced. [variableScope]
modules/native/feathers/process/sys/process_posix.cpp:120:73: style: Function 'next' argument 4 names different: declaration 'path' definition 'commandLine'. [funcArgNamesDifferent]
modules/native/feathers/process/sys/process.h:79:63: note: Function 'next' argument 4 names different: declaration 'path' definition 'commandLine'.
modules/native/feathers/process/sys/process_posix.cpp:120:73: note: Function 'next' argument 4 names different: declaration 'path' definition 'commandLine'.
modules/native/feathers/process/sys/process_posix.cpp:193:22: style: Function 'spawn' argument 1 names different: declaration 'args' definition 'argList'. [funcArgNamesDifferent]
modules/native/feathers/process/sys/process.h:83:22: note: Function 'spawn' argument 1 names different: declaration 'args' definition 'argList'.
modules/native/feathers/process/sys/process_posix.cpp:193:22: note: Function 'spawn' argument 1 names different: declaration 'args' definition 'argList'.
modules/native/feathers/process/sys/process_posix.cpp:193:67: style: Function 'spawn' argument 4 names different: declaration 'result' definition 'returnValue'. [funcArgNamesDifferent]
modules/native/feathers/process/sys/process.h:83:64: note: Function 'spawn' argument 4 names different: declaration 'result' definition 'returnValue'.
modules/native/feathers/process/sys/process_posix.cpp:193:67: note: Function 'spawn' argument 4 names different: declaration 'result' definition 'returnValue'.
modules/native/feathers/process/sys/process_posix.cpp:234:27: style: Function 'spawn_read' argument 1 names different: declaration 'args' definition 'argList'. [funcArgNamesDifferent]
modules/native/feathers/process/sys/process.h:84:27: note: Function 'spawn_read' argument 1 names different: declaration 'args' definition 'argList'.
modules/native/feathers/process/sys/process_posix.cpp:234:27: note: Function 'spawn_read' argument 1 names different: declaration 'args' definition 'argList'.
modules/native/feathers/process/sys/process_posix.cpp:234:72: style: Function 'spawn_read' argument 4 names different: declaration 'result' definition 'returnValue'. [funcArgNamesDifferent]
modules/native/feathers/process/sys/process.h:84:69: note: Function 'spawn_read' argument 4 names different: declaration 'result' definition 'returnValue'.
modules/native/feathers/process/sys/process_posix.cpp:234:72: note: Function 'spawn_read' argument 4 names different: declaration 'result' definition 'returnValue'.
modules/native/feathers/process/sys/process_posix.cpp:234:93: style: Function 'spawn_read' argument 5 names different: declaration 'sOut' definition 'sOutput'. [funcArgNamesDifferent]
modules/native/feathers/process/sys/process.h:84:85: note: Function 'spawn_read' argument 5 names different: declaration 'sOut' definition 'sOutput'.
modules/native/feathers/process/sys/process_posix.cpp:234:93: note: Function 'spawn_read' argument 5 names different: declaration 'sOut' definition 'sOutput'.
modules/native/feathers/process/sys/process_posix.cpp:327:27: style: Function 'openProcess' argument 1 names different: declaration 'ph' definition '_ph'. [funcArgNamesDifferent]
modules/native/feathers/process/sys/process.h:88:27: note: Function 'openProcess' argument 1 names different: declaration 'ph' definition '_ph'.
modules/native/feathers/process/sys/process_posix.cpp:327:27: note: Function 'openProcess' argument 1 names different: declaration 'ph' definition '_ph'.
modules/native/feathers/process/sys/process_posix.cpp:327:41: style: Function 'openProcess' argument 2 names different: declaration 'args' definition 'arg_list'. [funcArgNamesDifferent]
modules/native/feathers/process/sys/process.h:88:40: note: Function 'openProcess' argument 2 names different: declaration 'args' definition 'arg_list'.
modules/native/feathers/process/sys/process_posix.cpp:327:41: note: Function 'openProcess' argument 2 names different: declaration 'args' definition 'arg_list'.
modules/native/feathers/process/sys/process_posix.cpp:407:15: warning: Member variable 'PosixProcess::m_file_des_in' is not initialized in the constructor. [uninitMemberVar]
modules/native/feathers/process/sys/process_posix.cpp:407:15: warning: Member variable 'PosixProcess::m_file_des_out' is not initialized in the constructor. [uninitMemberVar]
modules/native/feathers/process/sys/process_posix.cpp:407:15: warning: Member variable 'PosixProcess::m_file_des_err' is not initialized in the constructor. [uninitMemberVar]
modules/native/feathers/process/sys/process.h:79:8: style: Technically the member function 'Falcon::Sys::ProcessEnum::next' can be const. [functionConst]
modules/native/feathers/process/sys/process_posix.cpp:120:18: note: Technically the member function 'Falcon::Sys::ProcessEnum::next' can be const.
modules/native/feathers/process/sys/process.h:79:8: note: Technically the member function 'Falcon::Sys::ProcessEnum::next' can be const.
modules/native/feathers/process/sys/process_posix.cpp:78:9: style: Technically the member function 'Falcon::Sys::::LocalizedArgv::free' can be const. [functionConst]
modules/native/feathers/process/sys/process_posix.cpp:47:4: style: Struct 'LocalizedArgv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/process/sys/process_posix.h:38:20: style: The function 'inputStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/process/sys/process.h:47:28: note: Virtual function in base class
modules/native/feathers/process/sys/process_posix.h:38:20: note: Function in derived class
modules/native/feathers/process/sys/process_posix.h:39:20: style: The function 'outputStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/process/sys/process.h:48:28: note: Virtual function in base class
modules/native/feathers/process/sys/process_posix.h:39:20: note: Function in derived class
modules/native/feathers/process/sys/process_posix.h:40:20: style: The function 'errorStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/process/sys/process.h:49:28: note: Virtual function in base class
modules/native/feathers/process/sys/process_posix.h:40:20: note: Function in derived class
modules/native/feathers/process/sys/process_posix.h:42:9: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/process/sys/process.h:51:17: note: Virtual function in base class
modules/native/feathers/process/sys/process_posix.h:42:9: note: Function in derived class
modules/native/feathers/process/sys/process_posix.h:43:9: style: The function 'wait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/process/sys/process.h:52:17: note: Virtual function in base class
modules/native/feathers/process/sys/process_posix.h:43:9: note: Function in derived class
modules/native/feathers/process/sys/process_posix.h:44:9: style: The function 'terminate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/process/sys/process.h:53:17: note: Virtual function in base class
modules/native/feathers/process/sys/process_posix.h:44:9: note: Function in derived class
modules/native/feathers/process/sys/process_posix.cpp:145:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
modules/native/feathers/process/sys/process_posix.cpp:166:16: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
modules/native/feathers/process/sys/process_win.cpp:164:21: style: Function 'spawn' argument 1 names different: declaration 'args' definition 'argv'. [funcArgNamesDifferent]
modules/native/feathers/process/sys/process.h:83:22: note: Function 'spawn' argument 1 names different: declaration 'args' definition 'argv'.
modules/native/feathers/process/sys/process_win.cpp:164:21: note: Function 'spawn' argument 1 names different: declaration 'args' definition 'argv'.
modules/native/feathers/process/sys/process_win.cpp:164:63: style: Function 'spawn' argument 4 names different: declaration 'result' definition 'returnValue'. [funcArgNamesDifferent]
modules/native/feathers/process/sys/process.h:83:64: note: Function 'spawn' argument 4 names different: declaration 'result' definition 'returnValue'.
modules/native/feathers/process/sys/process_win.cpp:164:63: note: Function 'spawn' argument 4 names different: declaration 'result' definition 'returnValue'.
modules/native/feathers/process/sys/process_win.cpp:228:27: style: Function 'spawn_read' argument 1 names different: declaration 'args' definition 'argv'. [funcArgNamesDifferent]
modules/native/feathers/process/sys/process.h:84:27: note: Function 'spawn_read' argument 1 names different: declaration 'args' definition 'argv'.
modules/native/feathers/process/sys/process_win.cpp:228:27: note: Function 'spawn_read' argument 1 names different: declaration 'args' definition 'argv'.
modules/native/feathers/process/sys/process_win.cpp:228:69: style: Function 'spawn_read' argument 4 names different: declaration 'result' definition 'returnValue'. [funcArgNamesDifferent]
modules/native/feathers/process/sys/process.h:84:69: note: Function 'spawn_read' argument 4 names different: declaration 'result' definition 'returnValue'.
modules/native/feathers/process/sys/process_win.cpp:228:69: note: Function 'spawn_read' argument 4 names different: declaration 'result' definition 'returnValue'.
modules/native/feathers/process/sys/process_win.cpp:354:27: style: Function 'openProcess' argument 1 names different: declaration 'ph' definition '_ph'. [funcArgNamesDifferent]
modules/native/feathers/process/sys/process.h:88:27: note: Function 'openProcess' argument 1 names different: declaration 'ph' definition '_ph'.
modules/native/feathers/process/sys/process_win.cpp:354:27: note: Function 'openProcess' argument 1 names different: declaration 'ph' definition '_ph'.
modules/native/feathers/process/sys/process_win.cpp:354:41: style: Function 'openProcess' argument 2 names different: declaration 'args' definition 'argv'. [funcArgNamesDifferent]
modules/native/feathers/process/sys/process.h:88:40: note: Function 'openProcess' argument 2 names different: declaration 'args' definition 'argv'.
modules/native/feathers/process/sys/process_win.cpp:354:41: note: Function 'openProcess' argument 2 names different: declaration 'args' definition 'argv'.
modules/native/feathers/process/sys/process_win.cpp:354:52: style: Function 'openProcess' argument 3 names different: declaration 'sinkin' definition 'sinkIn'. [funcArgNamesDifferent]
modules/native/feathers/process/sys/process.h:88:51: note: Function 'openProcess' argument 3 names different: declaration 'sinkin' definition 'sinkIn'.
modules/native/feathers/process/sys/process_win.cpp:354:52: note: Function 'openProcess' argument 3 names different: declaration 'sinkin' definition 'sinkIn'.
modules/native/feathers/process/sys/process_win.cpp:354:65: style: Function 'openProcess' argument 4 names different: declaration 'sinkout' definition 'sinkOut'. [funcArgNamesDifferent]
modules/native/feathers/process/sys/process.h:88:64: note: Function 'openProcess' argument 4 names different: declaration 'sinkout' definition 'sinkOut'.
modules/native/feathers/process/sys/process_win.cpp:354:65: note: Function 'openProcess' argument 4 names different: declaration 'sinkout' definition 'sinkOut'.
modules/native/feathers/process/sys/process_win.cpp:354:79: style: Function 'openProcess' argument 5 names different: declaration 'sinkerr' definition 'sinkErr'. [funcArgNamesDifferent]
modules/native/feathers/process/sys/process.h:88:78: note: Function 'openProcess' argument 5 names different: declaration 'sinkerr' definition 'sinkErr'.
modules/native/feathers/process/sys/process_win.cpp:354:79: note: Function 'openProcess' argument 5 names different: declaration 'sinkerr' definition 'sinkErr'.
modules/native/feathers/process/sys/process_win.cpp:37:7: style: Struct 'AutoBuf' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
modules/native/feathers/process/sys/process_win.cpp:37:7: style: Struct 'AutoBuf' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
modules/native/feathers/process/sys/process_win.cpp:33:4: style: Struct 'AutoBuf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/process/sys/process_win.h:40:20: style: The function 'inputStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/process/sys/process.h:47:28: note: Virtual function in base class
modules/native/feathers/process/sys/process_win.h:40:20: note: Function in derived class
modules/native/feathers/process/sys/process_win.h:41:20: style: The function 'outputStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/process/sys/process.h:48:28: note: Virtual function in base class
modules/native/feathers/process/sys/process_win.h:41:20: note: Function in derived class
modules/native/feathers/process/sys/process_win.h:42:20: style: The function 'errorStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/process/sys/process.h:49:28: note: Virtual function in base class
modules/native/feathers/process/sys/process_win.h:42:20: note: Function in derived class
modules/native/feathers/process/sys/process_win.h:44:9: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/process/sys/process.h:51:17: note: Virtual function in base class
modules/native/feathers/process/sys/process_win.h:44:9: note: Function in derived class
modules/native/feathers/process/sys/process_win.h:45:9: style: The function 'wait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/process/sys/process.h:52:17: note: Virtual function in base class
modules/native/feathers/process/sys/process_win.h:45:9: note: Function in derived class
modules/native/feathers/process/sys/process_win.h:46:9: style: The function 'terminate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/process/sys/process.h:53:17: note: Virtual function in base class
modules/native/feathers/process/sys/process_win.h:46:9: note: Function in derived class
modules/native/feathers/regex/pcre_internal.h:176:0: error: #error Cannot determine a type for 16-bit unsigned integers [preprocessorErrorDirective]
modules/native/feathers/regex/regex_ext.h:64:4: style: Class 'RegexError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/regex/regex_ext.cpp:202:25: style: C-style pointer casting [cstyleCast]
modules/native/feathers/regex/regex_ext.cpp:344:25: style: C-style pointer casting [cstyleCast]
modules/native/feathers/regex/regex_ext.cpp:394:25: style: C-style pointer casting [cstyleCast]
modules/native/feathers/regex/regex_ext.cpp:461:25: style: C-style pointer casting [cstyleCast]
modules/native/feathers/regex/regex_ext.cpp:527:25: style: C-style pointer casting [cstyleCast]
modules/native/feathers/regex/regex_ext.cpp:648:25: style: C-style pointer casting [cstyleCast]
modules/native/feathers/regex/regex_ext.cpp:732:25: style: C-style pointer casting [cstyleCast]
modules/native/feathers/regex/regex_ext.cpp:853:25: style: C-style pointer casting [cstyleCast]
modules/native/feathers/regex/regex_ext.cpp:878:25: style: C-style pointer casting [cstyleCast]
modules/native/feathers/regex/regex_ext.cpp:916:25: style: C-style pointer casting [cstyleCast]
modules/native/feathers/regex/regex_ext.cpp:971:25: style: C-style pointer casting [cstyleCast]
modules/native/feathers/regex/regex_ext.cpp:173:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/regex/regex_ext.cpp:187:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/regex/regex_ext.cpp:749:8: style: The scope of the variable 'oldFrom' can be reduced. [variableScope]
modules/native/feathers/regex/regex_ext.cpp:980:8: style: The scope of the variable 'ovector' can be reduced. [variableScope]
modules/native/feathers/regex/regex_mod.h:46:4: style: Class 'RegexCarrier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/socket/socket_ext.h:113:4: style: Class 'NetError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/socket/socket_sys.h:247:4: style: Class 'UDPSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/socket/socket_sys.h:372:4: style: Class 'TCPSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/socket/socket_sys.h:455:4: style: Class 'ServerSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/socket/socket_sys.h:384:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/socket/socket_sys.h:236:24: note: Virtual function in base class
modules/native/feathers/socket/socket_sys.h:384:24: note: Function in derived class
modules/native/feathers/socket/socket_ext.cpp:1259:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/socket/socket_ext.cpp:1355:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/socket/socket_ext.cpp:1395:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/socket/socket_ext.cpp:1566:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/socket/socket_ext.cpp:1624:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/socket/socket_ext.cpp:1636:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/feathers/socket/socket_sys.h:171:1: warning: The class 'Socket' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/feathers/socket/socket_sys.h:364:1: warning: The class 'TCPSocket' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/feathers/socket/socket_sys_unix.cpp:140:26: style: Function 'getErrorDesc' argument 1 names different: declaration 'errorCode' definition 'error'. [funcArgNamesDifferent]
modules/native/feathers/socket/socket_sys.h:62:26: note: Function 'getErrorDesc' argument 1 names different: declaration 'errorCode' definition 'error'.
modules/native/feathers/socket/socket_sys_unix.cpp:140:26: note: Function 'getErrorDesc' argument 1 names different: declaration 'errorCode' definition 'error'.
modules/native/feathers/socket/socket_sys_unix.cpp:140:41: style: Function 'getErrorDesc' argument 2 names different: declaration 'desc' definition 'ret'. [funcArgNamesDifferent]
modules/native/feathers/socket/socket_sys.h:62:45: note: Function 'getErrorDesc' argument 2 names different: declaration 'desc' definition 'ret'.
modules/native/feathers/socket/socket_sys_unix.cpp:140:41: note: Function 'getErrorDesc' argument 2 names different: declaration 'desc' definition 'ret'.
modules/native/feathers/socket/socket_sys_unix.cpp:152:30: style: Function 'getErrorDesc_GAI' argument 1 names different: declaration 'errorCode' definition 'error'. [funcArgNamesDifferent]
modules/native/feathers/socket/socket_sys.h:63:30: note: Function 'getErrorDesc_GAI' argument 1 names different: declaration 'errorCode' definition 'error'.
modules/native/feathers/socket/socket_sys_unix.cpp:152:30: note: Function 'getErrorDesc_GAI' argument 1 names different: declaration 'errorCode' definition 'error'.
modules/native/feathers/socket/socket_sys_unix.cpp:152:45: style: Function 'getErrorDesc_GAI' argument 2 names different: declaration 'desc' definition 'ret'. [funcArgNamesDifferent]
modules/native/feathers/socket/socket_sys.h:63:49: note: Function 'getErrorDesc_GAI' argument 2 names different: declaration 'desc' definition 'ret'.
modules/native/feathers/socket/socket_sys_unix.cpp:152:45: note: Function 'getErrorDesc_GAI' argument 2 names different: declaration 'desc' definition 'ret'.
modules/native/feathers/socket/socket_sys_unix.cpp:1099:61: style: Function 'sendTo' argument 3 names different: declaration 'data' definition 'where'. [funcArgNamesDifferent]
modules/native/feathers/socket/socket_sys.h:251:53: note: Function 'sendTo' argument 3 names different: declaration 'data' definition 'where'.
modules/native/feathers/socket/socket_sys_unix.cpp:1099:61: note: Function 'sendTo' argument 3 names different: declaration 'data' definition 'where'.
modules/native/feathers/socket/socket_sys_win.cpp:122:24: warning: Variable 'errordesc' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
modules/native/feathers/socket/socket_sys_win.cpp:121:16: note: Variable 'errordesc' is reassigned a value before the old one has been used. 'break;' missing?
modules/native/feathers/socket/socket_sys_win.cpp:122:24: note: Variable 'errordesc' is reassigned a value before the old one has been used. 'break;' missing?
modules/native/feathers/socket/socket_sys_win.cpp:116:26: style: Function 'getErrorDesc' argument 1 names different: declaration 'errorCode' definition 'error'. [funcArgNamesDifferent]
modules/native/feathers/socket/socket_sys.h:62:26: note: Function 'getErrorDesc' argument 1 names different: declaration 'errorCode' definition 'error'.
modules/native/feathers/socket/socket_sys_win.cpp:116:26: note: Function 'getErrorDesc' argument 1 names different: declaration 'errorCode' definition 'error'.
modules/native/feathers/socket/socket_sys_win.cpp:116:41: style: Function 'getErrorDesc' argument 2 names different: declaration 'desc' definition 'ret'. [funcArgNamesDifferent]
modules/native/feathers/socket/socket_sys.h:62:45: note: Function 'getErrorDesc' argument 2 names different: declaration 'desc' definition 'ret'.
modules/native/feathers/socket/socket_sys_win.cpp:116:41: note: Function 'getErrorDesc' argument 2 names different: declaration 'desc' definition 'ret'.
modules/native/feathers/socket/socket_sys_win.cpp:180:30: style: Function 'getErrorDesc_GAI' argument 1 names different: declaration 'errorCode' definition 'error'. [funcArgNamesDifferent]
modules/native/feathers/socket/socket_sys.h:63:30: note: Function 'getErrorDesc_GAI' argument 1 names different: declaration 'errorCode' definition 'error'.
modules/native/feathers/socket/socket_sys_win.cpp:180:30: note: Function 'getErrorDesc_GAI' argument 1 names different: declaration 'errorCode' definition 'error'.
modules/native/feathers/socket/socket_sys_win.cpp:180:45: style: Function 'getErrorDesc_GAI' argument 2 names different: declaration 'desc' definition 'ret'. [funcArgNamesDifferent]
modules/native/feathers/socket/socket_sys.h:63:49: note: Function 'getErrorDesc_GAI' argument 2 names different: declaration 'desc' definition 'ret'.
modules/native/feathers/socket/socket_sys_win.cpp:180:45: note: Function 'getErrorDesc_GAI' argument 2 names different: declaration 'desc' definition 'ret'.
modules/native/feathers/socket/socket_sys_win.cpp:799:61: style: Function 'sendTo' argument 3 names different: declaration 'data' definition 'where'. [funcArgNamesDifferent]
modules/native/feathers/socket/socket_sys.h:251:53: note: Function 'sendTo' argument 3 names different: declaration 'data' definition 'where'.
modules/native/feathers/socket/socket_sys_win.cpp:799:61: note: Function 'sendTo' argument 3 names different: declaration 'data' definition 'where'.
modules/native/feathers/socket/socket_sys_win.cpp:741:17: style: Variable 'family' is assigned a value that is never used. [unreadVariable]
modules/native/feathers/threading/systhread_posix.cpp:56:11: style: C-style pointer casting [cstyleCast]
modules/native/feathers/threading/systhread_posix.cpp:95:26: style: C-style pointer casting [cstyleCast]
modules/native/feathers/threading/systhread_posix.cpp:101:12: style: C-style pointer casting [cstyleCast]
modules/native/feathers/threading/systhread_posix.cpp:145:26: style: C-style pointer casting [cstyleCast]
modules/native/feathers/threading/systhread_posix.cpp:160:27: style: C-style pointer casting [cstyleCast]
modules/native/feathers/threading/systhread_posix.cpp:216:32: style: C-style pointer casting [cstyleCast]
modules/native/feathers/threading/systhread_posix.cpp:279:32: style: C-style pointer casting [cstyleCast]
modules/native/feathers/threading/systhread_posix.cpp:399:29: style: C-style pointer casting [cstyleCast]
modules/native/feathers/threading/systhread_posix.cpp:291:43: style: Function 'POSIX_WAITABLE' argument 1 names different: declaration 'w' definition 'wo'. [funcArgNamesDifferent]
modules/native/feathers/threading/systhread_posix.h:51:30: note: Function 'POSIX_WAITABLE' argument 1 names different: declaration 'w' definition 'wo'.
modules/native/feathers/threading/systhread_posix.cpp:291:43: note: Function 'POSIX_WAITABLE' argument 1 names different: declaration 'w' definition 'wo'.
modules/native/feathers/threading/waitable.h:90:4: style: Class 'Grant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/threading/waitable.h:105:4: style: Class 'Barrier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/threading/waitable.h:127:4: style: Class 'Event' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/threading/waitable.h:169:4: style: Class 'SyncCounter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/threading/systhread_posix.h:51:4: style: Class 'POSIX_WAITABLE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/threading/threading_mod.h:53:4: style: Class 'ThreadImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/threading/threading_mod.h:57:4: style: Class 'ThreadImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/threading/threading_mod.h:139:4: style: Class 'WaitableCarrier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/threading/threading_mod.h:157:4: style: Class 'ThreadCarrier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/threading/threading_mod.h:180:4: style: Class 'ThreadError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/threading/threading_mod.h:195:4: style: Class 'JoinError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/threading/waitable.h:87:17: style: The function 'acquireInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/threading/waitable.h:70:17: note: Virtual function in base class
modules/native/feathers/threading/waitable.h:87:17: note: Function in derived class
modules/native/feathers/threading/waitable.h:93:17: style: The function 'acquire' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/threading/waitable.h:74:17: note: Virtual function in base class
modules/native/feathers/threading/waitable.h:93:17: note: Function in derived class
modules/native/feathers/threading/waitable.h:94:17: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/threading/waitable.h:75:17: note: Virtual function in base class
modules/native/feathers/threading/waitable.h:94:17: note: Function in derived class
modules/native/feathers/threading/waitable.h:102:17: style: The function 'acquireInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/threading/waitable.h:70:17: note: Virtual function in base class
modules/native/feathers/threading/waitable.h:102:17: note: Function in derived class
modules/native/feathers/threading/waitable.h:108:17: style: The function 'acquire' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/threading/waitable.h:74:17: note: Virtual function in base class
modules/native/feathers/threading/waitable.h:108:17: note: Function in derived class
modules/native/feathers/threading/waitable.h:109:17: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/threading/waitable.h:75:17: note: Virtual function in base class
modules/native/feathers/threading/waitable.h:109:17: note: Function in derived class
modules/native/feathers/threading/waitable.h:124:17: style: The function 'acquireInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/threading/waitable.h:70:17: note: Virtual function in base class
modules/native/feathers/threading/waitable.h:124:17: note: Function in derived class
modules/native/feathers/threading/waitable.h:129:17: style: The function 'acquire' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/threading/waitable.h:74:17: note: Virtual function in base class
modules/native/feathers/threading/waitable.h:129:17: note: Function in derived class
modules/native/feathers/threading/waitable.h:130:17: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/threading/waitable.h:75:17: note: Virtual function in base class
modules/native/feathers/threading/waitable.h:130:17: note: Function in derived class
modules/native/feathers/threading/waitable.h:143:17: style: The function 'acquireInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/threading/waitable.h:70:17: note: Virtual function in base class
modules/native/feathers/threading/waitable.h:143:17: note: Function in derived class
modules/native/feathers/threading/waitable.h:149:17: style: The function 'acquire' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/threading/waitable.h:74:17: note: Virtual function in base class
modules/native/feathers/threading/waitable.h:149:17: note: Function in derived class
modules/native/feathers/threading/waitable.h:150:17: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/threading/waitable.h:75:17: note: Virtual function in base class
modules/native/feathers/threading/waitable.h:150:17: note: Function in derived class
modules/native/feathers/threading/waitable.h:166:17: style: The function 'acquireInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/threading/waitable.h:70:17: note: Virtual function in base class
modules/native/feathers/threading/waitable.h:166:17: note: Function in derived class
modules/native/feathers/threading/waitable.h:172:17: style: The function 'acquire' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/threading/waitable.h:74:17: note: Virtual function in base class
modules/native/feathers/threading/waitable.h:172:17: note: Function in derived class
modules/native/feathers/threading/waitable.h:173:17: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/threading/waitable.h:75:17: note: Virtual function in base class
modules/native/feathers/threading/waitable.h:173:17: note: Function in derived class
modules/native/feathers/threading/waitable.h:189:17: style: The function 'acquireInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/threading/waitable.h:70:17: note: Virtual function in base class
modules/native/feathers/threading/waitable.h:189:17: note: Function in derived class
modules/native/feathers/threading/waitable.h:195:17: style: The function 'acquire' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/threading/waitable.h:74:17: note: Virtual function in base class
modules/native/feathers/threading/waitable.h:195:17: note: Function in derived class
modules/native/feathers/threading/waitable.h:196:17: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/feathers/threading/waitable.h:75:17: note: Virtual function in base class
modules/native/feathers/threading/waitable.h:196:17: note: Function in derived class
modules/native/feathers/threading/systhread_win.cpp:86:25: style: C-style pointer casting [cstyleCast]
modules/native/feathers/threading/systhread_win.cpp:190:27: style: C-style pointer casting [cstyleCast]
modules/native/feathers/threading/systhread_win.cpp:67:4: performance: Variable 'hth' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/feathers/threading/systhread_win.cpp:68:4: performance: Variable 'thID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/feathers/threading/threading_mod.h:133:1: warning: The class 'WaitableCarrier' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/feathers/threading/threading_mod.h:151:1: warning: The class 'ThreadCarrier' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/feathers/threading/waitable.cpp:248:31: style: Function 'SyncCounter' argument 1 names different: declaration 'init' definition 'iCount'. [funcArgNamesDifferent]
modules/native/feathers/threading/waitable.h:169:21: note: Function 'SyncCounter' argument 1 names different: declaration 'init' definition 'iCount'.
modules/native/feathers/threading/waitable.cpp:248:31: note: Function 'SyncCounter' argument 1 names different: declaration 'init' definition 'iCount'.
modules/native/feathers/zlib/adler32.c:66:14: style: The scope of the variable 'n' can be reduced. [variableScope]
modules/native/feathers/zlib/deflate.c:492:12: style: The scope of the variable 'str' can be reduced. [variableScope]
modules/native/feathers/zlib/deflate.c:1069:21: style: The scope of the variable 'match' can be reduced. [variableScope]
modules/native/feathers/zlib/deflate.c:1310:14: style: The scope of the variable 'more' can be reduced. [variableScope]
modules/native/feathers/zlib/deflate.c:1470:9: style: The scope of the variable 'max_start' can be reduced. [variableScope]
modules/native/feathers/zlib/deflate.c:1524:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
modules/native/feathers/zlib/deflate.c:1620:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
modules/native/feathers/zlib/deflate.c:155:32: style: struct member 'static_tree_desc_s::dummy' is never used. [unusedStructMember]
modules/native/feathers/zlib/inflate.c:1465:5: style: Variable 'state->sane' is reassigned a value before the old one has been used. [redundantAssignment]
modules/native/feathers/zlib/inflate.c:1461:5: note: Variable 'state->sane' is reassigned a value before the old one has been used.
modules/native/feathers/zlib/inflate.c:1465:5: note: Variable 'state->sane' is reassigned a value before the old one has been used.
modules/native/feathers/zlib/inflate.c:363:20: style: The scope of the variable 'dist' can be reduced. [variableScope]
modules/native/feathers/zlib/inflate.c:1258:19: style: The scope of the variable 'id' can be reduced. [variableScope]
modules/native/feathers/zlib/inflate.c:1350:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
modules/native/feathers/zlib/inflate.c:1413:14: style: The scope of the variable 'wsize' can be reduced. [variableScope]
modules/native/feathers/zlib/inflate.c:1475:61: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
modules/native/feathers/zlib/inflate.c:667:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
modules/native/feathers/zlib/inftrees.c:50:14: style: The scope of the variable 'fill' can be reduced. [variableScope]
modules/native/feathers/zlib/trees.c:718:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
modules/native/feathers/zlib/trees.c:763:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
modules/native/feathers/zlib/trees.c:1081:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
modules/native/feathers/zlib/trees.c:1082:9: style: The scope of the variable 'lc' can be reduced. [variableScope]
modules/native/feathers/zlib/trees.c:1083:14: style: The scope of the variable 'lx' can be reduced. [variableScope]
modules/native/feathers/zlib/trees.c:1084:14: style: The scope of the variable 'code' can be reduced. [variableScope]
modules/native/feathers/zlib/trees.c:1085:9: style: The scope of the variable 'extra' can be reduced. [variableScope]
modules/native/feathers/zlib/zlib_ext.h:37:4: style: Class 'ZLibError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/zlib/zlibstream.cpp:54:38: style: Function 'readString' argument 1 names different: declaration 'dest' definition 'target'. [funcArgNamesDifferent]
modules/native/feathers/zlib/zlibstream.h:41:37: note: Function 'readString' argument 1 names different: declaration 'dest' definition 'target'.
modules/native/feathers/zlib/zlibstream.cpp:54:38: note: Function 'readString' argument 1 names different: declaration 'dest' definition 'target'.
modules/native/feathers/zlib/zlibstream.cpp:79:53: style: Function 'seek' argument 2 names different: declaration 'whence' definition 'w'. [funcArgNamesDifferent]
modules/native/feathers/zlib/zlibstream.h:31:44: note: Function 'seek' argument 2 names different: declaration 'whence' definition 'w'.
modules/native/feathers/zlib/zlibstream.cpp:79:53: note: Function 'seek' argument 2 names different: declaration 'whence' definition 'w'.
modules/native/feathers/zlib/zlibstream.cpp:30:13: warning: Member variable 'ZLibStream::m_lastError' is not initialized in the constructor. [uninitMemberVar]
modules/native/feathers/zlib/zlibstream.h:34:4: style: Class 'ZLibStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/feathers/zlib/zlibstream.h:26:1: warning: The class 'ZLibStream' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/feathers/zlib/zutil.c:305:31: style: Same expression on both sides of '-'. [duplicateExpression]
modules/native/feathers/zlib/zutil.c:11:33: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
modules/native/gd2/src/gd2.cpp:263:4: style: Class 'GdError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/gtk/src/modgtk.hpp:331:5: style: Class 'GtkError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/gtk/src/modgtk.hpp:89:1: warning: The class 'VoidObject' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/gtk/src/modgtk.hpp:158:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:97:25: note: Virtual function in base class
modules/native/gtk/src/modgtk.hpp:158:26: note: Function in derived class
modules/native/gtk/src/modgtk.hpp:165:18: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:101:18: note: Virtual function in base class
modules/native/gtk/src/modgtk.hpp:165:18: note: Function in derived class
modules/native/gtk/src/modgtk.hpp:171:18: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:103:18: note: Virtual function in base class
modules/native/gtk/src/modgtk.hpp:171:18: note: Function in derived class
modules/native/gtk/src/modgtk.hpp:181:18: style: The function 'setObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:107:18: note: Virtual function in base class
modules/native/gtk/src/modgtk.hpp:181:18: note: Function in derived class
modules/native/gtk/src/modgtk.hpp:282:13: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:158:26: note: Virtual function in base class
modules/native/gtk/src/modgtk.hpp:282:13: note: Function in derived class
modules/native/gtk/src/modgtk.hpp:284:10: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:165:18: note: Virtual function in base class
modules/native/gtk/src/modgtk.hpp:284:10: note: Function in derived class
modules/native/gtk/src/modgtk.hpp:286:10: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:171:18: note: Virtual function in base class
modules/native/gtk/src/modgtk.hpp:286:10: note: Function in derived class
modules/native/gtk/src/g_ParamSpec.hpp:25:16: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:97:25: note: Virtual function in base class
modules/native/gtk/src/g_ParamSpec.hpp:25:16: note: Function in derived class
modules/native/gtk/src/g_ParamSpec.hpp:27:10: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:101:18: note: Virtual function in base class
modules/native/gtk/src/g_ParamSpec.hpp:27:10: note: Function in derived class
modules/native/gtk/src/g_ParamSpec.hpp:29:10: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:103:18: note: Virtual function in base class
modules/native/gtk/src/g_ParamSpec.hpp:29:10: note: Function in derived class
modules/native/gtk/src/g_ParamSpec.hpp:37:10: style: The function 'setObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:107:18: note: Virtual function in base class
modules/native/gtk/src/g_ParamSpec.hpp:37:10: note: Function in derived class
modules/native/gtk/src/gdk_Color.hpp:28:12: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:97:25: note: Virtual function in base class
modules/native/gtk/src/gdk_Color.hpp:28:12: note: Function in derived class
modules/native/gtk/src/gdk_Color.hpp:30:10: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:101:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Color.hpp:30:10: note: Function in derived class
modules/native/gtk/src/gdk_Color.hpp:32:10: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:103:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Color.hpp:32:10: note: Function in derived class
modules/native/gtk/src/gdk_Color.hpp:40:10: style: The function 'setObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:107:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Color.hpp:40:10: note: Function in derived class
modules/native/gtk/src/gdk_Colormap.hpp:28:15: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:97:25: note: Virtual function in base class
modules/native/gtk/src/gdk_Colormap.hpp:28:15: note: Function in derived class
modules/native/gtk/src/gdk_Colormap.hpp:30:10: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:101:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Colormap.hpp:30:10: note: Function in derived class
modules/native/gtk/src/gdk_Colormap.hpp:32:10: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:103:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Colormap.hpp:32:10: note: Function in derived class
modules/native/gtk/src/gdk_Colormap.hpp:40:10: style: The function 'setObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:107:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Colormap.hpp:40:10: note: Function in derived class
modules/native/gtk/src/gdk_Visual.hpp:28:13: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:97:25: note: Virtual function in base class
modules/native/gtk/src/gdk_Visual.hpp:28:13: note: Function in derived class
modules/native/gtk/src/gdk_Visual.hpp:30:10: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:101:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Visual.hpp:30:10: note: Function in derived class
modules/native/gtk/src/gdk_Visual.hpp:32:10: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:103:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Visual.hpp:32:10: note: Function in derived class
modules/native/gtk/src/gdk_Cursor.hpp:28:13: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:97:25: note: Virtual function in base class
modules/native/gtk/src/gdk_Cursor.hpp:28:13: note: Function in derived class
modules/native/gtk/src/gdk_Cursor.hpp:30:10: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:101:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Cursor.hpp:30:10: note: Function in derived class
modules/native/gtk/src/gdk_Cursor.hpp:32:10: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:103:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Cursor.hpp:32:10: note: Function in derived class
modules/native/gtk/src/gdk_Cursor.hpp:40:10: style: The function 'setObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:107:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Cursor.hpp:40:10: note: Function in derived class
modules/native/gtk/src/gdk_DragContext.hpp:25:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:97:25: note: Virtual function in base class
modules/native/gtk/src/gdk_DragContext.hpp:25:18: note: Function in derived class
modules/native/gtk/src/gdk_DragContext.hpp:27:10: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:101:18: note: Virtual function in base class
modules/native/gtk/src/gdk_DragContext.hpp:27:10: note: Function in derived class
modules/native/gtk/src/gdk_DragContext.hpp:29:10: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:103:18: note: Virtual function in base class
modules/native/gtk/src/gdk_DragContext.hpp:29:10: note: Function in derived class
modules/native/gtk/src/gdk_DragContext.hpp:37:10: style: The function 'setObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:107:18: note: Virtual function in base class
modules/native/gtk/src/gdk_DragContext.hpp:37:10: note: Function in derived class
modules/native/gtk/src/gdk_Point.hpp:28:12: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:97:25: note: Virtual function in base class
modules/native/gtk/src/gdk_Point.hpp:28:12: note: Function in derived class
modules/native/gtk/src/gdk_Point.hpp:30:10: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:101:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Point.hpp:30:10: note: Function in derived class
modules/native/gtk/src/gdk_Point.hpp:32:10: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:103:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Point.hpp:32:10: note: Function in derived class
modules/native/gtk/src/gdk_Point.hpp:40:10: style: The function 'setObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:107:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Point.hpp:40:10: note: Function in derived class
modules/native/gtk/src/gdk_Region.hpp:29:13: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:97:25: note: Virtual function in base class
modules/native/gtk/src/gdk_Region.hpp:29:13: note: Function in derived class
modules/native/gtk/src/gdk_Region.hpp:31:10: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:101:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Region.hpp:31:10: note: Function in derived class
modules/native/gtk/src/gdk_Region.hpp:33:10: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:103:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Region.hpp:33:10: note: Function in derived class
modules/native/gtk/src/gdk_Event.hpp:28:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:97:25: note: Virtual function in base class
modules/native/gtk/src/gdk_Event.hpp:28:20: note: Function in derived class
modules/native/gtk/src/gdk_Event.hpp:30:18: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:101:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Event.hpp:30:18: note: Function in derived class
modules/native/gtk/src/gdk_Event.hpp:32:18: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:103:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Event.hpp:32:18: note: Function in derived class
modules/native/gtk/src/gdk_EventButton.hpp:28:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/gdk_Event.hpp:28:20: note: Virtual function in base class
modules/native/gtk/src/gdk_EventButton.hpp:28:18: note: Function in derived class
modules/native/gtk/src/gdk_EventButton.hpp:30:10: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/gdk_Event.hpp:30:18: note: Virtual function in base class
modules/native/gtk/src/gdk_EventButton.hpp:30:10: note: Function in derived class
modules/native/gtk/src/gdk_EventButton.hpp:32:10: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/gdk_Event.hpp:32:18: note: Virtual function in base class
modules/native/gtk/src/gdk_EventButton.hpp:32:10: note: Function in derived class
modules/native/gtk/src/gdk_EventButton.hpp:40:10: style: The function 'setObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/gdk_Event.hpp:40:18: note: Virtual function in base class
modules/native/gtk/src/gdk_EventButton.hpp:40:10: note: Function in derived class
modules/native/gtk/src/gdk_GCValues.hpp:27:15: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:97:25: note: Virtual function in base class
modules/native/gtk/src/gdk_GCValues.hpp:27:15: note: Function in derived class
modules/native/gtk/src/gdk_GCValues.hpp:29:10: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:101:18: note: Virtual function in base class
modules/native/gtk/src/gdk_GCValues.hpp:29:10: note: Function in derived class
modules/native/gtk/src/gdk_GCValues.hpp:31:10: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:103:18: note: Virtual function in base class
modules/native/gtk/src/gdk_GCValues.hpp:31:10: note: Function in derived class
modules/native/gtk/src/gdk_GCValues.hpp:39:10: style: The function 'setObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:107:18: note: Virtual function in base class
modules/native/gtk/src/gdk_GCValues.hpp:39:10: note: Function in derived class
modules/native/gtk/src/gdk_Geometry.hpp:28:15: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:97:25: note: Virtual function in base class
modules/native/gtk/src/gdk_Geometry.hpp:28:15: note: Function in derived class
modules/native/gtk/src/gdk_Geometry.hpp:30:10: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:101:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Geometry.hpp:30:10: note: Function in derived class
modules/native/gtk/src/gdk_Geometry.hpp:32:10: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:103:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Geometry.hpp:32:10: note: Function in derived class
modules/native/gtk/src/gdk_Geometry.hpp:40:10: style: The function 'setObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:107:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Geometry.hpp:40:10: note: Function in derived class
modules/native/gtk/src/gdk_Pixbuf.cpp:303:5: style: Variable '_obj' is assigned a value that is never used. [unreadVariable]
modules/native/gtk/src/gdk_Pixbuf.cpp:322:5: style: Variable '_obj' is assigned a value that is never used. [unreadVariable]
modules/native/gtk/src/gdk_Pixbuf.cpp:344:2: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
modules/native/gtk/src/gdk_Rectangle.hpp:28:16: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:97:25: note: Virtual function in base class
modules/native/gtk/src/gdk_Rectangle.hpp:28:16: note: Function in derived class
modules/native/gtk/src/gdk_Rectangle.hpp:30:10: style: The function 'getProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:101:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Rectangle.hpp:30:10: note: Function in derived class
modules/native/gtk/src/gdk_Rectangle.hpp:32:10: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:103:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Rectangle.hpp:32:10: note: Function in derived class
modules/native/gtk/src/gdk_Rectangle.hpp:40:10: style: The function 'setObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/gtk/src/modgtk.hpp:107:18: note: Virtual function in base class
modules/native/gtk/src/gdk_Rectangle.hpp:40:10: note: Function in derived class
modules/native/gtk/src/gdk_Region.cpp:147:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
modules/native/gtk/src/gdk_Screen.cpp:113:2: style: Variable '_obj' is assigned a value that is never used. [unreadVariable]
modules/native/gtk/src/gdk_Screen.cpp:126:2: style: Variable '_obj' is assigned a value that is never used. [unreadVariable]
modules/native/gtk/src/modgtk.hpp:272:1: warning: The class 'Signal' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/hpdf/src/moduleImpl/error.h:34:3: style: Class 'Error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/hpdf/src/moduleImpl/doc.h:22:3: style: Class 'Doc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/hpdf/src/scriptExtensions/destination.cpp:18:19: warning: Either the condition 'item' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
modules/native/hpdf/src/scriptExtensions/destination.cpp:18:11: note: Assuming that condition 'item' is not redundant
modules/native/hpdf/src/scriptExtensions/destination.cpp:18:19: note: Null pointer dereference
modules/native/hpdf/src/scriptExtensions/doc.cpp:24:19: warning: Either the condition 'item' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
modules/native/hpdf/src/scriptExtensions/doc.cpp:24:11: note: Assuming that condition 'item' is not redundant
modules/native/hpdf/src/scriptExtensions/doc.cpp:24:19: note: Null pointer dereference
modules/native/hpdf/src/scriptExtensions/doc.cpp:324:13: warning: Either the condition 'if(i_parent)' is redundant or there is possible null pointer dereference: i_parent. [nullPointerRedundantCheck]
modules/native/hpdf/src/scriptExtensions/doc.cpp:334:5: note: Assuming that condition 'if(i_parent)' is not redundant
modules/native/hpdf/src/scriptExtensions/doc.cpp:324:13: note: Null pointer dereference
modules/native/hpdf/src/scriptExtensions/encoder.cpp:22:19: warning: Either the condition 'item' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
modules/native/hpdf/src/scriptExtensions/encoder.cpp:22:11: note: Assuming that condition 'item' is not redundant
modules/native/hpdf/src/scriptExtensions/encoder.cpp:22:19: note: Null pointer dereference
modules/native/hpdf/src/scriptExtensions/image.cpp:22:19: warning: Either the condition 'item' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
modules/native/hpdf/src/scriptExtensions/image.cpp:22:11: note: Assuming that condition 'item' is not redundant
modules/native/hpdf/src/scriptExtensions/image.cpp:22:19: note: Null pointer dereference
modules/native/hpdf/src/scriptExtensions/linkannotation.cpp:22:19: warning: Either the condition 'item' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
modules/native/hpdf/src/scriptExtensions/linkannotation.cpp:22:11: note: Assuming that condition 'item' is not redundant
modules/native/hpdf/src/scriptExtensions/linkannotation.cpp:22:19: note: Null pointer dereference
modules/native/hpdf/src/scriptExtensions/outline.cpp:23:19: warning: Either the condition 'item' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
modules/native/hpdf/src/scriptExtensions/outline.cpp:23:11: note: Assuming that condition 'item' is not redundant
modules/native/hpdf/src/scriptExtensions/outline.cpp:23:19: note: Null pointer dereference
modules/native/hpdf/src/scriptExtensions/page.cpp:24:19: warning: Either the condition 'item' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
modules/native/hpdf/src/scriptExtensions/page.cpp:24:11: note: Assuming that condition 'item' is not redundant
modules/native/hpdf/src/scriptExtensions/page.cpp:24:19: note: Null pointer dereference
modules/native/hpdf/src/scriptExtensions/page.cpp:414:5: error: Mismatching allocation and deallocation: dashModes [mismatchAllocDealloc]
modules/native/hpdf/src/scriptExtensions/textannotation.cpp:22:19: warning: Either the condition 'item' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
modules/native/hpdf/src/scriptExtensions/textannotation.cpp:22:11: note: Assuming that condition 'item' is not redundant
modules/native/hpdf/src/scriptExtensions/textannotation.cpp:22:19: note: Null pointer dereference
modules/native/mongodb/src/platform_hacks.h:47:0: error: #error must have a 64bit int type [preprocessorErrorDirective]
modules/native/sdl/gl/gl_ext.cpp:56:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:77:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:95:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:117:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:137:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:156:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:171:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:186:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:201:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:230:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:252:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:274:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:298:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:316:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:339:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:356:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:372:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:389:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:407:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:427:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/gl/gl_ext.cpp:460:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/glu/glu_ext.cpp:58:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/glu/glu_ext.cpp:89:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/glu/glu_ext.cpp:110:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/image/sdlimage_ext.cpp:93:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/image/sdlimage_ext.cpp:126:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/image/sdlimage_ext.cpp:173:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/image/sdlimage_ext.cpp:358:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_mod.h:51:4: style: Class 'MixChunkCarrier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/sdl/mixer/sdlmixer_mod.h:68:4: style: Class 'MixMusicCarrier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/sdl/mixer/sdlmixer_ext.cpp:113:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:127:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:185:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:225:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:258:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:360:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:382:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:405:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:431:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:458:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:483:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:527:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:556:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:581:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:590:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:629:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:662:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:691:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:724:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:794:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:834:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:861:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:898:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:1027:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_ext.cpp:1109:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/mixer/sdlmixer_mod.cpp:78:46: style: Function 'MixMusicCarrier' argument 1 names different: declaration 'm' definition 'c'. [funcArgNamesDifferent]
modules/native/sdl/mixer/sdlmixer_mod.h:68:32: note: Function 'MixMusicCarrier' argument 1 names different: declaration 'm' definition 'c'.
modules/native/sdl/mixer/sdlmixer_mod.cpp:78:46: note: Function 'MixMusicCarrier' argument 1 names different: declaration 'm' definition 'c'.
modules/native/sdl/mixer/sdlmixer_mod.h:44:1: warning: The class 'MixChunkCarrier' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/sdl/mixer/sdlmixer_mod.h:61:1: warning: The class 'MixMusicCarrier' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/sdl/sdl_falcon/falcon.cpp:45:12: warning: Member variable 'AppFalcon::m_argc' is not initialized in the constructor. [uninitMemberVar]
modules/native/sdl/sdl_falcon/falcon.cpp:45:12: warning: Member variable 'AppFalcon::m_argv' is not initialized in the constructor. [uninitMemberVar]
modules/native/sdl/sdl_falcon/falcon.cpp:45:12: warning: Member variable 'AppFalcon::m_stdIn' is not initialized in the constructor. [uninitMemberVar]
modules/native/sdl/sdl_falcon/falcon.cpp:45:12: warning: Member variable 'AppFalcon::m_stdOut' is not initialized in the constructor. [uninitMemberVar]
modules/native/sdl/sdl_falcon/falcon.cpp:45:12: warning: Member variable 'AppFalcon::m_stdErr' is not initialized in the constructor. [uninitMemberVar]
modules/native/sdl/sdl_falcon/falcon.h:39:11: style: Technically the member function 'AppFalcon::getSrcEncoding' can be const. [functionConst]
modules/native/sdl/sdl_falcon/falcon.cpp:112:19: note: Technically the member function 'AppFalcon::getSrcEncoding' can be const.
modules/native/sdl/sdl_falcon/falcon.h:39:11: note: Technically the member function 'AppFalcon::getSrcEncoding' can be const.
modules/native/sdl/sdl_falcon/falcon.h:40:11: style: Technically the member function 'AppFalcon::getLoadPath' can be const. [functionConst]
modules/native/sdl/sdl_falcon/falcon.cpp:86:19: note: Technically the member function 'AppFalcon::getLoadPath' can be const.
modules/native/sdl/sdl_falcon/falcon.h:40:11: note: Technically the member function 'AppFalcon::getLoadPath' can be const.
modules/native/sdl/sdl_falcon/falcon.h:41:11: style: Technically the member function 'AppFalcon::getIoEncoding' can be const. [functionConst]
modules/native/sdl/sdl_falcon/falcon.cpp:135:19: note: Technically the member function 'AppFalcon::getIoEncoding' can be const.
modules/native/sdl/sdl_falcon/falcon.h:41:11: note: Technically the member function 'AppFalcon::getIoEncoding' can be const.
modules/native/sdl/sdl_falcon/falcon.h:81:9: style: Technically the member function 'AppFalcon::terminate' can be const. [functionConst]
modules/native/sdl/sdl_falcon/falcon.cpp:67:17: note: Technically the member function 'AppFalcon::terminate' can be const.
modules/native/sdl/sdl_falcon/falcon.h:81:9: note: Technically the member function 'AppFalcon::terminate' can be const.
modules/native/sdl/sdl_falcon/int_mode.h:33:4: style: Class 'IntMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/sdl/sdl_falcon/int_mode.h:29:9: performance: Technically the member function 'IntMode::read_line' can be static. [functionStatic]
modules/native/sdl/sdl_falcon/int_mode.cpp:25:15: note: Technically the member function 'IntMode::read_line' can be static.
modules/native/sdl/sdl_falcon/int_mode.h:29:9: note: Technically the member function 'IntMode::read_line' can be static.
modules/native/sdl/sdl_falcon/options.h:70:9: performance: Technically the member function 'FalconOptions::usage' can be static. [functionStatic]
modules/native/sdl/sdl_falcon/options.cpp:57:21: note: Technically the member function 'FalconOptions::usage' can be static.
modules/native/sdl/sdl_falcon/options.h:70:9: note: Technically the member function 'FalconOptions::usage' can be static.
modules/native/sdl/sdl_falcon/options.h:71:9: performance: Technically the member function 'FalconOptions::version' can be static. [functionStatic]
modules/native/sdl/sdl_falcon/options.cpp:241:21: note: Technically the member function 'FalconOptions::version' can be static.
modules/native/sdl/sdl_falcon/options.h:71:9: note: Technically the member function 'FalconOptions::version' can be static.
modules/native/sdl/src/sdl_mod.h:200:7: performance: Variable 'm_ms' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/sdl/src/sdl_mod.h:46:4: style: Class 'SDLEventListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/sdl/src/sdl_mod.h:191:4: style: Class 'Inst_SdlMouseState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/sdl/src/sdl_mod.h:186:1: warning: The class 'Inst_SdlMouseState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/sdl/src/sdl_cursor_ext.cpp:93:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_cursor_ext.cpp:159:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_cursor_ext.cpp:171:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_cursor_ext.cpp:183:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_cursor_ext.cpp:191:10: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
modules/native/sdl/src/sdl_cursor_ext.cpp:212:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_cursor_ext.cpp:247:16: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_cursor_ext.cpp:294:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_cursor_ext.cpp:304:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_cursor_ext.cpp:316:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_cursor_ext.cpp:323:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_cursor_ext.cpp:330:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_cursor_ext.cpp:342:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_events_ext.cpp:767:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_events_ext.cpp:835:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_events_ext.cpp:857:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_events_ext.cpp:890:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_events_ext.cpp:924:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_events_ext.cpp:962:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_events_ext.cpp:1042:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:101:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:143:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:152:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:180:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:218:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:254:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:275:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:319:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:393:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:455:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:470:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:512:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:523:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:549:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:586:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:596:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:621:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:642:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:677:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:722:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:732:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:773:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:829:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:852:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:994:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_ext.cpp:1021:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_mod.h:120:25: warning: Virtual function 'surface' is called from destructor '~SDLSurfaceCarrier_impl()' at line 89. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/sdl/src/sdl_mod.cpp:89:9: note: Calling surface
modules/native/sdl/src/sdl_mod.h:120:25: note: surface is a virtual method
modules/native/sdl/src/sdl_mod.h:120:25: warning: Virtual function 'surface' is called from destructor '~SDLSurfaceCarrier_impl()' at line 94. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/sdl/src/sdl_mod.cpp:94:29: note: Calling surface
modules/native/sdl/src/sdl_mod.h:120:25: note: surface is a virtual method
modules/native/sdl/src/sdl_mod.h:120:25: warning: Virtual function 'surface' is called from destructor '~SDLSurfaceCarrier_impl()' at line 97. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/sdl/src/sdl_mod.cpp:97:12: note: Calling surface
modules/native/sdl/src/sdl_mod.h:120:25: note: surface is a virtual method
modules/native/sdl/src/sdl_mod.h:120:25: warning: Virtual function 'surface' is called from destructor '~SDLSurfaceCarrier_impl()' at line 98. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/sdl/src/sdl_mod.cpp:98:26: note: Calling surface
modules/native/sdl/src/sdl_mod.h:120:25: note: surface is a virtual method
modules/native/sdl/src/sdl_mod.h:120:25: warning: Virtual function 'surface' is called from destructor '~SDLSurfaceCarrier_impl()' at line 100. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/sdl/src/sdl_mod.cpp:100:24: note: Calling surface
modules/native/sdl/src/sdl_mod.h:120:25: note: surface is a virtual method
modules/native/sdl/src/sdl_mod.h:139:22: warning: Virtual function 'rect' is called from destructor '~SDLRectCarrier()' at line 202. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/sdl/src/sdl_mod.cpp:202:13: note: Calling rect
modules/native/sdl/src/sdl_mod.h:139:22: note: rect is a virtual method
modules/native/sdl/src/sdl_mod.h:153:23: warning: Virtual function 'color' is called from destructor '~SDLColorCarrier()' at line 224. Dynamic binding is not used. [virtualCallInConstructor]
modules/native/sdl/src/sdl_mod.cpp:224:13: note: Calling color
modules/native/sdl/src/sdl_mod.h:153:23: note: color is a virtual method
modules/native/sdl/src/sdl_surface_ext.cpp:124:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:137:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:240:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:274:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:285:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:347:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:358:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:418:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:429:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:532:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:570:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:620:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:663:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:707:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:780:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:801:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:838:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:863:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:909:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:1010:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:1019:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:1028:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:1070:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:1079:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:1088:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_surface_ext.cpp:1100:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_wm_ext.cpp:56:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/src/sdl_wm_ext.cpp:138:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/ttf/sdlttf_mod.h:52:4: style: Class 'TTFFontCarrier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/sdl/ttf/sdlttf_ext.cpp:556:26: warning: Either the condition 'i_color==0' is redundant or there is possible null pointer dereference: i_color. [nullPointerRedundantCheck]
modules/native/sdl/ttf/sdlttf_ext.cpp:556:17: note: Assuming that condition 'i_color==0' is not redundant
modules/native/sdl/ttf/sdlttf_ext.cpp:556:26: note: Null pointer dereference
modules/native/sdl/ttf/sdlttf_ext.cpp:60:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/ttf/sdlttf_ext.cpp:105:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/ttf/sdlttf_ext.cpp:194:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/ttf/sdlttf_ext.cpp:223:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/ttf/sdlttf_ext.cpp:247:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/ttf/sdlttf_ext.cpp:292:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/ttf/sdlttf_ext.cpp:433:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/ttf/sdlttf_ext.cpp:499:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/ttf/sdlttf_ext.cpp:562:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/sdl/ttf/sdlttf_ext.cpp:576:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/wopi/apache2/mod_falcon/apache_output.h:29:4: style: Class 'ApacheOutput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/wopi/apache2/mod_falcon/apache_output.cpp:79:25: style: C-style pointer casting [cstyleCast]
modules/native/wopi/apache2/mod_falcon/apache_output.h:37:9: performance: Technically the member function 'ApacheOutput::flush' can be static. [functionStatic]
modules/native/wopi/apache2/mod_falcon/apache_output.cpp:55:20: note: Technically the member function 'ApacheOutput::flush' can be static.
modules/native/wopi/apache2/mod_falcon/apache_output.h:37:9: note: Technically the member function 'ApacheOutput::flush' can be static.
modules/native/wopi/apache2/mod_falcon/apache_reply.cpp:37:55: style: Function 'init' argument 2 names different: declaration 'aout' definition 'output'. [funcArgNamesDifferent]
modules/native/wopi/apache2/mod_falcon/apache_reply.h:35:45: note: Function 'init' argument 2 names different: declaration 'aout' definition 'output'.
modules/native/wopi/apache2/mod_falcon/apache_reply.cpp:37:55: note: Function 'init' argument 2 names different: declaration 'aout' definition 'output'.
modules/native/wopi/apache2/mod_falcon/apache_reply.h:32:4: style: Class 'ApacheReply' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/wopi/apache2/mod_falcon/apache_stream.h:33:4: style: Class 'ApacheStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/wopi/apache2/mod_falcon/apache_stream.h:56:4: style: Class 'ApacheInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/wopi/apache2/mod_falcon/apache_request.cpp:116:68: style: Function 'init' argument 2 names different: declaration 'upld_c' definition 'upd'. [funcArgNamesDifferent]
modules/native/wopi/apache2/mod_falcon/apache_request.h:47:29: note: Function 'init' argument 2 names different: declaration 'upld_c' definition 'upd'.
modules/native/wopi/apache2/mod_falcon/apache_request.cpp:116:68: note: Function 'init' argument 2 names different: declaration 'upld_c' definition 'upd'.
modules/native/wopi/apache2/mod_falcon/apache_request.cpp:117:28: style: Function 'init' argument 3 names different: declaration 'rep' definition 'reply'. [funcArgNamesDifferent]
modules/native/wopi/apache2/mod_falcon/apache_request.h:48:31: note: Function 'init' argument 3 names different: declaration 'rep' definition 'reply'.
modules/native/wopi/apache2/mod_falcon/apache_request.cpp:117:28: note: Function 'init' argument 3 names different: declaration 'rep' definition 'reply'.
modules/native/wopi/apache2/mod_falcon/apache_request.cpp:110:16: warning: Member variable 'ApacheRequest::m_request' is not initialized in the constructor. [uninitMemberVar]
modules/native/wopi/apache2/mod_falcon/apache_request.h:43:4: style: Class 'ApacheRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/wopi/apache2/mod_falcon/apache_stream.cpp:27:43: style: Function 'ApacheStream' argument 1 names different: declaration 'aout' definition 'output'. [funcArgNamesDifferent]
modules/native/wopi/apache2/mod_falcon/apache_stream.h:33:32: note: Function 'ApacheStream' argument 1 names different: declaration 'aout' definition 'output'.
modules/native/wopi/apache2/mod_falcon/apache_stream.cpp:27:43: note: Function 'ApacheStream' argument 1 names different: declaration 'aout' definition 'output'.
modules/native/wopi/apache2/mod_falcon/apache_stream.h:25:1: warning: The class 'ApacheStream' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
modules/native/wopi/apache2/mod_falcon/falcon_functions.cpp:376:40: style: Function 'falcon_register_hook' argument 1 names different: declaration 'p' definition 'mp'. [funcArgNamesDifferent]
modules/native/wopi/apache2/mod_falcon/mod_falcon.h:40:46: note: Function 'falcon_register_hook' argument 1 names different: declaration 'p' definition 'mp'.
modules/native/wopi/apache2/mod_falcon/falcon_functions.cpp:376:40: note: Function 'falcon_register_hook' argument 1 names different: declaration 'p' definition 'mp'.
modules/native/wopi/apache2/mod_falcon/mod_falcon_config.cpp:394:28: warning: Either the condition 'token==NULL' is redundant or there is possible null pointer dereference: token. [nullPointerRedundantCheck]
modules/native/wopi/apache2/mod_falcon/mod_falcon_config.cpp:395:24: note: Assuming that condition 'token==NULL' is not redundant
modules/native/wopi/apache2/mod_falcon/mod_falcon_config.cpp:394:28: note: Null pointer dereference
modules/native/wopi/apache2/mod_falcon/mod_falcon_config.cpp:163:60: style: Function 'falcon_mod_set_handler' argument 2 names different: declaration 'mconfig' definition 'DIRCFG'. [funcArgNamesDifferent]
modules/native/wopi/apache2/mod_falcon/mod_falcon_config.h:75:66: note: Function 'falcon_mod_set_handler' argument 2 names different: declaration 'mconfig' definition 'DIRCFG'.
modules/native/wopi/apache2/mod_falcon/mod_falcon_config.cpp:163:60: note: Function 'falcon_mod_set_handler' argument 2 names different: declaration 'mconfig' definition 'DIRCFG'.
modules/native/wopi/apache2/mod_falcon/mod_falcon_config.cpp:179:57: style: Function 'falcon_mod_set_path' argument 2 names different: declaration 'mconfig' definition 'DIRCFG'. [funcArgNamesDifferent]
modules/native/wopi/apache2/mod_falcon/mod_falcon_config.h:76:63: note: Function 'falcon_mod_set_path' argument 2 names different: declaration 'mconfig' definition 'DIRCFG'.
modules/native/wopi/apache2/mod_falcon/mod_falcon_config.cpp:179:57: note: Function 'falcon_mod_set_path' argument 2 names different: declaration 'mconfig' definition 'DIRCFG'.
modules/native/wopi/apache2/mod_falcon/mod_falcon_config.cpp:197:61: style: Function 'falcon_mod_set_pdataDir' argument 2 names different: declaration 'mconfig' definition 'DIRCFG'. [funcArgNamesDifferent]
modules/native/wopi/apache2/mod_falcon/mod_falcon_config.h:77:67: note: Function 'falcon_mod_set_pdataDir' argument 2 names different: declaration 'mconfig' definition 'DIRCFG'.
modules/native/wopi/apache2/mod_falcon/mod_falcon_config.cpp:197:61: note: Function 'falcon_mod_set_pdataDir' argument 2 names different: declaration 'mconfig' definition 'DIRCFG'.
modules/native/wopi/apache2/mod_falcon/mod_falcon_config.cpp:394:22: style: Variable 'to' is assigned a value that is never used. [unreadVariable]
modules/native/wopi/apache2/mod_falcon/mod_falcon_watchdog.cpp:34:20: style: Function 'watchdog_push_vm' argument 1 names different: declaration 'pool' definition 'request'. [funcArgNamesDifferent]
modules/native/wopi/apache2/mod_falcon/mod_falcon_watchdog.h:66:55: note: Function 'watchdog_push_vm' argument 1 names different: declaration 'pool' definition 'request'.
modules/native/wopi/apache2/mod_falcon/mod_falcon_watchdog.cpp:34:20: note: Function 'watchdog_push_vm' argument 1 names different: declaration 'pool' definition 'request'.
modules/native/wopi/falcgi/cgi_options.cpp:26:4: performance: Variable 'm_maxUpload' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/wopi/falcgi/cgi_options.cpp:27:4: performance: Variable 'm_maxMemUpload' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/wopi/falcgi/cgi_options.cpp:31:4: performance: Variable 'm_sUploadPath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/wopi/falcgi/cgi_reply.h:27:4: style: Class 'CGIReply' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/wopi/falcgi/cgi_request.cpp:81:23: style: C-style pointer casting [cstyleCast]
modules/native/wopi/falcgi/cgi_request.h:26:4: style: Class 'CGIRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/wopi/falhttpd/falhttpd.cpp:39:14: warning: Member variable 'FalhttpdApp::m_nSocket' is not initialized in the constructor. [uninitMemberVar]
modules/native/wopi/falhttpd/falhttpd.cpp:55:4: style: Class 'FalhttpdApp' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
modules/native/wopi/falhttpd/falhttpd.cpp:55:4: style: Class 'FalhttpdApp' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
modules/native/wopi/falhttpd/falhttpd_reply.h:29:4: style: Class 'FalhttpdReply' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/wopi/falhttpd/falhttpd_client.cpp:311:8: style: The scope of the variable 'res' can be reduced. [variableScope]
modules/native/wopi/falhttpd/falhttpd_client.cpp:40:55: style: Function 'FalhttpdClient' argument 1 names different: declaration 'opts' definition 'options'. [funcArgNamesDifferent]
modules/native/wopi/falhttpd/falhttpd_client.h:34:42: note: Function 'FalhttpdClient' argument 1 names different: declaration 'opts' definition 'options'.
modules/native/wopi/falhttpd/falhttpd_client.cpp:40:55: note: Function 'FalhttpdClient' argument 1 names different: declaration 'opts' definition 'options'.
modules/native/wopi/falhttpd/falhttpd_client.h:41:11: performance: Technically the member function 'FalhttpdClient::codeDesc' can be static. [functionStatic]
modules/native/wopi/falhttpd/falhttpd_client.cpp:241:24: note: Technically the member function 'FalhttpdClient::codeDesc' can be static.
modules/native/wopi/falhttpd/falhttpd_client.h:41:11: note: Technically the member function 'FalhttpdClient::codeDesc' can be static.
modules/native/wopi/falhttpd/falhttpd_client.h:42:11: performance: Technically the member function 'FalhttpdClient::getServerSignature' can be static. [functionStatic]
modules/native/wopi/falhttpd/falhttpd_client.cpp:233:24: note: Technically the member function 'FalhttpdClient::getServerSignature' can be static.
modules/native/wopi/falhttpd/falhttpd_client.h:42:11: note: Technically the member function 'FalhttpdClient::getServerSignature' can be static.
modules/native/wopi/falhttpd/falhttpd_istream.h:30:4: style: Class 'SocketInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/wopi/falhttpd/falhttpd_dirhandler.cpp:27:70: style: Function 'DirHandler' argument 2 names different: declaration 'client' definition 'cli'. [funcArgNamesDifferent]
modules/native/wopi/falhttpd/falhttpd_dirhandler.h:30:61: note: Function 'DirHandler' argument 2 names different: declaration 'client' definition 'cli'.
modules/native/wopi/falhttpd/falhttpd_dirhandler.cpp:27:70: note: Function 'DirHandler' argument 2 names different: declaration 'client' definition 'cli'.
modules/native/wopi/falhttpd/falhttpd_dirhandler.h:32:17: style: The function 'serve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/wopi/falhttpd/falhttpd_rh.h:33:17: note: Virtual function in base class
modules/native/wopi/falhttpd/falhttpd_dirhandler.h:32:17: note: Function in derived class
modules/native/wopi/falhttpd/falhttpd_filehandler.cpp:25:72: style: Function 'FileHandler' argument 2 names different: declaration 'client' definition 'cli'. [funcArgNamesDifferent]
modules/native/wopi/falhttpd/falhttpd_filehandler.h:28:62: note: Function 'FileHandler' argument 2 names different: declaration 'client' definition 'cli'.
modules/native/wopi/falhttpd/falhttpd_filehandler.cpp:25:72: note: Function 'FileHandler' argument 2 names different: declaration 'client' definition 'cli'.
modules/native/wopi/falhttpd/falhttpd_filehandler.h:30:17: style: The function 'serve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/wopi/falhttpd/falhttpd_rh.h:33:17: note: Virtual function in base class
modules/native/wopi/falhttpd/falhttpd_filehandler.h:30:17: note: Function in derived class
modules/native/wopi/falhttpd/falhttpd_options.cpp:99:20: warning: Variable 'pParam' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
modules/native/wopi/falhttpd/falhttpd_options.cpp:98:20: note: Variable 'pParam' is reassigned a value before the old one has been used. 'break;' missing?
modules/native/wopi/falhttpd/falhttpd_options.cpp:99:20: note: Variable 'pParam' is reassigned a value before the old one has been used. 'break;' missing?
modules/native/wopi/falhttpd/falhttpd_options.cpp:270:48: style: Function 'loadIni' argument 1 names different: declaration 'si' definition 'log'. [funcArgNamesDifferent]
modules/native/wopi/falhttpd/falhttpd_options.h:47:35: note: Function 'loadIni' argument 1 names different: declaration 'si' definition 'log'.
modules/native/wopi/falhttpd/falhttpd_options.cpp:270:48: note: Function 'loadIni' argument 1 names different: declaration 'si' definition 'log'.
modules/native/wopi/falhttpd/falhttpd_options.cpp:357:111: style: Function 'addMimeType' argument 3 names different: declaration 'key' definition 'sKey'. [funcArgNamesDifferent]
modules/native/wopi/falhttpd/falhttpd_options.h:90:98: note: Function 'addMimeType' argument 3 names different: declaration 'key' definition 'sKey'.
modules/native/wopi/falhttpd/falhttpd_options.cpp:357:111: note: Function 'addMimeType' argument 3 names different: declaration 'key' definition 'sKey'.
modules/native/wopi/falhttpd/falhttpd_options.cpp:388:111: style: Function 'addRedirect' argument 3 names different: declaration 'key' definition 'sKey'. [funcArgNamesDifferent]
modules/native/wopi/falhttpd/falhttpd_options.h:92:98: note: Function 'addRedirect' argument 3 names different: declaration 'key' definition 'sKey'.
modules/native/wopi/falhttpd/falhttpd_options.cpp:388:111: note: Function 'addRedirect' argument 3 names different: declaration 'key' definition 'sKey'.
modules/native/wopi/falhttpd/falhttpd_options.cpp:421:59: style: Function 'MimeType' argument 1 names different: declaration 'def' definition 'sType'. [funcArgNamesDifferent]
modules/native/wopi/falhttpd/falhttpd_options.h:100:39: note: Function 'MimeType' argument 1 names different: declaration 'def' definition 'sType'.
modules/native/wopi/falhttpd/falhttpd_options.cpp:421:59: note: Function 'MimeType' argument 1 names different: declaration 'def' definition 'sType'.
modules/native/wopi/falhttpd/falhttpd_options.cpp:421:88: style: Function 'MimeType' argument 2 names different: declaration 'wcard' definition 'sValue'. [funcArgNamesDifferent]
modules/native/wopi/falhttpd/falhttpd_options.h:100:66: note: Function 'MimeType' argument 2 names different: declaration 'wcard' definition 'sValue'.
modules/native/wopi/falhttpd/falhttpd_options.cpp:421:88: note: Function 'MimeType' argument 2 names different: declaration 'wcard' definition 'sValue'.
modules/native/wopi/falhttpd/falhttpd_options.cpp:439:61: style: Function 'match' argument 1 names different: declaration 'name' definition 'sFname'. [funcArgNamesDifferent]
modules/native/wopi/falhttpd/falhttpd_options.h:101:41: note: Function 'match' argument 1 names different: declaration 'name' definition 'sFname'.
modules/native/wopi/falhttpd/falhttpd_options.cpp:439:61: note: Function 'match' argument 1 names different: declaration 'name' definition 'sFname'.
modules/native/wopi/falhttpd/falhttpd_options.cpp:453:58: style: Function 'findMimeType' argument 1 names different: declaration 'fname' definition 'sFname'. [funcArgNamesDifferent]
modules/native/wopi/falhttpd/falhttpd_options.h:55:45: note: Function 'findMimeType' argument 1 names different: declaration 'fname' definition 'sFname'.
modules/native/wopi/falhttpd/falhttpd_options.cpp:453:58: note: Function 'findMimeType' argument 1 names different: declaration 'fname' definition 'sFname'.
modules/native/wopi/falhttpd/falhttpd_options.cpp:453:82: style: Function 'findMimeType' argument 2 names different: declaration 'mtype' definition 'type'. [funcArgNamesDifferent]
modules/native/wopi/falhttpd/falhttpd_options.h:55:68: note: Function 'findMimeType' argument 2 names different: declaration 'mtype' definition 'type'.
modules/native/wopi/falhttpd/falhttpd_options.cpp:453:82: note: Function 'findMimeType' argument 2 names different: declaration 'mtype' definition 'type'.
modules/native/wopi/falhttpd/falhttpd_options.cpp:471:55: style: Function 'checkBool' argument 1 names different: declaration 'b' definition 's'. [funcArgNamesDifferent]
modules/native/wopi/falhttpd/falhttpd_options.h:88:42: note: Function 'checkBool' argument 1 names different: declaration 'b' definition 's'.
modules/native/wopi/falhttpd/falhttpd_options.cpp:471:55: note: Function 'checkBool' argument 1 names different: declaration 'b' definition 's'.
modules/native/wopi/falhttpd/falhttpd_options.cpp:33:17: warning: Member variable 'FalhttpOptions::m_nTimeout' is not initialized in the constructor. [uninitMemberVar]
modules/native/wopi/falhttpd/falhttpd_options.cpp:43:4: performance: Variable 'm_maxUpload' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/wopi/falhttpd/falhttpd_options.cpp:44:4: performance: Variable 'm_maxMemUpload' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/wopi/falhttpd/falhttpd_options.cpp:45:4: performance: Variable 'm_sUploadPath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/wopi/falhttpd/falhttpd_options.cpp:46:4: performance: Variable 'm_sTextEncoding' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/wopi/falhttpd/falhttpd_options.cpp:47:4: performance: Variable 'm_sSourceEncoding' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
modules/native/wopi/falhttpd/falhttpd_options.h:88:9: performance: Technically the member function 'FalhttpOptions::checkBool' can be static. [functionStatic]
modules/native/wopi/falhttpd/falhttpd_options.cpp:471:22: note: Technically the member function 'FalhttpOptions::checkBool' can be static.
modules/native/wopi/falhttpd/falhttpd_options.h:88:9: note: Technically the member function 'FalhttpOptions::checkBool' can be static.
modules/native/wopi/falhttpd/falhttpd_options.cpp:48:4: style: Class 'FalhttpOptions' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
modules/native/wopi/falhttpd/falhttpd_options.cpp:48:4: style: Class 'FalhttpOptions' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
modules/native/wopi/falhttpd/falhttpd_scripthandler.h:33:17: style: The function 'serve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
modules/native/wopi/falhttpd/falhttpd_rh.h:33:17: note: Virtual function in base class
modules/native/wopi/falhttpd/falhttpd_scripthandler.h:33:17: note: Function in derived class
modules/native/wopi/falhttpd/falhttpd_ostream.h:31:4: style: Class 'FalhttpdOutputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/wopi/falhttpd/falhttpd_reply.cpp:23:16: warning: Member variable 'FalhttpdReply::m_socket' is not initialized in the constructor. [uninitMemberVar]
modules/native/wopi/falhttpd/falhttpd_rh.cpp:23:94: style: Function 'FalhttpdRequestHandler' argument 2 names different: declaration 'client' definition 'cli'. [funcArgNamesDifferent]
modules/native/wopi/falhttpd/falhttpd_rh.h:31:73: note: Function 'FalhttpdRequestHandler' argument 2 names different: declaration 'client' definition 'cli'.
modules/native/wopi/falhttpd/falhttpd_rh.cpp:23:94: note: Function 'FalhttpdRequestHandler' argument 2 names different: declaration 'client' definition 'cli'.
modules/native/wopi/falhttpd/falhttpd_scripthandler.cpp:32:76: style: Function 'ScriptHandler' argument 2 names different: declaration 'client' definition 'cli'. [funcArgNamesDifferent]
modules/native/wopi/falhttpd/falhttpd_scripthandler.h:31:64: note: Function 'ScriptHandler' argument 2 names different: declaration 'client' definition 'cli'.
modules/native/wopi/falhttpd/falhttpd_scripthandler.cpp:32:76: note: Function 'ScriptHandler' argument 2 names different: declaration 'client' definition 'cli'.
modules/native/wopi/ffalcgi/ffalcgi_make_streams.cpp:30:4: style: Class 'FFCGIStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
modules/native/wopi/src/request_ext.cpp:191:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/wopi/src/request_ext.cpp:206:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/wopi/src/request_ext.cpp:300:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/wopi/src/request_ext.cpp:407:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/wopi/src/request_ext.cpp:443:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
modules/native/wopi/src/sharedmem_posix.cpp:146:15: style: Variable 'fd' is assigned a value that is never used. [unreadVariable]
modules/native/wopi/src/sharedmem_posix.cpp:53:4: warning: Member variable 'SharedMemPrivate::sema' is not initialized in the constructor. [uninitMemberVar]
modules/native/wopi/src/uploaded_ext.cpp:126:10: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
modules/native/wopi/src/uploaded_ext.cpp:215:11: style: The scope of the variable 'wrt' can be reduced. [variableScope]
modules/native/wopi/src/uploaded_ext.cpp:296:8: style: The scope of the variable 'wrt' can be reduced. [variableScope]
modules/native/wopi/src/wopi_ext.cpp:473:29: style: Variable 'i_output' is assigned a value that is never used. [unreadVariable]
tests/native/dynlib/testsrc/test_dynlib.c:216:46: warning: Found calculation inside sizeof(). [sizeofCalculation]
[21:37]
ftp://ftp.se.debian.org/debian/pool/main/f/falkon/falkon_3.0.0.orig.tar.xz
falkon-3.0.0/autotests/cookiestest.h:44:1: style: The class 'CookiesTest' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/autotests/databaseencryptedpasswordbackendtest.h:31:10: style: The function 'reloadBackend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/autotests/passwordbackendtest.h:42:18: note: Virtual function in base class
falkon-3.0.0/autotests/databaseencryptedpasswordbackendtest.h:31:10: note: Function in derived class
falkon-3.0.0/autotests/databaseencryptedpasswordbackendtest.h:32:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/autotests/passwordbackendtest.h:43:18: note: Virtual function in base class
falkon-3.0.0/autotests/databaseencryptedpasswordbackendtest.h:32:10: note: Function in derived class
falkon-3.0.0/autotests/databaseencryptedpasswordbackendtest.h:33:10: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/autotests/passwordbackendtest.h:44:18: note: Virtual function in base class
falkon-3.0.0/autotests/databaseencryptedpasswordbackendtest.h:33:10: note: Function in derived class
falkon-3.0.0/autotests/databasepasswordbackendtest.h:28:10: style: The function 'reloadBackend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/autotests/passwordbackendtest.h:42:18: note: Virtual function in base class
falkon-3.0.0/autotests/databasepasswordbackendtest.h:28:10: note: Function in derived class
falkon-3.0.0/autotests/databasepasswordbackendtest.h:29:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/autotests/passwordbackendtest.h:43:18: note: Virtual function in base class
falkon-3.0.0/autotests/databasepasswordbackendtest.h:29:10: note: Function in derived class
falkon-3.0.0/autotests/databasepasswordbackendtest.h:30:10: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/autotests/passwordbackendtest.h:44:18: note: Virtual function in base class
falkon-3.0.0/autotests/databasepasswordbackendtest.h:30:10: note: Function in derived class
falkon-3.0.0/src/lib/3rdparty/fancytabwidget.h:76:5: style: Class 'FancyTab' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/lib/3rdparty/fancytabwidget.h:103:5: style: Class 'FancyTabBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/lib/3rdparty/fancytabwidget.h:154:5: style: Class 'FancyTabWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/lib/3rdparty/fancytabwidget.h:170:9: style: Struct 'Item' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/lib/3rdparty/fancytabwidget.cpp:474:5: style: Class 'FancyColorButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/lib/3rdparty/lineedit.cpp:399:25: style: Opposite expression on both sides of '&&'. [oppositeExpression]
falkon-3.0.0/src/lib/3rdparty/lineedit.cpp:393:28: note: 'wasSelectedText' is assigned value '!selectedText().isEmpty()' here.
falkon-3.0.0/src/lib/3rdparty/lineedit.cpp:399:25: note: Opposite expression on both sides of '&&'.
falkon-3.0.0/src/lib/3rdparty/lineedit.cpp:399:25: note: Opposite expression on both sides of '&&'.
falkon-3.0.0/src/lib/3rdparty/lineedit.h:95:5: style: Class 'LineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/lib/3rdparty/lineedit.h:155:5: style: Class 'SideWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/lib/3rdparty/processinfo.h:37:10: performance: Technically the member function 'ProcessInfo::isRunning' can be static. [functionStatic]
falkon-3.0.0/src/lib/3rdparty/processinfo.cpp:37:19: note: Technically the member function 'ProcessInfo::isRunning' can be static.
falkon-3.0.0/src/lib/3rdparty/processinfo.h:37:10: note: Technically the member function 'ProcessInfo::isRunning' can be static.
falkon-3.0.0/src/lib/3rdparty/qtsingleapplication/qtlockedfile.h:77:5: style: Class 'QtLockedFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/lib/3rdparty/qtsingleapplication/qtsingleapplication.cpp:174:57: style: Function 'QtSingleApplication' argument 1 names different: declaration 'id' definition 'appId'. [funcArgNamesDifferent]
falkon-3.0.0/src/lib/3rdparty/qtsingleapplication/qtsingleapplication.h:62:40: note: Function 'QtSingleApplication' argument 1 names different: declaration 'id' definition 'appId'.
falkon-3.0.0/src/lib/3rdparty/qtsingleapplication/qtsingleapplication.cpp:174:57: note: Function 'QtSingleApplication' argument 1 names different: declaration 'id' definition 'appId'.
falkon-3.0.0/src/lib/3rdparty/squeezelabelv1.h:45:5: style: Class 'SqueezeLabelV1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/lib/3rdparty/squeezelabelv2.h:30:5: style: Class 'SqueezeLabelV2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/lib/3rdparty/squeezelabelv2.h:31:5: style: Class 'SqueezeLabelV2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/lib/3rdparty/stylehelper.cpp:119:46: style: Function 'setBaseColor' argument 1 names different: declaration 'color' definition 'newcolor'. [funcArgNamesDifferent]
falkon-3.0.0/src/lib/3rdparty/stylehelper.h:71:44: note: Function 'setBaseColor' argument 1 names different: declaration 'color' definition 'newcolor'.
falkon-3.0.0/src/lib/3rdparty/stylehelper.cpp:119:46: note: Function 'setBaseColor' argument 1 names different: declaration 'color' definition 'newcolor'.
falkon-3.0.0/src/lib/adblock/adblockaddsubscriptiondialog.h:55:13: performance: Variable 'title' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
falkon-3.0.0/src/lib/adblock/adblockaddsubscriptiondialog.h:56:13: performance: Variable 'url' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
falkon-3.0.0/src/lib/adblock/adblockmanager.h:56:5: style: Class 'AdBlockManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:121:10: style: The function 'loadSubscription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:74:18: note: Virtual function in base class
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:121:10: note: Function in derived class
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:122:10: style: The function 'saveSubscription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:75:18: note: Virtual function in base class
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:122:10: note: Function in derived class
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:124:10: style: The function 'canEditRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:83:18: note: Virtual function in base class
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:124:10: note: Function in derived class
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:125:10: style: The function 'canBeRemoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:84:18: note: Virtual function in base class
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:125:10: note: Function in derived class
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:130:9: style: The function 'addRule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:86:17: note: Virtual function in base class
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:130:9: note: Function in derived class
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:131:10: style: The function 'removeRule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:87:18: note: Virtual function in base class
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:131:10: note: Function in derived class
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:132:24: style: The function 'replaceRule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:88:32: note: Virtual function in base class
falkon-3.0.0/src/lib/adblock/adblocksubscription.h:132:24: note: Function in derived class
falkon-3.0.0/src/lib/adblock/adblockrule.h:80:10: performance: Technically the member function 'AdBlockRule::isDocument' can be static. [functionStatic]
falkon-3.0.0/src/lib/adblock/adblockrule.cpp:152:19: note: Technically the member function 'AdBlockRule::isDocument' can be static.
falkon-3.0.0/src/lib/adblock/adblockrule.h:80:10: note: Technically the member function 'AdBlockRule::isDocument' can be static.
falkon-3.0.0/src/lib/adblock/adblockrule.h:81:10: performance: Technically the member function 'AdBlockRule::isElemhide' can be static. [functionStatic]
falkon-3.0.0/src/lib/adblock/adblockrule.cpp:157:19: note: Technically the member function 'AdBlockRule::isElemhide' can be static.
falkon-3.0.0/src/lib/adblock/adblockrule.h:81:10: note: Technically the member function 'AdBlockRule::isElemhide' can be static.
falkon-3.0.0/src/lib/adblock/adblockrule.h:83:10: performance: Technically the member function 'AdBlockRule::isDomainRestricted' can be static. [functionStatic]
falkon-3.0.0/src/lib/adblock/adblockrule.cpp:162:19: note: Technically the member function 'AdBlockRule::isDomainRestricted' can be static.
falkon-3.0.0/src/lib/adblock/adblockrule.h:83:10: note: Technically the member function 'AdBlockRule::isDomainRestricted' can be static.
falkon-3.0.0/src/lib/adblock/adblockrule.h:112:10: performance: Technically the member function 'AdBlockRule::isMatchingDomain' can be static. [functionStatic]
falkon-3.0.0/src/lib/adblock/adblockrule.cpp:784:19: note: Technically the member function 'AdBlockRule::isMatchingDomain' can be static.
falkon-3.0.0/src/lib/adblock/adblockrule.h:112:10: note: Technically the member function 'AdBlockRule::isMatchingDomain' can be static.
falkon-3.0.0/src/lib/adblock/adblockrule.h:114:17: performance: Technically the member function 'AdBlockRule::parseRegExpFilter' can be static. [functionStatic]
falkon-3.0.0/src/lib/adblock/adblockrule.cpp:803:26: note: Technically the member function 'AdBlockRule::parseRegExpFilter' can be static.
falkon-3.0.0/src/lib/adblock/adblockrule.h:114:17: note: Technically the member function 'AdBlockRule::parseRegExpFilter' can be static.
falkon-3.0.0/src/lib/adblock/adblockrule.h:158:10: performance: Technically the member function 'AdBlockRule::filterIsOnlyDomain' can be static. [functionStatic]
falkon-3.0.0/src/lib/adblock/adblockrule.cpp:653:19: note: Technically the member function 'AdBlockRule::filterIsOnlyDomain' can be static.
falkon-3.0.0/src/lib/adblock/adblockrule.h:158:10: note: Technically the member function 'AdBlockRule::filterIsOnlyDomain' can be static.
falkon-3.0.0/src/lib/adblock/adblockrule.h:159:10: performance: Technically the member function 'AdBlockRule::filterIsOnlyEndsMatch' can be static. [functionStatic]
falkon-3.0.0/src/lib/adblock/adblockrule.cpp:675:19: note: Technically the member function 'AdBlockRule::filterIsOnlyEndsMatch' can be static.
falkon-3.0.0/src/lib/adblock/adblockrule.h:159:10: note: Technically the member function 'AdBlockRule::filterIsOnlyEndsMatch' can be static.
falkon-3.0.0/src/lib/adblock/adblockrule.h:160:13: performance: Technically the member function 'AdBlockRule::createRegExpFromFilter' can be static. [functionStatic]
falkon-3.0.0/src/lib/adblock/adblockrule.cpp:697:22: note: Technically the member function 'AdBlockRule::createRegExpFromFilter' can be static.
falkon-3.0.0/src/lib/adblock/adblockrule.h:160:13: note: Technically the member function 'AdBlockRule::createRegExpFromFilter' can be static.
falkon-3.0.0/src/lib/adblock/adblocksearchtree.h:38:10: style: Technically the member function 'AdBlockSearchTree::add' can be const. [functionConst]
falkon-3.0.0/src/lib/adblock/adblocksearchtree.cpp:39:25: note: Technically the member function 'AdBlockSearchTree::add' can be const.
falkon-3.0.0/src/lib/adblock/adblocksearchtree.h:38:10: note: Technically the member function 'AdBlockSearchTree::add' can be const.
falkon-3.0.0/src/lib/adblock/adblocksearchtree.cpp:24:7: style: Class 'AdBlockSearchTree' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
falkon-3.0.0/src/lib/adblock/adblocksearchtree.cpp:24:7: style: Class 'AdBlockSearchTree' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
falkon-3.0.0/src/lib/app/browserwindow.cpp:192:70: style: Function 'BrowserWindow' argument 2 names different: declaration 'url' definition 'startUrl'. [funcArgNamesDifferent]
falkon-3.0.0/src/lib/app/browserwindow.h:80:68: note: Function 'BrowserWindow' argument 2 names different: declaration 'url' definition 'startUrl'.
falkon-3.0.0/src/lib/app/browserwindow.cpp:192:70: note: Function 'BrowserWindow' argument 2 names different: declaration 'url' definition 'startUrl'.
falkon-3.0.0/src/lib/app/browserwindow.cpp:95:5: performance: Variable 'windowState' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
falkon-3.0.0/src/lib/app/browserwindow.h:71:9: style: Struct 'SavedWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/lib/app/commandlineoptions.h:36:20: style: Technically the member function 'CommandLineOptions::getActions' can be const. [functionConst]
falkon-3.0.0/src/lib/app/commandlineoptions.cpp:31:56: note: Technically the member function 'CommandLineOptions::getActions' can be const.
falkon-3.0.0/src/lib/app/commandlineoptions.h:36:20: note: Technically the member function 'CommandLineOptions::getActions' can be const.
falkon-3.0.0/src/lib/app/datapaths.cpp:66:41: style: Function 'path' argument 1 names different: declaration 'type' definition 'path'. [funcArgNamesDifferent]
falkon-3.0.0/src/lib/app/datapaths.h:52:30: note: Function 'path' argument 1 names different: declaration 'type' definition 'path'.
falkon-3.0.0/src/lib/app/datapaths.cpp:66:41: note: Function 'path' argument 1 names different: declaration 'type' definition 'path'.
falkon-3.0.0/src/lib/app/profilemanager.h:31:10: performance: Technically the member function 'ProfileManager::initConfigDir' can be static. [functionStatic]
falkon-3.0.0/src/lib/app/profilemanager.cpp:37:22: note: Technically the member function 'ProfileManager::initConfigDir' can be static.
falkon-3.0.0/src/lib/app/profilemanager.h:31:10: note: Technically the member function 'ProfileManager::initConfigDir' can be static.
falkon-3.0.0/src/lib/app/profilemanager.h:53:10: performance: Technically the member function 'ProfileManager::copyDataToProfile' can be static. [functionStatic]
falkon-3.0.0/src/lib/app/profilemanager.cpp:204:22: note: Technically the member function 'ProfileManager::copyDataToProfile' can be static.
falkon-3.0.0/src/lib/app/profilemanager.h:53:10: note: Technically the member function 'ProfileManager::copyDataToProfile' can be static.
falkon-3.0.0/src/lib/app/profilemanager.h:55:10: performance: Technically the member function 'ProfileManager::connectDatabase' can be static. [functionStatic]
falkon-3.0.0/src/lib/app/profilemanager.cpp:239:22: note: Technically the member function 'ProfileManager::connectDatabase' can be static.
falkon-3.0.0/src/lib/app/profilemanager.h:55:10: note: Technically the member function 'ProfileManager::connectDatabase' can be static.
falkon-3.0.0/src/lib/app/settings.h:41:10: performance: Technically the member function 'Settings::contains' can be static. [functionStatic]
falkon-3.0.0/src/lib/app/settings.cpp:49:16: note: Technically the member function 'Settings::contains' can be static.
falkon-3.0.0/src/lib/app/settings.h:41:10: note: Technically the member function 'Settings::contains' can be static.
falkon-3.0.0/src/lib/app/settings.h:42:10: performance: Technically the member function 'Settings::remove' can be static. [functionStatic]
falkon-3.0.0/src/lib/app/settings.cpp:54:16: note: Technically the member function 'Settings::remove' can be static.
falkon-3.0.0/src/lib/app/settings.h:42:10: note: Technically the member function 'Settings::remove' can be static.
falkon-3.0.0/src/lib/app/settings.h:44:10: performance: Technically the member function 'Settings::setValue' can be static. [functionStatic]
falkon-3.0.0/src/lib/app/settings.cpp:59:16: note: Technically the member function 'Settings::setValue' can be static.
falkon-3.0.0/src/lib/app/settings.h:44:10: note: Technically the member function 'Settings::setValue' can be static.
falkon-3.0.0/src/lib/app/settings.h:45:14: performance: Technically the member function 'Settings::value' can be static. [functionStatic]
falkon-3.0.0/src/lib/app/settings.cpp:64:20: note: Technically the member function 'Settings::value' can be static.
falkon-3.0.0/src/lib/app/settings.h:45:14: note: Technically the member function 'Settings::value' can be static.
falkon-3.0.0/src/lib/app/settings.h:47:10: performance: Technically the member function 'Settings::beginGroup' can be static. [functionStatic]
falkon-3.0.0/src/lib/app/settings.cpp:69:16: note: Technically the member function 'Settings::beginGroup' can be static.
falkon-3.0.0/src/lib/app/settings.h:47:10: note: Technically the member function 'Settings::beginGroup' can be static.
falkon-3.0.0/src/lib/app/settings.h:48:10: performance: Technically the member function 'Settings::endGroup' can be static. [functionStatic]
falkon-3.0.0/src/lib/app/settings.cpp:74:16: note: Technically the member function 'Settings::endGroup' can be static.
falkon-3.0.0/src/lib/app/settings.h:48:10: note: Technically the member function 'Settings::endGroup' can be static.
falkon-3.0.0/src/lib/app/settings.h:50:10: performance: Technically the member function 'Settings::sync' can be static. [functionStatic]
falkon-3.0.0/src/lib/app/settings.cpp:79:16: note: Technically the member function 'Settings::sync' can be static.
falkon-3.0.0/src/lib/app/settings.h:50:10: note: Technically the member function 'Settings::sync' can be static.
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:76:10: performance: Technically the member function 'DatabaseEncryptedPasswordBackend::encryptDataBaseTableOnFly' can be static. [functionStatic]
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.cpp:389:40: note: Technically the member function 'DatabaseEncryptedPasswordBackend::encryptDataBaseTableOnFly' can be static.
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:76:10: note: Technically the member function 'DatabaseEncryptedPasswordBackend::encryptDataBaseTableOnFly' can be static.
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:43:17: style: The function 'getUsernames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:34:25: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:43:17: note: Function in derived class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:44:28: style: The function 'getEntries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:35:36: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:44:28: note: Function in derived class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:45:28: style: The function 'getAllEntries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:36:36: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:45:28: note: Function in derived class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:47:10: style: The function 'setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:45:18: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:47:10: note: Function in derived class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:49:10: style: The function 'addEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:38:18: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:49:10: note: Function in derived class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:50:10: style: The function 'updateEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:39:18: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:50:10: note: Function in derived class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:51:10: style: The function 'updateLastUsed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:40:18: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:51:10: note: Function in derived class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:53:10: style: The function 'removeEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:42:18: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:53:10: note: Function in derived class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:54:10: style: The function 'removeAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:43:18: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:54:10: note: Function in derived class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:56:13: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:32:21: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:56:13: note: Function in derived class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:58:10: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:48:18: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:58:10: note: Function in derived class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:59:10: style: The function 'showSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:49:18: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databaseencryptedpasswordbackend.h:59:10: note: Function in derived class
falkon-3.0.0/src/lib/autofill/passwordbackends/databasepasswordbackend.h:29:13: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:32:21: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databasepasswordbackend.h:29:13: note: Function in derived class
falkon-3.0.0/src/lib/autofill/passwordbackends/databasepasswordbackend.h:31:28: style: The function 'getEntries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:35:36: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databasepasswordbackend.h:31:28: note: Function in derived class
falkon-3.0.0/src/lib/autofill/passwordbackends/databasepasswordbackend.h:32:28: style: The function 'getAllEntries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:36:36: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databasepasswordbackend.h:32:28: note: Function in derived class
falkon-3.0.0/src/lib/autofill/passwordbackends/databasepasswordbackend.h:34:10: style: The function 'addEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:38:18: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databasepasswordbackend.h:34:10: note: Function in derived class
falkon-3.0.0/src/lib/autofill/passwordbackends/databasepasswordbackend.h:35:10: style: The function 'updateEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:39:18: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databasepasswordbackend.h:35:10: note: Function in derived class
falkon-3.0.0/src/lib/autofill/passwordbackends/databasepasswordbackend.h:36:10: style: The function 'updateLastUsed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:40:18: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databasepasswordbackend.h:36:10: note: Function in derived class
falkon-3.0.0/src/lib/autofill/passwordbackends/databasepasswordbackend.h:38:10: style: The function 'removeEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:42:18: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databasepasswordbackend.h:38:10: note: Function in derived class
falkon-3.0.0/src/lib/autofill/passwordbackends/databasepasswordbackend.h:39:10: style: The function 'removeAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/autofill/passwordbackends/passwordbackend.h:43:18: note: Virtual function in base class
falkon-3.0.0/src/lib/autofill/passwordbackends/databasepasswordbackend.h:39:10: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksexport/htmlexporter.h:32:13: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksexport/bookmarksexporter.h:38:21: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksexport/htmlexporter.h:32:13: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksexport/htmlexporter.h:33:13: style: The function 'getPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksexport/bookmarksexporter.h:41:21: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksexport/htmlexporter.h:33:13: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksexport/htmlexporter.h:34:10: style: The function 'exportBookmarks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksexport/bookmarksexporter.h:44:18: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksexport/htmlexporter.h:34:10: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/firefoximporter.h:32:13: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:40:21: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/firefoximporter.h:32:13: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/firefoximporter.h:33:13: style: The function 'standardPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:41:21: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/firefoximporter.h:33:13: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/firefoximporter.h:35:13: style: The function 'getPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:44:21: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/firefoximporter.h:35:13: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/firefoximporter.h:36:10: style: The function 'prepareImport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:47:18: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/firefoximporter.h:36:10: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/firefoximporter.h:38:19: style: The function 'importBookmarks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:50:27: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/firefoximporter.h:38:19: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/chromeimporter.h:31:13: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:40:21: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/chromeimporter.h:31:13: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/chromeimporter.h:32:13: style: The function 'standardPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:41:21: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/chromeimporter.h:32:13: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/chromeimporter.h:34:13: style: The function 'getPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:44:21: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/chromeimporter.h:34:13: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/chromeimporter.h:35:10: style: The function 'prepareImport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:47:18: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/chromeimporter.h:35:10: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/chromeimporter.h:37:19: style: The function 'importBookmarks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:50:27: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/chromeimporter.h:37:19: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/operaimporter.h:31:13: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:40:21: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/operaimporter.h:31:13: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/operaimporter.h:32:13: style: The function 'standardPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:41:21: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/operaimporter.h:32:13: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/operaimporter.h:34:13: style: The function 'getPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:44:21: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/operaimporter.h:34:13: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/operaimporter.h:35:10: style: The function 'prepareImport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:47:18: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/operaimporter.h:35:10: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/operaimporter.h:37:19: style: The function 'importBookmarks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:50:27: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/operaimporter.h:37:19: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/htmlimporter.h:30:13: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:40:21: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/htmlimporter.h:30:13: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/htmlimporter.h:31:13: style: The function 'standardPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:41:21: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/htmlimporter.h:31:13: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/htmlimporter.h:33:13: style: The function 'getPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:44:21: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/htmlimporter.h:33:13: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/htmlimporter.h:34:10: style: The function 'prepareImport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:47:18: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/htmlimporter.h:34:10: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/htmlimporter.h:36:19: style: The function 'importBookmarks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:50:27: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/htmlimporter.h:36:19: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/ieimporter.h:30:13: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:40:21: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/ieimporter.h:30:13: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/ieimporter.h:31:13: style: The function 'standardPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:41:21: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/ieimporter.h:31:13: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/ieimporter.h:33:13: style: The function 'getPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:44:21: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/ieimporter.h:33:13: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/ieimporter.h:34:10: style: The function 'prepareImport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:47:18: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/ieimporter.h:34:10: note: Function in derived class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/ieimporter.h:36:19: style: The function 'importBookmarks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/bookmarksimporter.h:50:27: note: Virtual function in base class
falkon-3.0.0/src/lib/bookmarks/bookmarksimport/ieimporter.h:36:19: note: Function in derived class
falkon-3.0.0/src/lib/downloads/downloadmanager.h:55:13: performance: Variable 'suggestedFileName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
falkon-3.0.0/src/lib/downloads/downloadmanager.h:53:9: style: Struct 'DownloadInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/lib/history/history.h:37:5: style: Class 'History' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/lib/history/historymodel.cpp:170:53: style: Function 'parent' argument 1 names different: declaration 'child' definition 'index'. [funcArgNamesDifferent]
falkon-3.0.0/src/lib/history/historymodel.h:55:43: note: Function 'parent' argument 1 names different: declaration 'child' definition 'index'.
falkon-3.0.0/src/lib/history/historymodel.cpp:170:53: note: Function 'parent' argument 1 names different: declaration 'child' definition 'index'.
falkon-3.0.0/src/lib/navigation/completer/locationcompleter.cpp:340:56: style: Function 'loadRequest' argument 1 names different: declaration 'reqeust' definition 'request'. [funcArgNamesDifferent]
falkon-3.0.0/src/lib/navigation/completer/locationcompleter.h:73:41: note: Function 'loadRequest' argument 1 names different: declaration 'reqeust' definition 'request'.
falkon-3.0.0/src/lib/navigation/completer/locationcompleter.cpp:340:56: note: Function 'loadRequest' argument 1 names different: declaration 'reqeust' definition 'request'.
falkon-3.0.0/src/lib/navigation/completer/locationcompleterdelegate.cpp:62:69: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
falkon-3.0.0/src/lib/navigation/completer/locationcompleterdelegate.cpp:64:78: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
falkon-3.0.0/src/lib/navigation/completer/locationcompleterdelegate.cpp:65:82: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
falkon-3.0.0/src/lib/navigation/completer/locationcompleterdelegate.cpp:73:72: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
falkon-3.0.0/src/lib/navigation/navigationbar.h:38:1: style: The class 'NavigationBar' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/src/lib/opensearch/opensearchengine.cpp:183:60: style: Function 'setSearchUrlTemplate' argument 1 names different: declaration 'searchUrl' definition 'searchUrlTemplate'. [funcArgNamesDifferent]
falkon-3.0.0/src/lib/opensearch/opensearchengine.h:87:46: note: Function 'setSearchUrlTemplate' argument 1 names different: declaration 'searchUrl' definition 'searchUrlTemplate'.
falkon-3.0.0/src/lib/opensearch/opensearchengine.cpp:183:60: note: Function 'setSearchUrlTemplate' argument 1 names different: declaration 'searchUrl' definition 'searchUrlTemplate'.
falkon-3.0.0/src/lib/opensearch/opensearchengine.cpp:283:65: style: Function 'setSuggestionsUrlTemplate' argument 1 names different: declaration 'suggestionsUrl' definition 'suggestionsUrlTemplate'. [funcArgNamesDifferent]
falkon-3.0.0/src/lib/opensearch/opensearchengine.h:95:51: note: Function 'setSuggestionsUrlTemplate' argument 1 names different: declaration 'suggestionsUrl' definition 'suggestionsUrlTemplate'.
falkon-3.0.0/src/lib/opensearch/opensearchengine.cpp:283:65: note: Function 'setSuggestionsUrlTemplate' argument 1 names different: declaration 'suggestionsUrl' definition 'suggestionsUrlTemplate'.
falkon-3.0.0/src/lib/opensearch/opensearchengine.cpp:418:51: style: Function 'setImageUrl' argument 1 names different: declaration 'url' definition 'imageUrl'. [funcArgNamesDifferent]
falkon-3.0.0/src/lib/opensearch/opensearchengine.h:111:37: note: Function 'setImageUrl' argument 1 names different: declaration 'url' definition 'imageUrl'.
falkon-3.0.0/src/lib/opensearch/opensearchengine.cpp:418:51: note: Function 'setImageUrl' argument 1 names different: declaration 'url' definition 'imageUrl'.
falkon-3.0.0/src/lib/opensearch/opensearchengine.h:52:1: style: The class 'OpenSearchEngine' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/src/lib/other/updater.h:42:9: style: Struct 'Version' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/lib/other/useragentmanager.cpp:30:5: performance: Variable 'm_defaultUserAgent' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
falkon-3.0.0/src/lib/plugins/plugins.cpp:311:14: style: C-style pointer casting [cstyleCast]
falkon-3.0.0/src/lib/plugins/speeddial.h:45:14: style: Technically the member function 'SpeedDial::Page::operator==' can be const. [functionConst]
falkon-3.0.0/src/lib/plugins/speeddial.cpp:361:40: style: Function 'escapeTitle' argument 1 names different: declaration 'string' definition 'title'. [funcArgNamesDifferent]
falkon-3.0.0/src/lib/plugins/speeddial.h:94:33: note: Function 'escapeTitle' argument 1 names different: declaration 'string' definition 'title'.
falkon-3.0.0/src/lib/plugins/speeddial.cpp:361:40: note: Function 'escapeTitle' argument 1 names different: declaration 'string' definition 'title'.
falkon-3.0.0/src/lib/popupwindow/popuplocationbar.h:31:1: style: The class 'PopupLocationBar' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/src/lib/popupwindow/popupstatusbarmessage.cpp:29:7: style: Class 'PopupStatusBarMessage' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
falkon-3.0.0/src/lib/popupwindow/popupstatusbarmessage.cpp:29:7: style: Class 'PopupStatusBarMessage' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
falkon-3.0.0/src/lib/popupwindow/popupstatusbarmessage.h:37:15: style: Class 'PopupStatusBarMessage' is unsafe, 'PopupStatusBarMessage::m_statusBarText' can leak by wrong usage. [unsafeClassCanLeak]
falkon-3.0.0/src/lib/preferences/pluginlistdelegate.cpp:49:78: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
falkon-3.0.0/src/lib/preferences/pluginlistdelegate.cpp:51:65: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
falkon-3.0.0/src/lib/preferences/preferences.cpp:661:52: style: Function 'searchFromAddressBarChanged' argument 1 names different: declaration 'state' definition 'stat'. [funcArgNamesDifferent]
falkon-3.0.0/src/lib/preferences/preferences.h:68:43: note: Function 'searchFromAddressBarChanged' argument 1 names different: declaration 'state' definition 'stat'.
falkon-3.0.0/src/lib/preferences/preferences.cpp:661:52: note: Function 'searchFromAddressBarChanged' argument 1 names different: declaration 'state' definition 'stat'.
falkon-3.0.0/src/lib/preferences/preferences.cpp:667:43: style: Function 'saveHistoryChanged' argument 1 names different: declaration 'state' definition 'stat'. [funcArgNamesDifferent]
falkon-3.0.0/src/lib/preferences/preferences.h:69:34: note: Function 'saveHistoryChanged' argument 1 names different: declaration 'state' definition 'stat'.
falkon-3.0.0/src/lib/preferences/preferences.cpp:667:43: note: Function 'saveHistoryChanged' argument 1 names different: declaration 'state' definition 'stat'.
falkon-3.0.0/src/lib/preferences/preferences.cpp:672:49: style: Function 'allowHtml5storageChanged' argument 1 names different: declaration 'state' definition 'stat'. [funcArgNamesDifferent]
falkon-3.0.0/src/lib/preferences/preferences.h:70:40: note: Function 'allowHtml5storageChanged' argument 1 names different: declaration 'state' definition 'stat'.
falkon-3.0.0/src/lib/preferences/preferences.cpp:672:49: note: Function 'allowHtml5storageChanged' argument 1 names different: declaration 'state' definition 'stat'.
falkon-3.0.0/src/lib/preferences/preferences.cpp:1036:50: style: Function 'setProgressBarColorIcon' argument 1 names different: declaration 'col' definition 'color'. [funcArgNamesDifferent]
falkon-3.0.0/src/lib/preferences/preferences.h:84:41: note: Function 'setProgressBarColorIcon' argument 1 names different: declaration 'col' definition 'color'.
falkon-3.0.0/src/lib/preferences/preferences.cpp:1036:50: note: Function 'setProgressBarColorIcon' argument 1 names different: declaration 'col' definition 'color'.
falkon-3.0.0/src/lib/session/recoveryjsobject.h:29:1: style: The class 'RecoveryJsObject' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/src/lib/session/restoremanager.cpp:85:7: style: Class 'RestoreManager' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
falkon-3.0.0/src/lib/session/restoremanager.cpp:85:7: style: Class 'RestoreManager' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
falkon-3.0.0/src/lib/sidebar/sidebar.cpp:89:17: warning: Member variable 'SideBarManager::m_menu' is not initialized in the constructor. [uninitMemberVar]
falkon-3.0.0/src/lib/tabwidget/combotabbar.h:227:1: style: The class 'TabBarHelper' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/src/lib/tabwidget/combotabbar.h:190:17: warning: Virtual function 'comboTabBarPixelMetric' is called from constructor 'ComboTabBar(QWidget*parent=0)' at line 64. Dynamic binding is not used. [virtualCallInConstructor]
falkon-3.0.0/src/lib/tabwidget/combotabbar.cpp:64:88: note: Calling setMinimumWidths
falkon-3.0.0/src/lib/tabwidget/combotabbar.cpp:957:25: note: Calling comboTabBarPixelMetric
falkon-3.0.0/src/lib/tabwidget/combotabbar.h:190:17: note: comboTabBarPixelMetric is a virtual method
falkon-3.0.0/src/lib/tabwidget/combotabbar.h:190:17: warning: Virtual function 'comboTabBarPixelMetric' is called from constructor 'ComboTabBar(QWidget*parent=0)' at line 66. Dynamic binding is not used. [virtualCallInConstructor]
falkon-3.0.0/src/lib/tabwidget/combotabbar.cpp:66:90: note: Calling setMinimumWidths
falkon-3.0.0/src/lib/tabwidget/combotabbar.cpp:957:25: note: Calling comboTabBarPixelMetric
falkon-3.0.0/src/lib/tabwidget/combotabbar.h:190:17: note: comboTabBarPixelMetric is a virtual method
falkon-3.0.0/src/lib/tabwidget/combotabbar.h:363:5: style: Class 'CloseButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/lib/tabwidget/combotabbar.h:307:25: style: Class 'TabScrollBar' is unsafe, 'TabScrollBar::m_animation' can leak by wrong usage. [unsafeClassCanLeak]
falkon-3.0.0/src/lib/tabwidget/tabcontextmenu.h:28:1: style: The class 'TabContextMenu' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/src/lib/tabwidget/tabbar.h:57:10: style: The function 'tabInserted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/tabwidget/combotabbar.h:192:18: note: Virtual function in base class
falkon-3.0.0/src/lib/tabwidget/tabbar.h:57:10: note: Function in derived class
falkon-3.0.0/src/lib/tabwidget/tabbar.h:58:10: style: The function 'tabRemoved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/tabwidget/combotabbar.h:193:18: note: Virtual function in base class
falkon-3.0.0/src/lib/tabwidget/tabbar.h:58:10: note: Function in derived class
falkon-3.0.0/src/lib/tabwidget/tabbar.h:75:11: style: The function 'tabSizeHint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/lib/tabwidget/combotabbar.h:191:19: note: Virtual function in base class
falkon-3.0.0/src/lib/tabwidget/tabbar.h:75:11: note: Function in derived class
falkon-3.0.0/src/lib/tabwidget/tabcontextmenu.cpp:88:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
falkon-3.0.0/src/lib/tabwidget/tabcontextmenu.cpp:99:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
falkon-3.0.0/src/lib/tabwidget/tabcontextmenu.cpp:145:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
falkon-3.0.0/src/lib/tabwidget/tabcontextmenu.cpp:146:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
falkon-3.0.0/src/lib/tabwidget/tabstackedwidget.cpp:208:53: style: Function 'insertTab' argument 2 names different: declaration 'widget' definition 'w'. [funcArgNamesDifferent]
falkon-3.0.0/src/lib/tabwidget/tabstackedwidget.h:46:39: note: Function 'insertTab' argument 2 names different: declaration 'widget' definition 'w'.
falkon-3.0.0/src/lib/tabwidget/tabstackedwidget.cpp:208:53: note: Function 'insertTab' argument 2 names different: declaration 'widget' definition 'w'.
falkon-3.0.0/src/lib/tools/abstractbuttoninterface.cpp:65:55: style: Function 'setTitle' argument 1 names different: declaration 'text' definition 'title'. [funcArgNamesDifferent]
falkon-3.0.0/src/lib/tools/abstractbuttoninterface.h:63:34: note: Function 'setTitle' argument 1 names different: declaration 'text' definition 'title'.
falkon-3.0.0/src/lib/tools/abstractbuttoninterface.cpp:65:55: note: Function 'setTitle' argument 1 names different: declaration 'text' definition 'title'.
falkon-3.0.0/src/lib/tools/animatedwidget.cpp:84:48: style: Function 'resizeEvent' argument 1 names different: declaration 'e' definition 'event'. [funcArgNamesDifferent]
falkon-3.0.0/src/lib/tools/animatedwidget.h:45:36: note: Function 'resizeEvent' argument 1 names different: declaration 'e' definition 'event'.
falkon-3.0.0/src/lib/tools/animatedwidget.cpp:84:48: note: Function 'resizeEvent' argument 1 names different: declaration 'e' definition 'event'.
falkon-3.0.0/src/lib/tools/toolbutton.h:26:1: style: The class 'ToolButton' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/src/lib/tools/buttonwithmenu.h:37:13: performance: Variable 'text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
falkon-3.0.0/src/lib/tools/buttonwithmenu.h:38:13: performance: Variable 'icon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
falkon-3.0.0/src/lib/tools/colors.cpp:210:27: style: Function 'mid' argument 1 names different: declaration 'oc1' definition 'c1'. [funcArgNamesDifferent]
falkon-3.0.0/src/lib/tools/colors.h:39:26: note: Function 'mid' argument 1 names different: declaration 'oc1' definition 'c1'.
falkon-3.0.0/src/lib/tools/colors.cpp:210:27: note: Function 'mid' argument 1 names different: declaration 'oc1' definition 'c1'.
falkon-3.0.0/src/lib/tools/iconprovider.h:36:1: style: The class 'IconProvider' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/src/lib/tools/listitemdelegate.cpp:60:78: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
falkon-3.0.0/src/lib/tools/listitemdelegate.cpp:62:65: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
falkon-3.0.0/src/lib/webengine/javascript/externaljsobject.h:30:1: style: The class 'ExternalJsObject' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/src/lib/webengine/webscrollbarmanager.cpp:95:5: performance: Variable 'm_scrollbarJs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
falkon-3.0.0/src/lib/webtab/webtab.h:55:9: style: Struct 'SavedTab' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/lib/webtab/webtab.cpp:50:5: performance: Variable 'title' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
falkon-3.0.0/src/plugins/AutoScroll/autoscrollplugin.h:26:1: style: The class 'AutoScrollPlugin' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/src/plugins/FlashCookieManager/fcm_plugin.h:45:1: style: The class 'FCM_Plugin' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/src/plugins/FlashCookieManager/fcm_plugin.h:40:10: style: Technically the member function 'FlashCookie::operator==' can be const. [functionConst]
falkon-3.0.0/src/plugins/GnomeKeyringPasswords/gnomekeyringplugin.h:25:1: style: The class 'GnomeKeyringPlugin' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/src/plugins/GreaseMonkey/gm_plugin.h:26:1: style: The class 'GM_Plugin' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/src/plugins/GreaseMonkey/settings/gm_settingslistdelegate.cpp:32:5: performance: Variable 'm_removePixmap' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
falkon-3.0.0/src/plugins/GreaseMonkey/settings/gm_settingslistdelegate.cpp:64:78: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
falkon-3.0.0/src/plugins/GreaseMonkey/settings/gm_settingslistdelegate.cpp:66:65: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
falkon-3.0.0/src/plugins/ImageFinder/imagefinderplugin.h:26:1: style: The class 'ImageFinderPlugin' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/src/plugins/KWalletPasswords/kwalletplugin.h:25:1: style: The class 'KWalletPlugin' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/src/plugins/MouseGestures/3rdparty/QjtMouseGesture.cpp:42:5: performance: Variable 'm_directions' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
falkon-3.0.0/src/plugins/MouseGestures/3rdparty/QjtMouseGestureFilter.cpp:54:5: style: Class 'GestureCallbackToSignal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/plugins/MouseGestures/3rdparty/QjtMouseGestureFilter.cpp:58:10: style: The function 'callback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
falkon-3.0.0/src/plugins/MouseGestures/3rdparty/mousegesturerecognizer.h:53:18: note: Virtual function in base class
falkon-3.0.0/src/plugins/MouseGestures/3rdparty/QjtMouseGestureFilter.cpp:58:10: note: Function in derived class
falkon-3.0.0/src/plugins/MouseGestures/3rdparty/adv_recognizer.cpp:119:10: style: Technically the member function 'DirectionSort::operator()' can be const. [functionConst]
falkon-3.0.0/src/plugins/MouseGestures/3rdparty/ring_buffer.h:109:0: style: Technically the member function 'RingBuffer < Direction >::getReadPointer' can be const. [functionConst]
falkon-3.0.0/src/plugins/MouseGestures/3rdparty/ring_buffer.h:113:0: style: Technically the member function 'RingBuffer < Direction >::is_empty' can be const. [functionConst]
falkon-3.0.0/src/plugins/MouseGestures/3rdparty/ring_buffer.h:61:0: style: Class 'RingBuffer < Direction >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/plugins/MouseGestures/3rdparty/mousegesturerecognizer.cpp:57:5: style: Class 'MouseGestureRecognizer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
falkon-3.0.0/src/plugins/MouseGestures/3rdparty/mousegesturerecognizer.cpp:57:5: style: Class 'MouseGestureRecognizer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
falkon-3.0.0/src/plugins/StatusBarIcons/statusbariconsplugin.h:25:1: style: The class 'StatusBarIconsPlugin' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/src/plugins/TabManager/tabmanagerwidget.h:43:5: style: Class 'TabTreeWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/plugins/TabManager/tabmanagerdelegate.cpp:43:78: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
falkon-3.0.0/src/plugins/TabManager/tabmanagerdelegate.cpp:109:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
falkon-3.0.0/src/plugins/TabManager/tabmanagerplugin.h:33:1: style: The class 'TabManagerPlugin' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/src/plugins/TabManager/tabmanagerwidget.cpp:930:26: style: C-style pointer casting [cstyleCast]
falkon-3.0.0/src/plugins/TabManager/tabmanagerwidget.cpp:931:33: style: C-style pointer casting [cstyleCast]
falkon-3.0.0/src/plugins/TabManager/tldextractor/tldextractor.h:61:5: style: Class 'TLDExtractor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
falkon-3.0.0/src/plugins/TestPlugin/testplugin.h:31:1: style: The class 'TestPlugin' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/src/plugins/VerticalTabs/tabfiltermodel.cpp:33:47: style: Function 'setFilterPinnedTabs' argument 1 names different: declaration 'pinned' definition 'filter'. [funcArgNamesDifferent]
falkon-3.0.0/src/plugins/VerticalTabs/tabfiltermodel.h:31:35: note: Function 'setFilterPinnedTabs' argument 1 names different: declaration 'pinned' definition 'filter'.
falkon-3.0.0/src/plugins/VerticalTabs/tabfiltermodel.cpp:33:47: note: Function 'setFilterPinnedTabs' argument 1 names different: declaration 'pinned' definition 'filter'.
falkon-3.0.0/src/plugins/VerticalTabs/tabtreeview.h:28:1: style: The class 'TabTreeView' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/src/plugins/VerticalTabs/tabtreedelegate.cpp:162:78: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
falkon-3.0.0/src/plugins/VerticalTabs/tabtreedelegate.cpp:164:65: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
falkon-3.0.0/tests/benchmarks/adblockmatchrule.cpp:24:1: style: The class 'AdBlockMatchRule' does not have a constructor although it has private member variables. [noConstructor]
falkon-3.0.0/tests/modeltest/modeltest.cpp:56:42: style: Function 'ModelTest' argument 1 names different: declaration 'model' definition '_model'. [funcArgNamesDifferent]
falkon-3.0.0/tests/modeltest/modeltest.h:55:35: note: Function 'ModelTest' argument 1 names different: declaration 'model' definition '_model'.
falkon-3.0.0/tests/modeltest/modeltest.cpp:56:42: note: Function 'ModelTest' argument 1 names different: declaration 'model' definition '_model'.
[21:37]
ftp://ftp.se.debian.org/debian/pool/main/f/falselogin/falselogin_0.3.orig.tar.gz
falselogin-0.3.orig/falselogin.c:132:5: error: Buffer is accessed out of bounds: s_mail [bufferAccessOutOfBounds]
falselogin-0.3.orig/falselogin.c:191:0: error: Memory leak: temp [memleak]
[21:37]
ftp://ftp.se.debian.org/debian/pool/main/f/fam/fam_2.7.0.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/famfamfam-flag/famfamfam-flag_0.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/famfamfam-silk/famfamfam-silk_1.3.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fannj/fannj_0.3.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fapg/fapg_0.41.orig.tar.gz
fapg-0.41/fapg.c:487:5: style: Variable 'buflen' is reassigned a value before the old one has been used. [redundantAssignment]
fapg-0.41/fapg.c:485:0: note: Variable 'buflen' is reassigned a value before the old one has been used.
fapg-0.41/fapg.c:487:5: note: Variable 'buflen' is reassigned a value before the old one has been used.
fapg-0.41/fapg.c:833:9: style: The scope of the variable 'samples' can be reduced. [variableScope]
fapg-0.41/fapg.c:915:9: style: The scope of the variable 'size' can be reduced. [variableScope]
fapg-0.41/fapg.c:915:15: style: The scope of the variable 'items' can be reduced. [variableScope]
fapg-0.41/fapg.c:916:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fapg-0.41/fapg.c:346:9: style: Unused variable: pos [unusedVariable]
fapg-0.41/fapg.c:848:9: error: Resource leak: fic [resourceLeak]
fapg-0.41/fapg.c:931:9: error: Resource leak: fic [resourceLeak]
fapg-0.41/fapg.c:938:9: error: Resource leak: fic [resourceLeak]
fapg-0.41/fapg.c:596:16: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
fapg-0.41/fapg.c:1017:12: error: Uninitialized variable: fsn [uninitvar]
[21:37]
ftp://ftp.se.debian.org/debian/pool/main/f/farbfeld/farbfeld_4.orig.tar.gz
[21:37]
ftp://ftp.se.debian.org/debian/pool/main/f/farmhash/farmhash_0~git20171030.2f0e005.orig.tar.xz
farmhash-0~git20171030.2f0e005/dev/self-test-skeleton.cc:42:22: style: Condition 'errors>0' is always false [knownConditionTrueFalse]
farmhash-0~git20171030.2f0e005/src/farmhash.h:325:0: error: #error "Unable to determine endianness!" [preprocessorErrorDirective]
[21:37]
ftp://ftp.se.debian.org/debian/pool/main/f/farpd/farpd_0.2.orig.tar.gz
farpd-0.2/arpd.c:146:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
farpd-0.2/arpd.c:154:19: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
[21:37]
ftp://ftp.se.debian.org/debian/pool/main/f/farstream/farstream_0.1.2.orig.tar.gz
farstream-0.1.2/farstream/fs-candidate.c:136:16: style: The scope of the variable 'cand' can be reduced. [variableScope]
farstream-0.1.2/farstream/fs-codec.c:308:3: style: Variable 'keyfile' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/farstream/fs-codec.c:298:0: note: Variable 'keyfile' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-codec.c:308:3: note: Variable 'keyfile' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-codec.c:329:5: style: Variable 'keys' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/farstream/fs-codec.c:322:0: note: Variable 'keys' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-codec.c:329:5: note: Variable 'keys' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-codec.c:231:12: style: The scope of the variable 'codec' can be reduced. [variableScope]
farstream-0.1.2/farstream/fs-conference.c:113:3: style: Variable 'error_struct' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/farstream/fs-conference.c:111:0: note: Variable 'error_struct' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-conference.c:113:3: note: Variable 'error_struct' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-conference.c:119:3: style: Variable 'gst_msg' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/farstream/fs-conference.c:110:0: note: Variable 'gst_msg' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-conference.c:119:3: note: Variable 'gst_msg' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-conference.c:150:3: style: Variable 'new_session' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/farstream/fs-conference.c:143:0: note: Variable 'new_session' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-conference.c:150:3: note: Variable 'new_session' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-conference.c:138:42: style: Function 'fs_conference_new_session' argument 1 names different: declaration 'conference' definition 'conf'. [funcArgNamesDifferent]
farstream-0.1.2/farstream/fs-conference.h:172:53: note: Function 'fs_conference_new_session' argument 1 names different: declaration 'conference' definition 'conf'.
farstream-0.1.2/farstream/fs-conference.c:138:42: note: Function 'fs_conference_new_session' argument 1 names different: declaration 'conference' definition 'conf'.
farstream-0.1.2/farstream/fs-conference.c:174:46: style: Function 'fs_conference_new_participant' argument 1 names different: declaration 'conference' definition 'conf'. [funcArgNamesDifferent]
farstream-0.1.2/farstream/fs-conference.h:176:61: note: Function 'fs_conference_new_participant' argument 1 names different: declaration 'conference' definition 'conf'.
farstream-0.1.2/farstream/fs-conference.c:174:46: note: Function 'fs_conference_new_participant' argument 1 names different: declaration 'conference' definition 'conf'.
farstream-0.1.2/farstream/fs-plugin.c:336:5: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/farstream/fs-plugin.c:333:0: note: Variable 'dir' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-plugin.c:336:5: note: Variable 'dir' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-plugin.c:349:7: style: Variable 'matches' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/farstream/fs-plugin.c:347:0: note: Variable 'matches' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-plugin.c:349:7: note: Variable 'matches' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-rtp.c:231:3: style: Variable 'keyfile' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/farstream/fs-rtp.c:221:0: note: Variable 'keyfile' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-rtp.c:231:3: note: Variable 'keyfile' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-rtp.c:104:19: style: Same expression on both sides of '||'. [duplicateExpression]
farstream-0.1.2/farstream/fs-session.c:485:3: style: Variable 'new_stream' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/farstream/fs-session.c:478:0: note: Variable 'new_stream' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-session.c:485:3: note: Variable 'new_stream' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-transmitter.c:324:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/farstream/fs-transmitter.c:319:0: note: Variable 'self' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-transmitter.c:324:3: note: Variable 'self' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-transmitter.c:296:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
farstream-0.1.2/farstream/fs-transmitter.c:324:10: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
farstream-0.1.2/farstream/fs-utils.c:47:3: style: Variable 'codec_prefs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/farstream/fs-utils.c:42:0: note: Variable 'codec_prefs' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-utils.c:47:3: note: Variable 'codec_prefs' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-utils.c:224:3: style: Variable 'rtp_hdrext_prefs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/farstream/fs-utils.c:219:0: note: Variable 'rtp_hdrext_prefs' is reassigned a value before the old one has been used.
farstream-0.1.2/farstream/fs-utils.c:224:3: note: Variable 'rtp_hdrext_prefs' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsfunnel/fs-funnel.c:157:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsfunnel/fs-funnel.c:155:0: note: Variable 'ret' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsfunnel/fs-funnel.c:157:3: note: Variable 'ret' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsmsnconference/fs-msn-cam-recv-conference.c:107:3: style: Variable 'fact' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsmsnconference/fs-msn-cam-recv-conference.c:101:0: note: Variable 'fact' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsmsnconference/fs-msn-cam-recv-conference.c:107:3: note: Variable 'fact' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsmsnconference/fs-msn-cam-send-conference.c:107:3: style: Variable 'fact' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsmsnconference/fs-msn-cam-send-conference.c:101:0: note: Variable 'fact' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsmsnconference/fs-msn-cam-send-conference.c:107:3: note: Variable 'fact' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.c:1010:9: style: Variable 'pollfd' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.c:1008:0: note: Variable 'pollfd' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.c:1010:9: note: Variable 'pollfd' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.c:314:61: style: Function 'fs_msn_connection_gather_local_candidates' argument 1 names different: declaration 'connection' definition 'self'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.h:88:70: note: Function 'fs_msn_connection_gather_local_candidates' argument 1 names different: declaration 'connection' definition 'self'.
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.c:314:61: note: Function 'fs_msn_connection_gather_local_candidates' argument 1 names different: declaration 'connection' definition 'self'.
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.c:343:59: style: Function 'fs_msn_connection_add_remote_candidates' argument 1 names different: declaration 'connection' definition 'self'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.h:91:68: note: Function 'fs_msn_connection_add_remote_candidates' argument 1 names different: declaration 'connection' definition 'self'.
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.c:343:59: note: Function 'fs_msn_connection_add_remote_candidates' argument 1 names different: declaration 'connection' definition 'self'.
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.c:463:53: style: Function 'fs_msn_open_listening_port_unlock' argument 1 names different: declaration 'connection' definition 'self'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.c:113:69: note: Function 'fs_msn_open_listening_port_unlock' argument 1 names different: declaration 'connection' definition 'self'.
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.c:463:53: note: Function 'fs_msn_open_listening_port_unlock' argument 1 names different: declaration 'connection' definition 'self'.
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.c:633:59: style: Function 'accept_connection_cb' argument 2 names different: declaration 'fd' definition 'pollfd'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.c:118:71: note: Function 'accept_connection_cb' argument 2 names different: declaration 'fd' definition 'pollfd'.
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.c:633:59: note: Function 'accept_connection_cb' argument 2 names different: declaration 'fd' definition 'pollfd'.
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.c:670:63: style: Function 'successful_connection_cb' argument 2 names different: declaration 'fd' definition 'pollfd'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.c:117:75: note: Function 'successful_connection_cb' argument 2 names different: declaration 'fd' definition 'pollfd'.
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.c:670:63: note: Function 'successful_connection_cb' argument 2 names different: declaration 'fd' definition 'pollfd'.
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.c:717:52: style: Function 'connection_cb' argument 2 names different: declaration 'fd' definition 'pollfd'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.c:119:64: note: Function 'connection_cb' argument 2 names different: declaration 'fd' definition 'pollfd'.
farstream-0.1.2/gst/fsmsnconference/fs-msn-connection.c:717:52: note: Function 'connection_cb' argument 2 names different: declaration 'fd' definition 'pollfd'.
farstream-0.1.2/gst/fsrawconference/fs-raw-conference.c:293:3: style: Variable 'new_participant' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrawconference/fs-raw-conference.c:291:0: note: Variable 'new_participant' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrawconference/fs-raw-conference.c:293:3: note: Variable 'new_participant' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrawconference/fs-raw-session.c:276:3: style: Variable 'conference' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrawconference/fs-raw-session.c:265:0: note: Variable 'conference' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrawconference/fs-raw-session.c:276:3: note: Variable 'conference' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrawconference/fs-raw-stream.c:281:33: style: Function 'fs_raw_stream_dispose' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrawconference/fs-raw-stream.c:142:45: note: Function 'fs_raw_stream_dispose' argument 1 names different: declaration 'object' definition 'obj'.
farstream-0.1.2/gst/fsrawconference/fs-raw-stream.c:281:33: note: Function 'fs_raw_stream_dispose' argument 1 names different: declaration 'object' definition 'obj'.
farstream-0.1.2/gst/fsrawconference/fs-raw-stream.c:490:18: style: Function '_new_active_candidate_pair' argument 2 names different: declaration 'candidate1' definition 'local_candidate'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrawconference/fs-raw-stream.c:159:18: note: Function '_new_active_candidate_pair' argument 2 names different: declaration 'candidate1' definition 'local_candidate'.
farstream-0.1.2/gst/fsrawconference/fs-raw-stream.c:490:18: note: Function '_new_active_candidate_pair' argument 2 names different: declaration 'candidate1' definition 'local_candidate'.
farstream-0.1.2/gst/fsrawconference/fs-raw-stream.c:491:18: style: Function '_new_active_candidate_pair' argument 3 names different: declaration 'candidate2' definition 'remote_candidate'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrawconference/fs-raw-stream.c:160:18: note: Function '_new_active_candidate_pair' argument 3 names different: declaration 'candidate2' definition 'remote_candidate'.
farstream-0.1.2/gst/fsrawconference/fs-raw-stream.c:491:18: note: Function '_new_active_candidate_pair' argument 3 names different: declaration 'candidate2' definition 'remote_candidate'.
farstream-0.1.2/gst/fsrawconference/fs-raw-stream.c:610:12: style: Function 'fs_raw_stream_force_remote_candidates' argument 2 names different: declaration 'remote_candidates' definition 'candidates'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrawconference/fs-raw-stream.c:180:12: note: Function 'fs_raw_stream_force_remote_candidates' argument 2 names different: declaration 'remote_candidates' definition 'candidates'.
farstream-0.1.2/gst/fsrawconference/fs-raw-stream.c:610:12: note: Function 'fs_raw_stream_force_remote_candidates' argument 2 names different: declaration 'remote_candidates' definition 'candidates'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-bitrate-adapter.c:627:3: style: Variable 'first' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-bitrate-adapter.c:623:0: note: Variable 'first' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-bitrate-adapter.c:627:3: note: Variable 'first' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-cache.c:479:51: style: Function 'save_codecs_cache' argument 2 names different: declaration 'codec_blueprints' definition 'blueprints'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-cache.h:35:60: note: Function 'save_codecs_cache' argument 2 names different: declaration 'codec_blueprints' definition 'blueprints'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-cache.c:479:51: note: Function 'save_codecs_cache' argument 2 names different: declaration 'codec_blueprints' definition 'blueprints'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:622:31: warning: Logical disjunction always evaluates to true: EXPR >= 0 || EXPR < 128. [incorrectLogicOperator]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:135:3: style: Variable 'padcaps' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:132:0: note: Variable 'padcaps' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:135:3: note: Variable 'padcaps' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:157:3: style: Variable 'bin' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:151:0: note: Variable 'bin' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:157:3: note: Variable 'bin' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:351:3: style: Variable 'caps' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:349:0: note: Variable 'caps' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:351:3: note: Variable 'caps' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:916:5: style: Variable 'old_ca' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:908:0: note: Variable 'old_ca' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:916:5: note: Variable 'old_ca' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:584:16: style: The scope of the variable 'send_codec' can be reduced. [variableScope]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1121:47: style: Function 'lookup_codec_association_by_pt_list' argument 3 names different: declaration 'want_empty' definition 'want_disabled'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:47:14: note: Function 'lookup_codec_association_by_pt_list' argument 3 names different: declaration 'want_empty' definition 'want_disabled'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1121:47: note: Function 'lookup_codec_association_by_pt_list' argument 3 names different: declaration 'want_empty' definition 'want_disabled'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1454:40: style: Function 'create_local_header_extensions' argument 1 names different: declaration 'hdrext_old' definition 'hdrexts_old'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.h:133:40: note: Function 'create_local_header_extensions' argument 1 names different: declaration 'hdrext_old' definition 'hdrexts_old'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1454:40: note: Function 'create_local_header_extensions' argument 1 names different: declaration 'hdrext_old' definition 'hdrexts_old'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1454:60: style: Function 'create_local_header_extensions' argument 2 names different: declaration 'hdrext_prefs' definition 'hdrexts_prefs'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.h:133:59: note: Function 'create_local_header_extensions' argument 2 names different: declaration 'hdrext_prefs' definition 'hdrexts_prefs'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1454:60: note: Function 'create_local_header_extensions' argument 2 names different: declaration 'hdrext_prefs' definition 'hdrexts_prefs'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1497:44: style: Function 'negotiate_stream_header_extensions' argument 1 names different: declaration 'hdrext' definition 'hdrexts'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.h:136:44: note: Function 'negotiate_stream_header_extensions' argument 1 names different: declaration 'hdrext' definition 'hdrexts'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1497:44: note: Function 'negotiate_stream_header_extensions' argument 1 names different: declaration 'hdrext' definition 'hdrexts'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1497:60: style: Function 'negotiate_stream_header_extensions' argument 2 names different: declaration 'hdrext_remote' definition 'hdrexts_stream'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.h:136:59: note: Function 'negotiate_stream_header_extensions' argument 2 names different: declaration 'hdrext_remote' definition 'hdrexts_stream'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1497:60: note: Function 'negotiate_stream_header_extensions' argument 2 names different: declaration 'hdrext_remote' definition 'hdrexts_stream'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:945:41: warning: Either the condition 'if(local_param)' is redundant or there is possible null pointer dereference: local_param. [nullPointerRedundantCheck]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:948:6: note: Assuming that condition 'if(local_param)' is not redundant
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:945:41: note: Null pointer dereference
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:1490:54: warning: Possible null pointer dereference: sdp_param [nullPointer]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:1512:34: note: Calling function 'param_h264_profile_level_id', 1st argument 'sdp_param' value is 0
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:1490:54: note: Null pointer dereference
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:502:3: style: Variable 'sdp_param' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:500:0: note: Variable 'sdp_param' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:502:3: note: Variable 'sdp_param' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:747:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:744:0: note: Variable 'p' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:747:5: note: Variable 'p' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:1315:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:1382:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:352:59: style: Function 'codec_has_config_data_named' argument 2 names different: declaration 'name' definition 'param_name'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.h:66:59: note: Function 'codec_has_config_data_named' argument 2 names different: declaration 'name' definition 'param_name'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:352:59: note: Function 'codec_has_config_data_named' argument 2 names different: declaration 'name' definition 'param_name'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:379:50: style: Function 'codec_copy_filtered' argument 2 names different: declaration 'types' definition 'paramtypes'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.h:69:50: note: Function 'codec_copy_filtered' argument 2 names different: declaration 'types' definition 'paramtypes'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:379:50: note: Function 'codec_copy_filtered' argument 2 names different: declaration 'types' definition 'paramtypes'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:418:31: style: Function 'sdp_negotiate_codec' argument 1 names different: declaration 'local_recv_codec' definition 'local_codec'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.h:59:31: note: Function 'sdp_negotiate_codec' argument 1 names different: declaration 'local_recv_codec' definition 'local_codec'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-codec-specific.c:418:31: note: Function 'sdp_negotiate_codec' argument 1 names different: declaration 'local_recv_codec' definition 'local_codec'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-conference.c:375:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-conference.c:372:0: note: Variable 'session' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-conference.c:375:3: note: Variable 'session' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-conference.c:488:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-conference.c:485:0: note: Variable 'session' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-conference.c:488:3: note: Variable 'session' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-discover-codecs.c:302:3: style: Variable 'duplex_list' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-discover-codecs.c:297:0: note: Variable 'duplex_list' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-discover-codecs.c:302:3: note: Variable 'duplex_list' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-discover-codecs.c:906:7: style: Variable 'intersection' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-discover-codecs.c:898:0: note: Variable 'intersection' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-discover-codecs.c:906:7: note: Variable 'intersection' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-discover-codecs.c:1142:5: style: Variable 'padtemplate' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-discover-codecs.c:1140:0: note: Variable 'padtemplate' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-discover-codecs.c:1142:5: note: Variable 'padtemplate' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-discover-codecs.c:459:13: style: The scope of the variable 'codec_cap' can be reduced. [variableScope]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-discover-codecs.c:460:17: style: The scope of the variable 'rtp_struct' can be reduced. [variableScope]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-discover-codecs.c:461:16: style: The scope of the variable 'encoding_name' can be reduced. [variableScope]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-discover-codecs.c:566:13: style: The scope of the variable 'codec_cap' can be reduced. [variableScope]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-discover-codecs.c:885:12: style: The scope of the variable 'caps1' can be reduced. [variableScope]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-discover-codecs.c:1349:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:115:3: style: Variable 'fact' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:112:0: note: Variable 'fact' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:115:3: note: Variable 'fact' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:247:3: style: Variable 'telephony_codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:239:0: note: Variable 'telephony_codec' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:247:3: note: Variable 'telephony_codec' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:255:3: style: Variable 'bin' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:245:0: note: Variable 'bin' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:255:3: note: Variable 'bin' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:260:3: style: Variable 'dtmfsrc' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:242:0: note: Variable 'dtmfsrc' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:260:3: note: Variable 'dtmfsrc' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:218:52: style: Function 'fs_rtp_dtmf_event_source_get_codec' argument 3 names different: declaration 'codec' definition 'selected_codec'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:77:14: note: Function 'fs_rtp_dtmf_event_source_get_codec' argument 3 names different: declaration 'codec' definition 'selected_codec'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:218:52: note: Function 'fs_rtp_dtmf_event_source_get_codec' argument 3 names different: declaration 'codec' definition 'selected_codec'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-sound-source.c:118:3: style: Variable 'ca' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-sound-source.c:116:0: note: Variable 'ca' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-sound-source.c:118:3: note: Variable 'ca' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-sound-source.c:151:3: style: Variable 'fact' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-sound-source.c:147:0: note: Variable 'fact' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-dtmf-sound-source.c:151:3: note: Variable 'fact' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-packet-modder.c:140:13: style: The scope of the variable 'clock' can be reduced. [variableScope]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:873:9: style: Variable 'codecs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:871:0: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:873:9: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:2387:3: style: Variable 'stream' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:2385:0: note: Variable 'stream' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:2387:3: note: Variable 'stream' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:2486:11: style: Variable 'tmpcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:2483:0: note: Variable 'tmpcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:2486:11: note: Variable 'tmpcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:2620:7: style: Variable 'tmp_codec_associations' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:2616:0: note: Variable 'tmp_codec_associations' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:2620:7: note: Variable 'tmp_codec_associations' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:3605:3: style: Variable 'codecbin' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:3589:0: note: Variable 'codecbin' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:3605:3: note: Variable 'codecbin' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:4210:3: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:4206:0: note: Variable 's' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:4210:3: note: Variable 's' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:4415:3: style: Variable 'codecbin' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:4406:0: note: Variable 'codecbin' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:4415:3: note: Variable 'codecbin' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:512:34: style: Function 'fs_rtp_session_dispose' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:231:46: note: Function 'fs_rtp_session_dispose' argument 1 names different: declaration 'object' definition 'obj'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:512:34: note: Function 'fs_rtp_session_dispose' argument 1 names different: declaration 'object' definition 'obj'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:4894:57: style: Function 'fs_rtp_session_handle_dtmf_event_message' argument 1 names different: declaration 'session' definition 'self'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.h:130:66: note: Function 'fs_rtp_session_handle_dtmf_event_message' argument 1 names different: declaration 'session' definition 'self'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:4894:57: note: Function 'fs_rtp_session_handle_dtmf_event_message' argument 1 names different: declaration 'session' definition 'self'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:4941:30: error: Uninitialized variable: m_method [uninitvar]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c:4941:42: error: Uninitialized variable: e_method [uninitvar]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-special-source.c:590:3: style: Variable 'source' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-special-source.c:582:0: note: Variable 'source' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-special-source.c:590:3: note: Variable 'source' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-special-source.c:420:13: style: Function 'fs_rtp_special_sources_remove' argument 1 names different: declaration 'current_extra_sources' definition 'extra_sources'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-special-source.h:118:13: note: Function 'fs_rtp_special_sources_remove' argument 1 names different: declaration 'current_extra_sources' definition 'extra_sources'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-special-source.c:420:13: note: Function 'fs_rtp_special_sources_remove' argument 1 names different: declaration 'current_extra_sources' definition 'extra_sources'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-stream.c:439:10: style: The scope of the variable 'item' can be reduced. [variableScope]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-stream.c:738:18: style: Function '_new_active_candidate_pair' argument 2 names different: declaration 'candidate1' definition 'local_candidate'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-stream.c:136:18: note: Function '_new_active_candidate_pair' argument 2 names different: declaration 'candidate1' definition 'local_candidate'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-stream.c:738:18: note: Function '_new_active_candidate_pair' argument 2 names different: declaration 'candidate1' definition 'local_candidate'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-stream.c:739:18: style: Function '_new_active_candidate_pair' argument 3 names different: declaration 'candidate2' definition 'remote_candidate'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-stream.c:137:18: note: Function '_new_active_candidate_pair' argument 3 names different: declaration 'candidate2' definition 'remote_candidate'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-stream.c:739:18: note: Function '_new_active_candidate_pair' argument 3 names different: declaration 'candidate2' definition 'remote_candidate'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-substream.c:441:3: style: Variable 'sysclock' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-substream.c:437:0: note: Variable 'sysclock' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-substream.c:441:3: note: Variable 'sysclock' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-substream.c:484:3: style: Variable 'sysclock' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-substream.c:482:0: note: Variable 'sysclock' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-substream.c:484:3: note: Variable 'sysclock' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-substream.c:1016:13: style: Function 'fs_rtp_sub_stream_new' argument 3 names different: declaration 'pad' definition 'rtpbin_pad'. [funcArgNamesDifferent]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-substream.h:87:13: note: Function 'fs_rtp_sub_stream_new' argument 3 names different: declaration 'pad' definition 'rtpbin_pad'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-substream.c:1016:13: note: Function 'fs_rtp_sub_stream_new' argument 3 names different: declaration 'pad' definition 'rtpbin_pad'.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-tfrc.c:1350:3: style: Variable 'has_codec_rtcpfb' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/gst/fsrtpconference/fs-rtp-tfrc.c:1347:0: note: Variable 'has_codec_rtcpfb' is reassigned a value before the old one has been used.
farstream-0.1.2/gst/fsrtpconference/fs-rtp-tfrc.c:1350:3: note: Variable 'has_codec_rtcpfb' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/base/fscodec.c:35:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/base/fscodec.c:33:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/base/fscodec.c:35:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/base/fscodec.c:219:3: style: Variable 'codec2' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/base/fscodec.c:217:0: note: Variable 'codec2' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/base/fscodec.c:219:3: note: Variable 'codec2' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/base/fscodec.c:259:3: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/base/fscodec.c:250:0: note: Variable 'filename' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/base/fscodec.c:259:3: note: Variable 'filename' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/base/fscodec.c:260:3: style: Variable 'codecs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/base/fscodec.c:248:0: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/base/fscodec.c:260:3: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/base/fscodec.c:275:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/base/fscodec.c:252:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/base/fscodec.c:275:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/base/fscodec.c:351:3: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/base/fscodec.c:342:0: note: Variable 'filename' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/base/fscodec.c:351:3: note: Variable 'filename' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/base/fscodec.c:352:3: style: Variable 'extensions' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/base/fscodec.c:340:0: note: Variable 'extensions' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/base/fscodec.c:352:3: note: Variable 'extensions' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/base/fstransmitter.c:36:3: style: Variable 'transmitter' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/base/fstransmitter.c:34:0: note: Variable 'transmitter' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/base/fstransmitter.c:36:3: note: Variable 'transmitter' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:261:3: style: Variable 'srcpad' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/raw/conference.c:243:0: note: Variable 'srcpad' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:261:3: note: Variable 'srcpad' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:331:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/raw/conference.c:319:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:331:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:332:3: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/raw/conference.c:320:0: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:332:3: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:349:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/raw/conference.c:325:0: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:349:3: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:449:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/raw/conference.c:444:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:449:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:452:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/raw/conference.c:446:0: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:452:3: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:845:3: style: Variable 'fakesink_pad' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/raw/conference.c:820:0: note: Variable 'fakesink_pad' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:845:3: note: Variable 'fakesink_pad' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:854:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/raw/conference.c:823:0: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:854:3: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:893:3: style: Variable 'bus' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/raw/conference.c:891:0: note: Variable 'bus' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:893:3: note: Variable 'bus' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:1116:9: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/raw/conference.c:1114:0: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:1116:9: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:1181:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/raw/conference.c:1176:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:1181:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:1183:3: style: Variable 'participant' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/raw/conference.c:1177:0: note: Variable 'participant' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:1183:3: note: Variable 'participant' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:1189:3: style: Variable 'stream' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/raw/conference.c:1178:0: note: Variable 'stream' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/raw/conference.c:1189:3: note: Variable 'stream' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1269:4: warning: Either the condition 'participant==NULL' is redundant or there is possible null pointer dereference: participant. [nullPointerRedundantCheck]
farstream-0.1.2/tests/check/rtp/codecs.c:1271:24: note: Assuming that condition 'participant==NULL' is not redundant
farstream-0.1.2/tests/check/rtp/codecs.c:1269:4: note: Null pointer dereference
farstream-0.1.2/tests/check/rtp/codecs.c:42:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:36:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:42:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:86:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:80:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:86:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:239:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:234:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:239:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:240:3: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:235:0: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:240:3: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:349:3: style: Variable 'codecs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:347:3: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:349:3: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:411:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:405:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:411:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:412:3: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:406:0: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:412:3: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:445:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:438:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:445:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:832:3: style: Variable 'codecs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:809:0: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:832:3: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:870:5: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:867:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:870:5: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1058:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1052:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1058:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1127:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1117:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1127:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1297:3: style: Variable 'codecs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1293:0: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1297:3: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1447:3: style: Variable 'codecs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1438:0: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1447:3: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1518:3: style: Variable 'outprefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1511:0: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1518:3: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1522:3: style: Variable 'prefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1510:0: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1522:3: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1528:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1508:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1528:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1529:3: style: Variable 'outcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1509:0: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1529:3: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1617:3: style: Variable 'outprefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1611:0: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1617:3: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1620:3: style: Variable 'prefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1610:0: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1620:3: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1626:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1608:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1626:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1627:3: style: Variable 'outcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1609:0: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1627:3: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1717:3: style: Variable 'outprefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1712:0: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1717:3: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1719:3: style: Variable 'prefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1711:0: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1719:3: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1725:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1709:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1725:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1726:3: style: Variable 'outcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1710:0: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1726:3: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1795:3: style: Variable 'outprefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1790:0: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1795:3: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1797:3: style: Variable 'prefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1789:0: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1797:3: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1803:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1787:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1803:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1804:3: style: Variable 'outcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1788:0: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1804:3: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1957:3: style: Variable 'outprefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1952:0: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1957:3: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1959:3: style: Variable 'prefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1951:0: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1959:3: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1965:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1949:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1965:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1966:3: style: Variable 'outcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:1950:0: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:1966:3: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:2043:3: style: Variable 'outprefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:2037:0: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:2043:3: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:2045:3: style: Variable 'prefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:2036:0: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:2045:3: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:2051:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:2034:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:2051:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:2052:3: style: Variable 'outcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:2035:0: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:2052:3: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:2175:3: style: Variable 'outprefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:2170:0: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:2175:3: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:2177:3: style: Variable 'prefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:2169:0: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:2177:3: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:2183:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:2167:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:2183:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:2184:3: style: Variable 'outcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/codecs.c:2168:0: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/codecs.c:2184:3: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:78:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/conference.c:65:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:78:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:79:3: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/conference.c:66:0: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:79:3: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:210:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/conference.c:205:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:210:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:213:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/conference.c:207:0: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:213:3: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:540:7: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/conference.c:531:0: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:540:7: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:593:3: style: Variable 'fakesink_pad' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/conference.c:568:0: note: Variable 'fakesink_pad' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:593:3: note: Variable 'fakesink_pad' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:602:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/conference.c:571:0: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:602:3: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:641:3: style: Variable 'bus' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/conference.c:639:0: note: Variable 'bus' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:641:3: note: Variable 'bus' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:869:9: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/conference.c:867:0: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:869:9: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:931:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/conference.c:926:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:931:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:933:3: style: Variable 'participant' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/conference.c:927:0: note: Variable 'participant' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:933:3: note: Variable 'participant' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:937:3: style: Variable 'stream' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/conference.c:928:0: note: Variable 'stream' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:937:3: note: Variable 'stream' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:1124:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/conference.c:1121:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:1124:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:1127:3: style: Variable 'prefs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/conference.c:1120:0: note: Variable 'prefs' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:1127:3: note: Variable 'prefs' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:1206:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/conference.c:1201:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:1206:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:1211:3: style: Variable 'prefs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/conference.c:1200:0: note: Variable 'prefs' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/conference.c:1211:3: note: Variable 'prefs' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/generic.c:201:3: style: Variable 'srcpad' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/generic.c:183:0: note: Variable 'srcpad' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/generic.c:201:3: note: Variable 'srcpad' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/sendcodecs.c:102:11: style: Variable 'enumclass' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/sendcodecs.c:80:0: note: Variable 'enumclass' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/sendcodecs.c:102:11: note: Variable 'enumclass' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/sendcodecs.c:103:11: style: Variable 'enumvalue' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/sendcodecs.c:81:0: note: Variable 'enumvalue' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/sendcodecs.c:103:11: note: Variable 'enumvalue' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/sendcodecs.c:201:3: style: Variable 'pad' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/sendcodecs.c:184:0: note: Variable 'pad' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/sendcodecs.c:201:3: note: Variable 'pad' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/sendcodecs.c:285:3: style: Variable 'bus' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/sendcodecs.c:273:0: note: Variable 'bus' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/sendcodecs.c:285:3: note: Variable 'bus' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/sendcodecs.c:291:3: style: Variable 'participant' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/rtp/sendcodecs.c:270:0: note: Variable 'participant' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/rtp/sendcodecs.c:291:3: note: Variable 'participant' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/transmitter/nice.c:66:5: warning: Either the condition 'candidate==NULL' is redundant or there is possible null pointer dereference: candidate. [nullPointerRedundantCheck]
farstream-0.1.2/tests/check/transmitter/nice.c:68:25: note: Assuming that condition 'candidate==NULL' is not redundant
farstream-0.1.2/tests/check/transmitter/nice.c:66:5: note: Null pointer dereference
farstream-0.1.2/tests/check/transmitter/nice.c:297:3: style: Variable 'enumclass' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/transmitter/nice.c:292:0: note: Variable 'enumclass' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/transmitter/nice.c:297:3: note: Variable 'enumclass' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/transmitter/nice.c:298:3: style: Variable 'enumvalue' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/transmitter/nice.c:293:0: note: Variable 'enumvalue' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/transmitter/nice.c:298:3: note: Variable 'enumvalue' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/transmitter/nice.c:654:3: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/transmitter/nice.c:640:0: note: Variable 'trans' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/transmitter/nice.c:654:3: note: Variable 'trans' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/transmitter/nice.c:661:3: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/transmitter/nice.c:641:0: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/transmitter/nice.c:661:3: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/transmitter/nice.c:668:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/transmitter/nice.c:642:0: note: Variable 'p' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/transmitter/nice.c:668:3: note: Variable 'p' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/transmitter/rawudp.c:103:5: warning: Either the condition 'candidate==NULL' is redundant or there is possible null pointer dereference: candidate. [nullPointerRedundantCheck]
farstream-0.1.2/tests/check/transmitter/rawudp.c:105:25: note: Assuming that condition 'candidate==NULL' is not redundant
farstream-0.1.2/tests/check/transmitter/rawudp.c:103:5: note: Null pointer dereference
farstream-0.1.2/tests/check/transmitter/rawudp.c:888:3: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/transmitter/rawudp.c:881:0: note: Variable 'trans' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/transmitter/rawudp.c:888:3: note: Variable 'trans' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/transmitter/rawudp.c:896:3: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/transmitter/rawudp.c:882:0: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/transmitter/rawudp.c:896:3: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/transmitter/stunalternd.c:276:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/transmitter/stunalternd.c:266:0: note: Variable 'ret' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/transmitter/stunalternd.c:276:3: note: Variable 'ret' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/transmitter/stunalternd.c:150:17: style: Unused variable: hdr [unusedVariable]
farstream-0.1.2/tests/check/utils/binadded.c:62:3: style: Variable 'pipeline' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/utils/binadded.c:58:0: note: Variable 'pipeline' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:62:3: note: Variable 'pipeline' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:64:3: style: Variable 'identity' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/utils/binadded.c:59:0: note: Variable 'identity' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:64:3: note: Variable 'identity' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:67:3: style: Variable 'notifier' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/utils/binadded.c:60:0: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:67:3: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:119:3: style: Variable 'pipeline' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/utils/binadded.c:114:0: note: Variable 'pipeline' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:119:3: note: Variable 'pipeline' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:121:3: style: Variable 'bin' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/utils/binadded.c:115:0: note: Variable 'bin' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:121:3: note: Variable 'bin' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:126:3: style: Variable 'identity' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/utils/binadded.c:116:0: note: Variable 'identity' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:126:3: note: Variable 'identity' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:129:3: style: Variable 'notifier' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/utils/binadded.c:117:0: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:129:3: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:198:3: style: Variable 'identity' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/utils/binadded.c:193:0: note: Variable 'identity' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:198:3: note: Variable 'identity' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:249:3: style: Variable 'notifier' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/utils/binadded.c:244:0: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:249:3: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:263:3: style: Variable 'notifier' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/utils/binadded.c:259:0: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:263:3: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:271:3: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/utils/binadded.c:261:0: note: Variable 'filename' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:271:3: note: Variable 'filename' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:293:3: style: Variable 'notifier' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/check/utils/binadded.c:283:0: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/check/utils/binadded.c:293:3: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/rtp/codec-discovery.c:89:3: style: Variable 'elements' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/tests/rtp/codec-discovery.c:73:0: note: Variable 'elements' is reassigned a value before the old one has been used.
farstream-0.1.2/tests/rtp/codec-discovery.c:89:3: note: Variable 'elements' is reassigned a value before the old one has been used.
farstream-0.1.2/transmitters/multicast/fs-multicast-stream-transmitter.c:594:3: style: Variable 'streamtransmitter' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/transmitters/multicast/fs-multicast-stream-transmitter.c:592:0: note: Variable 'streamtransmitter' is reassigned a value before the old one has been used.
farstream-0.1.2/transmitters/multicast/fs-multicast-stream-transmitter.c:594:3: note: Variable 'streamtransmitter' is reassigned a value before the old one has been used.
farstream-0.1.2/transmitters/multicast/fs-multicast-transmitter.c:231:10: style: The scope of the variable 'padname' can be reduced. [variableScope]
farstream-0.1.2/transmitters/multicast/fs-multicast-transmitter.c:854:12: style: The scope of the variable 'udpsock' can be reduced. [variableScope]
farstream-0.1.2/transmitters/nice/fs-nice-agent.c:397:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/transmitters/nice/fs-nice-agent.c:395:0: note: Variable 'self' is reassigned a value before the old one has been used.
farstream-0.1.2/transmitters/nice/fs-nice-agent.c:397:3: note: Variable 'self' is reassigned a value before the old one has been used.
farstream-0.1.2/transmitters/nice/fs-nice-stream-transmitter.c:1070:3: style: Variable 'agents' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/transmitters/nice/fs-nice-stream-transmitter.c:1065:0: note: Variable 'agents' is reassigned a value before the old one has been used.
farstream-0.1.2/transmitters/nice/fs-nice-stream-transmitter.c:1070:3: note: Variable 'agents' is reassigned a value before the old one has been used.
farstream-0.1.2/transmitters/nice/fs-nice-transmitter.c:719:3: style: Variable 'ns' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/transmitters/nice/fs-nice-transmitter.c:717:0: note: Variable 'ns' is reassigned a value before the old one has been used.
farstream-0.1.2/transmitters/nice/fs-nice-transmitter.c:719:3: note: Variable 'ns' is reassigned a value before the old one has been used.
farstream-0.1.2/transmitters/nice/fs-nice-transmitter.c:210:10: style: The scope of the variable 'padname' can be reduced. [variableScope]
farstream-0.1.2/transmitters/rawudp/fs-rawudp-component.c:876:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/transmitters/rawudp/fs-rawudp-component.c:874:0: note: Variable 'self' is reassigned a value before the old one has been used.
farstream-0.1.2/transmitters/rawudp/fs-rawudp-component.c:876:3: note: Variable 'self' is reassigned a value before the old one has been used.
farstream-0.1.2/transmitters/rawudp/fs-rawudp-component.c:1504:3: style: Variable 'sysclock' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/transmitters/rawudp/fs-rawudp-component.c:1493:0: note: Variable 'sysclock' is reassigned a value before the old one has been used.
farstream-0.1.2/transmitters/rawudp/fs-rawudp-component.c:1504:3: note: Variable 'sysclock' is reassigned a value before the old one has been used.
farstream-0.1.2/transmitters/rawudp/fs-rawudp-component.c:1626:14: style: Function 'fs_rawudp_component_emit_local_candidates' argument 2 names different: declaration 'eror' definition 'error'. [funcArgNamesDifferent]
farstream-0.1.2/transmitters/rawudp/fs-rawudp-component.c:208:14: note: Function 'fs_rawudp_component_emit_local_candidates' argument 2 names different: declaration 'eror' definition 'error'.
farstream-0.1.2/transmitters/rawudp/fs-rawudp-component.c:1626:14: note: Function 'fs_rawudp_component_emit_local_candidates' argument 2 names different: declaration 'eror' definition 'error'.
farstream-0.1.2/transmitters/rawudp/fs-rawudp-stream-transmitter.c:777:3: style: Variable 'streamtransmitter' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/transmitters/rawudp/fs-rawudp-stream-transmitter.c:775:0: note: Variable 'streamtransmitter' is reassigned a value before the old one has been used.
farstream-0.1.2/transmitters/rawudp/fs-rawudp-stream-transmitter.c:777:3: note: Variable 'streamtransmitter' is reassigned a value before the old one has been used.
farstream-0.1.2/transmitters/rawudp/fs-rawudp-stream-transmitter.c:799:30: style: struct member 'CandidateTransit::self' is never used. [unusedStructMember]
farstream-0.1.2/transmitters/rawudp/fs-rawudp-stream-transmitter.c:800:16: style: struct member 'CandidateTransit::candidate' is never used. [unusedStructMember]
farstream-0.1.2/transmitters/rawudp/fs-rawudp-transmitter.c:235:10: style: The scope of the variable 'padname' can be reduced. [variableScope]
farstream-0.1.2/transmitters/rawudp/fs-rawudp-transmitter.c:815:12: style: The scope of the variable 'udpport' can be reduced. [variableScope]
farstream-0.1.2/transmitters/shm/fs-shm-stream-transmitter.c:526:3: style: Variable 'streamtransmitter' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.1.2/transmitters/shm/fs-shm-stream-transmitter.c:524:0: note: Variable 'streamtransmitter' is reassigned a value before the old one has been used.
farstream-0.1.2/transmitters/shm/fs-shm-stream-transmitter.c:526:3: note: Variable 'streamtransmitter' is reassigned a value before the old one has been used.
farstream-0.1.2/transmitters/shm/fs-shm-transmitter.c:304:10: style: The scope of the variable 'padname' can be reduced. [variableScope]
farstream-0.1.2/transmitters/shm/fs-shm-transmitter.c:748:16: style: Function 'fs_shm_transmitter_get_shm_sink' argument 5 names different: declaration 'connected_fubnc' definition 'connected_func'. [funcArgNamesDifferent]
farstream-0.1.2/transmitters/shm/fs-shm-transmitter.h:110:16: note: Function 'fs_shm_transmitter_get_shm_sink' argument 5 names different: declaration 'connected_fubnc' definition 'connected_func'.
farstream-0.1.2/transmitters/shm/fs-shm-transmitter.c:748:16: note: Function 'fs_shm_transmitter_get_shm_sink' argument 5 names different: declaration 'connected_fubnc' definition 'connected_func'.
[21:37]
ftp://ftp.se.debian.org/debian/pool/main/f/farstream-0.2/farstream-0.2_0.2.8.orig.tar.gz
farstream-0.2.8/farstream/fs-candidate.c:136:16: style: The scope of the variable 'cand' can be reduced. [variableScope]
farstream-0.2.8/farstream/fs-codec.c:317:3: style: Variable 'keyfile' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/farstream/fs-codec.c:307:0: note: Variable 'keyfile' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-codec.c:317:3: note: Variable 'keyfile' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-codec.c:338:5: style: Variable 'keys' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/farstream/fs-codec.c:331:0: note: Variable 'keys' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-codec.c:338:5: note: Variable 'keys' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-codec.c:240:12: style: The scope of the variable 'codec' can be reduced. [variableScope]
farstream-0.2.8/farstream/fs-conference.c:104:3: style: Variable 'error_struct' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/farstream/fs-conference.c:102:0: note: Variable 'error_struct' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-conference.c:104:3: note: Variable 'error_struct' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-conference.c:110:3: style: Variable 'gst_msg' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/farstream/fs-conference.c:101:0: note: Variable 'gst_msg' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-conference.c:110:3: note: Variable 'gst_msg' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-conference.c:141:3: style: Variable 'new_session' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/farstream/fs-conference.c:134:0: note: Variable 'new_session' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-conference.c:141:3: note: Variable 'new_session' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-conference.c:129:42: style: Function 'fs_conference_new_session' argument 1 names different: declaration 'conference' definition 'conf'. [funcArgNamesDifferent]
farstream-0.2.8/farstream/fs-conference.h:167:53: note: Function 'fs_conference_new_session' argument 1 names different: declaration 'conference' definition 'conf'.
farstream-0.2.8/farstream/fs-conference.c:129:42: note: Function 'fs_conference_new_session' argument 1 names different: declaration 'conference' definition 'conf'.
farstream-0.2.8/farstream/fs-conference.c:165:46: style: Function 'fs_conference_new_participant' argument 1 names different: declaration 'conference' definition 'conf'. [funcArgNamesDifferent]
farstream-0.2.8/farstream/fs-conference.h:171:61: note: Function 'fs_conference_new_participant' argument 1 names different: declaration 'conference' definition 'conf'.
farstream-0.2.8/farstream/fs-conference.c:165:46: note: Function 'fs_conference_new_participant' argument 1 names different: declaration 'conference' definition 'conf'.
farstream-0.2.8/farstream/fs-element-added-notifier.c:175:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/farstream/fs-element-added-notifier.c:173:0: note: Variable 'iter' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-element-added-notifier.c:175:5: note: Variable 'iter' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-element-added-notifier.c:425:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/farstream/fs-element-added-notifier.c:415:0: note: Variable 'iter' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-element-added-notifier.c:425:5: note: Variable 'iter' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-plugin.c:338:5: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/farstream/fs-plugin.c:335:0: note: Variable 'dir' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-plugin.c:338:5: note: Variable 'dir' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-plugin.c:351:7: style: Variable 'matches' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/farstream/fs-plugin.c:349:0: note: Variable 'matches' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-plugin.c:351:7: note: Variable 'matches' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-rtp.c:232:3: style: Variable 'keyfile' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/farstream/fs-rtp.c:222:0: note: Variable 'keyfile' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-rtp.c:232:3: note: Variable 'keyfile' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-session.c:524:3: style: Variable 'new_stream' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/farstream/fs-session.c:517:0: note: Variable 'new_stream' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-session.c:524:3: note: Variable 'new_stream' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-transmitter.c:294:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/farstream/fs-transmitter.c:289:0: note: Variable 'self' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-transmitter.c:294:3: note: Variable 'self' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-transmitter.c:266:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
farstream-0.2.8/farstream/fs-transmitter.c:294:10: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
farstream-0.2.8/farstream/fs-utils.c:47:3: style: Variable 'codec_prefs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/farstream/fs-utils.c:42:0: note: Variable 'codec_prefs' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-utils.c:47:3: note: Variable 'codec_prefs' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-utils.c:227:3: style: Variable 'rtp_hdrext_prefs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/farstream/fs-utils.c:222:0: note: Variable 'rtp_hdrext_prefs' is reassigned a value before the old one has been used.
farstream-0.2.8/farstream/fs-utils.c:227:3: note: Variable 'rtp_hdrext_prefs' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsmsnconference/fs-msn-cam-recv-conference.c:78:3: style: Variable 'fact' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsmsnconference/fs-msn-cam-recv-conference.c:72:0: note: Variable 'fact' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsmsnconference/fs-msn-cam-recv-conference.c:78:3: note: Variable 'fact' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsmsnconference/fs-msn-cam-send-conference.c:77:3: style: Variable 'fact' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsmsnconference/fs-msn-cam-send-conference.c:71:0: note: Variable 'fact' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsmsnconference/fs-msn-cam-send-conference.c:77:3: note: Variable 'fact' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.c:1027:9: style: Variable 'pollfd' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.c:1025:0: note: Variable 'pollfd' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.c:1027:9: note: Variable 'pollfd' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.c:318:61: style: Function 'fs_msn_connection_gather_local_candidates' argument 1 names different: declaration 'connection' definition 'self'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.h:88:70: note: Function 'fs_msn_connection_gather_local_candidates' argument 1 names different: declaration 'connection' definition 'self'.
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.c:318:61: note: Function 'fs_msn_connection_gather_local_candidates' argument 1 names different: declaration 'connection' definition 'self'.
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.c:346:59: style: Function 'fs_msn_connection_add_remote_candidates' argument 1 names different: declaration 'connection' definition 'self'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.h:91:68: note: Function 'fs_msn_connection_add_remote_candidates' argument 1 names different: declaration 'connection' definition 'self'.
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.c:346:59: note: Function 'fs_msn_connection_add_remote_candidates' argument 1 names different: declaration 'connection' definition 'self'.
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.c:466:53: style: Function 'fs_msn_open_listening_port_unlock' argument 1 names different: declaration 'connection' definition 'self'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.c:113:69: note: Function 'fs_msn_open_listening_port_unlock' argument 1 names different: declaration 'connection' definition 'self'.
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.c:466:53: note: Function 'fs_msn_open_listening_port_unlock' argument 1 names different: declaration 'connection' definition 'self'.
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.c:636:59: style: Function 'accept_connection_cb' argument 2 names different: declaration 'fd' definition 'pollfd'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.c:118:71: note: Function 'accept_connection_cb' argument 2 names different: declaration 'fd' definition 'pollfd'.
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.c:636:59: note: Function 'accept_connection_cb' argument 2 names different: declaration 'fd' definition 'pollfd'.
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.c:673:63: style: Function 'successful_connection_cb' argument 2 names different: declaration 'fd' definition 'pollfd'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.c:117:75: note: Function 'successful_connection_cb' argument 2 names different: declaration 'fd' definition 'pollfd'.
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.c:673:63: note: Function 'successful_connection_cb' argument 2 names different: declaration 'fd' definition 'pollfd'.
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.c:720:52: style: Function 'connection_cb' argument 2 names different: declaration 'fd' definition 'pollfd'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.c:119:64: note: Function 'connection_cb' argument 2 names different: declaration 'fd' definition 'pollfd'.
farstream-0.2.8/gst/fsmsnconference/fs-msn-connection.c:720:52: note: Function 'connection_cb' argument 2 names different: declaration 'fd' definition 'pollfd'.
farstream-0.2.8/gst/fsrawconference/fs-raw-conference.c:279:3: style: Variable 'new_participant' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrawconference/fs-raw-conference.c:277:0: note: Variable 'new_participant' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrawconference/fs-raw-conference.c:279:3: note: Variable 'new_participant' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrawconference/fs-raw-session.c:276:3: style: Variable 'conference' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrawconference/fs-raw-session.c:265:0: note: Variable 'conference' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrawconference/fs-raw-session.c:276:3: note: Variable 'conference' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrawconference/fs-raw-stream.c:277:33: style: Function 'fs_raw_stream_dispose' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrawconference/fs-raw-stream.c:138:45: note: Function 'fs_raw_stream_dispose' argument 1 names different: declaration 'object' definition 'obj'.
farstream-0.2.8/gst/fsrawconference/fs-raw-stream.c:277:33: note: Function 'fs_raw_stream_dispose' argument 1 names different: declaration 'object' definition 'obj'.
farstream-0.2.8/gst/fsrawconference/fs-raw-stream.c:487:18: style: Function '_new_active_candidate_pair' argument 2 names different: declaration 'candidate1' definition 'local_candidate'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrawconference/fs-raw-stream.c:155:18: note: Function '_new_active_candidate_pair' argument 2 names different: declaration 'candidate1' definition 'local_candidate'.
farstream-0.2.8/gst/fsrawconference/fs-raw-stream.c:487:18: note: Function '_new_active_candidate_pair' argument 2 names different: declaration 'candidate1' definition 'local_candidate'.
farstream-0.2.8/gst/fsrawconference/fs-raw-stream.c:488:18: style: Function '_new_active_candidate_pair' argument 3 names different: declaration 'candidate2' definition 'remote_candidate'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrawconference/fs-raw-stream.c:156:18: note: Function '_new_active_candidate_pair' argument 3 names different: declaration 'candidate2' definition 'remote_candidate'.
farstream-0.2.8/gst/fsrawconference/fs-raw-stream.c:488:18: note: Function '_new_active_candidate_pair' argument 3 names different: declaration 'candidate2' definition 'remote_candidate'.
farstream-0.2.8/gst/fsrawconference/fs-raw-stream.c:607:12: style: Function 'fs_raw_stream_force_remote_candidates' argument 2 names different: declaration 'remote_candidates' definition 'candidates'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrawconference/fs-raw-stream.c:176:12: note: Function 'fs_raw_stream_force_remote_candidates' argument 2 names different: declaration 'remote_candidates' definition 'candidates'.
farstream-0.2.8/gst/fsrawconference/fs-raw-stream.c:607:12: note: Function 'fs_raw_stream_force_remote_candidates' argument 2 names different: declaration 'remote_candidates' definition 'candidates'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-bitrate-adapter.c:523:3: style: Variable 'first' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-bitrate-adapter.c:519:0: note: Variable 'first' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-bitrate-adapter.c:523:3: note: Variable 'first' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-cache.c:505:51: style: Function 'save_codecs_cache' argument 2 names different: declaration 'codec_blueprints' definition 'blueprints'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-cache.h:35:60: note: Function 'save_codecs_cache' argument 2 names different: declaration 'codec_blueprints' definition 'blueprints'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-cache.c:505:51: note: Function 'save_codecs_cache' argument 2 names different: declaration 'codec_blueprints' definition 'blueprints'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:155:3: style: Variable 'padcaps' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:152:0: note: Variable 'padcaps' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:155:3: note: Variable 'padcaps' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:178:3: style: Variable 'codecbin' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:170:0: note: Variable 'codecbin' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:178:3: note: Variable 'codecbin' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:397:3: style: Variable 'caps' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:395:0: note: Variable 'caps' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:397:3: note: Variable 'caps' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1028:5: style: Variable 'old_ca' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1020:0: note: Variable 'old_ca' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1028:5: note: Variable 'old_ca' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:685:16: style: The scope of the variable 'send_codec' can be reduced. [variableScope]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1233:47: style: Function 'lookup_codec_association_by_pt_list' argument 3 names different: declaration 'want_empty' definition 'want_disabled'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:48:14: note: Function 'lookup_codec_association_by_pt_list' argument 3 names different: declaration 'want_empty' definition 'want_disabled'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1233:47: note: Function 'lookup_codec_association_by_pt_list' argument 3 names different: declaration 'want_empty' definition 'want_disabled'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1566:40: style: Function 'create_local_header_extensions' argument 1 names different: declaration 'hdrext_old' definition 'hdrexts_old'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.h:142:40: note: Function 'create_local_header_extensions' argument 1 names different: declaration 'hdrext_old' definition 'hdrexts_old'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1566:40: note: Function 'create_local_header_extensions' argument 1 names different: declaration 'hdrext_old' definition 'hdrexts_old'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1566:60: style: Function 'create_local_header_extensions' argument 2 names different: declaration 'hdrext_prefs' definition 'hdrexts_prefs'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.h:142:59: note: Function 'create_local_header_extensions' argument 2 names different: declaration 'hdrext_prefs' definition 'hdrexts_prefs'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1566:60: note: Function 'create_local_header_extensions' argument 2 names different: declaration 'hdrext_prefs' definition 'hdrexts_prefs'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1609:44: style: Function 'negotiate_stream_header_extensions' argument 1 names different: declaration 'hdrext' definition 'hdrexts'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.h:145:44: note: Function 'negotiate_stream_header_extensions' argument 1 names different: declaration 'hdrext' definition 'hdrexts'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1609:44: note: Function 'negotiate_stream_header_extensions' argument 1 names different: declaration 'hdrext' definition 'hdrexts'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1609:60: style: Function 'negotiate_stream_header_extensions' argument 2 names different: declaration 'hdrext_remote' definition 'hdrexts_stream'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.h:145:59: note: Function 'negotiate_stream_header_extensions' argument 2 names different: declaration 'hdrext_remote' definition 'hdrexts_stream'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-negotiation.c:1609:60: note: Function 'negotiate_stream_header_extensions' argument 2 names different: declaration 'hdrext_remote' definition 'hdrexts_stream'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:945:41: warning: Either the condition 'if(local_param)' is redundant or there is possible null pointer dereference: local_param. [nullPointerRedundantCheck]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:948:6: note: Assuming that condition 'if(local_param)' is not redundant
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:945:41: note: Null pointer dereference
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:1490:54: warning: Possible null pointer dereference: sdp_param [nullPointer]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:1512:34: note: Calling function 'param_h264_profile_level_id', 1st argument 'sdp_param' value is 0
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:1490:54: note: Null pointer dereference
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:502:3: style: Variable 'sdp_param' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:500:0: note: Variable 'sdp_param' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:502:3: note: Variable 'sdp_param' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:747:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:744:0: note: Variable 'p' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:747:5: note: Variable 'p' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:1315:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:1382:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:352:59: style: Function 'codec_has_config_data_named' argument 2 names different: declaration 'name' definition 'param_name'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.h:66:59: note: Function 'codec_has_config_data_named' argument 2 names different: declaration 'name' definition 'param_name'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:352:59: note: Function 'codec_has_config_data_named' argument 2 names different: declaration 'name' definition 'param_name'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:379:50: style: Function 'codec_copy_filtered' argument 2 names different: declaration 'types' definition 'paramtypes'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.h:69:50: note: Function 'codec_copy_filtered' argument 2 names different: declaration 'types' definition 'paramtypes'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:379:50: note: Function 'codec_copy_filtered' argument 2 names different: declaration 'types' definition 'paramtypes'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:418:31: style: Function 'sdp_negotiate_codec' argument 1 names different: declaration 'local_recv_codec' definition 'local_codec'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.h:59:31: note: Function 'sdp_negotiate_codec' argument 1 names different: declaration 'local_recv_codec' definition 'local_codec'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-codec-specific.c:418:31: note: Function 'sdp_negotiate_codec' argument 1 names different: declaration 'local_recv_codec' definition 'local_codec'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-conference.c:357:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-conference.c:354:0: note: Variable 'session' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-conference.c:357:3: note: Variable 'session' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-conference.c:469:3: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-conference.c:466:0: note: Variable 'session' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-conference.c:469:3: note: Variable 'session' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-discover-codecs.c:326:3: style: Variable 'duplex_list' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-discover-codecs.c:321:0: note: Variable 'duplex_list' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-discover-codecs.c:326:3: note: Variable 'duplex_list' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-discover-codecs.c:930:7: style: Variable 'intersection' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-discover-codecs.c:922:0: note: Variable 'intersection' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-discover-codecs.c:930:7: note: Variable 'intersection' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-discover-codecs.c:1184:5: style: Variable 'padtemplate' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-discover-codecs.c:1182:0: note: Variable 'padtemplate' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-discover-codecs.c:1184:5: note: Variable 'padtemplate' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-discover-codecs.c:484:13: style: The scope of the variable 'codec_cap' can be reduced. [variableScope]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-discover-codecs.c:485:17: style: The scope of the variable 'rtp_struct' can be reduced. [variableScope]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-discover-codecs.c:486:16: style: The scope of the variable 'encoding_name' can be reduced. [variableScope]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-discover-codecs.c:593:13: style: The scope of the variable 'codec_cap' can be reduced. [variableScope]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-discover-codecs.c:909:12: style: The scope of the variable 'caps1' can be reduced. [variableScope]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-discover-codecs.c:1413:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:115:3: style: Variable 'fact' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:112:0: note: Variable 'fact' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:115:3: note: Variable 'fact' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:247:3: style: Variable 'telephony_codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:239:0: note: Variable 'telephony_codec' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:247:3: note: Variable 'telephony_codec' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:255:3: style: Variable 'bin' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:245:0: note: Variable 'bin' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:255:3: note: Variable 'bin' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:260:3: style: Variable 'dtmfsrc' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:242:0: note: Variable 'dtmfsrc' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:260:3: note: Variable 'dtmfsrc' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:218:52: style: Function 'fs_rtp_dtmf_event_source_get_codec' argument 3 names different: declaration 'codec' definition 'selected_codec'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:77:14: note: Function 'fs_rtp_dtmf_event_source_get_codec' argument 3 names different: declaration 'codec' definition 'selected_codec'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-event-source.c:218:52: note: Function 'fs_rtp_dtmf_event_source_get_codec' argument 3 names different: declaration 'codec' definition 'selected_codec'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-sound-source.c:118:3: style: Variable 'ca' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-sound-source.c:116:0: note: Variable 'ca' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-sound-source.c:118:3: note: Variable 'ca' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-sound-source.c:151:3: style: Variable 'fact' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-sound-source.c:147:0: note: Variable 'fact' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-dtmf-sound-source.c:151:3: note: Variable 'fact' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-packet-modder.c:131:13: style: The scope of the variable 'clock' can be reduced. [variableScope]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:988:9: style: Variable 'codecs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:986:0: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:988:9: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:2705:3: style: Variable 'stream' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:2703:0: note: Variable 'stream' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:2705:3: note: Variable 'stream' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:2804:11: style: Variable 'tmpcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:2801:0: note: Variable 'tmpcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:2804:11: note: Variable 'tmpcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:2939:7: style: Variable 'tmp_codec_associations' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:2935:0: note: Variable 'tmp_codec_associations' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:2939:7: note: Variable 'tmp_codec_associations' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:3932:3: style: Variable 'codecbin' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:3916:0: note: Variable 'codecbin' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:3932:3: note: Variable 'codecbin' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:4543:3: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:4539:0: note: Variable 's' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:4543:3: note: Variable 's' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:4752:3: style: Variable 'codecbin' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:4743:0: note: Variable 'codecbin' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:4752:3: note: Variable 'codecbin' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:605:34: style: Function 'fs_rtp_session_dispose' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:296:46: note: Function 'fs_rtp_session_dispose' argument 1 names different: declaration 'object' definition 'obj'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:605:34: note: Function 'fs_rtp_session_dispose' argument 1 names different: declaration 'object' definition 'obj'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:5236:57: style: Function 'fs_rtp_session_handle_dtmf_event_message' argument 1 names different: declaration 'session' definition 'self'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.h:130:66: note: Function 'fs_rtp_session_handle_dtmf_event_message' argument 1 names different: declaration 'session' definition 'self'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-session.c:5236:57: note: Function 'fs_rtp_session_handle_dtmf_event_message' argument 1 names different: declaration 'session' definition 'self'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-special-source.c:581:3: style: Variable 'source' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-special-source.c:573:0: note: Variable 'source' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-special-source.c:581:3: note: Variable 'source' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-special-source.c:411:13: style: Function 'fs_rtp_special_sources_remove' argument 1 names different: declaration 'current_extra_sources' definition 'extra_sources'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-special-source.h:118:13: note: Function 'fs_rtp_special_sources_remove' argument 1 names different: declaration 'current_extra_sources' definition 'extra_sources'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-special-source.c:411:13: note: Function 'fs_rtp_special_sources_remove' argument 1 names different: declaration 'current_extra_sources' definition 'extra_sources'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-stream.c:503:10: style: The scope of the variable 'item' can be reduced. [variableScope]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-stream.c:843:18: style: Function '_new_active_candidate_pair' argument 2 names different: declaration 'candidate1' definition 'local_candidate'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-stream.c:159:18: note: Function '_new_active_candidate_pair' argument 2 names different: declaration 'candidate1' definition 'local_candidate'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-stream.c:843:18: note: Function '_new_active_candidate_pair' argument 2 names different: declaration 'candidate1' definition 'local_candidate'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-stream.c:844:18: style: Function '_new_active_candidate_pair' argument 3 names different: declaration 'candidate2' definition 'remote_candidate'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-stream.c:160:18: note: Function '_new_active_candidate_pair' argument 3 names different: declaration 'candidate2' definition 'remote_candidate'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-stream.c:844:18: note: Function '_new_active_candidate_pair' argument 3 names different: declaration 'candidate2' definition 'remote_candidate'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-substream.c:427:3: style: Variable 'sysclock' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-substream.c:423:0: note: Variable 'sysclock' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-substream.c:427:3: note: Variable 'sysclock' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-substream.c:470:3: style: Variable 'sysclock' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-substream.c:468:0: note: Variable 'sysclock' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-substream.c:470:3: note: Variable 'sysclock' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-substream.c:975:13: style: Function 'fs_rtp_sub_stream_new' argument 3 names different: declaration 'pad' definition 'rtpbin_pad'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-substream.h:87:13: note: Function 'fs_rtp_sub_stream_new' argument 3 names different: declaration 'pad' definition 'rtpbin_pad'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-substream.c:975:13: note: Function 'fs_rtp_sub_stream_new' argument 3 names different: declaration 'pad' definition 'rtpbin_pad'.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-tfrc.c:1385:3: style: Variable 'has_codec_rtcpfb' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/gst/fsrtpconference/fs-rtp-tfrc.c:1382:0: note: Variable 'has_codec_rtcpfb' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpconference/fs-rtp-tfrc.c:1385:3: note: Variable 'has_codec_rtcpfb' is reassigned a value before the old one has been used.
farstream-0.2.8/gst/fsrtpxdata/fsrtpxdatapay.c:100:47: style: Function 'fs_rtp_xdata_pay_setcaps' argument 1 names different: declaration 'payload' definition 'rtpbasepayload'. [funcArgNamesDifferent]
farstream-0.2.8/gst/fsrtpxdata/fsrtpxdatapay.c:53:63: note: Function 'fs_rtp_xdata_pay_setcaps' argument 1 names different: declaration 'payload' definition 'rtpbasepayload'.
farstream-0.2.8/gst/fsrtpxdata/fsrtpxdatapay.c:100:47: note: Function 'fs_rtp_xdata_pay_setcaps' argument 1 names different: declaration 'payload' definition 'rtpbasepayload'.
farstream-0.2.8/tests/check/base/fscodec.c:35:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/base/fscodec.c:33:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/base/fscodec.c:35:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/base/fscodec.c:219:3: style: Variable 'codec2' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/base/fscodec.c:217:0: note: Variable 'codec2' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/base/fscodec.c:219:3: note: Variable 'codec2' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/base/fscodec.c:259:3: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/base/fscodec.c:250:0: note: Variable 'filename' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/base/fscodec.c:259:3: note: Variable 'filename' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/base/fscodec.c:260:3: style: Variable 'codecs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/base/fscodec.c:248:0: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/base/fscodec.c:260:3: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/base/fscodec.c:275:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/base/fscodec.c:252:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/base/fscodec.c:275:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/base/fscodec.c:351:3: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/base/fscodec.c:342:0: note: Variable 'filename' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/base/fscodec.c:351:3: note: Variable 'filename' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/base/fscodec.c:352:3: style: Variable 'extensions' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/base/fscodec.c:340:0: note: Variable 'extensions' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/base/fscodec.c:352:3: note: Variable 'extensions' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/base/fstransmitter.c:36:3: style: Variable 'transmitter' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/base/fstransmitter.c:34:0: note: Variable 'transmitter' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/base/fstransmitter.c:36:3: note: Variable 'transmitter' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:262:3: style: Variable 'srcpad' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/raw/conference.c:244:0: note: Variable 'srcpad' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:262:3: note: Variable 'srcpad' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:330:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/raw/conference.c:318:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:330:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:332:3: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/raw/conference.c:319:0: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:332:3: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:349:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/raw/conference.c:324:0: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:349:3: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:449:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/raw/conference.c:444:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:449:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:452:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/raw/conference.c:446:0: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:452:3: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:834:3: style: Variable 'fakesink_pad' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/raw/conference.c:809:0: note: Variable 'fakesink_pad' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:834:3: note: Variable 'fakesink_pad' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:843:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/raw/conference.c:812:0: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:843:3: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:882:3: style: Variable 'bus' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/raw/conference.c:880:0: note: Variable 'bus' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:882:3: note: Variable 'bus' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:1104:9: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/raw/conference.c:1102:0: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:1104:9: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:1169:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/raw/conference.c:1164:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:1169:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:1171:3: style: Variable 'participant' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/raw/conference.c:1165:0: note: Variable 'participant' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:1171:3: note: Variable 'participant' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:1177:3: style: Variable 'stream' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/raw/conference.c:1166:0: note: Variable 'stream' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/raw/conference.c:1177:3: note: Variable 'stream' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1269:4: warning: Either the condition 'participant==NULL' is redundant or there is possible null pointer dereference: participant. [nullPointerRedundantCheck]
farstream-0.2.8/tests/check/rtp/codecs.c:1271:24: note: Assuming that condition 'participant==NULL' is not redundant
farstream-0.2.8/tests/check/rtp/codecs.c:1269:4: note: Null pointer dereference
farstream-0.2.8/tests/check/rtp/codecs.c:42:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:36:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:42:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:86:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:80:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:86:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:239:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:234:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:239:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:240:3: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:235:0: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:240:3: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:349:3: style: Variable 'codecs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:347:3: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:349:3: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:411:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:405:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:411:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:412:3: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:406:0: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:412:3: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:445:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:438:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:445:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:832:3: style: Variable 'codecs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:809:0: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:832:3: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:870:5: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:867:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:870:5: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1058:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1052:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1058:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1127:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1117:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1127:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1297:3: style: Variable 'codecs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1293:0: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1297:3: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1447:3: style: Variable 'codecs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1438:0: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1447:3: note: Variable 'codecs' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1520:3: style: Variable 'outprefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1511:0: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1520:3: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1524:3: style: Variable 'prefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1510:0: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1524:3: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1535:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1508:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1535:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1536:3: style: Variable 'outcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1509:0: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1536:3: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1626:3: style: Variable 'outprefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1618:0: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1626:3: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1629:3: style: Variable 'prefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1617:0: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1629:3: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1640:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1615:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1640:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1641:3: style: Variable 'outcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1616:0: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1641:3: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1733:3: style: Variable 'outprefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1726:0: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1733:3: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1735:3: style: Variable 'prefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1725:0: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1735:3: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1748:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1723:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1748:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1749:3: style: Variable 'outcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1724:0: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1749:3: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1820:3: style: Variable 'outprefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1813:0: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1820:3: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1822:3: style: Variable 'prefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1812:0: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1822:3: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1834:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1810:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1834:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1835:3: style: Variable 'outcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1811:0: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1835:3: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1990:3: style: Variable 'outprefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1983:0: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1990:3: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1992:3: style: Variable 'prefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1982:0: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:1992:3: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2006:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1980:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2006:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2007:3: style: Variable 'outcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:1981:0: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2007:3: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2086:3: style: Variable 'outprefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:2078:0: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2086:3: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2088:3: style: Variable 'prefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:2077:0: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2088:3: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2100:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:2075:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2100:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2101:3: style: Variable 'outcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:2076:0: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2101:3: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2226:3: style: Variable 'outprefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:2219:0: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2226:3: note: Variable 'outprefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2228:3: style: Variable 'prefcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:2218:0: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2228:3: note: Variable 'prefcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2240:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:2216:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2240:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2241:3: style: Variable 'outcodec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/codecs.c:2217:0: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/codecs.c:2241:3: note: Variable 'outcodec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:80:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/conference.c:67:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:80:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:81:3: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/conference.c:68:0: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:81:3: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:212:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/conference.c:207:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:212:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:215:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/conference.c:209:0: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:215:3: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:515:7: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/conference.c:506:0: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:515:7: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:568:3: style: Variable 'fakesink_pad' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/conference.c:543:0: note: Variable 'fakesink_pad' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:568:3: note: Variable 'fakesink_pad' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:577:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/conference.c:546:0: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:577:3: note: Variable 'str' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:616:3: style: Variable 'bus' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/conference.c:614:0: note: Variable 'bus' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:616:3: note: Variable 'bus' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:844:9: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/conference.c:842:0: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:844:9: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:905:3: style: Variable 'dat' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/conference.c:900:0: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:905:3: note: Variable 'dat' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:907:3: style: Variable 'participant' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/conference.c:901:0: note: Variable 'participant' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:907:3: note: Variable 'participant' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:911:3: style: Variable 'stream' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/conference.c:902:0: note: Variable 'stream' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:911:3: note: Variable 'stream' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:1098:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/conference.c:1095:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:1098:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:1101:3: style: Variable 'prefs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/conference.c:1094:0: note: Variable 'prefs' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:1101:3: note: Variable 'prefs' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:1180:3: style: Variable 'codec' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/conference.c:1175:0: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:1180:3: note: Variable 'codec' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:1185:3: style: Variable 'prefs' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/conference.c:1174:0: note: Variable 'prefs' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/conference.c:1185:3: note: Variable 'prefs' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/generic.c:201:3: style: Variable 'srcpad' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/generic.c:183:0: note: Variable 'srcpad' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/generic.c:201:3: note: Variable 'srcpad' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/sendcodecs.c:99:11: style: Variable 'enumclass' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/sendcodecs.c:78:0: note: Variable 'enumclass' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/sendcodecs.c:99:11: note: Variable 'enumclass' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/sendcodecs.c:100:11: style: Variable 'enumvalue' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/sendcodecs.c:79:0: note: Variable 'enumvalue' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/sendcodecs.c:100:11: note: Variable 'enumvalue' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/sendcodecs.c:199:3: style: Variable 'pad' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/sendcodecs.c:182:0: note: Variable 'pad' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/sendcodecs.c:199:3: note: Variable 'pad' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/sendcodecs.c:284:3: style: Variable 'bus' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/sendcodecs.c:272:0: note: Variable 'bus' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/sendcodecs.c:284:3: note: Variable 'bus' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/sendcodecs.c:290:3: style: Variable 'participant' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/rtp/sendcodecs.c:269:0: note: Variable 'participant' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/rtp/sendcodecs.c:290:3: note: Variable 'participant' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/transmitter/nice.c:66:5: warning: Either the condition 'candidate==NULL' is redundant or there is possible null pointer dereference: candidate. [nullPointerRedundantCheck]
farstream-0.2.8/tests/check/transmitter/nice.c:68:25: note: Assuming that condition 'candidate==NULL' is not redundant
farstream-0.2.8/tests/check/transmitter/nice.c:66:5: note: Null pointer dereference
farstream-0.2.8/tests/check/transmitter/nice.c:342:3: style: Variable 'enumclass' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/transmitter/nice.c:337:0: note: Variable 'enumclass' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/transmitter/nice.c:342:3: note: Variable 'enumclass' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/transmitter/nice.c:343:3: style: Variable 'enumvalue' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/transmitter/nice.c:338:0: note: Variable 'enumvalue' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/transmitter/nice.c:343:3: note: Variable 'enumvalue' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/transmitter/nice.c:671:3: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/transmitter/nice.c:659:0: note: Variable 'trans' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/transmitter/nice.c:671:3: note: Variable 'trans' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/transmitter/nice.c:678:3: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/transmitter/nice.c:660:0: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/transmitter/nice.c:678:3: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/transmitter/nice.c:685:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/transmitter/nice.c:661:0: note: Variable 'p' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/transmitter/nice.c:685:3: note: Variable 'p' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/transmitter/rawudp.c:102:5: warning: Either the condition 'candidate==NULL' is redundant or there is possible null pointer dereference: candidate. [nullPointerRedundantCheck]
farstream-0.2.8/tests/check/transmitter/rawudp.c:104:25: note: Assuming that condition 'candidate==NULL' is not redundant
farstream-0.2.8/tests/check/transmitter/rawudp.c:102:5: note: Null pointer dereference
farstream-0.2.8/tests/check/transmitter/rawudp.c:853:3: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/transmitter/rawudp.c:846:0: note: Variable 'trans' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/transmitter/rawudp.c:853:3: note: Variable 'trans' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/transmitter/rawudp.c:861:3: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/transmitter/rawudp.c:847:0: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/transmitter/rawudp.c:861:3: note: Variable 'st' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/transmitter/stunalternd.c:154:17: style: Unused variable: hdr [unusedVariable]
farstream-0.2.8/tests/check/utils/binadded.c:62:3: style: Variable 'pipeline' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/utils/binadded.c:58:0: note: Variable 'pipeline' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:62:3: note: Variable 'pipeline' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:64:3: style: Variable 'identity' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/utils/binadded.c:59:0: note: Variable 'identity' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:64:3: note: Variable 'identity' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:67:3: style: Variable 'notifier' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/utils/binadded.c:60:0: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:67:3: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:119:3: style: Variable 'pipeline' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/utils/binadded.c:114:0: note: Variable 'pipeline' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:119:3: note: Variable 'pipeline' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:121:3: style: Variable 'bin' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/utils/binadded.c:115:0: note: Variable 'bin' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:121:3: note: Variable 'bin' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:126:3: style: Variable 'identity' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/utils/binadded.c:116:0: note: Variable 'identity' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:126:3: note: Variable 'identity' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:129:3: style: Variable 'notifier' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/utils/binadded.c:117:0: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:129:3: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:198:3: style: Variable 'identity' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/utils/binadded.c:193:0: note: Variable 'identity' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:198:3: note: Variable 'identity' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:250:3: style: Variable 'notifier' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/utils/binadded.c:244:0: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:250:3: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:266:3: style: Variable 'notifier' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/utils/binadded.c:262:0: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:266:3: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:274:3: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/utils/binadded.c:264:0: note: Variable 'filename' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:274:3: note: Variable 'filename' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:296:3: style: Variable 'notifier' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/check/utils/binadded.c:286:0: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/check/utils/binadded.c:296:3: note: Variable 'notifier' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/rtp/codec-discovery.c:113:3: style: Variable 'elements' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/tests/rtp/codec-discovery.c:97:0: note: Variable 'elements' is reassigned a value before the old one has been used.
farstream-0.2.8/tests/rtp/codec-discovery.c:113:3: note: Variable 'elements' is reassigned a value before the old one has been used.
farstream-0.2.8/transmitters/multicast/fs-multicast-stream-transmitter.c:589:3: style: Variable 'streamtransmitter' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/transmitters/multicast/fs-multicast-stream-transmitter.c:587:0: note: Variable 'streamtransmitter' is reassigned a value before the old one has been used.
farstream-0.2.8/transmitters/multicast/fs-multicast-stream-transmitter.c:589:3: note: Variable 'streamtransmitter' is reassigned a value before the old one has been used.
farstream-0.2.8/transmitters/multicast/fs-multicast-stream-transmitter.c:169:65: style: Function 'fs_multicast_stream_transmitter_register_type' argument 1 names different: declaration 'module' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
farstream-0.2.8/transmitters/multicast/fs-multicast-stream-transmitter.h:88:64: note: Function 'fs_multicast_stream_transmitter_register_type' argument 1 names different: declaration 'module' definition 'G_GNUC_UNUSED'.
farstream-0.2.8/transmitters/multicast/fs-multicast-stream-transmitter.c:169:65: note: Function 'fs_multicast_stream_transmitter_register_type' argument 1 names different: declaration 'module' definition 'G_GNUC_UNUSED'.
farstream-0.2.8/transmitters/multicast/fs-multicast-transmitter.c:237:10: style: The scope of the variable 'padname' can be reduced. [variableScope]
farstream-0.2.8/transmitters/multicast/fs-multicast-transmitter.c:823:12: style: The scope of the variable 'udpsock' can be reduced. [variableScope]
farstream-0.2.8/transmitters/nice/fs-nice-agent.c:396:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/transmitters/nice/fs-nice-agent.c:394:0: note: Variable 'self' is reassigned a value before the old one has been used.
farstream-0.2.8/transmitters/nice/fs-nice-agent.c:396:3: note: Variable 'self' is reassigned a value before the old one has been used.
farstream-0.2.8/transmitters/nice/fs-nice-agent.c:119:47: style: Function 'fs_nice_agent_register_type' argument 1 names different: declaration 'module' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
farstream-0.2.8/transmitters/nice/fs-nice-agent.h:96:40: note: Function 'fs_nice_agent_register_type' argument 1 names different: declaration 'module' definition 'G_GNUC_UNUSED'.
farstream-0.2.8/transmitters/nice/fs-nice-agent.c:119:47: note: Function 'fs_nice_agent_register_type' argument 1 names different: declaration 'module' definition 'G_GNUC_UNUSED'.
farstream-0.2.8/transmitters/nice/fs-nice-stream-transmitter.c:1209:3: style: Variable 'agents' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/transmitters/nice/fs-nice-stream-transmitter.c:1204:0: note: Variable 'agents' is reassigned a value before the old one has been used.
farstream-0.2.8/transmitters/nice/fs-nice-stream-transmitter.c:1209:3: note: Variable 'agents' is reassigned a value before the old one has been used.
farstream-0.2.8/transmitters/nice/fs-nice-stream-transmitter.c:206:60: style: Function 'fs_nice_stream_transmitter_register_type' argument 1 names different: declaration 'module' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
farstream-0.2.8/transmitters/nice/fs-nice-stream-transmitter.h:88:59: note: Function 'fs_nice_stream_transmitter_register_type' argument 1 names different: declaration 'module' definition 'G_GNUC_UNUSED'.
farstream-0.2.8/transmitters/nice/fs-nice-stream-transmitter.c:206:60: note: Function 'fs_nice_stream_transmitter_register_type' argument 1 names different: declaration 'module' definition 'G_GNUC_UNUSED'.
farstream-0.2.8/transmitters/nice/fs-nice-transmitter.c:669:3: style: Variable 'ns' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/transmitters/nice/fs-nice-transmitter.c:667:0: note: Variable 'ns' is reassigned a value before the old one has been used.
farstream-0.2.8/transmitters/nice/fs-nice-transmitter.c:669:3: note: Variable 'ns' is reassigned a value before the old one has been used.
farstream-0.2.8/transmitters/nice/fs-nice-transmitter.c:208:10: style: The scope of the variable 'padname' can be reduced. [variableScope]
farstream-0.2.8/transmitters/rawudp/fs-rawudp-component.c:846:3: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/transmitters/rawudp/fs-rawudp-component.c:844:0: note: Variable 'self' is reassigned a value before the old one has been used.
farstream-0.2.8/transmitters/rawudp/fs-rawudp-component.c:846:3: note: Variable 'self' is reassigned a value before the old one has been used.
farstream-0.2.8/transmitters/rawudp/fs-rawudp-component.c:1464:3: style: Variable 'sysclock' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/transmitters/rawudp/fs-rawudp-component.c:1453:0: note: Variable 'sysclock' is reassigned a value before the old one has been used.
farstream-0.2.8/transmitters/rawudp/fs-rawudp-component.c:1464:3: note: Variable 'sysclock' is reassigned a value before the old one has been used.
farstream-0.2.8/transmitters/rawudp/fs-rawudp-component.c:238:53: style: Function 'fs_rawudp_component_register_type' argument 1 names different: declaration 'module' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
farstream-0.2.8/transmitters/rawudp/fs-rawudp-component.h:92:52: note: Function 'fs_rawudp_component_register_type' argument 1 names different: declaration 'module' definition 'G_GNUC_UNUSED'.
farstream-0.2.8/transmitters/rawudp/fs-rawudp-component.c:238:53: note: Function 'fs_rawudp_component_register_type' argument 1 names different: declaration 'module' definition 'G_GNUC_UNUSED'.
farstream-0.2.8/transmitters/rawudp/fs-rawudp-component.c:1586:14: style: Function 'fs_rawudp_component_emit_local_candidates' argument 2 names different: declaration 'eror' definition 'error'. [funcArgNamesDifferent]
farstream-0.2.8/transmitters/rawudp/fs-rawudp-component.c:199:14: note: Function 'fs_rawudp_component_emit_local_candidates' argument 2 names different: declaration 'eror' definition 'error'.
farstream-0.2.8/transmitters/rawudp/fs-rawudp-component.c:1586:14: note: Function 'fs_rawudp_component_emit_local_candidates' argument 2 names different: declaration 'eror' definition 'error'.
farstream-0.2.8/transmitters/rawudp/fs-rawudp-stream-transmitter.c:775:3: style: Variable 'streamtransmitter' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/transmitters/rawudp/fs-rawudp-stream-transmitter.c:773:0: note: Variable 'streamtransmitter' is reassigned a value before the old one has been used.
farstream-0.2.8/transmitters/rawudp/fs-rawudp-stream-transmitter.c:775:3: note: Variable 'streamtransmitter' is reassigned a value before the old one has been used.
farstream-0.2.8/transmitters/rawudp/fs-rawudp-stream-transmitter.c:797:30: style: struct member 'CandidateTransit::self' is never used. [unusedStructMember]
farstream-0.2.8/transmitters/rawudp/fs-rawudp-stream-transmitter.c:798:16: style: struct member 'CandidateTransit::candidate' is never used. [unusedStructMember]
farstream-0.2.8/transmitters/rawudp/fs-rawudp-transmitter.c:227:10: style: The scope of the variable 'padname' can be reduced. [variableScope]
farstream-0.2.8/transmitters/rawudp/fs-rawudp-transmitter.c:801:12: style: The scope of the variable 'udpport' can be reduced. [variableScope]
farstream-0.2.8/transmitters/shm/fs-shm-stream-transmitter.c:523:3: style: Variable 'streamtransmitter' is reassigned a value before the old one has been used. [redundantAssignment]
farstream-0.2.8/transmitters/shm/fs-shm-stream-transmitter.c:521:0: note: Variable 'streamtransmitter' is reassigned a value before the old one has been used.
farstream-0.2.8/transmitters/shm/fs-shm-stream-transmitter.c:523:3: note: Variable 'streamtransmitter' is reassigned a value before the old one has been used.
farstream-0.2.8/transmitters/shm/fs-shm-stream-transmitter.c:179:59: style: Function 'fs_shm_stream_transmitter_register_type' argument 1 names different: declaration 'module' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
farstream-0.2.8/transmitters/shm/fs-shm-stream-transmitter.h:88:58: note: Function 'fs_shm_stream_transmitter_register_type' argument 1 names different: declaration 'module' definition 'G_GNUC_UNUSED'.
farstream-0.2.8/transmitters/shm/fs-shm-stream-transmitter.c:179:59: note: Function 'fs_shm_stream_transmitter_register_type' argument 1 names different: declaration 'module' definition 'G_GNUC_UNUSED'.
farstream-0.2.8/transmitters/shm/fs-shm-transmitter.c:304:10: style: The scope of the variable 'padname' can be reduced. [variableScope]
farstream-0.2.8/transmitters/shm/fs-shm-transmitter.c:759:16: style: Function 'fs_shm_transmitter_get_shm_sink' argument 5 names different: declaration 'connected_fubnc' definition 'connected_func'. [funcArgNamesDifferent]
farstream-0.2.8/transmitters/shm/fs-shm-transmitter.h:110:16: note: Function 'fs_shm_transmitter_get_shm_sink' argument 5 names different: declaration 'connected_fubnc' definition 'connected_func'.
farstream-0.2.8/transmitters/shm/fs-shm-transmitter.c:759:16: note: Function 'fs_shm_transmitter_get_shm_sink' argument 5 names different: declaration 'connected_fubnc' definition 'connected_func'.
[21:37]
ftp://ftp.se.debian.org/debian/pool/main/f/fasd/fasd_1.0.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fasianoptions/fasianoptions_3042.82.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fasm/fasm_1.73.04.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fassets/fassets_3042.84.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fast-cpp-csv-parser/fast-cpp-csv-parser_0.0+git20160525~9bf299c.orig.tar.xz
ftp://ftp.se.debian.org/debian/pool/main/f/fast-histogram/fast-histogram_0.4.orig.tar.gz
fast-histogram-0.4/fast_histogram/_histogram_core.c:61:24: style: The scope of the variable 'tx' can be reduced. [variableScope]
fast-histogram-0.4/fast_histogram/_histogram_core.c:129:24: style: The scope of the variable 'tx' can be reduced. [variableScope]
fast-histogram-0.4/fast_histogram/_histogram_core.c:129:52: style: The scope of the variable 'ty' can be reduced. [variableScope]
fast-histogram-0.4/fast_histogram/_histogram_core.c:214:24: style: The scope of the variable 'tx' can be reduced. [variableScope]
fast-histogram-0.4/fast_histogram/_histogram_core.c:295:24: style: The scope of the variable 'tx' can be reduced. [variableScope]
fast-histogram-0.4/fast_histogram/_histogram_core.c:295:52: style: The scope of the variable 'ty' can be reduced. [variableScope]
[21:37]
ftp://ftp.se.debian.org/debian/pool/main/f/fast-zip-clojure/fast-zip-clojure_0.5.0.orig.tar.xz
ftp://ftp.se.debian.org/debian/pool/main/f/fast-zip-visit-clojure/fast-zip-visit-clojure_1.0.2.orig.tar.xz
ftp://ftp.se.debian.org/debian/pool/main/f/fast5/fast5_0.6.5.orig.tar.gz
fast5-0.6.5/src/File_Packer.hpp:377:28: style: The scope of the variable 'ede_params' can be reduced. [variableScope]
fast5-0.6.5/src/File_Packer.hpp:670:28: style: The scope of the variable 'ev_params' can be reduced. [variableScope]
fast5-0.6.5/src/File_Packer.hpp:328:5: performance: Technically the member function 'fast5::File_Packer::unpack_rw' can be static. [functionStatic]
fast5-0.6.5/src/File_Packer.hpp:339:5: performance: Technically the member function 'fast5::File_Packer::copy_rw' can be static. [functionStatic]
fast5-0.6.5/src/File_Packer.hpp:456:5: performance: Technically the member function 'fast5::File_Packer::unpack_ed' can be static. [functionStatic]
fast5-0.6.5/src/File_Packer.hpp:473:5: performance: Technically the member function 'fast5::File_Packer::copy_ed' can be static. [functionStatic]
fast5-0.6.5/src/File_Packer.hpp:599:5: performance: Technically the member function 'fast5::File_Packer::unpack_fq' can be static. [functionStatic]
fast5-0.6.5/src/File_Packer.hpp:617:5: performance: Technically the member function 'fast5::File_Packer::copy_fq' can be static. [functionStatic]
fast5-0.6.5/src/File_Packer.hpp:805:5: performance: Technically the member function 'fast5::File_Packer::unpack_ev' can be static. [functionStatic]
fast5-0.6.5/src/File_Packer.hpp:823:5: performance: Technically the member function 'fast5::File_Packer::copy_ev' can be static. [functionStatic]
fast5-0.6.5/src/File_Packer.hpp:927:5: performance: Technically the member function 'fast5::File_Packer::unpack_al' can be static. [functionStatic]
fast5-0.6.5/src/File_Packer.hpp:942:5: performance: Technically the member function 'fast5::File_Packer::copy_al' can be static. [functionStatic]
fast5-0.6.5/src/File_Packer.hpp:963:5: performance: Technically the member function 'fast5::File_Packer::copy_basecall_params' can be static. [functionStatic]
fast5-0.6.5/src/File_Packer.hpp:121:5: style: Class 'File_Packer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fast5-0.6.5/src/tmp.cpp:92:25: style: Unused variable: a_stype_id [unusedVariable]
[21:37]
ftp://ftp.se.debian.org/debian/pool/main/f/fastaq/fastaq_3.17.0.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fastd/fastd_18.orig.tar.xz
fastd-18/src/compat.h:81:0: error: #error unknown system, get_current_dir_name() not implemented [preprocessorErrorDirective]
[21:37]
ftp://ftp.se.debian.org/debian/pool/main/f/fastdep/fastdep_0.16.orig.tar.gz
fastdep-0.16/CompileState.cc:12:15: warning: Member variable 'CompileState::Dependencies' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/CompileState.cc:12:15: warning: Member variable 'CompileState::Basedir' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/CompileState.cc:12:15: warning: Member variable 'CompileState::Defines' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/CompileState.cc:12:15: warning: Member variable 'CompileState::Contents' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/CompileState.cc:12:15: warning: Member variable 'CompileState::DebugMode' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/CompileState.cc:20:29: warning: Member variable 'CompileState::Dependencies' is not assigned a value in 'CompileState::operator='. [operatorEqVarError]
fastdep-0.16/CompileState.cc:20:29: warning: Member variable 'CompileState::Basedir' is not assigned a value in 'CompileState::operator='. [operatorEqVarError]
fastdep-0.16/CompileState.cc:20:29: warning: Member variable 'CompileState::Defines' is not assigned a value in 'CompileState::operator='. [operatorEqVarError]
fastdep-0.16/CompileState.cc:20:29: warning: Member variable 'CompileState::Contents' is not assigned a value in 'CompileState::operator='. [operatorEqVarError]
fastdep-0.16/CompileState.cc:20:29: warning: Member variable 'CompileState::DebugMode' is not assigned a value in 'CompileState::operator='. [operatorEqVarError]
fastdep-0.16/CompileState.h:10:3: style: Class 'CompileState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastdep-0.16/Define.h:20:20: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastdep-0.16/Element.h:19:20: note: Virtual function in base class
fastdep-0.16/Define.h:20:20: note: Function in derived class
fastdep-0.16/Define.h:21:16: style: The function 'getDependencies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastdep-0.16/Element.h:20:16: note: Virtual function in base class
fastdep-0.16/Define.h:21:16: note: Function in derived class
fastdep-0.16/FileCache.h:37:8: performance: Technically the member function 'FileCache::SetQuietModeOn' can be static. [functionStatic]
fastdep-0.16/FileCache.h:38:8: performance: Technically the member function 'FileCache::SetQuietModeOff' can be static. [functionStatic]
fastdep-0.16/If.h:61:3: style: Class 'If' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastdep-0.16/If.h:27:5: style: Class 'IfDef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastdep-0.16/If.h:39:5: style: Class 'IfNDef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastdep-0.16/If.h:51:5: style: Class 'IfTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastdep-0.16/FileCache.h:17:3: style: Class 'FileCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastdep-0.16/If.h:67:20: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastdep-0.16/Element.h:19:20: note: Virtual function in base class
fastdep-0.16/If.h:67:20: note: Function in derived class
fastdep-0.16/If.h:68:16: style: The function 'getDependencies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastdep-0.16/Element.h:20:16: note: Virtual function in base class
fastdep-0.16/If.h:68:16: note: Function in derived class
fastdep-0.16/If.h:30:22: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastdep-0.16/If.h:20:22: note: Virtual function in base class
fastdep-0.16/If.h:30:22: note: Function in derived class
fastdep-0.16/If.h:31:18: style: The function 'isTrue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastdep-0.16/If.h:21:18: note: Virtual function in base class
fastdep-0.16/If.h:31:18: note: Function in derived class
fastdep-0.16/If.h:42:22: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastdep-0.16/If.h:20:22: note: Virtual function in base class
fastdep-0.16/If.h:42:22: note: Function in derived class
fastdep-0.16/If.h:43:18: style: The function 'isTrue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastdep-0.16/If.h:21:18: note: Virtual function in base class
fastdep-0.16/If.h:43:18: note: Function in derived class
fastdep-0.16/If.h:54:22: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastdep-0.16/If.h:20:22: note: Virtual function in base class
fastdep-0.16/If.h:54:22: note: Function in derived class
fastdep-0.16/If.h:55:18: style: The function 'isTrue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastdep-0.16/If.h:21:18: note: Virtual function in base class
fastdep-0.16/If.h:55:18: note: Function in derived class
fastdep-0.16/FileCache.cc:43:12: warning: Member variable 'FileCache::Files' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/FileCache.cc:43:12: warning: Member variable 'FileCache::IncludeDirs' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/FileCache.cc:43:12: warning: Member variable 'FileCache::ExcludeDirs' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/FileCache.cc:43:12: warning: Member variable 'FileCache::AllDependencies' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/FileCache.cc:43:12: warning: Member variable 'FileCache::PreDefined' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/FileCache.cc:43:12: warning: Member variable 'FileCache::BaseDir' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/FileCache.cc:43:12: warning: Member variable 'FileCache::ObjectsDir' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/FileCache.cc:43:12: warning: Member variable 'FileCache::ObjectsExt' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/FileCache.cc:43:12: warning: Member variable 'FileCache::CompileCommand' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/FileCache.cc:43:12: warning: Member variable 'FileCache::ObjectsContainDirectories' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/FileCache.cc:43:12: warning: Member variable 'FileCache::DebugMode' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/FileCache.cc:43:12: warning: Member variable 'FileCache::WarnAboutNonExistingSystemHeaders' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/FileCache.cc:51:23: warning: Member variable 'FileCache::Files' is not assigned a value in 'FileCache::operator='. [operatorEqVarError]
fastdep-0.16/FileCache.cc:51:23: warning: Member variable 'FileCache::IncludeDirs' is not assigned a value in 'FileCache::operator='. [operatorEqVarError]
fastdep-0.16/FileCache.cc:51:23: warning: Member variable 'FileCache::ExcludeDirs' is not assigned a value in 'FileCache::operator='. [operatorEqVarError]
fastdep-0.16/FileCache.cc:51:23: warning: Member variable 'FileCache::AllDependencies' is not assigned a value in 'FileCache::operator='. [operatorEqVarError]
fastdep-0.16/FileCache.cc:51:23: warning: Member variable 'FileCache::PreDefined' is not assigned a value in 'FileCache::operator='. [operatorEqVarError]
fastdep-0.16/FileCache.cc:51:23: warning: Member variable 'FileCache::BaseDir' is not assigned a value in 'FileCache::operator='. [operatorEqVarError]
fastdep-0.16/FileCache.cc:51:23: warning: Member variable 'FileCache::ObjectsDir' is not assigned a value in 'FileCache::operator='. [operatorEqVarError]
fastdep-0.16/FileCache.cc:51:23: warning: Member variable 'FileCache::ObjectsExt' is not assigned a value in 'FileCache::operator='. [operatorEqVarError]
fastdep-0.16/FileCache.cc:51:23: warning: Member variable 'FileCache::CompileCommand' is not assigned a value in 'FileCache::operator='. [operatorEqVarError]
fastdep-0.16/FileCache.cc:51:23: warning: Member variable 'FileCache::ObjectsContainDirectories' is not assigned a value in 'FileCache::operator='. [operatorEqVarError]
fastdep-0.16/FileCache.cc:51:23: warning: Member variable 'FileCache::DebugMode' is not assigned a value in 'FileCache::operator='. [operatorEqVarError]
fastdep-0.16/FileCache.cc:51:23: warning: Member variable 'FileCache::WarnAboutNonExistingSystemHeaders' is not assigned a value in 'FileCache::operator='. [operatorEqVarError]
fastdep-0.16/MappedFile.h:42:2: warning: Member variable 'MappedFile::last_change' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/MappedFile.h:42:2: warning: Member variable 'MappedFile::map_' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/FileCache.cc:38:3: performance: Variable 'CompileCommand' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fastdep-0.16/FileCache.cc:241:2: style: Exception should be caught by reference. [catchExceptionByValue]
fastdep-0.16/FileStructure.cc:22:16: warning: Member variable 'FileStructure::ModificationTime' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/FileStructure.cc:357:16: warning: Member variable 'FileStructure::ResolvedName' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/FileStructure.cc:357:16: warning: Member variable 'FileStructure::Current' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/FileStructure.cc:357:16: warning: Member variable 'FileStructure::Cache' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/FileStructure.cc:357:16: warning: Member variable 'FileStructure::Scopes' is not initialized in the constructor. [uninitMemberVar]
fastdep-0.16/FileStructure.cc:369:31: warning: Member variable 'FileStructure::ResolvedName' is not assigned a value in 'FileStructure::operator='. [operatorEqVarError]
fastdep-0.16/FileStructure.cc:369:31: warning: Member variable 'FileStructure::Current' is not assigned a value in 'FileStructure::operator='. [operatorEqVarError]
fastdep-0.16/FileStructure.cc:369:31: warning: Member variable 'FileStructure::Cache' is not assigned a value in 'FileStructure::operator='. [operatorEqVarError]
fastdep-0.16/FileStructure.cc:369:31: warning: Member variable 'FileStructure::Scopes' is not assigned a value in 'FileStructure::operator='. [operatorEqVarError]
fastdep-0.16/Sequence.h:15:3: style: Class 'Sequence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastdep-0.16/Include.h:20:20: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastdep-0.16/Element.h:19:20: note: Virtual function in base class
fastdep-0.16/Include.h:20:20: note: Function in derived class
fastdep-0.16/Include.h:21:16: style: The function 'getDependencies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastdep-0.16/Element.h:20:16: note: Virtual function in base class
fastdep-0.16/Include.h:21:16: note: Function in derived class
fastdep-0.16/Sequence.h:22:20: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastdep-0.16/Element.h:19:20: note: Virtual function in base class
fastdep-0.16/Sequence.h:22:20: note: Function in derived class
fastdep-0.16/Sequence.h:23:16: style: The function 'getDependencies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastdep-0.16/Element.h:20:16: note: Virtual function in base class
fastdep-0.16/Sequence.h:23:16: note: Function in derived class
fastdep-0.16/If.cc:61:39: style: Function 'IfTest' argument 1 names different: declaration 'anControl' definition 'anExpression'. [funcArgNamesDifferent]
fastdep-0.16/If.h:51:31: note: Function 'IfTest' argument 1 names different: declaration 'anControl' definition 'anExpression'.
fastdep-0.16/If.cc:61:39: note: Function 'IfTest' argument 1 names different: declaration 'anControl' definition 'anExpression'.
fastdep-0.16/If.h:24:3: warning: The class 'IfDef' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fastdep-0.16/If.h:36:3: warning: The class 'IfNDef' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fastdep-0.16/If.h:48:3: warning: The class 'IfTest' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fastdep-0.16/Sequence.cc:40:29: style: Function 'add' argument 1 names different: declaration 'anElement' definition 'anElem'. [funcArgNamesDifferent]
fastdep-0.16/Sequence.h:21:21: note: Function 'add' argument 1 names different: declaration 'anElement' definition 'anElem'.
fastdep-0.16/Sequence.cc:40:29: note: Function 'add' argument 1 names different: declaration 'anElement' definition 'anElem'.
[21:37]
ftp://ftp.se.debian.org/debian/pool/main/f/fastdnaml/fastdnaml_1.2.2.orig.tar.gz
fastDNAml_1.2.2/source/fastDNAml.c:2889:13: warning: %lg in format string (no. 1) requires 'double *' but the argument type is 'void *'. [invalidScanfArgType_float]
fastDNAml_1.2.2/source/fastDNAml.c:343:22: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fastDNAml_1.2.2/source/fastDNAml.c:2604:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fastDNAml_1.2.2/source/fastDNAml.c:2605:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fastDNAml_1.2.2/source/fastDNAml.c:2606:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fastDNAml_1.2.2/source/fastDNAml.c:4535:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fastDNAml_1.2.2/source/fastDNAml.c:356:14: style: The scope of the variable 't' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:356:17: style: The scope of the variable 't0' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:356:21: style: The scope of the variable 't1' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:427:14: style: The scope of the variable 'tr_log_f' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:428:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:456:14: style: The scope of the variable 'tpl1_log_f' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:456:27: style: The scope of the variable 'tpl2_log_f' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:505:17: style: The scope of the variable 'p0' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:506:14: style: The scope of the variable 'tr_log_f' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:548:13: style: The scope of the variable 'nlogf' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:626:10: style: The scope of the variable 'cmp' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:720:13: style: The scope of the variable 'tr_log_f' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:955:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:955:20: style: The scope of the variable 'ci' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:1170:12: style: The scope of the variable 'ch' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:1170:16: style: The scope of the variable 'wi' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:1567:20: style: The scope of the variable 'l' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:1838:13: style: The scope of the variable 'sitei' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:1838:23: style: The scope of the variable 'sitej' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:1839:14: style: The scope of the variable 'tied' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:1890:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:1890:19: style: The scope of the variable 'wtemp' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:1913:13: style: The scope of the variable 'sum' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:1913:18: style: The scope of the variable 'suma' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:1913:24: style: The scope of the variable 'sumc' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:1913:30: style: The scope of the variable 'sumg' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:1913:36: style: The scope of the variable 'sumt' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2077:14: style: The scope of the variable 'p' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2182:21: style: The scope of the variable 'code' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2228:15: style: The scope of the variable 'fxqr' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2228:21: style: The scope of the variable 'fxqy' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2228:27: style: The scope of the variable 'fxqn' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2228:33: style: The scope of the variable 'sumaq' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2228:40: style: The scope of the variable 'sumgq' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2228:47: style: The scope of the variable 'sumcq' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2228:54: style: The scope of the variable 'sumtq' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2229:15: style: The scope of the variable 'fxrr' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2229:21: style: The scope of the variable 'fxry' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2229:27: style: The scope of the variable 'fxrn' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2229:33: style: The scope of the variable 'ki' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2229:37: style: The scope of the variable 'tempi' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2229:44: style: The scope of the variable 'tempj' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2237:16: style: The scope of the variable 'zzq' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2237:21: style: The scope of the variable 'zvq' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2237:26: style: The scope of the variable 'zzr' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2237:31: style: The scope of the variable 'zvr' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2238:13: style: The scope of the variable 'cat' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2365:14: style: The scope of the variable 'ki' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2365:18: style: The scope of the variable 'fxpa' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2365:24: style: The scope of the variable 'fxpc' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2365:30: style: The scope of the variable 'fxpg' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2365:36: style: The scope of the variable 'fxpt' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2365:42: style: The scope of the variable 'fxpr' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2365:48: style: The scope of the variable 'fxpy' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2365:54: style: The scope of the variable 'fxqr' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2365:60: style: The scope of the variable 'fxqy' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2366:14: style: The scope of the variable 'suma' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2366:20: style: The scope of the variable 'sumb' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2366:26: style: The scope of the variable 'sumc' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2366:32: style: The scope of the variable 'term' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2371:17: style: The scope of the variable 'zz' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2371:21: style: The scope of the variable 'zv' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2379:19: style: The scope of the variable 'cat' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2482:18: style: The scope of the variable 'suma' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2482:24: style: The scope of the variable 'sumb' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2483:14: style: The scope of the variable 'fx1a' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2483:20: style: The scope of the variable 'fx1c' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2483:26: style: The scope of the variable 'fx1g' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2483:32: style: The scope of the variable 'fx1t' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2483:38: style: The scope of the variable 'fx1r' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2483:44: style: The scope of the variable 'fx1y' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2483:50: style: The scope of the variable 'fx2r' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2483:56: style: The scope of the variable 'fx2y' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2487:29: style: The scope of the variable 'curvatOK' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:2867:16: style: The scope of the variable 's2' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3098:18: style: The scope of the variable 'newtested' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3124:14: style: The scope of the variable 'p1z' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3124:19: style: The scope of the variable 'p2z' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3124:24: style: The scope of the variable 'q1z' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3124:29: style: The scope of the variable 'q2z' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3126:22: style: The scope of the variable 'mintrav2' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3269:14: style: The scope of the variable 'p' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3270:12: style: The scope of the variable 'mintrav' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3270:21: style: The scope of the variable 'tested' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3318:13: style: The scope of the variable 'x' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3318:16: style: The scope of the variable 'z' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3355:10: style: The scope of the variable 'n' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3435:13: style: The scope of the variable 'scale' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3436:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3436:13: style: The scope of the variable 'imax' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3457:35: style: The scope of the variable 'zv' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3457:39: style: The scope of the variable 'zz' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3458:13: style: The scope of the variable 'rat' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3458:18: style: The scope of the variable 'suma' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3458:24: style: The scope of the variable 'sumb' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3458:30: style: The scope of the variable 'sumc' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3458:36: style: The scope of the variable 'd2' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3458:40: style: The scope of the variable 'd' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3458:43: style: The scope of the variable 'li' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3458:47: style: The scope of the variable 'temp' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3458:53: style: The scope of the variable 'abzz' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3458:59: style: The scope of the variable 'bczv' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3458:65: style: The scope of the variable 't3' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3459:13: style: The scope of the variable 'fxpa' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3459:19: style: The scope of the variable 'fxpc' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3459:25: style: The scope of the variable 'fxpg' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3459:31: style: The scope of the variable 'fxpt' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3459:37: style: The scope of the variable 'fxpr' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3459:43: style: The scope of the variable 'fxpy' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3459:49: style: The scope of the variable 'fxqr' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3459:55: style: The scope of the variable 'fxqy' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3459:61: style: The scope of the variable 'w' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3528:14: style: The scope of the variable 'nameptr' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3529:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3596:13: style: The scope of the variable 'x' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3596:16: style: The scope of the variable 'z' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3597:12: style: The scope of the variable 'nameptr' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3598:12: style: The scope of the variable 'c' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3811:23: style: The scope of the variable 'str' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:3907:14: style: The scope of the variable 'z' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:4062:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:4643:16: style: The scope of the variable 'k' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:4643:34: style: The scope of the variable 'maxtrav' can be reduced. [variableScope]
fastDNAml_1.2.2/source/fastDNAml.c:318:7: error: Memory leak: tpl [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:322:30: error: Memory leak: log_f [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:336:5: error: Memory leak: links [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:336:5: error: Memory leak: log_f [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:1478:7: error: Memory leak: p0 [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:4657:47: error: Memory leak: enterorder [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:4658:47: error: Memory leak: enterorder [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:4659:47: error: Memory leak: enterorder [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:4660:47: error: Memory leak: enterorder [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:4870:7: error: Memory leak: adef [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:4875:7: error: Memory leak: adef [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:4875:7: error: Memory leak: rdta [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:4882:7: error: Memory leak: adef [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:4882:7: error: Memory leak: rdta [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:4882:7: error: Memory leak: cdta [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:4882:7: error: Memory leak: bt [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:4886:70: error: Memory leak: bt [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:4900:70: error: Memory leak: bt [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:4901:70: error: Memory leak: bt [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:4902:70: error: Memory leak: bt [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:4904:70: error: Memory leak: bt [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:4906:70: error: Memory leak: bt [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:4907:70: error: Memory leak: bt [memleak]
fastDNAml_1.2.2/source/fastDNAml.c:1525:0: error: Memory leak: p0 [memleak]
[21:37]
ftp://ftp.se.debian.org/debian/pool/main/f/fastforward/fastforward_0.51.orig.tar.gz
fastforward-0.51/alloc.c:9:22: style: union member 'aligned::irrelevant' is never used. [unusedStructMember]
fastforward-0.51/alloc.c:9:52: style: union member 'aligned::d' is never used. [unusedStructMember]
fastforward-0.51/case_lowerb.c:7:17: style: The scope of the variable 'x' can be reduced. [variableScope]
fastforward-0.51/cdb_seek.c:34:7: style: The scope of the variable 'n' can be reduced. [variableScope]
fastforward-0.51/cdbmake_add.c:93:22: style: The scope of the variable 'hp' can be reduced. [variableScope]
fastforward-0.51/getln2.c:14:25: style: The scope of the variable 'i' can be reduced. [variableScope]
fastforward-0.51/getln2.c:15:7: style: The scope of the variable 'n' can be reduced. [variableScope]
fastforward-0.51/sgetopt.c:46:15: style: Array index 'subgetoptind' is used before limits check. [arrayIndexThenCheck]
fastforward-0.51/slurpclose.c:11:7: style: The scope of the variable 'r' can be reduced. [variableScope]
fastforward-0.51/substdio_copy.c:7:16: style: The scope of the variable 'n' can be reduced. [variableScope]
fastforward-0.51/substdio_copy.c:8:18: style: The scope of the variable 'x' can be reduced. [variableScope]
fastforward-0.51/token822.c:69:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
[21:37]
ftp://ftp.se.debian.org/debian/pool/main/f/fastinfoset/fastinfoset_1.2.12.orig.tar.xz
ftp://ftp.se.debian.org/debian/pool/main/f/fastjar/fastjar_0.98.orig.tar.gz
fastjar-0.98/argv.c:431:11: style: Condition '!argv_dynamic' is always true [knownConditionTrueFalse]
fastjar-0.98/argv.c:380:22: note: Assignment 'argv_dynamic=0', assigned value is 0
fastjar-0.98/argv.c:431:11: note: Condition '!argv_dynamic' is always true
fastjar-0.98/argv.c:115:19: style: The scope of the variable 'scan' can be reduced. [variableScope]
fastjar-0.98/argv.c:169:9: style: The scope of the variable 'arg' can be reduced. [variableScope]
fastjar-0.98/argv.c:171:7: style: The scope of the variable 'squote' can be reduced. [variableScope]
fastjar-0.98/argv.c:172:7: style: The scope of the variable 'dquote' can be reduced. [variableScope]
fastjar-0.98/argv.c:173:7: style: The scope of the variable 'bsquote' can be reduced. [variableScope]
fastjar-0.98/argv.c:174:7: style: The scope of the variable 'argc' can be reduced. [variableScope]
fastjar-0.98/argv.c:175:7: style: The scope of the variable 'maxargc' can be reduced. [variableScope]
fastjar-0.98/argv.c:181:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fastjar-0.98/compress.c:251:7: style: The scope of the variable 'rtval' can be reduced. [variableScope]
fastjar-0.98/compress.c:389:9: style: The scope of the variable 'rdamt' can be reduced. [variableScope]
fastjar-0.98/jargrep.c:96:6: style: The scope of the variable 'errcode' can be reduced. [variableScope]
fastjar-0.98/jargrep.c:97:6: style: The scope of the variable 'msgsize' can be reduced. [variableScope]
fastjar-0.98/jargrep.c:98:8: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
fastjar-0.98/jargrep.c:358:8: style: The scope of the variable 'str' can be reduced. [variableScope]
fastjar-0.98/jargrep.c:501:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
fastjar-0.98/jargrep.c:502:8: style: The scope of the variable 'str_stream' can be reduced. [variableScope]
fastjar-0.98/jargrep.c:503:14: style: The scope of the variable 'match_array' can be reduced. [variableScope]
fastjar-0.98/jargrep.c:504:14: style: The scope of the variable 'nl_offsets' can be reduced. [variableScope]
fastjar-0.98/jargrep.c:547:6: style: The scope of the variable 'floop' can be reduced. [variableScope]
fastjar-0.98/jargrep.c:549:6: style: The scope of the variable 'scratch' can be reduced. [variableScope]
fastjar-0.98/jargrep.c:606:11: style: The scope of the variable 'regexp' can be reduced. [variableScope]
fastjar-0.98/jargrep.c:689:23: style: Function 'help' argument 1 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
fastjar-0.98/jargrep.c:58:30: note: Function 'help' argument 1 names different: declaration 'name' definition 'filename'.
fastjar-0.98/jargrep.c:689:23: note: Function 'help' argument 1 names different: declaration 'name' definition 'filename'.
fastjar-0.98/jartool.c:1982:27: style: Redundant condition: If 'read_amt == -1', the comparison 'read_amt != 46' is always true. [redundantCondition]
fastjar-0.98/jartool.c:684:20: style: The scope of the variable 'ze' can be reduced. [variableScope]
fastjar-0.98/jartool.c:687:7: style: The scope of the variable 'len' can be reduced. [variableScope]
fastjar-0.98/jartool.c:1516:10: style: The scope of the variable 'rdamt' can be reduced. [variableScope]
fastjar-0.98/jartool.c:1518:12: style: The scope of the variable 'signature' can be reduced. [variableScope]
fastjar-0.98/jartool.c:1520:7: style: The scope of the variable 'crc' can be reduced. [variableScope]
fastjar-0.98/jartool.c:1531:7: style: The scope of the variable 'f_fd' can be reduced. [variableScope]
fastjar-0.98/jartool.c:1532:7: style: The scope of the variable 'dir' can be reduced. [variableScope]
fastjar-0.98/jartool.c:1533:7: style: The scope of the variable 'handle' can be reduced. [variableScope]
fastjar-0.98/jartool.c:1896:7: style: The scope of the variable 'csize' can be reduced. [variableScope]
fastjar-0.98/jartool.c:1902:7: style: The scope of the variable 'clen' can be reduced. [variableScope]
fastjar-0.98/jartool.c:1903:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
fastjar-0.98/jartool.c:1904:7: style: The scope of the variable 'method' can be reduced. [variableScope]
fastjar-0.98/jartool.c:1907:7: style: The scope of the variable 'scratch' can be reduced. [variableScope]
fastjar-0.98/jartool.c:1912:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fastjar-0.98/jartool.c:2207:10: style: The scope of the variable 'rdamt' can be reduced. [variableScope]
fastjar-0.98/jartool.c:2641:7: error: Common realloc mistake: 'index_content' nulled but not freed upon failure [memleakOnRealloc]
fastjar-0.98/jartool.c:791:0: error: Memory leak: ze [memleak]
fastjar-0.98/lib/gettext.h:198:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
fastjar-0.98/lib/gettext.h:244:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
fastjar-0.98/lib/getopt.c:347:25: style: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:113:36: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
fastjar-0.98/lib/getopt.c:347:25: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
fastjar-0.98/lib/getopt.c:347:38: style: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:113:52: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
fastjar-0.98/lib/getopt.c:347:38: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
fastjar-0.98/lib/getopt.c:347:56: style: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:114:23: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
fastjar-0.98/lib/getopt.c:347:56: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
fastjar-0.98/lib/getopt.c:348:28: style: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:115:32: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
fastjar-0.98/lib/getopt.c:348:28: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
fastjar-0.98/lib/getopt.c:348:43: style: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:115:49: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
fastjar-0.98/lib/getopt.c:348:43: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
fastjar-0.98/lib/getopt.c:349:11: style: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:116:15: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
fastjar-0.98/lib/getopt.c:349:11: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
fastjar-0.98/lib/getopt.c:349:26: style: Function '_getopt_internal_r' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:116:32: note: Function '_getopt_internal_r' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
fastjar-0.98/lib/getopt.c:349:26: note: Function '_getopt_internal_r' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
fastjar-0.98/lib/getopt.c:349:64: style: Function '_getopt_internal_r' argument 8 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:117:32: note: Function '_getopt_internal_r' argument 8 names different: declaration '__data' definition 'd'.
fastjar-0.98/lib/getopt.c:349:64: note: Function '_getopt_internal_r' argument 8 names different: declaration '__data' definition 'd'.
fastjar-0.98/lib/getopt.c:1083:23: style: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:22:34: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
fastjar-0.98/lib/getopt.c:1083:23: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
fastjar-0.98/lib/getopt.c:1083:36: style: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:22:50: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
fastjar-0.98/lib/getopt.c:1083:36: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
fastjar-0.98/lib/getopt.c:1083:54: style: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:23:21: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
fastjar-0.98/lib/getopt.c:1083:54: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
fastjar-0.98/lib/getopt.c:1084:26: style: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:24:37: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
fastjar-0.98/lib/getopt.c:1084:26: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
fastjar-0.98/lib/getopt.c:1084:41: style: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:24:54: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
fastjar-0.98/lib/getopt.c:1084:41: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
fastjar-0.98/lib/getopt.c:1085:9: style: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:25:13: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
fastjar-0.98/lib/getopt.c:1085:9: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
fastjar-0.98/lib/getopt.c:1085:24: style: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:25:30: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
fastjar-0.98/lib/getopt.c:1085:24: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
fastjar-0.98/lib/getopt1.c:48:21: style: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:119:32: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
fastjar-0.98/lib/getopt1.c:48:21: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
fastjar-0.98/lib/getopt1.c:48:34: style: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:119:48: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
fastjar-0.98/lib/getopt1.c:48:34: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
fastjar-0.98/lib/getopt1.c:48:52: style: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:120:19: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
fastjar-0.98/lib/getopt1.c:48:52: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
fastjar-0.98/lib/getopt1.c:49:24: style: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:121:28: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
fastjar-0.98/lib/getopt1.c:49:24: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
fastjar-0.98/lib/getopt1.c:49:43: style: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:121:45: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
fastjar-0.98/lib/getopt1.c:49:43: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
fastjar-0.98/lib/getopt1.c:50:24: style: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:122:28: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
fastjar-0.98/lib/getopt1.c:50:24: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
fastjar-0.98/lib/getopt1.c:71:26: style: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:124:37: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
fastjar-0.98/lib/getopt1.c:71:26: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
fastjar-0.98/lib/getopt1.c:71:39: style: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:124:53: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
fastjar-0.98/lib/getopt1.c:71:39: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
fastjar-0.98/lib/getopt1.c:71:57: style: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:125:17: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
fastjar-0.98/lib/getopt1.c:71:57: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
fastjar-0.98/lib/getopt1.c:72:29: style: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:126:26: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
fastjar-0.98/lib/getopt1.c:72:29: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
fastjar-0.98/lib/getopt1.c:72:48: style: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:127:10: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
fastjar-0.98/lib/getopt1.c:72:48: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
fastjar-0.98/lib/getopt1.c:73:29: style: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
fastjar-0.98/lib/getopt_int.h:128:26: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
fastjar-0.98/lib/getopt1.c:73:29: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
fastjar-0.98/lib/localcharset.c:359:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
fastjar-0.98/lib/localcharset.c:350:24: note: Assignment 'locale=NULL', assigned value is 0
fastjar-0.98/lib/localcharset.c:359:14: note: Condition 'locale==NULL' is always true
fastjar-0.98/lib/localcharset.c:359:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
fastjar-0.98/lib/localcharset.c:350:24: note: 'locale' is assigned value 'NULL' here.
fastjar-0.98/lib/localcharset.c:359:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
fastjar-0.98/lib/localcharset.c:118:19: style: The scope of the variable 'base' can be reduced. [variableScope]
fastjar-0.98/lib/regcomp.c:2598:16: style: The scope of the variable 'start_ch' can be reduced. [variableScope]
fastjar-0.98/lib/regcomp.c:2598:26: style: The scope of the variable 'end_ch' can be reduced. [variableScope]
fastjar-0.98/lib/regcomp.c:3668:17: style: The scope of the variable 'c' can be reduced. [variableScope]
fastjar-0.98/lib/regcomp.c:2447:27: style: Function 'parse_dup_op' argument 1 names different: declaration 'dup_elem' definition 'elem'. [funcArgNamesDifferent]
fastjar-0.98/lib/regcomp.c:73:46: note: Function 'parse_dup_op' argument 1 names different: declaration 'dup_elem' definition 'elem'.
fastjar-0.98/lib/regcomp.c:2447:27: note: Function 'parse_dup_op' argument 1 names different: declaration 'dup_elem' definition 'elem'.
fastjar-0.98/lib/regcomp.c:3793:35: style: Function 'duplicate_tree' argument 1 names different: declaration 'src' definition 'root'. [funcArgNamesDifferent]
fastjar-0.98/lib/regcomp.c:118:54: note: Function 'duplicate_tree' argument 1 names different: declaration 'src' definition 'root'.
fastjar-0.98/lib/regcomp.c:3793:35: note: Function 'duplicate_tree' argument 1 names different: declaration 'src' definition 'root'.
fastjar-0.98/lib/regcomp.c:3796:15: style: Variable 'dup_root' is not assigned a value. [unassignedVariable]
fastjar-0.98/lib/regex_internal.h:190:0: error: #error "Add case for new bitset_word_t size" [preprocessorErrorDirective]
fastjar-0.98/lib/regex_internal.c:925:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fastjar-0.98/lib/regexec.c:1718:11: style: Condition '!naccepted' is always true [knownConditionTrueFalse]
fastjar-0.98/lib/regexec.c:1702:23: note: Assignment 'naccepted=0', assigned value is 0
fastjar-0.98/lib/regexec.c:1718:11: note: Condition '!naccepted' is always true
fastjar-0.98/lib/regexec.c:3134:11: style: Condition 'naccepted' is always false [knownConditionTrueFalse]
fastjar-0.98/lib/regexec.c:3089:23: note: Assignment 'naccepted=0', assigned value is 0
fastjar-0.98/lib/regexec.c:3134:11: note: Condition 'naccepted' is always false
fastjar-0.98/lib/regexec.c:2290:19: style: The scope of the variable 'trtable' can be reduced. [variableScope]
fastjar-0.98/lib/regexec.c:1460:37: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fastjar-0.98/lib/regexec.c:3371:42: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fastjar-0.98/lib/regexec.c:3415:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fastjar-0.98/shift.c:61:10: style: The scope of the variable 'len' can be reduced. [variableScope]
fastjar-0.98/shift.c:134:10: style: The scope of the variable 'len' can be reduced. [variableScope]
[21:37]
ftp://ftp.se.debian.org/debian/pool/main/f/fastjet/fastjet_3.0.6+dfsg.orig.tar.gz
fastjet-3.0.6+dfsg.orig/example/09-user_info.cc:156:3: style: Class 'SW_VertexNumber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/example/11-filter.cc:182:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/example/11-filter.cc:189:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/example/11-filter.cc:194:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/example/12-boosted_higgs.cc:87:3: style: Class 'FlavourRecombiner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/example/14-groomers.cc:130:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/example/14-groomers.cc:143:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/example/CmdLine.cc:176:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/example/CmdLine.cc:51:3: performance: Variable '__arguments' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fastjet-3.0.6+dfsg.orig/example/CmdLine.hh:107:8: performance: Technically the member function 'CmdLine::_report_conversion_failure' can be static. [functionStatic]
fastjet-3.0.6+dfsg.orig/example/CmdLine.cc:186:15: note: Technically the member function 'CmdLine::_report_conversion_failure' can be static.
fastjet-3.0.6+dfsg.orig/example/CmdLine.hh:107:8: note: Technically the member function 'CmdLine::_report_conversion_failure' can be static.
fastjet-3.0.6+dfsg.orig/example/CmdLine.hh:65:3: style: Class 'CmdLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/example/fastjet_areas.cc:88:7: style: Condition '!use_voronoi' is always true [knownConditionTrueFalse]
fastjet-3.0.6+dfsg.orig/example/fastjet_areas.cc:87:22: note: Assignment 'use_voronoi=false', assigned value is 0
fastjet-3.0.6+dfsg.orig/example/fastjet_areas.cc:88:7: note: Condition '!use_voronoi' is always true
fastjet-3.0.6+dfsg.orig/example/fastjet_example.cc:140:5: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fastjet-3.0.6+dfsg.orig/example/fastjet_timing_plugins.cc:707:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fastjet-3.0.6+dfsg.orig/example/fastjet_timing_plugins.cc:897:17: style: Same expression on both sides of '==' because the value of 'subtype' and 'std::internal' are the same. [duplicateExpression]
fastjet-3.0.6+dfsg.orig/example/fastjet_timing_plugins.cc:877:0: note: 'subtype' is assigned value 'std::internal' here.
fastjet-3.0.6+dfsg.orig/example/fastjet_timing_plugins.cc:897:17: note: Same expression on both sides of '==' because the value of 'subtype' and 'std::internal' are the same.
fastjet-3.0.6+dfsg.orig/example/fastjet_timing_plugins.cc:812:47: style: Function 'print_jets' argument 1 names different: declaration 'jets' definition 'jets_in'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/example/fastjet_timing_plugins.cc:267:47: note: Function 'print_jets' argument 1 names different: declaration 'jets' definition 'jets_in'.
fastjet-3.0.6+dfsg.orig/example/fastjet_timing_plugins.cc:812:47: note: Function 'print_jets' argument 1 names different: declaration 'jets' definition 'jets_in'.
fastjet-3.0.6+dfsg.orig/example/fastjet_timing_plugins.cc:812:61: style: Function 'print_jets' argument 2 names different: declaration 'show_const' definition 'show_constituents'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/example/fastjet_timing_plugins.cc:267:58: note: Function 'print_jets' argument 2 names different: declaration 'show_const' definition 'show_constituents'.
fastjet-3.0.6+dfsg.orig/example/fastjet_timing_plugins.cc:812:61: note: Function 'print_jets' argument 2 names different: declaration 'show_const' definition 'show_constituents'.
fastjet-3.0.6+dfsg.orig/example/fastjet_timing_plugins.cc:646:42: style: Variable 'jets_local' is assigned a value that is never used. [unreadVariable]
fastjet-3.0.6+dfsg.orig/example/fastjet_timing_plugins.cc:884:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/example/fastjet_timing_plugins.cc:782:3: style: Exception should be caught by reference. [catchExceptionByValue]
fastjet-3.0.6+dfsg.orig/example/ktjet_example.cc:87:5: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fastjet-3.0.6+dfsg.orig/example/ktjet_timing.cc:114:2: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
fastjet-3.0.6+dfsg.orig/example/ktjet_timing.cc:125:2: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
fastjet-3.0.6+dfsg.orig/example/ktjet_timing.cc:137:2: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
fastjet-3.0.6+dfsg.orig/example/root/jet-plots.C:210:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fastjet-3.0.6+dfsg.orig/example/root/jet-plots.C:37:10: style: Technically the member function 'JetHist::comment' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/example/root/jet-plots.C:64:3: style: Class 'JetHist' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fastjet-3.0.6+dfsg.orig/example/root/jet-plots.C:64:3: style: Class 'JetHist' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fastjet-3.0.6+dfsg.orig/plugins/CMSIterativeCone/CMSIterativeConePlugin.cc:121:12: style: The scope of the variable 'eta' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/plugins/CMSIterativeCone/CMSIterativeConePlugin.cc:122:12: style: The scope of the variable 'phi' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/plugins/CMSIterativeCone/CMSIterativeConePlugin.cc:123:12: style: The scope of the variable 'et' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/plugins/CMSIterativeCone/CMSIterativeConePlugin.cc:133:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/CMSIterativeCone/CMSIterativeConePlugin.cc:186:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/CMSIterativeCone/CMSIterativeConePlugin.cc:209:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/CMSIterativeCone/SortByEt.h:62:8: style: Technically the member function 'cms::NumericSafeGreaterByEt::operator()' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/plugins/CMSIterativeCone/fastjet/CMSIterativeConePlugin.hh:46:1: warning: The class 'CMSIterativeConePlugin' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:678:8: style: The scope of the variable 'nojets' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:259:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:323:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:377:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:393:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:670:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:690:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:708:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:749:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:802:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:809:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:825:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:845:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:893:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/D0RunIBaseConePlugin.cc:123:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/D0RunIBaseConePlugin.cc:124:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:148:1: warning: Member variable 'ConeClusterAlgo::_CONErad' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:148:1: warning: Member variable 'ConeClusterAlgo::_JETmne' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:148:1: warning: Member variable 'ConeClusterAlgo::_SPLifr' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:148:1: warning: Member variable 'ConeClusterAlgo::_TWOrad' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:148:1: warning: Member variable 'ConeClusterAlgo::_D0_Angle' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:148:1: warning: Member variable 'ConeClusterAlgo::_Increase_Delta_R' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:148:1: warning: Member variable 'ConeClusterAlgo::_Kill_Far_Clusters' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:148:1: warning: Member variable 'ConeClusterAlgo::_Jet_Et_Min_On_Iter' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:148:1: warning: Member variable 'ConeClusterAlgo::_Far_Ratio' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:148:1: warning: Member variable 'ConeClusterAlgo::_Eitem_Negdrop' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:148:1: warning: Member variable 'ConeClusterAlgo::_Et_Min_Ratio' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:148:1: warning: Member variable 'ConeClusterAlgo::_Thresh_Diff_Et' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:226:5: warning: Member variable 'TemporaryJet::_Eta' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:226:5: warning: Member variable 'TemporaryJet::_Phi' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:226:5: warning: Member variable 'TemporaryJet::_Et' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:226:5: warning: Member variable 'TemporaryJet::_E' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:228:5: warning: Member variable 'TemporaryJet::_Et' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:228:5: warning: Member variable 'TemporaryJet::_E' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:414:8: style: Unused private function: 'ConeClusterAlgo::getItemsInCone_bis' [unusedPrivateFunction]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:412:8: performance: Technically the member function 'd0runi::ConeClusterAlgo::getItemsInCone' can be static. [functionStatic]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:428:1: note: Technically the member function 'd0runi::ConeClusterAlgo::getItemsInCone' can be static.
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:412:8: note: Technically the member function 'd0runi::ConeClusterAlgo::getItemsInCone' can be static.
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:414:8: performance: Technically the member function 'd0runi::ConeClusterAlgo::getItemsInCone_bis' can be static. [functionStatic]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:524:1: note: Technically the member function 'd0runi::ConeClusterAlgo::getItemsInCone_bis' can be static.
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:414:8: note: Technically the member function 'd0runi::ConeClusterAlgo::getItemsInCone_bis' can be static.
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:398:11: style: Technically the member function 'd0runi::ConeClusterAlgo::TemporaryJet::Eta' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:399:11: style: Technically the member function 'd0runi::ConeClusterAlgo::TemporaryJet::Phi' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:400:11: style: Technically the member function 'd0runi::ConeClusterAlgo::TemporaryJet::Et' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:401:11: style: Technically the member function 'd0runi::ConeClusterAlgo::TemporaryJet::E' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/HepEntityIpre96.h:142:7: warning: The class 'HepEntityIpre96' defines member variable with name 'index' also defined in its parent class 'HepEntityI'. [duplInheritedMember]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/HepEntityI.h:132:7: note: Parent variable 'HepEntityI::index'
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/HepEntityIpre96.h:142:7: note: Derived variable 'HepEntityIpre96::index'
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/HepEntityI.h:35:1: warning: The class 'HepEntityI' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/fastjet/D0RunIpre96ConePlugin.hh:82:23: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/fastjet/D0RunIBaseConePlugin.hh:111:23: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/fastjet/D0RunIpre96ConePlugin.hh:82:23: note: Function in derived class
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/fastjet/D0RunIpre96ConePlugin.hh:85:16: style: The function 'run_clustering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/fastjet/D0RunIBaseConePlugin.hh:114:16: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/fastjet/D0RunIpre96ConePlugin.hh:85:16: note: Function in derived class
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/fastjet/D0RunIConePlugin.hh:81:23: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/fastjet/D0RunIBaseConePlugin.hh:111:23: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/fastjet/D0RunIConePlugin.hh:81:23: note: Function in derived class
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/fastjet/D0RunIConePlugin.hh:84:16: style: The function 'run_clustering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/fastjet/D0RunIBaseConePlugin.hh:114:16: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/fastjet/D0RunIConePlugin.hh:84:16: note: Function in derived class
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/HepEntityI.h:101:36: performance: Function parameter 'el' should be passed by const reference. [passedByValue]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/HepEntityIpre96.h:95:41: performance: Function parameter 'el' should be passed by const reference. [passedByValue]
fastjet-3.0.6+dfsg.orig/plugins/D0RunICone/ConeClusterAlgo.hpp:821:5: performance: Possible inefficient checking for 'JETshare' emptiness. [stlSize]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:131:45: style: Function 'ProtoJet' argument 2 names different: declaration 'y' definition 'y_in'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:90:31: note: Function 'ProtoJet' argument 2 names different: declaration 'y' definition 'y_in'.
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:131:45: note: Function 'ProtoJet' argument 2 names different: declaration 'y' definition 'y_in'.
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:131:56: style: Function 'ProtoJet' argument 3 names different: declaration 'phi' definition 'phi_in'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:90:39: note: Function 'ProtoJet' argument 3 names different: declaration 'phi' definition 'phi_in'.
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:131:56: note: Function 'ProtoJet' argument 3 names different: declaration 'phi' definition 'phi_in'.
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:154:35: style: Function 'setJet' argument 1 names different: declaration 'y' definition 'y_in'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:95:21: note: Function 'setJet' argument 1 names different: declaration 'y' definition 'y_in'.
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:154:35: note: Function 'setJet' argument 1 names different: declaration 'y' definition 'y_in'.
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:154:46: style: Function 'setJet' argument 2 names different: declaration 'phi' definition 'phi_in'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:95:29: note: Function 'setJet' argument 2 names different: declaration 'phi' definition 'phi_in'.
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:154:46: note: Function 'setJet' argument 2 names different: declaration 'phi' definition 'phi_in'.
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:154:59: style: Function 'setJet' argument 3 names different: declaration 'pT' definition 'pT_in'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:95:39: note: Function 'setJet' argument 3 names different: declaration 'pT' definition 'pT_in'.
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:154:59: note: Function 'setJet' argument 3 names different: declaration 'pT' definition 'pT_in'.
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ConeSplitMerge.hpp:137:70: style: Function 'split_merge' argument 1 names different: declaration 'ecv' definition 'jcv'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ConeSplitMerge.hpp:98:50: note: Function 'split_merge' argument 1 names different: declaration 'ecv' definition 'jcv'.
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ConeSplitMerge.hpp:137:70: note: Function 'split_merge' argument 1 names different: declaration 'ecv' definition 'jcv'.
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ConeSplitMerge.hpp:138:18: style: Function 'split_merge' argument 2 names different: declaration 's' definition 'shared_ET_fraction'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ConeSplitMerge.hpp:98:60: note: Function 'split_merge' argument 2 names different: declaration 's' definition 'shared_ET_fraction'.
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ConeSplitMerge.hpp:138:18: note: Function 'split_merge' argument 2 names different: declaration 's' definition 'shared_ET_fraction'.
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ILConeAlgorithm.hpp:380:31: style: Function 'makeClusters' argument 2 names different: declaration 'itemlist' definition 'ilist'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ILConeAlgorithm.hpp:204:31: note: Function 'makeClusters' argument 2 names different: declaration 'itemlist' definition 'ilist'.
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ILConeAlgorithm.hpp:380:31: note: Function 'makeClusters' argument 2 names different: declaration 'itemlist' definition 'ilist'.
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ILConeAlgorithm.hpp:406:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/D0RunIIConePlugin.cc:128:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/D0RunIIConePlugin.cc:129:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ConeJetInfo.hpp:58:3: warning: Member variable 'ConeJetInfo::_initial_jet_ET' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:124:17: warning: Member variable 'ProtoJet::_y' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:124:17: warning: Member variable 'ProtoJet::_phi' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:124:17: warning: Member variable 'ProtoJet::_pT' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:131:17: warning: Member variable 'ProtoJet::_y' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:131:17: warning: Member variable 'ProtoJet::_phi' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:131:17: warning: Member variable 'ProtoJet::_pT' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ILConeAlgorithm.hpp:152:3: warning: Member variable 'ILConeAlgorithm::_KILL_DUPLICATE' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ConeJetInfo.hpp:58:3: style: Class 'ConeJetInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ProtoJet.hpp:89:3: style: Class 'ProtoJet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ConeSplitMerge.hpp:95:3: style: Class 'ConeSplitMerge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ConeSplitMerge.hpp:96:3: style: Class 'ConeSplitMerge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/ILConeAlgorithm.hpp:240:5: style: Class 'TemporaryJet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/HepEntity.h:37:1: warning: The class 'HepEntity' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fastjet-3.0.6+dfsg.orig/plugins/D0RunIICone/HepEntity.h:85:35: performance: Function parameter 'el' should be passed by const reference. [passedByValue]
fastjet-3.0.6+dfsg.orig/plugins/EECambridge/EECambridgePlugin.cc:82:15: style: The scope of the variable 'k' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/plugins/EECambridge/EECambridgePlugin.cc:44:1: style: The class 'EECamBriefJet' does not have a constructor although it has private member variables. [noConstructor]
fastjet-3.0.6+dfsg.orig/plugins/EECambridge/EECambridgePlugin.cc:60:10: performance: Technically the member function 'EECamBriefJet::beam_distance' can be static. [functionStatic]
fastjet-3.0.6+dfsg.orig/plugins/EECambridge/fastjet/EECambridgePlugin.hh:62:3: style: Class 'EECambridgePlugin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/plugins/EECambridge/fastjet/EECambridgePlugin.hh:57:1: warning: The class 'EECambridgePlugin' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fastjet-3.0.6+dfsg.orig/plugins/GridJet/fastjet/GridJetPlugin.hh:51:1: warning: The class 'GridJetPlugin' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fastjet-3.0.6+dfsg.orig/plugins/Jade/JadePlugin.cc:95:15: style: The scope of the variable 'k' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/plugins/Jade/JadePlugin.cc:51:1: style: The class 'JadeBriefJet' does not have a constructor although it has private member variables. [noConstructor]
fastjet-3.0.6+dfsg.orig/plugins/Jade/JadePlugin.cc:69:10: performance: Technically the member function 'JadeBriefJet::beam_distance' can be static. [functionStatic]
fastjet-3.0.6+dfsg.orig/plugins/NestedDefs/NestedDefsPlugin.cc:77:8: style: The scope of the variable 'last_def' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/plugins/NestedDefs/NestedDefsPlugin.cc:49:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/NestedDefs/NestedDefsPlugin.cc:99:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/NestedDefs/NestedDefsPlugin.cc:131:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/NestedDefs/NestedDefsPlugin.cc:143:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/NestedDefs/fastjet/NestedDefsPlugin.hh:59:3: style: Class 'NestedDefsPlugin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/plugins/NestedDefs/fastjet/NestedDefsPlugin.hh:54:1: warning: The class 'NestedDefsPlugin' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeBasePlugin.hh:43:3: warning: Member variable 'SISConeBasePlugin::_cone_radius' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeBasePlugin.hh:43:3: warning: Member variable 'SISConeBasePlugin::_overlap_threshold' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeBasePlugin.hh:43:3: warning: Member variable 'SISConeBasePlugin::_n_pass_max' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeBasePlugin.hh:43:3: warning: Member variable 'SISConeBasePlugin::_caching' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeBasePlugin.hh:43:3: warning: Member variable 'SISConeBasePlugin::_split_merge_stopping_scale' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeBasePlugin.hh:43:3: warning: Member variable 'SISConeBasePlugin::_ghost_sep_scale' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeBasePlugin.hh:148:3: warning: Member variable 'SISConeBaseExtras::_most_ambiguous_split' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeBasePlugin.hh:148:3: warning: Member variable 'SISConeBaseExtras::_jet_def_plugin' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConePlugin.hh:114:3: warning: Member variable 'SISConePlugin::_use_pt_weighted_splitting' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConePlugin.hh:202:3: style: Class 'SISConeExtras' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeBasePlugin.hh:40:1: warning: The class 'SISConeBasePlugin' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConePlugin.hh:174:23: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeBasePlugin.hh:111:23: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConePlugin.hh:174:23: note: Function in derived class
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConePlugin.hh:175:16: style: The function 'run_clustering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeBasePlugin.hh:114:16: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConePlugin.hh:175:16: note: Function in derived class
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConePlugin.hh:178:16: style: The function 'reset_stored_plugin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeBasePlugin.hh:127:16: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConePlugin.hh:178:16: note: Function in derived class
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeSphericalPlugin.hh:177:3: style: Class 'SISConeSphericalExtras' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeSphericalPlugin.hh:148:16: style: The function 'supports_ghosted_passive_areas' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeBasePlugin.hh:92:16: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeSphericalPlugin.hh:148:16: note: Function in derived class
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeSphericalPlugin.hh:151:23: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeBasePlugin.hh:111:23: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeSphericalPlugin.hh:151:23: note: Function in derived class
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeSphericalPlugin.hh:152:16: style: The function 'run_clustering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeBasePlugin.hh:114:16: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeSphericalPlugin.hh:152:16: note: Function in derived class
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeSphericalPlugin.hh:155:16: style: The function 'reset_stored_plugin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeBasePlugin.hh:127:16: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/plugins/SISCone/fastjet/SISConeSphericalPlugin.hh:155:16: note: Function in derived class
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.h:114:3: warning: Member variable 'Csplit_merge_ptcomparison::pt' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/reference.h:70:23: style: Technically the member function 'siscone::Creference::operator[]' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/geom_2d.h:154:23: performance: Technically the member function 'siscone::Ceta_phi_range::get_eta_cell' can be static. [functionStatic]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/geom_2d.h:159:23: performance: Technically the member function 'siscone::Ceta_phi_range::get_phi_cell' can be static. [functionStatic]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.h:122:10: warning: The class 'Cstable_cones' defines member variable with name 'R' also defined in its parent class 'Cvicinity'. [duplInheritedMember]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/vicinity.h:123:10: note: Parent variable 'Cvicinity::R'
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.h:122:10: note: Derived variable 'Cstable_cones::R'
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.h:125:10: warning: The class 'Cstable_cones' defines member variable with name 'R2' also defined in its parent class 'Cvicinity'. [duplInheritedMember]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/vicinity.h:124:10: note: Parent variable 'Cvicinity::R2'
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.h:125:10: note: Derived variable 'Cstable_cones::R2'
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/vicinity.h:101:3: style: Class 'Cvicinity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.h:88:3: style: Class 'Cstable_cones' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/area.h:54:3: style: Class 'Cjet_area' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/geom_2d.h:120:1: warning: The class 'Ceta_phi_range' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/hash.h:118:15: style: Technically the member function 'siscone::hash_cones::is_inside' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/hash.cpp:219:25: note: Technically the member function 'siscone::hash_cones::is_inside' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/hash.h:118:15: note: Technically the member function 'siscone::hash_cones::is_inside' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/hash.cpp:64:3: style: Class 'hash_cones' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/hash.cpp:64:3: style: Class 'hash_cones' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/momentum.cpp:42:12: warning: Member variable 'Cmomentum::parent_index' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/momentum.cpp:52:12: warning: Member variable 'Cmomentum::parent_index' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/momentum.cpp:52:12: warning: Member variable 'Cmomentum::index' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/momentum.cpp:65:12: warning: Member variable 'Cmomentum::px' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/momentum.cpp:65:12: warning: Member variable 'Cmomentum::py' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/momentum.cpp:65:12: warning: Member variable 'Cmomentum::pz' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/momentum.cpp:65:12: warning: Member variable 'Cmomentum::E' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/momentum.cpp:65:12: warning: Member variable 'Cmomentum::parent_index' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/momentum.cpp:65:12: warning: Member variable 'Cmomentum::index' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/momentum.cpp:80:23: warning: Member variable 'Cmomentum::parent_index' is not assigned a value in 'Cmomentum::operator='. [operatorEqVarError]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/momentum.cpp:80:23: warning: Member variable 'Cmomentum::index' is not assigned a value in 'Cmomentum::operator='. [operatorEqVarError]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/momentum.cpp:46:3: performance: Variable 'ref' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/momentum.cpp:69:3: performance: Variable 'ref' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/momentum.h:92:19: style: Technically the member function 'siscone::Cmomentum::operator+' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/momentum.cpp:96:28: note: Technically the member function 'siscone::Cmomentum::operator+' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/momentum.h:92:19: note: Technically the member function 'siscone::Cmomentum::operator+' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/momentum.h:49:1: warning: The class 'Cmomentum' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:794:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:794:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:821:49: style: Function 'is_inside' argument 1 names different: declaration 'centre' definition 'centre_in'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.h:258:36: note: Function 'is_inside' argument 1 names different: declaration 'centre' definition 'centre_in'.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:821:49: note: Function 'is_inside' argument 1 names different: declaration 'centre' definition 'centre_in'.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:479:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:593:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:648:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:654:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:89:16: warning: Member variable 'Cstable_cones::R' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:89:16: warning: Member variable 'Cstable_cones::R2' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:89:16: warning: Member variable 'Cstable_cones::child' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:89:16: warning: Member variable 'Cstable_cones::centre' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:89:16: warning: Member variable 'Cstable_cones::centre_idx' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:89:16: warning: Member variable 'Cstable_cones::first_cone' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:89:16: warning: Member variable 'Cstable_cones::dpt' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:96:16: warning: Member variable 'Cstable_cones::R' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:96:16: warning: Member variable 'Cstable_cones::R2' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:96:16: warning: Member variable 'Cstable_cones::child' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:96:16: warning: Member variable 'Cstable_cones::centre' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:96:16: warning: Member variable 'Cstable_cones::centre_idx' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:96:16: warning: Member variable 'Cstable_cones::first_cone' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:96:16: warning: Member variable 'Cstable_cones::dpt' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/siscone_error.h:46:5: performance: Variable 'm_message' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.h:258:15: style: Technically the member function 'siscone::Cstable_cones::is_inside' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.cpp:821:28: note: Technically the member function 'siscone::Cstable_cones::is_inside' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/protocones.h:258:15: note: Technically the member function 'siscone::Cstable_cones::is_inside' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/circulator.h:58:5: style: Technically the member function 'siscone::circulator::operator()' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/siscone_error.h:45:3: style: Class 'Csiscone_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/circulator.h:36:19: warning: The class 'circulator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/quadtree.cpp:45:12: warning: Member variable 'Cquadtree::centre_x' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/quadtree.cpp:45:12: warning: Member variable 'Cquadtree::centre_y' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/quadtree.cpp:45:12: warning: Member variable 'Cquadtree::half_size_x' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/quadtree.cpp:45:12: warning: Member variable 'Cquadtree::half_size_y' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/reference.h:52:8: style: Technically the member function 'siscone::Creference::is_empty' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/reference.cpp:75:18: note: Technically the member function 'siscone::Creference::is_empty' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/reference.h:52:8: note: Technically the member function 'siscone::Creference::is_empty' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/reference.h:55:8: style: Technically the member function 'siscone::Creference::not_empty' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/reference.cpp:81:18: note: Technically the member function 'siscone::Creference::not_empty' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/reference.h:55:8: note: Technically the member function 'siscone::Creference::not_empty' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/reference.h:61:14: style: Technically the member function 'siscone::Creference::operator+' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/reference.cpp:96:24: note: Technically the member function 'siscone::Creference::operator+' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/reference.h:61:14: note: Technically the member function 'siscone::Creference::operator+' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/reference.h:43:1: warning: The class 'Creference' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/geom_2d.h:86:23: performance: Technically the member function 'siscone_spherical::CSphtheta_phi_range::get_theta_cell' can be static. [functionStatic]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/geom_2d.h:91:23: performance: Technically the member function 'siscone_spherical::CSphtheta_phi_range::get_phi_cell' can be static. [functionStatic]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/geom_2d.h:52:1: warning: The class 'CSphtheta_phi_range' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/hash.cpp:49:17: warning: Member variable 'sph_hash_cones::R2' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/hash.cpp:66:3: style: Class 'sph_hash_cones' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/hash.cpp:66:3: style: Class 'sph_hash_cones' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.cpp:211:41: style: Function 'CSphmomentum' argument 1 names different: declaration 'init' definition '_v'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.h:164:29: note: Function 'CSphmomentum' argument 1 names different: declaration 'init' definition '_v'.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.cpp:211:41: note: Function 'CSphmomentum' argument 1 names different: declaration 'init' definition '_v'.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.cpp:211:52: style: Function 'CSphmomentum' argument 2 names different: declaration 'E' definition '_E'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.h:164:42: note: Function 'CSphmomentum' argument 2 names different: declaration 'E' definition '_E'.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.cpp:211:52: note: Function 'CSphmomentum' argument 2 names different: declaration 'E' definition '_E'.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.cpp:51:14: warning: Member variable 'CSph3vector::_theta' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.cpp:51:14: warning: Member variable 'CSph3vector::_phi' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.cpp:194:15: warning: Member variable 'CSphmomentum::parent_index' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.cpp:211:15: warning: Member variable 'CSphmomentum::parent_index' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.cpp:211:15: warning: Member variable 'CSphmomentum::index' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.cpp:201:15: warning: Member variable 'CSphmomentum::parent_index' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.cpp:201:15: warning: Member variable 'CSphmomentum::index' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.cpp:224:29: warning: Member variable 'CSphmomentum::parent_index' is not assigned a value in 'CSphmomentum::operator='. [operatorEqVarError]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.cpp:224:29: warning: Member variable 'CSphmomentum::index' is not assigned a value in 'CSphmomentum::operator='. [operatorEqVarError]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.cpp:46:3: performance: Variable 'ref' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.h:70:21: style: Technically the member function 'siscone_spherical::CSph3vector::operator+' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.cpp:86:32: note: Technically the member function 'siscone_spherical::CSph3vector::operator+' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.h:70:21: note: Technically the member function 'siscone_spherical::CSph3vector::operator+' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.h:74:21: style: Technically the member function 'siscone_spherical::CSph3vector::operator-' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.cpp:93:32: note: Technically the member function 'siscone_spherical::CSph3vector::operator-' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.h:74:21: note: Technically the member function 'siscone_spherical::CSph3vector::operator-' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.h:78:21: style: Technically the member function 'siscone_spherical::CSph3vector::operator/' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.cpp:100:32: note: Technically the member function 'siscone_spherical::CSph3vector::operator/' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.h:78:21: note: Technically the member function 'siscone_spherical::CSph3vector::operator/' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.h:198:22: style: Technically the member function 'siscone_spherical::CSphmomentum::operator+' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.cpp:241:34: note: Technically the member function 'siscone_spherical::CSphmomentum::operator+' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.h:198:22: note: Technically the member function 'siscone_spherical::CSphmomentum::operator+' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.h:54:1: warning: The class 'CSph3vector' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/momentum.h:158:1: warning: The class 'CSphmomentum' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:536:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:650:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:706:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:712:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:91:19: warning: Member variable 'CSphstable_cones::R' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:91:19: warning: Member variable 'CSphstable_cones::R2' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:91:19: warning: Member variable 'CSphstable_cones::tan2R' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:91:19: warning: Member variable 'CSphstable_cones::child' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:91:19: warning: Member variable 'CSphstable_cones::centre' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:91:19: warning: Member variable 'CSphstable_cones::centre_idx' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:91:19: warning: Member variable 'CSphstable_cones::first_cone' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:91:19: warning: Member variable 'CSphstable_cones::dpt' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:98:19: warning: Member variable 'CSphstable_cones::R' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:98:19: warning: Member variable 'CSphstable_cones::R2' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:98:19: warning: Member variable 'CSphstable_cones::tan2R' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:98:19: warning: Member variable 'CSphstable_cones::child' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:98:19: warning: Member variable 'CSphstable_cones::centre' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:98:19: warning: Member variable 'CSphstable_cones::centre_idx' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:98:19: warning: Member variable 'CSphstable_cones::first_cone' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.cpp:98:19: warning: Member variable 'CSphstable_cones::dpt' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.h:129:10: warning: The class 'CSphstable_cones' defines member variable with name 'R' also defined in its parent class 'CSphvicinity'. [duplInheritedMember]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/vicinity.h:112:10: note: Parent variable 'CSphvicinity::R'
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.h:129:10: note: Derived variable 'CSphstable_cones::R'
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.h:132:10: warning: The class 'CSphstable_cones' defines member variable with name 'R2' also defined in its parent class 'CSphvicinity'. [duplInheritedMember]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/vicinity.h:113:10: note: Parent variable 'CSphvicinity::R2'
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.h:132:10: note: Derived variable 'CSphstable_cones::R2'
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.h:135:10: warning: The class 'CSphstable_cones' defines member variable with name 'tan2R' also defined in its parent class 'CSphvicinity'. [duplInheritedMember]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/vicinity.h:114:10: note: Parent variable 'CSphvicinity::tan2R'
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.h:135:10: note: Derived variable 'CSphstable_cones::tan2R'
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/vicinity.h:89:3: style: Class 'CSphvicinity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/protocones.h:95:3: style: Class 'CSphstable_cones' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.h:117:3: warning: Member variable 'CSphsplit_merge_ptcomparison::particles_norm2' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:461:17: style: The scope of the variable 'c' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:712:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:713:18: style: The scope of the variable 'c' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:745:81: style: Function 'get_overlap' argument 3 names different: declaration 'v' definition 'overlap2'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.h:333:66: note: Function 'get_overlap' argument 3 names different: declaration 'v' definition 'overlap2'.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:745:81: note: Function 'get_overlap' argument 3 names different: declaration 'v' definition 'overlap2'.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:1015:47: style: Function 'compute_Etilde' argument 1 names different: declaration 'j' definition 'jet'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.h:376:32: note: Function 'compute_Etilde' argument 1 names different: declaration 'j' definition 'jet'.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:1015:47: note: Function 'compute_Etilde' argument 1 names different: declaration 'j' definition 'jet'.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:485:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:606:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:643:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:725:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:1026:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:53:10: warning: Member variable 'CSphjet::pass' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:230:18: warning: Member variable 'CSphsplit_merge::n' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:230:18: warning: Member variable 'CSphsplit_merge::n_left' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:230:18: warning: Member variable 'CSphsplit_merge::n_pass' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:230:18: warning: Member variable 'CSphsplit_merge::most_ambiguous_split' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:230:18: warning: Member variable 'CSphsplit_merge::idx_size' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:230:18: warning: Member variable 'CSphsplit_merge::E_min' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:55:3: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.h:376:8: style: Technically the member function 'siscone_spherical::CSphsplit_merge::compute_Etilde' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.cpp:1015:23: note: Technically the member function 'siscone_spherical::CSphsplit_merge::compute_Etilde' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/split_merge.h:376:8: note: Technically the member function 'siscone_spherical::CSphsplit_merge::compute_Etilde' can be const.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/vicinity.cpp:62:15: warning: Member variable 'CSphvicinity::cosVR' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/vicinity.cpp:62:15: warning: Member variable 'CSphvicinity::R' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/vicinity.cpp:62:15: warning: Member variable 'CSphvicinity::R2' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/vicinity.cpp:62:15: warning: Member variable 'CSphvicinity::tan2R' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/vicinity.cpp:62:15: warning: Member variable 'CSphvicinity::D2_R' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/vicinity.cpp:62:15: warning: Member variable 'CSphvicinity::inv_R_EPS_COCIRC' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/vicinity.cpp:62:15: warning: Member variable 'CSphvicinity::inv_R_2EPS_COCIRC' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/vicinity.cpp:62:15: warning: Member variable 'CSphvicinity::vicinity_size' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/vicinity.cpp:77:15: warning: Member variable 'CSphvicinity::R' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/vicinity.cpp:77:15: warning: Member variable 'CSphvicinity::R2' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/vicinity.cpp:77:15: warning: Member variable 'CSphvicinity::D2_R' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/vicinity.cpp:77:15: warning: Member variable 'CSphvicinity::inv_R_EPS_COCIRC' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/vicinity.cpp:77:15: warning: Member variable 'CSphvicinity::inv_R_2EPS_COCIRC' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/spherical/vicinity.cpp:77:15: warning: Member variable 'CSphvicinity::vicinity_size' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.cpp:461:10: style: The scope of the variable 'eta' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.cpp:461:15: style: The scope of the variable 'phi' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.cpp:713:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.cpp:714:15: style: The scope of the variable 'c' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.cpp:746:72: style: Function 'get_overlap' argument 3 names different: declaration 'v' definition 'overlap2'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.h:336:60: note: Function 'get_overlap' argument 3 names different: declaration 'v' definition 'overlap2'.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.cpp:746:72: note: Function 'get_overlap' argument 3 names different: declaration 'v' definition 'overlap2'.
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.cpp:474:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.cpp:603:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.cpp:639:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.cpp:726:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.cpp:51:7: warning: Member variable 'Cjet::pass' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.cpp:224:15: warning: Member variable 'Csplit_merge::n' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.cpp:224:15: warning: Member variable 'Csplit_merge::n_left' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.cpp:224:15: warning: Member variable 'Csplit_merge::n_pass' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.cpp:224:15: warning: Member variable 'Csplit_merge::most_ambiguous_split' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.cpp:224:15: warning: Member variable 'Csplit_merge::idx_size' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.cpp:224:15: warning: Member variable 'Csplit_merge::pt_min2' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/split_merge.cpp:53:3: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/vicinity.cpp:60:12: warning: Member variable 'Cvicinity::R' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/vicinity.cpp:60:12: warning: Member variable 'Cvicinity::R2' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/vicinity.cpp:60:12: warning: Member variable 'Cvicinity::inv_R_EPS_COCIRC' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/vicinity.cpp:60:12: warning: Member variable 'Cvicinity::inv_R_2EPS_COCIRC' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/vicinity.cpp:60:12: warning: Member variable 'Cvicinity::vicinity_size' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/vicinity.cpp:60:12: warning: Member variable 'Cvicinity::pcx' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/vicinity.cpp:60:12: warning: Member variable 'Cvicinity::pcy' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/vicinity.cpp:75:12: warning: Member variable 'Cvicinity::R' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/vicinity.cpp:75:12: warning: Member variable 'Cvicinity::R2' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/vicinity.cpp:75:12: warning: Member variable 'Cvicinity::inv_R_EPS_COCIRC' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/vicinity.cpp:75:12: warning: Member variable 'Cvicinity::inv_R_2EPS_COCIRC' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/vicinity.cpp:75:12: warning: Member variable 'Cvicinity::vicinity_size' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/vicinity.cpp:75:12: warning: Member variable 'Cvicinity::pcx' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/SISCone/siscone/siscone/vicinity.cpp:75:12: warning: Member variable 'Cvicinity::pcy' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/plugins/TrackJet/TrackJetPlugin.cc:111:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/TrackJet/TrackJetPlugin.cc:126:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/TrackJet/TrackJetPlugin.cc:129:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/TrackJet/TrackJetPlugin.cc:136:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/TrackJet/TrackJetPlugin.cc:181:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/plugins/TrackJet/fastjet/TrackJetPlugin.hh:65:5: performance: Variable '_jet_recombiner' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fastjet-3.0.6+dfsg.orig/plugins/TrackJet/fastjet/TrackJetPlugin.hh:46:1: warning: The class 'TrackJetPlugin' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fastjet-3.0.6+dfsg.orig/plugins/TrackJet/TrackJetPlugin.cc:140:10: performance: Possible inefficient checking for 'sorted_pt_index' emptiness. [stlSize]
fastjet-3.0.6+dfsg.orig/src/ClusterSequence.cc:867:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/src/ClusterSequence.cc:924:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/src/ClusterSequence.cc:944:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/src/ClusterSequence.cc:966:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/src/ClusterSequence.cc:996:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/src/ClusterSequenceAreaBase.cc:137:2: style: Variable 'n_excluded' is modified but its new value is never used. [unreadVariable]
fastjet-3.0.6+dfsg.orig/src/ClusterSequenceVoronoiArea.cc:238:16: style: The scope of the variable 'v_index' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/src/ClusterSequenceVoronoiArea.cc:256:8: style: Variable 'jet' is assigned a value that is never used. [unreadVariable]
fastjet-3.0.6+dfsg.orig/src/ClusterSequenceVoronoiArea.cc:190:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/src/ClusterSequenceVoronoiArea.cc:75:17: style: Technically the member function 'VoronoiAreaCalc::circle_area' can be const. [functionConst]
fastjet-3.0.6+dfsg.orig/src/ClusterSequence_CP2DChan.cc:47:5: warning: Member variable 'MirrorInfo::orig' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/src/ClusterSequence_CP2DChan.cc:47:5: warning: Member variable 'MirrorInfo::mirror' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/src/ClusterSequence_TiledN2.cc:335:5: style: Variable 'history_location' is modified but its new value is never used. [unreadVariable]
fastjet-3.0.6+dfsg.orig/src/ClusterSequence_TiledN2.cc:594:5: style: Variable 'history_location' is modified but its new value is never used. [unreadVariable]
fastjet-3.0.6+dfsg.orig/src/ClusterSequence_TiledN2.cc:813:5: style: Variable 'history_location' is modified but its new value is never used. [unreadVariable]
fastjet-3.0.6+dfsg.orig/src/ClusterSequence_TiledN2.cc:215:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/src/ClusterSequence_TiledN2.cc:293:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/src/ClusterSequence_TiledN2.cc:535:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/src/ClusterSequence_TiledN2.cc:753:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/src/CompositeJetStructure.cc:53:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/src/Dnn2piCylinder.cc:235:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/src/Dnn3piCylinder.cc:150:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/src/Dnn4piCylinder.cc:86:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/src/DnnPlane.cc:263:10: style: The scope of the variable 'dist' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/src/DnnPlane.cc:316:10: style: The scope of the variable 'dist' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/src/LimitedWarning.cc:80:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:53:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:221:3: style: Class 'SW_Not' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:537:3: style: Class 'QuantitySquareBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:623:3: style: Class 'QuantityPt2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:648:3: style: Class 'QuantityEt2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:673:3: style: Class 'QuantityE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:698:3: style: Class 'QuantityM2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:724:3: style: Class 'QuantityRap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:734:3: style: Class 'SW_RapMin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:744:3: style: Class 'SW_RapMax' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:787:3: style: Class 'QuantityAbsRap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:797:3: style: Class 'SW_AbsRapMax' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:842:3: style: Class 'QuantityEta' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:868:3: style: Class 'QuantityAbsEta' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:964:3: style: Class 'SW_NHardest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:1057:3: style: Class 'SW_Circle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:1170:3: style: Class 'SW_Strip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:1283:3: style: Class 'SW_PtFractionMin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:1385:3: style: Class 'SW_RangeDefinition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:572:0: style: Class 'SW_QuantityMax < QuantityPt2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:572:0: style: Class 'SW_QuantityMax < QuantityEt2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:572:0: style: Class 'SW_QuantityMax < QuantityE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:572:0: style: Class 'SW_QuantityMax < QuantityM2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:572:0: style: Class 'SW_QuantityMax < QuantityRap >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:572:0: style: Class 'SW_QuantityMax < QuantityAbsRap >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:572:0: style: Class 'SW_QuantityMax < QuantityEta >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:572:0: style: Class 'SW_QuantityMax < QuantityAbsEta >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:548:0: style: Class 'SW_QuantityMin < QuantityPt2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:548:0: style: Class 'SW_QuantityMin < QuantityEt2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:548:0: style: Class 'SW_QuantityMin < QuantityE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:548:0: style: Class 'SW_QuantityMin < QuantityM2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:548:0: style: Class 'SW_QuantityMin < QuantityRap >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:548:0: style: Class 'SW_QuantityMin < QuantityAbsRap >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:548:0: style: Class 'SW_QuantityMin < QuantityEta >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:548:0: style: Class 'SW_QuantityMin < QuantityAbsEta >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:418:16: style: The function 'applies_jet_by_jet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:305:16: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:418:16: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:479:27: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:338:27: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:479:27: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:482:16: style: The function 'terminator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:351:16: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:482:16: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:498:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:382:18: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:498:18: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:538:18: style: The function 'description_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:529:18: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:538:18: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:624:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:525:18: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:624:18: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:625:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:526:18: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:625:18: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:649:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:525:18: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:649:18: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:650:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:526:18: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:650:18: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:674:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:525:18: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:674:18: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:675:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:526:18: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:675:18: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:699:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:525:18: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:699:18: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:700:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:526:18: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:700:18: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:725:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:525:18: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:725:18: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:726:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:526:18: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:726:18: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:727:16: style: The function 'is_geometric' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:527:16: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:727:16: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:788:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:525:18: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:788:18: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:789:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:526:18: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:789:18: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:790:16: style: The function 'is_geometric' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:527:16: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:790:16: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:843:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:525:18: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:843:18: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:844:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:526:18: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:844:18: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:869:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:525:18: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:869:18: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:870:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:526:18: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:870:18: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:871:16: style: The function 'is_geometric' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastjet-3.0.6+dfsg.orig/src/Selector.cc:527:16: note: Virtual function in base class
fastjet-3.0.6+dfsg.orig/src/Selector.cc:871:16: note: Function in derived class
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:592:25: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:828:3: style: Variable 'current' is reassigned a value before the old one has been used. [redundantAssignment]
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:826:0: note: Variable 'current' is reassigned a value before the old one has been used.
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:828:3: note: Variable 'current' is reassigned a value before the old one has been used.
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:828:13: style: Variable 'prev' is reassigned a value before the old one has been used. [redundantAssignment]
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:826:0: note: Variable 'prev' is reassigned a value before the old one has been used.
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:828:13: note: Variable 'prev' is reassigned a value before the old one has been used.
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:860:3: style: Variable 'geCurrent' is reassigned a value before the old one has been used. [redundantAssignment]
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:859:0: note: Variable 'geCurrent' is reassigned a value before the old one has been used.
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:860:3: note: Variable 'geCurrent' is reassigned a value before the old one has been used.
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:860:15: style: Variable 'gePrev' is reassigned a value before the old one has been used. [redundantAssignment]
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:859:0: note: Variable 'gePrev' is reassigned a value before the old one has been used.
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:860:15: note: Variable 'gePrev' is reassigned a value before the old one has been used.
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:151:10: style: The scope of the variable 'x' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:151:13: style: The scope of the variable 'y' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:302:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:579:29: style: The scope of the variable 'fast' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:580:10: style: The scope of the variable 'dxp' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:580:15: style: The scope of the variable 'dyp' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:580:20: style: The scope of the variable 'dxs' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:580:25: style: The scope of the variable 't1' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:580:29: style: The scope of the variable 't2' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:580:33: style: The scope of the variable 't3' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:580:37: style: The scope of the variable 'yl' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:788:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/src/Voronoi.cc:1217:9: style: The scope of the variable 's' can be reduced. [variableScope]
fastjet-3.0.6+dfsg.orig/tools/BackgroundEstimatorBase.cc:93:68: style: Function '_percentile' argument 1 names different: declaration 'sorted_quantity_vector' definition 'sorted_quantities'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/BackgroundEstimatorBase.hh:165:50: note: Function '_percentile' argument 1 names different: declaration 'sorted_quantity_vector' definition 'sorted_quantities'.
fastjet-3.0.6+dfsg.orig/tools/BackgroundEstimatorBase.cc:93:68: note: Function '_percentile' argument 1 names different: declaration 'sorted_quantity_vector' definition 'sorted_quantities'.
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/BackgroundEstimatorBase.hh:165:10: performance: Technically the member function 'BackgroundEstimatorBase::_percentile' can be static. [functionStatic]
fastjet-3.0.6+dfsg.orig/tools/BackgroundEstimatorBase.cc:93:33: note: Technically the member function 'BackgroundEstimatorBase::_percentile' can be static.
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/BackgroundEstimatorBase.hh:165:10: note: Technically the member function 'BackgroundEstimatorBase::_percentile' can be static.
fastjet-3.0.6+dfsg.orig/tools/CASubJetTagger.cc:103:68: style: Function '_recurse_through_jet' argument 1 names different: declaration 'current_jet' definition 'jet'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/CASubJetTagger.hh:165:47: note: Function '_recurse_through_jet' argument 1 names different: declaration 'current_jet' definition 'jet'.
fastjet-3.0.6+dfsg.orig/tools/CASubJetTagger.cc:103:68: note: Function '_recurse_through_jet' argument 1 names different: declaration 'current_jet' definition 'jet'.
fastjet-3.0.6+dfsg.orig/tools/CASubJetTagger.cc:103:81: style: Function '_recurse_through_jet' argument 2 names different: declaration 'aux_max' definition 'aux'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/CASubJetTagger.hh:166:37: note: Function '_recurse_through_jet' argument 2 names different: declaration 'aux_max' definition 'aux'.
fastjet-3.0.6+dfsg.orig/tools/CASubJetTagger.cc:103:81: note: Function '_recurse_through_jet' argument 2 names different: declaration 'aux_max' definition 'aux'.
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/CASubJetTagger.hh:191:3: warning: Member variable 'CASubJetTaggerStructure::_scale_choice' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/CASubJetTagger.hh:191:3: warning: Member variable 'CASubJetTaggerStructure::_distance' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/CASubJetTagger.hh:191:3: warning: Member variable 'CASubJetTaggerStructure::_absolute_z' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/CASubJetTagger.hh:191:3: warning: Member variable 'CASubJetTaggerStructure::_z' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/CASubJetTagger.hh:191:3: style: Class 'CASubJetTaggerStructure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/tools/Filter.cc:304:23: style: C-style pointer casting [cstyleCast]
fastjet-3.0.6+dfsg.orig/tools/Filter.cc:226:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/tools/Filter.cc:253:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/tools/Filter.cc:333:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/tools/Filter.cc:361:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/Filter.hh:100:3: warning: Member variable 'Filter::_Rfilt' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/Filter.hh:100:3: warning: Member variable 'Filter::_rho' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/Filter.hh:100:3: warning: Member variable 'Filter::_subtractor' is not initialized in the constructor. [uninitMemberVar]
fastjet-3.0.6+dfsg.orig/tools/GridMedianBackgroundEstimator.cc:134:93: style: Function 'set_rescaling_class' argument 1 names different: declaration 'rescaling_class' definition 'rescaling_class_in'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/GridMedianBackgroundEstimator.hh:136:72: note: Function 'set_rescaling_class' argument 1 names different: declaration 'rescaling_class' definition 'rescaling_class_in'.
fastjet-3.0.6+dfsg.orig/tools/GridMedianBackgroundEstimator.cc:134:93: note: Function 'set_rescaling_class' argument 1 names different: declaration 'rescaling_class' definition 'rescaling_class_in'.
fastjet-3.0.6+dfsg.orig/tools/JHTopTagger.cc:128:29: style: C-style pointer casting [cstyleCast]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/JHTopTagger.hh:170:47: performance: Function parameter 'pieces_in' should be passed by const reference. [passedByValue]
fastjet-3.0.6+dfsg.orig/tools/JetMedianBackgroundEstimator.cc:290:94: style: Function 'set_jet_density_class' argument 1 names different: declaration 'jet_density_class' definition 'jet_density_class_in'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/JetMedianBackgroundEstimator.hh:302:66: note: Function 'set_jet_density_class' argument 1 names different: declaration 'jet_density_class' definition 'jet_density_class_in'.
fastjet-3.0.6+dfsg.orig/tools/JetMedianBackgroundEstimator.cc:290:94: note: Function 'set_jet_density_class' argument 1 names different: declaration 'jet_density_class' definition 'jet_density_class_in'.
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/JetMedianBackgroundEstimator.hh:122:3: style: Class 'JetMedianBackgroundEstimator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/JetMedianBackgroundEstimator.hh:427:3: style: Class 'BackgroundJetScalarPtDensity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/MassDropTagger.hh:126:3: style: Class 'MassDropTaggerStructure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/Pruner.hh:180:3: style: Class 'PrunerStructure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/tools/RestFrameNSubjettinessTagger.cc:108:23: style: C-style pointer casting [cstyleCast]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/RestFrameNSubjettinessTagger.hh:138:3: style: Class 'RestFrameNSubjettinessTaggerStructure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/Boost.hh:48:3: style: Class 'Boost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/Boost.hh:71:3: style: Class 'Unboost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/Subtractor.hh:62:3: style: Class 'Subtractor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/Subtractor.hh:67:3: style: Class 'Subtractor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastjet-3.0.6+dfsg.orig/tools/TopTaggerBase.cc:50:54: style: Function '_cos_theta_W' argument 1 names different: declaration 'result' definition 'res'. [funcArgNamesDifferent]
fastjet-3.0.6+dfsg.orig/tools/fastjet/tools/TopTaggerBase.hh:78:41: note: Function '_cos_theta_W' argument 1 names different: declaration 'result' definition 'res'.
fastjet-3.0.6+dfsg.orig/tools/TopTaggerBase.cc:50:54: note: Function '_cos_theta_W' argument 1 names different: declaration 'result' definition 'res'.
[21:38]
ftp://ftp.se.debian.org/debian/pool/main/f/fastkml/fastkml_0.11.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fastlink/fastlink_4.1P-fix95.orig.tar.gz
fastlink-4.1P-fix95/4.1P/src/automodified.c:24:9: style: The scope of the variable 'recomb_flag' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:115:7: style: The scope of the variable 'f1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:115:11: style: The scope of the variable 'f2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:180:7: style: The scope of the variable 'f1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:180:11: style: The scope of the variable 'f2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:186:8: style: The scope of the variable 'TEMPGENE1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:186:20: style: The scope of the variable 'TEMPGENE2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:244:7: style: The scope of the variable 'f1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:244:11: style: The scope of the variable 'f2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:319:7: style: The scope of the variable 'f1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:319:11: style: The scope of the variable 'f2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:460:8: style: The scope of the variable 'FORLIM' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:461:7: style: The scope of the variable 'nonzindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:461:18: style: The scope of the variable 'nonzcount' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:462:8: style: The scope of the variable 'step1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:462:15: style: The scope of the variable 'step2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:463:17: style: The scope of the variable 'tempstart' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:464:14: style: The scope of the variable 'current' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:465:10: style: The scope of the variable 'valtemp' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:466:22: style: The scope of the variable 'tempr' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:468:7: style: The scope of the variable 'here' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:468:16: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:468:26: style: The scope of the variable 'second' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:469:7: style: The scope of the variable 'g1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:469:11: style: The scope of the variable 'g2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:470:7: style: The scope of the variable 'fslength' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:471:7: style: The scope of the variable 'jointisoindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:471:22: style: The scope of the variable 'fisoindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:472:7: style: The scope of the variable 'l' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:477:7: style: The scope of the variable 'k' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:478:8: style: The scope of the variable 'skip' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:487:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:487:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:488:40: style: The scope of the variable 'newflagr' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:491:7: style: The scope of the variable 'loop1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:491:13: style: The scope of the variable 'loop2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:491:19: style: The scope of the variable 'loop3' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:491:25: style: The scope of the variable 'loop4' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:494:7: style: The scope of the variable 'fastsum' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:495:11: style: The scope of the variable 'depend' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:500:11: style: The scope of the variable 'newsegprob' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:502:7: style: The scope of the variable 'ind' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:864:8: style: The scope of the variable 'FORLIM' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:865:7: style: The scope of the variable 'nonzindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:865:18: style: The scope of the variable 'nonzcount' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:866:8: style: The scope of the variable 'step1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:866:15: style: The scope of the variable 'step2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:867:17: style: The scope of the variable 'tempstart' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:868:10: style: The scope of the variable 'valtemp' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:869:15: style: The scope of the variable 'temp1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:871:7: style: The scope of the variable 'here' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:871:16: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:871:26: style: The scope of the variable 'second' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:872:7: style: The scope of the variable 'g1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:872:11: style: The scope of the variable 'g2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:873:7: style: The scope of the variable 'fslength' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:874:7: style: The scope of the variable 'jointisoindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:874:22: style: The scope of the variable 'fisoindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:875:7: style: The scope of the variable 'currentindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:876:7: style: The scope of the variable 'l' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:881:7: style: The scope of the variable 'k' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:882:8: style: The scope of the variable 'skip' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:885:44: style: The scope of the variable 'newwithc' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:890:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:890:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:895:7: style: The scope of the variable 'loop1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:895:13: style: The scope of the variable 'loop2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:895:19: style: The scope of the variable 'loop3' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:895:25: style: The scope of the variable 'loop4' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:898:7: style: The scope of the variable 'fastsum' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:903:11: style: The scope of the variable 'newsegprob' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:905:11: style: The scope of the variable 'depend' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/automodified.c:199:17: style: Variable 'TEMPGENE1' is assigned a value that is never used. [unreadVariable]
fastlink-4.1P-fix95/4.1P/src/automodified.c:201:17: style: Variable 'TEMPGENE2' is assigned a value that is never used. [unreadVariable]
fastlink-4.1P-fix95/4.1P/src/check.c:117:11: style: Unused variable: helpTextFile [unusedVariable]
fastlink-4.1P-fix95/4.1P/src/check.c:57:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
fastlink-4.1P-fix95/4.1P/src/check.c:175:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
fastlink-4.1P-fix95/4.1P/src/check.c:595:3: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fastlink-4.1P-fix95/4.1P/src/check.c:129:16: error: Uninitialized variable: checkpointBackup [uninitvar]
fastlink-4.1P-fix95/4.1P/src/check.c:173:12: error: Uninitialized variable: checkpointBackup [uninitvar]
fastlink-4.1P-fix95/4.1P/src/comgetvect.c:31:14: style: The scope of the variable 'WITH1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comgetvect.c:32:10: style: The scope of the variable 'tempfreq1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comgetvect.c:32:21: style: The scope of the variable 'tempfreq2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comgetvect.c:913:10: style: Variable 'WITH' is assigned a value that is never used. [unreadVariable]
fastlink-4.1P-fix95/4.1P/src/comgetvect.c:1017:10: style: Variable 'WITH' is assigned a value that is never used. [unreadVariable]
fastlink-4.1P-fix95/4.1P/src/cominputcode.c:1832:27: warning: Logical conjunction always evaluates to false: LINK->whichtype < 0 && LINK->whichtype > 4. [incorrectLogicOperator]
fastlink-4.1P-fix95/4.1P/src/cominputcode.c:243:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/cominputcode.c:245:16: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/cominputcode.c:682:7: style: The scope of the variable 'locus' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/cominputcode.c:682:14: style: The scope of the variable 'vect' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/cominputcode.c:705:7: style: The scope of the variable 'curr_person' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/cominputcode.c:705:20: style: The scope of the variable 'locus' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/cominputcode.c:705:27: style: The scope of the variable 'loop_v' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/cominputcode.c:1184:7: style: The scope of the variable 'locidx' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/cominputcode.c:1184:15: style: The scope of the variable 'allidx' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/cominputcode.c:1372:8: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/cominputcode.c:1486:15: style: The scope of the variable 'WITH' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/cominputcode.c:1654:16: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/cominputcode.c:1704:16: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/cominputcode.c:1813:8: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/cominputcode.c:1814:23: style: The scope of the variable 'WITH1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/cominputcode.c:1815:8: style: The scope of the variable 'FORLIM' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/cominputcode.c:1964:8: style: The scope of the variable 'FORLIM' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:186:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:188:18: style: The scope of the variable 'tempflag1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:189:11: style: The scope of the variable 'tempwith1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:334:7: style: The scope of the variable 'locfstart' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:334:18: style: The scope of the variable 'locfend' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:334:27: style: The scope of the variable 'locfseg' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:453:7: style: The scope of the variable 'term' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:454:11: style: The scope of the variable 'hetyet' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:503:17: style: The scope of the variable 'thisfinalfence' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:505:10: style: The scope of the variable 'c' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:685:10: style: The scope of the variable 'c' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:1281:7: style: The scope of the variable 'left' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:1281:13: style: The scope of the variable 'mid' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:1281:18: style: The scope of the variable 'right' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:1282:11: style: The scope of the variable 'found' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:1284:7: style: The scope of the variable 'geno' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:1460:11: style: The scope of the variable 'gocalc' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:1474:7: style: The scope of the variable 'copyIndex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:2029:11: style: The scope of the variable 'depend' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:2068:13: style: The scope of the variable 'depend' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comlike.c:1741:4: warning: Size of pointer 'ped_nuscales' used instead of size of its data. [pointerSize]
fastlink-4.1P-fix95/4.1P/src/comlike.c:372:3: style: Variable 'tempfgeno' is assigned a value that is never used. [unreadVariable]
fastlink-4.1P-fix95/4.1P/src/commoncode.c:500:15: warning: Either the condition 'stream!=0' is redundant or there is possible null pointer dereference: stream. [nullPointerRedundantCheck]
fastlink-4.1P-fix95/4.1P/src/commoncode.c:502:18: note: Assuming that condition 'stream!=0' is not redundant
fastlink-4.1P-fix95/4.1P/src/commoncode.c:500:15: note: Null pointer dereference
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:8:39: style: The scope of the variable 'ms' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:8:43: style: The scope of the variable 'mf' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:8:47: style: The scope of the variable 'ms1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:8:52: style: The scope of the variable 'ms2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:8:57: style: The scope of the variable 'mf1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:8:62: style: The scope of the variable 'mf2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:8:73: style: The scope of the variable 'f1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:9:8: style: The scope of the variable 'f2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:9:12: style: The scope of the variable 's1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:9:16: style: The scope of the variable 's2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:147:43: style: The scope of the variable 'ms1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:147:48: style: The scope of the variable 'ms2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:147:62: style: The scope of the variable 's1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:147:66: style: The scope of the variable 's2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:230:21: style: The scope of the variable 'f1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:230:25: style: The scope of the variable 'f2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:230:29: style: The scope of the variable 's1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:230:33: style: The scope of the variable 's2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:321:24: style: The scope of the variable 's1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:321:28: style: The scope of the variable 's2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:904:22: style: The scope of the variable 'sstop' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1027:22: style: The scope of the variable 'sstop' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/oldsegup.c:18:10: style: Variable 'WITH' is assigned a value that is never used. [unreadVariable]
fastlink-4.1P-fix95/4.1P/src/oldsegup.c:81:10: style: Variable 'WITH' is assigned a value that is never used. [unreadVariable]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1335:11: style: Variable 'WITH1' is assigned a value that is never used. [unreadVariable]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1431:11: style: Variable 'WITH1' is assigned a value that is never used. [unreadVariable]
fastlink-4.1P-fix95/4.1P/src/compar.c:1081:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fastlink-4.1P-fix95/4.1P/src/compar.c:384:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/compar.c:384:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/compar.c:387:11: style: The scope of the variable 'needToRecomputeTables' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/compar.c:389:7: style: The scope of the variable 'oldfun' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/compar.c:1137:12: style: The scope of the variable 'numparams' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/compar.c:1137:23: style: The scope of the variable 'maxThetas' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/compar.c:1069:5: style: Variable 'fmemCalculated' is assigned a value that is never used. [unreadVariable]
fastlink-4.1P-fix95/4.1P/src/ilgetvect.c:30:23: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilink.c:172:3: style: Variable 'firsttime' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fastlink-4.1P-fix95/4.1P/src/ilink.c:169:3: note: Variable 'firsttime' is reassigned a value before the old one has been used if variable is no semaphore variable.
fastlink-4.1P-fix95/4.1P/src/ilink.c:172:3: note: Variable 'firsttime' is reassigned a value before the old one has been used if variable is no semaphore variable.
fastlink-4.1P-fix95/4.1P/src/ilink.c:396:13: style: The scope of the variable 'oldtheta' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilink.c:397:10: style: The scope of the variable 'dist' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilink.c:400:7: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilink.c:400:16: style: The scope of the variable 'FORLIM2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilink.c:402:10: style: The scope of the variable 'TEMP' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilink.c:672:13: style: The scope of the variable 'oldtheta' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilink.c:673:10: style: The scope of the variable 'dist' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilink.c:676:7: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilink.c:676:16: style: The scope of the variable 'FORLIM2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilink.c:678:10: style: The scope of the variable 'TEMP' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilink.c:1451:24: style: The scope of the variable 'hh' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilink.c:1451:34: style: The scope of the variable 'temp1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilink.c:1453:10: style: The scope of the variable 'tu' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilink.c:1453:14: style: The scope of the variable 'xvec' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilink.c:2197:10: style: The scope of the variable 'nmj' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilink.c:2197:15: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilinputcode.c:18:17: style: The scope of the variable 'l' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilinputcode.c:18:20: style: The scope of the variable 'm' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilinputcode.c:25:17: style: The scope of the variable 'FORLIM2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilinputcode.c:172:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilinputcode.c:172:17: style: The scope of the variable 'l' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilinputcode.c:176:8: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilinputcode.c:176:17: style: The scope of the variable 'FORLIM2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ilinputcode.c:390:16: style: The scope of the variable 'WITH' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:931:33: warning: Either the condition 'thisc<50000L' is redundant or the array 'WITH->censor[82767]' is accessed at index 82767, which is out of bounds. [arrayIndexOutOfBoundsCond]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:929:16: note: Assuming that condition 'thisc<50000L' is not redundant
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:930:8: note: thisc is incremented', new value is 50000
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:931:33: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:952:33: warning: Either the condition 'thisc<50000L' is redundant or the array 'WITH->censor[82767]' is accessed at index 82767, which is out of bounds. [arrayIndexOutOfBoundsCond]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:950:16: note: Assuming that condition 'thisc<50000L' is not redundant
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:951:8: note: thisc is incremented', new value is 50000
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:952:33: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:984:33: warning: Either the condition 'thisc<50000L' is redundant or the array 'WITH->censor[82767]' is accessed at index 82767, which is out of bounds. [arrayIndexOutOfBoundsCond]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:982:16: note: Assuming that condition 'thisc<50000L' is not redundant
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:983:8: note: thisc is incremented', new value is 50000
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:984:33: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1002:33: warning: Either the condition 'thisc<50000L' is redundant or the array 'WITH->censor[82767]' is accessed at index 82767, which is out of bounds. [arrayIndexOutOfBoundsCond]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1000:16: note: Assuming that condition 'thisc<50000L' is not redundant
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1001:8: note: thisc is incremented', new value is 50000
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1002:33: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1054:20: warning: Either the condition 'thisc<=50000L' is redundant or the array 'WITH->censor[82767]' is accessed at index 82767, which is out of bounds. [arrayIndexOutOfBoundsCond]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1053:16: note: Assuming that condition 'thisc<=50000L' is not redundant
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1054:20: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1061:20: warning: Either the condition 'thisc<=50000L' is redundant or the array 'WITH->censor[82767]' is accessed at index 82767, which is out of bounds. [arrayIndexOutOfBoundsCond]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1060:16: note: Assuming that condition 'thisc<=50000L' is not redundant
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1061:20: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1088:20: warning: Either the condition 'thisc<=50000L' is redundant or the array 'WITH->censor[82767]' is accessed at index 82767, which is out of bounds. [arrayIndexOutOfBoundsCond]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1087:16: note: Assuming that condition 'thisc<=50000L' is not redundant
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1088:20: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1095:20: warning: Either the condition 'thisc<=50000L' is redundant or the array 'WITH->censor[82767]' is accessed at index 82767, which is out of bounds. [arrayIndexOutOfBoundsCond]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1094:16: note: Assuming that condition 'thisc<=50000L' is not redundant
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1095:20: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1139:31: warning: Either the condition 'thisc<50000L' is redundant or the array 'WITH->censor[82767]' is accessed at index 82767, which is out of bounds. [arrayIndexOutOfBoundsCond]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1137:14: note: Assuming that condition 'thisc<50000L' is not redundant
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1138:6: note: thisc is incremented', new value is 50000
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1139:31: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1162:31: warning: Either the condition 'thisc<50000L' is redundant or the array 'WITH->censor[82767]' is accessed at index 82767, which is out of bounds. [arrayIndexOutOfBoundsCond]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1160:14: note: Assuming that condition 'thisc<50000L' is not redundant
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1161:6: note: thisc is incremented', new value is 50000
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1162:31: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1218:20: warning: Either the condition 'thisc<=50000L' is redundant or the array 'WITH->censor[82767]' is accessed at index 82767, which is out of bounds. [arrayIndexOutOfBoundsCond]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1217:16: note: Assuming that condition 'thisc<=50000L' is not redundant
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1218:20: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1225:20: warning: Either the condition 'thisc<=50000L' is redundant or the array 'WITH->censor[82767]' is accessed at index 82767, which is out of bounds. [arrayIndexOutOfBoundsCond]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1224:16: note: Assuming that condition 'thisc<=50000L' is not redundant
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1225:20: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1243:20: warning: Either the condition 'thisc<=50000L' is redundant or the array 'WITH->censor[82767]' is accessed at index 82767, which is out of bounds. [arrayIndexOutOfBoundsCond]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1242:16: note: Assuming that condition 'thisc<=50000L' is not redundant
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1243:20: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1250:20: warning: Either the condition 'thisc<=50000L' is redundant or the array 'WITH->censor[82767]' is accessed at index 82767, which is out of bounds. [arrayIndexOutOfBoundsCond]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1249:16: note: Assuming that condition 'thisc<=50000L' is not redundant
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1250:20: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1295:29: warning: Either the condition 'thisc<50000L' is redundant or the array 'WITH->censor[82767]' is accessed at index 82767, which is out of bounds. [arrayIndexOutOfBoundsCond]
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1293:12: note: Assuming that condition 'thisc<50000L' is not redundant
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1294:4: note: thisc is incremented', new value is 50000
fastlink-4.1P-fix95/4.1P/src/comnuclear.c:1295:29: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/iostuff.c:325:5: style: Variable 'tmp_ped_list' is reassigned a value before the old one has been used. [redundantAssignment]
fastlink-4.1P-fix95/4.1P/src/iostuff.c:324:5: note: Variable 'tmp_ped_list' is reassigned a value before the old one has been used.
fastlink-4.1P-fix95/4.1P/src/iostuff.c:325:5: note: Variable 'tmp_ped_list' is reassigned a value before the old one has been used.
fastlink-4.1P-fix95/4.1P/src/iostuff.c:102:7: style: The scope of the variable 'pedprod' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/iostuff.c:262:7: style: The scope of the variable 'tstr' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/iostuff.c:560:5: style: The scope of the variable 'ped_check' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/ligetvect.c:30:23: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/liinputcode.c:21:16: style: The scope of the variable 'WITH' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/linkmap.c:293:14: warning: Either the condition 's_screen==0' is redundant or there is possible null pointer dereference: s_screen. [nullPointerRedundantCheck]
fastlink-4.1P-fix95/4.1P/src/linkmap.c:289:18: note: Assuming that condition 's_screen==0' is not redundant
fastlink-4.1P-fix95/4.1P/src/linkmap.c:293:14: note: Null pointer dereference
fastlink-4.1P-fix95/4.1P/src/linkmap.c:294:14: warning: Either the condition 's_outfile==0' is redundant or there is possible null pointer dereference: s_outfile. [nullPointerRedundantCheck]
fastlink-4.1P-fix95/4.1P/src/linkmap.c:289:39: note: Assuming that condition 's_outfile==0' is not redundant
fastlink-4.1P-fix95/4.1P/src/linkmap.c:294:14: note: Null pointer dereference
fastlink-4.1P-fix95/4.1P/src/linkmap.c:295:14: warning: Either the condition 's_stream==0' is redundant or there is possible null pointer dereference: s_stream. [nullPointerRedundantCheck]
fastlink-4.1P-fix95/4.1P/src/linkmap.c:289:59: note: Assuming that condition 's_stream==0' is not redundant
fastlink-4.1P-fix95/4.1P/src/linkmap.c:295:14: note: Null pointer dereference
fastlink-4.1P-fix95/4.1P/src/linkmap.c:343:14: warning: Either the condition 's_screen==0' is redundant or there is possible null pointer dereference: s_screen. [nullPointerRedundantCheck]
fastlink-4.1P-fix95/4.1P/src/linkmap.c:339:18: note: Assuming that condition 's_screen==0' is not redundant
fastlink-4.1P-fix95/4.1P/src/linkmap.c:343:14: note: Null pointer dereference
fastlink-4.1P-fix95/4.1P/src/linkmap.c:344:14: warning: Either the condition 's_outfile==0' is redundant or there is possible null pointer dereference: s_outfile. [nullPointerRedundantCheck]
fastlink-4.1P-fix95/4.1P/src/linkmap.c:339:39: note: Assuming that condition 's_outfile==0' is not redundant
fastlink-4.1P-fix95/4.1P/src/linkmap.c:344:14: note: Null pointer dereference
fastlink-4.1P-fix95/4.1P/src/linkmap.c:345:14: warning: Either the condition 's_stream==0' is redundant or there is possible null pointer dereference: s_stream. [nullPointerRedundantCheck]
fastlink-4.1P-fix95/4.1P/src/linkmap.c:339:59: note: Assuming that condition 's_stream==0' is not redundant
fastlink-4.1P-fix95/4.1P/src/linkmap.c:345:14: note: Null pointer dereference
fastlink-4.1P-fix95/4.1P/src/linkmap.c:244:10: style: The scope of the variable 'instr' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:2355:13: warning: Either the condition 'stream!=0' is redundant or there is possible null pointer dereference: stream. [nullPointerRedundantCheck]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:2356:16: note: Assuming that condition 'stream!=0' is not redundant
fastlink-4.1P-fix95/4.1P/src/lodscore.c:2355:13: note: Null pointer dereference
fastlink-4.1P-fix95/4.1P/src/lodscore.c:295:3: style: Variable 'firsttime' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:292:3: note: Variable 'firsttime' is reassigned a value before the old one has been used if variable is no semaphore variable.
fastlink-4.1P-fix95/4.1P/src/lodscore.c:295:3: note: Variable 'firsttime' is reassigned a value before the old one has been used if variable is no semaphore variable.
fastlink-4.1P-fix95/4.1P/src/lodscore.c:2091:3: style: Variable 'scriptCheckpoint' is reassigned a value before the old one has been used. [redundantAssignment]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:2087:3: note: Variable 'scriptCheckpoint' is reassigned a value before the old one has been used.
fastlink-4.1P-fix95/4.1P/src/lodscore.c:2091:3: note: Variable 'scriptCheckpoint' is reassigned a value before the old one has been used.
fastlink-4.1P-fix95/4.1P/src/lodscore.c:26:7: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:133:16: style: The scope of the variable 'WITH1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:386:13: style: The scope of the variable 'k' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:386:16: style: The scope of the variable 'l' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:387:10: style: The scope of the variable 'dist' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:390:7: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:390:16: style: The scope of the variable 'FORLIM2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:572:16: style: The scope of the variable 'l' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:573:10: style: The scope of the variable 'dist' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:577:7: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:577:16: style: The scope of the variable 'FORLIM2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:1270:24: style: The scope of the variable 'hh' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:1270:34: style: The scope of the variable 'temp1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:1272:10: style: The scope of the variable 'tu' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:1272:14: style: The scope of the variable 'xvec' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:1587:10: style: The scope of the variable 'nmj' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:1587:15: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:2013:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/lodscore.c:2013:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/logetvect.c:32:23: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loinputcode.c:1474:27: warning: Logical conjunction always evaluates to false: LINK->whichtype < 0 && LINK->whichtype > 4. [incorrectLogicOperator]
fastlink-4.1P-fix95/4.1P/src/loinputcode.c:21:17: style: The scope of the variable 'l' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loinputcode.c:21:20: style: The scope of the variable 'm' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loinputcode.c:26:17: style: The scope of the variable 'FORLIM2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loinputcode.c:345:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loinputcode.c:347:16: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loinputcode.c:447:11: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loinputcode.c:447:17: style: The scope of the variable 'l' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loinputcode.c:451:8: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loinputcode.c:451:17: style: The scope of the variable 'FORLIM2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loinputcode.c:939:7: style: The scope of the variable 'locidx' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loinputcode.c:939:15: style: The scope of the variable 'allidx' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loinputcode.c:1172:15: style: The scope of the variable 'WITH' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loinputcode.c:1294:16: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loinputcode.c:1344:16: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loinputcode.c:1460:8: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loinputcode.c:1461:23: style: The scope of the variable 'WITH1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loinputcode.c:1462:8: style: The scope of the variable 'FORLIM' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1688:11: error: Array 'rest[300]' accessed at index 300, which is out of bounds. [arrayIndexOutOfBounds]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1809:7: note: After for loop, CopyIndex has value 300
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1814:20: note: Calling function 'copy_line', 2nd argument 'ToLineIndex' value is 300
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1688:11: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1718:9: error: Array 'line[300][9]' index line[300][7] out of bounds. [arrayIndexOutOfBounds]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1809:7: note: (1st array index) After for loop, CopyIndex has value 300
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1819:26: note: (1st array index) Calling function 'Rearrange_children', 1st argument 'NodeIndex' value is 300
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1718:9: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1815:12: error: Array 'table[300]' accessed at index 300, which is out of bounds. [arrayIndexOutOfBounds]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1809:7: note: After for loop, CopyIndex has value 300
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1815:12: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1816:11: error: Array 'line[300][9]' index line[300][2] out of bounds. [arrayIndexOutOfBounds]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1809:7: note: (1st array index) After for loop, CopyIndex has value 300
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1816:11: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1816:38: error: Array 'line[300][9]' index line[300][3] out of bounds. [arrayIndexOutOfBounds]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1809:7: note: (1st array index) After for loop, CopyIndex has value 300
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1816:38: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1817:8: error: Array 'line[300][9]' index line[300][5] out of bounds. [arrayIndexOutOfBounds]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1809:7: note: (1st array index) After for loop, CopyIndex has value 300
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1817:8: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1817:39: error: Array 'line[300][9]' index line[300][6] out of bounds. [arrayIndexOutOfBounds]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1809:7: note: (1st array index) After for loop, CopyIndex has value 300
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1817:39: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1818:11: error: Array 'line[300][9]' index line[300][7] out of bounds. [arrayIndexOutOfBounds]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1809:7: note: (1st array index) After for loop, CopyIndex has value 300
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1818:11: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1820:11: error: Array 'line[300][9]' index line[300][8] out of bounds. [arrayIndexOutOfBounds]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1809:7: note: (1st array index) After for loop, CopyIndex has value 300
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1820:11: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1821:11: error: Array 'line[300][9]' index line[300][1] out of bounds. [arrayIndexOutOfBounds]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1809:7: note: (1st array index) After for loop, CopyIndex has value 300
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1821:11: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1824:10: error: Array 'ped[300]' accessed at index 300, which is out of bounds. [arrayIndexOutOfBounds]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1809:7: note: After for loop, CopyIndex has value 300
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1824:10: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1845:7: error: Array 'table[300]' accessed at index 300, which is out of bounds. [arrayIndexOutOfBounds]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1839:4: note: After for loop, TableIndex has value 300
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1845:7: note: Array index out of bounds
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1612:34: style: Redundant condition: ped[NodeIndex].paid. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1615:43: style: Redundant condition: ped[NodeIndex].maid. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:467:9: style: The scope of the variable 'maxWeight' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:468:6: style: The scope of the variable 'maxWeightIndex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:845:9: style: The scope of the variable 'chosenIndex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:980:6: style: The scope of the variable 'cycleIndex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1397:15: style: The scope of the variable 'otherParent' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1483:9: style: The scope of the variable 'PersonId' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1786:9: style: The scope of the variable 'SpouseIndex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1892:9: style: The scope of the variable 'FatherIndex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1892:22: style: The scope of the variable 'MotherIndex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1897:21: style: The scope of the variable 'FieldInfo' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:2156:7: style: The scope of the variable 'numPositions' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:2159:22: style: The scope of the variable 'junk' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:2252:11: style: The scope of the variable 'hasCycle' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:2256:8: style: The scope of the variable 'currentPedigreeId' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:2258:7: style: The scope of the variable 'presult' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:2315:9: style: The scope of the variable 'currentPedigreeId' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:2378:9: style: The scope of the variable 'currentPedigreeId' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1133:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1137:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:1139:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fastlink-4.1P-fix95/4.1P/src/loopbrk.c:2296:0: error: Memory leak: positionsForLoci [memleak]
fastlink-4.1P-fix95/4.1P/src/mlgetvect.c:28:24: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/mlinputcode.c:19:16: style: The scope of the variable 'WITH' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1326:8: style: Condition 'printout' is always false [knownConditionTrueFalse]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:156:7: style: The scope of the variable 'f1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:156:11: style: The scope of the variable 'f2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:220:7: style: The scope of the variable 'f1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:220:11: style: The scope of the variable 'f2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:359:8: style: The scope of the variable 'step1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:359:15: style: The scope of the variable 'step2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:360:19: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:368:11: style: The scope of the variable 'depend' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:498:10: style: The scope of the variable 'valtemp' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:503:7: style: The scope of the variable 'procindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:826:17: style: The scope of the variable 'tempstart' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:828:22: style: The scope of the variable 'first' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:829:7: style: The scope of the variable 'procindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:835:12: style: The scope of the variable 'l' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1125:11: style: The scope of the variable 'totaltime' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1126:8: style: The scope of the variable 'remainder' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1128:8: style: The scope of the variable 'oh' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1454:8: style: The scope of the variable 'step1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1454:15: style: The scope of the variable 'step2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1455:16: style: The scope of the variable 'here' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1455:28: style: The scope of the variable 'first' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1463:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1463:20: style: The scope of the variable 'c2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1467:7: style: The scope of the variable 'proc' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1471:11: style: The scope of the variable 'localpsumcache' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1471:28: style: The scope of the variable 'localqsumcache' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1472:11: style: The scope of the variable 'depend' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1473:7: style: The scope of the variable 'loopprocbound' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1677:19: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1678:7: style: The scope of the variable 'procindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1925:17: style: The scope of the variable 'tempstart' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1927:22: style: The scope of the variable 'first' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1928:7: style: The scope of the variable 'procindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1932:12: style: The scope of the variable 'l' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2306:7: style: The scope of the variable 'g1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2306:11: style: The scope of the variable 'g2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2307:11: style: The scope of the variable 's1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2307:15: style: The scope of the variable 's2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2367:7: style: The scope of the variable 'g1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2367:11: style: The scope of the variable 'g2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2368:11: style: The scope of the variable 's1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2368:15: style: The scope of the variable 's2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2438:8: style: The scope of the variable 'step1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2438:15: style: The scope of the variable 'step2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2439:10: style: The scope of the variable 'valtemp' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2442:25: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2445:17: style: The scope of the variable 'skip' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2455:19: style: The scope of the variable 'current' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2461:7: style: The scope of the variable 'ind' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2947:8: style: The scope of the variable 'FORLIM' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2948:7: style: The scope of the variable 'nonzindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2948:18: style: The scope of the variable 'nonzcount' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2950:7: style: The scope of the variable 'step2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2951:10: style: The scope of the variable 'valtemp' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2952:15: style: The scope of the variable 'temp1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2953:16: style: The scope of the variable 'f1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2953:20: style: The scope of the variable 'f2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2954:16: style: The scope of the variable 'here' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2954:25: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2954:35: style: The scope of the variable 'second' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2955:7: style: The scope of the variable 'jointisoindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2956:12: style: The scope of the variable 'currentindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2957:12: style: The scope of the variable 'k' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2960:44: style: The scope of the variable 'newwithc' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2964:17: style: The scope of the variable 'c1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2964:21: style: The scope of the variable 'c2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2973:11: style: The scope of the variable 'newsegprob' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:2975:7: style: The scope of the variable 'ind' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:534:14: style: Variable 'newflag2' is assigned a value that is never used. [unreadVariable]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1711:14: style: Variable 'newflag2' is assigned a value that is never used. [unreadVariable]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1712:14: style: Variable 'newflag3' is assigned a value that is never used. [unreadVariable]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1713:14: style: Variable 'newflagr' is assigned a value that is never used. [unreadVariable]
fastlink-4.1P-fix95/4.1P/src/parmodified.c:1876:15: style: Variable 'ind' is assigned a value that is never used. [unreadVariable]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:79:7: style: The scope of the variable 'g1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:79:11: style: The scope of the variable 'g2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:80:11: style: The scope of the variable 's1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:80:15: style: The scope of the variable 's2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:137:7: style: The scope of the variable 'g1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:137:11: style: The scope of the variable 'g2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:138:11: style: The scope of the variable 's1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:138:15: style: The scope of the variable 's2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:208:8: style: The scope of the variable 'step1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:208:15: style: The scope of the variable 'step2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:209:14: style: The scope of the variable 'current' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:210:10: style: The scope of the variable 'valtemp' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:213:16: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:216:8: style: The scope of the variable 'skip' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:222:11: style: The scope of the variable 'depend' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:232:7: style: The scope of the variable 'ind' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:731:8: style: The scope of the variable 'FORLIM' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:732:7: style: The scope of the variable 'nonzindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:732:18: style: The scope of the variable 'nonzcount' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:734:8: style: The scope of the variable 'step2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:735:10: style: The scope of the variable 'valtemp' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:736:15: style: The scope of the variable 'temp1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:737:7: style: The scope of the variable 'f1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:737:11: style: The scope of the variable 'f2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:738:7: style: The scope of the variable 'here' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:738:16: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:738:26: style: The scope of the variable 'second' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:739:7: style: The scope of the variable 'jointisoindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:740:7: style: The scope of the variable 'currentindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:741:7: style: The scope of the variable 'k' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:744:44: style: The scope of the variable 'newwithc' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:746:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:746:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:755:11: style: The scope of the variable 'newsegprob' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/sexmodified.c:757:11: style: The scope of the variable 'depend' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:31:7: style: The scope of the variable 'f1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:31:11: style: The scope of the variable 'f2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:94:7: style: The scope of the variable 'f1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:94:11: style: The scope of the variable 'f2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:231:7: style: The scope of the variable 'findex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:231:15: style: The scope of the variable 'sindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:232:8: style: The scope of the variable 'FORLIM' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:233:7: style: The scope of the variable 'nonzindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:233:18: style: The scope of the variable 'nonzcount' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:234:8: style: The scope of the variable 'step1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:234:15: style: The scope of the variable 'step2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:235:10: style: The scope of the variable 'val' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:235:15: style: The scope of the variable 'temp1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:236:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:236:13: style: The scope of the variable 'first' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:236:20: style: The scope of the variable 'second' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:237:7: style: The scope of the variable 'fslength' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:238:7: style: The scope of the variable 'k' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:239:8: style: The scope of the variable 'skip' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:242:33: style: The scope of the variable 'newwithr' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:242:44: style: The scope of the variable 'newsegr' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:246:11: style: The scope of the variable 'depend' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:439:16: style: The scope of the variable 'findex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:439:24: style: The scope of the variable 'sindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:440:8: style: The scope of the variable 'FORLIM' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:441:7: style: The scope of the variable 'nonzindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:441:18: style: The scope of the variable 'nonzcount' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:442:8: style: The scope of the variable 'step1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:442:15: style: The scope of the variable 'step2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:443:10: style: The scope of the variable 'valtemp' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:444:15: style: The scope of the variable 'temp1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:445:7: style: The scope of the variable 'f1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:445:10: style: The scope of the variable 'f2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:446:7: style: The scope of the variable 'here' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:446:16: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:446:26: style: The scope of the variable 'second' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:447:7: style: The scope of the variable 'fslength' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:448:7: style: The scope of the variable 'jointisoindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:449:7: style: The scope of the variable 'currentindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:450:7: style: The scope of the variable 'k' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:451:8: style: The scope of the variable 'skip' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:454:44: style: The scope of the variable 'newsegr' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:454:54: style: The scope of the variable 'newwithc' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:458:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:458:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:466:11: style: The scope of the variable 'newsegprob' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowautomodified.c:468:11: style: The scope of the variable 'depend' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:78:7: style: The scope of the variable 'g1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:78:11: style: The scope of the variable 'g2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:79:11: style: The scope of the variable 's1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:79:15: style: The scope of the variable 's2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:137:7: style: The scope of the variable 'g1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:137:11: style: The scope of the variable 'g2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:138:11: style: The scope of the variable 's1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:138:15: style: The scope of the variable 's2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:207:8: style: The scope of the variable 'step1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:207:15: style: The scope of the variable 'step2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:209:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:212:8: style: The scope of the variable 'skip' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:225:11: style: The scope of the variable 'depend' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:476:8: style: The scope of the variable 'FORLIM' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:477:7: style: The scope of the variable 'nonzindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:477:18: style: The scope of the variable 'nonzcount' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:479:8: style: The scope of the variable 'step2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:480:10: style: The scope of the variable 'valtemp' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:481:15: style: The scope of the variable 'temp1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:482:7: style: The scope of the variable 'f1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:482:11: style: The scope of the variable 'f2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:483:7: style: The scope of the variable 'here' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:483:16: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:483:26: style: The scope of the variable 'second' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:484:7: style: The scope of the variable 'jointisoindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:485:7: style: The scope of the variable 'currentindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:486:7: style: The scope of the variable 'k' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:489:44: style: The scope of the variable 'newwithc' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:491:8: style: The scope of the variable 'c1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:491:12: style: The scope of the variable 'c2' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:500:11: style: The scope of the variable 'newsegprob' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/slowsexmodified.c:502:11: style: The scope of the variable 'depend' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:4359:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fastlink-4.1P-fix95/4.1P/src/unknown.c:174:14: warning: Either the condition 'pedfile!=0' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
fastlink-4.1P-fix95/4.1P/src/unknown.c:4774:15: note: Assuming that condition 'pedfile!=0' is not redundant
fastlink-4.1P-fix95/4.1P/src/unknown.c:4702:19: note: Calling function 'P_eof', 1st argument 'f' value is 0
fastlink-4.1P-fix95/4.1P/src/unknown.c:174:14: note: Null pointer dereference
fastlink-4.1P-fix95/4.1P/src/unknown.c:178:15: warning: Either the condition 'pedfile!=0' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
fastlink-4.1P-fix95/4.1P/src/unknown.c:4774:15: note: Assuming that condition 'pedfile!=0' is not redundant
fastlink-4.1P-fix95/4.1P/src/unknown.c:4702:19: note: Calling function 'P_eof', 1st argument 'f' value is 0
fastlink-4.1P-fix95/4.1P/src/unknown.c:178:15: note: Null pointer dereference
fastlink-4.1P-fix95/4.1P/src/unknown.c:181:16: warning: Either the condition 'pedfile!=0' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
fastlink-4.1P-fix95/4.1P/src/unknown.c:4774:15: note: Assuming that condition 'pedfile!=0' is not redundant
fastlink-4.1P-fix95/4.1P/src/unknown.c:4702:19: note: Calling function 'P_eof', 1st argument 'f' value is 0
fastlink-4.1P-fix95/4.1P/src/unknown.c:181:16: note: Null pointer dereference
fastlink-4.1P-fix95/4.1P/src/unknown.c:551:5: style: Variable 'tmp_ped_list' is reassigned a value before the old one has been used. [redundantAssignment]
fastlink-4.1P-fix95/4.1P/src/unknown.c:550:5: note: Variable 'tmp_ped_list' is reassigned a value before the old one has been used.
fastlink-4.1P-fix95/4.1P/src/unknown.c:551:5: note: Variable 'tmp_ped_list' is reassigned a value before the old one has been used.
fastlink-4.1P-fix95/4.1P/src/unknown.c:1524:11: style: Variable 'a_' is reassigned a value before the old one has been used. [redundantAssignment]
fastlink-4.1P-fix95/4.1P/src/unknown.c:1522:4: note: Variable 'a_' is reassigned a value before the old one has been used.
fastlink-4.1P-fix95/4.1P/src/unknown.c:1524:11: note: Variable 'a_' is reassigned a value before the old one has been used.
fastlink-4.1P-fix95/4.1P/src/unknown.c:1525:11: style: Variable 'b_' is reassigned a value before the old one has been used. [redundantAssignment]
fastlink-4.1P-fix95/4.1P/src/unknown.c:1523:4: note: Variable 'b_' is reassigned a value before the old one has been used.
fastlink-4.1P-fix95/4.1P/src/unknown.c:1525:11: note: Variable 'b_' is reassigned a value before the old one has been used.
fastlink-4.1P-fix95/4.1P/src/unknown.c:1580:11: style: Variable 'a_' is reassigned a value before the old one has been used. [redundantAssignment]
fastlink-4.1P-fix95/4.1P/src/unknown.c:1578:4: note: Variable 'a_' is reassigned a value before the old one has been used.
fastlink-4.1P-fix95/4.1P/src/unknown.c:1580:11: note: Variable 'a_' is reassigned a value before the old one has been used.
fastlink-4.1P-fix95/4.1P/src/unknown.c:1581:11: style: Variable 'b_' is reassigned a value before the old one has been used. [redundantAssignment]
fastlink-4.1P-fix95/4.1P/src/unknown.c:1579:4: note: Variable 'b_' is reassigned a value before the old one has been used.
fastlink-4.1P-fix95/4.1P/src/unknown.c:1581:11: note: Variable 'b_' is reassigned a value before the old one has been used.
fastlink-4.1P-fix95/4.1P/src/unknown.c:215:10: style: The scope of the variable 'fgetsvalue' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:220:7: style: The scope of the variable 'lineNumber' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:433:7: style: The scope of the variable 'tstr' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:519:8: style: The scope of the variable 'fgetsvalue' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:1192:7: style: The scope of the variable 'loopcount' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:1193:11: style: The scope of the variable 'skip' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:1358:11: style: The scope of the variable 'skip' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2037:15: style: The scope of the variable 'WITH' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2097:15: style: The scope of the variable 'WITH' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2162:34: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2343:18: style: The scope of the variable 'system' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2634:16: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2684:16: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2903:17: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2906:8: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2954:8: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:3049:7: style: The scope of the variable 'max_vects' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:3191:11: style: The scope of the variable 'compat' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:3192:7: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:3292:11: style: The scope of the variable 'compat' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:3293:7: style: The scope of the variable 'j' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:3540:7: style: The scope of the variable 'geno' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:3584:7: style: The scope of the variable 'curr_person' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:3584:20: style: The scope of the variable 'locus' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:3584:27: style: The scope of the variable 'loop_v' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:3632:11: style: The scope of the variable 'valid_vector' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:3926:7: style: The scope of the variable 'locus' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:3926:14: style: The scope of the variable 'vect' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:3952:20: style: The scope of the variable 'temp' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:4110:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:4112:7: style: The scope of the variable 'loop_vect' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:4275:15: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:4277:7: style: The scope of the variable 'homoz' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:4277:14: style: The scope of the variable 'heteroz' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:4277:23: style: The scope of the variable 'here' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:4278:7: style: The scope of the variable 'locusindex' can be reduced. [variableScope]
fastlink-4.1P-fix95/4.1P/src/unknown.c:1618:16: style: Unused variable: WITH1 [unusedVariable]
fastlink-4.1P-fix95/4.1P/src/unknown.c:1827:16: style: Unused variable: WITH1 [unusedVariable]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2036:14: style: Unused variable: n [unusedVariable]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2036:17: style: Unused variable: ahap [unusedVariable]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2036:23: style: Unused variable: bhap [unusedVariable]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2038:16: style: Unused variable: WITH1 [unusedVariable]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2039:16: style: Unused variable: WITH2 [unusedVariable]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2096:14: style: Unused variable: n [unusedVariable]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2096:17: style: Unused variable: ahap [unusedVariable]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2096:23: style: Unused variable: bhap [unusedVariable]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2098:16: style: Unused variable: WITH1 [unusedVariable]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2099:16: style: Unused variable: WITH2 [unusedVariable]
fastlink-4.1P-fix95/4.1P/src/unknown.c:2100:8: style: Unused variable: FORLIM2 [unusedVariable]
fastlink-4.1P-fix95/4.1P/src/unknown.c:4654:7: style: Unused variable: num_alleles [unusedVariable]
fastlink-4.1P-fix95/4.1P/src/unknown.c:4657:7: style: Unused variable: i [unusedVariable]
fastlink-4.1P-fix95/4.1P/src/unknown.c:4658:15: style: Unused variable: WITH2 [unusedVariable]
fastlink-4.1P-fix95/4.1P/src/unknown.c:4658:23: style: Unused variable: holdloop [unusedVariable]
fastlink-4.1P-fix95/4.1P/src/unknown.c:4659:7: style: Unused variable: loopnumber [unusedVariable]
[21:38]
ftp://ftp.se.debian.org/debian/pool/main/f/fastml/fastml_3.1.orig.tar.gz
FastML.v3.1/libs/phylogeny/AddLog.cpp:20:18: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
FastML.v3.1/libs/phylogeny/AddLog.h:18:10: style: Technically the member function 'tAddLog_Precompute::AddLog' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/AddLog.h:37:21: note: Technically the member function 'tAddLog_Precompute::AddLog' can be const.
FastML.v3.1/libs/phylogeny/AddLog.h:18:10: note: Technically the member function 'tAddLog_Precompute::AddLog' can be const.
FastML.v3.1/libs/phylogeny/AddLog.cpp:18:3: style: Class 'tAddLog_Precompute' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FastML.v3.1/libs/phylogeny/AddLog.cpp:18:3: style: Class 'tAddLog_Precompute' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.cpp:37:37: style: Function 'setParam' argument 1 names different: declaration 'F' definition 'f'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:90:32: note: Function 'setParam' argument 1 names different: declaration 'F' definition 'f'.
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.cpp:37:37: note: Function 'setParam' argument 1 names different: declaration 'F' definition 'f'.
FastML.v3.1/libs/phylogeny/ussrvModel.h:14:11: warning: Member variable 'ussrvModel::_f' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/ussrvModel.h:14:11: warning: Member variable 'ussrvModel::_alpha' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/ussrvModel.h:14:11: warning: Member variable 'ussrvModel::_baseSp' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/ussrvModel.h:14:11: warning: Member variable 'ussrvModel::_ssrvSp' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/someUtil.h:34:2: performance: Variable 'm_value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/libs/phylogeny/someUtil.h:21:4: style: Technically the member function 'vecElem::getValue' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/someUtil.h:23:6: style: Technically the member function 'vecElem::getPlace' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/sequence.h:89:8: style: Technically the member function 'sequence::Iterator::operator!=' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/sequence.h:90:8: style: Technically the member function 'sequence::Iterator::operator==' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/sequence.h:104:8: style: Technically the member function 'sequence::constIterator::operator!=' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/sequence.h:107:8: style: Technically the member function 'sequence::constIterator::operator==' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/sequenceContainer.h:33:18: style: Technically the member function 'sequenceContainer::getSeqDirectFromDataVec' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/sequenceContainer.h:119:11: style: Technically the member function 'sequenceContainer::taxaIterator::operator!=' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/sequenceContainer.h:120:11: style: Technically the member function 'sequenceContainer::taxaIterator::operator==' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/sequenceContainer.h:141:8: style: Technically the member function 'sequenceContainer::constTaxaIterator::operator!=' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/sequenceContainer.h:145:8: style: Technically the member function 'sequenceContainer::constTaxaIterator::operator==' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/suffStatComponent.h:31:8: style: Technically the member function 'suffStatSpecHomPos::isEmpty' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/suffStatComponent.h:129:8: style: Technically the member function 'suffStatGlobalHomPos::isEmpty' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/suffStatComponent.h:149:8: style: Technically the member function 'suffStatGlobalGamPos::isEmpty' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/suffStatComponent.h:172:8: style: Technically the member function 'suffStatGlobalGamProportionalPos::isEmpty' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/suffStatComponent.h:195:8: style: Technically the member function 'suffStatGlobalGam::isEmpty' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/suffStatComponent.h:218:8: style: Technically the member function 'suffStatGlobalGamProportional::isEmpty' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/suffStatComponent.h:241:8: style: Technically the member function 'suffStatGlobalHom::isEmpty' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/stochasticProcessSSRV.h:42:7: style: Technically the member function 'stochasticProcessSSRV::setRateOfRate' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/tree.h:91:2: style: Class 'tree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FastML.v3.1/libs/phylogeny/tree.h:92:2: style: Class 'tree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FastML.v3.1/libs/phylogeny/tree.h:93:2: style: Class 'tree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FastML.v3.1/libs/phylogeny/fromQtoPt.h:15:1: warning: The class 'q2pt' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:23:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:17:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:23:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:26:20: style: The function 'categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:20:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:26:20: note: Function in derived class
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:27:24: style: The function 'rates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:22:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:27:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:28:24: style: The function 'ratesProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:23:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:28:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:30:16: style: The function 'setGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:24:16: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:30:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:31:19: style: The function 'getGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:25:19: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:31:19: note: Function in derived class
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:32:24: style: The function 'getCumulativeProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:26:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:32:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:37:15: style: The function 'change_number_of_categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:21:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:37:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/gammaDistribution.h:24:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:23:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gammaDistribution.h:24:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/gammaDistribution.h:26:15: style: The function 'setAlpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:33:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gammaDistribution.h:26:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/gammaDistribution.h:28:15: style: The function 'change_number_of_categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:37:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gammaDistribution.h:28:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/gammaDistribution.h:30:15: style: The function 'setGammaParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:25:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gammaDistribution.h:30:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/gammaDistribution.h:31:15: style: The function 'setBeta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:35:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gammaDistribution.h:31:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:19:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:22:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:19:23: note: Function in derived class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:22:6: style: The function 'unknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:20:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:22:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:23:6: style: The function 'gap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:21:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:23:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:25:6: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:18:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:25:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:26:6: style: The function 'stringSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:23:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:26:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:27:7: style: The function 'isSpecific' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:27:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:27:7: note: Function in derived class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:29:6: style: The function 'fromChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:16:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:29:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:30:14: style: The function 'fromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:24:22: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:30:14: note: Function in derived class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:32:9: style: The function 'fromInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:17:17: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:32:9: note: Function in derived class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:34:6: style: The function 'relations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:15:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/mulAlphabet.h:34:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:11:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:22:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:11:20: note: Function in derived class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:12:6: style: The function 'unknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:20:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:12:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:13:6: style: The function 'gap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:21:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:13:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:14:6: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:18:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:14:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:15:6: style: The function 'stringSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:23:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:15:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:16:6: style: The function 'relations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:15:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:16:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:17:6: style: The function 'fromChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:16:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:17:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:19:9: style: The function 'fromInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:17:17: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:19:9: note: Function in derived class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:20:14: style: The function 'fromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:24:22: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:20:14: note: Function in derived class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:21:7: style: The function 'isSpecific' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:27:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:21:7: note: Function in derived class
FastML.v3.1/libs/phylogeny/fromQtoPt.h:34:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:14:28: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/fromQtoPt.h:34:28: note: Function in derived class
FastML.v3.1/libs/phylogeny/fromQtoPt.h:37:12: style: The function 'alphabetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:16:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/fromQtoPt.h:37:12: note: Function in derived class
FastML.v3.1/libs/phylogeny/fromQtoPt.h:40:16: style: The function 'Pij_t' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:10:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/fromQtoPt.h:40:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/fromQtoPt.h:41:16: style: The function 'dPij_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:12:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/fromQtoPt.h:41:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/fromQtoPt.h:42:16: style: The function 'freq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:11:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/fromQtoPt.h:42:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/fromQtoPt.h:43:16: style: The function 'd2Pij_dt2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:13:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/fromQtoPt.h:43:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/replacementModelSSRV.h:19:12: style: The function 'alphabetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:16:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/replacementModelSSRV.h:19:12: note: Function in derived class
FastML.v3.1/libs/phylogeny/replacementModelSSRV.h:20:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:14:28: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/replacementModelSSRV.h:20:28: note: Function in derived class
FastML.v3.1/libs/phylogeny/replacementModelSSRV.h:21:16: style: The function 'Pij_t' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:10:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/replacementModelSSRV.h:21:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/replacementModelSSRV.h:24:16: style: The function 'dPij_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:12:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/replacementModelSSRV.h:24:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/replacementModelSSRV.h:27:16: style: The function 'd2Pij_dt2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:13:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/replacementModelSSRV.h:27:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/replacementModelSSRV.h:31:16: style: The function 'freq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:11:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/replacementModelSSRV.h:31:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/stochasticProcessSSRV.h:23:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/stochasticProcess.h:17:29: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/stochasticProcessSSRV.h:23:29: note: Function in derived class
FastML.v3.1/libs/phylogeny/stochasticProcessSSRV.h:27:20: style: The function 'categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/stochasticProcess.h:21:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/stochasticProcessSSRV.h:27:20: note: Function in derived class
FastML.v3.1/libs/phylogeny/stochasticProcessSSRV.h:28:24: style: The function 'rates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/stochasticProcess.h:22:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/stochasticProcessSSRV.h:28:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/stochasticProcessSSRV.h:29:24: style: The function 'ratesProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/stochasticProcess.h:23:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/stochasticProcessSSRV.h:29:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/stochasticProcessSSRV.h:31:24: style: The function 'Pij_t' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/stochasticProcess.h:26:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/stochasticProcessSSRV.h:31:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/stochasticProcessSSRV.h:36:24: style: The function 'distr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/stochasticProcess.h:36:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/stochasticProcessSSRV.h:36:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/stochasticProcessSSRV.h:37:15: style: The function 'setDistribution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/stochasticProcess.h:38:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/stochasticProcessSSRV.h:37:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/stochasticProcessSSRV.h:39:16: style: The function 'setGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/stochasticProcess.h:42:16: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/stochasticProcessSSRV.h:39:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/stochasticProcessSSRV.h:40:19: style: The function 'getGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/stochasticProcess.h:43:19: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/stochasticProcessSSRV.h:40:19: note: Function in derived class
FastML.v3.1/libs/phylogeny/tamura92.h:14:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:14:28: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/tamura92.h:14:28: note: Function in derived class
FastML.v3.1/libs/phylogeny/tamura92.h:16:12: style: The function 'alphabetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:16:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/tamura92.h:16:12: note: Function in derived class
FastML.v3.1/libs/phylogeny/tamura92.h:22:16: style: The function 'Pij_t' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:10:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/tamura92.h:22:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/tamura92.h:23:16: style: The function 'dPij_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:12:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/tamura92.h:23:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/tamura92.h:24:16: style: The function 'freq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:11:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/tamura92.h:24:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/tamura92.h:25:16: style: The function 'd2Pij_dt2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:13:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/tamura92.h:25:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:60:15: style: The function 'setParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:44:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:60:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:61:15: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:45:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:61:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:76:15: style: The function 'setParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:44:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:76:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:77:15: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:45:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:77:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:90:15: style: The function 'setParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:44:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:90:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:91:15: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:45:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:91:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:132:15: style: The function 'setParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:117:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:132:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:133:15: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:118:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:133:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:147:15: style: The function 'setParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:117:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:147:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:148:15: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:118:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:148:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:160:15: style: The function 'setParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:117:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:160:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:161:15: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:118:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:161:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:173:15: style: The function 'setParam' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:117:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:173:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:174:15: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:118:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/C_evalParamUSSRV.h:174:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/logFile.h:28:34: performance: Function parameter 'logfilename' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/tree.h:114:36: performance: Function parameter 'inName' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/likelihoodComputation.h:196:21: performance: Function parameter 'originalBounderi' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/ConversionUtils.cpp:22:54: style: Function 'appendDouble2string' argument 2 names different: declaration 'howManyDigitsAfterTheDot' definition 'lenght'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/ConversionUtils.h:14:54: note: Function 'appendDouble2string' argument 2 names different: declaration 'howManyDigitsAfterTheDot' definition 'lenght'.
FastML.v3.1/libs/phylogeny/ConversionUtils.cpp:22:54: note: Function 'appendDouble2string' argument 2 names different: declaration 'howManyDigitsAfterTheDot' definition 'lenght'.
FastML.v3.1/libs/phylogeny/numRec.h:31:29: style: The scope of the variable 'fu' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/numRec.h:31:47: style: The scope of the variable 'tol1' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/numRec.h:31:52: style: The scope of the variable 'tol2' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/numRec.h:31:65: style: The scope of the variable 'xm' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/numRec.h:185:29: style: The scope of the variable 'du' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/numRec.h:186:30: style: The scope of the variable 'tol1' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/numRec.h:186:35: style: The scope of the variable 'tol2' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/numRec.h:186:54: style: The scope of the variable 'xm' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/GLaguer.cpp:80:12: style: The scope of the variable 'x' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/GLaguer.cpp:80:15: style: The scope of the variable 'xi' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/GLaguer.cpp:80:19: style: The scope of the variable 'y' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/GLaguer.cpp:109:7: style: The scope of the variable 'i' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/GLaguer.cpp:110:9: style: The scope of the variable 'upper' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/GLaguer.cpp:110:16: style: The scope of the variable 'lower' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/GLaguer.cpp:110:23: style: The scope of the variable 'x' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/GLaguer.cpp:110:26: style: The scope of the variable 'y' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/GLaguer.cpp:111:7: style: The scope of the variable 'dwn' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/GLaguer.cpp:10:53: style: Function 'GLaguer' argument 2 names different: declaration 'alpha' definition 'alf'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/GLaguer.h:14:54: note: Function 'GLaguer' argument 2 names different: declaration 'alpha' definition 'alf'.
FastML.v3.1/libs/phylogeny/GLaguer.cpp:10:53: note: Function 'GLaguer' argument 2 names different: declaration 'alpha' definition 'alf'.
FastML.v3.1/libs/phylogeny/GLaguer.cpp:70:41: style: Function 'GetPhylipLaguer' argument 1 names different: declaration 'pointsNum' definition 'categs'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/GLaguer.h:16:33: note: Function 'GetPhylipLaguer' argument 1 names different: declaration 'pointsNum' definition 'categs'.
FastML.v3.1/libs/phylogeny/GLaguer.cpp:70:41: note: Function 'GetPhylipLaguer' argument 1 names different: declaration 'pointsNum' definition 'categs'.
FastML.v3.1/libs/phylogeny/GLaguer.cpp:70:57: style: Function 'GetPhylipLaguer' argument 2 names different: declaration 'alf' definition 'alpha'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/GLaguer.h:16:52: note: Function 'GetPhylipLaguer' argument 2 names different: declaration 'alf' definition 'alpha'.
FastML.v3.1/libs/phylogeny/GLaguer.cpp:70:57: note: Function 'GetPhylipLaguer' argument 2 names different: declaration 'alf' definition 'alpha'.
FastML.v3.1/libs/phylogeny/uniformDistribution.h:30:11: warning: Member variable 'uniformDistribution::_interval' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/uniformDistribution.h:30:11: warning: Member variable 'uniformDistribution::_upperBound' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/uniformDistribution.h:30:11: warning: Member variable 'uniformDistribution::_lowerBound' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/GLaguer.h:19:7: performance: Technically the member function 'GLaguer::gaulag' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/GLaguer.cpp:25:15: note: Technically the member function 'GLaguer::gaulag' can be static.
FastML.v3.1/libs/phylogeny/GLaguer.h:19:7: note: Technically the member function 'GLaguer::gaulag' can be static.
FastML.v3.1/libs/phylogeny/GLaguer.h:22:9: performance: Technically the member function 'GLaguer::glaguerre' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/GLaguer.cpp:156:17: note: Technically the member function 'GLaguer::glaguerre' can be static.
FastML.v3.1/libs/phylogeny/GLaguer.h:22:9: note: Technically the member function 'GLaguer::glaguerre' can be static.
FastML.v3.1/libs/phylogeny/uniformDistribution.h:35:12: style: The function 'categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:20:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/uniformDistribution.h:35:12: note: Function in derived class
FastML.v3.1/libs/phylogeny/uniformDistribution.h:36:15: style: The function 'change_number_of_categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:21:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/uniformDistribution.h:36:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/uniformDistribution.h:37:24: style: The function 'rates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:22:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/uniformDistribution.h:37:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/uniformDistribution.h:38:24: style: The function 'ratesProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:23:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/uniformDistribution.h:38:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/uniformDistribution.h:39:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:17:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/uniformDistribution.h:39:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/uniformDistribution.h:40:15: style: The function 'setGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:24:16: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/uniformDistribution.h:40:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/uniformDistribution.h:41:19: style: The function 'getGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:25:19: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/uniformDistribution.h:41:19: note: Function in derived class
FastML.v3.1/libs/phylogeny/uniformDistribution.h:43:24: style: The function 'getCumulativeProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:26:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/uniformDistribution.h:43:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/GamMixtureOptimizer.cpp:13:61: style: Function 'GamMixtureOptimizer' argument 1 names different: declaration 'cur_sp' definition 'pSp'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/GamMixtureOptimizer.h:26:50: note: Function 'GamMixtureOptimizer' argument 1 names different: declaration 'cur_sp' definition 'pSp'.
FastML.v3.1/libs/phylogeny/GamMixtureOptimizer.cpp:13:61: note: Function 'GamMixtureOptimizer' argument 1 names different: declaration 'cur_sp' definition 'pSp'.
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.h:76:18: style: Variable 'res1' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.h:87:22: style: Variable 'debugRes' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.h:74:10: style: Unused private function: 'C_evalAlphaEM::diGammaPlus' [unusedPrivateFunction]
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.h:60:10: style: Technically the member function 'C_evalAlphaEM::operator()' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.h:74:10: performance: Technically the member function 'C_evalAlphaEM::diGammaPlus' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/mixtureDistribution.h:23:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:17:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/mixtureDistribution.h:23:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/mixtureDistribution.h:30:12: style: The function 'categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:20:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/mixtureDistribution.h:30:12: note: Function in derived class
FastML.v3.1/libs/phylogeny/mixtureDistribution.h:42:8: style: The function 'setGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:24:16: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/mixtureDistribution.h:42:8: note: Function in derived class
FastML.v3.1/libs/phylogeny/mixtureDistribution.h:43:11: style: The function 'getGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:25:19: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/mixtureDistribution.h:43:11: note: Function in derived class
FastML.v3.1/libs/phylogeny/mixtureDistribution.h:53:24: style: The function 'getCumulativeProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:26:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/mixtureDistribution.h:53:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/mixtureDistribution.h:54:24: style: The function 'rates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:22:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/mixtureDistribution.h:54:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/mixtureDistribution.h:55:24: style: The function 'ratesProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:23:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/mixtureDistribution.h:55:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/GamMixtureOptimizer.cpp:41:65: performance: Function parameter 'pointsNum' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/GamMixtureOptimizer.cpp:41:87: performance: Function parameter 'iterNum' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/GamMixtureOptimizer.cpp:41:119: performance: Function parameter 'OptAlgs' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/GamMixtureOptimizer.cpp:41:142: performance: Function parameter 'tols' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/KH_calculation.cpp:48:9: style: The scope of the variable 'sqr_diff' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/treeIt.h:40:7: style: Technically the member function 'treeIterTopDown::operator!=' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/treeIt.h:77:7: style: Technically the member function 'treeIterTopDownConst::operator!=' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/treeIt.h:118:20: performance: Technically the member function 'treeIterDownTopConst::end' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/treeIt.h:119:20: style: Technically the member function 'treeIterDownTopConst::operator.' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/treeIt.h:120:24: style: Technically the member function 'treeIterDownTopConst::operator*' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/treeIt.h:121:7: style: Technically the member function 'treeIterDownTopConst::operator!=' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/NNiProp.h:21:10: style: Technically the member function 'NNiProp::bestScore' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/NNiProp.h:34:7: performance: Technically the member function 'NNiProp::NNIswap1' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/NNiProp.cpp:66:15: note: Technically the member function 'NNiProp::NNIswap1' can be static.
FastML.v3.1/libs/phylogeny/NNiProp.h:34:7: note: Technically the member function 'NNiProp::NNIswap1' can be static.
FastML.v3.1/libs/phylogeny/NNiProp.h:35:7: performance: Technically the member function 'NNiProp::NNIswap2' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/NNiProp.cpp:93:15: note: Technically the member function 'NNiProp::NNIswap2' can be static.
FastML.v3.1/libs/phylogeny/NNiProp.h:35:7: note: Technically the member function 'NNiProp::NNIswap2' can be static.
FastML.v3.1/libs/phylogeny/countTableComponent.h:28:7: style: Technically the member function 'countTableComponentHom::isEmpty' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/countTableComponent.h:65:7: style: Technically the member function 'countTableComponentGam::isEmpty' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/countTableComponent.h:117:7: style: Technically the member function 'countTableComponentGamProportional::isEmpty' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/treeIt.h:12:2: style: Class 'treeIterTopDown' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FastML.v3.1/libs/phylogeny/treeIt.h:49:2: style: Class 'treeIterTopDownConst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FastML.v3.1/libs/phylogeny/treeIt.h:86:2: style: Class 'treeIterDownTopConst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FastML.v3.1/libs/phylogeny/NNiSep.cpp:17:9: warning: Member variable 'NNiSep::_out' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/NNiSep.h:22:10: style: Technically the member function 'NNiSep::bestScore' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/NNiSep.h:34:7: performance: Technically the member function 'NNiSep::NNIswap1' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/NNiSep.cpp:96:14: note: Technically the member function 'NNiSep::NNIswap1' can be static.
FastML.v3.1/libs/phylogeny/NNiSep.h:34:7: note: Technically the member function 'NNiSep::NNIswap1' can be static.
FastML.v3.1/libs/phylogeny/NNiSep.h:35:7: performance: Technically the member function 'NNiSep::NNIswap2' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/NNiSep.cpp:123:14: note: Technically the member function 'NNiSep::NNIswap2' can be static.
FastML.v3.1/libs/phylogeny/NNiSep.h:35:7: note: Technically the member function 'NNiSep::NNIswap2' can be static.
FastML.v3.1/libs/phylogeny/Nni.cpp:107:57: style: Function 'evalTree' argument 2 names different: declaration 'sd' definition 'sc'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/Nni.h:28:53: note: Function 'evalTree' argument 2 names different: declaration 'sd' definition 'sc'.
FastML.v3.1/libs/phylogeny/Nni.cpp:107:57: note: Function 'evalTree' argument 2 names different: declaration 'sd' definition 'sc'.
FastML.v3.1/libs/phylogeny/Nni.h:20:10: style: Technically the member function 'NNI::bestScore' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/Nni.h:29:7: performance: Technically the member function 'NNI::NNIswap1' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/Nni.cpp:47:11: note: Technically the member function 'NNI::NNIswap1' can be static.
FastML.v3.1/libs/phylogeny/Nni.h:29:7: note: Technically the member function 'NNI::NNIswap1' can be static.
FastML.v3.1/libs/phylogeny/Nni.h:30:7: performance: Technically the member function 'NNI::NNIswap2' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/Nni.cpp:75:11: note: Technically the member function 'NNI::NNIswap2' can be static.
FastML.v3.1/libs/phylogeny/Nni.h:30:7: note: Technically the member function 'NNI::NNIswap2' can be static.
FastML.v3.1/libs/phylogeny/Parameters.cpp:327:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/Parameters.cpp:56:3: performance: Variable 'paramName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/libs/phylogeny/Parameters.cpp:63:5: performance: Variable 'paramName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/libs/phylogeny/Parameters.cpp:70:3: performance: Variable 'paramName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/libs/phylogeny/Parameters.cpp:71:3: performance: Variable 's' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/libs/phylogeny/Parameters.cpp:76:5: performance: Variable 'paramName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/libs/phylogeny/aaJC.h:21:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:14:28: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/aaJC.h:21:28: note: Function in derived class
FastML.v3.1/libs/phylogeny/aaJC.h:23:12: style: The function 'alphabetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:16:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/aaJC.h:23:12: note: Function in derived class
FastML.v3.1/libs/phylogeny/aaJC.h:26:16: style: The function 'Pij_t' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:10:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/aaJC.h:26:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/aaJC.h:32:16: style: The function 'dPij_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:12:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/aaJC.h:32:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/aaJC.h:36:16: style: The function 'freq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:11:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/aaJC.h:36:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/aaJC.h:38:16: style: The function 'd2Pij_dt2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:13:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/aaJC.h:38:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/allTrees.cpp:111:3: style: Variable 'mynode' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/allTrees.cpp:110:0: note: Variable 'mynode' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/allTrees.cpp:111:3: note: Variable 'mynode' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/allTrees.h:24:10: style: Technically the member function 'allTrees::getBestScore' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/allTrees.h:25:7: style: Technically the member function 'allTrees::getBestTree' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/allTrees.h:27:7: style: Technically the member function 'allTrees::getAllTreesAndLikelihoods' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/allTrees.h:56:10: performance: Technically the member function 'allTrees::evalTree' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/allTrees.cpp:121:19: note: Technically the member function 'allTrees::evalTree' can be static.
FastML.v3.1/libs/phylogeny/allTrees.h:56:10: note: Technically the member function 'allTrees::evalTree' can be static.
FastML.v3.1/libs/phylogeny/allTreesSeparateModel.cpp:56:3: style: Variable 'mynode' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/allTreesSeparateModel.cpp:55:0: note: Variable 'mynode' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/allTreesSeparateModel.cpp:56:3: note: Variable 'mynode' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/allTreesSeparateModel.h:26:10: style: Technically the member function 'allTreesSeparateModel::getBestScore' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/allTreesSeparateModel.h:27:7: style: Technically the member function 'allTreesSeparateModel::getBestTree' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/allTreesSeparateModel.h:43:15: style: Technically the member function 'allTreesSeparateModel::getTreeVecBest' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/amino.cpp:139:0: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/amino.cpp:145:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/amino.h:33:6: performance: Technically the member function 'amino::fromChar' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/amino.cpp:20:12: note: Technically the member function 'amino::fromChar' can be static.
FastML.v3.1/libs/phylogeny/amino.h:33:6: note: Technically the member function 'amino::fromChar' can be static.
FastML.v3.1/libs/phylogeny/codon.h:58:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:22:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/codon.h:58:20: note: Function in derived class
FastML.v3.1/libs/phylogeny/codon.h:61:6: style: The function 'unknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:20:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/codon.h:61:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/codon.h:62:6: style: The function 'gap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:21:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/codon.h:62:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/codon.h:63:6: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:18:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/codon.h:63:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/codon.h:64:6: style: The function 'stringSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:23:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/codon.h:64:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/codon.h:65:14: style: The function 'fromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:24:22: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/codon.h:65:14: note: Function in derived class
FastML.v3.1/libs/phylogeny/codon.h:71:9: style: The function 'fromInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:17:17: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/codon.h:71:9: note: Function in derived class
FastML.v3.1/libs/phylogeny/codon.h:73:7: style: The function 'isSpecific' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:27:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/codon.h:73:7: note: Function in derived class
FastML.v3.1/libs/phylogeny/codon.h:77:7: style: The function 'relations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:15:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/codon.h:77:7: note: Function in derived class
FastML.v3.1/libs/phylogeny/amino.h:26:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:22:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/amino.h:26:20: note: Function in derived class
FastML.v3.1/libs/phylogeny/amino.h:27:6: style: The function 'unknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:20:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/amino.h:27:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/amino.h:28:6: style: The function 'gap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:21:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/amino.h:28:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/amino.h:29:6: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:18:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/amino.h:29:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/amino.h:30:6: style: The function 'stringSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:23:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/amino.h:30:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/amino.h:31:6: style: The function 'relations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:15:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/amino.h:31:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/amino.h:32:6: style: The function 'fromChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:16:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/amino.h:32:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/amino.h:34:9: style: The function 'fromInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:17:17: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/amino.h:34:9: note: Function in derived class
FastML.v3.1/libs/phylogeny/amino.h:35:14: style: The function 'fromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:24:22: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/amino.h:35:14: note: Function in derived class
FastML.v3.1/libs/phylogeny/amino.h:37:7: style: The function 'isSpecific' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:27:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/amino.h:37:7: note: Function in derived class
FastML.v3.1/libs/phylogeny/bblEM.cpp:19:24: style: Function 'bblEM' argument 8 names different: declaration 'unObservableData_p' definition '_unObservableData_p'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/bblEM.h:27:22: note: Function 'bblEM' argument 8 names different: declaration 'unObservableData_p' definition '_unObservableData_p'.
FastML.v3.1/libs/phylogeny/bblEM.cpp:19:24: note: Function 'bblEM' argument 8 names different: declaration 'unObservableData_p' definition '_unObservableData_p'.
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistance.h:24:10: style: Technically the member function 'fromCountTableComponentToDistance::getDistance' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistance.h:25:10: style: Technically the member function 'fromCountTableComponentToDistance::getLikeDistance' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistance.h:33:6: style: Technically the member function 'fromCountTableComponentToDistance::alphabetSize' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/computeCounts.h:50:33: performance: Function parameter 'posProbVec' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/likeDist2USSRV.h:66:10: style: Technically the member function 'C_evalLikeDist2USSRV::operator()' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/likeDist2USSRV.h:118:10: style: Technically the member function 'C_evalLikeDist_d_2USSRV::operator()' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistance2USSRV.h:25:10: style: Technically the member function 'fromCountTableComponentToDistance2USSRV::getDistance' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistance2USSRV.h:26:10: style: Technically the member function 'fromCountTableComponentToDistance2USSRV::getLikeDistance' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/likeDist2USSRV.h:14:1: warning: The class 'likeDist2USSRV' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/likeDist2USSRV.h:22:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceMethod.h:18:27: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/likeDist2USSRV.h:22:26: note: Function in derived class
FastML.v3.1/libs/phylogeny/likeDist2USSRV.h:36:16: style: The function 'giveDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceMethod.h:14:25: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/likeDist2USSRV.h:36:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistance2Codon.h:22:10: style: Technically the member function 'fromCountTableComponentToDistance2Codon::getDistance' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistance2Codon.h:23:10: style: Technically the member function 'fromCountTableComponentToDistance2Codon::getLikeDistance' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistance2Codon.h:30:6: style: Technically the member function 'fromCountTableComponentToDistance2Codon::alphabetSize' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistancePropEB.h:23:10: style: Technically the member function 'fromCountTableComponentToDistancePropEB::getDistance' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistancePropEB.h:24:10: style: Technically the member function 'fromCountTableComponentToDistancePropEB::getLikeDistance' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bblEMProportionalEB.cpp:170:110: performance: Function parameter 'posProb' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistanceProp.h:21:10: style: Technically the member function 'fromCountTableComponentToDistanceProp::getDistance' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistanceProp.h:22:10: style: Technically the member function 'fromCountTableComponentToDistanceProp::getLikeDistance' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bblEMfixRoot.cpp:19:24: style: Function 'bblEMfixRoot' argument 8 names different: declaration '_unObservableData_p' definition 'unObservableData_p'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/bblEMfixRoot.h:54:24: note: Function 'bblEMfixRoot' argument 8 names different: declaration '_unObservableData_p' definition 'unObservableData_p'.
FastML.v3.1/libs/phylogeny/bblEMfixRoot.cpp:19:24: note: Function 'bblEMfixRoot' argument 8 names different: declaration '_unObservableData_p' definition 'unObservableData_p'.
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistancefixRoot.h:24:10: style: Technically the member function 'fromCountTableComponentToDistancefixRoot::getDistance' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistancefixRoot.h:25:10: style: Technically the member function 'fromCountTableComponentToDistancefixRoot::getLikeDistance' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bblLSProportionalEB.cpp:13:177: style: Function 'optimizeBranches' argument 5 names different: declaration 'treeLikelihoodVec' definition 'inTreeLikelihoodVec'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/bblLSProportionalEB.h:29:157: note: Function 'optimizeBranches' argument 5 names different: declaration 'treeLikelihoodVec' definition 'inTreeLikelihoodVec'.
FastML.v3.1/libs/phylogeny/bblLSProportionalEB.cpp:13:177: note: Function 'optimizeBranches' argument 5 names different: declaration 'treeLikelihoodVec' definition 'inTreeLikelihoodVec'.
FastML.v3.1/libs/phylogeny/bblLSProportionalEB.h:29:10: performance: Technically the member function 'bblLSProportionalEB::optimizeBranches' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/bblLSProportionalEB.cpp:13:30: note: Technically the member function 'bblLSProportionalEB::optimizeBranches' can be static.
FastML.v3.1/libs/phylogeny/bblLSProportionalEB.h:29:10: note: Technically the member function 'bblLSProportionalEB::optimizeBranches' can be static.
FastML.v3.1/libs/phylogeny/bestAlpha.cpp:371:10: style: The scope of the variable 'oldA' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/bestAlpha.cpp:373:10: style: The scope of the variable 'oldB' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/bestAlpha.cpp:324:23: style: Function 'bestAlphaFixedTree' argument 6 names different: declaration 'epsilonAlphaOptimization' definition 'epsilonLoglikelihoodForAlphaOptimization'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/bestAlpha.h:27:17: note: Function 'bestAlphaFixedTree' argument 6 names different: declaration 'epsilonAlphaOptimization' definition 'epsilonLoglikelihoodForAlphaOptimization'.
FastML.v3.1/libs/phylogeny/bestAlpha.cpp:324:23: note: Function 'bestAlphaFixedTree' argument 6 names different: declaration 'epsilonAlphaOptimization' definition 'epsilonLoglikelihoodForAlphaOptimization'.
FastML.v3.1/libs/phylogeny/bestAlpha.h:28:11: style: Technically the member function 'bestAlphaFixedTree::getBestAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlpha.h:29:11: style: Technically the member function 'bestAlphaFixedTree::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlpha.h:47:11: style: Technically the member function 'bestAlphaAndBBL::getBestAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlpha.h:48:11: style: Technically the member function 'bestAlphaAndBBL::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlpha.h:75:11: style: Technically the member function 'bestAlphasAndBBLProportional::getBestLocalAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlpha.h:76:11: style: Technically the member function 'bestAlphasAndBBLProportional::getBestGlobalAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlpha.h:77:11: style: Technically the member function 'bestAlphasAndBBLProportional::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlpha.h:96:11: style: Technically the member function 'bestBetaAndBBL::getBestBeta' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlpha.h:97:11: style: Technically the member function 'bestBetaAndBBL::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlpha.h:118:11: style: Technically the member function 'bestAlphaAndBetaAndBBL::getBestAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlpha.h:119:11: style: Technically the member function 'bestAlphaAndBetaAndBBL::getBestBeta' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlpha.h:120:11: style: Technically the member function 'bestAlphaAndBetaAndBBL::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bblEMProportionalEB.h:36:90: performance: Function parameter 'posProb' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestAlpha.cpp:115:22: performance: Function parameter 'branchLengthOptimizationMethod' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestAlphaAndK.cpp:52:10: style: The scope of the variable 'omegaFound' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/bestAlphaAndK.cpp:53:10: style: The scope of the variable 'betaProbFound' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/bestAlphaAndK.h:53:1: warning: The class 'evalParam' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/wYangModel.h:15:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:14:28: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/wYangModel.h:15:22: note: Function in derived class
FastML.v3.1/libs/phylogeny/wYangModel.h:21:12: style: The function 'alphabetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:16:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/wYangModel.h:21:12: note: Function in derived class
FastML.v3.1/libs/phylogeny/wYangModel.h:22:16: style: The function 'Pij_t' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:10:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/wYangModel.h:22:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/wYangModel.h:25:16: style: The function 'dPij_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:12:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/wYangModel.h:25:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/wYangModel.h:28:16: style: The function 'd2Pij_dt2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:13:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/wYangModel.h:28:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/wYangModel.h:31:16: style: The function 'freq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:11:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/wYangModel.h:31:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaDistribution.h:23:20: style: The function 'categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:20:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaDistribution.h:23:20: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaDistribution.h:24:24: style: The function 'rates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:22:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaDistribution.h:24:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaDistribution.h:25:24: style: The function 'ratesProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:23:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaDistribution.h:25:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaDistribution.h:26:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:17:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaDistribution.h:26:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaDistribution.h:27:16: style: The function 'setGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:24:16: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaDistribution.h:27:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaDistribution.h:28:19: style: The function 'getGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:25:19: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaDistribution.h:28:19: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaDistribution.h:29:24: style: The function 'getCumulativeProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:26:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaDistribution.h:29:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaDistribution.h:37:15: style: The function 'change_number_of_categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:21:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaDistribution.h:37:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaOmegaDistribution.h:29:20: style: The function 'categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:20:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaOmegaDistribution.h:29:20: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaOmegaDistribution.h:30:24: style: The function 'rates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:22:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaOmegaDistribution.h:30:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaOmegaDistribution.h:31:24: style: The function 'ratesProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:23:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaOmegaDistribution.h:31:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaOmegaDistribution.h:32:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:17:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaOmegaDistribution.h:32:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaOmegaDistribution.h:33:15: style: The function 'setGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:24:16: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaOmegaDistribution.h:33:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaOmegaDistribution.h:34:18: style: The function 'getGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:25:19: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaOmegaDistribution.h:34:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaOmegaDistribution.h:35:24: style: The function 'getCumulativeProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:26:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaOmegaDistribution.h:35:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaOmegaDistribution.h:40:15: style: The function 'change_number_of_categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:21:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaOmegaDistribution.h:40:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/nucleotide.h:43:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:22:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/nucleotide.h:43:23: note: Function in derived class
FastML.v3.1/libs/phylogeny/nucleotide.h:44:6: style: The function 'unknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:20:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/nucleotide.h:44:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/nucleotide.h:45:6: style: The function 'gap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:21:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/nucleotide.h:45:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/nucleotide.h:46:6: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:18:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/nucleotide.h:46:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/nucleotide.h:47:6: style: The function 'stringSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:23:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/nucleotide.h:47:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/nucleotide.h:49:6: style: The function 'fromChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:16:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/nucleotide.h:49:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/nucleotide.h:51:14: style: The function 'fromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:24:22: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/nucleotide.h:51:14: note: Function in derived class
FastML.v3.1/libs/phylogeny/nucleotide.h:53:9: style: The function 'fromInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:17:17: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/nucleotide.h:53:9: note: Function in derived class
FastML.v3.1/libs/phylogeny/nucleotide.h:54:6: style: The function 'relations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:15:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/nucleotide.h:54:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/nucleotide.h:62:7: style: The function 'isSpecific' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:27:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/nucleotide.h:62:7: note: Function in derived class
FastML.v3.1/libs/phylogeny/bestAlphaAndK.h:57:31: performance: Function parameter 'spVec' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.cpp:151:3: style: Variable 'newL' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.cpp:144:3: note: Variable 'newL' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.cpp:151:3: note: Variable 'newL' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:27:11: warning: Member variable 'bestAlphaFixedTreeUSSRV::_bestAlpha' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:27:11: warning: Member variable 'bestAlphaFixedTreeUSSRV::_bestL' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:53:11: warning: Member variable 'bestNuFixedTreeUSSRV::_bestNu' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:53:11: warning: Member variable 'bestNuFixedTreeUSSRV::_bestL' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:76:11: warning: Member variable 'bestFFixedTreeUSSRV::_bestF' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:76:11: warning: Member variable 'bestFFixedTreeUSSRV::_bestL' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:110:11: warning: Member variable 'bestAlphaFixedTreeSSRV::_bestAlpha' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:110:11: warning: Member variable 'bestAlphaFixedTreeSSRV::_bestL' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:142:11: warning: Member variable 'bestNuFixedTreeSSRV::_bestNu' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:142:11: warning: Member variable 'bestNuFixedTreeSSRV::_bestL' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:170:11: warning: Member variable 'bestTamura92ParamFixedTreeSSRV::_bestTrTv' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:170:11: warning: Member variable 'bestTamura92ParamFixedTreeSSRV::_bestTheta' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:170:11: warning: Member variable 'bestTamura92ParamFixedTreeSSRV::_bestL' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:35:10: style: Technically the member function 'bestAlphaFixedTreeUSSRV::getBestAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:36:10: style: Technically the member function 'bestAlphaFixedTreeUSSRV::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:38:7: performance: Technically the member function 'bestAlphaFixedTreeUSSRV::setAlpha' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:61:10: style: Technically the member function 'bestNuFixedTreeUSSRV::getBestNu' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:62:10: style: Technically the member function 'bestNuFixedTreeUSSRV::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:63:7: performance: Technically the member function 'bestNuFixedTreeUSSRV::setNu' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:84:10: style: Technically the member function 'bestFFixedTreeUSSRV::getBestF' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:85:10: style: Technically the member function 'bestFFixedTreeUSSRV::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:86:7: performance: Technically the member function 'bestFFixedTreeUSSRV::setF' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:118:10: style: Technically the member function 'bestAlphaFixedTreeSSRV::getBestAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:119:10: style: Technically the member function 'bestAlphaFixedTreeSSRV::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:121:7: performance: Technically the member function 'bestAlphaFixedTreeSSRV::setAlpha' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:150:10: style: Technically the member function 'bestNuFixedTreeSSRV::getBestNu' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:151:10: style: Technically the member function 'bestNuFixedTreeSSRV::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:152:7: performance: Technically the member function 'bestNuFixedTreeSSRV::setNu' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:183:10: style: Technically the member function 'bestTamura92ParamFixedTreeSSRV::getBestTrTv' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:184:10: style: Technically the member function 'bestTamura92ParamFixedTreeSSRV::getBestTheta' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:185:10: style: Technically the member function 'bestTamura92ParamFixedTreeSSRV::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:186:7: performance: Technically the member function 'bestTamura92ParamFixedTreeSSRV::setTrTv' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:192:7: performance: Technically the member function 'bestTamura92ParamFixedTreeSSRV::setTheta' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/bestAlphaAndNu.h:199:7: performance: Technically the member function 'bestTamura92ParamFixedTreeSSRV::setTrTvAndTheta' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/bestAlpha.h:68:16: performance: Function parameter 'branchLengthOptimizationMethod' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestAlphaManyTrees.cpp:176:28: style: Function 'optimizeAlphaNG_EM_PROP_n_alpha' argument 5 names different: declaration 'bestAlpha' definition 'bestAlphas'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/bestAlphaManyTrees.h:47:28: note: Function 'optimizeAlphaNG_EM_PROP_n_alpha' argument 5 names different: declaration 'bestAlpha' definition 'bestAlphas'.
FastML.v3.1/libs/phylogeny/bestAlphaManyTrees.cpp:176:28: note: Function 'optimizeAlphaNG_EM_PROP_n_alpha' argument 5 names different: declaration 'bestAlpha' definition 'bestAlphas'.
FastML.v3.1/libs/phylogeny/bestAlphaManyTrees.cpp:186:2: style: Variable 'ax' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/bestAlphaManyTrees.cpp:185:2: style: Variable 'bx' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/bestAlphaManyTrees.cpp:187:2: style: Variable 'cx' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:173:27: style: Member variable 'C_evalGTRParamProportional::_pProportionDist' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:168:43: note: Member variable 'C_evalGTRParamProportional::_pProportionDist' is in the wrong place in the initializer list.
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:173:27: note: Member variable 'C_evalGTRParamProportional::_pProportionDist' is in the wrong place in the initializer list.
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:45:10: style: Technically the member function 'bestGtrModel::getBesta2c' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:46:10: style: Technically the member function 'bestGtrModel::getBesta2g' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:47:10: style: Technically the member function 'bestGtrModel::getBesta2t' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:48:10: style: Technically the member function 'bestGtrModel::getBestc2g' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:49:10: style: Technically the member function 'bestGtrModel::getBestc2t' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:50:10: style: Technically the member function 'bestGtrModel::getBestg2t' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:51:10: style: Technically the member function 'bestGtrModel::getBestAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:52:10: style: Technically the member function 'bestGtrModel::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:94:10: style: Technically the member function 'bestGtrModelProportional::getBesta2c' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:95:10: style: Technically the member function 'bestGtrModelProportional::getBesta2g' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:96:10: style: Technically the member function 'bestGtrModelProportional::getBesta2t' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:97:10: style: Technically the member function 'bestGtrModelProportional::getBestc2g' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:98:10: style: Technically the member function 'bestGtrModelProportional::getBestc2t' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:99:10: style: Technically the member function 'bestGtrModelProportional::getBestg2t' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:100:10: style: Technically the member function 'bestGtrModelProportional::getBestLocalAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:101:10: style: Technically the member function 'bestGtrModelProportional::getBestGlobalAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:102:10: style: Technically the member function 'bestGtrModelProportional::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/gtrModel.h:17:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:14:28: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gtrModel.h:17:28: note: Function in derived class
FastML.v3.1/libs/phylogeny/gtrModel.h:20:12: style: The function 'alphabetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:16:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gtrModel.h:20:12: note: Function in derived class
FastML.v3.1/libs/phylogeny/gtrModel.h:21:16: style: The function 'Pij_t' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:10:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gtrModel.h:21:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/gtrModel.h:22:16: style: The function 'dPij_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:12:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gtrModel.h:22:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/gtrModel.h:23:16: style: The function 'd2Pij_dt2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:13:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gtrModel.h:23:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/gtrModel.h:24:16: style: The function 'freq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:11:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gtrModel.h:24:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/bestGtrModelParams.cpp:181:19: performance: Function parameter 'initLocalAlphas' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.cpp:182:19: performance: Function parameter 'initLocala2cs' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.cpp:183:19: performance: Function parameter 'initLocala2gs' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.cpp:184:19: performance: Function parameter 'initLocala2ts' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.cpp:185:19: performance: Function parameter 'initLocalc2gs' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.cpp:186:19: performance: Function parameter 'initLocalc2ts' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.cpp:187:19: performance: Function parameter 'initLocalg2ts' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.cpp:196:24: performance: Function parameter 'branchLengthOptimizationMethod' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestHKYparam.h:24:10: style: Technically the member function 'bestHkyParamFixedTree::getBestHkyParam' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestHKYparam.h:25:10: style: Technically the member function 'bestHkyParamFixedTree::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestHKYparam.h:42:10: style: Technically the member function 'bestHkyParamAndBBL::getBestHkyParam' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestHKYparam.h:43:10: style: Technically the member function 'bestHkyParamAndBBL::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestHKYparam.h:119:10: style: Technically the member function 'bestHkyParamAlphaAndBBL::getBestHkyParam' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestHKYparam.h:120:10: style: Technically the member function 'bestHkyParamAlphaAndBBL::getBestAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestHKYparam.h:121:10: style: Technically the member function 'bestHkyParamAlphaAndBBL::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestHKYparam.h:156:10: style: Technically the member function 'bestHkyParamAlphaAndBBLProportional::getBestHkyParam' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestHKYparam.h:157:10: style: Technically the member function 'bestHkyParamAlphaAndBBLProportional::getBestLocalAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestHKYparam.h:158:10: style: Technically the member function 'bestHkyParamAlphaAndBBLProportional::getBestGlobalAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestHKYparam.h:159:10: style: Technically the member function 'bestHkyParamAlphaAndBBLProportional::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/hky.h:19:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:14:28: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/hky.h:19:28: note: Function in derived class
FastML.v3.1/libs/phylogeny/hky.h:22:12: style: The function 'alphabetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:16:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/hky.h:22:12: note: Function in derived class
FastML.v3.1/libs/phylogeny/hky.h:27:16: style: The function 'Pij_t' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:10:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/hky.h:27:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/hky.h:28:16: style: The function 'dPij_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:12:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/hky.h:28:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/hky.h:29:16: style: The function 'freq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:11:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/hky.h:29:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/hky.h:30:16: style: The function 'd2Pij_dt2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:13:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/hky.h:30:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/bestHKYparam.cpp:164:10: performance: Function parameter 'initLocalAlphas' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestHKYparam.cpp:165:10: performance: Function parameter 'initLocalKappas' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestHKYparam.cpp:174:15: performance: Function parameter 'branchLengthOptimizationMethod' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestParamUSSRV.cpp:268:7: style: The scope of the variable 'bblChanges' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/bestParamUSSRV.h:29:11: warning: Member variable 'bestParamUSSRV::_bestAlpha' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestParamUSSRV.h:29:11: warning: Member variable 'bestParamUSSRV::_bestNu' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestParamUSSRV.h:29:11: warning: Member variable 'bestParamUSSRV::_bestF' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestParamUSSRV.h:29:11: warning: Member variable 'bestParamUSSRV::_bestL' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestParamUSSRV.h:74:11: warning: Member variable 'bestParamSSRV::_bestAlpha' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestParamUSSRV.h:74:11: warning: Member variable 'bestParamSSRV::_bestNu' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestParamUSSRV.h:74:11: warning: Member variable 'bestParamSSRV::_bestTrTv' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestParamUSSRV.h:74:11: warning: Member variable 'bestParamSSRV::_bestTheta' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestParamUSSRV.h:74:11: warning: Member variable 'bestParamSSRV::_bestL' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/bestParamUSSRV.h:49:10: style: Technically the member function 'bestParamUSSRV::getBestAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestParamUSSRV.h:50:10: style: Technically the member function 'bestParamUSSRV::getBestNu' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestParamUSSRV.h:51:10: style: Technically the member function 'bestParamUSSRV::getBestF' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestParamUSSRV.h:52:10: style: Technically the member function 'bestParamUSSRV::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestParamUSSRV.h:109:10: style: Technically the member function 'bestParamSSRV::getBestAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestParamUSSRV.h:110:10: style: Technically the member function 'bestParamSSRV::getBestNu' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestParamUSSRV.h:111:10: style: Technically the member function 'bestParamSSRV::getBestTrTv' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestParamUSSRV.h:112:10: style: Technically the member function 'bestParamSSRV::getBestTheta' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestParamUSSRV.h:113:10: style: Technically the member function 'bestParamSSRV::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestTamura92param.cpp:39:3: style: Variable 'newL' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/bestTamura92param.cpp:33:3: note: Variable 'newL' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/bestTamura92param.cpp:39:3: note: Variable 'newL' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/bestTamura92param.cpp:92:3: style: Variable 'newL' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/bestTamura92param.cpp:85:3: note: Variable 'newL' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/bestTamura92param.cpp:92:3: note: Variable 'newL' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/bestTamura92param.cpp:100:3: style: Variable 'newL' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/bestTamura92param.cpp:92:3: note: Variable 'newL' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/bestTamura92param.cpp:100:3: note: Variable 'newL' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/bestTamura92param.cpp:159:3: style: Variable 'newL' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/bestTamura92param.cpp:152:3: note: Variable 'newL' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/bestTamura92param.cpp:159:3: note: Variable 'newL' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/bestTamura92param.cpp:166:3: style: Variable 'newL' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/bestTamura92param.cpp:159:3: note: Variable 'newL' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/bestTamura92param.cpp:166:3: note: Variable 'newL' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/bestTamura92param.h:28:10: style: Technically the member function 'bestTamura92ParamFixedTree::getBestTrTv' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestTamura92param.h:29:10: style: Technically the member function 'bestTamura92ParamFixedTree::getBestTheta' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestTamura92param.h:30:10: style: Technically the member function 'bestTamura92ParamFixedTree::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestTamura92param.h:50:10: style: Technically the member function 'bestTamura92ParamAndBBL::getBestTrTv' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestTamura92param.h:51:10: style: Technically the member function 'bestTamura92ParamAndBBL::getBestTheta' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestTamura92param.h:52:10: style: Technically the member function 'bestTamura92ParamAndBBL::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestTamura92param.h:77:10: style: Technically the member function 'bestTamura92ParamAlphaAndBBL::getBestTrTv' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestTamura92param.h:78:10: style: Technically the member function 'bestTamura92ParamAlphaAndBBL::getBestTheta' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestTamura92param.h:79:10: style: Technically the member function 'bestTamura92ParamAlphaAndBBL::getBestAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestTamura92param.h:80:10: style: Technically the member function 'bestTamura92ParamAlphaAndBBL::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestTamura92param.h:116:10: style: Technically the member function 'bestTamura92ParamAlphaAndBBLProportional::getBestTrTv' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestTamura92param.h:117:10: style: Technically the member function 'bestTamura92ParamAlphaAndBBLProportional::getBestTheta' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestTamura92param.h:118:10: style: Technically the member function 'bestTamura92ParamAlphaAndBBLProportional::getBestLocalAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestTamura92param.h:119:10: style: Technically the member function 'bestTamura92ParamAlphaAndBBLProportional::getBestGlobalAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestTamura92param.h:120:10: style: Technically the member function 'bestTamura92ParamAlphaAndBBLProportional::getBestL' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bestTamura92param.cpp:213:10: performance: Function parameter 'initLocalAlphas' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestTamura92param.cpp:214:10: performance: Function parameter 'initLocalKappas' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestTamura92param.cpp:215:10: performance: Function parameter 'initLocalThetas' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestTamura92param.cpp:224:15: performance: Function parameter 'branchLengthOptimizationMethod' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/betaDistribution.cpp:45:41: style: Function 'setAlpha' argument 1 names different: declaration 'newAlpha' definition 'in_alpha'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/betaDistribution.h:30:32: note: Function 'setAlpha' argument 1 names different: declaration 'newAlpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/betaDistribution.cpp:45:41: note: Function 'setAlpha' argument 1 names different: declaration 'newAlpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/betaDistribution.cpp:51:40: style: Function 'setBeta' argument 1 names different: declaration 'newBeta' definition 'in_beta'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/betaDistribution.h:32:31: note: Function 'setBeta' argument 1 names different: declaration 'newBeta' definition 'in_beta'.
FastML.v3.1/libs/phylogeny/betaDistribution.cpp:51:40: note: Function 'setBeta' argument 1 names different: declaration 'newBeta' definition 'in_beta'.
FastML.v3.1/libs/phylogeny/betaDistribution.cpp:71:46: style: Function 'setBetaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/betaDistribution.h:21:37: note: Function 'setBetaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'.
FastML.v3.1/libs/phylogeny/betaDistribution.cpp:71:46: note: Function 'setBetaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'.
FastML.v3.1/libs/phylogeny/betaDistribution.cpp:71:79: style: Function 'setBetaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/betaDistribution.h:21:62: note: Function 'setBetaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/betaDistribution.cpp:71:79: note: Function 'setBetaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/betaDistribution.cpp:71:97: style: Function 'setBetaParameters' argument 3 names different: declaration 'beta' definition 'in_beta'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/betaDistribution.h:21:77: note: Function 'setBetaParameters' argument 3 names different: declaration 'beta' definition 'in_beta'.
FastML.v3.1/libs/phylogeny/betaDistribution.cpp:71:97: note: Function 'setBetaParameters' argument 3 names different: declaration 'beta' definition 'in_beta'.
FastML.v3.1/libs/phylogeny/betaDistribution.h:47:10: style: Member variable 'betaDistribution::_alpha' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/libs/phylogeny/betaDistribution.cpp:25:2: note: Member variable 'betaDistribution::_alpha' is in the wrong place in the initializer list.
FastML.v3.1/libs/phylogeny/betaDistribution.h:47:10: note: Member variable 'betaDistribution::_alpha' is in the wrong place in the initializer list.
FastML.v3.1/libs/phylogeny/betaDistribution.h:21:15: warning: Virtual function 'setBetaParameters' is called from constructor 'betaDistribution(double alpha,double beta,int in_number_of_categories,discretizationType in_discretizationType=MEDIAN)' at line 36. Dynamic binding is not used. [virtualCallInConstructor]
FastML.v3.1/libs/phylogeny/betaDistribution.cpp:36:2: note: Calling setBetaParameters
FastML.v3.1/libs/phylogeny/betaDistribution.h:21:15: note: setBetaParameters is a virtual method
FastML.v3.1/libs/phylogeny/betaDistribution.h:13:1: warning: The class 'betaDistribution' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.cpp:113:10: style: The scope of the variable 'catProb' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.cpp:115:10: style: The scope of the variable 'upperBoundaryProb' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.cpp:91:62: style: Function 'setBetaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.h:23:37: note: Function 'setBetaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'.
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.cpp:91:62: note: Function 'setBetaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'.
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.cpp:91:95: style: Function 'setBetaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.h:23:62: note: Function 'setBetaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.cpp:91:95: note: Function 'setBetaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.cpp:91:113: style: Function 'setBetaParameters' argument 3 names different: declaration 'beta' definition 'in_beta'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.h:23:77: note: Function 'setBetaParameters' argument 3 names different: declaration 'beta' definition 'in_beta'.
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.cpp:91:113: note: Function 'setBetaParameters' argument 3 names different: declaration 'beta' definition 'in_beta'.
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.h:24:15: warning: Virtual function 'setFixedCategories' is called from constructor 'betaDistributionFixedCategories(const std::vector<double>&fixedBoundaries,double alpha,double beta)' at line 11. Dynamic binding is not used. [virtualCallInConstructor]
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.cpp:11:2: note: Calling setFixedCategories
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.h:24:15: note: setFixedCategories is a virtual method
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.h:30:15: warning: Virtual function 'computeRatesProbs' is called from constructor 'betaDistributionFixedCategories(const std::vector<double>&fixedRates,const std::vector<double>&boundaries,double alpha,double beta)' at line 24. Dynamic binding is not used. [virtualCallInConstructor]
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.cpp:24:2: note: Calling computeRatesProbs
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.h:30:15: note: computeRatesProbs is a virtual method
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.h:27:15: warning: Virtual function 'setDefaultBoundaries' is called from constructor 'betaDistributionFixedCategories(double alpha,double beta,int catNum)' at line 34. Dynamic binding is not used. [virtualCallInConstructor]
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.cpp:34:2: note: Calling setDefaultBoundaries
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.h:27:15: note: setDefaultBoundaries is a virtual method
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.h:27:15: warning: Virtual function 'setDefaultBoundaries' is called from constructor 'betaDistributionFixedCategories()' at line 42. Dynamic binding is not used. [virtualCallInConstructor]
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.cpp:42:2: note: Calling setDefaultBoundaries
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.h:27:15: note: setDefaultBoundaries is a virtual method
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.h:21:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/betaDistribution.h:26:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.h:21:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.h:22:15: style: The function 'change_number_of_categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/betaDistribution.h:37:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.h:22:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.h:23:15: style: The function 'setBetaParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/betaDistribution.h:21:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategories.h:23:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.cpp:21:73: style: Function 'setBetaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.h:25:37: note: Function 'setBetaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'.
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.cpp:21:73: note: Function 'setBetaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'.
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.h:15:1: warning: The class 'betaDistributionFixedCategoriesOmegaUniform' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.h:23:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:17:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.h:23:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.h:24:15: style: The function 'change_number_of_categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:21:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.h:24:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.h:27:20: style: The function 'categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:20:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.h:27:20: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.h:29:24: style: The function 'rates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:22:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.h:29:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.h:30:24: style: The function 'ratesProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:23:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.h:30:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.h:31:15: style: The function 'setGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:24:16: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.h:31:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.h:32:18: style: The function 'getGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:25:19: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.h:32:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.h:33:24: style: The function 'getCumulativeProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:26:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/betaDistributionFixedCategoriesWithOmegaUniform.h:33:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/betaOmegaDistribution.h:19:1: warning: The class 'betaOmegaDistribution' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/betaUtilities.cpp:138:9: style: The scope of the variable 'm2' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/betaUtilities.cpp:139:10: style: The scope of the variable 'aa' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/betaUtilities.cpp:139:17: style: The scope of the variable 'del' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/bootstrap.cpp:141:48: style: Function 'printTreeWithBPvalues' argument 1 names different: declaration 'os' definition 'out'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/bootstrap.h:45:39: note: Function 'printTreeWithBPvalues' argument 1 names different: declaration 'os' definition 'out'.
FastML.v3.1/libs/phylogeny/bootstrap.cpp:141:48: note: Function 'printTreeWithBPvalues' argument 1 names different: declaration 'os' definition 'out'.
FastML.v3.1/libs/phylogeny/bootstrap.cpp:146:58: style: Function 'recursivlyPrintTreeWithBPvalues' argument 1 names different: declaration 'os' definition 'out'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/bootstrap.h:63:48: note: Function 'recursivlyPrintTreeWithBPvalues' argument 1 names different: declaration 'os' definition 'out'.
FastML.v3.1/libs/phylogeny/bootstrap.cpp:146:58: note: Function 'recursivlyPrintTreeWithBPvalues' argument 1 names different: declaration 'os' definition 'out'.
FastML.v3.1/libs/phylogeny/bootstrap.cpp:147:31: style: Function 'recursivlyPrintTreeWithBPvalues' argument 2 names different: declaration 'nP' definition 'myNode'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/bootstrap.h:64:31: note: Function 'recursivlyPrintTreeWithBPvalues' argument 2 names different: declaration 'nP' definition 'myNode'.
FastML.v3.1/libs/phylogeny/bootstrap.cpp:147:31: note: Function 'recursivlyPrintTreeWithBPvalues' argument 2 names different: declaration 'nP' definition 'myNode'.
FastML.v3.1/libs/phylogeny/bootstrap.cpp:172:38: style: Function 'print_names' argument 1 names different: declaration 'os' definition 'out'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/bootstrap.h:47:29: note: Function 'print_names' argument 1 names different: declaration 'os' definition 'out'.
FastML.v3.1/libs/phylogeny/bootstrap.cpp:172:38: note: Function 'print_names' argument 1 names different: declaration 'os' definition 'out'.
FastML.v3.1/libs/phylogeny/bootstrap.h:44:8: style: Technically the member function 'bootstrap::print' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/bootstrap.cpp:137:17: note: Technically the member function 'bootstrap::print' can be const.
FastML.v3.1/libs/phylogeny/bootstrap.h:44:8: note: Technically the member function 'bootstrap::print' can be const.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:120:23: style: The scope of the variable 'sv' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:150:23: style: The scope of the variable 'sv' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:172:23: style: The scope of the variable 'sv' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:112:53: style: Function 'Pij_t' argument 1 names different: declaration 'i' definition 'from_aa'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:18:32: note: Function 'Pij_t' argument 1 names different: declaration 'i' definition 'from_aa'.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:112:53: note: Function 'Pij_t' argument 1 names different: declaration 'i' definition 'from_aa'.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:112:72: style: Function 'Pij_t' argument 2 names different: declaration 'j' definition 'to_aa'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:18:44: note: Function 'Pij_t' argument 2 names different: declaration 'j' definition 'to_aa'.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:112:72: note: Function 'Pij_t' argument 2 names different: declaration 'j' definition 'to_aa'.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:112:93: style: Function 'Pij_t' argument 3 names different: declaration 'd' definition 'x'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:18:61: note: Function 'Pij_t' argument 3 names different: declaration 'd' definition 'x'.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:112:93: note: Function 'Pij_t' argument 3 names different: declaration 'd' definition 'x'.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:142:55: style: Function 'dPij_dt' argument 1 names different: declaration 'i' definition 'from_aa'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:19:34: note: Function 'dPij_dt' argument 1 names different: declaration 'i' definition 'from_aa'.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:142:55: note: Function 'dPij_dt' argument 1 names different: declaration 'i' definition 'from_aa'.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:142:74: style: Function 'dPij_dt' argument 2 names different: declaration 'j' definition 'to_aa'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:19:46: note: Function 'dPij_dt' argument 2 names different: declaration 'j' definition 'to_aa'.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:142:74: note: Function 'dPij_dt' argument 2 names different: declaration 'j' definition 'to_aa'.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:142:95: style: Function 'dPij_dt' argument 3 names different: declaration 'd' definition 'x'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:19:63: note: Function 'dPij_dt' argument 3 names different: declaration 'd' definition 'x'.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:142:95: note: Function 'dPij_dt' argument 3 names different: declaration 'd' definition 'x'.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:166:57: style: Function 'd2Pij_dt2' argument 1 names different: declaration 'i' definition 'from_aa'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:20:36: note: Function 'd2Pij_dt2' argument 1 names different: declaration 'i' definition 'from_aa'.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:166:57: note: Function 'd2Pij_dt2' argument 1 names different: declaration 'i' definition 'from_aa'.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:166:76: style: Function 'd2Pij_dt2' argument 2 names different: declaration 'j' definition 'to_aa'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:20:48: note: Function 'd2Pij_dt2' argument 2 names different: declaration 'j' definition 'to_aa'.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:166:76: note: Function 'd2Pij_dt2' argument 2 names different: declaration 'j' definition 'to_aa'.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:166:97: style: Function 'd2Pij_dt2' argument 3 names different: declaration 'd' definition 'x'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:20:65: note: Function 'd2Pij_dt2' argument 3 names different: declaration 'd' definition 'x'.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:166:97: note: Function 'd2Pij_dt2' argument 3 names different: declaration 'd' definition 'x'.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:38:7: style: Technically the member function 'chebyshevAccelerator::chebft' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:82:28: note: Technically the member function 'chebyshevAccelerator::chebft' can be const.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:38:7: note: Technically the member function 'chebyshevAccelerator::chebft' can be const.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:39:7: style: Technically the member function 'chebyshevAccelerator::chder' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.cpp:190:28: note: Technically the member function 'chebyshevAccelerator::chder' can be const.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:39:7: note: Technically the member function 'chebyshevAccelerator::chder' can be const.
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:9:1: warning: The class 'chebyshevAccelerator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:18:16: style: The function 'Pij_t' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:13:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:18:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:19:16: style: The function 'dPij_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:15:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:19:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:20:16: style: The function 'd2Pij_dt2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:16:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:20:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:21:16: style: The function 'freq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:14:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:21:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:22:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:11:26: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:22:26: note: Function in derived class
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:24:28: style: The function 'getReplacementModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:17:28: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:24:28: note: Function in derived class
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:25:20: style: The function 'alphabetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:18:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/chebyshevAccelerator.h:25:20: note: Function in derived class
FastML.v3.1/libs/phylogeny/clustalFormat.cpp:42:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/clustalFormat.cpp:96:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/cmdline2EvolObjs.h:272:67: warning: Either the condition 'if(distP)' is redundant or there is possible null pointer dereference: distP. [nullPointerRedundantCheck]
FastML.v3.1/libs/phylogeny/cmdline2EvolObjs.h:273:8: note: Assuming that condition 'if(distP)' is not redundant
FastML.v3.1/libs/phylogeny/cmdline2EvolObjs.h:272:67: note: Null pointer dereference
FastML.v3.1/libs/phylogeny/cmdline2EvolObjs.h:288:67: warning: Either the condition 'if(distP)' is redundant or there is possible null pointer dereference: distP. [nullPointerRedundantCheck]
FastML.v3.1/libs/phylogeny/cmdline2EvolObjs.h:289:8: note: Assuming that condition 'if(distP)' is not redundant
FastML.v3.1/libs/phylogeny/cmdline2EvolObjs.h:288:67: note: Null pointer dereference
FastML.v3.1/libs/phylogeny/cmdline2EvolObjs.h:175:5: style: Variable 'Tp' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/cmdline2EvolObjs.h:173:0: note: Variable 'Tp' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/cmdline2EvolObjs.h:175:5: note: Variable 'Tp' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/cmdline2EvolObjs.h:328:3: style: Variable 'Tp' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/cmdline2EvolObjs.h:326:0: note: Variable 'Tp' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/cmdline2EvolObjs.h:328:3: note: Variable 'Tp' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/talRandom.h:17:6: performance: Technically the member function 'RandintTal::absTal' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/nucJC.h:40:19: performance: Technically the member function 'nucJC::Q' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/cmdline2EvolObjs.h:40:21: style: Technically the member function 'cmdline2EvolObjs::getArgsInfo' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/cmdline2EvolObjs.h:138:7: style: Technically the member function 'cmdline2EvolObjs::takeCareOfGaps' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/cmdline2EvolObjs.h:250:8: style: Technically the member function 'cmdline2EvolObjs::useGamma' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/cmdline2EvolObjs.h:534:8: performance: Technically the member function 'cmdline2EvolObjs::consistencyCheck' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/talRandom.h:15:2: style: Class 'RandintTal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FastML.v3.1/libs/phylogeny/cmdline2EvolObjs.h:42:3: style: Class 'cmdline2EvolObjs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FastML.v3.1/libs/phylogeny/trivialAccelerator.h:9:1: warning: The class 'trivialAccelerator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/alphaTrivialAccelerator.h:8:1: warning: The class 'alphaTrivialAccelerator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/uniDistribution.h:22:20: style: The function 'categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:20:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/uniDistribution.h:22:20: note: Function in derived class
FastML.v3.1/libs/phylogeny/uniDistribution.h:23:15: style: The function 'change_number_of_categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:21:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/uniDistribution.h:23:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/uniDistribution.h:24:24: style: The function 'rates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:22:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/uniDistribution.h:24:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/uniDistribution.h:25:24: style: The function 'ratesProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:23:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/uniDistribution.h:25:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/uniDistribution.h:26:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:17:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/uniDistribution.h:26:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/uniDistribution.h:27:16: style: The function 'setGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:24:16: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/uniDistribution.h:27:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/uniDistribution.h:28:19: style: The function 'getGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:25:19: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/uniDistribution.h:28:19: note: Function in derived class
FastML.v3.1/libs/phylogeny/uniDistribution.h:29:24: style: The function 'getCumulativeProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:26:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/uniDistribution.h:29:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/trivialAccelerator.h:14:16: style: The function 'Pij_t' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:13:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/trivialAccelerator.h:14:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/trivialAccelerator.h:15:16: style: The function 'dPij_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:15:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/trivialAccelerator.h:15:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/trivialAccelerator.h:16:16: style: The function 'd2Pij_dt2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:16:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/trivialAccelerator.h:16:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/trivialAccelerator.h:17:16: style: The function 'freq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:14:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/trivialAccelerator.h:17:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/trivialAccelerator.h:18:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:11:26: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/trivialAccelerator.h:18:26: note: Function in derived class
FastML.v3.1/libs/phylogeny/trivialAccelerator.h:20:20: style: The function 'alphabetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:18:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/trivialAccelerator.h:20:20: note: Function in derived class
FastML.v3.1/libs/phylogeny/trivialAccelerator.h:21:28: style: The function 'getReplacementModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:17:28: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/trivialAccelerator.h:21:28: note: Function in derived class
FastML.v3.1/libs/phylogeny/readDatMatrix.h:40:12: style: The function 'alphabetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:16:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/readDatMatrix.h:40:12: note: Function in derived class
FastML.v3.1/libs/phylogeny/readDatMatrix.h:42:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:14:28: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/readDatMatrix.h:42:28: note: Function in derived class
FastML.v3.1/libs/phylogeny/readDatMatrix.h:44:16: style: The function 'Pij_t' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:10:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/readDatMatrix.h:44:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/readDatMatrix.h:45:16: style: The function 'dPij_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:12:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/readDatMatrix.h:45:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/readDatMatrix.h:46:16: style: The function 'd2Pij_dt2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:13:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/readDatMatrix.h:46:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/readDatMatrix.h:47:16: style: The function 'freq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:11:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/readDatMatrix.h:47:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/alphaTrivialAccelerator.h:23:16: style: The function 'Pij_t' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:13:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/alphaTrivialAccelerator.h:23:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/alphaTrivialAccelerator.h:25:16: style: The function 'dPij_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:15:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/alphaTrivialAccelerator.h:25:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/alphaTrivialAccelerator.h:27:16: style: The function 'd2Pij_dt2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:16:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/alphaTrivialAccelerator.h:27:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/alphaTrivialAccelerator.h:35:16: style: The function 'freq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:14:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/alphaTrivialAccelerator.h:35:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/alphaTrivialAccelerator.h:37:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:11:26: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/alphaTrivialAccelerator.h:37:26: note: Function in derived class
FastML.v3.1/libs/phylogeny/alphaTrivialAccelerator.h:41:20: style: The function 'alphabetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:18:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/alphaTrivialAccelerator.h:41:20: note: Function in derived class
FastML.v3.1/libs/phylogeny/alphaTrivialAccelerator.h:43:28: style: The function 'getReplacementModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/pijAccelerator.h:17:28: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/alphaTrivialAccelerator.h:43:28: note: Function in derived class
FastML.v3.1/libs/phylogeny/nucJC.h:19:12: style: The function 'alphabetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:16:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/nucJC.h:19:12: note: Function in derived class
FastML.v3.1/libs/phylogeny/nucJC.h:21:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:14:28: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/nucJC.h:21:28: note: Function in derived class
FastML.v3.1/libs/phylogeny/nucJC.h:24:16: style: The function 'Pij_t' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:10:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/nucJC.h:24:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/nucJC.h:29:16: style: The function 'dPij_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:12:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/nucJC.h:29:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/nucJC.h:33:16: style: The function 'freq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:11:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/nucJC.h:33:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/nucJC.h:35:16: style: The function 'd2Pij_dt2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:13:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/nucJC.h:35:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/codon.cpp:458:102: style: Function 'readCodonUsage' argument 3 names different: declaration 'inCodonAlpa' definition 'alph'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/codon.h:38:96: note: Function 'readCodonUsage' argument 3 names different: declaration 'inCodonAlpa' definition 'alph'.
FastML.v3.1/libs/phylogeny/codon.cpp:458:102: note: Function 'readCodonUsage' argument 3 names different: declaration 'inCodonAlpa' definition 'alph'.
FastML.v3.1/libs/phylogeny/codon.cpp:53:5: style: Variable 'aa' is modified but its new value is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/codon.cpp:158:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/codon.h:51:1: warning: The class 'codon' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/codonJC.h:21:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:14:28: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/codonJC.h:21:28: note: Function in derived class
FastML.v3.1/libs/phylogeny/codonJC.h:22:12: style: The function 'alphabetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:16:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/codonJC.h:22:12: note: Function in derived class
FastML.v3.1/libs/phylogeny/codonJC.h:25:16: style: The function 'Pij_t' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:10:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/codonJC.h:25:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/codonJC.h:29:16: style: The function 'dPij_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:12:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/codonJC.h:29:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/codonJC.h:32:16: style: The function 'freq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:11:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/codonJC.h:32:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/codonJC.h:34:16: style: The function 'd2Pij_dt2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:13:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/codonJC.h:34:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/codonUtils.cpp:70:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/codonUtils.cpp:247:10: style: The scope of the variable 'percentileNum' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/computeCounts.h:21:7: performance: Technically the member function 'computeCounts::computeCountsNodeFatherNodeSonHomPos' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/computeCounts.cpp:4:21: note: Technically the member function 'computeCounts::computeCountsNodeFatherNodeSonHomPos' can be static.
FastML.v3.1/libs/phylogeny/computeCounts.h:21:7: note: Technically the member function 'computeCounts::computeCountsNodeFatherNodeSonHomPos' can be static.
FastML.v3.1/libs/phylogeny/computeCounts.h:33:7: performance: Technically the member function 'computeCounts::computeCountsNodeFatherNodeSonHomPosProportionalEB' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/computeCounts.cpp:35:21: note: Technically the member function 'computeCounts::computeCountsNodeFatherNodeSonHomPosProportionalEB' can be static.
FastML.v3.1/libs/phylogeny/computeCounts.h:33:7: note: Technically the member function 'computeCounts::computeCountsNodeFatherNodeSonHomPosProportionalEB' can be static.
FastML.v3.1/libs/phylogeny/computeCounts.h:44:7: performance: Technically the member function 'computeCounts::computeCountsNodeFatherNodeSonHomPosProportionalEB' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/computeCounts.cpp:66:21: note: Technically the member function 'computeCounts::computeCountsNodeFatherNodeSonHomPosProportionalEB' can be static.
FastML.v3.1/libs/phylogeny/computeCounts.h:44:7: note: Technically the member function 'computeCounts::computeCountsNodeFatherNodeSonHomPosProportionalEB' can be static.
FastML.v3.1/libs/phylogeny/computeCounts.h:55:7: performance: Technically the member function 'computeCounts::computeCountsNodeFatherNodeSonHomPos' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/computeCounts.cpp:97:21: note: Technically the member function 'computeCounts::computeCountsNodeFatherNodeSonHomPos' can be static.
FastML.v3.1/libs/phylogeny/computeCounts.h:55:7: note: Technically the member function 'computeCounts::computeCountsNodeFatherNodeSonHomPos' can be static.
FastML.v3.1/libs/phylogeny/computeCounts.h:79:7: performance: Technically the member function 'computeCounts::fillCountTableComponentGamSpecRateCategor' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/computeCounts.cpp:146:21: note: Technically the member function 'computeCounts::fillCountTableComponentGamSpecRateCategor' can be static.
FastML.v3.1/libs/phylogeny/computeCounts.h:79:7: note: Technically the member function 'computeCounts::fillCountTableComponentGamSpecRateCategor' can be static.
FastML.v3.1/libs/phylogeny/computeCounts.cpp:72:33: performance: Function parameter 'posProbVec' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/computeDownAlg.h:15:7: performance: Technically the member function 'computeDownAlg::fillComputeDown' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/computeDownAlg.cpp:8:22: note: Technically the member function 'computeDownAlg::fillComputeDown' can be static.
FastML.v3.1/libs/phylogeny/computeDownAlg.h:15:7: note: Technically the member function 'computeDownAlg::fillComputeDown' can be static.
FastML.v3.1/libs/phylogeny/computeDownAlg.h:22:7: performance: Technically the member function 'computeDownAlg::fillComputeDown' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/computeDownAlg.cpp:57:22: note: Technically the member function 'computeDownAlg::fillComputeDown' can be static.
FastML.v3.1/libs/phylogeny/computeDownAlg.h:22:7: note: Technically the member function 'computeDownAlg::fillComputeDown' can be static.
FastML.v3.1/libs/phylogeny/computeDownAlg.h:29:7: performance: Technically the member function 'computeDownAlg::fillComputeDownSpecificRate' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/computeDownAlg.cpp:113:22: note: Technically the member function 'computeDownAlg::fillComputeDownSpecificRate' can be static.
FastML.v3.1/libs/phylogeny/computeDownAlg.h:29:7: note: Technically the member function 'computeDownAlg::fillComputeDownSpecificRate' can be static.
FastML.v3.1/libs/phylogeny/computeDownAlg.h:42:7: performance: Technically the member function 'computeDownAlg::fillComputeDownNonReversible' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/computeDownAlg.cpp:169:22: note: Technically the member function 'computeDownAlg::fillComputeDownNonReversible' can be static.
FastML.v3.1/libs/phylogeny/computeDownAlg.h:42:7: note: Technically the member function 'computeDownAlg::fillComputeDownNonReversible' can be static.
FastML.v3.1/libs/phylogeny/computeJumps.cpp:155:2: style: Variable 'probSum' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/computeJumps.cpp:149:0: note: Variable 'probSum' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/computeJumps.cpp:155:2: note: Variable 'probSum' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/computeJumps.cpp:165:2: style: Variable 'probSum' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/computeJumps.cpp:159:0: note: Variable 'probSum' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/computeJumps.cpp:165:2: note: Variable 'probSum' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/computeJumps.cpp:175:2: style: Variable 'probSum' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/computeJumps.cpp:169:0: note: Variable 'probSum' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/computeJumps.cpp:175:2: note: Variable 'probSum' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/computeJumps.cpp:187:2: style: Variable 'probSum' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/computeJumps.cpp:181:0: note: Variable 'probSum' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/computeJumps.cpp:187:2: note: Variable 'probSum' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/computeJumps.cpp:197:2: style: Variable 'probSum' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/computeJumps.cpp:191:0: note: Variable 'probSum' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/computeJumps.cpp:197:2: note: Variable 'probSum' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/computeJumps.cpp:208:2: style: Variable 'probSum' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/computeJumps.cpp:202:0: note: Variable 'probSum' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/computeJumps.cpp:208:2: note: Variable 'probSum' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/computeJumps.h:36:3: warning: Member variable 'gFunc::_r' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/computeJumps.h:36:3: warning: Member variable 'gFunc::_Lambda1' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/computeJumps.h:36:3: warning: Member variable 'gFunc::_Lambda2' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/computeJumps.h:36:3: warning: Member variable 'gFunc::_Alpha1' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/computeJumps.h:36:3: warning: Member variable 'gFunc::_Alpha2' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/computeJumps.h:36:3: warning: Member variable 'gFunc::_Alpha1_dr' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/computeJumps.h:36:3: warning: Member variable 'gFunc::_Alpha2_dr' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/computeJumps.h:36:3: warning: Member variable 'gFunc::_Alpha1_2' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/computeJumps.h:36:3: warning: Member variable 'gFunc::_Alpha1_2_dr' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/computeJumps.h:36:3: warning: Member variable 'gFunc::_delta' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/computeJumps.h:36:3: warning: Member variable 'gFunc::_delta_dr' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/computeJumps.h:36:3: warning: Member variable 'gFunc::_g1Part' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/computeJumps.h:36:3: warning: Member variable 'gFunc::_g2Part' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/computeJumps.h:36:3: warning: Member variable 'gFunc::_g1Part_dr' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/computeJumps.h:36:3: warning: Member variable 'gFunc::_g2Part_dr' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/computeJumps.h:57:11: style: Member variable 'gFunc::_r' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/libs/phylogeny/computeJumps.cpp:257:41: note: Member variable 'gFunc::_r' is in the wrong place in the initializer list.
FastML.v3.1/libs/phylogeny/computeJumps.h:57:11: note: Member variable 'gFunc::_r' is in the wrong place in the initializer list.
FastML.v3.1/libs/phylogeny/computeJumps.h:96:10: performance: Technically the member function 'computeJumps::gainProbGiven01' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/computeJumps.cpp:144:23: note: Technically the member function 'computeJumps::gainProbGiven01' can be static.
FastML.v3.1/libs/phylogeny/computeJumps.h:96:10: note: Technically the member function 'computeJumps::gainProbGiven01' can be static.
FastML.v3.1/libs/phylogeny/computeJumps.h:104:10: performance: Technically the member function 'computeJumps::lossProbGiven10' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/computeJumps.cpp:211:23: note: Technically the member function 'computeJumps::lossProbGiven10' can be static.
FastML.v3.1/libs/phylogeny/computeJumps.h:104:10: note: Technically the member function 'computeJumps::lossProbGiven10' can be static.
FastML.v3.1/libs/phylogeny/computeJumps.h:115:10: style: Technically the member function 'computeJumps::Pij_t' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/computeJumps.cpp:335:23: note: Technically the member function 'computeJumps::Pij_t' can be const.
FastML.v3.1/libs/phylogeny/computeJumps.h:115:10: note: Technically the member function 'computeJumps::Pij_t' can be const.
FastML.v3.1/libs/phylogeny/computeMarginalAlg.h:19:7: performance: Technically the member function 'computeMarginalAlg::fillComputeMarginal' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/computeMarginalAlg.cpp:11:26: note: Technically the member function 'computeMarginalAlg::fillComputeMarginal' can be static.
FastML.v3.1/libs/phylogeny/computeMarginalAlg.h:19:7: note: Technically the member function 'computeMarginalAlg::fillComputeMarginal' can be static.
FastML.v3.1/libs/phylogeny/computePosteriorExpectationOfSubstitutions.h:37:10: style: Technically the member function 'computePosteriorExpectationOfSubstitutions::computePosteriorOfChangePerBranch' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/computePosteriorExpectationOfSubstitutions.cpp:88:53: note: Technically the member function 'computePosteriorExpectationOfSubstitutions::computePosteriorOfChangePerBranch' can be const.
FastML.v3.1/libs/phylogeny/computePosteriorExpectationOfSubstitutions.h:37:10: note: Technically the member function 'computePosteriorExpectationOfSubstitutions::computePosteriorOfChangePerBranch' can be const.
FastML.v3.1/libs/phylogeny/computePosteriorExpectationOfSubstitutions.h:43:10: style: Technically the member function 'computePosteriorExpectationOfSubstitutions::computeExpectationOfChangePerBranch' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/computePosteriorExpectationOfSubstitutions.cpp:178:53: note: Technically the member function 'computePosteriorExpectationOfSubstitutions::computeExpectationOfChangePerBranch' can be const.
FastML.v3.1/libs/phylogeny/computePosteriorExpectationOfSubstitutions.h:43:10: note: Technically the member function 'computePosteriorExpectationOfSubstitutions::computeExpectationOfChangePerBranch' can be const.
FastML.v3.1/libs/phylogeny/computePosteriorExpectationOfSubstitutions.h:49:10: style: Technically the member function 'computePosteriorExpectationOfSubstitutions::computePosterioGivenTerminalsPerBranch' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/computePosteriorExpectationOfSubstitutions.cpp:142:53: note: Technically the member function 'computePosteriorExpectationOfSubstitutions::computePosterioGivenTerminalsPerBranch' can be const.
FastML.v3.1/libs/phylogeny/computePosteriorExpectationOfSubstitutions.h:49:10: note: Technically the member function 'computePosteriorExpectationOfSubstitutions::computePosterioGivenTerminalsPerBranch' can be const.
FastML.v3.1/libs/phylogeny/simulateJumps.h:19:10: style: The function 'getExpectation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/simulateJumpsAbstract.h:35:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/simulateJumps.h:19:10: note: Function in derived class
FastML.v3.1/libs/phylogeny/simulateJumps.h:22:10: style: The function 'getProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/simulateJumpsAbstract.h:38:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/simulateJumps.h:22:10: note: Function in derived class
FastML.v3.1/libs/phylogeny/simulateJumps.h:25:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/simulateJumpsAbstract.h:50:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/simulateJumps.h:25:7: note: Function in derived class
FastML.v3.1/libs/phylogeny/simulateJumps.h:26:7: style: The function 'runOneIter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/simulateJumpsAbstract.h:51:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/simulateJumps.h:26:7: note: Function in derived class
FastML.v3.1/libs/phylogeny/simulateJumps.h:27:7: style: The function 'computeExpectationsAndPosterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/simulateJumpsAbstract.h:52:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/simulateJumps.h:27:7: note: Function in derived class
FastML.v3.1/libs/phylogeny/computePosteriorExpectationOfSubstitutions.cpp:144:81: performance: Function parameter 'nodeName' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/computePosteriorExpectationOfSubstitutions_nonReversibleSp.h:14:11: style: Technically the member function 'computePosteriorExpectationOfSubstitutions_nonReversibleSp::computePosterioGivenTerminalsPerBranch' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/computePosteriorExpectationOfSubstitutions_nonReversibleSp.cpp:50:69: note: Technically the member function 'computePosteriorExpectationOfSubstitutions_nonReversibleSp::computePosterioGivenTerminalsPerBranch' can be const.
FastML.v3.1/libs/phylogeny/computePosteriorExpectationOfSubstitutions_nonReversibleSp.h:14:11: note: Technically the member function 'computePosteriorExpectationOfSubstitutions_nonReversibleSp::computePosterioGivenTerminalsPerBranch' can be const.
FastML.v3.1/libs/phylogeny/computePosteriorExpectationOfSubstitutions_nonReversibleSp.h:11:7: style: The function 'computePosteriorOfChangeGivenTerminals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/computePosteriorExpectationOfSubstitutions.h:34:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/computePosteriorExpectationOfSubstitutions_nonReversibleSp.h:11:7: note: Function in derived class
FastML.v3.1/libs/phylogeny/computePosteriorExpectationOfSubstitutions.h:50:82: performance: Function parameter 'nodeName' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/computePosteriorExpectationOfSubstitutions_nonReversibleSp.cpp:52:81: performance: Function parameter 'nodeName' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.cpp:344:181: style: Function 'printProbExpPerPosPerBranch' argument 7 names different: declaration 'outCount' definition 'outSum'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.h:31:155: note: Function 'printProbExpPerPosPerBranch' argument 7 names different: declaration 'outCount' definition 'outSum'.
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.cpp:344:181: note: Function 'printProbExpPerPosPerBranch' argument 7 names different: declaration 'outCount' definition 'outSum'.
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.cpp:15:28: warning: Member variable 'computeSubstitutionCounts::_refSeq' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.cpp:24:55: warning: Member variable 'computeSubstitutionCounts::_alphabetSize' is not assigned a value in 'computeSubstitutionCounts::operator='. [operatorEqVarError]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.cpp:24:55: warning: Member variable 'computeSubstitutionCounts::_pMSp' is not assigned a value in 'computeSubstitutionCounts::operator='. [operatorEqVarError]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.cpp:24:55: warning: Member variable 'computeSubstitutionCounts::_refSeq' is not assigned a value in 'computeSubstitutionCounts::operator='. [operatorEqVarError]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.cpp:24:55: warning: Member variable 'computeSubstitutionCounts::_outDir' is not assigned a value in 'computeSubstitutionCounts::operator='. [operatorEqVarError]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.cpp:24:55: warning: Member variable 'computeSubstitutionCounts::_isSilent' is not assigned a value in 'computeSubstitutionCounts::operator='. [operatorEqVarError]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.cpp:24:55: warning: Member variable 'computeSubstitutionCounts::_simulationsIterNum' is not assigned a value in 'computeSubstitutionCounts::operator='. [operatorEqVarError]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.cpp:24:55: warning: Member variable 'computeSubstitutionCounts::_probCutOffSum' is not assigned a value in 'computeSubstitutionCounts::operator='. [operatorEqVarError]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.cpp:24:55: warning: Member variable 'computeSubstitutionCounts::_LpostPerCat' is not assigned a value in 'computeSubstitutionCounts::operator='. [operatorEqVarError]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.cpp:24:55: warning: Member variable 'computeSubstitutionCounts::_LpostPerSpPerCat' is not assigned a value in 'computeSubstitutionCounts::operator='. [operatorEqVarError]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.cpp:24:55: warning: Member variable 'computeSubstitutionCounts::_expMap_father2son' is not assigned a value in 'computeSubstitutionCounts::operator='. [operatorEqVarError]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.cpp:24:55: warning: Member variable 'computeSubstitutionCounts::_probMap_father2son' is not assigned a value in 'computeSubstitutionCounts::operator='. [operatorEqVarError]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.cpp:24:55: warning: Member variable 'computeSubstitutionCounts::_probChanges_PosNodeXY' is not assigned a value in 'computeSubstitutionCounts::operator='. [operatorEqVarError]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.cpp:24:55: warning: Member variable 'computeSubstitutionCounts::_expChanges_PosNodeXY' is not assigned a value in 'computeSubstitutionCounts::operator='. [operatorEqVarError]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.cpp:24:55: warning: Member variable 'computeSubstitutionCounts::_jointProb_PosNodeXY' is not assigned a value in 'computeSubstitutionCounts::operator='. [operatorEqVarError]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.h:53:6: style: Member variable 'computeSubstitutionCounts::_simulationsIterNum' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.cpp:16:87: note: Member variable 'computeSubstitutionCounts::_simulationsIterNum' is in the wrong place in the initializer list.
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.h:53:6: note: Member variable 'computeSubstitutionCounts::_simulationsIterNum' is in the wrong place in the initializer list.
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.h:52:7: style: Member variable 'computeSubstitutionCounts::_isSilent' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.cpp:16:158: note: Member variable 'computeSubstitutionCounts::_isSilent' is in the wrong place in the initializer list.
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.h:52:7: note: Member variable 'computeSubstitutionCounts::_isSilent' is in the wrong place in the initializer list.
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.h:34:37: style: Technically the member function 'computeSubstitutionCounts::get_expMap_father2son' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.h:35:37: style: Technically the member function 'computeSubstitutionCounts::get_probMap_father2son' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.h:37:13: style: Technically the member function 'computeSubstitutionCounts::getExpChanges' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.h:38:13: style: Technically the member function 'computeSubstitutionCounts::getProbChanges' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/computeSubstitutionCounts.h:39:13: style: Technically the member function 'computeSubstitutionCounts::getJointProb' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/simulateCodonsJumps.h:20:10: style: The function 'getExpectation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/simulateJumpsAbstract.h:35:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/simulateCodonsJumps.h:20:10: note: Function in derived class
FastML.v3.1/libs/phylogeny/simulateCodonsJumps.h:24:10: style: The function 'getProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/simulateJumpsAbstract.h:38:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/simulateCodonsJumps.h:24:10: note: Function in derived class
FastML.v3.1/libs/phylogeny/simulateCodonsJumps.h:28:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/simulateJumpsAbstract.h:50:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/simulateCodonsJumps.h:28:7: note: Function in derived class
FastML.v3.1/libs/phylogeny/simulateCodonsJumps.h:29:7: style: The function 'runOneIter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/simulateJumpsAbstract.h:51:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/simulateCodonsJumps.h:29:7: note: Function in derived class
FastML.v3.1/libs/phylogeny/simulateCodonsJumps.h:30:7: style: The function 'computeExpectationsAndPosterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/simulateJumpsAbstract.h:52:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/simulateCodonsJumps.h:30:7: note: Function in derived class
FastML.v3.1/libs/phylogeny/computePosteriorExpectationOfSubstitutions_nonReversibleSp.h:15:82: performance: Function parameter 'nodeName' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/computeUpAlg.h:15:7: performance: Technically the member function 'computeUpAlg::fillComputeUp' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/computeUpAlg.cpp:25:20: note: Technically the member function 'computeUpAlg::fillComputeUp' can be static.
FastML.v3.1/libs/phylogeny/computeUpAlg.h:15:7: note: Technically the member function 'computeUpAlg::fillComputeUp' can be static.
FastML.v3.1/libs/phylogeny/computeUpAlg.h:21:7: performance: Technically the member function 'computeUpAlg::fillComputeUp' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/computeUpAlg.cpp:12:20: note: Technically the member function 'computeUpAlg::fillComputeUp' can be static.
FastML.v3.1/libs/phylogeny/computeUpAlg.h:21:7: note: Technically the member function 'computeUpAlg::fillComputeUp' can be static.
FastML.v3.1/libs/phylogeny/computeUpAlg.h:37:7: performance: Technically the member function 'computeUpAlg::fillComputeUpSpecificGlobalRate' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/computeUpAlg.cpp:98:20: note: Technically the member function 'computeUpAlg::fillComputeUpSpecificGlobalRate' can be static.
FastML.v3.1/libs/phylogeny/computeUpAlg.h:37:7: note: Technically the member function 'computeUpAlg::fillComputeUpSpecificGlobalRate' can be static.
FastML.v3.1/libs/phylogeny/seqContainerTreeMap.h:30:6: style: Technically the member function 'seqContainerTreeMap::seqIdOfNodeI' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/computeUpAlg.h:45:7: performance: Technically the member function 'computeUpAlg::fillComputeUpWithFactors' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/computeUpAlgFactors.cpp:36:20: note: Technically the member function 'computeUpAlg::fillComputeUpWithFactors' can be static.
FastML.v3.1/libs/phylogeny/computeUpAlg.h:45:7: note: Technically the member function 'computeUpAlg::fillComputeUpWithFactors' can be static.
FastML.v3.1/libs/phylogeny/computeUpAlg.h:51:7: performance: Technically the member function 'computeUpAlg::fillComputeUpWithFactors' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/computeUpAlgFactors.cpp:78:20: note: Technically the member function 'computeUpAlg::fillComputeUpWithFactors' can be static.
FastML.v3.1/libs/phylogeny/computeUpAlg.h:51:7: note: Technically the member function 'computeUpAlg::fillComputeUpWithFactors' can be static.
FastML.v3.1/libs/phylogeny/computeUpAlg.h:57:7: performance: Technically the member function 'computeUpAlg::fillComputeUpSpecificGlobalRateFactors' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/computeUpAlgFactors.cpp:121:20: note: Technically the member function 'computeUpAlg::fillComputeUpSpecificGlobalRateFactors' can be static.
FastML.v3.1/libs/phylogeny/computeUpAlg.h:57:7: note: Technically the member function 'computeUpAlg::fillComputeUpSpecificGlobalRateFactors' can be static.
FastML.v3.1/libs/phylogeny/likeDist.h:26:3: warning: Member variable 'likeDist::_unObservableData_p' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/likeDist.h:31:14: warning: Member variable 'likeDist::_unObservableData_p' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:19:5: warning: Member variable 'distanceBasedSeqs2Tree::_constraintTreePtr' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.cpp:48:29: warning: Member variable 'iterativeDistanceSeqs2Tree::_newTreeLogLikelihood' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.cpp:48:29: warning: Member variable 'iterativeDistanceSeqs2Tree::_newAlpha' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/likeDist.h:152:13: style: Technically the member function 'C_evalLikeDist_d::operator()' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/likeDist.h:188:13: style: Technically the member function 'C_evalLikeDist_d2::operator()' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/posteriorDistance.h:58:10: style: Technically the member function 'posteriorDistance::setAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:51:10: style: Technically the member function 'iterativeDistanceSeqs2Tree::getTree' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/jcDistance.h:86:1: warning: The class 'jcDistanceOLD' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/likeDist.h:16:1: warning: The class 'likeDist' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/givenRatesMLDistance.h:14:1: warning: The class 'givenRatesMLDistance' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/jcDistance.h:21:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceMethod.h:18:27: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/jcDistance.h:21:22: note: Function in derived class
FastML.v3.1/libs/phylogeny/jcDistance.h:23:16: style: The function 'giveDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceMethod.h:14:25: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/jcDistance.h:23:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/jcDistance.h:101:25: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceMethod.h:18:27: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/jcDistance.h:101:25: note: Function in derived class
FastML.v3.1/libs/phylogeny/jcDistance.h:103:16: style: The function 'giveDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceMethod.h:14:25: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/jcDistance.h:103:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/likeDist.h:29:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceMethod.h:18:27: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/likeDist.h:29:21: note: Function in derived class
FastML.v3.1/libs/phylogeny/likeDist.h:51:19: style: The function 'giveDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceMethod.h:14:25: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/likeDist.h:51:19: note: Function in derived class
FastML.v3.1/libs/phylogeny/givenRatesMLDistance.h:45:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/likeDist.h:29:21: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/givenRatesMLDistance.h:45:33: note: Function in derived class
FastML.v3.1/libs/phylogeny/givenRatesMLDistance.h:51:17: style: The function 'giveDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceMethod.h:14:25: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/givenRatesMLDistance.h:51:17: note: Function in derived class
FastML.v3.1/libs/phylogeny/posteriorDistance.h:37:30: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/likeDist.h:29:21: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/posteriorDistance.h:37:30: note: Function in derived class
FastML.v3.1/libs/phylogeny/posteriorDistance.h:40:19: style: The function 'giveDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceMethod.h:14:25: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/posteriorDistance.h:40:19: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:43:18: style: The function 'seqs2Tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:22:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:43:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:50:16: style: The function 'seqs2TreeBootstrap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:24:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:50:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:101:18: style: The function 'seqs2Tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:43:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:101:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:107:18: style: The function 'seqs2TreeIterative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:44:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:107:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:109:18: style: The function 'seqs2TreeIterative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:46:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:109:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:110:18: style: The function 'seqs2TreeIterative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:48:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:110:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:113:21: style: The function 'optimizeSideInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:57:21: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:113:21: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:114:21: style: The function 'calcSideInfoGivenTreeAndAlpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:61:21: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:114:21: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:115:18: style: The function 'acceptSideInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:63:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:115:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:116:18: style: The function 'utilizeSideInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:65:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:116:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:117:18: style: The function 'printSideInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:66:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:117:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:133:18: style: The function 'seqs2Tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:43:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:133:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:139:18: style: The function 'seqs2TreeIterative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:44:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:139:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:141:18: style: The function 'seqs2TreeIterative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:46:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:141:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:142:18: style: The function 'seqs2TreeIterative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:48:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:142:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:145:21: style: The function 'optimizeSideInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:57:21: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:145:21: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:146:21: style: The function 'calcSideInfoGivenTreeAndAlpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:61:21: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:146:21: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:147:18: style: The function 'acceptSideInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:63:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:147:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:148:18: style: The function 'utilizeSideInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:65:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:148:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:149:18: style: The function 'printSideInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:66:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:149:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:169:18: style: The function 'seqs2Tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:43:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:169:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:175:18: style: The function 'seqs2TreeIterative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:44:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:175:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:177:18: style: The function 'seqs2TreeIterative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:46:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:177:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:178:18: style: The function 'seqs2TreeIterative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:48:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:178:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:182:21: style: The function 'optimizeSideInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:57:21: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:182:21: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:183:21: style: The function 'calcSideInfoGivenTreeAndAlpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:61:21: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:183:21: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:184:18: style: The function 'acceptSideInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:63:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:184:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:185:18: style: The function 'utilizeSideInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:65:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:185:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:186:18: style: The function 'printSideInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:66:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:186:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/posteriorDistance.h:57:35: performance: Function parameter 'posteriorProb' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestTamura92param.h:106:16: performance: Function parameter 'branchLengthOptimizationMethod' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/bestGtrModelParams.h:85:54: performance: Function parameter 'branchLengthOptimizationMethod' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/distributionPlusCategory.h:18:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:17:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distributionPlusCategory.h:18:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/distributionPlusCategory.h:21:20: style: The function 'categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:20:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distributionPlusCategory.h:21:20: note: Function in derived class
FastML.v3.1/libs/phylogeny/distributionPlusCategory.h:22:24: style: The function 'rates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:22:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distributionPlusCategory.h:22:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/distributionPlusCategory.h:23:24: style: The function 'ratesProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:23:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distributionPlusCategory.h:23:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/distributionPlusCategory.h:25:15: style: The function 'setGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:24:16: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distributionPlusCategory.h:25:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/distributionPlusCategory.h:26:18: style: The function 'getGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:25:19: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distributionPlusCategory.h:26:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/distributionPlusCategory.h:27:24: style: The function 'getCumulativeProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:26:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distributionPlusCategory.h:27:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/distributionPlusCategory.h:28:15: style: The function 'change_number_of_categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:21:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distributionPlusCategory.h:28:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/distributionPlusInvariant.cpp:56:62: style: Function 'ratesProb' argument 1 names different: declaration 'i' definition 'category'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/distributionPlusInvariant.h:33:44: note: Function 'ratesProb' argument 1 names different: declaration 'i' definition 'category'.
FastML.v3.1/libs/phylogeny/distributionPlusInvariant.cpp:56:62: note: Function 'ratesProb' argument 1 names different: declaration 'i' definition 'category'.
FastML.v3.1/libs/phylogeny/distributionPlusInvariant.h:18:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:17:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distributionPlusInvariant.h:18:29: note: Function in derived class
FastML.v3.1/libs/phylogeny/distributionPlusInvariant.h:24:12: style: The function 'categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:20:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distributionPlusInvariant.h:24:12: note: Function in derived class
FastML.v3.1/libs/phylogeny/distributionPlusInvariant.h:25:8: style: The function 'setGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:24:16: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distributionPlusInvariant.h:25:8: note: Function in derived class
FastML.v3.1/libs/phylogeny/distributionPlusInvariant.h:26:11: style: The function 'getGlobalRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:25:19: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distributionPlusInvariant.h:26:11: note: Function in derived class
FastML.v3.1/libs/phylogeny/distributionPlusInvariant.h:31:24: style: The function 'getCumulativeProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:26:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distributionPlusInvariant.h:31:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/distributionPlusInvariant.h:32:24: style: The function 'rates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:22:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distributionPlusInvariant.h:32:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/distributionPlusInvariant.h:33:24: style: The function 'ratesProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distribution.h:23:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/distributionPlusInvariant.h:33:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/evaluateCharacterFreq.cpp:47:27: style: Variable 'charWithZeroFreq' is modified but its new value is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/extremeValDistribution.cpp:45:63: style: Function 'fitParametersFromMoments' argument 1 names different: declaration 'exp' definition 'mean'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/extremeValDistribution.h:24:40: note: Function 'fitParametersFromMoments' argument 1 names different: declaration 'exp' definition 'mean'.
FastML.v3.1/libs/phylogeny/extremeValDistribution.cpp:45:63: note: Function 'fitParametersFromMoments' argument 1 names different: declaration 'exp' definition 'mean'.
FastML.v3.1/libs/phylogeny/extremeValDistribution.cpp:45:77: style: Function 'fitParametersFromMoments' argument 2 names different: declaration 'std' definition 's'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/extremeValDistribution.h:24:53: note: Function 'fitParametersFromMoments' argument 2 names different: declaration 'std' definition 's'.
FastML.v3.1/libs/phylogeny/extremeValDistribution.cpp:45:77: note: Function 'fitParametersFromMoments' argument 2 names different: declaration 'std' definition 's'.
FastML.v3.1/libs/phylogeny/nj.h:17:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distances2Tree.h:14:28: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/nj.h:17:20: note: Function in derived class
FastML.v3.1/libs/phylogeny/nj.h:19:15: style: The function 'computeTree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distances2Tree.h:15:16: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/nj.h:19:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/fastaFormat.cpp:35:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/fastaFormat.cpp:38:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/fastaFormat.cpp:49:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistance.cpp:7:36: warning: Member variable 'fromCountTableComponentToDistance::_likeDistance' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistance2Codon.cpp:8:42: warning: Member variable 'fromCountTableComponentToDistance2Codon::_likeDistance' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/likeDist2Codon.h:15:1: warning: The class 'likeDist2Codon' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/likeDist2Codon.h:23:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceMethod.h:18:27: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/likeDist2Codon.h:23:26: note: Function in derived class
FastML.v3.1/libs/phylogeny/likeDist2Codon.h:36:16: style: The function 'giveDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceMethod.h:14:25: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/likeDist2Codon.h:36:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistance2USSRV.cpp:7:42: warning: Member variable 'fromCountTableComponentToDistance2USSRV::_likeDistance' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistanceProp.cpp:6:40: warning: Member variable 'fromCountTableComponentToDistanceProp::_likeDistance' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistancePropEB.cpp:6:42: warning: Member variable 'fromCountTableComponentToDistancePropEB::_likeDistance' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistancePropEB.h:28:27: style: Member variable 'fromCountTableComponentToDistancePropEB::_pProportionDist' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistancePropEB.cpp:12:77: note: Member variable 'fromCountTableComponentToDistancePropEB::_pProportionDist' is in the wrong place in the initializer list.
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistancePropEB.h:28:27: note: Member variable 'fromCountTableComponentToDistancePropEB::_pProportionDist' is in the wrong place in the initializer list.
FastML.v3.1/libs/phylogeny/likeDistPropEB.h:13:1: warning: The class 'likeDistPropEB' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/fromCountTableComponentToDistancefixRoot.cpp:7:43: warning: Member variable 'fromCountTableComponentToDistancefixRoot::_likeDistance' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/likeDistfixRoot.h:27:3: warning: Member variable 'likeDistfixRoot::_unObservableData_p' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/likeDistfixRoot.h:32:14: warning: Member variable 'likeDistfixRoot::_unObservableData_p' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/likeDistfixRoot.h:208:13: style: Technically the member function 'C_evalLikeDist_d2GLfixRoot::operator()' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/likeDistfixRoot.h:17:1: warning: The class 'likeDistfixRoot' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/likeDistfixRoot.h:30:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceMethod.h:18:27: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/likeDistfixRoot.h:30:28: note: Function in derived class
FastML.v3.1/libs/phylogeny/likeDistfixRoot.h:52:19: style: The function 'giveDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceMethod.h:14:25: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/likeDistfixRoot.h:52:19: note: Function in derived class
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:450:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:253:4: style: Variable 'Tp' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:251:0: note: Variable 'Tp' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:253:4: note: Variable 'Tp' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:53:56: style: Function 'fromInstructionFile' argument 1 names different: declaration 'instructionFileName' definition 'str'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:23:45: note: Function 'fromInstructionFile' argument 1 names different: declaration 'instructionFileName' definition 'str'.
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:53:56: note: Function 'fromInstructionFile' argument 1 names different: declaration 'instructionFileName' definition 'str'.
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:146:23: style: Function 'getIntValueConnectedWithWord' argument 2 names different: declaration 'res' definition 'val'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:28:70: note: Function 'getIntValueConnectedWithWord' argument 2 names different: declaration 'res' definition 'val'.
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:146:23: note: Function 'getIntValueConnectedWithWord' argument 2 names different: declaration 'res' definition 'val'.
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:454:73: style: Function 'getOneStartingSequenceData' argument 1 names different: declaration 'sdPtrVec' definition 'sd'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:41:53: note: Function 'getOneStartingSequenceData' argument 1 names different: declaration 'sdPtrVec' definition 'sd'.
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:454:73: note: Function 'getOneStartingSequenceData' argument 1 names different: declaration 'sdPtrVec' definition 'sd'.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:28:7: style: Technically the member function 'fromInstructionFile::getIntValueConnectedWithWord' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:145:27: note: Technically the member function 'fromInstructionFile::getIntValueConnectedWithWord' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:28:7: note: Technically the member function 'fromInstructionFile::getIntValueConnectedWithWord' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:32:7: style: Technically the member function 'fromInstructionFile::setLogFile' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:125:27: note: Technically the member function 'fromInstructionFile::setLogFile' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:32:7: note: Technically the member function 'fromInstructionFile::setLogFile' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:33:7: style: Technically the member function 'fromInstructionFile::getStartingStochasticProcess' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:267:27: note: Technically the member function 'fromInstructionFile::getStartingStochasticProcess' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:33:7: note: Technically the member function 'fromInstructionFile::getStartingStochasticProcess' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:34:7: style: Technically the member function 'fromInstructionFile::getOneStartingStochasticProcess' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:205:27: note: Technically the member function 'fromInstructionFile::getOneStartingStochasticProcess' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:34:7: note: Technically the member function 'fromInstructionFile::getOneStartingStochasticProcess' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:35:7: style: Technically the member function 'fromInstructionFile::getOneStartingGammaParameter' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:516:27: note: Technically the member function 'fromInstructionFile::getOneStartingGammaParameter' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:35:7: note: Technically the member function 'fromInstructionFile::getOneStartingGammaParameter' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:36:7: style: Technically the member function 'fromInstructionFile::getStartingEvolTrees' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:354:27: note: Technically the member function 'fromInstructionFile::getStartingEvolTrees' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:36:7: note: Technically the member function 'fromInstructionFile::getStartingEvolTrees' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:37:7: style: Technically the member function 'fromInstructionFile::getStartingEvolTrees' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:338:27: note: Technically the member function 'fromInstructionFile::getStartingEvolTrees' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:37:7: note: Technically the member function 'fromInstructionFile::getStartingEvolTrees' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:39:7: style: Technically the member function 'fromInstructionFile::getStartingSequenceData' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:381:27: note: Technically the member function 'fromInstructionFile::getStartingSequenceData' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:39:7: note: Technically the member function 'fromInstructionFile::getStartingSequenceData' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:41:7: style: Technically the member function 'fromInstructionFile::getOneStartingSequenceData' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:454:27: note: Technically the member function 'fromInstructionFile::getOneStartingSequenceData' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:41:7: note: Technically the member function 'fromInstructionFile::getOneStartingSequenceData' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:43:7: style: Technically the member function 'fromInstructionFile::getAlphabets' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:161:27: note: Technically the member function 'fromInstructionFile::getAlphabets' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:43:7: note: Technically the member function 'fromInstructionFile::getAlphabets' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:46:7: style: Technically the member function 'fromInstructionFile::useGamma' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:50:7: style: Technically the member function 'fromInstructionFile::getStartingGlobalRates' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:547:27: note: Technically the member function 'fromInstructionFile::getStartingGlobalRates' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:50:7: note: Technically the member function 'fromInstructionFile::getStartingGlobalRates' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:51:9: style: Technically the member function 'fromInstructionFile::getOutFile' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:155:29: note: Technically the member function 'fromInstructionFile::getOutFile' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:51:9: note: Technically the member function 'fromInstructionFile::getOutFile' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:56:7: style: Technically the member function 'fromInstructionFile::getStartingGammaParameter' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:537:27: note: Technically the member function 'fromInstructionFile::getStartingGammaParameter' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.h:56:7: note: Technically the member function 'fromInstructionFile::getStartingGammaParameter' can be const.
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:281:0: error: Memory leak: dist [memleak]
FastML.v3.1/libs/phylogeny/fromInstructionFile.cpp:451:0: error: Memory leak: constraintsOfT0 [memleak]
FastML.v3.1/libs/phylogeny/fromQtoPt.cpp:104:67: style: Function 'Pij_t' argument 3 names different: declaration 'd' definition 't'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/fromQtoPt.h:40:61: note: Function 'Pij_t' argument 3 names different: declaration 'd' definition 't'.
FastML.v3.1/libs/phylogeny/fromQtoPt.cpp:104:67: note: Function 'Pij_t' argument 3 names different: declaration 'd' definition 't'.
FastML.v3.1/libs/phylogeny/fromQtoPt.cpp:116:69: style: Function 'dPij_dt' argument 3 names different: declaration 'd' definition 't'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/fromQtoPt.h:41:63: note: Function 'dPij_dt' argument 3 names different: declaration 'd' definition 't'.
FastML.v3.1/libs/phylogeny/fromQtoPt.cpp:116:69: note: Function 'dPij_dt' argument 3 names different: declaration 'd' definition 't'.
FastML.v3.1/libs/phylogeny/fromQtoPt.cpp:125:70: style: Function 'd2Pij_dt2' argument 3 names different: declaration 'd' definition 't'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/fromQtoPt.h:43:65: note: Function 'd2Pij_dt2' argument 3 names different: declaration 'd' definition 't'.
FastML.v3.1/libs/phylogeny/fromQtoPt.cpp:125:70: note: Function 'd2Pij_dt2' argument 3 names different: declaration 'd' definition 't'.
FastML.v3.1/libs/phylogeny/fromQtoPt.cpp:66:16: style: Variable '_freq' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/fromQtoPt.h:58:7: performance: Technically the member function 'q2pt::calc_symmetric_q' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/fromQtoPt.cpp:133:12: note: Technically the member function 'q2pt::calc_symmetric_q' can be static.
FastML.v3.1/libs/phylogeny/fromQtoPt.h:58:7: note: Technically the member function 'q2pt::calc_symmetric_q' can be static.
FastML.v3.1/libs/phylogeny/fromQtoPt.h:59:7: performance: Technically the member function 'q2pt::calc_left_and_right_eig_of_pam' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/fromQtoPt.cpp:171:12: note: Technically the member function 'q2pt::calc_left_and_right_eig_of_pam' can be static.
FastML.v3.1/libs/phylogeny/fromQtoPt.h:59:7: note: Technically the member function 'q2pt::calc_left_and_right_eig_of_pam' can be static.
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:18:6: performance: Technically the member function 'gainLossAlphabet::fromChar' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/gainLossAlphabet.cpp:5:23: note: Technically the member function 'gainLossAlphabet::fromChar' can be static.
FastML.v3.1/libs/phylogeny/gainLossAlphabet.h:18:6: note: Technically the member function 'gainLossAlphabet::fromChar' can be static.
FastML.v3.1/libs/phylogeny/gammaDistribution.cpp:16:42: style: Function 'setAlpha' argument 1 names different: declaration 'newAlpha' definition 'in_alpha'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/gammaDistribution.h:26:32: note: Function 'setAlpha' argument 1 names different: declaration 'newAlpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/gammaDistribution.cpp:16:42: note: Function 'setAlpha' argument 1 names different: declaration 'newAlpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/gammaDistribution.cpp:22:48: style: Function 'setGammaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/gammaDistribution.h:27:38: note: Function 'setGammaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'.
FastML.v3.1/libs/phylogeny/gammaDistribution.cpp:22:48: note: Function 'setGammaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'.
FastML.v3.1/libs/phylogeny/gammaDistribution.cpp:22:81: style: Function 'setGammaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/gammaDistribution.h:27:65: note: Function 'setGammaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/gammaDistribution.cpp:22:81: note: Function 'setGammaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/gammaDistributionFixedCategories.cpp:27:57: style: Function 'setAlpha' argument 1 names different: declaration 'newAlpha' definition 'in_alpha'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/gammaDistributionFixedCategories.h:22:32: note: Function 'setAlpha' argument 1 names different: declaration 'newAlpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/gammaDistributionFixedCategories.cpp:27:57: note: Function 'setAlpha' argument 1 names different: declaration 'newAlpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:20:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:23:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:20:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:21:15: style: The function 'change_number_of_categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:37:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:21:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:22:15: style: The function 'setGammaParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:25:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:22:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:28:15: style: The function 'fill_mean' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:44:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:28:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/gammaDistributionFixedCategories.h:20:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:20:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gammaDistributionFixedCategories.h:20:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/gammaDistributionFixedCategories.h:22:15: style: The function 'setAlpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:33:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gammaDistributionFixedCategories.h:22:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/gammaDistributionFixedCategories.h:23:15: style: The function 'change_number_of_categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:21:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gammaDistributionFixedCategories.h:23:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/gammaDistributionFixedCategories.h:25:15: style: The function 'setGammaParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:22:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gammaDistributionFixedCategories.h:25:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/gammaDistributionFixedCategories.h:30:15: style: The function 'setBeta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:35:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gammaDistributionFixedCategories.h:30:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/gammaDistributionLaguerre.cpp:17:50: style: Function 'setAlpha' argument 1 names different: declaration 'newAlpha' definition 'in_alpha'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/gammaDistributionLaguerre.h:26:32: note: Function 'setAlpha' argument 1 names different: declaration 'newAlpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/gammaDistributionLaguerre.cpp:17:50: note: Function 'setAlpha' argument 1 names different: declaration 'newAlpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/gammaDistributionLaguerre.cpp:25:56: style: Function 'setGammaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/gammaDistributionLaguerre.h:27:38: note: Function 'setGammaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'.
FastML.v3.1/libs/phylogeny/gammaDistributionLaguerre.cpp:25:56: note: Function 'setGammaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'.
FastML.v3.1/libs/phylogeny/gammaDistributionLaguerre.cpp:25:89: style: Function 'setGammaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/gammaDistributionLaguerre.h:27:65: note: Function 'setGammaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/gammaDistributionLaguerre.cpp:25:89: note: Function 'setGammaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.h:35:15: style: The function 'setGammaParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:25:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.h:35:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.h:37:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:23:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.h:37:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.h:38:19: style: The function 'getBorder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:38:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.h:38:19: note: Function in derived class
FastML.v3.1/libs/phylogeny/gammaDistributionLaguerre.h:24:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.h:37:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gammaDistributionLaguerre.h:24:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/gammaDistributionLaguerre.h:26:15: style: The function 'setAlpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:33:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gammaDistributionLaguerre.h:26:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/gammaDistributionLaguerre.h:28:15: style: The function 'change_number_of_categories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:37:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gammaDistributionLaguerre.h:28:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/gammaDistributionLaguerre.h:30:15: style: The function 'setGammaParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.h:35:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gammaDistributionLaguerre.h:30:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/gammaDistributionLaguerre.h:31:15: style: The function 'setBeta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:35:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/gammaDistributionLaguerre.h:31:15: note: Function in derived class
FastML.v3.1/libs/phylogeny/gammaUtilities.cpp:14:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/gammaUtilities.cpp:15:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/gammaUtilities.cpp:15:14: style: The scope of the variable 'del' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/gammaUtilities.cpp:15:18: style: The scope of the variable 'ap' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/gammaUtilities.cpp:44:10: style: The scope of the variable 'an' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/gammaUtilities.cpp:44:19: style: The scope of the variable 'del' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/gammaUtilities.cpp:145:10: style: The scope of the variable 'results' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/gammaUtilities.cpp:164:59: style: Function 'the_avarage_r_in_category_between_a_and_b' argument 1 names different: declaration 'a' definition 'left'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/gammaUtilities.h:29:59: note: Function 'the_avarage_r_in_category_between_a_and_b' argument 1 names different: declaration 'a' definition 'left'.
FastML.v3.1/libs/phylogeny/gammaUtilities.cpp:164:59: note: Function 'the_avarage_r_in_category_between_a_and_b' argument 1 names different: declaration 'a' definition 'left'.
FastML.v3.1/libs/phylogeny/gammaUtilities.cpp:164:73: style: Function 'the_avarage_r_in_category_between_a_and_b' argument 2 names different: declaration 'b' definition 'right'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/gammaUtilities.h:29:70: note: Function 'the_avarage_r_in_category_between_a_and_b' argument 2 names different: declaration 'b' definition 'right'.
FastML.v3.1/libs/phylogeny/gammaUtilities.cpp:164:73: note: Function 'the_avarage_r_in_category_between_a_and_b' argument 2 names different: declaration 'b' definition 'right'.
FastML.v3.1/libs/phylogeny/generalGammaDistribution.cpp:37:49: style: Function 'setAlpha' argument 1 names different: declaration 'newAlpha' definition 'in_alpha'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:33:32: note: Function 'setAlpha' argument 1 names different: declaration 'newAlpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/generalGammaDistribution.cpp:37:49: note: Function 'setAlpha' argument 1 names different: declaration 'newAlpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/generalGammaDistribution.cpp:43:48: style: Function 'setBeta' argument 1 names different: declaration 'newBeta' definition 'in_beta'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:35:31: note: Function 'setBeta' argument 1 names different: declaration 'newBeta' definition 'in_beta'.
FastML.v3.1/libs/phylogeny/generalGammaDistribution.cpp:43:48: note: Function 'setBeta' argument 1 names different: declaration 'newBeta' definition 'in_beta'.
FastML.v3.1/libs/phylogeny/generalGammaDistribution.cpp:55:55: style: Function 'setGammaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:25:38: note: Function 'setGammaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'.
FastML.v3.1/libs/phylogeny/generalGammaDistribution.cpp:55:55: note: Function 'setGammaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'.
FastML.v3.1/libs/phylogeny/generalGammaDistribution.cpp:55:88: style: Function 'setGammaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:25:63: note: Function 'setGammaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/generalGammaDistribution.cpp:55:88: note: Function 'setGammaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/generalGammaDistribution.cpp:55:106: style: Function 'setGammaParameters' argument 3 names different: declaration 'beta' definition 'in_beta'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:25:78: note: Function 'setGammaParameters' argument 3 names different: declaration 'beta' definition 'in_beta'.
FastML.v3.1/libs/phylogeny/generalGammaDistribution.cpp:55:106: note: Function 'setGammaParameters' argument 3 names different: declaration 'beta' definition 'in_beta'.
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:25:15: warning: Virtual function 'setGammaParameters' is called from constructor 'generalGammaDistribution(double alpha,double beta,int in_number_of_categories)' at line 34. Dynamic binding is not used. [virtualCallInConstructor]
FastML.v3.1/libs/phylogeny/generalGammaDistribution.cpp:34:2: note: Calling setGammaParameters
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:25:15: note: setGammaParameters is a virtual method
FastML.v3.1/libs/phylogeny/generalGammaDistribution.h:16:1: warning: The class 'generalGammaDistribution' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.cpp:112:10: style: The scope of the variable 'catProb' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.cpp:114:10: style: The scope of the variable 'upperBoundaryProb' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.cpp:90:71: style: Function 'setGammaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:22:38: note: Function 'setGammaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'.
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.cpp:90:71: note: Function 'setGammaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'.
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.cpp:90:104: style: Function 'setGammaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:22:63: note: Function 'setGammaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.cpp:90:104: note: Function 'setGammaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.cpp:90:122: style: Function 'setGammaParameters' argument 3 names different: declaration 'beta' definition 'in_beta'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:22:78: note: Function 'setGammaParameters' argument 3 names different: declaration 'beta' definition 'in_beta'.
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.cpp:90:122: note: Function 'setGammaParameters' argument 3 names different: declaration 'beta' definition 'in_beta'.
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:23:15: warning: Virtual function 'setFixedCategories' is called from constructor 'generalGammaDistributionFixedCategories(const std::vector<double>&fixedBoundaries,double alpha,double beta)' at line 11. Dynamic binding is not used. [virtualCallInConstructor]
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.cpp:11:2: note: Calling setFixedCategories
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:23:15: note: setFixedCategories is a virtual method
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:29:15: warning: Virtual function 'computeRatesProbs' is called from constructor 'generalGammaDistributionFixedCategories(const std::vector<double>&fixedRates,const std::vector<double>&boundaries,double alpha,double beta)' at line 23. Dynamic binding is not used. [virtualCallInConstructor]
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.cpp:23:2: note: Calling computeRatesProbs
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:29:15: note: computeRatesProbs is a virtual method
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:26:15: warning: Virtual function 'setDefaultBoundaries' is called from constructor 'generalGammaDistributionFixedCategories(double alpha,double beta,int catNum)' at line 33. Dynamic binding is not used. [virtualCallInConstructor]
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.cpp:33:2: note: Calling setDefaultBoundaries
FastML.v3.1/libs/phylogeny/generalGammaDistributionFixedCategories.h:26:15: note: setDefaultBoundaries is a virtual method
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.cpp:33:63: style: Function 'setGammaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.h:35:38: note: Function 'setGammaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'.
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.cpp:33:63: note: Function 'setGammaParameters' argument 1 names different: declaration 'numOfCategories' definition 'in_number_of_categories'.
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.cpp:33:96: style: Function 'setGammaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.h:35:63: note: Function 'setGammaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.cpp:33:96: note: Function 'setGammaParameters' argument 2 names different: declaration 'alpha' definition 'in_alpha'.
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.cpp:33:114: style: Function 'setGammaParameters' argument 3 names different: declaration 'beta' definition 'in_beta'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.h:35:78: note: Function 'setGammaParameters' argument 3 names different: declaration 'beta' definition 'in_beta'.
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.cpp:33:114: note: Function 'setGammaParameters' argument 3 names different: declaration 'beta' definition 'in_beta'.
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.h:35:15: warning: Virtual function 'setGammaParameters' is called from constructor 'generalGammaDistributionLaguerre(double alpha,double beta,int in_number_of_categories)' at line 25. Dynamic binding is not used. [virtualCallInConstructor]
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.cpp:25:2: note: Calling setGammaParameters
FastML.v3.1/libs/phylogeny/generalGammaDistributionLaguerre.h:35:15: note: setGammaParameters is a virtual method
FastML.v3.1/libs/phylogeny/givenRatesMLDistance.cpp:35:11: style: The scope of the variable 'pij' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/givenRatesMLDistance.cpp:94:11: style: The scope of the variable 'pij' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/givenRatesMLDistance.cpp:95:11: style: The scope of the variable 'dpij' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/goldmanYangModel.cpp:30:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/goldmanYangModel.cpp:9:18: error: Member variable '_globalV' is initialized by itself. [selfInitialization]
FastML.v3.1/libs/phylogeny/goldmanYangModel.cpp:19:30: error: Member variable '_globalV' is initialized by itself. [selfInitialization]
FastML.v3.1/libs/phylogeny/goldmanYangModel.h:32:10: style: Technically the member function 'goldmanYangModel::getK' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/goldmanYangModel.h:33:10: style: Technically the member function 'goldmanYangModel::getV' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/goldmanYangModel.h:36:35: style: Technically the member function 'goldmanYangModel::getGCD' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/goldmanYangModel.h:16:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:14:28: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/goldmanYangModel.h:16:28: note: Function in derived class
FastML.v3.1/libs/phylogeny/goldmanYangModel.h:17:12: style: The function 'alphabetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:16:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/goldmanYangModel.h:17:12: note: Function in derived class
FastML.v3.1/libs/phylogeny/goldmanYangModel.h:18:16: style: The function 'Pij_t' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:10:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/goldmanYangModel.h:18:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/goldmanYangModel.h:21:16: style: The function 'dPij_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:12:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/goldmanYangModel.h:21:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/goldmanYangModel.h:24:16: style: The function 'd2Pij_dt2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:13:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/goldmanYangModel.h:24:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/goldmanYangModel.h:27:16: style: The function 'freq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:11:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/goldmanYangModel.h:27:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/granthamChemicalDistances.h:16:10: performance: Technically the member function 'granthamChemicalDistances::getHughesChargeDistance' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/granthamChemicalDistances.cpp:154:36: note: Technically the member function 'granthamChemicalDistances::getHughesChargeDistance' can be static.
FastML.v3.1/libs/phylogeny/granthamChemicalDistances.h:16:10: note: Technically the member function 'granthamChemicalDistances::getHughesChargeDistance' can be static.
FastML.v3.1/libs/phylogeny/granthamChemicalDistances.h:17:10: performance: Technically the member function 'granthamChemicalDistances::getHughesPolarityDistance' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/granthamChemicalDistances.cpp:136:36: note: Technically the member function 'granthamChemicalDistances::getHughesPolarityDistance' can be static.
FastML.v3.1/libs/phylogeny/granthamChemicalDistances.h:17:10: note: Technically the member function 'granthamChemicalDistances::getHughesPolarityDistance' can be static.
FastML.v3.1/libs/phylogeny/granthamChemicalDistances.h:18:10: performance: Technically the member function 'granthamChemicalDistances::getHughesHydrophobicityDistance' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/granthamChemicalDistances.cpp:115:36: note: Technically the member function 'granthamChemicalDistances::getHughesHydrophobicityDistance' can be static.
FastML.v3.1/libs/phylogeny/granthamChemicalDistances.h:18:10: note: Technically the member function 'granthamChemicalDistances::getHughesHydrophobicityDistance' can be static.
FastML.v3.1/libs/phylogeny/gtrModel.h:47:10: style: Member variable 'gtrModel::_freq' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/libs/phylogeny/gtrModel.cpp:12:69: note: Member variable 'gtrModel::_freq' is in the wrong place in the initializer list.
FastML.v3.1/libs/phylogeny/gtrModel.h:47:10: note: Member variable 'gtrModel::_freq' is in the wrong place in the initializer list.
FastML.v3.1/libs/phylogeny/gtrModel.cpp:36:2: performance: Variable '_Q' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/libs/phylogeny/gtrModel.cpp:37:2: performance: Variable '_freq' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/libs/phylogeny/gtrModel.cpp:38:2: performance: Variable '_q2pt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/libs/phylogeny/gtrModel.h:43:10: style: Technically the member function 'gtrModel::sumPijQij' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/gtrModel.cpp:56:19: note: Technically the member function 'gtrModel::sumPijQij' can be const.
FastML.v3.1/libs/phylogeny/gtrModel.h:43:10: note: Technically the member function 'gtrModel::sumPijQij' can be const.
FastML.v3.1/libs/phylogeny/hky.cpp:38:36: style: Function 'changeTrTv' argument 1 names different: declaration 'In_TrTv' definition 'TrTv'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/hky.h:25:32: note: Function 'changeTrTv' argument 1 names different: declaration 'In_TrTv' definition 'TrTv'.
FastML.v3.1/libs/phylogeny/hky.cpp:38:36: note: Function 'changeTrTv' argument 1 names different: declaration 'In_TrTv' definition 'TrTv'.
FastML.v3.1/libs/phylogeny/hky.cpp:49:66: style: Function 'Pij_t' argument 3 names different: declaration 'd' definition 't'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/hky.h:27:61: note: Function 'Pij_t' argument 3 names different: declaration 'd' definition 't'.
FastML.v3.1/libs/phylogeny/hky.cpp:49:66: note: Function 'Pij_t' argument 3 names different: declaration 'd' definition 't'.
FastML.v3.1/libs/phylogeny/hky.cpp:194:67: style: Function 'dPij_dt' argument 3 names different: declaration 'd' definition 't'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/hky.h:28:63: note: Function 'dPij_dt' argument 3 names different: declaration 'd' definition 't'.
FastML.v3.1/libs/phylogeny/hky.cpp:194:67: note: Function 'dPij_dt' argument 3 names different: declaration 'd' definition 't'.
FastML.v3.1/libs/phylogeny/hky.cpp:326:69: style: Function 'd2Pij_dt2' argument 3 names different: declaration 'd' definition 't'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/hky.h:30:65: note: Function 'd2Pij_dt2' argument 3 names different: declaration 'd' definition 't'.
FastML.v3.1/libs/phylogeny/hky.cpp:326:69: note: Function 'd2Pij_dt2' argument 3 names different: declaration 'd' definition 't'.
FastML.v3.1/libs/phylogeny/indel.h:21:6: performance: Technically the member function 'indel::fromChar' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/indel.cpp:7:12: note: Technically the member function 'indel::fromChar' can be static.
FastML.v3.1/libs/phylogeny/indel.h:21:6: note: Technically the member function 'indel::fromChar' can be static.
FastML.v3.1/libs/phylogeny/indel.h:14:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:22:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/indel.h:14:20: note: Function in derived class
FastML.v3.1/libs/phylogeny/indel.h:15:6: style: The function 'unknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:20:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/indel.h:15:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/indel.h:16:6: style: The function 'gap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:21:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/indel.h:16:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/indel.h:17:6: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:18:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/indel.h:17:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/indel.h:18:6: style: The function 'stringSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:23:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/indel.h:18:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/indel.h:19:6: style: The function 'relations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:15:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/indel.h:19:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/indel.h:20:6: style: The function 'fromChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:16:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/indel.h:20:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/indel.h:22:9: style: The function 'fromInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:17:17: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/indel.h:22:9: note: Function in derived class
FastML.v3.1/libs/phylogeny/indel.h:23:14: style: The function 'fromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:24:22: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/indel.h:23:14: note: Function in derived class
FastML.v3.1/libs/phylogeny/indel.h:24:7: style: The function 'isSpecific' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:27:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/indel.h:24:7: note: Function in derived class
FastML.v3.1/libs/phylogeny/indelModel.h:19:24: style: The function 'Pij_t' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:10:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/indelModel.h:19:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/indelModel.h:26:24: style: The function 'freq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:11:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/indelModel.h:26:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/indelModel.h:28:24: style: The function 'dPij_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:12:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/indelModel.h:28:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/indelModel.h:33:24: style: The function 'd2Pij_dt2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:13:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/indelModel.h:33:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/indelModel.h:39:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:14:28: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/indelModel.h:39:28: note: Function in derived class
FastML.v3.1/libs/phylogeny/indelModel.h:41:20: style: The function 'alphabetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:16:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/indelModel.h:41:20: note: Function in derived class
FastML.v3.1/libs/phylogeny/integerAlphabet.cpp:8:45: style: Function 'fromChar' argument 1 names different: declaration 'str' definition 's'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/integerAlphabet.h:18:29: note: Function 'fromChar' argument 1 names different: declaration 'str' definition 's'.
FastML.v3.1/libs/phylogeny/integerAlphabet.cpp:8:45: note: Function 'fromChar' argument 1 names different: declaration 'str' definition 's'.
FastML.v3.1/libs/phylogeny/integerAlphabet.h:12:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:22:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/integerAlphabet.h:12:20: note: Function in derived class
FastML.v3.1/libs/phylogeny/integerAlphabet.h:13:6: style: The function 'unknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:20:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/integerAlphabet.h:13:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/integerAlphabet.h:14:6: style: The function 'gap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:21:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/integerAlphabet.h:14:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/integerAlphabet.h:15:6: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:18:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/integerAlphabet.h:15:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/integerAlphabet.h:16:6: style: The function 'stringSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:23:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/integerAlphabet.h:16:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/integerAlphabet.h:17:6: style: The function 'relations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:15:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/integerAlphabet.h:17:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/integerAlphabet.h:18:6: style: The function 'fromChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:16:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/integerAlphabet.h:18:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/integerAlphabet.h:20:9: style: The function 'fromInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:17:17: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/integerAlphabet.h:20:9: note: Function in derived class
FastML.v3.1/libs/phylogeny/integerAlphabet.h:21:14: style: The function 'fromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:24:22: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/integerAlphabet.h:21:14: note: Function in derived class
FastML.v3.1/libs/phylogeny/integerAlphabet.h:22:7: style: The function 'isSpecific' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:27:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/integerAlphabet.h:22:7: note: Function in derived class
FastML.v3.1/libs/phylogeny/likeDist.cpp:269:5: style: Variable 'dist' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/likeDist.cpp:267:0: note: Variable 'dist' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/likeDist.cpp:269:5: note: Variable 'dist' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/likeDist.cpp:51:11: style: The scope of the variable 'pij' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/likeDist.cpp:105:15: style: The scope of the variable 'pij' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/likeDist.cpp:106:15: style: The scope of the variable 'dpij' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/likeDist.cpp:248:10: style: Variable 'lowF' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/likeDist.cpp:245:11: style: Variable 'highF' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/likeDist.cpp:239:24: style: Variable 'oldIntervalSize' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/likeDist.h:91:19: style: Unused private function: 'likeDist::giveDistanceNR' [unusedPrivateFunction]
FastML.v3.1/libs/phylogeny/likeDistfixRoot.cpp:51:11: style: The scope of the variable 'pij' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/likeDistfixRoot.cpp:105:15: style: The scope of the variable 'pij' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/likeDistfixRoot.cpp:106:15: style: The scope of the variable 'dpij' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/likeDistfixRoot.cpp:248:10: style: Variable 'lowF' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/likeDistfixRoot.cpp:245:11: style: Variable 'highF' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/likeDistfixRoot.cpp:239:24: style: Variable 'oldIntervalSize' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/likelihoodComputation.cpp:26:10: style: The scope of the variable 'logLforMissingData' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/likelihoodComputation.cpp:33:12: style: The scope of the variable 'LofPos' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/likelihoodComputation.cpp:146:14: style: The scope of the variable 'LofPos' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/likelihoodComputation.cpp:560:12: style: The scope of the variable 'LofPos' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/likelihoodComputationGL.cpp:30:10: style: The scope of the variable 'logLforMissingData' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/likelihoodComputationGL.cpp:38:11: style: The scope of the variable 'lnL' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/logFile.cpp:10:33: performance: Function parameter 'logfilename' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/maseFormat.cpp:53:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/matrixUtils.cpp:295:13: style: The scope of the variable 'ip' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/matrixUtils.cpp:44:14: style: Array index 'k' is used before limits check. [arrayIndexThenCheck]
FastML.v3.1/libs/phylogeny/mixtureDistribution.cpp:224:56: style: Function 'ratesProb' argument 1 names different: declaration 'i' definition 'category'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/mixtureDistribution.h:55:44: note: Function 'ratesProb' argument 1 names different: declaration 'i' definition 'category'.
FastML.v3.1/libs/phylogeny/mixtureDistribution.cpp:224:56: note: Function 'ratesProb' argument 1 names different: declaration 'i' definition 'category'.
FastML.v3.1/libs/phylogeny/mixtureDistribution.h:57:7: style: Technically the member function 'mixtureDistribution::printParams' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/mixtureDistribution.cpp:302:27: note: Technically the member function 'mixtureDistribution::printParams' can be const.
FastML.v3.1/libs/phylogeny/mixtureDistribution.h:57:7: note: Technically the member function 'mixtureDistribution::printParams' can be const.
FastML.v3.1/libs/phylogeny/mixtureDistribution.cpp:221:21: error: Uninitialized variable: componentNum [uninitvar]
FastML.v3.1/libs/phylogeny/mixtureDistribution.cpp:239:27: error: Uninitialized variable: componentNum [uninitvar]
FastML.v3.1/libs/phylogeny/molphyFormat.cpp:29:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/molphyFormat.cpp:45:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/molphyFormat.cpp:50:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/molphyFormat.cpp:76:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/mulAlphabet.cpp:27:27: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
FastML.v3.1/libs/phylogeny/nexusFormat.cpp:41:6: style: The scope of the variable 'localid' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/nexusFormat.cpp:8:70: style: Function 'read' argument 2 names different: declaration 'alph' definition 'pAlph'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/nexusFormat.h:10:65: note: Function 'read' argument 2 names different: declaration 'alph' definition 'pAlph'.
FastML.v3.1/libs/phylogeny/nexusFormat.cpp:8:70: note: Function 'read' argument 2 names different: declaration 'alph' definition 'pAlph'.
FastML.v3.1/libs/phylogeny/nexusFormat.cpp:14:79: style: Function 'readUnAligned' argument 2 names different: declaration 'alph' definition 'pAlph'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/nexusFormat.h:13:74: note: Function 'readUnAligned' argument 2 names different: declaration 'alph' definition 'pAlph'.
FastML.v3.1/libs/phylogeny/nexusFormat.cpp:14:79: note: Function 'readUnAligned' argument 2 names different: declaration 'alph' definition 'pAlph'.
FastML.v3.1/libs/phylogeny/nexusFormat.cpp:132:64: style: Function 'write' argument 2 names different: declaration 'sd' definition 'sc'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/nexusFormat.h:11:59: note: Function 'write' argument 2 names different: declaration 'sd' definition 'sc'.
FastML.v3.1/libs/phylogeny/nexusFormat.cpp:132:64: note: Function 'write' argument 2 names different: declaration 'sd' definition 'sc'.
FastML.v3.1/libs/phylogeny/nexusFormat.cpp:34:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/nj.cpp:67:50: style: Function 'updateBranchDistance' argument 1 names different: declaration 'disT' definition 'distanceTable'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/nj.h:37:44: note: Function 'updateBranchDistance' argument 1 names different: declaration 'disT' definition 'distanceTable'.
FastML.v3.1/libs/phylogeny/nj.cpp:67:50: note: Function 'updateBranchDistance' argument 1 names different: declaration 'disT' definition 'distanceTable'.
FastML.v3.1/libs/phylogeny/nj.h:20:7: performance: Technically the member function 'NJalg::startingTree' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/nj.cpp:50:13: note: Technically the member function 'NJalg::startingTree' can be static.
FastML.v3.1/libs/phylogeny/nj.h:20:7: note: Technically the member function 'NJalg::startingTree' can be static.
FastML.v3.1/libs/phylogeny/nj.h:26:7: performance: Technically the member function 'NJalg::calc_M_matrix' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/nj.cpp:152:13: note: Technically the member function 'NJalg::calc_M_matrix' can be static.
FastML.v3.1/libs/phylogeny/nj.h:26:7: note: Technically the member function 'NJalg::calc_M_matrix' can be static.
FastML.v3.1/libs/phylogeny/nj.h:30:7: performance: Technically the member function 'NJalg::calc_M_matrix' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/nj.cpp:167:13: note: Technically the member function 'NJalg::calc_M_matrix' can be static.
FastML.v3.1/libs/phylogeny/nj.h:30:7: note: Technically the member function 'NJalg::calc_M_matrix' can be static.
FastML.v3.1/libs/phylogeny/nj.h:34:10: performance: Technically the member function 'NJalg::calc_r_values' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/nj.cpp:140:16: note: Technically the member function 'NJalg::calc_r_values' can be static.
FastML.v3.1/libs/phylogeny/nj.h:34:10: note: Technically the member function 'NJalg::calc_r_values' can be static.
FastML.v3.1/libs/phylogeny/nj.h:36:7: performance: Technically the member function 'NJalg::update3taxaLevel' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/nj.cpp:221:13: note: Technically the member function 'NJalg::update3taxaLevel' can be static.
FastML.v3.1/libs/phylogeny/nj.h:36:7: note: Technically the member function 'NJalg::update3taxaLevel' can be static.
FastML.v3.1/libs/phylogeny/nj.h:37:7: performance: Technically the member function 'NJalg::updateBranchDistance' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/nj.cpp:67:13: note: Technically the member function 'NJalg::updateBranchDistance' can be static.
FastML.v3.1/libs/phylogeny/nj.h:37:7: note: Technically the member function 'NJalg::updateBranchDistance' can be static.
FastML.v3.1/libs/phylogeny/nj.h:44:7: performance: Technically the member function 'NJalg::UpdateDistanceTableAndCurrentNodes' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/nj.cpp:236:13: note: Technically the member function 'NJalg::UpdateDistanceTableAndCurrentNodes' can be static.
FastML.v3.1/libs/phylogeny/nj.h:44:7: note: Technically the member function 'NJalg::UpdateDistanceTableAndCurrentNodes' can be static.
FastML.v3.1/libs/phylogeny/njConstrain.cpp:92:12: warning: Assert statement modifies 'k'. [assignmentInAssert]
FastML.v3.1/libs/phylogeny/nucleotide.h:50:6: performance: Technically the member function 'nucleotide::fromChar' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/nucleotide.cpp:30:17: note: Technically the member function 'nucleotide::fromChar' can be static.
FastML.v3.1/libs/phylogeny/nucleotide.h:50:6: note: Technically the member function 'nucleotide::fromChar' can be static.
FastML.v3.1/libs/phylogeny/nucleotide.h:66:7: performance: Technically the member function 'nucleotide::fromIntInternal' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/nucleotide.cpp:71:18: note: Technically the member function 'nucleotide::fromIntInternal' can be static.
FastML.v3.1/libs/phylogeny/nucleotide.h:66:7: note: Technically the member function 'nucleotide::fromIntInternal' can be static.
FastML.v3.1/libs/phylogeny/nucleotide.h:67:6: performance: Technically the member function 'nucleotide::relationsInternal' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/nucleotide.cpp:100:17: note: Technically the member function 'nucleotide::relationsInternal' can be static.
FastML.v3.1/libs/phylogeny/nucleotide.h:67:6: note: Technically the member function 'nucleotide::relationsInternal' can be static.
FastML.v3.1/libs/phylogeny/numRec.cpp:48:10: style: The scope of the variable 'sm' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/numRec.cpp:82:14: style: The scope of the variable 'theta' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/numRec.cpp:160:10: style: The scope of the variable 'sigma' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/numRec.cpp:160:18: style: The scope of the variable 'H' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/numRec.cpp:160:20: style: The scope of the variable 'sqrtSigma' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/numRec.cpp:160:30: style: The scope of the variable 'K' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/numRec.cpp:232:10: style: The scope of the variable 'scale' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/numRec.cpp:232:19: style: The scope of the variable 'h' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/numRec.cpp:358:10: style: The scope of the variable 'iter' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/numRec.cpp:462:10: style: The scope of the variable 'dt' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/numRec.cpp:462:16: style: The scope of the variable 'fn' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/numRec.cpp:486:35: style: The scope of the variable 'term' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.cpp:113:11: warning: Identical condition '_more!=EPSILON_3STATEMODEL', second condition is always false [identicalConditionAfterEarlyExit]
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.cpp:111:11: note: first condition
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.cpp:113:11: note: second condition
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.cpp:219:19: style: Variable 'diffM' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.h:19:16: performance: Technically the member function 'oneTwoMoreModel::err_allow_for_pijt_function' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.h:47:10: style: Technically the member function 'oneTwoMoreModel::sumPijQij' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.cpp:256:26: note: Technically the member function 'oneTwoMoreModel::sumPijQij' can be const.
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.h:47:10: note: Technically the member function 'oneTwoMoreModel::sumPijQij' can be const.
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.h:55:7: performance: Technically the member function 'oneTwoMoreModel::areFreqsValid' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.cpp:97:23: note: Technically the member function 'oneTwoMoreModel::areFreqsValid' can be static.
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.h:55:7: note: Technically the member function 'oneTwoMoreModel::areFreqsValid' can be static.
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.h:51:15: warning: Virtual function 'updateQ' is called from constructor 'oneTwoMoreModel(const double m1,const double m2,const double m3,const double m4,const std::vector<double>&freq,bool useMarkovLimiting=true)' at line 17. Dynamic binding is not used. [virtualCallInConstructor]
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.cpp:17:3: note: Calling updateQ
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.h:51:15: note: updateQ is a virtual method
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.h:16:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:14:28: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.h:16:27: note: Function in derived class
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.h:18:12: style: The function 'alphabetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:16:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.h:18:12: note: Function in derived class
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.h:20:16: style: The function 'Pij_t' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:10:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.h:20:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.h:21:16: style: The function 'dPij_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:12:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.h:21:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.h:27:16: style: The function 'd2Pij_dt2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:13:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.h:27:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.h:31:16: style: The function 'freq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:11:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/oneTwoMoreModel.h:31:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.cpp:147:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.cpp:190:79: style: Function 'maximizeGammaParam' argument 2 names different: declaration 'accuracy' definition 'accuracyRtbis'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.h:34:61: note: Function 'maximizeGammaParam' argument 2 names different: declaration 'accuracy' definition 'accuracyRtbis'.
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.cpp:190:79: note: Function 'maximizeGammaParam' argument 2 names different: declaration 'accuracy' definition 'accuracyRtbis'.
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.cpp:200:49: style: Function 'maximizeGammaParam' argument 3 names different: declaration 'accuracy' definition 'accuracyRtbis'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.h:35:97: note: Function 'maximizeGammaParam' argument 3 names different: declaration 'accuracy' definition 'accuracyRtbis'.
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.cpp:200:49: note: Function 'maximizeGammaParam' argument 3 names different: declaration 'accuracy' definition 'accuracyRtbis'.
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.cpp:215:60: style: Function 'printIter' argument 1 names different: declaration 'pInSp' definition 'inSp'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.h:37:42: note: Function 'printIter' argument 1 names different: declaration 'pInSp' definition 'inSp'.
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.cpp:215:60: note: Function 'printIter' argument 1 names different: declaration 'pInSp' definition 'inSp'.
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.cpp:229:110: style: Function 'findBestAlpha' argument 3 names different: declaration 'accuracy' definition 'accuracyRtbis'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.h:40:92: note: Function 'findBestAlpha' argument 3 names different: declaration 'accuracy' definition 'accuracyRtbis'.
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.cpp:229:110: note: Function 'findBestAlpha' argument 3 names different: declaration 'accuracy' definition 'accuracyRtbis'.
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.cpp:246:85: style: Function 'checkEntropy' argument 2 names different: declaration 'inSp' definition 'newSp'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.h:42:67: note: Function 'checkEntropy' argument 2 names different: declaration 'inSp' definition 'newSp'.
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.cpp:246:85: note: Function 'checkEntropy' argument 2 names different: declaration 'inSp' definition 'newSp'.
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.h:42:7: style: Unused private function: 'optGammaMixtureEM::checkEntropy' [unusedPrivateFunction]
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.h:35:7: style: Technically the member function 'optGammaMixtureEM::maximizeGammaParam' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.cpp:199:25: note: Technically the member function 'optGammaMixtureEM::maximizeGammaParam' can be const.
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.h:35:7: note: Technically the member function 'optGammaMixtureEM::maximizeGammaParam' can be const.
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.h:37:7: performance: Technically the member function 'optGammaMixtureEM::printIter' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.cpp:215:25: note: Technically the member function 'optGammaMixtureEM::printIter' can be static.
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.h:37:7: note: Technically the member function 'optGammaMixtureEM::printIter' can be static.
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.h:40:10: performance: Technically the member function 'optGammaMixtureEM::findBestAlpha' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.cpp:229:28: note: Technically the member function 'optGammaMixtureEM::findBestAlpha' can be static.
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.h:40:10: note: Technically the member function 'optGammaMixtureEM::findBestAlpha' can be static.
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.h:42:7: performance: Technically the member function 'optGammaMixtureEM::checkEntropy' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.cpp:246:25: note: Technically the member function 'optGammaMixtureEM::checkEntropy' can be static.
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.h:42:7: note: Technically the member function 'optGammaMixtureEM::checkEntropy' can be static.
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.cpp:16:2: style: Class 'optGammaMixtureEM' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FastML.v3.1/libs/phylogeny/optGammaMixtureEM.cpp:16:2: style: Class 'optGammaMixtureEM' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FastML.v3.1/libs/phylogeny/optGammaMixtureLS.h:37:7: performance: Technically the member function 'optGammaMixtureLS::printIter' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/optGammaMixtureLS.cpp:255:25: note: Technically the member function 'optGammaMixtureLS::printIter' can be static.
FastML.v3.1/libs/phylogeny/optGammaMixtureLS.h:37:7: note: Technically the member function 'optGammaMixtureLS::printIter' can be static.
FastML.v3.1/libs/phylogeny/pairwiseGammaDistance.cpp:76:5: style: Variable 'bestQ' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/pairwiseGammaDistance.cpp:68:0: note: Variable 'bestQ' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/pairwiseGammaDistance.cpp:76:5: note: Variable 'bestQ' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/pairwiseGammaDistance.cpp:119:5: style: Variable 'bestQ' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/pairwiseGammaDistance.cpp:111:0: note: Variable 'bestQ' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/pairwiseGammaDistance.cpp:119:5: note: Variable 'bestQ' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/pairwiseGammaDistance.h:40:10: style: Technically the member function 'pairwiseGammaDistance::setAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/pairwiseGammaDistance.h:50:13: performance: Technically the member function 'pairwiseGammaDistance::optimizeAlphaFixedDist' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/pairwiseGammaDistance.cpp:61:32: note: Technically the member function 'pairwiseGammaDistance::optimizeAlphaFixedDist' can be static.
FastML.v3.1/libs/phylogeny/pairwiseGammaDistance.h:50:13: note: Technically the member function 'pairwiseGammaDistance::optimizeAlphaFixedDist' can be static.
FastML.v3.1/libs/phylogeny/pairwiseGammaDistance.h:56:13: performance: Technically the member function 'pairwiseGammaDistance::optimizeAlphaFixedDist' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/pairwiseGammaDistance.cpp:105:32: note: Technically the member function 'pairwiseGammaDistance::optimizeAlphaFixedDist' can be static.
FastML.v3.1/libs/phylogeny/pairwiseGammaDistance.h:56:13: note: Technically the member function 'pairwiseGammaDistance::optimizeAlphaFixedDist' can be static.
FastML.v3.1/libs/phylogeny/pairwiseGammaDistance.cpp:47:10: style: Technically the member function 'C_eval_gammaMLAlpha::setAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/pairwiseGammaDistance.h:38:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/likeDist.h:29:21: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/pairwiseGammaDistance.h:38:34: note: Function in derived class
FastML.v3.1/libs/phylogeny/phylipFormat.cpp:29:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/phylipFormat.cpp:54:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/phylipFormat.cpp:69:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/phylipSequentialFormat.cpp:29:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/phylipSequentialFormat.cpp:55:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/posteriorDistance.cpp:253:5: style: Variable 'bestQ' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/posteriorDistance.cpp:245:0: note: Variable 'bestQ' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/posteriorDistance.cpp:253:5: note: Variable 'bestQ' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/posteriorDistance.cpp:321:5: style: Variable 'bestQ' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/posteriorDistance.cpp:313:0: note: Variable 'bestQ' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/posteriorDistance.cpp:321:5: note: Variable 'bestQ' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/posteriorDistance.cpp:53:14: style: The scope of the variable 'pij' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/posteriorDistance.cpp:54:14: style: The scope of the variable 'dpij' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/posteriorDistance.cpp:125:14: style: The scope of the variable 'pij' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/posteriorDistance.cpp:290:10: style: Technically the member function 'C_eval_gammaMLAlpha::setAlpha' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/posteriorDistance.h:17:1: warning: The class 'posteriorDistance' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/readDatMatrix.cpp:261:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/readDatMatrix.cpp:145:42: style: Function 'fillMatrices' argument 1 names different: declaration 'matrixName' definition 'dataFileString'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/readDatMatrix.h:55:35: note: Function 'fillMatrices' argument 1 names different: declaration 'matrixName' definition 'dataFileString'.
FastML.v3.1/libs/phylogeny/readDatMatrix.cpp:145:42: note: Function 'fillMatrices' argument 1 names different: declaration 'matrixName' definition 'dataFileString'.
FastML.v3.1/libs/phylogeny/readDatMatrix.cpp:157:42: style: Function 'fillMatrices' argument 1 names different: declaration 'matrixName' definition 'dataFileString'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/readDatMatrix.h:54:35: note: Function 'fillMatrices' argument 1 names different: declaration 'matrixName' definition 'dataFileString'.
FastML.v3.1/libs/phylogeny/readDatMatrix.cpp:157:42: note: Function 'fillMatrices' argument 1 names different: declaration 'matrixName' definition 'dataFileString'.
FastML.v3.1/libs/phylogeny/replacementModelSSRV.cpp:56:45: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
FastML.v3.1/libs/phylogeny/samplingSequences.cpp:14:7: style: The scope of the variable 'seqToAdd' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/samplingSequences.cpp:97:18: style: The scope of the variable 'min' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/samplingSequences.cpp:7:2: performance: Variable '_sc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/libs/phylogeny/samplingSequences.h:25:10: style: Technically the member function 'sampleSequences::getDistance' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/samplingSequences.cpp:49:26: note: Technically the member function 'sampleSequences::getDistance' can be const.
FastML.v3.1/libs/phylogeny/samplingSequences.h:25:10: note: Technically the member function 'sampleSequences::getDistance' can be const.
FastML.v3.1/libs/phylogeny/samplingSequences.h:27:20: performance: Technically the member function 'sampleSequences::removeSequences' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/samplingSequences.cpp:10:36: note: Technically the member function 'sampleSequences::removeSequences' can be static.
FastML.v3.1/libs/phylogeny/samplingSequences.h:27:20: note: Technically the member function 'sampleSequences::removeSequences' can be static.
FastML.v3.1/libs/phylogeny/pDistance.h:15:16: style: The function 'giveDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceMethod.h:14:25: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/pDistance.h:15:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/pDistance.h:33:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceMethod.h:18:27: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/pDistance.h:33:24: note: Function in derived class
FastML.v3.1/libs/phylogeny/searchStatus.h:11:11: warning: Member variable 'searchStatus::_currentTmp' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/searchStatus.h:11:11: warning: Member variable 'searchStatus::_factor' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/seqContainerTreeMap.cpp:29:20: style: Variable 'scName' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/seqContainerTreeMap.cpp:30:26: style: Variable 'treeNodeName' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/seqeuncesFilter.cpp:141:26: style: Variable 'pAlph' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/sequence.cpp:78:16: style: C-style pointer casting [cstyleCast]
FastML.v3.1/libs/phylogeny/sequence.cpp:91:16: style: C-style pointer casting [cstyleCast]
FastML.v3.1/libs/phylogeny/sequence.cpp:167:52: style: Function 'removePositions' argument 1 names different: declaration 'parCol' definition 'posToRemoveVec'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/sequence.h:53:43: note: Function 'removePositions' argument 1 names different: declaration 'parCol' definition 'posToRemoveVec'.
FastML.v3.1/libs/phylogeny/sequence.cpp:167:52: note: Function 'removePositions' argument 1 names different: declaration 'parCol' definition 'posToRemoveVec'.
FastML.v3.1/libs/phylogeny/sequence.cpp:91:31: style: Variable 'pMulAlphabet' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/sequence.cpp:160:7: style: Technically the member function 'particip::operator()' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/sequenceContainer.cpp:187:7: style: The scope of the variable 'gapCol' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/sequenceContainer.cpp:199:7: style: The scope of the variable 'gapCol' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/sequenceContainer.cpp:75:64: style: Function 'getId' argument 2 names different: declaration 'issueWarninInNotFound' definition 'issueWarningIfNotFound'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/sequenceContainer.h:29:46: note: Function 'getId' argument 2 names different: declaration 'issueWarninInNotFound' definition 'issueWarningIfNotFound'.
FastML.v3.1/libs/phylogeny/sequenceContainer.cpp:75:64: note: Function 'getId' argument 2 names different: declaration 'issueWarninInNotFound' definition 'issueWarningIfNotFound'.
FastML.v3.1/libs/phylogeny/sequenceContainer.cpp:190:12: style: Variable 'gapCol' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/sequenceContainer.cpp:202:12: style: Variable 'gapCol' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/sequenceContainer.cpp:452:12: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/sequenceContainer.cpp:467:12: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/sequenceContainer.h:70:7: style: Technically the member function 'sequenceContainer::removeAll' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/sequenceContainer.cpp:145:25: note: Technically the member function 'sequenceContainer::removeAll' can be const.
FastML.v3.1/libs/phylogeny/sequenceContainer.h:70:7: note: Technically the member function 'sequenceContainer::removeAll' can be const.
FastML.v3.1/libs/phylogeny/sequenceContainer.h:72:7: style: Technically the member function 'sequenceContainer::removeIdenticalSequences' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/sequenceContainer.cpp:158:25: note: Technically the member function 'sequenceContainer::removeIdenticalSequences' can be const.
FastML.v3.1/libs/phylogeny/sequenceContainer.h:72:7: note: Technically the member function 'sequenceContainer::removeIdenticalSequences' can be const.
FastML.v3.1/libs/phylogeny/simulateCodonsJumps.cpp:82:42: style: Function 'runOneIter' argument 1 names different: declaration 'state' definition 'startState'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/simulateCodonsJumps.h:29:22: note: Function 'runOneIter' argument 1 names different: declaration 'state' definition 'startState'.
FastML.v3.1/libs/phylogeny/simulateCodonsJumps.cpp:82:42: note: Function 'runOneIter' argument 1 names different: declaration 'state' definition 'startState'.
FastML.v3.1/libs/phylogeny/simulateJumps.cpp:83:36: style: Function 'runOneIter' argument 1 names different: declaration 'state' definition 'startState'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/simulateJumps.h:26:22: note: Function 'runOneIter' argument 1 names different: declaration 'state' definition 'startState'.
FastML.v3.1/libs/phylogeny/simulateJumps.cpp:83:36: note: Function 'runOneIter' argument 1 names different: declaration 'state' definition 'startState'.
FastML.v3.1/libs/phylogeny/simulateRateShiftJumps.cpp:122:45: style: Function 'runOneIter' argument 1 names different: declaration 'state' definition 'startState'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/simulateRateShiftJumps.h:30:22: note: Function 'runOneIter' argument 1 names different: declaration 'state' definition 'startState'.
FastML.v3.1/libs/phylogeny/simulateRateShiftJumps.cpp:122:45: note: Function 'runOneIter' argument 1 names different: declaration 'state' definition 'startState'.
FastML.v3.1/libs/phylogeny/simulateRateShiftJumps.h:20:10: style: The function 'getExpectation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/simulateJumpsAbstract.h:35:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/simulateRateShiftJumps.h:20:10: note: Function in derived class
FastML.v3.1/libs/phylogeny/simulateRateShiftJumps.h:24:10: style: The function 'getProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/simulateJumpsAbstract.h:38:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/simulateRateShiftJumps.h:24:10: note: Function in derived class
FastML.v3.1/libs/phylogeny/simulateRateShiftJumps.h:28:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/simulateJumpsAbstract.h:50:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/simulateRateShiftJumps.h:28:7: note: Function in derived class
FastML.v3.1/libs/phylogeny/simulateRateShiftJumps.h:30:7: style: The function 'runOneIter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/simulateJumpsAbstract.h:51:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/simulateRateShiftJumps.h:30:7: note: Function in derived class
FastML.v3.1/libs/phylogeny/simulateRateShiftJumps.h:31:7: style: The function 'computeExpectationsAndPosterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/simulateJumpsAbstract.h:52:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/simulateRateShiftJumps.h:31:7: note: Function in derived class
FastML.v3.1/libs/phylogeny/simulateRateShiftJumps.cpp:33:78: performance: Function parameter 'inputNodes' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/simulateRateShiftJumps.cpp:86:56: performance: Function parameter 'inputNodes' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/simulateTree.cpp:123:62: style: Function 'generate_seqWithRateVector' argument 1 names different: declaration 'simRates' definition 'rateVec'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/simulateTree.h:24:49: note: Function 'generate_seqWithRateVector' argument 1 names different: declaration 'simRates' definition 'rateVec'.
FastML.v3.1/libs/phylogeny/simulateTree.cpp:123:62: note: Function 'generate_seqWithRateVector' argument 1 names different: declaration 'simRates' definition 'rateVec'.
FastML.v3.1/libs/phylogeny/simulateTree.h:29:7: style: Technically the member function 'simulateTree::gettree' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/simulateTree.h:33:7: performance: Technically the member function 'simulateTree::generate_rates_continuous_gamma' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/simulateTree.cpp:39:20: note: Technically the member function 'simulateTree::generate_rates_continuous_gamma' can be static.
FastML.v3.1/libs/phylogeny/simulateTree.h:33:7: note: Technically the member function 'simulateTree::generate_rates_continuous_gamma' can be static.
FastML.v3.1/libs/phylogeny/simulateTree.h:34:10: style: Technically the member function 'simulateTree::getAvgSub' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/simulateWithDependence.cpp:92:4: style: Variable 'probMod' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/simulateWithDependence.cpp:89:0: note: Variable 'probMod' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/simulateWithDependence.cpp:92:4: note: Variable 'probMod' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/simulateWithDependence.cpp:93:4: style: Variable 'pijAcc' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/simulateWithDependence.cpp:90:0: note: Variable 'pijAcc' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/simulateWithDependence.cpp:93:4: note: Variable 'pijAcc' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/simulateWithDependence.cpp:75:0: style: Same expression used in consecutive assignments of 'c2t' and 'g2t'. [duplicateAssignExpression]
FastML.v3.1/libs/phylogeny/simulateWithDependence.cpp:76:0: note: Same expression used in consecutive assignments of 'c2t' and 'g2t'.
FastML.v3.1/libs/phylogeny/simulateWithDependence.cpp:75:0: note: Same expression used in consecutive assignments of 'c2t' and 'g2t'.
FastML.v3.1/libs/phylogeny/siteSpecificRate.cpp:433:5: style: Variable 'treeForThisPosition' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/siteSpecificRate.cpp:431:0: note: Variable 'treeForThisPosition' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/siteSpecificRate.cpp:433:5: note: Variable 'treeForThisPosition' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/siteSpecificRate.cpp:436:5: style: Variable 'spForThisPosition' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/siteSpecificRate.cpp:434:0: note: Variable 'spForThisPosition' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/siteSpecificRate.cpp:436:5: note: Variable 'spForThisPosition' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/siteSpecificRate.cpp:185:12: style: The scope of the variable 'LofPos_givenRateCat' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/siteSpecificRate.cpp:14:37: style: Function 'computeML_siteSpecificRate' argument 3 names different: declaration 'sd' definition 'sc'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/siteSpecificRate.h:21:37: note: Function 'computeML_siteSpecificRate' argument 3 names different: declaration 'sd' definition 'sc'.
FastML.v3.1/libs/phylogeny/siteSpecificRate.cpp:14:37: note: Function 'computeML_siteSpecificRate' argument 3 names different: declaration 'sd' definition 'sc'.
FastML.v3.1/libs/phylogeny/siteSpecificRate.cpp:284:44: style: Function 'computeEB_EXP_siteSpecificRateProportional' argument 5 names different: declaration 'sc' definition 'scVec'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/siteSpecificRate.h:160:43: note: Function 'computeEB_EXP_siteSpecificRateProportional' argument 5 names different: declaration 'sc' definition 'scVec'.
FastML.v3.1/libs/phylogeny/siteSpecificRate.cpp:284:44: note: Function 'computeEB_EXP_siteSpecificRateProportional' argument 5 names different: declaration 'sc' definition 'scVec'.
FastML.v3.1/libs/phylogeny/siteSpecificRateGL.cpp:255:5: style: Variable 'treeForThisPosition' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/siteSpecificRateGL.cpp:253:0: note: Variable 'treeForThisPosition' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/siteSpecificRateGL.cpp:255:5: note: Variable 'treeForThisPosition' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/siteSpecificRateGL.cpp:258:5: style: Variable 'spForThisPosition' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/siteSpecificRateGL.cpp:256:0: note: Variable 'spForThisPosition' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/siteSpecificRateGL.cpp:258:5: note: Variable 'spForThisPosition' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/siteSpecificRateGL.cpp:141:10: style: The scope of the variable 'LofPos_givenRateCat' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/siteSpecificRateGL.cpp:12:37: style: Function 'computeML_siteSpecificRate' argument 3 names different: declaration 'sd' definition 'sc'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/siteSpecificRateGL.h:21:37: note: Function 'computeML_siteSpecificRate' argument 3 names different: declaration 'sd' definition 'sc'.
FastML.v3.1/libs/phylogeny/siteSpecificRateGL.cpp:12:37: note: Function 'computeML_siteSpecificRate' argument 3 names different: declaration 'sd' definition 'sc'.
FastML.v3.1/libs/phylogeny/someUtil.cpp:275:6: style: The scope of the variable 'leftover' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/someUtil.cpp:276:7: style: The scope of the variable 'k' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/someUtil.cpp:636:10: style: The scope of the variable 'diff' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/someUtil.cpp:664:10: style: The scope of the variable 'dif' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/someUtil.cpp:901:15: style: The scope of the variable 'y' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/someUtil.cpp:226:48: style: Function 'double2string' argument 2 names different: declaration 'howManyDigitsAfterTheDot' definition 'lenght'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/someUtil.h:77:48: note: Function 'double2string' argument 2 names different: declaration 'howManyDigitsAfterTheDot' definition 'lenght'.
FastML.v3.1/libs/phylogeny/someUtil.cpp:226:48: note: Function 'double2string' argument 2 names different: declaration 'howManyDigitsAfterTheDot' definition 'lenght'.
FastML.v3.1/libs/phylogeny/someUtil.cpp:264:29: style: Function 'int2string' argument 1 names different: declaration 'i' definition 'num'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/someUtil.h:76:29: note: Function 'int2string' argument 1 names different: declaration 'i' definition 'num'.
FastML.v3.1/libs/phylogeny/someUtil.cpp:264:29: note: Function 'int2string' argument 1 names different: declaration 'i' definition 'num'.
FastML.v3.1/libs/phylogeny/someUtil.cpp:551:50: style: Function 'calcMSEDistBetweenVectors' argument 1 names different: declaration 'trueValues' definition 'oneRatesVec'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/someUtil.h:155:50: note: Function 'calcMSEDistBetweenVectors' argument 1 names different: declaration 'trueValues' definition 'oneRatesVec'.
FastML.v3.1/libs/phylogeny/someUtil.cpp:551:50: note: Function 'calcMSEDistBetweenVectors' argument 1 names different: declaration 'trueValues' definition 'oneRatesVec'.
FastML.v3.1/libs/phylogeny/someUtil.cpp:551:78: style: Function 'calcMSEDistBetweenVectors' argument 2 names different: declaration 'inferredValues' definition 'otherRatesVec'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/someUtil.h:155:77: note: Function 'calcMSEDistBetweenVectors' argument 2 names different: declaration 'inferredValues' definition 'otherRatesVec'.
FastML.v3.1/libs/phylogeny/someUtil.cpp:551:78: note: Function 'calcMSEDistBetweenVectors' argument 2 names different: declaration 'inferredValues' definition 'otherRatesVec'.
FastML.v3.1/libs/phylogeny/someUtil.cpp:708:38: style: Function 'computeFDRthreshold' argument 1 names different: declaration 'sortedPVals' definition 'pVals'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/someUtil.h:151:38: note: Function 'computeFDRthreshold' argument 1 names different: declaration 'sortedPVals' definition 'pVals'.
FastML.v3.1/libs/phylogeny/someUtil.cpp:708:38: note: Function 'computeFDRthreshold' argument 1 names different: declaration 'sortedPVals' definition 'pVals'.
FastML.v3.1/libs/phylogeny/someUtil.cpp:942:35: style: Function 'getVintFromStr' argument 1 names different: declaration 'str' definition 'inStr'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/someUtil.h:94:35: note: Function 'getVintFromStr' argument 1 names different: declaration 'str' definition 'inStr'.
FastML.v3.1/libs/phylogeny/someUtil.cpp:942:35: note: Function 'getVintFromStr' argument 1 names different: declaration 'str' definition 'inStr'.
FastML.v3.1/libs/phylogeny/splitMap.cpp:13:7: style: Technically the member function 'valCmp::operator()' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/splitTreeUtil.cpp:6:36: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:20:5: warning: Member variable 'ssrvDistanceSeqs2Tree::_nu' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:20:5: warning: Member variable 'ssrvDistanceSeqs2Tree::_newNu' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:32:2: warning: Member variable 'alphaAndNu::alpha' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:32:2: warning: Member variable 'alphaAndNu::nu' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:37:18: style: The function 'seqs2Tree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:43:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:37:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:43:18: style: The function 'seqs2TreeIterative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:44:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:43:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:45:18: style: The function 'seqs2TreeIterative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:46:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:45:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:46:18: style: The function 'seqs2TreeIterative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:48:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:46:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:50:21: style: The function 'optimizeSideInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:57:21: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:50:21: note: Function in derived class
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:51:21: style: The function 'calcSideInfoGivenTreeAndAlpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:61:21: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:51:21: note: Function in derived class
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:52:18: style: The function 'acceptSideInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:63:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:52:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:53:18: style: The function 'utilizeSideInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:65:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:53:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:54:18: style: The function 'printSideInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/distanceBasedSeqs2Tree.h:66:18: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/ssrvDistanceSeqs2Tree.h:54:18: note: Function in derived class
FastML.v3.1/libs/phylogeny/suffStatGammaMixture.cpp:163:10: style: The scope of the variable 'upperP' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/suffStatGammaMixture.cpp:151:53: style: Function 'plotStatistics' argument 1 names different: declaration 'outF' definition 'outFile'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/suffStatGammaMixture.h:32:33: note: Function 'plotStatistics' argument 1 names different: declaration 'outF' definition 'outFile'.
FastML.v3.1/libs/phylogeny/suffStatGammaMixture.cpp:151:53: note: Function 'plotStatistics' argument 1 names different: declaration 'outF' definition 'outFile'.
FastML.v3.1/libs/phylogeny/suffStatGammaMixture.cpp:124:4: style: Variable 'Exp_Rk' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/suffStatGammaMixture.cpp:124:13: style: Variable 'Exp_LogRk' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/suffStatGammaMixture.cpp:234:9: style: Variable 'res2' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/suffStatGammaMixture.cpp:224:19: style: Variable 'first' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/suffStatGammaMixture.cpp:225:20: style: Variable 'second' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/suffStatGammaMixture.cpp:226:0: style: Variable 'third' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/suffStatGammaMixture.cpp:227:0: style: Variable 'fourth' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/suffStatGammaMixture.cpp:228:19: style: Variable 'fifth' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/suffStatGammaMixture.h:37:10: performance: Technically the member function 'suffStatGammaMixture::computeQ2' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/suffStatGammaMixture.cpp:202:31: note: Technically the member function 'suffStatGammaMixture::computeQ2' can be static.
FastML.v3.1/libs/phylogeny/suffStatGammaMixture.h:37:10: note: Technically the member function 'suffStatGammaMixture::computeQ2' can be static.
FastML.v3.1/libs/phylogeny/tamura92.cpp:22:71: style: Function 'Pij_t' argument 3 names different: declaration 'd' definition 't'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/tamura92.h:22:61: note: Function 'Pij_t' argument 3 names different: declaration 'd' definition 't'.
FastML.v3.1/libs/phylogeny/tamura92.cpp:22:71: note: Function 'Pij_t' argument 3 names different: declaration 'd' definition 't'.
FastML.v3.1/libs/phylogeny/tamura92.cpp:70:72: style: Function 'dPij_dt' argument 3 names different: declaration 'd' definition 't'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/tamura92.h:23:63: note: Function 'dPij_dt' argument 3 names different: declaration 'd' definition 't'.
FastML.v3.1/libs/phylogeny/tamura92.cpp:70:72: note: Function 'dPij_dt' argument 3 names different: declaration 'd' definition 't'.
FastML.v3.1/libs/phylogeny/tamura92.cpp:118:74: style: Function 'd2Pij_dt2' argument 3 names different: declaration 'd' definition 't'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/tamura92.h:25:65: note: Function 'd2Pij_dt2' argument 3 names different: declaration 'd' definition 't'.
FastML.v3.1/libs/phylogeny/tamura92.cpp:118:74: note: Function 'd2Pij_dt2' argument 3 names different: declaration 'd' definition 't'.
FastML.v3.1/libs/phylogeny/doubleRep.h:115:3: style: Variable 'tmpMant' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/doubleRep.h:114:0: note: Variable 'tmpMant' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/doubleRep.h:115:3: note: Variable 'tmpMant' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/doubleRep.h:119:3: style: Variable 'tmpExp' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/libs/phylogeny/doubleRep.h:116:3: note: Variable 'tmpExp' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/doubleRep.h:119:3: note: Variable 'tmpExp' is reassigned a value before the old one has been used.
FastML.v3.1/libs/phylogeny/doubleRep.h:21:2: warning: Member variable 'doubleRepMantisa::_mantissa' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/doubleRep.h:21:2: warning: Member variable 'doubleRepMantisa::_expon' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/doubleRep.h:36:7: style: Technically the member function 'doubleRepMantisa::outputn' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/doubleRep.h:42:29: style: Technically the member function 'doubleRepMantisa::operator++' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/doubleRep.h:91:43: note: Technically the member function 'doubleRepMantisa::operator++' can be const.
FastML.v3.1/libs/phylogeny/doubleRep.h:42:29: note: Technically the member function 'doubleRepMantisa::operator++' can be const.
FastML.v3.1/libs/phylogeny/doubleRep.h:44:29: style: Technically the member function 'doubleRepMantisa::operator--' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/doubleRep.h:103:43: note: Technically the member function 'doubleRepMantisa::operator--' can be const.
FastML.v3.1/libs/phylogeny/doubleRep.h:44:29: note: Technically the member function 'doubleRepMantisa::operator--' can be const.
FastML.v3.1/libs/phylogeny/doubleRep.h:23:2: style: Class 'doubleRepMantisa' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:19:6: performance: Technically the member function 'threeStateAlphabet::fromChar' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/threeStateAlphabet.cpp:5:25: note: Technically the member function 'threeStateAlphabet::fromChar' can be static.
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:19:6: note: Technically the member function 'threeStateAlphabet::fromChar' can be static.
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:12:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:22:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:12:20: note: Function in derived class
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:13:6: style: The function 'unknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:20:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:13:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:14:6: style: The function 'gap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:21:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:14:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:15:6: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:18:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:15:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:16:6: style: The function 'stringSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:23:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:16:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:17:6: style: The function 'relations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:15:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:17:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:18:6: style: The function 'fromChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:16:14: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:18:6: note: Function in derived class
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:20:9: style: The function 'fromInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:17:17: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:20:9: note: Function in derived class
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:21:14: style: The function 'fromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:24:22: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:21:14: note: Function in derived class
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:22:7: style: The function 'isSpecific' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/alphabet.h:27:15: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/threeStateAlphabet.h:22:7: note: Function in derived class
FastML.v3.1/libs/phylogeny/threeStateModel.cpp:113:17: warning: Identical condition '_gainState0!=EPSILON_3STATEMODEL', second condition is always false [identicalConditionAfterEarlyExit]
FastML.v3.1/libs/phylogeny/threeStateModel.cpp:111:17: note: first condition
FastML.v3.1/libs/phylogeny/threeStateModel.cpp:113:17: note: second condition
FastML.v3.1/libs/phylogeny/threeStateModel.cpp:219:22: style: Variable 'diffM' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/libs/phylogeny/threeStateModel.h:19:16: performance: Technically the member function 'threeStateModel::err_allow_for_pijt_function' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/threeStateModel.h:53:7: performance: Technically the member function 'threeStateModel::areFreqsValid' can be static. [functionStatic]
FastML.v3.1/libs/phylogeny/threeStateModel.cpp:97:23: note: Technically the member function 'threeStateModel::areFreqsValid' can be static.
FastML.v3.1/libs/phylogeny/threeStateModel.h:53:7: note: Technically the member function 'threeStateModel::areFreqsValid' can be static.
FastML.v3.1/libs/phylogeny/threeStateModel.h:49:15: warning: Virtual function 'updateQ' is called from constructor 'threeStateModel(const double m1,const double m2,const double m3,const double m4,const std::vector<double>&freq,bool useMarkovLimiting=true)' at line 17. Dynamic binding is not used. [virtualCallInConstructor]
FastML.v3.1/libs/phylogeny/threeStateModel.cpp:17:3: note: Calling updateQ
FastML.v3.1/libs/phylogeny/threeStateModel.h:49:15: note: updateQ is a virtual method
FastML.v3.1/libs/phylogeny/threeStateModel.h:16:27: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:14:28: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/threeStateModel.h:16:27: note: Function in derived class
FastML.v3.1/libs/phylogeny/threeStateModel.h:18:12: style: The function 'alphabetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:16:20: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/threeStateModel.h:18:12: note: Function in derived class
FastML.v3.1/libs/phylogeny/threeStateModel.h:20:16: style: The function 'Pij_t' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:10:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/threeStateModel.h:20:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/threeStateModel.h:21:16: style: The function 'dPij_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:12:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/threeStateModel.h:21:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/threeStateModel.h:27:16: style: The function 'd2Pij_dt2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:13:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/threeStateModel.h:27:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/threeStateModel.h:31:16: style: The function 'freq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/libs/phylogeny/replacementModel.h:11:24: note: Virtual function in base class
FastML.v3.1/libs/phylogeny/threeStateModel.h:31:16: note: Function in derived class
FastML.v3.1/libs/phylogeny/tree.cpp:827:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/tree.cpp:848:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/tree.cpp:191:21: style: Function 'tree' argument 1 names different: declaration 'treeFile' definition 'in'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/tree.h:92:16: note: Function 'tree' argument 1 names different: declaration 'treeFile' definition 'in'.
FastML.v3.1/libs/phylogeny/tree.cpp:191:21: note: Function 'tree' argument 1 names different: declaration 'treeFile' definition 'in'.
FastML.v3.1/libs/phylogeny/tree.cpp:629:68: style: Function 'outputInAncestorTreeFormat' argument 2 names different: declaration 'withDist' definition 'distances'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/tree.h:185:63: note: Function 'outputInAncestorTreeFormat' argument 2 names different: declaration 'withDist' definition 'distances'.
FastML.v3.1/libs/phylogeny/tree.cpp:629:68: note: Function 'outputInAncestorTreeFormat' argument 2 names different: declaration 'withDist' definition 'distances'.
FastML.v3.1/libs/phylogeny/tree.cpp:720:46: style: Function 'outputInPhylipTreeFormat' argument 1 names different: declaration 'treeOutStream' definition 'os'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/tree.h:186:41: note: Function 'outputInPhylipTreeFormat' argument 1 names different: declaration 'treeOutStream' definition 'os'.
FastML.v3.1/libs/phylogeny/tree.cpp:720:46: note: Function 'outputInPhylipTreeFormat' argument 1 names different: declaration 'treeOutStream' definition 'os'.
FastML.v3.1/libs/phylogeny/tree.cpp:788:44: style: Function 'outputInPamlTreeFormat' argument 1 names different: declaration 'treeOutStream' definition 'os'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/tree.h:188:39: note: Function 'outputInPamlTreeFormat' argument 1 names different: declaration 'treeOutStream' definition 'os'.
FastML.v3.1/libs/phylogeny/tree.cpp:788:44: note: Function 'outputInPamlTreeFormat' argument 1 names different: declaration 'treeOutStream' definition 'os'.
FastML.v3.1/libs/phylogeny/tree.cpp:1213:33: style: Function 'outputInAncestorIdTreeFormat' argument 2 names different: declaration 'withDist' definition 'distances'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/tree.h:187:65: note: Function 'outputInAncestorIdTreeFormat' argument 2 names different: declaration 'withDist' definition 'distances'.
FastML.v3.1/libs/phylogeny/tree.cpp:1213:33: note: Function 'outputInAncestorIdTreeFormat' argument 2 names different: declaration 'withDist' definition 'distances'.
FastML.v3.1/libs/phylogeny/tree.cpp:908:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/tree.cpp:922:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/tree.cpp:932:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/tree.cpp:934:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/libs/phylogeny/tree.cpp:143:7: warning: Member variable 'tree::_leaves' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/tree.cpp:143:7: warning: Member variable 'tree::_nodes' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/tree.cpp:584:8: style: Technically the member function 'eqNameVLOCAL::operator()' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/tree.cpp:887:2: style: Reading from empty STL container 'tmpname' [reademptycontainer]
FastML.v3.1/libs/phylogeny/treeUtil.cpp:392:21: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
FastML.v3.1/libs/phylogeny/treeUtil.cpp:390:27: note: outer condition: it->find(";")==-1
FastML.v3.1/libs/phylogeny/treeUtil.cpp:392:21: note: opposite inner condition: it->find(";")!=-1
FastML.v3.1/libs/phylogeny/treeUtil.cpp:203:24: style: Function 'makeNodeBetweenTwoNodes' argument 2 names different: declaration 'nodePTR1' definition 'fatherNode'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/treeUtil.h:26:23: note: Function 'makeNodeBetweenTwoNodes' argument 2 names different: declaration 'nodePTR1' definition 'fatherNode'.
FastML.v3.1/libs/phylogeny/treeUtil.cpp:203:24: note: Function 'makeNodeBetweenTwoNodes' argument 2 names different: declaration 'nodePTR1' definition 'fatherNode'.
FastML.v3.1/libs/phylogeny/treeUtil.cpp:204:24: style: Function 'makeNodeBetweenTwoNodes' argument 3 names different: declaration 'nodePTR2' definition 'sonNode'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/treeUtil.h:27:23: note: Function 'makeNodeBetweenTwoNodes' argument 3 names different: declaration 'nodePTR2' definition 'sonNode'.
FastML.v3.1/libs/phylogeny/treeUtil.cpp:204:24: note: Function 'makeNodeBetweenTwoNodes' argument 3 names different: declaration 'nodePTR2' definition 'sonNode'.
FastML.v3.1/libs/phylogeny/unObservableData.cpp:64:11: style: The scope of the variable 'lnL' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/unObservableData.cpp:41:55: style: Function 'setLforMissingData' argument 1 names different: declaration '_tr' definition 'tr'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/unObservableData.h:24:38: note: Function 'setLforMissingData' argument 1 names different: declaration '_tr' definition 'tr'.
FastML.v3.1/libs/phylogeny/unObservableData.cpp:41:55: note: Function 'setLforMissingData' argument 1 names different: declaration '_tr' definition 'tr'.
FastML.v3.1/libs/phylogeny/unObservableData.cpp:41:84: style: Function 'setLforMissingData' argument 2 names different: declaration '_sp' definition 'sp'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/unObservableData.h:24:68: note: Function 'setLforMissingData' argument 2 names different: declaration '_sp' definition 'sp'.
FastML.v3.1/libs/phylogeny/unObservableData.cpp:41:84: note: Function 'setLforMissingData' argument 2 names different: declaration '_sp' definition 'sp'.
FastML.v3.1/libs/phylogeny/unObservableData.cpp:51:55: style: Function 'setLforMissingData' argument 1 names different: declaration '_tr' definition 'tr'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/unObservableData.h:26:38: note: Function 'setLforMissingData' argument 1 names different: declaration '_tr' definition 'tr'.
FastML.v3.1/libs/phylogeny/unObservableData.cpp:51:55: note: Function 'setLforMissingData' argument 1 names different: declaration '_tr' definition 'tr'.
FastML.v3.1/libs/phylogeny/unObservableData.cpp:9:19: warning: Member variable 'unObservableData::_logLforMissingData' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/unObservableData.cpp:17:2: performance: Variable '_scZero' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/libs/phylogeny/unObservableData.cpp:18:2: performance: Variable '_pi' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/libs/phylogeny/unObservableData.cpp:20:2: performance: Variable '_LforMissingDataPerCat' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/libs/phylogeny/unObservableData.h:21:10: style: Technically the member function 'unObservableData::getLforMissingDataPerCat' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/unObservableData.cpp:23:27: note: Technically the member function 'unObservableData::getLforMissingDataPerCat' can be const.
FastML.v3.1/libs/phylogeny/unObservableData.h:21:10: note: Technically the member function 'unObservableData::getLforMissingDataPerCat' can be const.
FastML.v3.1/libs/phylogeny/unObservableData.h:22:10: style: Technically the member function 'unObservableData::getlogLforMissingData' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/unObservableData.cpp:24:27: note: Technically the member function 'unObservableData::getlogLforMissingData' can be const.
FastML.v3.1/libs/phylogeny/unObservableData.h:22:10: note: Technically the member function 'unObservableData::getlogLforMissingData' can be const.
FastML.v3.1/libs/phylogeny/unObservableData.h:23:6: style: Technically the member function 'unObservableData::getNumOfUnObservablePatterns' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/unObservableData.cpp:25:23: note: Technically the member function 'unObservableData::getNumOfUnObservablePatterns' can be const.
FastML.v3.1/libs/phylogeny/unObservableData.h:23:6: note: Technically the member function 'unObservableData::getNumOfUnObservablePatterns' can be const.
FastML.v3.1/libs/phylogeny/unObservableData.h:14:1: warning: The class 'unObservableData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/uniformDistribution.cpp:26:58: style: Function 'setUniformParameters' argument 1 names different: declaration 'numOfCategories' definition 'number_of_categories'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/uniformDistribution.h:46:38: note: Function 'setUniformParameters' argument 1 names different: declaration 'numOfCategories' definition 'number_of_categories'.
FastML.v3.1/libs/phylogeny/uniformDistribution.cpp:26:58: note: Function 'setUniformParameters' argument 1 names different: declaration 'numOfCategories' definition 'number_of_categories'.
FastML.v3.1/libs/phylogeny/uniformDistribution.h:25:1: warning: The class 'uniformDistribution' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FastML.v3.1/libs/phylogeny/ussrvModel.cpp:26:13: warning: Member variable 'ussrvModel::_alpha' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/libs/phylogeny/ussrvModel.cpp:33:25: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
FastML.v3.1/libs/phylogeny/ussrvModel.h:30:7: style: Technically the member function 'ussrvModel::updateNu' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/ussrvModel.cpp:65:18: note: Technically the member function 'ussrvModel::updateNu' can be const.
FastML.v3.1/libs/phylogeny/ussrvModel.h:30:7: note: Technically the member function 'ussrvModel::updateNu' can be const.
FastML.v3.1/libs/phylogeny/ussrvModel.h:32:10: style: Technically the member function 'ussrvModel::calcNormalizeFactor' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/ussrvModel.cpp:103:21: note: Technically the member function 'ussrvModel::calcNormalizeFactor' can be const.
FastML.v3.1/libs/phylogeny/ussrvModel.h:32:10: note: Technically the member function 'ussrvModel::calcNormalizeFactor' can be const.
FastML.v3.1/libs/phylogeny/wYangModel.cpp:7:13: style: C-style pointer casting [cstyleCast]
FastML.v3.1/libs/phylogeny/wYangModel.cpp:17:13: style: C-style pointer casting [cstyleCast]
FastML.v3.1/libs/phylogeny/wYangModel.cpp:34:14: style: C-style pointer casting [cstyleCast]
FastML.v3.1/libs/phylogeny/wYangModel.cpp:45:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
FastML.v3.1/libs/phylogeny/wYangModel.cpp:5:84: style: Function 'wYangModel' argument 4 names different: declaration 'coAlpha' definition 'coAlph'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/wYangModel.h:11:81: note: Function 'wYangModel' argument 4 names different: declaration 'coAlpha' definition 'coAlph'.
FastML.v3.1/libs/phylogeny/wYangModel.cpp:5:84: note: Function 'wYangModel' argument 4 names different: declaration 'coAlpha' definition 'coAlph'.
FastML.v3.1/libs/phylogeny/wYangModel.cpp:15:104: style: Function 'wYangModel' argument 5 names different: declaration 'coAlpha' definition 'coAlph'. [funcArgNamesDifferent]
FastML.v3.1/libs/phylogeny/wYangModel.h:12:101: note: Function 'wYangModel' argument 5 names different: declaration 'coAlpha' definition 'coAlph'.
FastML.v3.1/libs/phylogeny/wYangModel.cpp:15:104: note: Function 'wYangModel' argument 5 names different: declaration 'coAlpha' definition 'coAlph'.
FastML.v3.1/libs/phylogeny/wYangModel.cpp:25:25: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
FastML.v3.1/libs/phylogeny/wYangModel.h:42:10: style: Technically the member function 'wYangModel::sumPijQij' can be const. [functionConst]
FastML.v3.1/libs/phylogeny/wYangModel.cpp:90:21: note: Technically the member function 'wYangModel::sumPijQij' can be const.
FastML.v3.1/libs/phylogeny/wYangModel.h:42:10: note: Technically the member function 'wYangModel::sumPijQij' can be const.
FastML.v3.1/programs/fastml/bbReport.h:13:12: style: Member variable 'BandBReportAllPos::_minNumOfNodesToVisit' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/fastml/bbReport.h:11:37: note: Member variable 'BandBReportAllPos::_minNumOfNodesToVisit' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bbReport.h:13:12: note: Member variable 'BandBReportAllPos::_minNumOfNodesToVisit' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bbReport.h:40:6: style: Technically the member function 'BandBReport::size' can be const. [functionConst]
FastML.v3.1/programs/fastml/bbReport.h:32:17: performance: Function parameter 'NodeName' should be passed by const reference. [passedByValue]
FastML.v3.1/programs/fastml/bbEvaluateSpecificAV.cpp:3:23: warning: Member variable 'bbEvaluateSpecificAV::_pos' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/fastml/bbEvaluateSpecificAV.cpp:3:23: warning: Member variable 'bbEvaluateSpecificAV::_ancss' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/fastml/bbEvaluateSpecificAV.h:31:23: style: Member variable 'bbEvaluateSpecificAV::_bbcpij' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/fastml/bbEvaluateSpecificAV.cpp:6:62: note: Member variable 'bbEvaluateSpecificAV::_bbcpij' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bbEvaluateSpecificAV.h:31:23: note: Member variable 'bbEvaluateSpecificAV::_bbcpij' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bbEvaluateSpecificAV.cpp:7:2: style: Class 'bbEvaluateSpecificAV' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FastML.v3.1/programs/fastml/bbEvaluateSpecificAV.cpp:7:2: style: Class 'bbEvaluateSpecificAV' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FastML.v3.1/programs/fastml/bbNodeOrderAlg.cpp:8:17: warning: Member variable 'bbNodeOrderAlg::_pos' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/fastml/bbNodeOrderAlg.h:32:23: style: Member variable 'bbNodeOrderAlg::_cpij' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/fastml/bbNodeOrderAlg.cpp:12:72: note: Member variable 'bbNodeOrderAlg::_cpij' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bbNodeOrderAlg.h:32:23: note: Member variable 'bbNodeOrderAlg::_cpij' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bbReport.h:51:12: style: Member variable 'BandBReport::_position' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/fastml/bbReport.cpp:11:35: note: Member variable 'BandBReport::_position' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bbReport.h:51:12: note: Member variable 'BandBReport::_position' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bbReport.cpp:21:17: performance: Function parameter 'NodeName' should be passed by const reference. [passedByValue]
FastML.v3.1/programs/fastml/bb_options.cpp:6:13: warning: Member variable 'bb_options::verbose' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/fastml/bb_options.h:44:9: style: Member variable 'bb_options::outFile_seq_joint' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/fastml/bb_options.cpp:12:2: note: Member variable 'bb_options::outFile_seq_joint' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bb_options.h:44:9: note: Member variable 'bb_options::outFile_seq_joint' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bb_options.h:42:9: style: Member variable 'bb_options::outFile_prob_joint' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/fastml/bb_options.cpp:14:2: note: Member variable 'bb_options::outFile_prob_joint' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bb_options.h:42:9: note: Member variable 'bb_options::outFile_prob_joint' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bb_options.h:24:9: style: Member variable 'bb_options::seqfile' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/fastml/bb_options.cpp:16:2: note: Member variable 'bb_options::seqfile' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bb_options.h:24:9: note: Member variable 'bb_options::seqfile' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bb_options.h:26:16: style: Member variable 'bb_options::seqOutputFormat' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/fastml/bb_options.cpp:18:2: note: Member variable 'bb_options::seqOutputFormat' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bb_options.h:26:16: note: Member variable 'bb_options::seqOutputFormat' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bb_options.h:32:15: style: Member variable 'bb_options::boundMethod' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/fastml/bb_options.cpp:21:2: note: Member variable 'bb_options::boundMethod' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bb_options.h:32:15: note: Member variable 'bb_options::boundMethod' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bb_options.h:28:7: style: Member variable 'bb_options::userProvideAlpha' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/fastml/bb_options.cpp:23:2: note: Member variable 'bb_options::userProvideAlpha' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bb_options.h:28:7: note: Member variable 'bb_options::userProvideAlpha' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bb_options.h:36:19: style: Member variable 'bb_options::modelName' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/fastml/bb_options.cpp:25:2: note: Member variable 'bb_options::modelName' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bb_options.h:36:19: note: Member variable 'bb_options::modelName' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bb_options.h:27:9: style: Member variable 'bb_options::treeOutFile' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/fastml/bb_options.cpp:29:2: note: Member variable 'bb_options::treeOutFile' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bb_options.h:27:9: note: Member variable 'bb_options::treeOutFile' is in the wrong place in the initializer list.
FastML.v3.1/programs/fastml/bbfindBestAVDynProg.cpp:27:13: style: Function 'evaluateSpecificAvDP' argument 3 names different: declaration 'rateCategory' definition 'rateCategor'. [funcArgNamesDifferent]
FastML.v3.1/programs/fastml/bbfindBestAVDynProg.h:23:20: note: Function 'evaluateSpecificAvDP' argument 3 names different: declaration 'rateCategory' definition 'rateCategor'.
FastML.v3.1/programs/fastml/bbfindBestAVDynProg.cpp:27:13: note: Function 'evaluateSpecificAvDP' argument 3 names different: declaration 'rateCategory' definition 'rateCategor'.
FastML.v3.1/programs/fastml/bbfindBestAVDynProg.cpp:3:22: warning: Member variable 'bbfindBestAVDynProg::_pos' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/fastml/bbfindBestAVDynProg.cpp:3:22: warning: Member variable 'bbfindBestAVDynProg::_ancss' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/fastml/bbfindBestAVDynProg.cpp:10:2: style: Class 'bbfindBestAVDynProg' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
FastML.v3.1/programs/fastml/bbfindBestAVDynProg.cpp:10:2: style: Class 'bbfindBestAVDynProg' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
FastML.v3.1/programs/fastml/sequenceDataDiff.h:19:3: performance: Variable '_seqName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/programs/fastml/sequenceDataDiff.h:19:35: performance: Variable '_letInSd1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/programs/fastml/sequenceDataDiff.h:19:57: performance: Variable '_letInSd2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/programs/fastml/sequenceDataDiff.h:22:3: performance: Variable '_seqName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/programs/fastml/sequenceDataDiff.h:22:34: performance: Variable '_letInSd1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/programs/fastml/sequenceDataDiff.h:22:51: performance: Variable '_letInSd2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/programs/fastml/sequenceDataDiff.h:18:70: performance: Function parameter 'letInSd1' should be passed by const reference. [passedByValue]
FastML.v3.1/programs/fastml/sequenceDataDiff.h:18:92: performance: Function parameter 'letInSd2' should be passed by const reference. [passedByValue]
FastML.v3.1/programs/fastml/suffStatComponentJointNoGamma.h:42:8: style: Technically the member function 'suffStatGlobalHomPosJointNoGamma::isEmpty' can be const. [functionConst]
FastML.v3.1/programs/fastml/suffStatComponentJointNoGamma.h:43:10: style: Technically the member function 'suffStatGlobalHomPosJointNoGamma::size' can be const. [functionConst]
FastML.v3.1/programs/fastml/mainbb.h:63:7: performance: Technically the member function 'mainbb::printBBProjectInfo' can be static. [functionStatic]
FastML.v3.1/programs/fastml/mainbb.cpp:410:14: note: Technically the member function 'mainbb::printBBProjectInfo' can be static.
FastML.v3.1/programs/fastml/mainbb.h:63:7: note: Technically the member function 'mainbb::printBBProjectInfo' can be static.
FastML.v3.1/programs/fastml/mainbb.h:64:7: performance: Technically the member function 'mainbb::replaceSequences' can be static. [functionStatic]
FastML.v3.1/programs/fastml/mainbb.cpp:565:15: note: Technically the member function 'mainbb::replaceSequences' can be static.
FastML.v3.1/programs/fastml/mainbb.h:64:7: note: Technically the member function 'mainbb::replaceSequences' can be static.
FastML.v3.1/programs/fastml/sequenceDataDiff.h:37:7: style: Technically the member function 'sequenceDataDiff::printDiff' can be const. [functionConst]
FastML.v3.1/programs/fastml/sequenceDataDiff.cpp:36:24: note: Technically the member function 'sequenceDataDiff::printDiff' can be const.
FastML.v3.1/programs/fastml/sequenceDataDiff.h:37:7: note: Technically the member function 'sequenceDataDiff::printDiff' can be const.
FastML.v3.1/programs/gainLoss/ancestralReconstructStates.h:45:8: style: Technically the member function 'ancestralReconstructStates::getStates' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/ancestralReconstructStates.h:48:12: style: Technically the member function 'ancestralReconstructStates::getAncestralProbs' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/bblLS.cpp:31:23: style: Function 'optimizeBranches' argument 7 names different: declaration 'epsilonOptimization' definition 'epsilonOptimizationBranch'. [funcArgNamesDifferent]
FastML.v3.1/programs/gainLoss/bblLS.h:49:17: note: Function 'optimizeBranches' argument 7 names different: declaration 'epsilonOptimization' definition 'epsilonOptimizationBranch'.
FastML.v3.1/programs/gainLoss/bblLS.cpp:31:23: note: Function 'optimizeBranches' argument 7 names different: declaration 'epsilonOptimization' definition 'epsilonOptimizationBranch'.
FastML.v3.1/programs/gainLoss/bblLS.cpp:107:22: style: Function 'optimizeBranches' argument 9 names different: declaration 'epsilonOptimization' definition 'epsilonOptimizationBranch'. [funcArgNamesDifferent]
FastML.v3.1/programs/gainLoss/bblLS.h:57:17: note: Function 'optimizeBranches' argument 9 names different: declaration 'epsilonOptimization' definition 'epsilonOptimizationBranch'.
FastML.v3.1/programs/gainLoss/bblLS.cpp:107:22: note: Function 'optimizeBranches' argument 9 names different: declaration 'epsilonOptimization' definition 'epsilonOptimizationBranch'.
FastML.v3.1/programs/gainLoss/bblLS.cpp:25:8: warning: Member variable 'bblLS::_weights' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/gainLoss/bblLS.h:118:11: style: Member variable 'evalBranchSPvv::_weights' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/bblLS.h:99:132: note: Member variable 'evalBranchSPvv::_weights' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/bblLS.h:118:11: note: Member variable 'evalBranchSPvv::_weights' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/bblLS.h:173:11: style: Member variable 'evalBranchProportionExponentSPvv::_weights' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/bblLS.h:155:118: note: Member variable 'evalBranchProportionExponentSPvv::_weights' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/bblLS.h:173:11: note: Member variable 'evalBranchProportionExponentSPvv::_weights' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:369:6: style: Condition 'randomOverlapPerIteration' is always true [knownConditionTrueFalse]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:367:36: note: Assignment 'randomOverlapPerIteration=true', assigned value is 1
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:369:6: note: Condition 'randomOverlapPerIteration' is always true
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1094:10: style: Condition 'isOldAllAgainstAllVersion' is always false [knownConditionTrueFalse]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1006:35: note: Assignment 'isOldAllAgainstAllVersion=false', assigned value is 0
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1094:10: note: Condition 'isOldAllAgainstAllVersion' is always false
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:560:4: warning: Either the condition '!simCorrelStream' is redundant or there is possible null pointer dereference: simCorrelStream. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:559:5: note: Assuming that condition '!simCorrelStream' is not redundant
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:560:4: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:570:5: warning: Either the condition '!simCorrelStream' is redundant or there is possible null pointer dereference: simCorrelStream. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:569:6: note: Assuming that condition '!simCorrelStream' is not redundant
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:570:5: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:580:5: warning: Either the condition '!simCorrelStream' is redundant or there is possible null pointer dereference: simCorrelStream. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:579:6: note: Assuming that condition '!simCorrelStream' is not redundant
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:580:5: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:585:4: warning: Either the condition '!simCorrelStream' is redundant or there is possible null pointer dereference: simCorrelStream. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:584:5: note: Assuming that condition '!simCorrelStream' is not redundant
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:585:4: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:695:7: style: Variable 'NumberOfSimulationPointsMoreExtremeOrEqToCorr' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:689:7: note: Variable 'NumberOfSimulationPointsMoreExtremeOrEqToCorr' is reassigned a value before the old one has been used.
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:695:7: note: Variable 'NumberOfSimulationPointsMoreExtremeOrEqToCorr' is reassigned a value before the old one has been used.
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:676:9: style: The scope of the variable 'prevNumberOfSimulationsInRange' can be reduced. [variableScope]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:677:9: style: The scope of the variable 'prevNumberOfSimulationPointsMoreExtremeOrEqToCorr' can be reduced. [variableScope]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1069:10: style: The scope of the variable 'isPosOneOfSelectedSites' can be reduced. [variableScope]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:776:151: style: Function 'computedCorrelationsRankBasedOnSimulatedData' argument 3 names different: declaration 'correlationPerSitePerPos_B' definition 'correlationPerSitePerPos_Simulations'. [funcArgNamesDifferent]
FastML.v3.1/programs/gainLoss/computeCorrelations.h:48:131: note: Function 'computedCorrelationsRankBasedOnSimulatedData' argument 3 names different: declaration 'correlationPerSitePerPos_B' definition 'correlationPerSitePerPos_Simulations'.
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:776:151: note: Function 'computedCorrelationsRankBasedOnSimulatedData' argument 3 names different: declaration 'correlationPerSitePerPos_B' definition 'correlationPerSitePerPos_Simulations'.
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:889:59: style: Function 'produceSymeticMatrix' argument 1 names different: declaration 'correlationPerSitePerPos_Pval' definition 'correlationPerSitePerPos'. [funcArgNamesDifferent]
FastML.v3.1/programs/gainLoss/computeCorrelations.h:64:39: note: Function 'produceSymeticMatrix' argument 1 names different: declaration 'correlationPerSitePerPos_Pval' definition 'correlationPerSitePerPos'.
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:889:59: note: Function 'produceSymeticMatrix' argument 1 names different: declaration 'correlationPerSitePerPos_Pval' definition 'correlationPerSitePerPos'.
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1281:55: style: Function 'pVals2qVals' argument 1 names different: declaration 'correlationsVec' definition 'pValVec'. [funcArgNamesDifferent]
FastML.v3.1/programs/gainLoss/computeCorrelations.h:61:35: note: Function 'pVals2qVals' argument 1 names different: declaration 'correlationsVec' definition 'pValVec'.
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1281:55: note: Function 'pVals2qVals' argument 1 names different: declaration 'correlationsVec' definition 'pValVec'.
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:130:22: style: Variable 'numOfbranches' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1009:19: style: Variable 'isPearson' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1025:22: style: Variable 'numOfbranches' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1052:6: style: Variable 'typeIndex' is modified but its new value is never used. [unreadVariable]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1145:5: style: Variable 'vecIndex' is modified but its new value is never used. [unreadVariable]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:147:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:188:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:190:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:942:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:943:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:949:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:950:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:970:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:971:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:978:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:979:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:982:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:983:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1045:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1047:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1058:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1059:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1083:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1084:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1142:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1143:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1158:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1159:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:50:22: warning: Member variable 'computeCorrelations::_alphabetSize' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:50:22: warning: Member variable 'computeCorrelations::_refSeq' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:50:22: warning: Member variable 'computeCorrelations::_isSilent' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_alphabetSize' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_tr' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_refSeq' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_outDir' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_isSilent' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_expChanges_PosNodeXY' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_expChanges_NodeXY' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_exp_PosXY' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_isTwoSetsOfInputForCorrelation' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_expChanges_PosNodeXY_B' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_expChanges_NodeXY_B' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_expPerPosPerBranchVec' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_expPerPosPerBranchVec_B' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_correlationsPerSitePerPosVec' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_isPearson' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_EventTypes' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_EventTypesMap' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_EventTypesFromTo' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_pairWiseCorrelationsAndNminSim' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_corrVector' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_NminSortedSim' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_extremeValDistributions' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_correlationsSubSets' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_correlationSubSetsNminLimitValues' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_selectedSites' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:115:43: warning: Member variable 'computeCorrelations::_numOfSamplesInLowRateFirstBin' is not assigned a value in 'computeCorrelations::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLossModel.h:141:3: performance: Variable '_loss' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:53:2: performance: Variable '_expChanges_PosNodeXY' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/programs/gainLoss/gainLoss.h:209:10: style: Technically the member function 'gainLoss::getRatesVector' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/computeCorrelations.h:43:7: performance: Technically the member function 'computeCorrelations::fillCorrPerSelectedSites' can be static. [functionStatic]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1173:27: note: Technically the member function 'computeCorrelations::fillCorrPerSelectedSites' can be static.
FastML.v3.1/programs/gainLoss/computeCorrelations.h:43:7: note: Technically the member function 'computeCorrelations::fillCorrPerSelectedSites' can be static.
FastML.v3.1/programs/gainLoss/computeCorrelations.h:48:7: performance: Technically the member function 'computeCorrelations::computedCorrelationsRankBasedOnSimulatedData' can be static. [functionStatic]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:776:27: note: Technically the member function 'computeCorrelations::computedCorrelationsRankBasedOnSimulatedData' can be static.
FastML.v3.1/programs/gainLoss/computeCorrelations.h:48:7: note: Technically the member function 'computeCorrelations::computedCorrelationsRankBasedOnSimulatedData' can be static.
FastML.v3.1/programs/gainLoss/computeCorrelations.h:52:7: style: Technically the member function 'computeCorrelations::printComputedCorrelationsData' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:915:27: note: Technically the member function 'computeCorrelations::printComputedCorrelationsData' can be const.
FastML.v3.1/programs/gainLoss/computeCorrelations.h:52:7: note: Technically the member function 'computeCorrelations::printComputedCorrelationsData' can be const.
FastML.v3.1/programs/gainLoss/computeCorrelations.h:54:7: performance: Technically the member function 'computeCorrelations::printCorrelationsFrequencies' can be static. [functionStatic]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:553:27: note: Technically the member function 'computeCorrelations::printCorrelationsFrequencies' can be static.
FastML.v3.1/programs/gainLoss/computeCorrelations.h:54:7: note: Technically the member function 'computeCorrelations::printCorrelationsFrequencies' can be static.
FastML.v3.1/programs/gainLoss/computeCorrelations.h:61:12: performance: Technically the member function 'computeCorrelations::pVals2qVals' can be static. [functionStatic]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1281:32: note: Technically the member function 'computeCorrelations::pVals2qVals' can be static.
FastML.v3.1/programs/gainLoss/computeCorrelations.h:61:12: note: Technically the member function 'computeCorrelations::pVals2qVals' can be static.
FastML.v3.1/programs/gainLoss/computeCorrelations.h:64:7: performance: Technically the member function 'computeCorrelations::produceSymeticMatrix' can be static. [functionStatic]
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:889:27: note: Technically the member function 'computeCorrelations::produceSymeticMatrix' can be static.
FastML.v3.1/programs/gainLoss/computeCorrelations.h:64:7: note: Technically the member function 'computeCorrelations::produceSymeticMatrix' can be static.
FastML.v3.1/programs/gainLoss/computeCorrelations.h:67:12: style: Technically the member function 'computeCorrelations::getcorrelationPerSitePerPosVec' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/gainLossModel.h:124:1: warning: The class 'gainLossModelNonReversible' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
FastML.v3.1/programs/gainLoss/gainLossModel.h:136:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FastML.v3.1/programs/gainLoss/gainLossModel.h:54:28: note: Virtual function in base class
FastML.v3.1/programs/gainLoss/gainLossModel.h:136:28: note: Function in derived class
FastML.v3.1/programs/gainLoss/computeCorrelations.cpp:1199:101: performance: Function parameter 'type' should be passed by const reference. [passedByValue]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:28:117: style: Function 'computeCountsGL' argument 5 names different: declaration 'LpostPerCat' definition 'logLpostPerCatPerPos'. [funcArgNamesDifferent]
FastML.v3.1/programs/gainLoss/computeCountsGL.h:31:111: note: Function 'computeCountsGL' argument 5 names different: declaration 'LpostPerCat' definition 'logLpostPerCatPerPos'.
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:28:117: note: Function 'computeCountsGL' argument 5 names different: declaration 'LpostPerCat' definition 'logLpostPerCatPerPos'.
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:33:187: style: Function 'computeCountsGL' argument 7 names different: declaration 'LpostPerSpPerCat' definition 'logLpostPerSpPerCatPerPos'. [funcArgNamesDifferent]
FastML.v3.1/programs/gainLoss/computeCountsGL.h:32:180: note: Function 'computeCountsGL' argument 7 names different: declaration 'LpostPerSpPerCat' definition 'logLpostPerSpPerCatPerPos'.
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:33:187: note: Function 'computeCountsGL' argument 7 names different: declaration 'LpostPerSpPerCat' definition 'logLpostPerSpPerCatPerPos'.
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:749:179: style: Function 'printGainLossProbExpPerPosPerBranch' argument 7 names different: declaration 'outCount' definition 'outSum'. [funcArgNamesDifferent]
FastML.v3.1/programs/gainLoss/computeCountsGL.h:95:163: note: Function 'printGainLossProbExpPerPosPerBranch' argument 7 names different: declaration 'outCount' definition 'outSum'.
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:749:179: note: Function 'printGainLossProbExpPerPosPerBranch' argument 7 names different: declaration 'outCount' definition 'outSum'.
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:28:18: warning: Member variable 'computeCountsGL::_gainDist' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:28:18: warning: Member variable 'computeCountsGL::_lossDist' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:28:18: warning: Member variable 'computeCountsGL::_refSeq' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:33:18: warning: Member variable 'computeCountsGL::_sp' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:33:18: warning: Member variable 'computeCountsGL::_refSeq' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_sp' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_alphabetSize' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_tr' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_sc' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_spVVec' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_gainDist' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_lossDist' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_refSeq' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_outDir' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_isSilent' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_postProbPerCatPerPos' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_postProbPerSpPerCatPerPos' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_distanceFromNearestOTUForRecent' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_expV01' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_expV10' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_expV' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_probV01' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_probV10' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_probV' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_probChanges_PosNodeXY' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_expChanges_PosNodeXY' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_expChanges_NodeXY' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:43:35: warning: Member variable 'computeCountsGL::_jointProb_PosNodeXY' is not assigned a value in 'computeCountsGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/computeCountsGL.h:102:21: style: Member variable 'computeCountsGL::_sp' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:29:9: note: Member variable 'computeCountsGL::_sp' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/computeCountsGL.h:102:21: note: Member variable 'computeCountsGL::_sp' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/computeCountsGL.h:113:7: style: Member variable 'computeCountsGL::_isSilent' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:29:152: note: Member variable 'computeCountsGL::_isSilent' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/computeCountsGL.h:113:7: note: Member variable 'computeCountsGL::_isSilent' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/computeCountsGL.h:105:20: style: Member variable 'computeCountsGL::_sc' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:34:67: note: Member variable 'computeCountsGL::_sc' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/computeCountsGL.h:105:20: note: Member variable 'computeCountsGL::_sc' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/computeCountsGL.h:113:7: style: Member variable 'computeCountsGL::_isSilent' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/computeCountsGL.cpp:34:212: note: Member variable 'computeCountsGL::_isSilent' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/computeCountsGL.h:113:7: note: Member variable 'computeCountsGL::_isSilent' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/computeCountsGL.h:63:10: style: Technically the member function 'computeCountsGL::get_expV01' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/computeCountsGL.h:64:10: style: Technically the member function 'computeCountsGL::get_expV10' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/computeCountsGL.h:65:12: style: Technically the member function 'computeCountsGL::get_expV' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/computeCountsGL.h:67:10: style: Technically the member function 'computeCountsGL::get_probV01' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/computeCountsGL.h:68:10: style: Technically the member function 'computeCountsGL::get_probV10' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/computeCountsGL.h:69:12: style: Technically the member function 'computeCountsGL::get_probV' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/computeCountsGL.h:71:13: style: Technically the member function 'computeCountsGL::getExpChanges' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/computeCountsGL.h:72:13: style: Technically the member function 'computeCountsGL::getProbChanges' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/computeCountsGL.h:73:13: style: Technically the member function 'computeCountsGL::getJointProb' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/computePosteriorExpectationOfChange.h:82:83: performance: Function parameter 'nodeName' should be passed by const reference. [passedByValue]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:4853:8: style: Expression is always false because 'else if' condition matches previous condition at line 4850. [multiCondition]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:4864:9: style: Expression is always false because 'else if' condition matches previous condition at line 4861. [multiCondition]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:4876:8: style: Expression is always false because 'else if' condition matches previous condition at line 4873. [multiCondition]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:4887:9: style: Expression is always false because 'else if' condition matches previous condition at line 4884. [multiCondition]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:4544:59: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:311:5: style: Condition 'Normalize' is always false [knownConditionTrueFalse]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:310:18: note: Assignment 'Normalize=false', assigned value is 0
FastML.v3.1/programs/gainLoss/gainLoss.cpp:311:5: note: Condition 'Normalize' is always false
FastML.v3.1/programs/gainLoss/gainLoss.cpp:447:5: style: Condition 'isCountUnknownChars' is always true [knownConditionTrueFalse]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:423:29: note: Assignment 'isCountUnknownChars=true', assigned value is 1
FastML.v3.1/programs/gainLoss/gainLoss.cpp:447:5: note: Condition 'isCountUnknownChars' is always true
FastML.v3.1/programs/gainLoss/gainLoss.cpp:1385:5: style: Condition '_isTransferGainLossRateToFreq' is always false [knownConditionTrueFalse]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:1384:39: note: Assignment '_isTransferGainLossRateToFreq=false', assigned value is 0
FastML.v3.1/programs/gainLoss/gainLoss.cpp:1385:5: note: Condition '_isTransferGainLossRateToFreq' is always false
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2581:6: style: Condition 'isSample' is always false [knownConditionTrueFalse]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2580:19: note: Assignment 'isSample=false', assigned value is 0
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2581:6: note: Condition 'isSample' is always false
FastML.v3.1/programs/gainLoss/gainLoss.cpp:4538:5: style: Condition 'isGammaRatioAdjusted' is always false [knownConditionTrueFalse]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:4425:30: note: Assignment 'isGammaRatioAdjusted=false', assigned value is 0
FastML.v3.1/programs/gainLoss/gainLoss.cpp:4538:5: note: Condition 'isGammaRatioAdjusted' is always false
FastML.v3.1/programs/gainLoss/gainLoss.cpp:4628:5: style: Condition 'isTestForGainEventsInEqSeq' is always false [knownConditionTrueFalse]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:4514:35: note: Assignment 'isTestForGainEventsInEqSeq=false', assigned value is 0
FastML.v3.1/programs/gainLoss/gainLoss.cpp:4628:5: note: Condition 'isTestForGainEventsInEqSeq' is always false
FastML.v3.1/programs/gainLoss/gainLoss.cpp:1125:40: warning: Either the condition 'if(sp)' is redundant or there is possible null pointer dereference: sp. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:1130:7: note: Assuming that condition 'if(sp)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:1125:40: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2136:2: warning: Either the condition 'if(countsGL)' is redundant or there is possible null pointer dereference: countsGL. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2138:4: note: Assuming that condition 'if(countsGL)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2136:2: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2137:25: warning: Either the condition 'if(countsGL)' is redundant or there is possible null pointer dereference: countsGL. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2138:4: note: Assuming that condition 'if(countsGL)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2137:25: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2163:5: warning: Either the condition 'if(r4s)' is redundant or there is possible null pointer dereference: r4s. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2165:7: note: Assuming that condition 'if(r4s)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2163:5: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2164:29: warning: Either the condition 'if(r4s)' is redundant or there is possible null pointer dereference: r4s. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2165:7: note: Assuming that condition 'if(r4s)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2164:29: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2180:4: warning: Either the condition 'if(gl4s)' is redundant or there is possible null pointer dereference: gl4s. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2183:6: note: Assuming that condition 'if(gl4s)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2180:4: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2182:33: warning: Either the condition 'if(gl4s)' is redundant or there is possible null pointer dereference: gl4s. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2183:6: note: Assuming that condition 'if(gl4s)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2182:33: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2216:26: warning: Either the condition 'if(countsGL)' is redundant or there is possible null pointer dereference: countsGL. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2230:4: note: Assuming that condition 'if(countsGL)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2216:26: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2218:14: warning: Either the condition 'if(countsGL)' is redundant or there is possible null pointer dereference: countsGL. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2230:4: note: Assuming that condition 'if(countsGL)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2218:14: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2219:26: warning: Either the condition 'if(countsGL)' is redundant or there is possible null pointer dereference: countsGL. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2230:4: note: Assuming that condition 'if(countsGL)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2219:26: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2221:15: warning: Either the condition 'if(countsGL)' is redundant or there is possible null pointer dereference: countsGL. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2230:4: note: Assuming that condition 'if(countsGL)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2221:15: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2222:16: warning: Either the condition 'if(countsGL)' is redundant or there is possible null pointer dereference: countsGL. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2230:4: note: Assuming that condition 'if(countsGL)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2222:16: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2224:29: warning: Either the condition 'if(countsGL)' is redundant or there is possible null pointer dereference: countsGL. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2230:4: note: Assuming that condition 'if(countsGL)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2224:29: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2225:29: warning: Either the condition 'if(countsGL)' is redundant or there is possible null pointer dereference: countsGL. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2230:4: note: Assuming that condition 'if(countsGL)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2225:29: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2226:30: warning: Either the condition 'if(countsGL)' is redundant or there is possible null pointer dereference: countsGL. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2230:4: note: Assuming that condition 'if(countsGL)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2226:30: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2227:30: warning: Either the condition 'if(countsGL)' is redundant or there is possible null pointer dereference: countsGL. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2230:4: note: Assuming that condition 'if(countsGL)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2227:30: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2331:35: warning: Either the condition 'if(computeCorrel)' is redundant or there is possible null pointer dereference: computeCorrel. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2337:4: note: Assuming that condition 'if(computeCorrel)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2331:35: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2484:2: warning: Either the condition 'if(countsGL)' is redundant or there is possible null pointer dereference: countsGL. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2511:4: note: Assuming that condition 'if(countsGL)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2484:2: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2485:40: warning: Either the condition 'if(countsGL)' is redundant or there is possible null pointer dereference: countsGL. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2511:4: note: Assuming that condition 'if(countsGL)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2485:40: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2500:2: warning: Either the condition 'if(computeCorrel)' is redundant or there is possible null pointer dereference: computeCorrel. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2512:4: note: Assuming that condition 'if(computeCorrel)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2500:2: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2504:46: warning: Either the condition 'if(computeCorrel)' is redundant or there is possible null pointer dereference: computeCorrel. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2512:4: note: Assuming that condition 'if(computeCorrel)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2504:46: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2506:2: warning: Either the condition 'if(computeCorrel)' is redundant or there is possible null pointer dereference: computeCorrel. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2512:4: note: Assuming that condition 'if(computeCorrel)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2506:2: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2507:2: warning: Either the condition 'if(computeCorrel)' is redundant or there is possible null pointer dereference: computeCorrel. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2512:4: note: Assuming that condition 'if(computeCorrel)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2507:2: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2509:2: warning: Either the condition 'if(computeCorrel)' is redundant or there is possible null pointer dereference: computeCorrel. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2512:4: note: Assuming that condition 'if(computeCorrel)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2509:2: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2745:4: warning: Either the condition 'if(gl4s)' is redundant or there is possible null pointer dereference: gl4s. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2747:6: note: Assuming that condition 'if(gl4s)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2745:4: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2746:32: warning: Either the condition 'if(gl4s)' is redundant or there is possible null pointer dereference: gl4s. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2747:6: note: Assuming that condition 'if(gl4s)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2746:32: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:5007:66: warning: Either the condition 'if(simulateOnePosObj)' is redundant or there is possible null pointer dereference: simulateOnePosObj. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:5010:6: note: Assuming that condition 'if(simulateOnePosObj)' is not redundant
FastML.v3.1/programs/gainLoss/gainLoss.cpp:5007:66: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2825:2: style: Variable 'computeCorrel' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2822:0: note: Variable 'computeCorrel' is reassigned a value before the old one has been used.
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2825:2: note: Variable 'computeCorrel' is reassigned a value before the old one has been used.
FastML.v3.1/programs/gainLoss/gainLoss.cpp:4950:4: style: Variable 'spSimSingle' is reassigned a value before the old one has been used. [redundantAssignment]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:4949:0: note: Variable 'spSimSingle' is reassigned a value before the old one has been used.
FastML.v3.1/programs/gainLoss/gainLoss.cpp:4950:4: note: Variable 'spSimSingle' is reassigned a value before the old one has been used.
FastML.v3.1/programs/gainLoss/gainLoss.cpp:3731:20: style: The scope of the variable 'unObservableData_p_0' can be reduced. [variableScope]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:4205:7: style: The scope of the variable 'isRecentBiggerAncient' can be reduced. [variableScope]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:4283:7: style: The scope of the variable 'isRecentBiggerAncient' can be reduced. [variableScope]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:4360:7: style: The scope of the variable 'isStopAfterNoImprovment' can be reduced. [variableScope]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:603:68: style: Function 'removePositionsWithHighPercentOfMissingData' argument 1 names different: declaration 'PercentOfMissingDataToRemove' definition 'fractionOfMissingDataToRemove'. [funcArgNamesDifferent]
FastML.v3.1/programs/gainLoss/gainLoss.h:105:59: note: Function 'removePositionsWithHighPercentOfMissingData' argument 1 names different: declaration 'PercentOfMissingDataToRemove' definition 'fractionOfMissingDataToRemove'.
FastML.v3.1/programs/gainLoss/gainLoss.cpp:603:68: note: Function 'removePositionsWithHighPercentOfMissingData' argument 1 names different: declaration 'PercentOfMissingDataToRemove' definition 'fractionOfMissingDataToRemove'.
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2920:129: style: Function 'startMaxParsimonyChange' argument 5 names different: declaration 'distanceFromRootForRecent' definition 'distanceFromNearestOTUForRecent'. [funcArgNamesDifferent]
FastML.v3.1/programs/gainLoss/gainLoss.h:131:120: note: Function 'startMaxParsimonyChange' argument 5 names different: declaration 'distanceFromRootForRecent' definition 'distanceFromNearestOTUForRecent'.
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2920:129: note: Function 'startMaxParsimonyChange' argument 5 names different: declaration 'distanceFromRootForRecent' definition 'distanceFromNearestOTUForRecent'.
FastML.v3.1/programs/gainLoss/gainLoss.cpp:3138:66: style: Function 'startSimulateSequences' argument 2 names different: declaration 'seqLengthInSet' definition 'seqLengthInSeq'. [funcArgNamesDifferent]
FastML.v3.1/programs/gainLoss/gainLoss.h:133:57: note: Function 'startSimulateSequences' argument 2 names different: declaration 'seqLengthInSet' definition 'seqLengthInSeq'.
FastML.v3.1/programs/gainLoss/gainLoss.cpp:3138:66: note: Function 'startSimulateSequences' argument 2 names different: declaration 'seqLengthInSet' definition 'seqLengthInSeq'.
FastML.v3.1/programs/gainLoss/gainLoss.cpp:3242:109: style: Function 'simulateSequencesForParametricBootstrap' argument 2 names different: declaration 'scSimulated' definition 'scSampled'. [funcArgNamesDifferent]
FastML.v3.1/programs/gainLoss/gainLoss.h:206:100: note: Function 'simulateSequencesForParametricBootstrap' argument 2 names different: declaration 'scSimulated' definition 'scSampled'.
FastML.v3.1/programs/gainLoss/gainLoss.cpp:3242:109: note: Function 'simulateSequencesForParametricBootstrap' argument 2 names different: declaration 'scSimulated' definition 'scSampled'.
FastML.v3.1/programs/gainLoss/gainLoss.cpp:499:29: style: Variable '_alphVecDist' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:604:0: style: Variable 'missigDataChar' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:2583:16: style: Unused variable: seqIDs2remove [unusedVariable]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:63:11: warning: Member variable 'gainLoss::_spSimple' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:63:11: warning: Member variable 'gainLoss::_CostOfTreeMP' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/gainLoss/gainLoss.h:240:16: style: Member variable 'gainLoss::_lossDist' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:63:59: note: Member variable 'gainLoss::_lossDist' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLoss.h:240:16: note: Member variable 'gainLoss::_lossDist' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLoss.h:239:16: style: Member variable 'gainLoss::_gainDist' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:63:76: note: Member variable 'gainLoss::_gainDist' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLoss.h:239:16: note: Member variable 'gainLoss::_gainDist' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLoss.h:267:11: style: Member variable 'gainLoss::_weightsUniqPatterns' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:63:108: note: Member variable 'gainLoss::_weightsUniqPatterns' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLoss.h:267:11: note: Member variable 'gainLoss::_weightsUniqPatterns' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLoss.cpp:66:2: performance: Variable '_logL' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastML.v3.1/programs/gainLoss/gainLoss.h:97:7: performance: Technically the member function 'gainLoss::printOptionParameters' can be static. [functionStatic]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:3500:16: note: Technically the member function 'gainLoss::printOptionParameters' can be static.
FastML.v3.1/programs/gainLoss/gainLoss.h:97:7: note: Technically the member function 'gainLoss::printOptionParameters' can be static.
FastML.v3.1/programs/gainLoss/gainLoss.h:101:7: performance: Technically the member function 'gainLoss::produceUnionPAP_against_pos' can be static. [functionStatic]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:472:16: note: Technically the member function 'gainLoss::produceUnionPAP_against_pos' can be static.
FastML.v3.1/programs/gainLoss/gainLoss.h:101:7: note: Technically the member function 'gainLoss::produceUnionPAP_against_pos' can be static.
FastML.v3.1/programs/gainLoss/gainLoss.h:157:7: performance: Technically the member function 'gainLoss::printModellValuesOfParams' can be static. [functionStatic]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:1596:16: note: Technically the member function 'gainLoss::printModellValuesOfParams' can be static.
FastML.v3.1/programs/gainLoss/gainLoss.h:157:7: note: Technically the member function 'gainLoss::printModellValuesOfParams' can be static.
FastML.v3.1/programs/gainLoss/gainLoss.h:198:7: performance: Technically the member function 'gainLoss::initMixtureParams' can be static. [functionStatic]
FastML.v3.1/programs/gainLoss/gainLoss.cpp:4084:16: note: Technically the member function 'gainLoss::initMixtureParams' can be static.
FastML.v3.1/programs/gainLoss/gainLoss.h:198:7: note: Technically the member function 'gainLoss::initMixtureParams' can be static.
FastML.v3.1/programs/gainLoss/gainLossOptimizer.h:69:7: style: Technically the member function 'gainLossOptimizer::getOptTree' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/rate4siteGL.h:38:11: style: Technically the member function 'rate4siteGL::getLpostPerCat' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/rate4siteGL.h:39:10: style: Technically the member function 'rate4siteGL::getRates' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/rate4siteGL.h:40:10: style: Technically the member function 'rate4siteGL::getNormalizedRates' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/gainLoss4site.h:44:11: style: Technically the member function 'gainLoss4site::get_gainV' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/gainLoss4site.h:45:11: style: Technically the member function 'gainLoss4site::get_lossV' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/gainLoss4site.h:47:11: style: Technically the member function 'gainLoss4site::get_stdGainV' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/gainLoss4site.h:48:11: style: Technically the member function 'gainLoss4site::get_stdLossV' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/gainLoss4site.h:50:12: style: Technically the member function 'gainLoss4site::get_posteriorsGainV' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/gainLoss4site.h:51:12: style: Technically the member function 'gainLoss4site::get_posteriorsLossV' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/gainLoss4site.h:52:12: style: Technically the member function 'gainLoss4site::getLpostPerSpPerCat' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/simulateOnePos.h:46:20: style: Technically the member function 'simulateOnePos::getSequenceContainer' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/sankoffReconstructGL.h:40:10: style: Technically the member function 'sankoffReconstructGL::getGainMPPerPos' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/sankoffReconstructGL.h:41:10: style: Technically the member function 'sankoffReconstructGL::getLossMPPerPos' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/sankoffReconstructGL.h:42:12: style: Technically the member function 'sankoffReconstructGL::getMPPerPos' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/sankoffReconstructGL.h:43:12: style: Technically the member function 'sankoffReconstructGL::getMPPerBranch' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/sankoffReconstructGL.h:44:13: style: Technically the member function 'sankoffReconstructGL::getMPPerPosPerNode' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/sankoffReconstructGL.h:45:6: style: Technically the member function 'sankoffReconstructGL::getNumOfGainEvnetsMP' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/sankoffReconstructGL.h:46:6: style: Technically the member function 'sankoffReconstructGL::getNumOfLossEvnetsMP' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/computeCorrelations.h:42:81: performance: Function parameter 'type' should be passed by const reference. [passedByValue]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_spVVec' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_gainDist' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_lossDist' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_postProbPerSpPerCatPerPos' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_tr' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_sc' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_refSeq' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_outDir' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_gainV' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_stdGainV' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_lowerBoundGainV' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_upperBoundGainV' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_posteriorsGainV' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_lossV' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_stdLossV' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_lowerBoundLossV' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_upperBoundLossV' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_posteriorsLossV' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_alphaConf' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:31:31: warning: Member variable 'gainLoss4site::_unObservableData_p' is not assigned a value in 'gainLoss4site::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/gainLoss4site.h:61:38: style: Member variable 'gainLoss4site::_spVVec' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:25:9: note: Member variable 'gainLoss4site::_spVVec' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLoss4site.h:61:38: note: Member variable 'gainLoss4site::_spVVec' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLoss4site.h:78:10: style: Member variable 'gainLoss4site::_alphaConf' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:25:129: note: Member variable 'gainLoss4site::_alphaConf' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLoss4site.h:78:10: note: Member variable 'gainLoss4site::_alphaConf' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLoss4site.cpp:23:45: performance: Function parameter 'spVVec' should be passed by const reference. [passedByValue]
FastML.v3.1/programs/gainLoss/gainLossModel.cpp:24:144: style: Function 'gainLossModel' argument 6 names different: declaration '_isHGT_with_Q' definition 'isHGT_with_Q'. [funcArgNamesDifferent]
FastML.v3.1/programs/gainLoss/gainLossModel.h:53:140: note: Function 'gainLossModel' argument 6 names different: declaration '_isHGT_with_Q' definition 'isHGT_with_Q'.
FastML.v3.1/programs/gainLoss/gainLossModel.cpp:24:144: note: Function 'gainLossModel' argument 6 names different: declaration '_isHGT_with_Q' definition 'isHGT_with_Q'.
FastML.v3.1/programs/gainLoss/gainLossModel.h:105:10: style: Member variable 'gainLossModel::_freq' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/gainLossModel.cpp:25:11: note: Member variable 'gainLossModel::_freq' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLossModel.h:105:10: note: Member variable 'gainLossModel::_freq' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLossModel.h:111:7: style: Member variable 'gainLossModel::_isReversible' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/gainLossModel.cpp:25:71: note: Member variable 'gainLossModel::_isReversible' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLossModel.h:111:7: note: Member variable 'gainLossModel::_isReversible' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLossModel.h:110:8: style: Member variable 'gainLossModel::_q2pt' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/gainLossModel.cpp:25:163: note: Member variable 'gainLossModel::_q2pt' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLossModel.h:110:8: note: Member variable 'gainLossModel::_q2pt' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLossModel.h:95:18: warning: Virtual function 'updateQ' is called from constructor 'gainLossModel(const MDOUBLE m1,const Vdouble freq,bool isRootFreqEQstationary,bool isReversible,bool isHGT_normal_Pij,bool _isHGT_with_Q)' at line 33. Dynamic binding is not used. [virtualCallInConstructor]
FastML.v3.1/programs/gainLoss/gainLossModel.cpp:33:2: note: Calling updateQ
FastML.v3.1/programs/gainLoss/gainLossModel.h:95:18: note: updateQ is a virtual method
FastML.v3.1/programs/gainLoss/gainLossModel.h:95:18: warning: Virtual function 'updateQ' is called from constructor 'gainLossModel(const MDOUBLE m1,const Vdouble freq,bool isRootFreqEQstationary,bool isReversible,bool isHGT_normal_Pij,bool _isHGT_with_Q)' at line 36. Dynamic binding is not used. [virtualCallInConstructor]
FastML.v3.1/programs/gainLoss/gainLossModel.cpp:36:3: note: Calling setTheta
FastML.v3.1/programs/gainLoss/gainLossModel.cpp:74:24: note: Calling updateQ
FastML.v3.1/programs/gainLoss/gainLossModel.h:95:18: note: updateQ is a virtual method
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:297:18: warning: Either the condition 'if(opt)' is redundant or there is possible null pointer dereference: opt. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:306:4: note: Assuming that condition 'if(opt)' is not redundant
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:297:18: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:374:18: warning: Either the condition 'if(opt)' is redundant or there is possible null pointer dereference: opt. [nullPointerRedundantCheck]
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:384:4: note: Assuming that condition 'if(opt)' is not redundant
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:374:18: note: Null pointer dereference
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:660:4: style: Variable 'newL' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:656:5: note: Variable 'newL' is reassigned a value before the old one has been used if variable is no semaphore variable.
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:660:4: note: Variable 'newL' is reassigned a value before the old one has been used if variable is no semaphore variable.
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:56:29: style: Function 'gainLossOptimizer' argument 13 names different: declaration '_unObservableData_p' definition 'unObservableData_p'. [funcArgNamesDifferent]
FastML.v3.1/programs/gainLoss/gainLossOptimizer.h:63:21: note: Function 'gainLossOptimizer' argument 13 names different: declaration '_unObservableData_p' definition 'unObservableData_p'.
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:56:29: note: Function 'gainLossOptimizer' argument 13 names different: declaration '_unObservableData_p' definition 'unObservableData_p'.
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:25:20: warning: Member variable 'gainLossOptimizer::_spSimple' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:25:20: warning: Member variable 'gainLossOptimizer::_gainDist' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:25:20: warning: Member variable 'gainLossOptimizer::_lossDist' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:25:20: warning: Member variable 'gainLossOptimizer::_rateDistributionType' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:50:20: warning: Member variable 'gainLossOptimizer::_sp' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:50:20: warning: Member variable 'gainLossOptimizer::_isReversible' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:50:20: warning: Member variable 'gainLossOptimizer::_rateDistributionType' is not initialized in the constructor. [uninitMemberVar]
FastML.v3.1/programs/gainLoss/gainLossOptimizer.h:109:21: style: Member variable 'gainLossOptimizer::_sp' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:31:9: note: Member variable 'gainLossOptimizer::_sp' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLossOptimizer.h:109:21: note: Member variable 'gainLossOptimizer::_sp' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLossOptimizer.h:93:10: style: Member variable 'gainLossOptimizer::_epsilonOptimization' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:32:1: note: Member variable 'gainLossOptimizer::_epsilonOptimization' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLossOptimizer.h:93:10: note: Member variable 'gainLossOptimizer::_epsilonOptimization' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLossOptimizer.h:102:21: style: Member variable 'gainLossOptimizer::_unObservableData_p' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:36:1: note: Member variable 'gainLossOptimizer::_unObservableData_p' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLossOptimizer.h:102:21: note: Member variable 'gainLossOptimizer::_unObservableData_p' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLossOptimizer.h:135:20: style: Member variable 'gainLossOptimizer::_sc' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:58:1: note: Member variable 'gainLossOptimizer::_sc' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLossOptimizer.h:135:20: note: Member variable 'gainLossOptimizer::_sc' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLossOptimizer.h:93:10: style: Member variable 'gainLossOptimizer::_epsilonOptimization' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:59:1: note: Member variable 'gainLossOptimizer::_epsilonOptimization' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLossOptimizer.h:93:10: note: Member variable 'gainLossOptimizer::_epsilonOptimization' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLossOptimizer.h:102:21: style: Member variable 'gainLossOptimizer::_unObservableData_p' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/gainLossOptimizer.cpp:63:1: note: Member variable 'gainLossOptimizer::_unObservableData_p' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLossOptimizer.h:102:21: note: Member variable 'gainLossOptimizer::_unObservableData_p' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/gainLossOptions.cpp:1581:55: style: Function 'updateUserGainLossRatio' argument 1 names different: declaration 'gainLossRatio' definition '_userGainLossRatio'. [funcArgNamesDifferent]
FastML.v3.1/programs/gainLoss/gainLossOptions.h:127:46: note: Function 'updateUserGainLossRatio' argument 1 names different: declaration 'gainLossRatio' definition '_userGainLossRatio'.
FastML.v3.1/programs/gainLoss/gainLossOptions.cpp:1581:55: note: Function 'updateUserGainLossRatio' argument 1 names different: declaration 'gainLossRatio' definition '_userGainLossRatio'.
FastML.v3.1/programs/gainLoss/gainLossUtils.cpp:766:2: style: Variable 'sumPijQij' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FastML.v3.1/programs/gainLoss/gainLossUtils.cpp:753:0: note: Variable 'sumPijQij' is reassigned a value before the old one has been used if variable is no semaphore variable.
FastML.v3.1/programs/gainLoss/gainLossUtils.cpp:766:2: note: Variable 'sumPijQij' is reassigned a value before the old one has been used if variable is no semaphore variable.
FastML.v3.1/programs/gainLoss/gainLossUtils.cpp:898:2: style: Variable 'compGainLossRatio' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FastML.v3.1/programs/gainLoss/gainLossUtils.cpp:886:0: note: Variable 'compGainLossRatio' is reassigned a value before the old one has been used if variable is no semaphore variable.
FastML.v3.1/programs/gainLoss/gainLossUtils.cpp:898:2: note: Variable 'compGainLossRatio' is reassigned a value before the old one has been used if variable is no semaphore variable.
FastML.v3.1/programs/gainLoss/gainLossUtils.cpp:969:8: style: The scope of the variable 'isSiteLegal' can be reduced. [variableScope]
FastML.v3.1/programs/gainLoss/gainLossUtils.cpp:980:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/gainLoss/optimizeGainLossModel.cpp:213:22: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
FastML.v3.1/programs/gainLoss/optimizeGainLossModel.cpp:62:5: style: Condition 'isAllowHigherAlpha' is always true [knownConditionTrueFalse]
FastML.v3.1/programs/gainLoss/optimizeGainLossModel.cpp:60:28: note: Assignment 'isAllowHigherAlpha=true', assigned value is 1
FastML.v3.1/programs/gainLoss/optimizeGainLossModel.cpp:62:5: note: Condition 'isAllowHigherAlpha' is always true
FastML.v3.1/programs/gainLoss/optimizeGainLossModel.h:86:20: style: Member variable 'optimizeGainLossModel::_unObservableData_p' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/optimizeGainLossModel.cpp:25:32: note: Member variable 'optimizeGainLossModel::_unObservableData_p' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/optimizeGainLossModel.h:86:20: note: Member variable 'optimizeGainLossModel::_unObservableData_p' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/optimizeGainLossModelVV.cpp:43:5: style: Condition 'isAllowHigherAlpha' is always false [knownConditionTrueFalse]
FastML.v3.1/programs/gainLoss/optimizeGainLossModelVV.cpp:41:28: note: Assignment 'isAllowHigherAlpha=false', assigned value is 0
FastML.v3.1/programs/gainLoss/optimizeGainLossModelVV.cpp:43:5: note: Condition 'isAllowHigherAlpha' is always false
FastML.v3.1/programs/gainLoss/optimizeGainLossModelVV.h:81:20: style: Member variable 'optimizeGainLossModelVV::_unObservableData_p' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/optimizeGainLossModelVV.cpp:32:31: note: Member variable 'optimizeGainLossModelVV::_unObservableData_p' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/optimizeGainLossModelVV.h:81:20: note: Member variable 'optimizeGainLossModelVV::_unObservableData_p' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:151:0: style: Variable 'precisionHigh' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:152:0: style: Variable 'precisionLow' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:34:27: warning: Member variable 'rate4siteGL::_sp' is not assigned a value in 'rate4siteGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:34:27: warning: Member variable 'rate4siteGL::_tr' is not assigned a value in 'rate4siteGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:34:27: warning: Member variable 'rate4siteGL::_sc' is not assigned a value in 'rate4siteGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:34:27: warning: Member variable 'rate4siteGL::_refSeq' is not assigned a value in 'rate4siteGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:34:27: warning: Member variable 'rate4siteGL::_outDir' is not assigned a value in 'rate4siteGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:34:27: warning: Member variable 'rate4siteGL::_rates' is not assigned a value in 'rate4siteGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:34:27: warning: Member variable 'rate4siteGL::_Lrate' is not assigned a value in 'rate4siteGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:34:27: warning: Member variable 'rate4siteGL::_postProbPerCatPerPos' is not assigned a value in 'rate4siteGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:34:27: warning: Member variable 'rate4siteGL::_normalizedRates' is not assigned a value in 'rate4siteGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:34:27: warning: Member variable 'rate4siteGL::_ave' is not assigned a value in 'rate4siteGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:34:27: warning: Member variable 'rate4siteGL::_std' is not assigned a value in 'rate4siteGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:34:27: warning: Member variable 'rate4siteGL::_BayesianSTD' is not assigned a value in 'rate4siteGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:34:27: warning: Member variable 'rate4siteGL::_BayesianLowerBound' is not assigned a value in 'rate4siteGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:34:27: warning: Member variable 'rate4siteGL::_BayesianUpperBound' is not assigned a value in 'rate4siteGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:34:27: warning: Member variable 'rate4siteGL::_alphaConf' is not assigned a value in 'rate4siteGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:34:27: warning: Member variable 'rate4siteGL::_unObservableData_p' is not assigned a value in 'rate4siteGL::operator='. [operatorEqVarError]
FastML.v3.1/programs/gainLoss/rate4siteGL.h:58:21: style: Member variable 'rate4siteGL::_sp' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:25:9: note: Member variable 'rate4siteGL::_sp' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/rate4siteGL.h:58:21: note: Member variable 'rate4siteGL::_sp' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/rate4siteGL.h:53:7: style: Technically the member function 'rate4siteGL::printAveAndStd' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/rate4siteGL.cpp:204:19: note: Technically the member function 'rate4siteGL::printAveAndStd' can be const.
FastML.v3.1/programs/gainLoss/rate4siteGL.h:53:7: note: Technically the member function 'rate4siteGL::printAveAndStd' can be const.
FastML.v3.1/programs/gainLoss/simulateChangesAlongTree.h:44:6: style: Technically the member function 'simulateChangesAlongTree::getNodeContent' can be const. [functionConst]
FastML.v3.1/programs/gainLoss/simulateOnePos.cpp:203:4: style: Variable 'sumQii' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
FastML.v3.1/programs/gainLoss/simulateOnePos.cpp:202:0: note: Variable 'sumQii' is reassigned a value before the old one has been used if variable is no semaphore variable.
FastML.v3.1/programs/gainLoss/simulateOnePos.cpp:203:4: note: Variable 'sumQii' is reassigned a value before the old one has been used if variable is no semaphore variable.
FastML.v3.1/programs/gainLoss/simulateOnePos.cpp:181:20: style: Variable 'isRevers' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/programs/gainLoss/simulateOnePos.h:56:7: style: Unused private function: 'simulateOnePos::printTreeWithNodeIdBPStyle' [unusedPrivateFunction]
FastML.v3.1/programs/gainLoss/simulateOnePos.h:63:6: style: Member variable 'simulateOnePos::_simNum' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/simulateOnePos.cpp:44:42: note: Member variable 'simulateOnePos::_simNum' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/simulateOnePos.h:63:6: note: Member variable 'simulateOnePos::_simNum' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/simulateOnePos.h:64:10: style: Member variable 'simulateOnePos::_sumGainLoss' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/simulateOnePos.cpp:44:72: note: Member variable 'simulateOnePos::_sumGainLoss' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/simulateOnePos.h:64:10: note: Member variable 'simulateOnePos::_sumGainLoss' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/simulateOnePos.h:69:11: style: Member variable 'simulateOnePos::_simulatedEvents' is in the wrong place in the initializer list. [initializerList]
FastML.v3.1/programs/gainLoss/simulateOnePos.cpp:45:76: note: Member variable 'simulateOnePos::_simulatedEvents' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/simulateOnePos.h:69:11: note: Member variable 'simulateOnePos::_simulatedEvents' is in the wrong place in the initializer list.
FastML.v3.1/programs/gainLoss/simulateOnePos.cpp:40:39: performance: Function parameter 'simSeqFile' should be passed by const reference. [passedByValue]
FastML.v3.1/programs/gainLoss/simulateOnePos.cpp:40:114: performance: Function parameter 'treeFile' should be passed by const reference. [passedByValue]
FastML.v3.1/programs/indelCoder/gaps.h:65:4: style: Variable 'position' is modified but its new value is never used. [unreadVariable]
FastML.v3.1/programs/indelCoder/gaps.h:80:4: style: Variable 'position' is modified but its new value is never used. [unreadVariable]
FastML.v3.1/programs/indelCoder/gaps.h:64:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/indelCoder/gaps.h:79:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/indelCoder/gaps.h:96:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastML.v3.1/programs/indelCoder/gaps.h:46:6: style: Technically the member function 'gaps::numOfGaps' can be const. [functionConst]
FastML.v3.1/programs/indelCoder/character.h:25:6: style: Technically the member function 'character::getCoord5' can be const. [functionConst]
FastML.v3.1/programs/indelCoder/character.h:26:6: style: Technically the member function 'character::getCoord3' can be const. [functionConst]
FastML.v3.1/programs/indelCoder/character.h:29:6: style: Technically the member function 'character::getNumOfStates' can be const. [functionConst]
FastML.v3.1/programs/indelCoder/character.h:55:24: style: Technically the member function 'character::getScStates' can be const. [functionConst]
FastML.v3.1/programs/indelCoder/character.h:57:24: style: Technically the member function 'character::getStates' can be const. [functionConst]
FastML.v3.1/programs/indelCoder/character.h:63:7: style: Technically the member function 'character::isTriangleInequalityCorrectionNeeded' can be const. [functionConst]
FastML.v3.1/programs/indelCoder/character.h:120:7: style: Technically the member function 'character::printStepsMatrix' can be const. [functionConst]
FastML.v3.1/programs/indelCoder/indelCoder.cpp:23:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FastML.v3.1/programs/indelCoder/indelCoder.cpp:28:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FastML.v3.1/programs/indelCoder/indelCoder.cpp:361:19: style: Variable 'nameG' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/programs/indelCoder/indelCoder.cpp:422:0: style: Variable 'gapNum' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/programs/indelCoder/indelCoder.cpp:587:16: style: Variable 'isSIC' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/programs/indelCoder/indelCoder.cpp:597:16: style: Variable 'seqLeng' is assigned a value that is never used. [unreadVariable]
FastML.v3.1/programs/indelCoder/indelCoder.cpp:175:9: error: Uninitialized variable: condition [uninitvar]
[21:38]
ftp://ftp.se.debian.org/debian/pool/main/f/fastnetmon/fastnetmon_1.1.3+dfsg.orig.tar.gz
fastnetmon-1.1.3+dfsg/src/packet_storage.h:57:17: style: Condition 'we_do_timestamps' is always true [knownConditionTrueFalse]
fastnetmon-1.1.3+dfsg/src/packet_storage.h:51:37: note: Assignment 'we_do_timestamps=true', assigned value is 1
fastnetmon-1.1.3+dfsg/src/packet_storage.h:57:17: note: Condition 'we_do_timestamps' is always true
fastnetmon-1.1.3+dfsg/src/fastnetmon_types.h:153:5: warning: Member variable 'attack_details::ban_timestamp' is not initialized in the constructor. [uninitMemberVar]
fastnetmon-1.1.3+dfsg/src/fastnetmon_types.h:41:14: style: Member variable 'simple_packet::number_of_packets' is in the wrong place in the initializer list. [initializerList]
fastnetmon-1.1.3+dfsg/src/fastnetmon_types.h:22:28: note: Member variable 'simple_packet::number_of_packets' is in the wrong place in the initializer list.
fastnetmon-1.1.3+dfsg/src/fastnetmon_types.h:41:14: note: Member variable 'simple_packet::number_of_packets' is in the wrong place in the initializer list.
fastnetmon-1.1.3+dfsg/src/fastnetmon_types.h:35:13: style: Member variable 'simple_packet::ip_protocol_version' is in the wrong place in the initializer list. [initializerList]
fastnetmon-1.1.3+dfsg/src/fastnetmon_types.h:22:72: note: Member variable 'simple_packet::ip_protocol_version' is in the wrong place in the initializer list.
fastnetmon-1.1.3+dfsg/src/fastnetmon_types.h:35:13: note: Member variable 'simple_packet::ip_protocol_version' is in the wrong place in the initializer list.
fastnetmon-1.1.3+dfsg/src/fastnetmon_types.h:119:14: style: Member variable 'map_element::fragmented_in_packets' is in the wrong place in the initializer list. [initializerList]
fastnetmon-1.1.3+dfsg/src/fastnetmon_types.h:109:69: note: Member variable 'map_element::fragmented_in_packets' is in the wrong place in the initializer list.
fastnetmon-1.1.3+dfsg/src/fastnetmon_types.h:119:14: note: Member variable 'map_element::fragmented_in_packets' is in the wrong place in the initializer list.
fastnetmon-1.1.3+dfsg/src/fastnetmon_types.h:163:14: style: Member variable 'attack_details::attack_power' is in the wrong place in the initializer list. [initializerList]
fastnetmon-1.1.3+dfsg/src/fastnetmon_types.h:154:27: note: Member variable 'attack_details::attack_power' is in the wrong place in the initializer list.
fastnetmon-1.1.3+dfsg/src/fastnetmon_types.h:163:14: note: Member variable 'attack_details::attack_power' is in the wrong place in the initializer list.
fastnetmon-1.1.3+dfsg/src/fastnetmon_types.h:161:15: style: Member variable 'attack_details::attack_direction' is in the wrong place in the initializer list. [initializerList]
fastnetmon-1.1.3+dfsg/src/fastnetmon_types.h:156:42: note: Member variable 'attack_details::attack_direction' is in the wrong place in the initializer list.
fastnetmon-1.1.3+dfsg/src/fastnetmon_types.h:161:15: note: Member variable 'attack_details::attack_direction' is in the wrong place in the initializer list.
fastnetmon-1.1.3+dfsg/src/packet_storage.h:100:17: style: Technically the member function 'packet_storage_t::get_used_memory' can be const. [functionConst]
fastnetmon-1.1.3+dfsg/src/packet_storage.h:121:22: style: Technically the member function 'packet_storage_t::get_max_packet_size' can be const. [functionConst]
fastnetmon-1.1.3+dfsg/src/actions/gobgp_action.cpp:35:9: style: Class 'GrpcClient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastnetmon-1.1.3+dfsg/src/actions/gobgp_action.cpp:195:0: error: Memory leak: current_path [memleak]
fastnetmon-1.1.3+dfsg/src/actions/gobgp_action.cpp:163:48: performance: Function parameter 'announced_prefix' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/actions/gobgp_action.cpp:163:78: performance: Function parameter 'announced_prefix_nexthop' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/actions/gobgp_action.cpp:336:35: performance: Function parameter 'action' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/actions/gobgp_action.cpp:336:55: performance: Function parameter 'ip_as_string' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/afpacket_plugin/afpacket_collector.cpp:210:5: style: Variable 'mapped_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
fastnetmon-1.1.3+dfsg/src/afpacket_plugin/afpacket_collector.cpp:207:0: note: Variable 'mapped_buffer' is reassigned a value before the old one has been used.
fastnetmon-1.1.3+dfsg/src/afpacket_plugin/afpacket_collector.cpp:210:5: note: Variable 'mapped_buffer' is reassigned a value before the old one has been used.
fastnetmon-1.1.3+dfsg/src/afpacket_plugin/afpacket_collector.cpp:230:0: error: Memory leak: rd [memleak]
fastnetmon-1.1.3+dfsg/src/afpacket_plugin/afpacket_collector.cpp:136:30: performance: Function parameter 'interface_name' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/afpacket_plugin/afpacket_collector.cpp:274:42: performance: Function parameter 'interface_name' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/bgp_flow_spec.h:317:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fastnetmon-1.1.3+dfsg/src/bgp_flow_spec.h:121:13: performance: Variable 'sentence_separator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fastnetmon-1.1.3+dfsg/src/bgp_flow_spec.h:240:13: performance: Variable 'four_spaces' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fastnetmon-1.1.3+dfsg/src/bgp_flow_spec.h:241:13: performance: Variable 'sentence_separator' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fastnetmon-1.1.3+dfsg/src/bgp_flow_spec.h:163:14: style: Technically the member function 'flow_spec_rule_t::announce_is_correct' can be const. [functionConst]
fastnetmon-1.1.3+dfsg/src/bgp_flow_spec.h:13:61: performance: Function parameter 'vect' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/bgp_flow_spec.h:23:73: performance: Function parameter 'vect' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/bgp_flow_spec.h:23:114: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/bgp_flow_spec.h:132:49: performance: Function parameter 'sentence_separator' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/bgp_flow_spec.h:216:48: performance: Function parameter 'action' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/bgp_flow_spec.h:540:51: performance: Function parameter 'action' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/bgp_flow_spec.h:540:76: performance: Function parameter 'flow_spec_rule' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/example_plugin/example_collector.cpp:67:5: style: Variable 'current_packet.protocol' is reassigned a value before the old one has been used. [redundantAssignment]
fastnetmon-1.1.3+dfsg/src/example_plugin/example_collector.cpp:64:5: note: Variable 'current_packet.protocol' is reassigned a value before the old one has been used.
fastnetmon-1.1.3+dfsg/src/example_plugin/example_collector.cpp:67:5: note: Variable 'current_packet.protocol' is reassigned a value before the old one has been used.
fastnetmon-1.1.3+dfsg/src/example_plugin/example_collector.cpp:41:39: style: Variable 'example_plugin_config_param' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:788:9: style: Condition 'found_patrica_node' is always false [knownConditionTrueFalse]
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:785:26: note: Assignment 'found_patrica_node=NULL', assigned value is 0
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:788:9: note: Condition 'found_patrica_node' is always false
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:736:5: style: Variable 'found_patrica_node' is reassigned a value before the old one has been used. [redundantAssignment]
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:726:0: note: Variable 'found_patrica_node' is reassigned a value before the old one has been used.
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:736:5: note: Variable 'found_patrica_node' is reassigned a value before the old one has been used.
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:779:5: style: Variable 'found_patrica_node' is reassigned a value before the old one has been used. [redundantAssignment]
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:776:0: note: Variable 'found_patrica_node' is reassigned a value before the old one has been used.
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:779:5: note: Variable 'found_patrica_node' is reassigned a value before the old one has been used.
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:821:5: style: Variable 'found_patrica_node' is reassigned a value before the old one has been used. [redundantAssignment]
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:816:0: note: Variable 'found_patrica_node' is reassigned a value before the old one has been used.
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:821:5: note: Variable 'found_patrica_node' is reassigned a value before the old one has been used.
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:834:5: style: Variable 'found_patrica_node' is reassigned a value before the old one has been used. [redundantAssignment]
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:829:5: note: Variable 'found_patrica_node' is reassigned a value before the old one has been used.
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:834:5: note: Variable 'found_patrica_node' is reassigned a value before the old one has been used.
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:1186:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:1188:7: note: Found duplicate branches for 'if' and 'else'.
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:1186:12: note: Found duplicate branches for 'if' and 'else'.
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:1013:26: style: union member 'Anonymous1::lo_32' is never used. [unusedStructMember]
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:1014:26: style: union member 'Anonymous1::hi_32' is never used. [unusedStructMember]
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:663:59: performance: Function parameter 'interface' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/fast_library.cpp:725:92: performance: Function parameter 'ip' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:3161:9: style: Condition 'store_attack_details_to_file' is always true [knownConditionTrueFalse]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:3153:41: note: Assignment 'store_attack_details_to_file=true', assigned value is 1
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:3161:9: note: Condition 'store_attack_details_to_file' is always true
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:4246:41: style: Function 'we_should_ban_this_ip' argument 1 names different: declaration 'current_average_speed_element' definition 'average_speed_element'. [funcArgNamesDifferent]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:446:41: note: Function 'we_should_ban_this_ip' argument 1 names different: declaration 'current_average_speed_element' definition 'average_speed_element'.
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:4246:41: note: Function 'we_should_ban_this_ip' argument 1 names different: declaration 'current_average_speed_element' definition 'average_speed_element'.
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:2562:29: style: Variable 'first_dup_result' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:2563:29: style: Variable 'second_dup_result' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:2621:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:2627:32: style: Variable 'chdir_result' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:3157:52: style: Variable 'basic_attack_information_in_json' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:3512:5: style: Variable 'max_proto' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:4248:35: style: Variable 'attack_detected_by_pps' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:4249:41: style: Variable 'attack_detected_by_bandwidth' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:4250:36: style: Variable 'attack_detected_by_flow' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:587:10: style: Technically the member function 'TrafficComparatorClass::operator()' can be const. [functionConst]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:969:35: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:2301:50: performance: Function parameter 'screen_data_stats_param' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:2416:45: performance: Function parameter 'traffic_type' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:2907:36: performance: Function parameter 'action' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:2907:56: performance: Function parameter 'ip_as_string' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:2924:43: performance: Function parameter 'action' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:2956:46: performance: Function parameter 'action' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:2956:66: performance: Function parameter 'flow_spec_rule_as_text' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:2986:88: performance: Function parameter 'flow_attack_details' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:3148:88: performance: Function parameter 'flow_attack_details' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:3837:68: performance: Function parameter 'client_ip' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:3880:88: performance: Function parameter 'client_ip' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:3906:94: performance: Function parameter 'client_ip' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:4077:47: performance: Function parameter 'details' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:4077:68: performance: Function parameter 'client_ip_as_string' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:4128:85: performance: Function parameter 'host_group_name' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:4312:124: performance: Function parameter 'destination_ip' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/fastnetmon.cpp:1028:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fastnetmon-1.1.3+dfsg/src/fastnetmon_api_client.cpp:20:9: style: Class 'FastnetmonClient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastnetmon-1.1.3+dfsg/src/fastnetmon_packet_parser.c:385:30: style: The scope of the variable 'vh' can be reduced. [variableScope]
fastnetmon-1.1.3+dfsg/src/fastnetmon_pcap_format.cpp:44:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fastnetmon-1.1.3+dfsg/src/fastnetmon_pcap_format.cpp:64:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fastnetmon-1.1.3+dfsg/src/ipfix_rfc.cpp:17:11: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fastnetmon-1.1.3+dfsg/src/ipfix_rfc.cpp:22:11: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fastnetmon-1.1.3+dfsg/src/ipfix_rfc.h:14:17: style: Technically the member function 'ipfix_information_element_t::get_name' can be const. [functionConst]
fastnetmon-1.1.3+dfsg/src/ipfix_rfc.cpp:8:42: note: Technically the member function 'ipfix_information_element_t::get_name' can be const.
fastnetmon-1.1.3+dfsg/src/ipfix_rfc.h:14:17: note: Technically the member function 'ipfix_information_element_t::get_name' can be const.
fastnetmon-1.1.3+dfsg/src/ipfix_rfc.h:15:18: style: Technically the member function 'ipfix_information_element_t::get_length' can be const. [functionConst]
fastnetmon-1.1.3+dfsg/src/ipfix_rfc.cpp:12:43: note: Technically the member function 'ipfix_information_element_t::get_length' can be const.
fastnetmon-1.1.3+dfsg/src/ipfix_rfc.h:15:18: note: Technically the member function 'ipfix_information_element_t::get_length' can be const.
fastnetmon-1.1.3+dfsg/src/ipfix_rfc.cpp:16:70: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/libpatricia/patricia.c:218:5: warning: Possible null pointer dereference: prefix [nullPointer]
fastnetmon-1.1.3+dfsg/src/libpatricia/patricia.c:231:48: note: Calling function 'New_Prefix2', 4th argument 'prefix' value is 0
fastnetmon-1.1.3+dfsg/src/libpatricia/patricia.c:218:5: note: Null pointer dereference
fastnetmon-1.1.3+dfsg/src/libpatricia/patricia.c:219:5: warning: Possible null pointer dereference: prefix [nullPointer]
fastnetmon-1.1.3+dfsg/src/libpatricia/patricia.c:231:48: note: Calling function 'New_Prefix2', 4th argument 'prefix' value is 0
fastnetmon-1.1.3+dfsg/src/libpatricia/patricia.c:219:5: note: Null pointer dereference
fastnetmon-1.1.3+dfsg/src/libpatricia/patricia.c:220:5: warning: Possible null pointer dereference: prefix [nullPointer]
fastnetmon-1.1.3+dfsg/src/libpatricia/patricia.c:231:48: note: Calling function 'New_Prefix2', 4th argument 'prefix' value is 0
fastnetmon-1.1.3+dfsg/src/libpatricia/patricia.c:220:5: note: Null pointer dereference
fastnetmon-1.1.3+dfsg/src/libpatricia/patricia.c:68:16: style: The scope of the variable 'c' can be reduced. [variableScope]
fastnetmon-1.1.3+dfsg/src/libpatricia/patricia.c:68:19: style: The scope of the variable 'val' can be reduced. [variableScope]
fastnetmon-1.1.3+dfsg/src/libpatricia/patricia.c:631:15: style: The scope of the variable 'r' can be reduced. [variableScope]
fastnetmon-1.1.3+dfsg/src/libpatricia/patricia.c:55:16: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:1170:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:341:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:348:11: note: Found duplicate branches for 'if' and 'else'.
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:341:9: note: Found duplicate branches for 'if' and 'else'.
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:744:40: style: The scope of the variable 'flowset' can be reduced. [variableScope]
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:828:39: style: The scope of the variable 'flowset' can be reduced. [variableScope]
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:1216:26: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:507:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:598:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:90:58: performance: Function parameter 'client_addres_in_string_format' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:111:76: performance: Function parameter 'client_addres_in_string_format' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:116:77: performance: Function parameter 'client_addres_in_string_format' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:197:94: performance: Function parameter 'client_addres_in_string_format' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:259:93: performance: Function parameter 'client_addres_in_string_format' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:329:36: performance: Function parameter 'client_addres_in_string_format' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:650:42: performance: Function parameter 'client_addres_in_string_format' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:696:117: performance: Function parameter 'client_addres_in_string_format' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:742:74: performance: Function parameter 'client_addres_in_string_format' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:824:73: performance: Function parameter 'client_addres_in_string_format' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:912:73: performance: Function parameter 'client_addres_in_string_format' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/netflow_plugin/netflow_collector.cpp:1052:70: performance: Function parameter 'client_addres_in_string_format' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/netmap_plugin/netmap_collector.cpp:214:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fastnetmon-1.1.3+dfsg/src/netmap_plugin/netmap_collector.cpp:316:59: style: Function 'netmap_thread' argument 2 names different: declaration 'netmap_thread' definition 'thread_number'. [funcArgNamesDifferent]
fastnetmon-1.1.3+dfsg/src/netmap_plugin/netmap_collector.cpp:62:59: note: Function 'netmap_thread' argument 2 names different: declaration 'netmap_thread' definition 'thread_number'.
fastnetmon-1.1.3+dfsg/src/netmap_plugin/netmap_collector.cpp:316:59: note: Function 'netmap_thread' argument 2 names different: declaration 'netmap_thread' definition 'thread_number'.
fastnetmon-1.1.3+dfsg/src/netmap_plugin/netmap_collector.cpp:199:33: style: Variable 'system_interface_name' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/netmap_plugin/netmap_collector.cpp:318:13: style: Unused variable: buf [unusedVariable]
fastnetmon-1.1.3+dfsg/src/pcap_reader.cpp:108:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
fastnetmon-1.1.3+dfsg/src/pcap_reader.cpp:143:13: warning: %llu in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fastnetmon-1.1.3+dfsg/src/pcap_reader.cpp:257:9: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fastnetmon-1.1.3+dfsg/src/pcap_reader.cpp:258:9: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fastnetmon-1.1.3+dfsg/src/pcap_reader.cpp:260:9: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:434:13: style: Condition 'rehash_rss' is always false [knownConditionTrueFalse]
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:432:26: note: Assignment 'rehash_rss=0', assigned value is 0
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:434:13: note: Condition 'rehash_rss' is always false
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:437:27: style: Condition 'poll_duration>0' is always false [knownConditionTrueFalse]
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:436:29: note: Assignment 'poll_duration=0', assigned value is 0
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:437:27: note: Condition 'poll_duration>0' is always false
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:460:12: style: Condition '!do_shutdown' is always true [knownConditionTrueFalse]
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:458:24: note: Assignment 'do_shutdown=false', assigned value is 0
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:460:12: note: Condition '!do_shutdown' is always true
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:703:21: style: Condition 'num_threads>1' is always false [knownConditionTrueFalse]
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:694:32: note: Assignment 'num_threads=1', assigned value is 1
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:703:21: note: Condition 'num_threads>1' is always false
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:704:9: style: Condition 'use_extended_pkt_header' is always true [knownConditionTrueFalse]
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:698:36: note: Assignment 'use_extended_pkt_header=true', assigned value is 1
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:704:9: note: Condition 'use_extended_pkt_header' is always true
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:705:9: style: Condition 'promisc' is always true [knownConditionTrueFalse]
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:696:20: note: Assignment 'promisc=true', assigned value is 1
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:705:9: note: Condition 'promisc' is always true
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:706:9: style: Condition 'enable_hw_timestamp' is always false [knownConditionTrueFalse]
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:699:32: note: Assignment 'enable_hw_timestamp=false', assigned value is 0
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:706:9: note: Condition 'enable_hw_timestamp' is always false
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:707:9: style: Condition '!dont_strip_timestamps' is always true [knownConditionTrueFalse]
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:700:34: note: Assignment 'dont_strip_timestamps=false', assigned value is 0
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:707:9: note: Condition '!dont_strip_timestamps' is always true
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:437:27: style: Same expression on both sides of '>' because the value of 'poll_duration' and '0' are the same. [duplicateExpression]
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:436:29: note: 'poll_duration' is assigned value '0' here.
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:437:27: note: Same expression on both sides of '>' because the value of 'poll_duration' and '0' are the same.
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:703:21: style: Same expression on both sides of '>' because the value of 'num_threads' and '1' are the same. [duplicateExpression]
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:694:32: note: 'num_threads' is assigned value '1' here.
fastnetmon-1.1.3+dfsg/src/pfring_plugin/pfring_collector.cpp:703:21: note: Same expression on both sides of '>' because the value of 'num_threads' and '1' are the same.
fastnetmon-1.1.3+dfsg/src/sflow_plugin/sflow_collector.cpp:477:14: style: Unused variable: buf [unusedVariable]
fastnetmon-1.1.3+dfsg/src/sflow_plugin/sflow_collector.cpp:542:29: style: Variable 'priority' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/sflow_plugin/sflow_collector.cpp:866:10: style: Unused variable: buf [unusedVariable]
fastnetmon-1.1.3+dfsg/src/tests/af_packet.cpp:78:9: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fastnetmon-1.1.3+dfsg/src/tests/af_packet.cpp:82:30: performance: Function parameter 'interface_name' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/tests/af_packet.cpp:159:42: performance: Function parameter 'interface_name' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/tests/af_packet_ring.cpp:71:9: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fastnetmon-1.1.3+dfsg/src/tests/af_packet_ring.cpp:193:5: style: Variable 'mapped_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
fastnetmon-1.1.3+dfsg/src/tests/af_packet_ring.cpp:190:0: note: Variable 'mapped_buffer' is reassigned a value before the old one has been used.
fastnetmon-1.1.3+dfsg/src/tests/af_packet_ring.cpp:193:5: note: Variable 'mapped_buffer' is reassigned a value before the old one has been used.
fastnetmon-1.1.3+dfsg/src/tests/af_packet_ring.cpp:213:0: error: Memory leak: rd [memleak]
fastnetmon-1.1.3+dfsg/src/tests/af_packet_ring.cpp:119:30: performance: Function parameter 'interface_name' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/tests/af_packet_ring.cpp:257:42: performance: Function parameter 'interface_name' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/tests/conntrack_prototype.cpp:119:21: warning: %llu in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fastnetmon-1.1.3+dfsg/src/tests/conntrack_prototype.cpp:154:10: style: Unused variable: data [unusedVariable]
fastnetmon-1.1.3+dfsg/src/tests/conntrack_prototype.cpp:94:9: style: Class 'connection_tracking_fast_storage_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastnetmon-1.1.3+dfsg/src/tests/ip_lookup.cpp:181:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fastnetmon-1.1.3+dfsg/src/tests/ip_lookup.cpp:46:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/tests/ip_lookup.cpp:106:57: performance: Function parameter 'subnet' should be passed by const reference. [passedByValue]
fastnetmon-1.1.3+dfsg/src/tests/lpm_performance_tests.cpp:204:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fastnetmon-1.1.3+dfsg/src/tests/lpm_performance_tests.cpp:204:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fastnetmon-1.1.3+dfsg/src/tests/lpm_performance_tests.cpp:71:5: style: Variable 'network_size_in_ips' is reassigned a value before the old one has been used. [redundantAssignment]
fastnetmon-1.1.3+dfsg/src/tests/lpm_performance_tests.cpp:70:0: note: Variable 'network_size_in_ips' is reassigned a value before the old one has been used.
fastnetmon-1.1.3+dfsg/src/tests/lpm_performance_tests.cpp:71:5: note: Variable 'network_size_in_ips' is reassigned a value before the old one has been used.
fastnetmon-1.1.3+dfsg/src/tests/lpm_performance_tests.cpp:148:27: style: The scope of the variable 'destination_subnet' can be reduced. [variableScope]
fastnetmon-1.1.3+dfsg/src/tests/lpm_performance_tests.cpp:44:18: style: Member variable 'map_element::icmp_in_packets' is in the wrong place in the initializer list. [initializerList]
fastnetmon-1.1.3+dfsg/src/tests/lpm_performance_tests.cpp:25:69: note: Member variable 'map_element::icmp_in_packets' is in the wrong place in the initializer list.
fastnetmon-1.1.3+dfsg/src/tests/lpm_performance_tests.cpp:44:18: note: Member variable 'map_element::icmp_in_packets' is in the wrong place in the initializer list.
fastnetmon-1.1.3+dfsg/src/tests/lru_cache/lru_cache.h:241:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fastnetmon-1.1.3+dfsg/src/tests/lru_cache/lru_cache.h:59:19: style: Technically the member function 'Countfn::operator()' can be const. [functionConst]
fastnetmon-1.1.3+dfsg/src/tests/lru_cache/lru_cache.h:102:5: style: Class 'LRUCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastnetmon-1.1.3+dfsg/src/tests/mongodb_client.cpp:9:22: style: Unused variable: cursor [unusedVariable]
fastnetmon-1.1.3+dfsg/src/tests/netmap.cpp:78:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fastnetmon-1.1.3+dfsg/src/tests/netmap.cpp:136:59: style: Function 'netmap_thread' argument 2 names different: declaration 'netmap_thread' definition 'thread_number'. [funcArgNamesDifferent]
fastnetmon-1.1.3+dfsg/src/tests/netmap.cpp:17:59: note: Function 'netmap_thread' argument 2 names different: declaration 'netmap_thread' definition 'thread_number'.
fastnetmon-1.1.3+dfsg/src/tests/netmap.cpp:136:59: note: Function 'netmap_thread' argument 2 names different: declaration 'netmap_thread' definition 'thread_number'.
fastnetmon-1.1.3+dfsg/src/tests/netmap.cpp:138:13: style: Unused variable: buf [unusedVariable]
fastnetmon-1.1.3+dfsg/src/tests/netmap.cpp:169:21: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/tests/parser_performance_tests.cpp:52:9: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fastnetmon-1.1.3+dfsg/src/tests/parser_performance_tests.cpp:79:19: style: Variable 'payload2' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/tests/parser_performance_tests.cpp:104:20: style: Variable 'tcp' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/tests/parser_performance_tests.cpp:109:20: style: Variable 'udp' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/tests/parser_performance_tests.cpp:111:21: style: Variable 'icmp' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/tests/patricia_performance_tests.c:81:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fastnetmon-1.1.3+dfsg/src/tests/patricia_performance_tests.c:81:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fastnetmon-1.1.3+dfsg/src/tests/patricia_performance_tests.c:66:0: style: Variable 'destination_subnet' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/tests/pfring_parser_zc_issue.c:14:0: error: Code 'std::cout' is invalid C code. Use --std or --language to configure the language. [syntaxError]
fastnetmon-1.1.3+dfsg/src/tests/snabb/capturecallback.cpp:82:17: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'double'. [invalidPrintfArgType_uint]
fastnetmon-1.1.3+dfsg/src/tests/snabb/capturecallback.cpp:82:17: warning: %llu in format string (no. 2) requires 'unsigned long long' but the argument type is 'double'. [invalidPrintfArgType_uint]
fastnetmon-1.1.3+dfsg/src/tests/snabb/capturecallback.cpp:173:9: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
fastnetmon-1.1.3+dfsg/src/tests/snabb/capturecallback.cpp:173:9: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fastnetmon-1.1.3+dfsg/src/tests/snabb/capturecallback.cpp:173:9: warning: %lld in format string (no. 3) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fastnetmon-1.1.3+dfsg/src/tests/snabb/capturecallback.cpp:173:9: warning: %lld in format string (no. 4) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
fastnetmon-1.1.3+dfsg/src/tests/snabb/capturecallback.cpp:24:26: style: union member 'Anonymous2::lo_32' is never used. [unusedStructMember]
fastnetmon-1.1.3+dfsg/src/tests/snabb/capturecallback.cpp:25:26: style: union member 'Anonymous2::hi_32' is never used. [unusedStructMember]
fastnetmon-1.1.3+dfsg/src/tests/snabb/capturecallback.cpp:55:17: style: Technically the member function 'token_bucket_t::get_rate' can be const. [functionConst]
fastnetmon-1.1.3+dfsg/src/tests/snabb/capturecallback.cpp:59:17: style: Technically the member function 'token_bucket_t::get_burst' can be const. [functionConst]
fastnetmon-1.1.3+dfsg/src/tests/snabb/capturecallback.cpp:63:17: style: Technically the member function 'token_bucket_t::get_tokens' can be const. [functionConst]
fastnetmon-1.1.3+dfsg/src/tests/snabb/capturetodisk.cpp:154:9: style: Condition 'we_do_timestamps' is always false [knownConditionTrueFalse]
fastnetmon-1.1.3+dfsg/src/tests/snabb/capturetodisk.cpp:152:29: note: Assignment 'we_do_timestamps=false', assigned value is 0
fastnetmon-1.1.3+dfsg/src/tests/snabb/capturetodisk.cpp:154:9: note: Condition 'we_do_timestamps' is always false
fastnetmon-1.1.3+dfsg/src/tests/snabb/capturetodisk.cpp:141:9: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
fastnetmon-1.1.3+dfsg/src/tests/snabb/capturetodisk.cpp:215:5: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fastnetmon-1.1.3+dfsg/src/tests/snabb/ndpicallback.cpp:297:9: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
fastnetmon-1.1.3+dfsg/src/tests/snabb/ndpicallback.cpp:95:26: style: union member 'Anonymous2::lo_32' is never used. [unusedStructMember]
fastnetmon-1.1.3+dfsg/src/tests/snabb/ndpicallback.cpp:96:26: style: union member 'Anonymous2::hi_32' is never used. [unusedStructMember]
fastnetmon-1.1.3+dfsg/src/tests/snabb/ndpicallback.cpp:624:24: style: Variable 'path' is assigned a value that is never used. [unreadVariable]
fastnetmon-1.1.3+dfsg/src/tests/snabb/ndpicallback.cpp:150:13: style: Class 'ndpi_tracking_flow_t' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fastnetmon-1.1.3+dfsg/src/tests/snabb/ndpicallback.cpp:150:13: style: Class 'ndpi_tracking_flow_t' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fastnetmon-1.1.3+dfsg/src/tests/sort_struct.cpp:19:0: warning: Member variable 'fast_priority_queue < unsigned int >::max_number' is not initialized in the constructor. [uninitMemberVar]
fastnetmon-1.1.3+dfsg/src/tests/sort_struct.cpp:19:0: warning: Member variable 'fast_priority_queue < unsigned int >::min_number' is not initialized in the constructor. [uninitMemberVar]
fastnetmon-1.1.3+dfsg/src/tests/sort_struct.cpp:46:0: style: Technically the member function 'fast_priority_queue < unsigned int >::print_internal_list' can be const. [functionConst]
fastnetmon-1.1.3+dfsg/src/tests/sort_struct.cpp:19:0: style: Class 'fast_priority_queue < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastnetmon-1.1.3+dfsg/src/tests/spsc_prototype.cpp:121:9: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fastnetmon-1.1.3+dfsg/src/tests/store_data_to_graphite.cpp:41:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
fastnetmon-1.1.3+dfsg/src/tests/tsc_timers.cpp:64:5: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fastnetmon-1.1.3+dfsg/src/tests/tsc_timers.cpp:68:5: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fastnetmon-1.1.3+dfsg/src/tests/tsc_timers.cpp:70:5: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
fastnetmon-1.1.3+dfsg/src/tests/tsc_timers.cpp:12:26: style: union member 'Anonymous0::lo_32' is never used. [unusedStructMember]
fastnetmon-1.1.3+dfsg/src/tests/tsc_timers.cpp:13:26: style: union member 'Anonymous0::hi_32' is never used. [unusedStructMember]
[21:38]
ftp://ftp.se.debian.org/debian/pool/main/f/fastqc/fastqc_0.11.7+dfsg.orig.tar.xz
ftp://ftp.se.debian.org/debian/pool/main/f/fastqtl/fastqtl_2.184+dfsg.orig.tar.xz
FastQTL/src/analysisMapping.cpp:104:16: style: Redundant condition: !full. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
FastQTL/src/utils/utils.h:89:2: warning: Member variable 'RunningStat::m_oldM' is not initialized in the constructor. [uninitMemberVar]
FastQTL/src/utils/utils.h:89:2: warning: Member variable 'RunningStat::m_newM' is not initialized in the constructor. [uninitMemberVar]
FastQTL/src/utils/utils.h:89:2: warning: Member variable 'RunningStat::m_oldS' is not initialized in the constructor. [uninitMemberVar]
FastQTL/src/utils/utils.h:89:2: warning: Member variable 'RunningStat::m_newS' is not initialized in the constructor. [uninitMemberVar]
FastQTL/src/region.h:30:3: performance: Variable 'chr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastQTL/src/utils/utils.h:131:7: style: Technically the member function 'RunningStat::MeanStandardDeviation' can be const. [functionConst]
FastQTL/src/utils/utils.h:136:7: style: Technically the member function 'RunningStat::MeanVariance' can be const. [functionConst]
FastQTL/src/region.h:35:9: style: Technically the member function 'region::str' can be const. [functionConst]
FastQTL/src/region.h:41:7: style: Technically the member function 'region::check' can be const. [functionConst]
FastQTL/src/data.h:127:9: style: Technically the member function 'data::getCorrelation' can be const. [functionConst]
FastQTL/src/data.h:181:21: note: Technically the member function 'data::getCorrelation' can be const.
FastQTL/src/data.h:127:9: note: Technically the member function 'data::getCorrelation' can be const.
FastQTL/src/data.h:128:9: style: Technically the member function 'data::getCorrelation' can be const. [functionConst]
FastQTL/src/data.h:189:21: note: Technically the member function 'data::getCorrelation' can be const.
FastQTL/src/data.h:128:9: note: Technically the member function 'data::getCorrelation' can be const.
FastQTL/src/data.h:129:9: performance: Technically the member function 'data::getPvalue' can be static. [functionStatic]
FastQTL/src/data.h:195:21: note: Technically the member function 'data::getPvalue' can be static.
FastQTL/src/data.h:129:9: note: Technically the member function 'data::getPvalue' can be static.
FastQTL/src/data.h:130:9: performance: Technically the member function 'data::getPvalue' can be static. [functionStatic]
FastQTL/src/data.h:199:21: note: Technically the member function 'data::getPvalue' can be static.
FastQTL/src/data.h:130:9: note: Technically the member function 'data::getPvalue' can be static.
FastQTL/src/data.h:131:9: performance: Technically the member function 'data::getSlope' can be static. [functionStatic]
FastQTL/src/data.h:205:21: note: Technically the member function 'data::getSlope' can be static.
FastQTL/src/data.h:131:9: note: Technically the member function 'data::getSlope' can be static.
FastQTL/src/utils/utils.h:91:2: style: Class 'RunningStat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FastQTL/src/utils/utils.h:95:2: style: Class 'RunningStat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FastQTL/src/residualizer.h:40:5: style: Class 'residualizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FastQTL/src/utils/utils.h:224:37: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
FastQTL/src/region.h:41:21: performance: Function parameter '_chr' should be passed by const reference. [passedByValue]
FastQTL/src/analysisPermutation.cpp:95:10: style: The scope of the variable 'mean' can be reduced. [variableScope]
FastQTL/src/analysisPermutation.cpp:95:22: style: The scope of the variable 'variance' can be reduced. [variableScope]
FastQTL/src/analysisPermutationInteraction.cpp:88:10: style: The scope of the variable 'mean' can be reduced. [variableScope]
FastQTL/src/analysisPermutationInteraction.cpp:88:22: style: The scope of the variable 'variance' can be reduced. [variableScope]
FastQTL/src/analysisPermutationPerGroup.cpp:119:10: style: The scope of the variable 'mean' can be reduced. [variableScope]
FastQTL/src/analysisPermutationPerGroup.cpp:119:22: style: The scope of the variable 'variance' can be reduced. [variableScope]
FastQTL/src/analysisPermutationSequence.cpp:96:10: style: The scope of the variable 'mean' can be reduced. [variableScope]
FastQTL/src/analysisPermutationSequence.cpp:96:22: style: The scope of the variable 'variance' can be reduced. [variableScope]
FastQTL/src/df.cpp:37:25: style: C-style pointer casting [cstyleCast]
FastQTL/src/df.cpp:81:9: style: The scope of the variable 'size' can be reduced. [variableScope]
FastQTL/src/management.cpp:101:16: style: The scope of the variable 'max_val' can be reduced. [variableScope]
FastQTL/src/management.cpp:101:25: style: The scope of the variable 'max_mid' can be reduced. [variableScope]
FastQTL/src/management.cpp:52:42: style: Function 'checkSample' argument 2 names different: declaration 'checkDuplicates' definition 'checkDuplicate'. [funcArgNamesDifferent]
FastQTL/src/data.h:92:34: note: Function 'checkSample' argument 2 names different: declaration 'checkDuplicates' definition 'checkDuplicate'.
FastQTL/src/management.cpp:52:42: note: Function 'checkSample' argument 2 names different: declaration 'checkDuplicates' definition 'checkDuplicate'.
FastQTL/src/management.cpp:24:7: warning: Member variable 'data::cis_window' is not initialized in the constructor. [uninitMemberVar]
FastQTL/src/data.h:120:7: style: Technically the member function 'data::normalize' can be const. [functionConst]
FastQTL/src/management.cpp:221:12: note: Technically the member function 'data::normalize' can be const.
FastQTL/src/data.h:120:7: note: Technically the member function 'data::normalize' can be const.
FastQTL/src/data.h:121:7: style: Technically the member function 'data::normalize' can be const. [functionConst]
FastQTL/src/management.cpp:234:12: note: Technically the member function 'data::normalize' can be const.
FastQTL/src/data.h:121:7: note: Technically the member function 'data::normalize' can be const.
FastQTL/src/utils/ranker.h:48:7: style: Class 'ranker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FastQTL/src/data.h:74:17: style: Class 'data' is unsafe, 'data::covariate_engine' can leak by wrong usage. [unsafeClassCanLeak]
FastQTL/src/mle.cpp:70:9: style: The scope of the variable 'size' can be reduced. [variableScope]
FastQTL/src/data.h:123:6: performance: Technically the member function 'data::mleBeta' can be static. [functionStatic]
FastQTL/src/mle.cpp:35:11: note: Technically the member function 'data::mleBeta' can be static.
FastQTL/src/data.h:123:6: note: Technically the member function 'data::mleBeta' can be static.
FastQTL/src/utils/tabix.hpp:32:5: style: Class 'Tabix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FastQTL/src/residualizer.cpp:51:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
FastQTL/src/residualizer.cpp:8:15: warning: Member variable 'residualizer::m_rank' is not initialized in the constructor. [uninitMemberVar]
FastQTL/src/residualizer.h:43:9: style: Technically the member function 'residualizer::nCovariates' can be const. [functionConst]
FastQTL/src/residualizer.cpp:22:19: note: Technically the member function 'residualizer::nCovariates' can be const.
FastQTL/src/residualizer.h:43:9: note: Technically the member function 'residualizer::nCovariates' can be const.
FastQTL/src/utils/tabix.cpp:8:8: warning: Member variable 'Tabix::t' is not initialized in the constructor. [uninitMemberVar]
FastQTL/src/utils/tabix.cpp:8:8: warning: Member variable 'Tabix::idxconf' is not initialized in the constructor. [uninitMemberVar]
FastQTL/src/utils/tabix.cpp:8:8: warning: Member variable 'Tabix::tid' is not initialized in the constructor. [uninitMemberVar]
FastQTL/src/utils/tabix.cpp:8:8: warning: Member variable 'Tabix::beg' is not initialized in the constructor. [uninitMemberVar]
FastQTL/src/utils/tabix.cpp:8:8: warning: Member variable 'Tabix::end' is not initialized in the constructor. [uninitMemberVar]
FastQTL/src/utils/tabix.cpp:10:8: warning: Member variable 'Tabix::tid' is not initialized in the constructor. [uninitMemberVar]
FastQTL/src/utils/tabix.cpp:10:8: warning: Member variable 'Tabix::beg' is not initialized in the constructor. [uninitMemberVar]
FastQTL/src/utils/tabix.cpp:10:8: warning: Member variable 'Tabix::end' is not initialized in the constructor. [uninitMemberVar]
FastQTL/src/utils/tabix.cpp:11:5: performance: Variable 'filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FastQTL/src/utils/utils.h:285:9: style: Technically the member function 'lfile::name' can be const. [functionConst]
FastQTL/src/utils/utils.cpp:658:15: note: Technically the member function 'lfile::name' can be const.
FastQTL/src/utils/utils.h:285:9: note: Technically the member function 'lfile::name' can be const.
FastQTL/src/utils/utils.h:294:7: style: Technically the member function 'lfile::printC' can be const. [functionConst]
FastQTL/src/utils/utils.cpp:700:13: note: Technically the member function 'lfile::printC' can be const.
FastQTL/src/utils/utils.h:294:7: note: Technically the member function 'lfile::printC' can be const.
FastQTL/src/utils/utils.h:297:7: style: Technically the member function 'lfile::printlnC' can be const. [functionConst]
FastQTL/src/utils/utils.cpp:713:13: note: Technically the member function 'lfile::printlnC' can be const.
FastQTL/src/utils/utils.h:297:7: note: Technically the member function 'lfile::printlnC' can be const.
FastQTL/src/utils/utils.cpp:586:0: error: Memory leak: buffer [memleak]
FastQTL/src/utils/utils.cpp:492:24: performance: Function parameter 'f' should be passed by const reference. [passedByValue]
FastQTL/src/utils/utils.cpp:551:21: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
FastQTL/src/utils/utils.cpp:604:21: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
FastQTL/src/utils/utils.cpp:662:25: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
FastQTL/src/utils/utils.cpp:695:26: performance: Function parameter 's' should be passed by const reference. [passedByValue]
FastQTL/src/utils/utils.cpp:700:27: performance: Function parameter 's' should be passed by const reference. [passedByValue]
FastQTL/src/utils/utils.cpp:704:27: performance: Function parameter 's' should be passed by const reference. [passedByValue]
FastQTL/src/utils/utils.cpp:708:28: performance: Function parameter 's' should be passed by const reference. [passedByValue]
FastQTL/src/utils/utils.cpp:713:29: performance: Function parameter 's' should be passed by const reference. [passedByValue]
FastQTL/src/utils/utils.cpp:717:29: performance: Function parameter 's' should be passed by const reference. [passedByValue]
FastQTL/src/utils/utils.cpp:721:28: performance: Function parameter 's' should be passed by const reference. [passedByValue]
FastQTL/src/utils/utils.cpp:726:26: performance: Function parameter 's' should be passed by const reference. [passedByValue]
[21:38]
ftp://ftp.se.debian.org/debian/pool/main/f/fasttree/fasttree_2.1.9.orig.tar.xz
FastTree-2.1.9/fasttree.c:2157:30: warning: Possible null pointer dereference: constraints [nullPointer]
FastTree-2.1.9/fasttree.c:2133:34: note: Assignment 'constraints=NULL', assigned value is 0
FastTree-2.1.9/fasttree.c:2157:30: note: Null pointer dereference
FastTree-2.1.9/fasttree.c:4669:5: style: Variable 'field' is reassigned a value before the old one has been used. [redundantAssignment]
FastTree-2.1.9/fasttree.c:4668:0: note: Variable 'field' is reassigned a value before the old one has been used.
FastTree-2.1.9/fasttree.c:4669:5: note: Variable 'field' is reassigned a value before the old one has been used.
FastTree-2.1.9/fasttree.c:9626:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
FastTree-2.1.9/fasttree.c:1933:9: style: The scope of the variable 'i' can be reduced. [variableScope]
FastTree-2.1.9/fasttree.c:3964:10: style: The scope of the variable 'bWarn' can be reduced. [variableScope]
FastTree-2.1.9/fasttree.c:7131:12: style: The scope of the variable 'lenABvsCD' can be reduced. [variableScope]
FastTree-2.1.9/fasttree.c:8833:23: style: The scope of the variable 'fu' can be reduced. [variableScope]
FastTree-2.1.9/fasttree.c:8833:41: style: The scope of the variable 'tol1' can be reduced. [variableScope]
FastTree-2.1.9/fasttree.c:8833:46: style: The scope of the variable 'tol2' can be reduced. [variableScope]
FastTree-2.1.9/fasttree.c:8833:59: style: The scope of the variable 'xm' can be reduced. [variableScope]
FastTree-2.1.9/fasttree.c:9662:16: style: The scope of the variable 'h' can be reduced. [variableScope]
FastTree-2.1.9/fasttree.c:9662:23: style: The scope of the variable 'scale' can be reduced. [variableScope]
FastTree-2.1.9/fasttree.c:2501:39: style: Function 'ProgressReport' argument 2 names different: declaration 'iArg1' definition 'i1'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1469:39: note: Function 'ProgressReport' argument 2 names different: declaration 'iArg1' definition 'i1'.
FastTree-2.1.9/fasttree.c:2501:39: note: Function 'ProgressReport' argument 2 names different: declaration 'iArg1' definition 'i1'.
FastTree-2.1.9/fasttree.c:2501:47: style: Function 'ProgressReport' argument 3 names different: declaration 'iArg2' definition 'i2'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1469:50: note: Function 'ProgressReport' argument 3 names different: declaration 'iArg2' definition 'i2'.
FastTree-2.1.9/fasttree.c:2501:47: note: Function 'ProgressReport' argument 3 names different: declaration 'iArg2' definition 'i2'.
FastTree-2.1.9/fasttree.c:2501:55: style: Function 'ProgressReport' argument 4 names different: declaration 'iArg3' definition 'i3'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1469:61: note: Function 'ProgressReport' argument 4 names different: declaration 'iArg3' definition 'i3'.
FastTree-2.1.9/fasttree.c:2501:55: note: Function 'ProgressReport' argument 4 names different: declaration 'iArg3' definition 'i3'.
FastTree-2.1.9/fasttree.c:2501:63: style: Function 'ProgressReport' argument 5 names different: declaration 'iArg4' definition 'i4'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1469:72: note: Function 'ProgressReport' argument 5 names different: declaration 'iArg4' definition 'i4'.
FastTree-2.1.9/fasttree.c:2501:63: note: Function 'ProgressReport' argument 5 names different: declaration 'iArg4' definition 'i4'.
FastTree-2.1.9/fasttree.c:2551:32: style: Function 'LogTree' argument 2 names different: declaration 'round' definition 'i'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1470:32: note: Function 'LogTree' argument 2 names different: declaration 'round' definition 'i'.
FastTree-2.1.9/fasttree.c:2551:32: note: Function 'LogTree' argument 2 names different: declaration 'round' definition 'i'.
FastTree-2.1.9/fasttree.c:2551:59: style: Function 'LogTree' argument 3 names different: declaration 'fp' definition 'fpLog'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1470:63: note: Function 'LogTree' argument 3 names different: declaration 'fp' definition 'fpLog'.
FastTree-2.1.9/fasttree.c:2551:59: note: Function 'LogTree' argument 3 names different: declaration 'fp' definition 'fpLog'.
FastTree-2.1.9/fasttree.c:2560:36: style: Function 'InitNJ' argument 2 names different: declaration 'nSeqs' definition 'nSeq'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:938:36: note: Function 'InitNJ' argument 2 names different: declaration 'nSeqs' definition 'nSeq'.
FastTree-2.1.9/fasttree.c:2560:36: note: Function 'InitNJ' argument 2 names different: declaration 'nSeqs' definition 'nSeq'.
FastTree-2.1.9/fasttree.c:3073:66: style: Function 'ExhaustiveNJSearch' argument 3 names different: declaration 'bestjoin' definition 'join'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1191:66: note: Function 'ExhaustiveNJSearch' argument 3 names different: declaration 'bestjoin' definition 'join'.
FastTree-2.1.9/fasttree.c:3073:66: note: Function 'ExhaustiveNJSearch' argument 3 names different: declaration 'bestjoin' definition 'join'.
FastTree-2.1.9/fasttree.c:3101:63: style: Function 'FastNJSearch' argument 3 names different: declaration 'visible' definition 'besthits'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1194:63: note: Function 'FastNJSearch' argument 3 names different: declaration 'visible' definition 'besthits'.
FastTree-2.1.9/fasttree.c:3101:63: note: Function 'FastNJSearch' argument 3 names different: declaration 'visible' definition 'besthits'.
FastTree-2.1.9/fasttree.c:3101:91: style: Function 'FastNJSearch' argument 4 names different: declaration 'bestjoin' definition 'join'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1194:90: note: Function 'FastNJSearch' argument 4 names different: declaration 'bestjoin' definition 'join'.
FastTree-2.1.9/fasttree.c:3101:91: note: Function 'FastNJSearch' argument 4 names different: declaration 'bestjoin' definition 'join'.
FastTree-2.1.9/fasttree.c:3559:92: style: Function 'PrintNJ' argument 6 names different: declaration 'bQuoteNames' definition 'bQuote'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1546:99: note: Function 'PrintNJ' argument 6 names different: declaration 'bQuoteNames' definition 'bQuote'.
FastTree-2.1.9/fasttree.c:3559:92: note: Function 'PrintNJ' argument 6 names different: declaration 'bQuoteNames' definition 'bQuote'.
FastTree-2.1.9/fasttree.c:3923:22: style: Function 'SeqToProfile' argument 4 names different: declaration 'constraintSeqs' definition 'constraintSeq'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1058:22: note: Function 'SeqToProfile' argument 4 names different: declaration 'constraintSeqs' definition 'constraintSeq'.
FastTree-2.1.9/fasttree.c:3923:22: note: Function 'SeqToProfile' argument 4 names different: declaration 'constraintSeqs' definition 'constraintSeq'.
FastTree-2.1.9/fasttree.c:3992:26: style: Function 'SeqDist' argument 4 names different: declaration 'distance_matrix' definition 'dmat'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1072:38: note: Function 'SeqDist' argument 4 names different: declaration 'distance_matrix' definition 'dmat'.
FastTree-2.1.9/fasttree.c:3992:26: note: Function 'SeqDist' argument 4 names different: declaration 'distance_matrix' definition 'dmat'.
FastTree-2.1.9/fasttree.c:4068:68: style: Function 'JoinConstraintPenaltyPiece' argument 4 names different: declaration 'iConstraint' definition 'iC'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1036:68: note: Function 'JoinConstraintPenaltyPiece' argument 4 names different: declaration 'iConstraint' definition 'iC'.
FastTree-2.1.9/fasttree.c:4068:68: note: Function 'JoinConstraintPenaltyPiece' argument 4 names different: declaration 'iConstraint' definition 'iC'.
FastTree-2.1.9/fasttree.c:4093:89: style: Function 'QuartetConstraintPenalties' argument 3 names different: declaration 'd' definition 'penalty'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1095:89: note: Function 'QuartetConstraintPenalties' argument 3 names different: declaration 'd' definition 'penalty'.
FastTree-2.1.9/fasttree.c:4093:89: note: Function 'QuartetConstraintPenalties' argument 3 names different: declaration 'd' definition 'penalty'.
FastTree-2.1.9/fasttree.c:4128:66: style: Function 'QuartetConstraintPenaltiesPiece' argument 2 names different: declaration 'iConstraint' definition 'iC'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1108:66: note: Function 'QuartetConstraintPenaltiesPiece' argument 2 names different: declaration 'iConstraint' definition 'iC'.
FastTree-2.1.9/fasttree.c:4128:66: note: Function 'QuartetConstraintPenaltiesPiece' argument 2 names different: declaration 'iConstraint' definition 'iC'.
FastTree-2.1.9/fasttree.c:4128:84: style: Function 'QuartetConstraintPenaltiesPiece' argument 3 names different: declaration 'penalty' definition 'piece'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1108:93: note: Function 'QuartetConstraintPenaltiesPiece' argument 3 names different: declaration 'penalty' definition 'piece'.
FastTree-2.1.9/fasttree.c:4128:84: note: Function 'QuartetConstraintPenaltiesPiece' argument 3 names different: declaration 'penalty' definition 'piece'.
FastTree-2.1.9/fasttree.c:4205:26: style: Function 'LogCorrect' argument 1 names different: declaration 'distance' definition 'dist'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1113:26: note: Function 'LogCorrect' argument 1 names different: declaration 'distance' definition 'dist'.
FastTree-2.1.9/fasttree.c:4205:26: note: Function 'LogCorrect' argument 1 names different: declaration 'distance' definition 'dist'.
FastTree-2.1.9/fasttree.c:4272:35: style: Function 'ProfileDist' argument 4 names different: declaration 'distance_matrix' definition 'dmat'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1069:35: note: Function 'ProfileDist' argument 4 names different: declaration 'distance_matrix' definition 'dmat'.
FastTree-2.1.9/fasttree.c:4272:35: note: Function 'ProfileDist' argument 4 names different: declaration 'distance_matrix' definition 'dmat'.
FastTree-2.1.9/fasttree.c:4336:25: style: Function 'AverageProfile' argument 5 names different: declaration 'distance_matrix' definition 'dmat'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1122:25: note: Function 'AverageProfile' argument 5 names different: declaration 'distance_matrix' definition 'dmat'.
FastTree-2.1.9/fasttree.c:4336:25: note: Function 'AverageProfile' argument 5 names different: declaration 'distance_matrix' definition 'dmat'.
FastTree-2.1.9/fasttree.c:4337:13: style: Function 'AverageProfile' argument 6 names different: declaration 'weight1' definition 'bionjWeight'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1123:13: note: Function 'AverageProfile' argument 6 names different: declaration 'weight1' definition 'bionjWeight'.
FastTree-2.1.9/fasttree.c:4337:13: note: Function 'AverageProfile' argument 6 names different: declaration 'weight1' definition 'bionjWeight'.
FastTree-2.1.9/fasttree.c:4413:66: style: Function 'NormalizeFreq' argument 2 names different: declaration 'distance_matrix' definition 'dmat'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1178:66: note: Function 'NormalizeFreq' argument 2 names different: declaration 'distance_matrix' definition 'dmat'.
FastTree-2.1.9/fasttree.c:4413:66: note: Function 'NormalizeFreq' argument 2 names different: declaration 'distance_matrix' definition 'dmat'.
FastTree-2.1.9/fasttree.c:4444:28: style: Function 'OutProfile' argument 5 names different: declaration 'distance_matrix' definition 'dmat'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1147:28: note: Function 'OutProfile' argument 5 names different: declaration 'distance_matrix' definition 'dmat'.
FastTree-2.1.9/fasttree.c:4444:28: note: Function 'OutProfile' argument 5 names different: declaration 'distance_matrix' definition 'dmat'.
FastTree-2.1.9/fasttree.c:4508:28: style: Function 'UpdateOutProfile' argument 8 names different: declaration 'distance_matrix' definition 'dmat'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1152:28: note: Function 'UpdateOutProfile' argument 8 names different: declaration 'distance_matrix' definition 'dmat'.
FastTree-2.1.9/fasttree.c:4508:28: note: Function 'UpdateOutProfile' argument 8 names different: declaration 'distance_matrix' definition 'dmat'.
FastTree-2.1.9/fasttree.c:4625:82: style: Function 'ReadMatrix' argument 3 names different: declaration 'check_codes' definition 'checkCodes'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:921:82: note: Function 'ReadMatrix' argument 3 names different: declaration 'check_codes' definition 'checkCodes'.
FastTree-2.1.9/fasttree.c:4625:82: note: Function 'ReadMatrix' argument 3 names different: declaration 'check_codes' definition 'checkCodes'.
FastTree-2.1.9/fasttree.c:4820:40: style: Function 'PosteriorProfile' argument 1 names different: declaration 'profile1' definition 'p1'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1128:40: note: Function 'PosteriorProfile' argument 1 names different: declaration 'profile1' definition 'p1'.
FastTree-2.1.9/fasttree.c:4820:40: note: Function 'PosteriorProfile' argument 1 names different: declaration 'profile1' definition 'p1'.
FastTree-2.1.9/fasttree.c:4820:55: style: Function 'PosteriorProfile' argument 2 names different: declaration 'profile2' definition 'p2'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1128:61: note: Function 'PosteriorProfile' argument 2 names different: declaration 'profile2' definition 'p2'.
FastTree-2.1.9/fasttree.c:4820:55: note: Function 'PosteriorProfile' argument 2 names different: declaration 'profile2' definition 'p2'.
FastTree-2.1.9/fasttree.c:5175:29: style: Function 'PairLogLk' argument 1 names different: declaration 'p1' definition 'pA'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1359:35: note: Function 'PairLogLk' argument 1 names different: declaration 'p1' definition 'pA'.
FastTree-2.1.9/fasttree.c:5175:29: note: Function 'PairLogLk' argument 1 names different: declaration 'p1' definition 'pA'.
FastTree-2.1.9/fasttree.c:5175:44: style: Function 'PairLogLk' argument 2 names different: declaration 'p2' definition 'pB'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1359:56: note: Function 'PairLogLk' argument 2 names different: declaration 'p2' definition 'pB'.
FastTree-2.1.9/fasttree.c:5175:44: note: Function 'PairLogLk' argument 2 names different: declaration 'p2' definition 'pB'.
FastTree-2.1.9/fasttree.c:5607:26: style: Function 'MLQuartetNNI' argument 7 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1305:26: note: Function 'MLQuartetNNI' argument 7 names different: declaration 'length' definition 'len'.
FastTree-2.1.9/fasttree.c:5607:26: note: Function 'MLQuartetNNI' argument 7 names different: declaration 'length' definition 'len'.
FastTree-2.1.9/fasttree.c:5846:58: style: Function 'SetMLGtr' argument 2 names different: declaration 'gtrfreq' definition 'freq_in'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1353:58: note: Function 'SetMLGtr' argument 2 names different: declaration 'gtrfreq' definition 'freq_in'.
FastTree-2.1.9/fasttree.c:5846:58: note: Function 'SetMLGtr' argument 2 names different: declaration 'gtrfreq' definition 'freq_in'.
FastTree-2.1.9/fasttree.c:6255:17: style: Function 'NNI' argument 6 names different: declaration 'maxDeltaCriterion' definition 'dMaxDelta'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:965:17: note: Function 'NNI' argument 6 names different: declaration 'maxDeltaCriterion' definition 'dMaxDelta'.
FastTree-2.1.9/fasttree.c:6255:17: note: Function 'NNI' argument 6 names different: declaration 'maxDeltaCriterion' definition 'dMaxDelta'.
FastTree-2.1.9/fasttree.c:6541:8: style: Function 'FindSPRSteps' argument 2 names different: declaration 'node' definition 'nodeMove'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1414:8: note: Function 'FindSPRSteps' argument 2 names different: declaration 'node' definition 'nodeMove'.
FastTree-2.1.9/fasttree.c:6541:8: note: Function 'FindSPRSteps' argument 2 names different: declaration 'node' definition 'nodeMove'.
FastTree-2.1.9/fasttree.c:6542:8: style: Function 'FindSPRSteps' argument 3 names different: declaration 'parent' definition 'nodeAround'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1415:8: note: Function 'FindSPRSteps' argument 3 names different: declaration 'parent' definition 'nodeAround'.
FastTree-2.1.9/fasttree.c:6542:8: note: Function 'FindSPRSteps' argument 3 names different: declaration 'parent' definition 'nodeAround'.
FastTree-2.1.9/fasttree.c:7356:32: style: Function 'SplitSupport' argument 1 names different: declaration 'p1' definition 'pA'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1045:32: note: Function 'SplitSupport' argument 1 names different: declaration 'p1' definition 'pA'.
FastTree-2.1.9/fasttree.c:7356:32: note: Function 'SplitSupport' argument 1 names different: declaration 'p1' definition 'pA'.
FastTree-2.1.9/fasttree.c:7356:47: style: Function 'SplitSupport' argument 2 names different: declaration 'p2' definition 'pB'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1045:47: note: Function 'SplitSupport' argument 2 names different: declaration 'p2' definition 'pB'.
FastTree-2.1.9/fasttree.c:7356:47: note: Function 'SplitSupport' argument 2 names different: declaration 'p2' definition 'pB'.
FastTree-2.1.9/fasttree.c:7356:62: style: Function 'SplitSupport' argument 3 names different: declaration 'p3' definition 'pC'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1045:62: note: Function 'SplitSupport' argument 3 names different: declaration 'p3' definition 'pC'.
FastTree-2.1.9/fasttree.c:7356:62: note: Function 'SplitSupport' argument 3 names different: declaration 'p3' definition 'pC'.
FastTree-2.1.9/fasttree.c:7356:77: style: Function 'SplitSupport' argument 4 names different: declaration 'p4' definition 'pD'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1045:77: note: Function 'SplitSupport' argument 4 names different: declaration 'p4' definition 'pD'.
FastTree-2.1.9/fasttree.c:7356:77: note: Function 'SplitSupport' argument 4 names different: declaration 'p4' definition 'pD'.
FastTree-2.1.9/fasttree.c:7460:32: style: Function 'SHSupport' argument 2 names different: declaration 'nBoostrap' definition 'nBootstrap'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1054:32: note: Function 'SHSupport' argument 2 names different: declaration 'nBoostrap' definition 'nBootstrap'.
FastTree-2.1.9/fasttree.c:7460:32: note: Function 'SHSupport' argument 2 names different: declaration 'nBoostrap' definition 'nBootstrap'.
FastTree-2.1.9/fasttree.c:7502:77: style: Function 'SetDistCriterion' argument 3 names different: declaration 'join' definition 'hit'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1013:80: note: Function 'SetDistCriterion' argument 3 names different: declaration 'join' definition 'hit'.
FastTree-2.1.9/fasttree.c:7502:77: note: Function 'SetDistCriterion' argument 3 names different: declaration 'join' definition 'hit'.
FastTree-2.1.9/fasttree.c:7952:40: style: Function 'ActiveAncestor' argument 2 names different: declaration 'node' definition 'iNode'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1031:40: note: Function 'ActiveAncestor' argument 2 names different: declaration 'node' definition 'iNode'.
FastTree-2.1.9/fasttree.c:7952:40: note: Function 'ActiveAncestor' argument 2 names different: declaration 'node' definition 'iNode'.
FastTree-2.1.9/fasttree.c:7960:77: style: Function 'UpdateBestHit' argument 3 names different: declaration 'join' definition 'hit'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1022:77: note: Function 'UpdateBestHit' argument 3 names different: declaration 'join' definition 'hit'.
FastTree-2.1.9/fasttree.c:7960:77: note: Function 'UpdateBestHit' argument 3 names different: declaration 'join' definition 'hit'.
FastTree-2.1.9/fasttree.c:8319:13: style: Function 'UpdateTopVisible' argument 3 names different: declaration 'iNode' definition 'iIn'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1271:13: note: Function 'UpdateTopVisible' argument 3 names different: declaration 'iNode' definition 'iIn'.
FastTree-2.1.9/fasttree.c:8319:13: note: Function 'UpdateTopVisible' argument 3 names different: declaration 'iNode' definition 'iIn'.
FastTree-2.1.9/fasttree.c:8460:25: style: Function 'TopHitNJSearch' argument 4 names different: declaration 'bestjoin' definition 'join'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1210:25: note: Function 'TopHitNJSearch' argument 4 names different: declaration 'bestjoin' definition 'join'.
FastTree-2.1.9/fasttree.c:8460:25: note: Function 'TopHitNJSearch' argument 4 names different: declaration 'bestjoin' definition 'join'.
FastTree-2.1.9/fasttree.c:8570:31: style: Function 'NGaps' argument 2 names different: declaration 'node' definition 'iNode'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1438:25: note: Function 'NGaps' argument 2 names different: declaration 'node' definition 'iNode'.
FastTree-2.1.9/fasttree.c:8570:31: note: Function 'NGaps' argument 2 names different: declaration 'node' definition 'iNode'.
FastTree-2.1.9/fasttree.c:8655:14: style: Function 'TransferBestHits' argument 7 names different: declaration 'updateDistance' definition 'updateDistances'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1251:14: note: Function 'TransferBestHits' argument 7 names different: declaration 'updateDistance' definition 'updateDistances'.
FastTree-2.1.9/fasttree.c:8655:14: note: Function 'TransferBestHits' argument 7 names different: declaration 'updateDistance' definition 'updateDistances'.
FastTree-2.1.9/fasttree.c:8725:21: style: Function 'pnorm' argument 1 names different: declaration 'z' definition 'x'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1520:21: note: Function 'pnorm' argument 1 names different: declaration 'z' definition 'x'.
FastTree-2.1.9/fasttree.c:8725:21: note: Function 'pnorm' argument 1 names different: declaration 'z' definition 'x'.
FastTree-2.1.9/fasttree.c:9347:27: style: Function 'TraversePostorder' argument 1 names different: declaration 'lastnode' definition 'node'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1594:27: note: Function 'TraversePostorder' argument 1 names different: declaration 'lastnode' definition 'node'.
FastTree-2.1.9/fasttree.c:9347:27: note: Function 'TraversePostorder' argument 1 names different: declaration 'lastnode' definition 'node'.
FastTree-2.1.9/fasttree.c:9396:73: style: Function 'GetUpProfile' argument 3 names different: declaration 'node' definition 'outnode'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1602:73: note: Function 'GetUpProfile' argument 3 names different: declaration 'node' definition 'outnode'.
FastTree-2.1.9/fasttree.c:9396:73: note: Function 'GetUpProfile' argument 3 names different: declaration 'node' definition 'outnode'.
FastTree-2.1.9/fasttree.c:9470:49: style: Function 'PathToRoot' argument 3 names different: declaration 'depth' definition 'outDepth'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1627:49: note: Function 'PathToRoot' argument 3 names different: declaration 'depth' definition 'outDepth'.
FastTree-2.1.9/fasttree.c:9470:49: note: Function 'PathToRoot' argument 3 names different: declaration 'depth' definition 'outDepth'.
FastTree-2.1.9/fasttree.c:9488:40: style: Function 'CreateGTR' argument 1 names different: declaration 'gtrrates' definition 'r'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:932:40: note: Function 'CreateGTR' argument 1 names different: declaration 'gtrrates' definition 'r'.
FastTree-2.1.9/fasttree.c:9488:40: note: Function 'CreateGTR' argument 1 names different: declaration 'gtrrates' definition 'r'.
FastTree-2.1.9/fasttree.c:9488:72: style: Function 'CreateGTR' argument 2 names different: declaration 'gtrfreq' definition 'f'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:932:79: note: Function 'CreateGTR' argument 2 names different: declaration 'gtrfreq' definition 'f'.
FastTree-2.1.9/fasttree.c:9488:72: note: Function 'CreateGTR' argument 2 names different: declaration 'gtrfreq' definition 'f'.
FastTree-2.1.9/fasttree.c:9966:43: style: Function 'vector_add_mult' argument 1 names different: declaration 'f' definition 'fTot'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1491:43: note: Function 'vector_add_mult' argument 1 names different: declaration 'f' definition 'fTot'.
FastTree-2.1.9/fasttree.c:9966:43: note: Function 'vector_add_mult' argument 1 names different: declaration 'f' definition 'fTot'.
FastTree-2.1.9/fasttree.c:9966:66: style: Function 'vector_add_mult' argument 2 names different: declaration 'add' definition 'fAdd'. [funcArgNamesDifferent]
FastTree-2.1.9/fasttree.c:1491:63: note: Function 'vector_add_mult' argument 2 names different: declaration 'add' definition 'fAdd'.
FastTree-2.1.9/fasttree.c:9966:66: note: Function 'vector_add_mult' argument 2 names different: declaration 'add' definition 'fAdd'.
FastTree-2.1.9/fasttree.c:4142:7: style: Variable 'nSplit' is modified but its new value is never used. [unreadVariable]
FastTree-2.1.9/fasttree.c:9517:10: warning: The array 'matrix' is too small, the function 'CreateTransitionMatrix' expects a bigger one. [argumentSize]
FastTree-2.1.9/fasttree.c:1690:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1709:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1714:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1725:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1728:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1736:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1741:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1750:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1753:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1764:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1775:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1780:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1783:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1786:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1815:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1818:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1825:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1836:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1851:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1862:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1881:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:1886:27: style: Array index 'iArg' is used before limits check. [arrayIndexThenCheck]
FastTree-2.1.9/fasttree.c:4678:0: error: Resource leak: fp [resourceLeak]
[21:38]
ftp://ftp.se.debian.org/debian/pool/main/f/fastx-toolkit/fastx-toolkit_0.0.14.orig.tar.gz
fastx_toolkit-0.0.14/src/fasta_formatter/sequence_writers.h:37:2: style: Class 'EmptySequencesFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastx_toolkit-0.0.14/src/fasta_formatter/sequence_writers.h:56:2: style: Class 'SingleLineFastaWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastx_toolkit-0.0.14/src/fasta_formatter/sequence_writers.h:98:2: style: Class 'TabulatedFastaWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastx_toolkit-0.0.14/src/fasta_formatter/sequence_writers.h:44:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastx_toolkit-0.0.14/src/fasta_formatter/sequence_writers.h:28:15: note: Virtual function in base class
fastx_toolkit-0.0.14/src/fasta_formatter/sequence_writers.h:44:15: note: Function in derived class
fastx_toolkit-0.0.14/src/fasta_formatter/sequence_writers.h:58:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastx_toolkit-0.0.14/src/fasta_formatter/sequence_writers.h:28:15: note: Virtual function in base class
fastx_toolkit-0.0.14/src/fasta_formatter/sequence_writers.h:58:15: note: Function in derived class
fastx_toolkit-0.0.14/src/fasta_formatter/sequence_writers.h:78:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastx_toolkit-0.0.14/src/fasta_formatter/sequence_writers.h:28:15: note: Virtual function in base class
fastx_toolkit-0.0.14/src/fasta_formatter/sequence_writers.h:78:15: note: Function in derived class
fastx_toolkit-0.0.14/src/fasta_formatter/sequence_writers.h:100:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastx_toolkit-0.0.14/src/fasta_formatter/sequence_writers.h:28:15: note: Virtual function in base class
fastx_toolkit-0.0.14/src/fasta_formatter/sequence_writers.h:100:15: note: Function in derived class
fastx_toolkit-0.0.14/src/fastq_quality_filter/fastq_quality_filter.c:104:15: style: Array index 'pos' is used before limits check. [arrayIndexThenCheck]
fastx_toolkit-0.0.14/src/fastx_clipper/fastx_clipper.cpp:282:13: style: Redundant condition: If 'i > 0', the comparison 'i != -1' is always true. [redundantCondition]
fastx_toolkit-0.0.14/src/fastx_clipper/fastx_clipper.cpp:326:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fastx_toolkit-0.0.14/src/fastx_clipper/fastx_clipper.cpp:246:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fastx_toolkit-0.0.14/src/fastx_clipper/fastx_clipper.cpp:247:6: style: The scope of the variable 'reads_count' can be reduced. [variableScope]
fastx_toolkit-0.0.14/src/fastx_collapser/fastx_collapser.cpp:75:2: style: Struct 'PrintCollapsedSequence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fastx_toolkit-0.0.14/src/fastx_quality_stats/fastx_quality_stats.c:295:2: warning: %lld in format string (no. 4) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
fastx_toolkit-0.0.14/src/fastx_quality_stats/fastx_quality_stats.c:383:3: warning: %lld in format string (no. 4) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
fastx_toolkit-0.0.14/src/fastx_quality_stats/fastx_quality_stats.c:352:6: style: The scope of the variable 'Q1' can be reduced. [variableScope]
fastx_toolkit-0.0.14/src/fastx_quality_stats/fastx_quality_stats.c:352:9: style: The scope of the variable 'Q3' can be reduced. [variableScope]
fastx_toolkit-0.0.14/src/fastx_quality_stats/fastx_quality_stats.c:352:12: style: The scope of the variable 'IQR' can be reduced. [variableScope]
fastx_toolkit-0.0.14/src/fastx_reverse_complement/fastx_reverse_complement.c:79:7: style: The scope of the variable 'temp_nuc' can be reduced. [variableScope]
fastx_toolkit-0.0.14/src/fastx_trimmer/fastx_trimmer.c:154:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fastx_toolkit-0.0.14/src/fastx_trimmer/fastx_trimmer.c:156:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fastx_toolkit-0.0.14/src/fastx_trimmer/fastx_trimmer.c:84:22: style: Checking if unsigned variable 'trim_last_bases' is less than zero. [unsignedLessThanZero]
fastx_toolkit-0.0.14/src/fastx_trimmer/fastx_trimmer.c:93:21: style: Checking if unsigned variable 'minimum_length' is less than zero. [unsignedLessThanZero]
fastx_toolkit-0.0.14/src/fastx_uncollapser/fastx_uncollapser.cpp:64:35: style: Checking if unsigned variable 'collapsed_identifier_column' is less than zero. [unsignedLessThanZero]
fastx_toolkit-0.0.14/src/fastx_uncollapser/fastx_uncollapser.cpp:195:11: style: Unused variable: output_file [unusedVariable]
fastx_toolkit-0.0.14/src/libfastx/fastx.c:142:6: style: The scope of the variable 'quality_value' can be reduced. [variableScope]
fastx_toolkit-0.0.14/src/libfastx/fastx.c:442:6: style: The scope of the variable 'len' can be reduced. [variableScope]
fastx_toolkit-0.0.14/src/libfastx/fastx.c:91:9: warning: Either the switch case 'case -1' is redundant or ungetc() argument nr 1 can have invalid value. The value is -1 but the valid values are '0:255'. [invalidFunctionArg]
fastx_toolkit-0.0.14/src/libfastx/fastx.c:108:2: note: case -1: c is -1 here.
fastx_toolkit-0.0.14/src/libfastx/fastx.c:91:9: note: Invalid argument
fastx_toolkit-0.0.14/src/libfastx/fastx_args.c:78:25: style: Function 'fastx_parse_cmdline' argument 4 names different: declaration 'program_parse_arg' definition 'program_parse_args'. [funcArgNamesDifferent]
fastx_toolkit-0.0.14/src/libfastx/fastx_args.h:38:25: note: Function 'fastx_parse_cmdline' argument 4 names different: declaration 'program_parse_arg' definition 'program_parse_args'.
fastx_toolkit-0.0.14/src/libfastx/fastx_args.c:78:25: note: Function 'fastx_parse_cmdline' argument 4 names different: declaration 'program_parse_arg' definition 'program_parse_args'.
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.cpp:589:4: portability: %zu in format string (no. 2) requires 'size_t' but the argument type is 'ssize_t {aka signed long}'. [invalidPrintfArgType_uint]
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.cpp:589:4: portability: %zu in format string (no. 3) requires 'size_t' but the argument type is 'ssize_t {aka signed long}'. [invalidPrintfArgType_uint]
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.cpp:15:53: style: Function 'print' argument 1 names different: declaration 'ostrm' definition 'strm'. [funcArgNamesDifferent]
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.h:67:28: note: Function 'print' argument 1 names different: declaration 'ostrm' definition 'strm'.
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.cpp:15:53: note: Function 'print' argument 1 names different: declaration 'ostrm' definition 'strm'.
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.cpp:98:85: style: Function 'set_sequences' argument 2 names different: declaration 'target' definition '_target'. [funcArgNamesDifferent]
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.h:208:77: note: Function 'set_sequences' argument 2 names different: declaration 'target' definition '_target'.
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.cpp:98:85: note: Function 'set_sequences' argument 2 names different: declaration 'target' definition '_target'.
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.cpp:331:94: style: Function 'set_sequences' argument 2 names different: declaration 'target' definition '_target'. [funcArgNamesDifferent]
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.h:237:77: note: Function 'set_sequences' argument 2 names different: declaration 'target' definition '_target'.
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.cpp:331:94: note: Function 'set_sequences' argument 2 names different: declaration 'target' definition '_target'.
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.h:124:7: performance: Technically the member function 'SequenceAlignment::match_value' can be static. [functionStatic]
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.h:237:15: style: The function 'set_sequences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.h:208:15: note: Virtual function in base class
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.h:237:15: note: Function in derived class
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.h:238:15: style: The function 'reset_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.h:209:15: note: Virtual function in base class
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.h:238:15: note: Function in derived class
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.h:239:15: style: The function 'populate_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.h:210:15: note: Virtual function in base class
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.h:239:15: note: Function in derived class
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.h:240:15: style: The function 'find_optimal_alignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.h:211:15: note: Virtual function in base class
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.h:240:15: note: Function in derived class
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.h:241:15: style: The function 'post_process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.h:212:15: note: Virtual function in base class
fastx_toolkit-0.0.14/src/libfastx/sequence_alignment.h:241:15: note: Function in derived class
[21:38]
ftp://ftp.se.debian.org/debian/pool/main/f/fatattr/fatattr_1.0.1.orig.tar.xz
fatattr-1.0.1/fatattr.c:51:3: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
fatattr-1.0.1/fatattr.c:47:0: note: Variable 'fd' is reassigned a value before the old one has been used.
fatattr-1.0.1/fatattr.c:51:3: note: Variable 'fd' is reassigned a value before the old one has been used.
fatattr-1.0.1/fatattr.c:84:3: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
fatattr-1.0.1/fatattr.c:80:0: note: Variable 'fd' is reassigned a value before the old one has been used.
fatattr-1.0.1/fatattr.c:84:3: note: Variable 'fd' is reassigned a value before the old one has been used.
fatattr-1.0.1/fatattr.c:114:15: style: The scope of the variable 'p' can be reduced. [variableScope]
[21:38]
ftp://ftp.se.debian.org/debian/pool/main/f/fatcat/fatcat_1.0.5.orig.tar.gz
src/analysis/FatChain.cpp:3:11: warning: Member variable 'FatChain::startCluster' is not initialized in the constructor. [uninitMemberVar]
src/analysis/FatChain.cpp:3:11: warning: Member variable 'FatChain::endCluster' is not initialized in the constructor. [uninitMemberVar]
src/analysis/FatChains.cpp:68:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
src/analysis/FatChains.cpp:114:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
src/analysis/FatChains.cpp:228:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
src/analysis/FatChains.cpp:241:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
src/analysis/FatChains.cpp:267:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
src/analysis/FatChains.cpp:293:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
src/analysis/FatChains.h:20:9: style: Class 'FatChains' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/analysis/FatChains.cpp:261:9: performance: Possible inefficient checking for 'orphanedChains' emptiness. [stlSize]
src/analysis/FatExtract.cpp:15:58: style: Function 'onDirectory' argument 2 names different: declaration 'entr' definition 'entry'. [funcArgNamesDifferent]
src/analysis/FatExtract.h:21:62: note: Function 'onDirectory' argument 2 names different: declaration 'entr' definition 'entry'.
src/analysis/FatExtract.cpp:15:58: note: Function 'onDirectory' argument 2 names different: declaration 'entr' definition 'entry'.
src/analysis/FatWalk.h:21:9: style: Class 'FatWalk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/analysis/FatExtract.h:14:9: style: Class 'FatExtract' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/analysis/FatExtract.h:21:22: style: The function 'onDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/analysis/FatWalk.h:29:22: note: Virtual function in base class
src/analysis/FatExtract.h:21:22: note: Function in derived class
src/analysis/FatExtract.h:22:22: style: The function 'onEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/analysis/FatWalk.h:30:22: note: Virtual function in base class
src/analysis/FatExtract.h:22:22: note: Function in derived class
src/analysis/FatExtract.cpp:39:55: performance: Function parameter 'directory' should be passed by const reference. [passedByValue]
src/analysis/FatFix.h:14:9: style: Class 'FatFix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/analysis/FatFix.h:22:22: style: The function 'onEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/analysis/FatWalk.h:30:22: note: Virtual function in base class
src/analysis/FatFix.h:22:22: note: Function in derived class
src/analysis/FatSearch.h:14:9: style: Class 'FatSearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/analysis/FatSearch.h:25:22: style: The function 'onEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/analysis/FatWalk.h:30:22: note: Virtual function in base class
src/analysis/FatSearch.h:25:22: note: Function in derived class
src/analysis/FatWalk.cpp:25:51: style: Function 'doWalk' argument 2 names different: declaration 'entry' definition 'currentEntry'. [funcArgNamesDifferent]
src/analysis/FatWalk.h:24:50: note: Function 'doWalk' argument 2 names different: declaration 'entry' definition 'currentEntry'.
src/analysis/FatWalk.cpp:25:51: note: Function 'doWalk' argument 2 names different: declaration 'entry' definition 'currentEntry'.
src/analysis/FatWalk.cpp:38:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
src/analysis/FatWalk.cpp:25:72: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
src/core/FatDate.cpp:11:10: warning: Member variable 'FatDate::h' is not initialized in the constructor. [uninitMemberVar]
src/core/FatDate.cpp:11:10: warning: Member variable 'FatDate::i' is not initialized in the constructor. [uninitMemberVar]
src/core/FatDate.cpp:11:10: warning: Member variable 'FatDate::s' is not initialized in the constructor. [uninitMemberVar]
src/core/FatDate.cpp:11:10: warning: Member variable 'FatDate::y' is not initialized in the constructor. [uninitMemberVar]
src/core/FatDate.cpp:11:10: warning: Member variable 'FatDate::m' is not initialized in the constructor. [uninitMemberVar]
src/core/FatDate.cpp:11:10: warning: Member variable 'FatDate::d' is not initialized in the constructor. [uninitMemberVar]
src/core/FatDate.h:12:9: style: Class 'FatDate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/core/FatEntry.cpp:18:31: style: Function 'setData' argument 1 names different: declaration 'data' definition 'data_'. [funcArgNamesDifferent]
src/core/FatEntry.h:48:29: note: Function 'setData' argument 1 names different: declaration 'data' definition 'data_'.
src/core/FatEntry.cpp:18:31: note: Function 'setData' argument 1 names different: declaration 'data' definition 'data_'.
src/core/FatEntry.cpp:12:11: warning: Member variable 'FatEntry::attributes' is not initialized in the constructor. [uninitMemberVar]
src/core/FatEntry.cpp:12:11: warning: Member variable 'FatEntry::cluster' is not initialized in the constructor. [uninitMemberVar]
src/core/FatEntry.cpp:12:11: warning: Member variable 'FatEntry::size' is not initialized in the constructor. [uninitMemberVar]
src/core/FatEntry.h:49:19: style: Member variable 'FatEntry::address' is in the wrong place in the initializer list. [initializerList]
src/core/FatEntry.cpp:14:7: note: Member variable 'FatEntry::address' is in the wrong place in the initializer list.
src/core/FatEntry.h:49:19: note: Member variable 'FatEntry::address' is in the wrong place in the initializer list.
src/core/FatEntry.h:34:14: style: Technically the member function 'FatEntry::isDirectory' can be const. [functionConst]
src/core/FatEntry.cpp:55:16: note: Technically the member function 'FatEntry::isDirectory' can be const.
src/core/FatEntry.h:34:14: note: Technically the member function 'FatEntry::isDirectory' can be const.
src/core/FatEntry.h:35:14: style: Technically the member function 'FatEntry::isHidden' can be const. [functionConst]
src/core/FatEntry.cpp:60:16: note: Technically the member function 'FatEntry::isHidden' can be const.
src/core/FatEntry.h:35:14: note: Technically the member function 'FatEntry::isHidden' can be const.
src/core/FatEntry.h:36:14: style: Technically the member function 'FatEntry::isErased' can be const. [functionConst]
src/core/FatEntry.cpp:65:16: note: Technically the member function 'FatEntry::isErased' can be const.
src/core/FatEntry.h:36:14: note: Technically the member function 'FatEntry::isErased' can be const.
src/core/FatEntry.h:54:14: style: Technically the member function 'FatEntry::isZero' can be const. [functionConst]
src/core/FatEntry.cpp:70:16: note: Technically the member function 'FatEntry::isZero' can be const.
src/core/FatEntry.h:54:14: note: Technically the member function 'FatEntry::isZero' can be const.
src/core/FatEntry.h:56:14: performance: Technically the member function 'FatEntry::printable' can be static. [functionStatic]
src/core/FatEntry.cpp:81:16: note: Technically the member function 'FatEntry::printable' can be static.
src/core/FatEntry.h:56:14: note: Technically the member function 'FatEntry::printable' can be static.
src/core/FatEntry.cpp:18:31: performance: Function parameter 'data_' should be passed by const reference. [passedByValue]
src/core/FatFilename.cpp:20:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
src/core/FatModule.cpp:3:33: style: Function 'FatModule' argument 1 names different: declaration 'system' definition 'system_'. [funcArgNamesDifferent]
src/core/FatModule.h:9:30: note: Function 'FatModule' argument 1 names different: declaration 'system' definition 'system_'.
src/core/FatModule.cpp:3:33: note: Function 'FatModule' argument 1 names different: declaration 'system' definition 'system_'.
src/core/FatPath.h:14:9: style: Class 'FatPath' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/core/FatModule.h:9:9: style: Class 'FatModule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/core/FatPath.cpp:8:25: style: Function 'FatPath' argument 1 names different: declaration 'path' definition 'path_'. [funcArgNamesDifferent]
src/core/FatPath.h:14:24: note: Function 'FatPath' argument 1 names different: declaration 'path' definition 'path_'.
src/core/FatPath.cpp:8:25: note: Function 'FatPath' argument 1 names different: declaration 'path' definition 'path_'.
src/core/FatPath.h:16:16: style: Technically the member function 'FatPath::getPath' can be const. [functionConst]
src/core/FatPath.cpp:14:17: note: Technically the member function 'FatPath::getPath' can be const.
src/core/FatPath.h:16:16: note: Technically the member function 'FatPath::getPath' can be const.
src/core/FatPath.h:17:16: style: Technically the member function 'FatPath::getDirname' can be const. [functionConst]
src/core/FatPath.cpp:19:17: note: Technically the member function 'FatPath::getDirname' can be const.
src/core/FatPath.h:17:16: note: Technically the member function 'FatPath::getDirname' can be const.
src/core/FatPath.h:18:16: style: Technically the member function 'FatPath::getBasename' can be const. [functionConst]
src/core/FatPath.cpp:29:17: note: Technically the member function 'FatPath::getBasename' can be const.
src/core/FatPath.h:18:16: note: Technically the member function 'FatPath::getBasename' can be const.
src/core/FatPath.h:19:24: style: Technically the member function 'FatPath::getParts' can be const. [functionConst]
src/core/FatPath.cpp:34:25: note: Technically the member function 'FatPath::getParts' can be const.
src/core/FatPath.h:19:24: note: Technically the member function 'FatPath::getParts' can be const.
src/core/FatPath.cpp:8:25: performance: Function parameter 'path_' should be passed by const reference. [passedByValue]
src/core/FatSystem.cpp:504:46: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
src/core/FatSystem.cpp:24:29: style: Function 'FatSystem' argument 1 names different: declaration 'filename' definition 'filename_'. [funcArgNamesDifferent]
src/core/FatSystem.h:50:26: note: Function 'FatSystem' argument 1 names different: declaration 'filename' definition 'filename_'.
src/core/FatSystem.cpp:24:29: note: Function 'FatSystem' argument 1 names different: declaration 'filename' definition 'filename_'.
src/core/FatSystem.cpp:24:59: style: Function 'FatSystem' argument 2 names different: declaration 'globalOffset' definition 'globalOffset_'. [funcArgNamesDifferent]
src/core/FatSystem.h:50:55: note: Function 'FatSystem' argument 2 names different: declaration 'globalOffset' definition 'globalOffset_'.
src/core/FatSystem.cpp:24:59: note: Function 'FatSystem' argument 2 names different: declaration 'globalOffset' definition 'globalOffset_'.
src/core/FatSystem.cpp:605:56: style: Function 'findDirectory' argument 2 names different: declaration 'entry' definition 'outputEntry'. [funcArgNamesDifferent]
src/core/FatSystem.h:73:53: note: Function 'findDirectory' argument 2 names different: declaration 'entry' definition 'outputEntry'.
src/core/FatSystem.cpp:605:56: note: Function 'findDirectory' argument 2 names different: declaration 'entry' definition 'outputEntry'.
src/core/FatSystem.cpp:639:51: style: Function 'findFile' argument 2 names different: declaration 'entry' definition 'outputEntry'. [funcArgNamesDifferent]
src/core/FatSystem.h:74:48: note: Function 'findFile' argument 2 names different: declaration 'entry' definition 'outputEntry'.
src/core/FatSystem.cpp:639:51: note: Function 'findFile' argument 2 names different: declaration 'entry' definition 'outputEntry'.
src/core/FatSystem.cpp:683:37: style: Function 'setListDeleted' argument 1 names different: declaration 'listDeleted' definition 'listDeleted_'. [funcArgNamesDifferent]
src/core/FatSystem.h:85:34: note: Function 'setListDeleted' argument 1 names different: declaration 'listDeleted' definition 'listDeleted_'.
src/core/FatSystem.cpp:683:37: note: Function 'setListDeleted' argument 1 names different: declaration 'listDeleted' definition 'listDeleted_'.
src/core/FatSystem.cpp:453:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
src/core/FatSystem.cpp:619:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
src/core/FatSystem.cpp:652:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
src/core/FatSystem.cpp:24:12: warning: Member variable 'FatSystem::totalSectors' is not initialized in the constructor. [uninitMemberVar]
src/core/FatSystem.cpp:24:12: warning: Member variable 'FatSystem::bytesPerSector' is not initialized in the constructor. [uninitMemberVar]
src/core/FatSystem.cpp:24:12: warning: Member variable 'FatSystem::sectorsPerCluster' is not initialized in the constructor. [uninitMemberVar]
src/core/FatSystem.cpp:24:12: warning: Member variable 'FatSystem::reservedSectors' is not initialized in the constructor. [uninitMemberVar]
src/core/FatSystem.cpp:24:12: warning: Member variable 'FatSystem::fats' is not initialized in the constructor. [uninitMemberVar]
src/core/FatSystem.cpp:24:12: warning: Member variable 'FatSystem::sectorsPerFat' is not initialized in the constructor. [uninitMemberVar]
src/core/FatSystem.cpp:24:12: warning: Member variable 'FatSystem::rootDirectory' is not initialized in the constructor. [uninitMemberVar]
src/core/FatSystem.cpp:24:12: warning: Member variable 'FatSystem::reserved' is not initialized in the constructor. [uninitMemberVar]
src/core/FatSystem.cpp:24:12: warning: Member variable 'FatSystem::bits' is not initialized in the constructor. [uninitMemberVar]
src/core/FatSystem.cpp:24:12: warning: Member variable 'FatSystem::rootClusters' is not initialized in the constructor. [uninitMemberVar]
src/core/FatSystem.cpp:24:12: warning: Member variable 'FatSystem::fatStart' is not initialized in the constructor. [uninitMemberVar]
src/core/FatSystem.cpp:24:12: warning: Member variable 'FatSystem::dataStart' is not initialized in the constructor. [uninitMemberVar]
src/core/FatSystem.cpp:24:12: warning: Member variable 'FatSystem::bytesPerCluster' is not initialized in the constructor. [uninitMemberVar]
src/core/FatSystem.cpp:24:12: warning: Member variable 'FatSystem::dataSize' is not initialized in the constructor. [uninitMemberVar]
src/core/FatSystem.cpp:24:12: warning: Member variable 'FatSystem::fatSize' is not initialized in the constructor. [uninitMemberVar]
src/core/FatSystem.cpp:24:12: warning: Member variable 'FatSystem::totalClusters' is not initialized in the constructor. [uninitMemberVar]
src/core/FatSystem.h:103:16: style: Member variable 'FatSystem::filename' is in the wrong place in the initializer list. [initializerList]
src/core/FatSystem.cpp:26:5: note: Member variable 'FatSystem::filename' is in the wrong place in the initializer list.
src/core/FatSystem.h:103:16: note: Member variable 'FatSystem::filename' is in the wrong place in the initializer list.
src/core/FatSystem.h:142:14: style: Member variable 'FatSystem::statsComputed' is in the wrong place in the initializer list. [initializerList]
src/core/FatSystem.cpp:30:5: note: Member variable 'FatSystem::statsComputed' is in the wrong place in the initializer list.
src/core/FatSystem.h:142:14: note: Member variable 'FatSystem::statsComputed' is in the wrong place in the initializer list.
src/core/FatSystem.h:138:14: style: Member variable 'FatSystem::cacheEnabled' is in the wrong place in the initializer list. [initializerList]
src/core/FatSystem.cpp:32:5: note: Member variable 'FatSystem::cacheEnabled' is in the wrong place in the initializer list.
src/core/FatSystem.h:138:14: note: Member variable 'FatSystem::cacheEnabled' is in the wrong place in the initializer list.
src/core/FatSystem.h:109:13: style: Member variable 'FatSystem::type' is in the wrong place in the initializer list. [initializerList]
src/core/FatSystem.cpp:33:5: note: Member variable 'FatSystem::type' is in the wrong place in the initializer list.
src/core/FatSystem.h:109:13: note: Member variable 'FatSystem::type' is in the wrong place in the initializer list.
src/core/FatSystem.h:61:14: style: Technically the member function 'FatSystem::list' can be const. [functionConst]
src/core/FatSystem.cpp:449:17: note: Technically the member function 'FatSystem::list' can be const.
src/core/FatSystem.h:61:14: note: Technically the member function 'FatSystem::list' can be const.
src/core/FatSystem.h:95:28: style: Technically the member function 'FatSystem::clusterAddress' can be const. [functionConst]
src/core/FatSystem.cpp:280:31: note: Technically the member function 'FatSystem::clusterAddress' can be const.
src/core/FatSystem.h:95:28: note: Technically the member function 'FatSystem::clusterAddress' can be const.
src/core/FatSystem.h:161:14: style: Technically the member function 'FatSystem::validCluster' can be const. [functionConst]
src/core/FatSystem.cpp:275:17: note: Technically the member function 'FatSystem::validCluster' can be const.
src/core/FatSystem.h:161:14: note: Technically the member function 'FatSystem::validCluster' can be const.
src/core/FatSystem.h:197:18: style: Technically the member function 'FatSystem::rootEntry' can be const. [functionConst]
src/core/FatSystem.cpp:688:21: note: Technically the member function 'FatSystem::rootEntry' can be const.
src/core/FatSystem.h:197:18: note: Technically the member function 'FatSystem::rootEntry' can be const.
src/core/FatSystem.cpp:24:29: performance: Function parameter 'filename_' should be passed by const reference. [passedByValue]
src/fatcat.cpp:298:17: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
src/fatcat.cpp:302:17: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
src/fatcat.cpp:303:17: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
src/fatcat.cpp:337:17: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
src/table/FatBackup.h:13:9: style: Class 'FatBackup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/table/FatDiff.h:9:9: style: Class 'FatDiff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/fatcat.cpp:397:7: style: Exception should be caught by reference. [catchExceptionByValue]
src/FatUtils.h:41:44: performance: Function parameter 's' should be passed by const reference. [passedByValue]
[21:38]
ftp://ftp.se.debian.org/debian/pool/main/f/fatrace/fatrace_0.9.orig.tar.bz2
ftp://ftp.se.debian.org/debian/pool/main/f/fatrat/fatrat_1.1.3.orig.tar.gz
fatrat-1.1.3/src/AboutDlg.cpp:81:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fatrat-1.1.3/src/AboutDlg.h:38:2: style: Class 'AboutDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/DelayedIcon.h:36:2: style: Class 'DelayedIcon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/AppTools.h:35:2: warning: Member variable 'AppTool::pfnCreate' is not initialized in the constructor. [uninitMemberVar]
fatrat-1.1.3/src/tools/HashDlg.h:40:2: style: Class 'HashThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/TransfersModel.h:82:15: style: Technically the member function 'TransfersModel::RowData::operator!=' can be const. [functionConst]
fatrat-1.1.3/src/TransfersModel.h:42:2: style: Class 'ProgressDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/TransfersModel.h:51:2: style: Class 'TransfersModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/DropBox.h:37:2: style: Class 'DropBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/tooltips/TrayToolTip.h:39:2: style: Class 'TrayToolTip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/MyTrayIcon.h:36:2: style: Class 'MyTrayIcon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/MainWindow.h:48:2: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/tooltips/TrayToolTip.h:44:15: style: The function 'refresh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/tooltips/BaseToolTip.h:39:15: note: Virtual function in base class
fatrat-1.1.3/src/tooltips/TrayToolTip.h:44:15: note: Function in derived class
fatrat-1.1.3/src/MainTab.h:40:2: style: Class 'MainTab' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/MainWindow.cpp:1759:20: style: C-style pointer casting [cstyleCast]
fatrat-1.1.3/src/MainWindow.cpp:1774:20: style: C-style pointer casting [cstyleCast]
fatrat-1.1.3/src/WidgetHostDlg.h:74:25: style: The scope of the variable 'acc' can be reduced. [variableScope]
fatrat-1.1.3/src/MainWindow.cpp:909:87: style: Function 'addTransfer' argument 4 names different: declaration 'queue' definition 'qSel'. [funcArgNamesDifferent]
fatrat-1.1.3/src/MainWindow.h:66:124: note: Function 'addTransfer' argument 4 names different: declaration 'queue' definition 'qSel'.
fatrat-1.1.3/src/MainWindow.cpp:909:87: note: Function 'addTransfer' argument 4 names different: declaration 'queue' definition 'qSel'.
fatrat-1.1.3/src/fancylineedit.h:42:1: style: The class 'IconButton' does not have a constructor although it has private member variables. [noConstructor]
fatrat-1.1.3/src/MainWindow.h:119:15: warning: Virtual function 'resizeEvent' is called from constructor 'MainWindow(bool bStartHidden)' at line 90. Dynamic binding is not used. [virtualCallInConstructor]
fatrat-1.1.3/src/MainWindow.cpp:90:2: note: Calling restoreWindowState
fatrat-1.1.3/src/MainWindow.cpp:344:2: note: Calling resizeEvent
fatrat-1.1.3/src/MainWindow.h:119:15: note: resizeEvent is a virtual method
fatrat-1.1.3/src/QueueDlg.h:37:2: style: Class 'QueueDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/WidgetHostDlg.h:39:2: style: Class 'WidgetHostDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/NewTransferDlg.h:40:2: style: Class 'NewTransferDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/GenericOptsForm.h:44:2: style: Class 'GenericOptsForm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/SettingsDlg.h:41:2: style: Class 'SettingsDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/SpeedGraph.h:43:2: style: Class 'SpeedGraph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/RuntimeException.h:35:2: style: Class 'RuntimeException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/SpeedLimitWidget.h:38:2: style: Class 'RightClickLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/SpeedLimitWidget.h:59:2: style: Class 'SpeedLimitWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/ReportBugDlg.h:37:2: style: Class 'ReportBugDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/engines/FakeDownload.h:34:15: style: The function 'changeActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/Transfer.h:163:15: note: Virtual function in base class
fatrat-1.1.3/src/engines/FakeDownload.h:34:15: note: Function in derived class
fatrat-1.1.3/src/engines/FakeDownload.h:36:21: style: The function 'total' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/Transfer.h:105:33: note: Virtual function in base class
fatrat-1.1.3/src/engines/FakeDownload.h:36:21: note: Function in derived class
fatrat-1.1.3/src/engines/FakeDownload.h:41:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/Transfer.h:60:15: note: Virtual function in base class
fatrat-1.1.3/src/engines/FakeDownload.h:41:15: note: Function in derived class
fatrat-1.1.3/src/engines/FakeDownload.h:52:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/Transfer.h:112:15: note: Virtual function in base class
fatrat-1.1.3/src/engines/FakeDownload.h:52:15: note: Function in derived class
fatrat-1.1.3/src/engines/FakeDownload.h:58:7: style: The function 'setSpeedLimits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/Transfer.h:164:15: note: Virtual function in base class
fatrat-1.1.3/src/engines/FakeDownload.h:58:7: note: Function in derived class
fatrat-1.1.3/src/engines/FakeDownload.h:60:18: style: The function 'object' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/Transfer.h:65:30: note: Virtual function in base class
fatrat-1.1.3/src/engines/FakeDownload.h:60:18: note: Function in derived class
fatrat-1.1.3/src/engines/FakeDownload.h:61:15: style: The function 'setObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/Transfer.h:64:27: note: Virtual function in base class
fatrat-1.1.3/src/engines/FakeDownload.h:61:15: note: Function in derived class
fatrat-1.1.3/src/GenericOptsForm.h:55:15: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:35:15: note: Virtual function in base class
fatrat-1.1.3/src/GenericOptsForm.h:55:15: note: Function in derived class
fatrat-1.1.3/src/GenericOptsForm.h:65:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:36:15: note: Virtual function in base class
fatrat-1.1.3/src/GenericOptsForm.h:65:15: note: Function in derived class
fatrat-1.1.3/src/GenericOptsForm.h:79:15: style: The function 'accepted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:37:15: note: Virtual function in base class
fatrat-1.1.3/src/GenericOptsForm.h:79:15: note: Function in derived class
fatrat-1.1.3/src/CommentForm.h:42:15: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:35:15: note: Virtual function in base class
fatrat-1.1.3/src/CommentForm.h:42:15: note: Function in derived class
fatrat-1.1.3/src/CommentForm.h:47:15: style: The function 'accepted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:37:15: note: Virtual function in base class
fatrat-1.1.3/src/CommentForm.h:47:15: note: Function in derived class
fatrat-1.1.3/src/AutoActionForm.h:42:15: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:35:15: note: Virtual function in base class
fatrat-1.1.3/src/AutoActionForm.h:42:15: note: Function in derived class
fatrat-1.1.3/src/AutoActionForm.h:47:15: style: The function 'accepted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:37:15: note: Virtual function in base class
fatrat-1.1.3/src/AutoActionForm.h:47:15: note: Function in derived class
fatrat-1.1.3/src/QueueView.cpp:87:21: style: C-style pointer casting [cstyleCast]
fatrat-1.1.3/src/QueueView.cpp:65:10: style: The scope of the variable 'q' can be reduced. [variableScope]
fatrat-1.1.3/src/QueueView.h:40:2: style: Class 'QueueView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/tooltips/QueueToolTip.h:40:7: style: The function 'refresh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/tooltips/BaseToolTip.h:39:15: note: Virtual function in base class
fatrat-1.1.3/src/tooltips/QueueToolTip.h:40:7: note: Function in derived class
fatrat-1.1.3/src/ScheduledActionDlg.h:38:2: style: Class 'ScheduledActionDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/Scheduler.cpp:77:59: style: Function 'saveActions' argument 1 names different: declaration 'list' definition 'items'. [funcArgNamesDifferent]
fatrat-1.1.3/src/Scheduler.h:50:56: note: Function 'saveActions' argument 1 names different: declaration 'list' definition 'items'.
fatrat-1.1.3/src/Scheduler.cpp:77:59: note: Function 'saveActions' argument 1 names different: declaration 'list' definition 'items'.
fatrat-1.1.3/src/SettingsGeneralForm.h:38:15: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:35:15: note: Virtual function in base class
fatrat-1.1.3/src/SettingsGeneralForm.h:38:15: note: Function in derived class
fatrat-1.1.3/src/SettingsGeneralForm.h:39:15: style: The function 'accepted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:37:15: note: Virtual function in base class
fatrat-1.1.3/src/SettingsGeneralForm.h:39:15: note: Function in derived class
fatrat-1.1.3/src/SettingsDropBoxForm.h:48:15: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:35:15: note: Virtual function in base class
fatrat-1.1.3/src/SettingsDropBoxForm.h:48:15: note: Function in derived class
fatrat-1.1.3/src/SettingsDropBoxForm.h:54:15: style: The function 'accepted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:37:15: note: Virtual function in base class
fatrat-1.1.3/src/SettingsDropBoxForm.h:54:15: note: Function in derived class
fatrat-1.1.3/src/SettingsNetworkForm.h:39:15: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:35:15: note: Virtual function in base class
fatrat-1.1.3/src/SettingsNetworkForm.h:39:15: note: Function in derived class
fatrat-1.1.3/src/SettingsNetworkForm.h:40:15: style: The function 'accepted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:37:15: note: Virtual function in base class
fatrat-1.1.3/src/SettingsNetworkForm.h:40:15: note: Function in derived class
fatrat-1.1.3/src/SettingsQueueForm.h:38:15: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:35:15: note: Virtual function in base class
fatrat-1.1.3/src/SettingsQueueForm.h:38:15: note: Function in derived class
fatrat-1.1.3/src/SettingsQueueForm.h:39:15: style: The function 'accepted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:37:15: note: Virtual function in base class
fatrat-1.1.3/src/SettingsQueueForm.h:39:15: note: Function in derived class
fatrat-1.1.3/src/SettingsQueueForm.h:40:15: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:36:15: note: Virtual function in base class
fatrat-1.1.3/src/SettingsQueueForm.h:40:15: note: Function in derived class
fatrat-1.1.3/src/SettingsSchedulerForm.h:40:15: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:35:15: note: Virtual function in base class
fatrat-1.1.3/src/SettingsSchedulerForm.h:40:15: note: Function in derived class
fatrat-1.1.3/src/SettingsSchedulerForm.h:41:15: style: The function 'accepted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:37:15: note: Virtual function in base class
fatrat-1.1.3/src/SettingsSchedulerForm.h:41:15: note: Function in derived class
fatrat-1.1.3/src/SettingsClipboardMonitorForm.h:41:15: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:35:15: note: Virtual function in base class
fatrat-1.1.3/src/SettingsClipboardMonitorForm.h:41:15: note: Function in derived class
fatrat-1.1.3/src/SettingsClipboardMonitorForm.h:42:15: style: The function 'accepted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:37:15: note: Virtual function in base class
fatrat-1.1.3/src/SettingsClipboardMonitorForm.h:42:15: note: Function in derived class
fatrat-1.1.3/src/rss/SettingsRssForm.h:41:15: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:35:15: note: Virtual function in base class
fatrat-1.1.3/src/rss/SettingsRssForm.h:41:15: note: Function in derived class
fatrat-1.1.3/src/rss/SettingsRssForm.h:42:15: style: The function 'accepted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/WidgetHostChild.h:37:15: note: Virtual function in base class
fatrat-1.1.3/src/rss/SettingsRssForm.h:42:15: note: Function in derived class
fatrat-1.1.3/src/SettingsDlg.cpp:71:24: style: The scope of the variable 'acc' can be reduced. [variableScope]
fatrat-1.1.3/src/SettingsGeneralForm.cpp:94:3: style: C-style pointer casting [cstyleCast]
fatrat-1.1.3/src/ProxyDlg.h:38:2: style: Class 'ProxyDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/SpeedGraph.h:55:9: style: Member variable 'SpeedGraph::m_queue' is in the wrong place in the initializer list. [initializerList]
fatrat-1.1.3/src/SpeedGraph.cpp:37:75: note: Member variable 'SpeedGraph::m_queue' is in the wrong place in the initializer list.
fatrat-1.1.3/src/SpeedGraph.h:55:9: note: Member variable 'SpeedGraph::m_queue' is in the wrong place in the initializer list.
fatrat-1.1.3/src/StatsWidget.cpp:41:15: performance: Variable 'm_globUp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fatrat-1.1.3/src/StatsWidget.cpp:42:2: performance: Variable 'm_globDownPrev' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fatrat-1.1.3/src/StatsWidget.cpp:42:19: performance: Variable 'm_globUpPrev' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fatrat-1.1.3/src/StatsWidget.h:37:2: style: Class 'StatsWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/Transfer.cpp:177:7: style: The scope of the variable 'result' can be reduced. [variableScope]
fatrat-1.1.3/src/Transfer.cpp:345:50: style: Function 'save' argument 2 names different: declaration 'map' definition 'node'. [funcArgNamesDifferent]
fatrat-1.1.3/src/Transfer.h:112:49: note: Function 'save' argument 2 names different: declaration 'map' definition 'node'.
fatrat-1.1.3/src/Transfer.cpp:345:50: note: Function 'save' argument 2 names different: declaration 'map' definition 'node'.
fatrat-1.1.3/src/Transfer.cpp:362:29: style: Function 'setMode' argument 1 names different: declaration 'mode' definition 'newMode'. [funcArgNamesDifferent]
fatrat-1.1.3/src/Transfer.h:166:20: note: Function 'setMode' argument 1 names different: declaration 'mode' definition 'newMode'.
fatrat-1.1.3/src/Transfer.cpp:362:29: note: Function 'setMode' argument 1 names different: declaration 'mode' definition 'newMode'.
fatrat-1.1.3/src/Transfer.cpp:105:2: performance: Variable 'm_uuid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fatrat-1.1.3/src/TransfersModel.cpp:206:30: warning: Either the condition 't!=0' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
fatrat-1.1.3/src/TransfersModel.cpp:213:9: note: Assuming that condition 't!=0' is not redundant
fatrat-1.1.3/src/TransfersModel.cpp:206:30: note: Null pointer dereference
fatrat-1.1.3/src/TransfersModel.cpp:381:27: style: C-style pointer casting [cstyleCast]
fatrat-1.1.3/src/TransfersModel.cpp:217:20: error: Uninitialized struct member: newData.state [uninitStructMember]
fatrat-1.1.3/src/TransfersModel.cpp:217:20: error: Uninitialized struct member: newData.mode [uninitStructMember]
fatrat-1.1.3/src/TransfersModel.cpp:217:20: error: Uninitialized struct member: newData.primaryMode [uninitStructMember]
fatrat-1.1.3/src/TransfersModel.cpp:217:20: error: Uninitialized struct member: newData.fProgress [uninitStructMember]
fatrat-1.1.3/src/XmlRpc.cpp:126:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fatrat-1.1.3/src/dbus/DbusAdaptor.h:80:5: style: Class 'FatratAdaptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/engines/CurlDownload.cpp:61:33: style: Function 'init' argument 1 names different: declaration 'source' definition 'uri'. [funcArgNamesDifferent]
fatrat-1.1.3/src/engines/CurlDownload.h:45:28: note: Function 'init' argument 1 names different: declaration 'source' definition 'uri'.
fatrat-1.1.3/src/engines/CurlDownload.cpp:61:33: note: Function 'init' argument 1 names different: declaration 'source' definition 'uri'.
fatrat-1.1.3/src/engines/CurlDownload.cpp:61:46: style: Function 'init' argument 2 names different: declaration 'target' definition 'dest'. [funcArgNamesDifferent]
fatrat-1.1.3/src/engines/CurlDownload.h:45:44: note: Function 'init' argument 2 names different: declaration 'target' definition 'dest'.
fatrat-1.1.3/src/engines/CurlDownload.cpp:61:46: note: Function 'init' argument 2 names different: declaration 'target' definition 'dest'.
fatrat-1.1.3/src/engines/CurlDownload.cpp:152:38: style: Function 'setObject' argument 1 names different: declaration 'object' definition 'target'. [funcArgNamesDifferent]
fatrat-1.1.3/src/engines/CurlDownload.h:47:33: note: Function 'setObject' argument 1 names different: declaration 'object' definition 'target'.
fatrat-1.1.3/src/engines/CurlDownload.cpp:152:38: note: Function 'setObject' argument 1 names different: declaration 'object' definition 'target'.
fatrat-1.1.3/src/engines/CurlDownload.cpp:189:38: style: Function 'changeActive' argument 1 names different: declaration 'bActove' definition 'bActive'. [funcArgNamesDifferent]
fatrat-1.1.3/src/engines/CurlDownload.h:46:33: note: Function 'changeActive' argument 1 names different: declaration 'bActove' definition 'bActive'.
fatrat-1.1.3/src/engines/CurlDownload.cpp:189:38: note: Function 'changeActive' argument 1 names different: declaration 'bActove' definition 'bActive'.
fatrat-1.1.3/src/engines/CurlDownload.h:92:6: style: Member variable 'CurlDownload::m_file' is in the wrong place in the initializer list. [initializerList]
fatrat-1.1.3/src/engines/CurlDownload.cpp:50:72: note: Member variable 'CurlDownload::m_file' is in the wrong place in the initializer list.
fatrat-1.1.3/src/engines/CurlDownload.h:92:6: note: Member variable 'CurlDownload::m_file' is in the wrong place in the initializer list.
fatrat-1.1.3/src/engines/CurlDownload.h:46:15: warning: Virtual function 'changeActive' is called from destructor '~CurlDownload()' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
fatrat-1.1.3/src/engines/CurlDownload.cpp:58:3: note: Calling changeActive
fatrat-1.1.3/src/engines/CurlDownload.h:46:15: note: changeActive is a virtual method
fatrat-1.1.3/src/engines/CurlPoller.cpp:129:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fatrat-1.1.3/src/engines/CurlPoller.cpp:159:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fatrat-1.1.3/src/engines/CurlPoller.cpp:214:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fatrat-1.1.3/src/engines/CurlUpload.h:54:15: warning: Virtual function 'changeActive' is called from destructor '~CurlUpload()' at line 48. Dynamic binding is not used. [virtualCallInConstructor]
fatrat-1.1.3/src/engines/CurlUpload.cpp:48:3: note: Calling changeActive
fatrat-1.1.3/src/engines/CurlUpload.h:54:15: note: changeActive is a virtual method
fatrat-1.1.3/src/engines/CurlUpload.h:75:16: style: The function 'curlHandle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/engines/CurlUser.h:54:16: note: Virtual function in base class
fatrat-1.1.3/src/engines/CurlUpload.h:75:16: note: Function in derived class
fatrat-1.1.3/src/engines/CurlUpload.h:76:15: style: The function 'transferDone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/engines/CurlUser.h:55:15: note: Virtual function in base class
fatrat-1.1.3/src/engines/CurlUpload.h:76:15: note: Function in derived class
fatrat-1.1.3/src/engines/CurlUpload.h:77:17: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/engines/CurlUser.h:57:17: note: Virtual function in base class
fatrat-1.1.3/src/engines/CurlUpload.h:77:17: note: Function in derived class
fatrat-1.1.3/src/engines/HttpDetailsBar.cpp:182:12: style: Variable 'url' is assigned a value that is never used. [unreadVariable]
fatrat-1.1.3/src/engines/HttpDetailsBar.h:40:2: style: Class 'HttpDetailsBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/engines/OutputBuffer.h:36:2: style: Class 'OutputBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/engines/OutputBuffer.cpp:47:3: error: Common realloc mistake: 'm_buffer' nulled but not freed upon failure [memleakOnRealloc]
fatrat-1.1.3/src/engines/OutputBuffer.cpp:55:3: error: Common realloc mistake: 'm_buffer' nulled but not freed upon failure [memleakOnRealloc]
fatrat-1.1.3/src/engines/RapidshareFreeDownload.cpp:294:45: style: Function 'setState' argument 1 names different: declaration 'newState' definition 'state'. [funcArgNamesDifferent]
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:62:30: note: Function 'setState' argument 1 names different: declaration 'newState' definition 'state'.
fatrat-1.1.3/src/engines/RapidshareFreeDownload.cpp:294:45: note: Function 'setState' argument 1 names different: declaration 'newState' definition 'state'.
fatrat-1.1.3/src/engines/RapidshareFreeDownload.cpp:45:2: performance: Variable 'm_proxy' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:53:15: warning: Virtual function 'changeActive' is called from destructor '~RapidshareFreeDownload()' at line 51. Dynamic binding is not used. [virtualCallInConstructor]
fatrat-1.1.3/src/engines/RapidshareFreeDownload.cpp:51:3: note: Calling changeActive
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:53:15: note: changeActive is a virtual method
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:47:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/engines/CurlDownload.h:45:15: note: Virtual function in base class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:47:15: note: Function in derived class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:48:18: style: The function 'myClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/engines/CurlDownload.h:49:18: note: Virtual function in base class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:48:18: note: Function in derived class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:49:18: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/engines/CurlDownload.h:51:18: note: Virtual function in base class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:49:18: note: Function in derived class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:51:15: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/engines/CurlDownload.h:55:15: note: Virtual function in base class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:51:15: note: Function in derived class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:52:15: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/engines/CurlDownload.h:56:15: note: Virtual function in base class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:52:15: note: Function in derived class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:53:15: style: The function 'changeActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/engines/CurlDownload.h:46:15: note: Virtual function in base class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:53:15: note: Function in derived class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:54:27: style: The function 'createOptionsWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/engines/CurlDownload.h:65:27: note: Virtual function in base class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:54:27: note: Function in derived class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:56:15: style: The function 'fillContextMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/engines/CurlDownload.h:66:15: note: Virtual function in base class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:56:15: note: Function in derived class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:58:18: style: The function 'object' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/engines/CurlDownload.h:48:18: note: Virtual function in base class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:58:18: note: Function in derived class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:59:15: style: The function 'setObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/engines/CurlDownload.h:47:15: note: Virtual function in base class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:59:15: note: Function in derived class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:61:21: style: The function 'done' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/engines/CurlDownload.h:54:21: note: Virtual function in base class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:61:21: note: Function in derived class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:63:18: style: The function 'remoteURI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/engines/CurlDownload.h:67:18: note: Virtual function in base class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.h:63:18: note: Function in derived class
fatrat-1.1.3/src/engines/RapidshareFreeDownload.cpp:229:2: style: Exception should be caught by reference. [catchExceptionByValue]
fatrat-1.1.3/src/engines/RapidshareFreeDownload.cpp:272:2: style: Exception should be caught by reference. [catchExceptionByValue]
fatrat-1.1.3/src/engines/RapidshareUpload.cpp:585:13: style: Redundant condition: active. '!active || (active && m_query==QueryFileInfo)' is equivalent to '!active || m_query==QueryFileInfo' [redundantCondition]
fatrat-1.1.3/src/engines/RapidshareUpload.cpp:751:26: style: C-style pointer casting [cstyleCast]
fatrat-1.1.3/src/engines/RapidshareUpload.cpp:328:55: style: Function 'seek_function' argument 1 names different: declaration 'file' definition 'This'. [funcArgNamesDifferent]
fatrat-1.1.3/src/engines/RapidshareUpload.h:75:45: note: Function 'seek_function' argument 1 names different: declaration 'file' definition 'This'.
fatrat-1.1.3/src/engines/RapidshareUpload.cpp:328:55: note: Function 'seek_function' argument 1 names different: declaration 'file' definition 'This'.
fatrat-1.1.3/src/engines/RapidshareUpload.cpp:502:41: style: Function 'saveLink' argument 1 names different: declaration 'file' definition 'filename'. [funcArgNamesDifferent]
fatrat-1.1.3/src/engines/RapidshareUpload.h:82:24: note: Function 'saveLink' argument 1 names different: declaration 'file' definition 'filename'.
fatrat-1.1.3/src/engines/RapidshareUpload.cpp:502:41: note: Function 'saveLink' argument 1 names different: declaration 'file' definition 'filename'.
fatrat-1.1.3/src/engines/RapidshareUpload.cpp:807:62: style: Function 'RapidshareSettings' argument 2 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
fatrat-1.1.3/src/engines/RapidshareUpload.h:144:43: note: Function 'RapidshareSettings' argument 2 names different: declaration 'parent' definition 'p'.
fatrat-1.1.3/src/engines/RapidshareUpload.cpp:807:62: note: Function 'RapidshareSettings' argument 2 names different: declaration 'parent' definition 'p'.
fatrat-1.1.3/src/engines/RapidshareUpload.cpp:56:2: performance: Variable 'm_nFileID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fatrat-1.1.3/src/engines/RapidshareUpload.cpp:57:2: performance: Variable 'm_nDone' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fatrat-1.1.3/src/engines/RapidshareUpload.cpp:61:2: style: Class 'RapidshareUpload' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fatrat-1.1.3/src/engines/RapidshareUpload.cpp:61:2: style: Class 'RapidshareUpload' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fatrat-1.1.3/src/engines/RapidshareUpload.h:85:16: style: The function 'curlHandle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/engines/CurlUser.h:54:16: note: Virtual function in base class
fatrat-1.1.3/src/engines/RapidshareUpload.h:85:16: note: Function in derived class
fatrat-1.1.3/src/engines/RapidshareUpload.h:86:15: style: The function 'transferDone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/engines/CurlUser.h:55:15: note: Virtual function in base class
fatrat-1.1.3/src/engines/RapidshareUpload.h:86:15: note: Function in derived class
fatrat-1.1.3/src/engines/RapidshareUpload.h:87:17: style: The function 'readData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/engines/CurlUser.h:57:17: note: Virtual function in base class
fatrat-1.1.3/src/engines/RapidshareUpload.h:87:17: note: Function in derived class
fatrat-1.1.3/src/engines/RapidshareUpload.h:88:15: style: The function 'writeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/engines/CurlUser.h:58:15: note: Virtual function in base class
fatrat-1.1.3/src/engines/RapidshareUpload.h:88:15: note: Function in derived class
fatrat-1.1.3/src/engines/RapidshareUploadProgress.h:38:2: style: Class 'RSProgressWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/engines/TorrentDownload.h:34:0: error: #error This file is not supposed to be included! [preprocessorErrorDirective]
fatrat-1.1.3/src/engines/TorrentProgressWidget.h:41:2: style: Class 'TorrentProgressWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/fancylineedit.cpp:212:63: style: Function 'setButtonPixmap' argument 2 names different: declaration 'pixmap' definition 'buttonPixmap'. [funcArgNamesDifferent]
fatrat-1.1.3/src/fancylineedit.h:86:52: note: Function 'setButtonPixmap' argument 2 names different: declaration 'pixmap' definition 'buttonPixmap'.
fatrat-1.1.3/src/fancylineedit.cpp:212:63: note: Function 'setButtonPixmap' argument 2 names different: declaration 'pixmap' definition 'buttonPixmap'.
fatrat-1.1.3/src/fancylineedit.cpp:225:53: style: Function 'setButtonMenu' argument 2 names different: declaration 'menu' definition 'buttonMenu'. [funcArgNamesDifferent]
fatrat-1.1.3/src/fancylineedit.h:89:42: note: Function 'setButtonMenu' argument 2 names different: declaration 'menu' definition 'buttonMenu'.
fatrat-1.1.3/src/fancylineedit.cpp:225:53: note: Function 'setButtonMenu' argument 2 names different: declaration 'menu' definition 'buttonMenu'.
fatrat-1.1.3/src/fatrat.cpp:444:27: style: C-style pointer casting [cstyleCast]
fatrat-1.1.3/src/fatrat.cpp:302:31: style: Function 'formatTime' argument 1 names different: declaration 'secs' definition 'inval'. [funcArgNamesDifferent]
fatrat-1.1.3/src/fatrat.h:44:31: note: Function 'formatTime' argument 1 names different: declaration 'secs' definition 'inval'.
fatrat-1.1.3/src/fatrat.cpp:302:31: note: Function 'formatTime' argument 1 names different: declaration 'secs' definition 'inval'.
fatrat-1.1.3/src/fatrat.cpp:431:30: style: Function 'loadPlugins' argument 1 names different: declaration 'dir' definition 'p'. [funcArgNamesDifferent]
fatrat-1.1.3/src/fatrat.cpp:84:37: note: Function 'loadPlugins' argument 1 names different: declaration 'dir' definition 'p'.
fatrat-1.1.3/src/fatrat.cpp:431:30: note: Function 'loadPlugins' argument 1 names different: declaration 'dir' definition 'p'.
fatrat-1.1.3/src/fatrat.cpp:333:2: style: Class 'RecursiveRemove' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/Transfer.h:124:38: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
fatrat-1.1.3/src/AppTools.h:36:18: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
fatrat-1.1.3/src/RuntimeException.h:35:27: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
fatrat-1.1.3/src/fatrat.cpp:333:26: performance: Function parameter 'what' should be passed by const reference. [passedByValue]
fatrat-1.1.3/src/fatrat.cpp:409:32: performance: Function parameter 'dir' should be passed by const reference. [passedByValue]
fatrat-1.1.3/src/poller/EpollPoller.h:33:0: error: #error This code is not supported on the current OS! [preprocessorErrorDirective]
fatrat-1.1.3/src/poller/KqueuePoller.cpp:35:37: style: Function 'KqueuePoller' argument 1 names different: declaration 'object' definition 'parent'. [funcArgNamesDifferent]
fatrat-1.1.3/src/poller/KqueuePoller.h:35:24: note: Function 'KqueuePoller' argument 1 names different: declaration 'object' definition 'parent'.
fatrat-1.1.3/src/poller/KqueuePoller.cpp:35:37: note: Function 'KqueuePoller' argument 1 names different: declaration 'object' definition 'parent'.
fatrat-1.1.3/src/poller/KqueuePoller.cpp:82:43: warning: Obsolete function 'alloca' called. [allocaCalled]
fatrat-1.1.3/src/poller/KqueuePoller.h:35:2: style: Class 'KqueuePoller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/poller/KqueuePoller.h:38:14: style: The function 'handle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/poller/Poller.h:46:14: note: Virtual function in base class
fatrat-1.1.3/src/poller/KqueuePoller.h:38:14: note: Function in derived class
fatrat-1.1.3/src/poller/KqueuePoller.h:40:14: style: The function 'addSocket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/poller/Poller.h:50:14: note: Virtual function in base class
fatrat-1.1.3/src/poller/KqueuePoller.h:40:14: note: Function in derived class
fatrat-1.1.3/src/poller/KqueuePoller.h:41:14: style: The function 'removeSocket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/poller/Poller.h:51:14: note: Virtual function in base class
fatrat-1.1.3/src/poller/KqueuePoller.h:41:14: note: Function in derived class
fatrat-1.1.3/src/poller/KqueuePoller.h:42:14: style: The function 'wait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fatrat-1.1.3/src/poller/Poller.h:52:14: note: Virtual function in base class
fatrat-1.1.3/src/poller/KqueuePoller.h:42:14: note: Function in derived class
fatrat-1.1.3/src/poller/Poller.cpp:44:0: error: #error Your OS is unsupported as there is no polling implementation written for it. [preprocessorErrorDirective]
fatrat-1.1.3/src/remote/HttpService.h:41:0: error: #error This file is not supposed to be included! [preprocessorErrorDirective]
fatrat-1.1.3/src/remote/JabberService.h:38:0: error: #error This file is not supposed to be included! [preprocessorErrorDirective]
fatrat-1.1.3/src/remote/SettingsJabberForm.h:37:0: error: #error This file is not supposed to be included! [preprocessorErrorDirective]
fatrat-1.1.3/src/remote/SettingsWebForm.h:37:0: error: #error This file is not supposed to be included! [preprocessorErrorDirective]
fatrat-1.1.3/src/remote/XmlRpcService.h:36:0: error: #error This file is not supposed to be included! [preprocessorErrorDirective]
fatrat-1.1.3/src/rss/RssRegexpDlg.h:38:2: style: Class 'RssRegexpDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/rss/RssFeedDlg.h:37:2: style: Class 'RssFeedDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/tools/ContextListWidget.h:37:2: style: Class 'ContextListWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/tools/CreateTorrentDlg.h:42:2: style: Class 'CreateTorrentDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/tools/HelpBrowser.h:36:0: error: #error This file is not supposed to be included! [preprocessorErrorDirective]
fatrat-1.1.3/src/tools/RapidTools.cpp:162:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fatrat-1.1.3/src/tools/TorrentSearch.cpp:455:30: style: C-style pointer casting [cstyleCast]
fatrat-1.1.3/src/tools/TorrentSearch.cpp:361:44: style: Function 'completeUrl' argument 1 names different: declaration 'url' definition 'surl'. [funcArgNamesDifferent]
fatrat-1.1.3/src/tools/TorrentSearch.h:70:30: note: Function 'completeUrl' argument 1 names different: declaration 'url' definition 'surl'.
fatrat-1.1.3/src/tools/TorrentSearch.cpp:361:44: note: Function 'completeUrl' argument 1 names different: declaration 'url' definition 'surl'.
fatrat-1.1.3/src/tools/TorrentSearch.h:91:2: style: Class 'SearchTreeWidgetItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/tools/TorrentWebView.h:38:2: style: Class 'TorrentWebView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-1.1.3/src/tools/VideoFetcher.cpp:203:48: style: Function 'decodeYouTube' argument 1 names different: declaration 'data' definition '_data'. [funcArgNamesDifferent]
fatrat-1.1.3/src/tools/VideoFetcher.h:42:35: note: Function 'decodeYouTube' argument 1 names different: declaration 'data' definition '_data'.
fatrat-1.1.3/src/tools/VideoFetcher.cpp:203:48: note: Function 'decodeYouTube' argument 1 names different: declaration 'data' definition '_data'.
fatrat-1.1.3/src/tooltips/BaseToolTip.h:39:15: warning: Call of pure virtual function 'refresh' in constructor. [pureVirtualCall]
fatrat-1.1.3/src/tooltips/BaseToolTip.cpp:41:50: note: Call of pure virtual function 'refresh' in constructor.
fatrat-1.1.3/src/tooltips/BaseToolTip.h:41:21: note: Call of pure virtual function 'refresh' in constructor.
fatrat-1.1.3/src/tooltips/BaseToolTip.h:39:15: note: Call of pure virtual function 'refresh' in constructor.
fatrat-1.1.3/src/tooltips/TrayToolTip.cpp:147:11: warning: Either the condition 'x<118' is redundant or the array 'points[118]' is accessed at index 118, which is out of bounds. [arrayIndexOutOfBoundsCond]
fatrat-1.1.3/src/tooltips/TrayToolTip.cpp:145:19: note: Assuming that condition 'x<118' is not redundant
fatrat-1.1.3/src/tooltips/TrayToolTip.cpp:147:11: note: Array index out of bounds
fatrat-1.1.3/src/tooltips/TrayToolTip.cpp:41:14: warning: Member variable 'TrayToolTip::m_object' is not initialized in the constructor. [uninitMemberVar]
[21:38]
ftp://ftp.se.debian.org/debian/pool/main/f/fatrat-czshare/fatrat-czshare_1.1.3.orig.tar.gz
fatrat-czshare-1.1.3/CzshareDownload.cpp:33:18: warning: Member variable 'CzshareDownload::m_http' is not initialized in the constructor. [uninitMemberVar]
fatrat-czshare-1.1.3/CzshareDownload.cpp:33:18: warning: Member variable 'CzshareDownload::m_buffer' is not initialized in the constructor. [uninitMemberVar]
fatrat-czshare-1.1.3/CzshareDownload.cpp:33:18: warning: Member variable 'CzshareDownload::m_step' is not initialized in the constructor. [uninitMemberVar]
fatrat-czshare-1.1.3/CzshareUpload.cpp:57:39: style: Function 'setObject' argument 1 names different: declaration 'obj' definition 'source'. [funcArgNamesDifferent]
fatrat-czshare-1.1.3/CzshareUpload.h:46:33: note: Function 'setObject' argument 1 names different: declaration 'obj' definition 'source'.
fatrat-czshare-1.1.3/CzshareUpload.cpp:57:39: note: Function 'setObject' argument 1 names different: declaration 'obj' definition 'source'.
fatrat-czshare-1.1.3/CzshareUpload.cpp:35:16: warning: Member variable 'CzshareUpload::m_errorBuffer' is not initialized in the constructor. [uninitMemberVar]
[21:38]
ftp://ftp.se.debian.org/debian/pool/main/f/fatrat-opensubtitles/fatrat-opensubtitles_1.1.3.orig.tar.gz
fatrat-opensubtitles-1.1.3/SubtitlesDlg.cpp:325:55: style: Function 'itemDoubleClicked' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
fatrat-opensubtitles-1.1.3/SubtitlesDlg.h:47:42: note: Function 'itemDoubleClicked' argument 1 names different: declaration 'item' definition 'i'.
fatrat-opensubtitles-1.1.3/SubtitlesDlg.cpp:325:55: note: Function 'itemDoubleClicked' argument 1 names different: declaration 'item' definition 'i'.
fatrat-opensubtitles-1.1.3/SubtitlesDlg.h:62:2: warning: Member variable 'SubtitleTreeWidgetItem::m_id' is not initialized in the constructor. [uninitMemberVar]
fatrat-opensubtitles-1.1.3/SubtitlesDlg.h:34:2: style: Class 'SubtitlesDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fatrat-opensubtitles-1.1.3/SubtitlesDlg.h:62:2: style: Class 'SubtitleTreeWidgetItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[21:38]
ftp://ftp.se.debian.org/debian/pool/main/f/fatresize/fatresize_1.0.2.orig.tar.gz
fatresize-1.0.2/fatresize.c:51:12: style: struct member 'TimerContext::predicted_time_left' is never used. [unusedStructMember]
[21:38]
ftp://ftp.se.debian.org/debian/pool/main/f/fatsort/fatsort_1.3.365.orig.tar.gz
fatsort-1.3.365/src/FAT_fs.c:541:8: warning: Redundant assignment of '*data' to itself. [selfAssignment]
fatsort-1.3.365/src/FAT_fs.c:555:8: warning: Redundant assignment of '*data' to itself. [selfAssignment]
fatsort-1.3.365/src/FAT_fs.c:569:8: warning: Redundant assignment of '*data' to itself. [selfAssignment]
fatsort-1.3.365/src/clusterchain.c:83:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fatsort-1.3.365/src/entrylist.c:146:10: style: The scope of the variable 'len' can be reduced. [variableScope]
fatsort-1.3.365/src/entrylist.c:325:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fatsort-1.3.365/src/fatsort.c:120:24: style: The scope of the variable 'chain' can be reduced. [variableScope]
fatsort-1.3.365/src/mallocv.c:126:9: style: The scope of the variable 'delSize' can be reduced. [variableScope]
fatsort-1.3.365/src/misc.c:35:10: style: The scope of the variable 'argptr' can be reduced. [variableScope]
fatsort-1.3.365/src/natstrcmp.c:64:10: style: The scope of the variable 'n1' can be reduced. [variableScope]
fatsort-1.3.365/src/natstrcmp.c:64:16: style: The scope of the variable 'n2' can be reduced. [variableScope]
fatsort-1.3.365/src/sort.c:61:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
fatsort-1.3.365/src/sort.c:282:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
fatsort-1.3.365/src/sort.c:543:7: style: The scope of the variable 'empty' can be reduced. [variableScope]
fatsort-1.3.365/src/stringlist.c:122:22: style: The scope of the variable 'tmp' can be reduced. [variableScope]
[21:38]
ftp://ftp.se.debian.org/debian/pool/main/f/faucc/faucc_20180503.orig.tar.xz
faucc/arch_i286_gen.c:6570:21: warning: Identical condition 'dion->storage==STORAGE_EXTERN', second condition is always false [identicalConditionAfterEarlyExit]
faucc/arch_i286_gen.c:6565:20: note: first condition
faucc/arch_i286_gen.c:6570:21: note: second condition
faucc/arch_i286_gen.c:5893:5: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
faucc/arch_i286_gen.c:5902:5: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
faucc/arch_i286_gen.c:6145:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faucc/arch_i286_gen.c:6174:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
faucc/arch_i286_gen.c:6267:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faucc/arch_i286_gen.c:6270:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faucc/arch_i286_gen.c:6524:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faucc/arch_i286_gen.c:6542:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faucc/arch_i286_gen.c:6330:4: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
faucc/arch_i286_gen.c:6328:4: note: Variable 't' is reassigned a value before the old one has been used.
faucc/arch_i286_gen.c:6330:4: note: Variable 't' is reassigned a value before the old one has been used.
faucc/arch_i286_gen.c:2236:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faucc/arch_i286_gen.c:2245:7: note: Found duplicate branches for 'if' and 'else'.
faucc/arch_i286_gen.c:2236:5: note: Found duplicate branches for 'if' and 'else'.
faucc/arch_i286_gen.c:3667:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faucc/arch_i286_gen.c:3673:7: note: Found duplicate branches for 'if' and 'else'.
faucc/arch_i286_gen.c:3667:12: note: Found duplicate branches for 'if' and 'else'.
faucc/arch_i286_gen.c:4618:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
faucc/arch_i286_gen.c:1316:16: style: The scope of the variable 'reg2' can be reduced. [variableScope]
faucc/arch_i286_gen.c:702:15: style: Function 'arch_i286_align_size' argument 2 names different: declaration 'type' definition 't'. [funcArgNamesDifferent]
faucc/arch_i286_gen.h:23:15: note: Function 'arch_i286_align_size' argument 2 names different: declaration 'type' definition 't'.
faucc/arch_i286_gen.c:702:15: note: Function 'arch_i286_align_size' argument 2 names different: declaration 'type' definition 't'.
faucc/arch_i286_gen.c:830:55: style: Function 'arch_i286_color_add' argument 2 names different: declaration 'set' definition 'class'. [funcArgNamesDifferent]
faucc/arch_i286_gen.h:38:55: note: Function 'arch_i286_color_add' argument 2 names different: declaration 'set' definition 'class'.
faucc/arch_i286_gen.c:830:55: note: Function 'arch_i286_color_add' argument 2 names different: declaration 'set' definition 'class'.
faucc/arch_i286_gen.c:973:55: style: Function 'arch_i286_color_sub' argument 2 names different: declaration 'set' definition 'class'. [funcArgNamesDifferent]
faucc/arch_i286_gen.h:40:55: note: Function 'arch_i286_color_sub' argument 2 names different: declaration 'set' definition 'class'.
faucc/arch_i286_gen.c:973:55: note: Function 'arch_i286_color_sub' argument 2 names different: declaration 'set' definition 'class'.
faucc/arch_i286_gen.c:1121:57: style: Function 'arch_i286_color_check' argument 2 names different: declaration 'set' definition 'class'. [funcArgNamesDifferent]
faucc/arch_i286_gen.h:42:57: note: Function 'arch_i286_color_check' argument 2 names different: declaration 'set' definition 'class'.
faucc/arch_i286_gen.c:1121:57: note: Function 'arch_i286_color_check' argument 2 names different: declaration 'set' definition 'class'.
faucc/arch_i386_gen.c:5728:21: warning: Identical condition 'dion->storage==STORAGE_EXTERN', second condition is always false [identicalConditionAfterEarlyExit]
faucc/arch_i386_gen.c:5723:20: note: first condition
faucc/arch_i386_gen.c:5728:21: note: second condition
faucc/arch_i386_gen.c:5125:5: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
faucc/arch_i386_gen.c:5134:5: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
faucc/arch_i386_gen.c:5143:5: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
faucc/arch_i386_gen.c:5354:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faucc/arch_i386_gen.c:5380:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
faucc/arch_i386_gen.c:5461:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faucc/arch_i386_gen.c:5464:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faucc/arch_i386_gen.c:2019:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faucc/arch_i386_gen.c:2027:7: note: Found duplicate branches for 'if' and 'else'.
faucc/arch_i386_gen.c:2019:5: note: Found duplicate branches for 'if' and 'else'.
faucc/arch_i386_gen.c:3391:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faucc/arch_i386_gen.c:3397:7: note: Found duplicate branches for 'if' and 'else'.
faucc/arch_i386_gen.c:3391:12: note: Found duplicate branches for 'if' and 'else'.
faucc/arch_i386_gen.c:1209:16: style: The scope of the variable 'reg2' can be reduced. [variableScope]
faucc/arch_i386_gen.c:771:15: style: Function 'arch_i386_align_size' argument 2 names different: declaration 'type' definition 't'. [funcArgNamesDifferent]
faucc/arch_i386_gen.h:22:15: note: Function 'arch_i386_align_size' argument 2 names different: declaration 'type' definition 't'.
faucc/arch_i386_gen.c:771:15: note: Function 'arch_i386_align_size' argument 2 names different: declaration 'type' definition 't'.
faucc/arch_i386_gen.c:960:55: style: Function 'arch_i386_color_add' argument 2 names different: declaration 'set' definition 'class'. [funcArgNamesDifferent]
faucc/arch_i386_gen.h:37:55: note: Function 'arch_i386_color_add' argument 2 names different: declaration 'set' definition 'class'.
faucc/arch_i386_gen.c:960:55: note: Function 'arch_i386_color_add' argument 2 names different: declaration 'set' definition 'class'.
faucc/arch_i386_gen.c:1032:55: style: Function 'arch_i386_color_sub' argument 2 names different: declaration 'set' definition 'class'. [funcArgNamesDifferent]
faucc/arch_i386_gen.h:39:55: note: Function 'arch_i386_color_sub' argument 2 names different: declaration 'set' definition 'class'.
faucc/arch_i386_gen.c:1032:55: note: Function 'arch_i386_color_sub' argument 2 names different: declaration 'set' definition 'class'.
faucc/arch_i386_gen.c:1089:57: style: Function 'arch_i386_color_check' argument 2 names different: declaration 'set' definition 'class'. [funcArgNamesDifferent]
faucc/arch_i386_gen.h:41:57: note: Function 'arch_i386_color_check' argument 2 names different: declaration 'set' definition 'class'.
faucc/arch_i386_gen.c:1089:57: note: Function 'arch_i386_color_check' argument 2 names different: declaration 'set' definition 'class'.
faucc/cc1.c:198:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
faucc/cc1.c:199:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
faucc/declaration.c:70:42: style: Function 'declaration_name_get' argument 1 names different: declaration 'dor' definition 'd'. [funcArgNamesDifferent]
faucc/declaration.h:114:42: note: Function 'declaration_name_get' argument 1 names different: declaration 'dor' definition 'd'.
faucc/declaration.c:70:42: note: Function 'declaration_name_get' argument 1 names different: declaration 'dor' definition 'd'.
faucc/expr.c:289:28: style: Function 'expr_offsetof' argument 1 names different: declaration 'ts' definition 't'. [funcArgNamesDifferent]
faucc/expr.h:121:28: note: Function 'expr_offsetof' argument 1 names different: declaration 'ts' definition 't'.
faucc/expr.c:289:28: note: Function 'expr_offsetof' argument 1 names different: declaration 'ts' definition 't'.
faucc/expr.c:289:43: style: Function 'expr_offsetof' argument 2 names different: declaration 'mem' definition 'name'. [funcArgNamesDifferent]
faucc/expr.h:121:44: note: Function 'expr_offsetof' argument 2 names different: declaration 'mem' definition 'name'.
faucc/expr.c:289:43: note: Function 'expr_offsetof' argument 2 names different: declaration 'mem' definition 'name'.
faucc/faucc.c:409:13: style: Expression is always false because 'else if' condition matches previous condition at line 403. [multiCondition]
faucc/faucc.c:53:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
faucc/faucc.c:426:9: style: The scope of the variable 'file_o' can be reduced. [variableScope]
faucc/faucc.c:479:8: style: The scope of the variable 'file_c' can be reduced. [variableScope]
faucc/identifier.c:29:29: style: Function 'identifier_hash' argument 1 names different: declaration 'name' definition '_n'. [funcArgNamesDifferent]
faucc/identifier.h:15:29: note: Function 'identifier_hash' argument 1 names different: declaration 'name' definition '_n'.
faucc/identifier.c:29:29: note: Function 'identifier_hash' argument 1 names different: declaration 'name' definition '_n'.
faucc/identifier.c:55:28: style: Function 'identifier_new' argument 1 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
faucc/identifier.h:18:28: note: Function 'identifier_new' argument 1 names different: declaration 'name' definition 'n'.
faucc/identifier.c:55:28: note: Function 'identifier_new' argument 1 names different: declaration 'name' definition 'n'.
faucc/identifier.c:115:28: style: Function 'identifier_dup' argument 1 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
faucc/identifier.h:26:28: note: Function 'identifier_dup' argument 1 names different: declaration 'name' definition 'n'.
faucc/identifier.c:115:28: note: Function 'identifier_dup' argument 1 names different: declaration 'name' definition 'n'.
faucc/identifier.c:121:29: style: Function 'identifier_free' argument 1 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
faucc/identifier.h:29:29: note: Function 'identifier_free' argument 1 names different: declaration 'name' definition 'n'.
faucc/identifier.c:121:29: note: Function 'identifier_free' argument 1 names different: declaration 'name' definition 'n'.
faucc/libfaucc/libfaucc.c:101:16: style: The scope of the variable 'A' can be reduced. [variableScope]
faucc/print.c:1108:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faucc/print.c:797:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
faucc/print.c:42:15: style: The scope of the variable 'i' can be reduced. [variableScope]
faucc/print.c:1121:46: style: Function 'print_type' argument 3 names different: declaration 't' definition 'ad'. [funcArgNamesDifferent]
faucc/print.c:23:46: note: Function 'print_type' argument 3 names different: declaration 't' definition 'ad'.
faucc/print.c:1121:46: note: Function 'print_type' argument 3 names different: declaration 't' definition 'ad'.
faucc/regalloc.c:1664:3: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
faucc/regalloc.c:519:15: style: The scope of the variable 'i' can be reduced. [variableScope]
faucc/regalloc.c:1687:7: style: The scope of the variable 'reg' can be reduced. [variableScope]
faucc/scope.c:255:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
faucc/scope.c:419:59: style: Function 'scope_function_begin' argument 2 names different: declaration 'dor' definition 'dion'. [funcArgNamesDifferent]
faucc/scope.h:86:59: note: Function 'scope_function_begin' argument 2 names different: declaration 'dor' definition 'dion'.
faucc/scope.c:419:59: note: Function 'scope_function_begin' argument 2 names different: declaration 'dor' definition 'dion'.
faucc/scope.c:594:31: style: Function 'scope_file_end' argument 1 names different: declaration 'scopep' definition 'sp'. [funcArgNamesDifferent]
faucc/scope.h:103:31: note: Function 'scope_file_end' argument 1 names different: declaration 'scopep' definition 'sp'.
faucc/scope.c:594:31: note: Function 'scope_file_end' argument 1 names different: declaration 'scopep' definition 'sp'.
faucc/simplify.c:262:16: style: The scope of the variable 'new_name' can be reduced. [variableScope]
faucc/simplify.c:580:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
faucc/simplify.c:1472:6: style: The scope of the variable 'val' can be reduced. [variableScope]
faucc/simplify.c:1572:24: style: Function 'simplify' argument 1 names different: declaration 's' definition 'scope'. [funcArgNamesDifferent]
faucc/simplify.h:22:24: note: Function 'simplify' argument 1 names different: declaration 's' definition 'scope'.
faucc/simplify.c:1572:24: note: Function 'simplify' argument 1 names different: declaration 's' definition 'scope'.
faucc/stmt.c:1704:15: style: The scope of the variable 's1' can be reduced. [variableScope]
faucc/test/chip_intel_80386_inline.c:5488:21: error: Array 'parity_table[256]' accessed at index 65535, which is out of bounds. [arrayIndexOutOfBounds]
faucc/test/chip_intel_80386_inline.c:9372:13: note: Assignment 'result=65535', assigned value is 65535
faucc/test/chip_intel_80386_inline.c:9385:17: note: Calling function 'parity', 1st argument 'value' value is 65535
faucc/test/chip_intel_80386_inline.c:5488:21: note: Array index out of bounds
faucc/test/chip_intel_80386_inline.c:13563:2: style: Variable 'es_segment_base' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
faucc/test/chip_intel_80386_inline.c:13557:2: note: Variable 'es_segment_base' is reassigned a value before the old one has been used if variable is no semaphore variable.
faucc/test/chip_intel_80386_inline.c:13563:2: note: Variable 'es_segment_base' is reassigned a value before the old one has been used if variable is no semaphore variable.
faucc/test/chip_intel_80386_inline.c:917:11: style: The scope of the variable 'val32' can be reduced. [variableScope]
faucc/test/chip_intel_80386_inline.c:993:11: style: The scope of the variable 'val32' can be reduced. [variableScope]
faucc/test/chip_intel_80386_inline.c:5515:11: style: The scope of the variable 'val32' can be reduced. [variableScope]
faucc/test/chip_intel_80386_inline.c:5603:11: style: The scope of the variable 'val32' can be reduced. [variableScope]
faucc/test/test13.c:11:7: style: struct member 'y::y' is never used. [unusedStructMember]
faucc/test/test19.c:11:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faucc/test/test19.c:13:4: note: Found duplicate branches for 'if' and 'else'.
faucc/test/test19.c:11:2: note: Found duplicate branches for 'if' and 'else'.
faucc/test/test3.c:104:10: style: struct member 'imaxdiv_t::quot' is never used. [unusedStructMember]
faucc/test/test3.c:105:10: style: struct member 'imaxdiv_t::rem' is never used. [unusedStructMember]
faucc/test/test4.c:22:6: style: Condition 'y' is always true [knownConditionTrueFalse]
faucc/test/test4.c:16:6: note: Assignment 'y=1', assigned value is 1
faucc/test/test4.c:22:6: note: Condition 'y' is always true
faucc/test/test5.c:27:14: style: Same value in both branches of ternary operator. [duplicateValueTernary]
faucc/test/test6.c:28:2: style: Variable 'a.r' is reassigned a value before the old one has been used. [redundantAssignment]
faucc/test/test6.c:27:2: note: Variable 'a.r' is reassigned a value before the old one has been used.
faucc/test/test6.c:28:2: note: Variable 'a.r' is reassigned a value before the old one has been used.
faucc/test/test6.c:29:2: style: Variable 'a.r' is reassigned a value before the old one has been used. [redundantAssignment]
faucc/test/test6.c:28:2: note: Variable 'a.r' is reassigned a value before the old one has been used.
faucc/test/test6.c:29:2: note: Variable 'a.r' is reassigned a value before the old one has been used.
faucc/test/test6.c:37:2: style: Variable 'a.i' is reassigned a value before the old one has been used. [redundantAssignment]
faucc/test/test6.c:35:2: note: Variable 'a.i' is reassigned a value before the old one has been used.
faucc/test/test6.c:37:2: note: Variable 'a.i' is reassigned a value before the old one has been used.
faucc/test/test6.c:35:19: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
faucc/test/test6.c:27:8: error: Uninitialized struct member: b.i [uninitStructMember]
faucc/type.c:83:32: style: Function 'type_is_type_spec' argument 1 names different: declaration 'dor' definition 't'. [funcArgNamesDifferent]
faucc/type.h:85:32: note: Function 'type_is_type_spec' argument 1 names different: declaration 'dor' definition 't'.
faucc/type.c:83:32: note: Function 'type_is_type_spec' argument 1 names different: declaration 'dor' definition 't'.
faucc/type.c:146:25: style: Function 'type_equal' argument 1 names different: declaration 't0' definition 'ts0'. [funcArgNamesDifferent]
faucc/type.h:104:25: note: Function 'type_equal' argument 1 names different: declaration 't0' definition 'ts0'.
faucc/type.c:146:25: note: Function 'type_equal' argument 1 names different: declaration 't0' definition 'ts0'.
faucc/type.c:146:43: style: Function 'type_equal' argument 2 names different: declaration 't1' definition 'ts1'. [funcArgNamesDifferent]
faucc/type.h:104:42: note: Function 'type_equal' argument 2 names different: declaration 't1' definition 'ts1'.
faucc/type.c:146:43: note: Function 'type_equal' argument 2 names different: declaration 't1' definition 'ts1'.
faucc/type.c:356:33: style: Function 'type_dimension_get' argument 1 names different: declaration 'abs_decl' definition 'ad'. [funcArgNamesDifferent]
faucc/type.h:115:33: note: Function 'type_dimension_get' argument 1 names different: declaration 'abs_decl' definition 'ad'.
faucc/type.c:356:33: note: Function 'type_dimension_get' argument 1 names different: declaration 'abs_decl' definition 'ad'.
faucc/type.c:364:33: style: Function 'type_parameter_get' argument 1 names different: declaration 'abs_decl' definition 'ad'. [funcArgNamesDifferent]
faucc/type.h:117:33: note: Function 'type_parameter_get' argument 1 names different: declaration 'abs_decl' definition 'ad'.
faucc/type.c:364:33: note: Function 'type_parameter_get' argument 1 names different: declaration 'abs_decl' definition 'ad'.
faucc/type.c:660:31: style: Function 'type_add_pointer' argument 1 names different: declaration 'dor' definition 't'. [funcArgNamesDifferent]
faucc/type.h:192:31: note: Function 'type_add_pointer' argument 1 names different: declaration 'dor' definition 't'.
faucc/type.c:660:31: note: Function 'type_add_pointer' argument 1 names different: declaration 'dor' definition 't'.
faucc/type.c:679:29: style: Function 'type_add_array' argument 1 names different: declaration 'dor' definition 't'. [funcArgNamesDifferent]
faucc/type.h:194:29: note: Function 'type_add_array' argument 1 names different: declaration 'dor' definition 't'.
faucc/type.c:679:29: note: Function 'type_add_array' argument 1 names different: declaration 'dor' definition 't'.
faucc/type.c:693:32: style: Function 'type_add_function' argument 1 names different: declaration 'dor' definition 't'. [funcArgNamesDifferent]
faucc/type.h:196:32: note: Function 'type_add_function' argument 1 names different: declaration 'dor' definition 't'.
faucc/type.c:693:32: note: Function 'type_add_function' argument 1 names different: declaration 'dor' definition 't'.
faucc/type.c:707:28: style: Function 'type_add_user' argument 1 names different: declaration 'dor' definition 't'. [funcArgNamesDifferent]
faucc/type.h:198:28: note: Function 'type_add_user' argument 1 names different: declaration 'dor' definition 't'.
faucc/type.c:707:28: note: Function 'type_add_user' argument 1 names different: declaration 'dor' definition 't'.
faucc/type.c:707:44: style: Function 'type_add_user' argument 2 names different: declaration 'dor_user' definition 't_user'. [funcArgNamesDifferent]
faucc/type.h:198:46: note: Function 'type_add_user' argument 2 names different: declaration 'dor_user' definition 't_user'.
faucc/type.c:707:44: note: Function 'type_add_user' argument 2 names different: declaration 'dor_user' definition 't_user'.
faucc/type.c:1095:24: style: Function 'type_free' argument 1 names different: declaration 'ad' definition 't'. [funcArgNamesDifferent]
faucc/type.h:231:24: note: Function 'type_free' argument 1 names different: declaration 'ad' definition 't'.
faucc/type.c:1095:24: note: Function 'type_free' argument 1 names different: declaration 'ad' definition 't'.
[21:38]
ftp://ftp.se.debian.org/debian/pool/main/f/fauhdlc/fauhdlc_20180504.orig.tar.xz
fauhdlc-20180504/compiler/FAUhdlc.cpp:84:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fauhdlc-20180504/compiler/FAUhdlc.cpp:68:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/compiler/FAUhdlc.cpp:241:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/compiler/FAUhdlc.cpp:194:4: style: Exception should be caught by reference. [catchExceptionByValue]
fauhdlc-20180504/compiler/FAUhdlc.cpp:197:4: style: Exception should be caught by reference. [catchExceptionByValue]
fauhdlc-20180504/compiler/FAUhdlc.cpp:213:4: style: Exception should be caught by reference. [catchExceptionByValue]
fauhdlc-20180504/compiler/FAUhdlc.cpp:245:5: style: Exception should be caught by reference. [catchExceptionByValue]
fauhdlc-20180504/compiler/FAUhdlc.cpp:256:5: style: Exception should be caught by reference. [catchExceptionByValue]
fauhdlc-20180504/compiler/FAUhdlc.cpp:260:5: style: Exception should be caught by reference. [catchExceptionByValue]
fauhdlc-20180504/frontend/ast/NodeFactory.cpp:119:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/ast/NodeFactory.cpp:145:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/ast/NodeFactory.cpp:172:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/ast/NodeFactory.cpp:213:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/ast/NodeFactory.cpp:270:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/ast/NodeFactory.cpp:391:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/ast/NodeFactory.cpp:414:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/ast/NodeFactory.cpp:458:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/ast/NodeFactory.cpp:492:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/ast/NodeFactory.cpp:614:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/ast/NodeFactory.cpp:640:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/ast/NodeFactory.cpp:655:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/ast/NodeFactory.tpp:34:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/ast/PhysicalType.cpp:25:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/ast/RecordType.cpp:27:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/ast/SimpleName.cpp:68:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/DeclarativeRegion.cpp:33:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/DeclarativeRegion.cpp:65:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/DeclarativeRegion.cpp:113:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/DeclarativeRegion.cpp:131:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/DeclarativeRegion.cpp:148:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/DeclarativeRegion.cpp:180:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/NameLookup.cpp:75:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/NameLookup.cpp:145:19: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/NameLookup.cpp:189:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/NameLookup.cpp:216:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/NameLookup.cpp:271:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/NameLookup.cpp:286:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/NameLookup.cpp:351:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/NameLookup.cpp:411:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/RangeSet.cpp:145:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/RangeSet.cpp:188:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/RangeSet.cpp:199:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/RangeSet.cpp:260:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/RangeSet.cpp:276:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/RegisterBuiltins.cpp:45:3: style: Class 'Dispatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fauhdlc-20180504/frontend/misc/StackTrace.cpp:84:0: error: #error Not ported yet. [preprocessorErrorDirective]
fauhdlc-20180504/frontend/misc/Symbol.cpp:97:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/SymbolTable.cpp:28:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/SymbolTable.cpp:108:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/SymbolTable.cpp:177:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/SymbolTable.cpp:194:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/SymbolTable.cpp:266:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/misc/SymbolTable.cpp:287:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/newparser/ParserDriver.cpp:149:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fauhdlc-20180504/frontend/newparser/ParserDriver.cpp:150:6: style: The scope of the variable 'digitValue' can be reduced. [variableScope]
fauhdlc-20180504/frontend/newparser/ParserDriver.cpp:420:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/newparser/ParserDriver.cpp:88:0: error: Memory leak: emsg [memleak]
fauhdlc-20180504/frontend/newparser/ParserDriver.tpp:136:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/reporting/AmbiguousTypes.cpp:22:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/reporting/AmbiguousTypes.cpp:48:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/reporting/ErrorRegistry.cpp:40:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/reporting/ErrorRegistry.cpp:52:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/reporting/ErrorRegistry.cpp:75:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/reporting/ErrorRegistry.cpp:85:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/reporting/ErrorRegistry.cpp:97:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/reporting/ErrorRegistry.cpp:103:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/reporting/TypeMismatch.cpp:35:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/CheckAccessMode.cpp:211:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/CheckAccessMode.cpp:324:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/CheckAccessMode.cpp:349:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/CheckAccessMode.cpp:390:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/CheckAccessMode.cpp:408:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/CheckLoops.cpp:69:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ConstantPropagation.cpp:73:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ConstantPropagation.cpp:323:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ConstantPropagation.cpp:411:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ConstantPropagation.cpp:591:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ConstantPropagation.cpp:610:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ConstantPropagation.cpp:434:6: performance: Possible inefficient checking for 'idcs' emptiness. [stlSize]
fauhdlc-20180504/frontend/visitor/ConstantPropagation.cpp:633:6: performance: Possible inefficient checking for 'idxC' emptiness. [stlSize]
fauhdlc-20180504/frontend/visitor/DotVisitor.cpp:86:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/DotVisitor.cpp:157:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/DotVisitor.cpp:1197:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/DotVisitor.cpp:1203:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/DotVisitor.cpp:1247:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/DotVisitor.tpp:18:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/DotVisitor.tpp:30:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCArrays.cpp:66:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCArrays.cpp:114:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCArrays.cpp:118:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCArrays.cpp:144:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCArrays.cpp:203:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCArrays.cpp:244:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCArrays.cpp:259:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCArrays.cpp:289:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCArrays.cpp:290:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCArrays.cpp:323:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCArrays.cpp:324:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCArrays.cpp:325:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCArrays.cpp:326:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCArrays.cpp:350:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCArrays.cpp:371:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCArrays.cpp:396:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCArrays.cpp:397:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCArrays.cpp:398:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCArrays.cpp:412:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCBuiltins.cpp:37:19: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCBuiltins.cpp:70:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCBuiltins.cpp:153:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCTypes.cpp:61:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCTypes.cpp:375:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GCTypes.cpp:428:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GatherImplicits.cpp:114:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GatherImplicits.cpp:120:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GatherImplicits.cpp:162:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GatherImplicits.cpp:210:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GatherImplicits.cpp:320:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GatherImplicits.cpp:344:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GatherImplicits.cpp:375:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GatherImplicits.cpp:399:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:2181:10: style: The scope of the variable 'op' can be reduced. [variableScope]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:264:19: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:284:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:346:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:422:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:450:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:545:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:744:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:988:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:1064:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:1145:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:1163:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:1323:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:1615:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:2006:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:2135:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:2192:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:2629:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:2722:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:2776:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:2965:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:3049:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:3175:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:3235:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:3114:25: performance: Function parameter 'unclbounds' should be passed by const reference. [passedByValue]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:3115:25: performance: Function parameter 'uncubounds' should be passed by const reference. [passedByValue]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:3116:25: performance: Function parameter 'undirects' should be passed by const reference. [passedByValue]
fauhdlc-20180504/frontend/visitor/GenCode.cpp:1604:9: performance: Possible inefficient checking for 'idcs' emptiness. [stlSize]
fauhdlc-20180504/frontend/visitor/NormalizeAssocLists.cpp:225:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/NormalizeAssocLists.cpp:319:0: error: Memory leak: n [memleak]
fauhdlc-20180504/frontend/visitor/ResolveAggregates.cpp:48:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveSymbols.cpp:81:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:86:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:106:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:275:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:558:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:666:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:734:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:814:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:828:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:852:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:920:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:991:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:1013:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:1098:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:1102:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:1111:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:1142:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:1209:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:1251:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:1318:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:1459:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:1464:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:1481:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:1485:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:1656:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:1681:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:1717:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:2054:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:2099:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:2105:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:2187:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:2195:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:2201:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:2207:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:2225:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/ResolveTypes.cpp:2313:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/SetPathName.cpp:156:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/SetPathName.cpp:194:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/TopDownVisitor.cpp:114:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/Visitor.tpp:21:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/Visitor.tpp:42:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/Visitor.tpp:64:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/frontend/visitor/Visitor.tpp:72:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/intermediate/visitor/GenCCode.cpp:150:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/intermediate/visitor/GenCCode.cpp:163:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/intermediate/visitor/GenCCode.cpp:634:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/intermediate/visitor/GenCCode.cpp:757:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/intermediate/visitor/LookupSymbols.cpp:76:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/intermediate/visitor/PrintCode.cpp:503:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/intermediate/visitor/PrintCode.cpp:520:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/intermediate/visitor/PrintCode.cpp:543:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/intermediate/visitor/PrintCode.cpp:550:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/intermediate/visitor/Visitor.tpp:18:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/interpreter/interpreter.c:112:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fauhdlc-20180504/interpreter/kernel.c:2310:23: style: The scope of the variable 'opcode' can be reduced. [variableScope]
fauhdlc-20180504/interpreter/kernel.c:2663:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
fauhdlc-20180504/interpreter/kernel.c:2824:14: style: The scope of the variable 'n' can be reduced. [variableScope]
fauhdlc-20180504/interpreter/log.c:51:8: warning: %d in format string (no. 8) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fauhdlc-20180504/interpreter/lookup_symbols.c:102:37: style: The scope of the variable 'j' can be reduced. [variableScope]
fauhdlc-20180504/interpreter/lookup_symbols.c:188:32: style: The scope of the variable 'j' can be reduced. [variableScope]
fauhdlc-20180504/interpreter/lookup_symbols.c:321:9: style: The scope of the variable 'sz' can be reduced. [variableScope]
fauhdlc-20180504/interpreter/lookup_symbols.c:590:17: style: The scope of the variable 'opcode' can be reduced. [variableScope]
fauhdlc-20180504/interpreter/lookup_symbols.c:632:26: style: The scope of the variable 'd' can be reduced. [variableScope]
fauhdlc-20180504/interpreter/lookup_symbols.c:650:27: style: The scope of the variable 't' can be reduced. [variableScope]
fauhdlc-20180504/interpreter/trace.c:130:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fauhdlc-20180504/interpreter/trace.c:143:2: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
fauhdlc-20180504/interpreter/util/fauhdlstring.c:21:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
fauhdlc-20180504/interpreter/util/fauhdlstring.c:18:0: note: Variable 'ret' is reassigned a value before the old one has been used.
fauhdlc-20180504/interpreter/util/fauhdlstring.c:21:2: note: Variable 'ret' is reassigned a value before the old one has been used.
fauhdlc-20180504/interpreter/util/fauhdlstring.c:16:49: style: Function 'fauhdlstrdup' argument 2 names different: declaration 'allocator' definition 'long'. [funcArgNamesDifferent]
fauhdlc-20180504/interpreter/util/fauhdlstring.h:22:52: note: Function 'fauhdlstrdup' argument 2 names different: declaration 'allocator' definition 'long'.
fauhdlc-20180504/interpreter/util/fauhdlstring.c:16:49: note: Function 'fauhdlstrdup' argument 2 names different: declaration 'allocator' definition 'long'.
fauhdlc-20180504/interpreter/util/list.c:31:22: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fauhdlc-20180504/interpreter/util/slset.c:54:22: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fauhdlc-20180504/interpreter/util/slset.c:262:22: style: The scope of the variable 'n' can be reduced. [variableScope]
fauhdlc-20180504/lib/ckernel.c:84:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fauhdlc-20180504/util/MiscUtil.tpp:68:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/util/MiscUtil.tpp:95:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/util/MiscUtil.tpp:134:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/util/MiscUtil.tpp:150:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fauhdlc-20180504/util/mangle_names.c:24:8: style: The scope of the variable 'remainder' can be reduced. [variableScope]
fauhdlc-20180504/util/mangle_names.c:26:8: style: The scope of the variable 'dest' can be reduced. [variableScope]
[21:38]
ftp://ftp.se.debian.org/debian/pool/main/f/faulthandler/faulthandler_2.4.orig.tar.gz
faulthandler-2.4/faulthandler.c:827:10: error: Null pointer dereference: x [nullPointer]
faulthandler-2.4/faulthandler.c:826:9: note: Assignment 'x=NULL', assigned value is 0
faulthandler-2.4/faulthandler.c:827:10: note: Null pointer dereference
faulthandler-2.4/faulthandler.c:893:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
faulthandler-2.4/faulthandler.c:158:10: style: The scope of the variable 'fd_long' can be reduced. [variableScope]
faulthandler-2.4/faulthandler.c:224:17: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
faulthandler-2.4/faulthandler.c:343:18: style: The scope of the variable 'i' can be reduced. [variableScope]
faulthandler-2.4/faulthandler.c:348:9: style: The scope of the variable 'err' can be reduced. [variableScope]
faulthandler-2.4/faulthandler.c:408:18: style: The scope of the variable 'i' can be reduced. [variableScope]
faulthandler-2.4/faulthandler.c:409:22: style: The scope of the variable 'handler' can be reduced. [variableScope]
faulthandler-2.4/faulthandler.c:705:9: style: The scope of the variable 'err' can be reduced. [variableScope]
faulthandler-2.4/faulthandler.c:1145:18: style: The scope of the variable 'signum' can be reduced. [variableScope]
faulthandler-2.4/faulthandler.c:879:11: error: Division by zero. [zerodiv]
faulthandler-2.4/faulthandler.c:877:29: note: Assignment 'y=0', assigned value is 0
faulthandler-2.4/faulthandler.c:879:11: note: Division by zero
faulthandler-2.4/traceback.c:22:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
faulthandler-2.4/traceback.c:85:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
[21:38]
ftp://ftp.se.debian.org/debian/pool/main/f/faumachine/faumachine_20180503.orig.tar.xz
faumachine/bridge-usb/main.c:298:8: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
faumachine/bridge-usb/main.c:298:8: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
faumachine/bridge-usb/main.c:146:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/bridge-usb/main.c:239:6: style: The scope of the variable 'cmd' can be reduced. [variableScope]
faumachine/bridge-usb/usb_dev.c:291:3: portability: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
faumachine/bridge-usb/usb_dev.c:1198:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
faumachine/bridge-usb/usb_dev.c:987:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/chips/arch_arm/arch_arm_mpipeline.c:1848:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/chips/arch_arm/arch_arm_mpipeline.c:1851:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/chips/arch_ide_controller.c:19:0: error: #error Unsupported IDE controller! [preprocessorErrorDirective]
faumachine/chips/arch_x86/arch_gen_cpu_x86.h:21:0: error: #error "Unknown socket." [preprocessorErrorDirective]
faumachine/chips/chip_at_24c164.c:66:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/chips/chip_at_24c164.c:84:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/chips/chip_at_24c164.c:281:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
faumachine/chips/chip_cirrus_gd5446_rop.c:75:25: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/chips/chip_cirrus_gd5446_rop.c:74:4: note: Variable 'd' is reassigned a value before the old one has been used.
faumachine/chips/chip_cirrus_gd5446_rop.c:75:25: note: Variable 'd' is reassigned a value before the old one has been used.
faumachine/chips/chip_cirrus_gd5446_rop.c:128:25: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/chips/chip_cirrus_gd5446_rop.c:127:4: note: Variable 'd' is reassigned a value before the old one has been used.
faumachine/chips/chip_cirrus_gd5446_rop.c:128:25: note: Variable 'd' is reassigned a value before the old one has been used.
faumachine/chips/chip_cirrus_gd5446_rop.c:180:25: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/chips/chip_cirrus_gd5446_rop.c:179:4: note: Variable 'd' is reassigned a value before the old one has been used.
faumachine/chips/chip_cirrus_gd5446_rop.c:180:25: note: Variable 'd' is reassigned a value before the old one has been used.
faumachine/chips/chip_cirrus_gd5446_rop.c:234:25: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/chips/chip_cirrus_gd5446_rop.c:233:4: note: Variable 'd' is reassigned a value before the old one has been used.
faumachine/chips/chip_cirrus_gd5446_rop.c:234:25: note: Variable 'd' is reassigned a value before the old one has been used.
faumachine/chips/chip_cirrus_gd5446.c:3303:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/chips/chip_cirrus_gd5446.c:3300:3: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/chips/chip_cirrus_gd5446.c:3303:3: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/chips/chip_cirrus_gd5446.c:3358:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/chips/chip_cirrus_gd5446.c:3356:3: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/chips/chip_cirrus_gd5446.c:3358:3: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/chips/chip_cirrus_gd5446.c:3547:40: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/chip_cirrus_gd5446.c:3554:42: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/chip_cirrus_gd5446.c:3595:36: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/chip_cirrus_gd5446.c:418:6: style: The scope of the variable 'chip' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446.c:419:11: style: The scope of the variable 'addr' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446.c:440:6: style: The scope of the variable 'chip' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446.c:441:11: style: The scope of the variable 'addr' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446.c:466:6: style: The scope of the variable 'chip' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446.c:467:11: style: The scope of the variable 'addr' can be reduced. [variableScope]
faumachine/chips/arch_vga.c:204:18: style: The scope of the variable 'cmp' can be reduced. [variableScope]
faumachine/chips/arch_vga.c:1476:17: style: The scope of the variable 'offset1' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_rop.c:97:13: style: The scope of the variable 'i' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_rop.c:202:13: style: The scope of the variable 'i' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:89:23: style: The scope of the variable 'dest' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:120:23: style: The scope of the variable 'color' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:121:23: style: The scope of the variable 'dest' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:125:33: style: The scope of the variable 'src_bitmask' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:172:23: style: The scope of the variable 'dest' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:176:33: style: The scope of the variable 'src_bitmask' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:235:23: style: The scope of the variable 'color' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:236:23: style: The scope of the variable 'dest' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:241:23: style: The scope of the variable 'bit_x' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:291:23: style: The scope of the variable 'dest' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:296:23: style: The scope of the variable 'bit_x' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:360:23: style: The scope of the variable 'color' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:361:23: style: The scope of the variable 'dest' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:361:45: style: The scope of the variable 'src_line' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:364:13: style: The scope of the variable 'pattern_x' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_gen.c:28:10: style: The scope of the variable 'r' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_gen.c:28:13: style: The scope of the variable 'g' can be reduced. [variableScope]
faumachine/chips/chip_cirrus_gd5446_gen.c:28:16: style: The scope of the variable 'b' can be reduced. [variableScope]
faumachine/chips/arch_vga.c:131:11: style: Unsigned variable 'pa' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/chips/arch_vga.c:256:11: style: Unsigned variable 'pa' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/chips/chip_cirrus_gd5446.c:1034:32: style: Checking if unsigned variable 'cpssp->bitblt.src_counter' is less than zero. [unsignedLessThanZero]
faumachine/chips/chip_cirrus_gd5446.c:1051:32: style: Checking if unsigned variable 'cpssp->bitblt.src_counter' is less than zero. [unsignedLessThanZero]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:96:21: style: Variable 'color' is assigned a value that is never used. [unreadVariable]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:152:41: style: Variable 'color' is assigned a value that is never used. [unreadVariable]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:182:22: style: Variable 'color' is assigned a value that is never used. [unreadVariable]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:264:41: style: Variable 'color' is assigned a value that is never used. [unreadVariable]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:303:21: style: Variable 'color' is assigned a value that is never used. [unreadVariable]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:398:33: style: Variable 'color' is assigned a value that is never used. [unreadVariable]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:401:33: style: Variable 'color' is assigned a value that is never used. [unreadVariable]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:404:33: style: Variable 'color' is assigned a value that is never used. [unreadVariable]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:409:33: style: Variable 'color' is assigned a value that is never used. [unreadVariable]
faumachine/chips/chip_cirrus_gd5446_gen.c:9:0: error: #error chip_cirrus_gd5446_gen.c needs GEN_NAME defined [preprocessorErrorDirective]
faumachine/chips/chip_cirrus_gd5446_rop.c:42:0: error: #error chip_cirrus_gd5446_rop.c needs ROP_NAME defined [preprocessorErrorDirective]
faumachine/chips/chip_cirrus_gd5446_rop_depth.c:77:0: error: #error chip_cirrus_gd5446_rop_depth.c needs ROP_DEPTH defined to either 8, 16, 24 or 32 [preprocessorErrorDirective]
faumachine/chips/arch_commodore_6510.c:352:11: style: The scope of the variable 'res' can be reduced. [variableScope]
faumachine/chips/arch_commodore_6510.c:368:11: style: The scope of the variable 'res' can be reduced. [variableScope]
faumachine/chips/chip_creative_soundblaster16.c:1594:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/chips/chip_creative_soundblaster16.c:632:6: style: The scope of the variable 'vol' can be reduced. [variableScope]
faumachine/chips/chip_creative_soundblaster16.c:633:6: style: The scope of the variable 'pcm' can be reduced. [variableScope]
faumachine/chips/chip_creative_soundblaster16.c:1042:6: style: The scope of the variable 'new_in_bytes' can be reduced. [variableScope]
faumachine/chips/chip_creative_soundblaster16.c:1652:9: style: The scope of the variable 'cbuf' can be reduced. [variableScope]
faumachine/chips/chip_creative_soundblaster16.c:2041:3: style: Label 'inb' is not used. [unusedLabel]
faumachine/chips/chip_creative_soundblaster16.c:1132:45: style: Function 'send_sample_data' argument 2 names different: declaration 'buf' definition '_samples'. [funcArgNamesDifferent]
faumachine/chips/chip_creative_soundblaster16.c:391:57: note: Function 'send_sample_data' argument 2 names different: declaration 'buf' definition '_samples'.
faumachine/chips/chip_creative_soundblaster16.c:1132:45: note: Function 'send_sample_data' argument 2 names different: declaration 'buf' definition '_samples'.
faumachine/chips/chip_creative_soundblaster16.c:1866:44: style: Function 'mpu_cmd' argument 2 names different: declaration 'cmd' definition 'cmd_byte'. [funcArgNamesDifferent]
faumachine/chips/chip_creative_soundblaster16.c:402:56: note: Function 'mpu_cmd' argument 2 names different: declaration 'cmd' definition 'cmd_byte'.
faumachine/chips/chip_creative_soundblaster16.c:1866:44: note: Function 'mpu_cmd' argument 2 names different: declaration 'cmd' definition 'cmd_byte'.
faumachine/chips/chip_creative_soundblaster16.c:104:6: style: struct member 'mixer_t::curDev' is never used. [unusedStructMember]
faumachine/chips/chip_creative_soundblaster16.c:105:6: style: struct member 'mixer_t::curDevChan' is never used. [unusedStructMember]
faumachine/chips/chip_creative_soundblaster16.c:106:6: style: struct member 'mixer_t::device' is never used. [unusedStructMember]
faumachine/chips/chip_creative_soundblaster16.c:107:15: style: struct member 'mixer_t::outMask' is never used. [unusedStructMember]
faumachine/chips/chip_creative_soundblaster16.c:108:15: style: struct member 'mixer_t::recMask' is never used. [unusedStructMember]
faumachine/chips/chip_creative_soundblaster16.c:189:6: style: struct member 'sb16_dsp::out_need' is never used. [unusedStructMember]
faumachine/chips/chip_creative_soundblaster16.c:1105:3: style: Variable 'bps' is assigned a value that is never used. [unreadVariable]
faumachine/chips/chip_fujitsu_mb85rc256v.c:304:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
faumachine/chips/chip_gen_7400.c:29:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
faumachine/chips/chip_gen_74595.c:61:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
faumachine/chips/chip_gen_8390.c:192:16: style: The scope of the variable 'b' can be reduced. [variableScope]
faumachine/chips/conf_gen_mem.c:540:18: style: Unsigned variable 'addr' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/chips/conf_gen_mem.c:541:11: style: Checking if unsigned variable 'addr' is less than zero. [unsignedLessThanZero]
faumachine/chips/conf_gen_mem.c:557:18: style: Unsigned variable 'addr' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/chips/conf_gen_mem.c:558:11: style: Checking if unsigned variable 'addr' is less than zero. [unsignedLessThanZero]
faumachine/chips/conf_gen_mem.c:634:18: style: Unsigned variable 'addr' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/chips/conf_gen_mem.c:635:11: style: Checking if unsigned variable 'addr' is less than zero. [unsignedLessThanZero]
faumachine/chips/conf_gen_mem.c:319:9: style: Variable 'bit2' is assigned a value that is never used. [unreadVariable]
faumachine/chips/conf_gen_mem_gui_gtk.c:354:2: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
faumachine/chips/arch_vesa_faum.c:81:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faumachine/chips/arch_vesa_faum.c:90:4: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/arch_vesa_faum.c:81:9: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/arch_vesa_faum.c:119:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faumachine/chips/arch_vesa_faum.c:128:4: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/arch_vesa_faum.c:119:9: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/chip_gen_vga.c:229:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faumachine/chips/chip_gen_vga.c:238:5: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/chip_gen_vga.c:229:3: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/chip_gen_vga.c:284:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faumachine/chips/chip_gen_vga.c:293:5: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/chip_gen_vga.c:284:3: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/arch_vesa_faum.c:33:11: style: Unsigned variable 'pa' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/chips/arch_vesa_faum.c:37:11: style: Unsigned variable 'pa' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/chips/arch_vesa_faum.c:49:11: style: Unsigned variable 'pa' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/chips/arch_vesa_faum.c:53:11: style: Unsigned variable 'pa' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/chips/chip_gen_vga.c:472:3: style: Label 'inb' is not used. [unusedLabel]
faumachine/chips/chip_harris_82c55a.c:84:15: style: The scope of the variable 'i' can be reduced. [variableScope]
faumachine/chips/chip_harris_82c55a.c:94:84: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
faumachine/chips/chip_harris_82c55a.c:105:86: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
faumachine/chips/chip_harris_82c55a.c:120:87: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
faumachine/chips/chip_harris_82c55a.c:129:87: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
faumachine/chips/chip_intel_80686_coppermine_cpuid.c:74:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/chips/chip_intel_80686_klamath_cpuid.c:74:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/chips/chip_intel_82093AA.c:281:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/chips/chip_intel_82093AA.c:281:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/chips/arch_pic.c:148:6: style: Condition 'val' is always true [knownConditionTrueFalse]
faumachine/chips/arch_pic.c:144:8: note: Assignment 'val=1', assigned value is 1
faumachine/chips/arch_pic.c:148:6: note: Condition 'val' is always true
faumachine/chips/arch_pic.c:202:6: style: Condition 'val' is always true [knownConditionTrueFalse]
faumachine/chips/arch_pic.c:197:8: note: Assignment 'val=1', assigned value is 1
faumachine/chips/arch_pic.c:202:6: note: Condition 'val' is always true
faumachine/chips/arch_pic.c:257:6: style: Condition 'val' is always true [knownConditionTrueFalse]
faumachine/chips/arch_pic.c:252:8: note: Assignment 'val=1', assigned value is 1
faumachine/chips/arch_pic.c:257:6: note: Condition 'val' is always true
faumachine/chips/arch_pic.c:148:6: style: Condition 'val' is always false [knownConditionTrueFalse]
faumachine/chips/arch_pic.c:144:8: note: Assignment 'val=0', assigned value is 0
faumachine/chips/arch_pic.c:148:6: note: Condition 'val' is always false
faumachine/chips/arch_pic.c:202:6: style: Condition 'val' is always false [knownConditionTrueFalse]
faumachine/chips/arch_pic.c:197:8: note: Assignment 'val=0', assigned value is 0
faumachine/chips/arch_pic.c:202:6: note: Condition 'val' is always false
faumachine/chips/arch_pic.c:257:6: style: Condition 'val' is always false [knownConditionTrueFalse]
faumachine/chips/arch_pic.c:252:8: note: Assignment 'val=0', assigned value is 0
faumachine/chips/arch_pic.c:257:6: note: Condition 'val' is always false
faumachine/chips/arch_pit.c:243:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/chips/arch_ide_controller.c:2865:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/chips/arch_ide_controller.c:2939:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/chips/arch_ide_controller.c:2968:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/chips/arch_ide_controller.c:2995:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/chips/arch_usb_controller.c:666:34: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/arch_power_management.c:836:20: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/arch_power_management.c:867:21: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/chip_intel_82371AB.c:2625:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
faumachine/chips/arch_pic.c:340:15: style: The scope of the variable 'irq' can be reduced. [variableScope]
faumachine/chips/arch_pic.c:341:15: style: The scope of the variable 'n' can be reduced. [variableScope]
faumachine/chips/arch_pic.c:579:51: style: Function 'pic0_int2_set' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
faumachine/chips/arch_legacy.c:110:49: note: Function 'pic0_int2_set' argument 2 names different: declaration 'value' definition 'val'.
faumachine/chips/arch_pic.c:579:51: note: Function 'pic0_int2_set' argument 2 names different: declaration 'value' definition 'val'.
faumachine/chips/arch_pit.c:448:20: style: Function 'pit_event' argument 1 names different: declaration 'data' definition '_cpssp'. [funcArgNamesDifferent]
faumachine/chips/arch_pit.c:40:20: note: Function 'pit_event' argument 1 names different: declaration 'data' definition '_cpssp'.
faumachine/chips/arch_pit.c:448:20: note: Function 'pit_event' argument 1 names different: declaration 'data' definition '_cpssp'.
faumachine/chips/arch_pit.c:460:69: style: Function 'pit_gate_set' argument 3 names different: declaration 'val' definition 'flag'. [funcArgNamesDifferent]
faumachine/chips/chip_intel_82371AB.c:316:66: note: Function 'pit_gate_set' argument 3 names different: declaration 'val' definition 'flag'.
faumachine/chips/arch_pit.c:460:69: note: Function 'pit_gate_set' argument 3 names different: declaration 'val' definition 'flag'.
faumachine/chips/arch_ide_controller.c:468:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/chips/arch_usb_controller.c:625:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/chips/arch_power_management.regs:29:1: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/chips/arch_power_management.regs:29:1: note: Assignment 'ab=(6&3)*8+15', assigned value is 31
faumachine/chips/arch_power_management.regs:29:1: note: Shift
faumachine/chips/arch_power_management.regs:150:1: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/chips/arch_power_management.regs:150:1: note: Assignment 'ab=(84&3)*8+31', assigned value is 31
faumachine/chips/arch_power_management.regs:150:1: note: Shift
faumachine/chips/arch_power_management.regs:175:1: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/chips/arch_power_management.regs:175:1: note: Assignment 'ab=(92&3)*8+31', assigned value is 31
faumachine/chips/arch_power_management.regs:175:1: note: Shift
faumachine/chips/arch_power_management.regs:195:1: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/chips/arch_power_management.regs:195:1: note: Assignment 'ab=(96&3)*8+31', assigned value is 31
faumachine/chips/arch_power_management.regs:195:1: note: Shift
faumachine/chips/arch_power_management.regs:211:1: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/chips/arch_power_management.regs:211:1: note: Assignment 'ab=(100&3)*8+31', assigned value is 31
faumachine/chips/arch_power_management.regs:211:1: note: Shift
faumachine/chips/chip_intel_82371AB.c:2917:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/chips/arch_usb_controller.c:1638:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
faumachine/chips/arch_intel_7180.c:1035:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faumachine/chips/arch_intel_7180.c:1040:4: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/arch_intel_7180.c:1035:9: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/arch_intel_7180.c:1061:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faumachine/chips/arch_intel_7180.c:1066:4: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/arch_intel_7180.c:1061:9: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/arch_intel_7180.c:507:36: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/arch_intel_7180.c:197:13: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 196. [shiftTooManyBitsSigned]
faumachine/chips/arch_intel_7180.c:196:12: note: Assuming that condition 'dev<32-11' is not redundant
faumachine/chips/arch_intel_7180.c:197:13: note: Shift
faumachine/chips/arch_pit.c:492:8: warning: Possible null pointer dereference: cpssp [nullPointer]
faumachine/chips/chip_intel_8254.c:92:32: note: Calling function 'chip_intel_8254_pit_timer_get', 1st argument 'cpssp' value is 0
faumachine/chips/arch_pit.c:492:8: note: Null pointer dereference
faumachine/chips/arch_pit.c:448:20: style: Function 'chip_intel_8254_pit_event' argument 1 names different: declaration 'data' definition '_cpssp'. [funcArgNamesDifferent]
faumachine/chips/arch_pit.c:40:20: note: Function 'chip_intel_8254_pit_event' argument 1 names different: declaration 'data' definition '_cpssp'.
faumachine/chips/arch_pit.c:448:20: note: Function 'chip_intel_8254_pit_event' argument 1 names different: declaration 'data' definition '_cpssp'.
faumachine/chips/arch_intel_8255x.c:1173:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
faumachine/chips/arch_intel_8255x.c:1173:4: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
faumachine/chips/arch_intel_8255x.c:2346:9: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'int *'. [invalidScanfArgType_int]
faumachine/chips/arch_intel_8255x.c:2346:9: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
faumachine/chips/arch_intel_8255x.c:2346:9: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
faumachine/chips/arch_intel_8255x.c:2346:9: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
faumachine/chips/arch_intel_8255x.c:2346:9: warning: %x in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
faumachine/chips/arch_intel_8255x.c:2346:9: warning: %x in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
faumachine/chips/arch_intel_8255x.c:2098:4: style: Same expression on both sides of '|'. [duplicateExpression]
faumachine/chips/arch_intel_8255x.c:2111:4: style: Same expression on both sides of '|'. [duplicateExpression]
faumachine/chips/arch_intel_8255x.c:511:16: style: The scope of the variable 'b' can be reduced. [variableScope]
faumachine/chips/arch_intel_8255x.c:788:11: style: The scope of the variable 'tmptbd' can be reduced. [variableScope]
faumachine/chips/arch_intel_8255x.c:866:15: style: The scope of the variable 'idx' can be reduced. [variableScope]
faumachine/chips/arch_intel_2770.c:1332:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faumachine/chips/arch_intel_2770.c:1337:4: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/arch_intel_2770.c:1332:9: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/arch_intel_2770.c:1358:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faumachine/chips/arch_intel_2770.c:1363:4: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/arch_intel_2770.c:1358:9: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/arch_intel_2770.c:718:36: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/arch_intel_2770.c:730:46: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/arch_intel_2770.c:742:49: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/arch_intel_2e20.c:1933:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/chips/arch_intel_2e20.c:1970:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/chips/arch_intel_2e20.c:1478:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faumachine/chips/arch_intel_2e20.c:1483:4: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/arch_intel_2e20.c:1478:9: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/arch_intel_2e20.c:1504:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faumachine/chips/arch_intel_2e20.c:1509:4: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/arch_intel_2e20.c:1504:9: note: Found duplicate branches for 'if' and 'else'.
faumachine/chips/arch_intel_2e20.c:655:38: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/arch_intel_2e20.c:662:36: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/arch_intel_2e20.c:676:39: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/arch_intel_2e20.c:683:36: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/arch_ide_controller.c:560:38: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/arch_ide_controller.c:572:38: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/arch_ide_controller.c:584:38: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/arch_ide_controller.c:596:38: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/arch_ide_controller.c:630:42: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/arch_ide_controller.c:639:43: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/arch_ide_controller.c:3356:40: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/chip_intel_ich10r.c:2952:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
faumachine/chips/arch_pit.c:460:69: style: Function 'pit_gate_set' argument 3 names different: declaration 'val' definition 'flag'. [funcArgNamesDifferent]
faumachine/chips/chip_intel_ich10r.c:411:66: note: Function 'pit_gate_set' argument 3 names different: declaration 'val' definition 'flag'.
faumachine/chips/arch_pit.c:460:69: note: Function 'pit_gate_set' argument 3 names different: declaration 'val' definition 'flag'.
faumachine/chips/arch_intel_pci_to_pci.c:307:14: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 304. [shiftTooManyBitsSigned]
faumachine/chips/arch_intel_pci_to_pci.c:304:11: note: Assuming that condition 'dev<21' is not redundant
faumachine/chips/arch_intel_pci_to_pci.c:307:14: note: Shift
faumachine/chips/arch_intel_pci_to_pci.c:344:14: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 341. [shiftTooManyBitsSigned]
faumachine/chips/arch_intel_pci_to_pci.c:341:11: note: Assuming that condition 'dev<21' is not redundant
faumachine/chips/arch_intel_pci_to_pci.c:344:14: note: Shift
faumachine/chips/arch_ide_controller.c:816:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/chips/chip_intel_ich10r.c:3244:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/chips/chip_intel_ich7.c:2935:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
faumachine/chips/arch_pit.c:460:69: style: Function 'pit_gate_set' argument 3 names different: declaration 'val' definition 'flag'. [funcArgNamesDifferent]
faumachine/chips/chip_intel_ich7.c:388:66: note: Function 'pit_gate_set' argument 3 names different: declaration 'val' definition 'flag'.
faumachine/chips/arch_pit.c:460:69: note: Function 'pit_gate_set' argument 3 names different: declaration 'val' definition 'flag'.
faumachine/chips/chip_intel_ich7.c:3227:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/chips/chip_intel_x86_64_cpuid.c:190:28: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/chip_intel_x86_64_cpuid.c:191:13: style: Same expression on both sides of '-'. [duplicateExpression]
faumachine/chips/chip_intel_x86_64_cpuid.c:95:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/chips/arch_fdc.c:597:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/chips/arch_fdc.c:819:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/chips/arch_fdc.c:915:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/chips/arch_fdc.c:1002:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/chips/arch_fdc.c:1083:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/chips/arch_fdc.c:1303:19: style: Function 'fdc_step' argument 1 names different: declaration 's' definition '_css'. [funcArgNamesDifferent]
faumachine/chips/arch_fdc.c:239:19: note: Function 'fdc_step' argument 1 names different: declaration 's' definition '_css'.
faumachine/chips/arch_fdc.c:1303:19: note: Function 'fdc_step' argument 1 names different: declaration 's' definition '_css'.
faumachine/chips/arch_fdc.c:1280:29: style: Array index 'fifo_in_count' is used before limits check. [arrayIndexThenCheck]
faumachine/chips/arch_ser.c:374:14: style: Expression '(X & 0x40) != 0x1' is always true. [comparisonError]
faumachine/chips/chip_lsi_53C810.c:769:4: style: Variable 'cpssp->delayed_transfer' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/chips/chip_lsi_53C810.c:767:4: note: Variable 'cpssp->delayed_transfer' is reassigned a value before the old one has been used.
faumachine/chips/chip_lsi_53C810.c:769:4: note: Variable 'cpssp->delayed_transfer' is reassigned a value before the old one has been used.
faumachine/chips/chip_lsi_53C810.c:865:4: style: Variable 'cpssp->delayed_transfer' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/chips/chip_lsi_53C810.c:863:4: note: Variable 'cpssp->delayed_transfer' is reassigned a value before the old one has been used.
faumachine/chips/chip_lsi_53C810.c:865:4: note: Variable 'cpssp->delayed_transfer' is reassigned a value before the old one has been used.
faumachine/chips/chip_lsi_53C810.c:758:12: style: The scope of the variable 'buf_word' can be reduced. [variableScope]
faumachine/chips/chip_lsi_53C810.c:1878:10: style: The scope of the variable 'backup_reg' can be reduced. [variableScope]
faumachine/chips/chip_lsi_53C810.c:2257:11: style: The scope of the variable 'port' can be reduced. [variableScope]
faumachine/chips/chip_lsi_53C810.c:2661:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/chips/chip_lsi_53C810.c:2166:59: style: Function 'chip_lsi_53C810_readb' argument 3 names different: declaration 'valp' definition 'val'. [funcArgNamesDifferent]
faumachine/chips/chip_lsi_53C810.c:313:59: note: Function 'chip_lsi_53C810_readb' argument 3 names different: declaration 'valp' definition 'val'.
faumachine/chips/chip_lsi_53C810.c:2166:59: note: Function 'chip_lsi_53C810_readb' argument 3 names different: declaration 'valp' definition 'val'.
faumachine/chips/chip_numonyx_n25q128.c:555:6: style: The scope of the variable 'bit' can be reduced. [variableScope]
faumachine/chips/chip_numonyx_n25q128.c:458:15: style: struct member 'Anonymous0::name' is never used. [unusedStructMember]
faumachine/chips/chip_plx_9052.c:155:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/chips/chip_plx_9052.c:1184:23: style: The scope of the variable 'oval' can be reduced. [variableScope]
faumachine/chips/chip_sst_29EE020.c:66:11: style: The scope of the variable 'va' can be reduced. [variableScope]
faumachine/chips/chip_ti_1520.c:1016:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/chips/chip_ti_1520.c:1066:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/chips/chip_ti_1520.c:1282:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/chips/conf_gen_mem.c:43:0: error: #error "Bad BS Size." [preprocessorErrorDirective]
faumachine/chips/conf_gen_mem_gui.c:24:0: error: #error "Bad BS Size." [preprocessorErrorDirective]
faumachine/chips/conf_gen_mem_gui_gtk.c:33:0: error: #error "Bad BS Size." [preprocessorErrorDirective]
faumachine/chips/conf_intel_x86.c:247:0: error: #error "Unknown socket." [preprocessorErrorDirective]
faumachine/chips/conf_intel_x86_gui.c:58:0: error: #error "Unknown socket." [preprocessorErrorDirective]
faumachine/chips/qemu/cpu_jit_op.c:1585:0: error: #error unknown HOST_LONG_SIZE [preprocessorErrorDirective]
faumachine/chips/qemu/dyngen.c:124:0: error: #error unsupported CPU - please update the code [preprocessorErrorDirective]
faumachine/comps/arch_ata_disk_gui_gtk.c:22:16: style: struct member 'Anonymous0::val' is never used. [unusedStructMember]
faumachine/comps/arch_gen_mouse.c:9:0: error: #error MOUSE_TYPE must be one of 0, 3, 4 [preprocessorErrorDirective]
faumachine/comps/battery.c:32:11: style: Variable 'energy' is assigned a value that is never used. [unreadVariable]
faumachine/comps/bridge_usb.c:309:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faumachine/comps/bridge_usb.c:311:5: note: Found duplicate branches for 'if' and 'else'.
faumachine/comps/bridge_usb.c:309:10: note: Found duplicate branches for 'if' and 'else'.
faumachine/comps/arch_dhcp.c:736:2: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
faumachine/comps/arch_arp.c:202:23: style: Function 'arp_from_route_ip' argument 2 names different: declaration 'buf' definition 'ip_buf'. [funcArgNamesDifferent]
faumachine/comps/dhcp_server.c:171:23: note: Function 'arp_from_route_ip' argument 2 names different: declaration 'buf' definition 'ip_buf'.
faumachine/comps/arch_arp.c:202:23: note: Function 'arp_from_route_ip' argument 2 names different: declaration 'buf' definition 'ip_buf'.
faumachine/comps/arch_arp.c:203:15: style: Function 'arp_from_route_ip' argument 3 names different: declaration 'len' definition 'ip_len'. [funcArgNamesDifferent]
faumachine/comps/dhcp_server.c:172:15: note: Function 'arp_from_route_ip' argument 3 names different: declaration 'len' definition 'ip_len'.
faumachine/comps/arch_arp.c:203:15: note: Function 'arp_from_route_ip' argument 3 names different: declaration 'len' definition 'ip_len'.
faumachine/comps/dhcp_server.c:262:8: style: Function 'dhcp_server_send' argument 1 names different: declaration 'cpssp' definition '_cpssp'. [funcArgNamesDifferent]
faumachine/comps/dhcp_server.c:226:8: note: Function 'dhcp_server_send' argument 1 names different: declaration 'cpssp' definition '_cpssp'.
faumachine/comps/dhcp_server.c:262:8: note: Function 'dhcp_server_send' argument 1 names different: declaration 'cpssp' definition '_cpssp'.
faumachine/comps/dhcp_server.c:264:15: style: Function 'dhcp_server_send' argument 3 names different: declaration 'len' definition 'bufsize'. [funcArgNamesDifferent]
faumachine/comps/dhcp_server.c:228:15: note: Function 'dhcp_server_send' argument 3 names different: declaration 'len' definition 'bufsize'.
faumachine/comps/dhcp_server.c:264:15: note: Function 'dhcp_server_send' argument 3 names different: declaration 'len' definition 'bufsize'.
faumachine/comps/elevator.c:205:6: style: The scope of the variable 'i' can be reduced. [variableScope]
faumachine/comps/elevator_rc_gui_gtk.c:531:65: error: Array 'cpssp->simple_leds[6]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
faumachine/comps/floppy_gen_floppydrive.c:162:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
faumachine/comps/floppy_gen_floppydrive.c:162:3: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
faumachine/comps/floppy_gen_floppydrive.c:490:3: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
faumachine/comps/floppy_gen_floppydrive_gui_gtk.c:165:2: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
faumachine/comps/isa_gen_ne2000_glue.c:196:22: style: The scope of the variable 'irq_default' can be reduced. [variableScope]
faumachine/comps/isa_gen_ne2000_glue.c:197:22: style: The scope of the variable 'ioaddr_default' can be reduced. [variableScope]
faumachine/comps/led3_gui_gtk.c:44:2: style: Variable 'cpssp->state_led_r' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/comps/led3_gui_gtk.c:43:2: note: Variable 'cpssp->state_led_r' is reassigned a value before the old one has been used.
faumachine/comps/led3_gui_gtk.c:44:2: note: Variable 'cpssp->state_led_r' is reassigned a value before the old one has been used.
faumachine/comps/led3_gui_gtk.c:45:2: style: Variable 'cpssp->state_led_r' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/comps/led3_gui_gtk.c:44:2: note: Variable 'cpssp->state_led_r' is reassigned a value before the old one has been used.
faumachine/comps/led3_gui_gtk.c:45:2: note: Variable 'cpssp->state_led_r' is reassigned a value before the old one has been used.
faumachine/comps/mb_ibm_at_reset.c:33:3: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
faumachine/comps/mb_ibm_at_reset.c:34:3: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
faumachine/comps/media_gen_cd.c:626:2: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
faumachine/comps/media_gen_cd_gui_gtk.c:124:15: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
faumachine/comps/media_gen_cd_gui_gtk.c:90:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
faumachine/comps/media_gen_cd_gui_gtk.c:189:2: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
faumachine/comps/media_gen_cd_gui_gtk.c:41:16: style: struct member 'Anonymous0::val' is never used. [unusedStructMember]
faumachine/comps/media_gen_dvd.c:612:2: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
faumachine/comps/media_gen_dvd_gui_gtk.c:124:15: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
faumachine/comps/media_gen_dvd_gui_gtk.c:90:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
faumachine/comps/media_gen_dvd_gui_gtk.c:41:16: style: struct member 'Anonymous0::val' is never used. [unusedStructMember]
faumachine/comps/media_gen_floppy_gui.c:23:21: style: struct member 'cpssp::port_connect' is never used. [unusedStructMember]
faumachine/comps/media_gen_image.c:68:12: style: The scope of the variable 'ptr' can be reduced. [variableScope]
faumachine/comps/media_gen_lochstreifen_gui.c:23:30: style: struct member 'cpssp::port_connect' is never used. [unusedStructMember]
faumachine/comps/misc_pci_vhdl_con.c:641:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/comps/misc_pci_vhdl_con.c:640:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/comps/misc_pci_vhdl_con.c:641:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/comps/misc_pci_vhdl_con.c:653:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/comps/misc_pci_vhdl_con.c:652:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/comps/misc_pci_vhdl_con.c:653:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/comps/misc_pci_vhdl_con.c:665:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/comps/misc_pci_vhdl_con.c:664:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/comps/misc_pci_vhdl_con.c:665:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/comps/misc_pci_vhdl_con.c:677:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/comps/misc_pci_vhdl_con.c:676:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/comps/misc_pci_vhdl_con.c:677:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/comps/misc_pci_vhdl_con.c:271:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/comps/misc_pci_vhdl_con.c:575:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/comps/network_cable_gui_gtk.c:97:11: style: Unsigned variable '.' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/comps/arch_arp.c:202:23: style: Function 'arp_from_route_ip' argument 2 names different: declaration 'buf' definition 'ip_buf'. [funcArgNamesDifferent]
faumachine/comps/network_router.c:199:23: note: Function 'arp_from_route_ip' argument 2 names different: declaration 'buf' definition 'ip_buf'.
faumachine/comps/arch_arp.c:202:23: note: Function 'arp_from_route_ip' argument 2 names different: declaration 'buf' definition 'ip_buf'.
faumachine/comps/arch_arp.c:203:15: style: Function 'arp_from_route_ip' argument 3 names different: declaration 'len' definition 'ip_len'. [funcArgNamesDifferent]
faumachine/comps/network_router.c:200:15: note: Function 'arp_from_route_ip' argument 3 names different: declaration 'len' definition 'ip_len'.
faumachine/comps/arch_arp.c:203:15: note: Function 'arp_from_route_ip' argument 3 names different: declaration 'len' definition 'ip_len'.
faumachine/comps/network_router.c:290:8: style: Function 'network_router_send' argument 1 names different: declaration 'cpssp' definition '_cpssp'. [funcArgNamesDifferent]
faumachine/comps/network_router.c:254:8: note: Function 'network_router_send' argument 1 names different: declaration 'cpssp' definition '_cpssp'.
faumachine/comps/network_router.c:290:8: note: Function 'network_router_send' argument 1 names different: declaration 'cpssp' definition '_cpssp'.
faumachine/comps/network_router.c:292:15: style: Function 'network_router_send' argument 3 names different: declaration 'len' definition 'bufsize'. [funcArgNamesDifferent]
faumachine/comps/network_router.c:256:15: note: Function 'network_router_send' argument 3 names different: declaration 'len' definition 'bufsize'.
faumachine/comps/network_router.c:292:15: note: Function 'network_router_send' argument 3 names different: declaration 'len' definition 'bufsize'.
faumachine/comps/arch_scsi_gen_cdrom.c:1891:12: style: Expression is always false because 'else if' condition matches previous condition at line 1886. [multiCondition]
faumachine/comps/arch_scsi_gen_cdrom.c:4837:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/comps/arch_scsi_gen_cdrom.c:400:10: style: The scope of the variable 'start' can be reduced. [variableScope]
faumachine/comps/arch_scsi_gen_cdrom.c:401:10: style: The scope of the variable 'end' can be reduced. [variableScope]
faumachine/comps/arch_scsi_gen_cdrom.c:669:15: style: The scope of the variable 'track_index' can be reduced. [variableScope]
faumachine/comps/arch_scsi_gen_cdrom.c:2670:15: style: The scope of the variable 'end' can be reduced. [variableScope]
faumachine/comps/arch_scsi_gen_cdrom.c:2784:15: style: The scope of the variable 'end' can be reduced. [variableScope]
faumachine/comps/arch_scsi_gen_cdrom.c:3497:15: style: The scope of the variable 'end' can be reduced. [variableScope]
faumachine/comps/arch_scsi_gen_cdrom.c:2505:28: error: Expression 'cpssp->cdrom.buf[offset++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
faumachine/comps/arch_scsi_gen_cdrom.c:718:19: style: Variable 'track_index' is assigned a value that is never used. [unreadVariable]
faumachine/comps/arch_scsi_gen_cdrom.c:1790:11: style: Variable 'immed' is assigned a value that is never used. [unreadVariable]
faumachine/comps/arch_scsi_gen_cdrom.c:1793:22: style: Variable 'power_conditions' is assigned a value that is never used. [unreadVariable]
faumachine/comps/arch_scsi_gen_cdrom.c:2496:9: style: Variable 'msf' is assigned a value that is never used. [unreadVariable]
faumachine/comps/arch_scsi_gen_cdrom.c:2497:10: style: Variable 'subq' is assigned a value that is never used. [unreadVariable]
faumachine/comps/arch_scsi_gen_cdrom.c:2498:19: style: Variable 'parameter_list' is assigned a value that is never used. [unreadVariable]
faumachine/comps/arch_scsi_gen_cdrom.c:3094:16: style: Variable 'read_speed' is assigned a value that is never used. [unreadVariable]
faumachine/comps/arch_scsi_gen_cdrom.c:3096:17: style: Variable 'write_speed' is assigned a value that is never used. [unreadVariable]
faumachine/comps/arch_scsi_gen_cdrom.c:4290:11: style: Variable 'doopc' is assigned a value that is never used. [unreadVariable]
faumachine/comps/arch_ata_disk.c:314:3: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
faumachine/comps/arch_ata_disk.c:2265:2: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
faumachine/comps/arch_ata_disk.c:2265:2: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
faumachine/comps/arch_ata_disk.c:2265:2: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
faumachine/comps/arch_ata_disk.c:329:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/comps/arch_ata_disk.c:2525:11: style: Unsigned variable 'val' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/comps/arch_ata_disk_gui_gtk.c:204:2: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
faumachine/comps/power_supply_at_gui_gtk.c:140:2: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
faumachine/comps/power_supply_gui_gtk.c:141:2: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
faumachine/comps/ps2_gen_mouse_4_gui_gtk.c:166:2: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
faumachine/comps/arch_dac.c:353:45: error: Array 'cpssp->pixel_step_overflow[5]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
faumachine/comps/arch_dac.c:308:2: note: After for loop, channel has value 5
faumachine/comps/arch_dac.c:353:45: note: Array index out of bounds
faumachine/comps/arch_adc.c:120:6: style: The scope of the variable 'current_RLE_buffer_pos' can be reduced. [variableScope]
faumachine/comps/arch_control_handler.c:224:9: style: The scope of the variable 'val_d' can be reduced. [variableScope]
faumachine/comps/arch_control_handler.c:225:9: style: The scope of the variable 'sample_rate_d' can be reduced. [variableScope]
faumachine/comps/arch_control_handler.c:226:9: style: The scope of the variable 'grid_step_d' can be reduced. [variableScope]
faumachine/comps/arch_control_handler.c:227:9: style: The scope of the variable 'pixel_step_d' can be reduced. [variableScope]
faumachine/comps/arch_control_handler.c:228:9: style: The scope of the variable 'time_hz_d' can be reduced. [variableScope]
faumachine/comps/arch_control_handler.c:229:9: style: The scope of the variable 'seconds_d' can be reduced. [variableScope]
faumachine/comps/arch_control_handler.c:294:9: style: The scope of the variable 'val' can be reduced. [variableScope]
faumachine/comps/arch_dac.c:67:12: style: The scope of the variable 'diff' can be reduced. [variableScope]
faumachine/comps/arch_dac.c:111:12: style: The scope of the variable 'diff' can be reduced. [variableScope]
faumachine/comps/arch_dac.c:260:12: style: The scope of the variable 'sample_pos' can be reduced. [variableScope]
faumachine/comps/arch_dac.c:489:8: style: The scope of the variable 'on_screen_x' can be reduced. [variableScope]
faumachine/comps/arch_dac.c:540:8: style: The scope of the variable 'on_screen_x' can be reduced. [variableScope]
faumachine/comps/arch_dac.c:541:8: style: The scope of the variable 'color' can be reduced. [variableScope]
faumachine/comps/arch_dac.c:573:12: style: The scope of the variable 'sample_count' can be reduced. [variableScope]
faumachine/comps/arch_dac.c:574:6: style: The scope of the variable 'buffer_pos' can be reduced. [variableScope]
faumachine/comps/arch_dac.c:616:6: style: The scope of the variable 'channel' can be reduced. [variableScope]
faumachine/comps/arch_dac.c:618:21: style: The scope of the variable 'sample_count' can be reduced. [variableScope]
faumachine/comps/arch_dac.c:619:6: style: The scope of the variable 'buffer_pos' can be reduced. [variableScope]
faumachine/comps/arch_scpi_server.c:81:7: style: The scope of the variable 'c' can be reduced. [variableScope]
faumachine/comps/arch_scpi_server.c:273:8: style: The scope of the variable 'channel_type' can be reduced. [variableScope]
faumachine/comps/arch_trigger_system.c:28:6: style: The scope of the variable 'center_buffer_pos' can be reduced. [variableScope]
faumachine/comps/arch_trigger_system.c:29:6: style: The scope of the variable 'chan' can be reduced. [variableScope]
faumachine/comps/arch_dac.c:590:19: style: Variable 'sample_count' is assigned a value that is never used. [unreadVariable]
faumachine/comps/arch_dac.c:633:20: style: Variable 'sample_count' is assigned a value that is never used. [unreadVariable]
faumachine/comps/arch_dac.c:353:26: error: Array 'cpssp.pixel_step_overflow[5]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
faumachine/comps/red_pitaya_gui_gtk.c:334:15: style: The scope of the variable 'value' can be reduced. [variableScope]
faumachine/comps/red_pitaya_gui_gtk.c:343:7: style: The scope of the variable 'c' can be reduced. [variableScope]
faumachine/comps/red_pitaya_gui_gtk.c:495:7: style: The scope of the variable 'c' can be reduced. [variableScope]
faumachine/comps/red_pitaya_gui_gtk.c:510:15: style: The scope of the variable 'value' can be reduced. [variableScope]
faumachine/comps/scsi_gen_cdrom_gui_gtk.c:164:2: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
faumachine/comps/arch_scsi_gen_disk.c:766:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/comps/seg7_sa5211cgkwa_gui_gtk.c:165:21: style: The scope of the variable 't' can be reduced. [variableScope]
faumachine/comps/serial_modem.c:884:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
faumachine/comps/serial_modem.c:641:16: style: The scope of the variable 'c' can be reduced. [variableScope]
faumachine/comps/telephone_isp.c:239:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/comps/telephone_isp.c:385:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/comps/telephone_switch.c:415:23: style: The scope of the variable 'peer' can be reduced. [variableScope]
faumachine/comps/usbstorage.c:500:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/comps/usbstorage.c:526:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/comps/usbstorage.c:967:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/comps/usbstorage.c:1035:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/comps/usbstorage.c:1072:4: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
faumachine/comps/usbstorage.c:1244:3: warning: fprintf format string requires 1 parameter but 2 are given. [wrongPrintfScanfArgNum]
faumachine/comps/usbstorage.c:950:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faumachine/comps/usbstorage.c:954:5: note: Found duplicate branches for 'if' and 'else'.
faumachine/comps/usbstorage.c:950:10: note: Found duplicate branches for 'if' and 'else'.
faumachine/comps/usbstorage.c:897:7: style: The scope of the variable 'usbs' can be reduced. [variableScope]
faumachine/comps/vt102_core.c:898:6: style: The scope of the variable 'i' can be reduced. [variableScope]
faumachine/comps/vt102_core.c:928:6: style: The scope of the variable 'i' can be reduced. [variableScope]
faumachine/comps/vt102_core.c:958:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
faumachine/comps/vt102_core.c:1611:15: style: The scope of the variable 'glyph' can be reduced. [variableScope]
faumachine/comps/vt102_core.c:2116:15: style: The scope of the variable 'y' can be reduced. [variableScope]
faumachine/comps/vt102_core.c:2117:15: style: The scope of the variable 'x' can be reduced. [variableScope]
faumachine/comps/zuse23.c:848:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
faumachine/comps/zuse23.c:933:23: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
faumachine/comps/zuse23.c:654:9: style: The scope of the variable 'i' can be reduced. [variableScope]
faumachine/comps/zuse23.c:1110:7: style: The scope of the variable 'Sst' can be reduced. [variableScope]
faumachine/comps/zuse23.c:1112:7: style: The scope of the variable 'T40save' can be reduced. [variableScope]
faumachine/comps/zuse23.c:1113:7: style: The scope of the variable 'loktmp' can be reduced. [variableScope]
faumachine/comps/zuse23_matrix_gui_gtk.c:64:13: style: The scope of the variable 'button' can be reduced. [variableScope]
faumachine/comps/zuse23_matrix_gui_gtk.c:65:13: style: The scope of the variable 'label' can be reduced. [variableScope]
faumachine/comps/zuse_Ts506II.c:8:0: error: #include nested too deeply [preprocessorErrorDirective]
faumachine/comps/conf_pin.c:38:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
faumachine/experiments/test-e100-1-int/eepro100-diag.c:73:0: error: #error You must compile this driver with "-O". [preprocessorErrorDirective]
faumachine/experiments/test-e100-1-jit/eepro100-diag.c:73:0: error: #error You must compile this driver with "-O". [preprocessorErrorDirective]
faumachine/experiments/test-pci-vhdl-con/test.c:187:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
faumachine/experiments/test-pci-vhdl-con/test.c:188:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
faumachine/experiments/test-pci-vhdl-con/test.c:153:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/lib/conv_cd.c:692:35: style: Function 'conv_cd_from_cue_open' argument 1 names different: declaration 'filename' definition 'path'. [funcArgNamesDifferent]
faumachine/lib/conv_cd.h:9:35: note: Function 'conv_cd_from_cue_open' argument 1 names different: declaration 'filename' definition 'path'.
faumachine/lib/conv_cd.c:692:35: note: Function 'conv_cd_from_cue_open' argument 1 names different: declaration 'filename' definition 'path'.
faumachine/lib/conv_cd.c:692:50: style: Function 'conv_cd_from_cue_open' argument 2 names different: declaration 'size' definition 'cdsize'. [funcArgNamesDifferent]
faumachine/lib/conv_cd.h:9:54: note: Function 'conv_cd_from_cue_open' argument 2 names different: declaration 'size' definition 'cdsize'.
faumachine/lib/conv_cd.c:692:50: note: Function 'conv_cd_from_cue_open' argument 2 names different: declaration 'size' definition 'cdsize'.
faumachine/lib/conv_cd.c:733:30: style: Function 'conv_cd_from_cue_close' argument 1 names different: declaration 'c' definition '_c'. [funcArgNamesDifferent]
faumachine/lib/conv_cd.h:11:30: note: Function 'conv_cd_from_cue_close' argument 1 names different: declaration 'c' definition '_c'.
faumachine/lib/conv_cd.c:733:30: note: Function 'conv_cd_from_cue_close' argument 1 names different: declaration 'c' definition '_c'.
faumachine/lib/conv_cd.c:740:8: style: Function 'conv_cd_from_cue_read' argument 1 names different: declaration 'c' definition '_c'. [funcArgNamesDifferent]
faumachine/lib/conv_cd.h:14:29: note: Function 'conv_cd_from_cue_read' argument 1 names different: declaration 'c' definition '_c'.
faumachine/lib/conv_cd.c:740:8: note: Function 'conv_cd_from_cue_read' argument 1 names different: declaration 'c' definition '_c'.
faumachine/lib/conv_cd.c:741:8: style: Function 'conv_cd_from_cue_read' argument 2 names different: declaration 'buf' definition '_buf'. [funcArgNamesDifferent]
faumachine/lib/conv_cd.h:14:38: note: Function 'conv_cd_from_cue_read' argument 2 names different: declaration 'buf' definition '_buf'.
faumachine/lib/conv_cd.c:741:8: note: Function 'conv_cd_from_cue_read' argument 2 names different: declaration 'buf' definition '_buf'.
faumachine/lib/conv_cd.c:750:35: style: Function 'conv_cd_from_iso_open' argument 1 names different: declaration 'filename' definition 'path'. [funcArgNamesDifferent]
faumachine/lib/conv_cd.h:17:35: note: Function 'conv_cd_from_iso_open' argument 1 names different: declaration 'filename' definition 'path'.
faumachine/lib/conv_cd.c:750:35: note: Function 'conv_cd_from_iso_open' argument 1 names different: declaration 'filename' definition 'path'.
faumachine/lib/conv_cd.c:766:30: style: Function 'conv_cd_from_iso_close' argument 1 names different: declaration 'c' definition '_c'. [funcArgNamesDifferent]
faumachine/lib/conv_cd.h:19:30: note: Function 'conv_cd_from_iso_close' argument 1 names different: declaration 'c' definition '_c'.
faumachine/lib/conv_cd.c:766:30: note: Function 'conv_cd_from_iso_close' argument 1 names different: declaration 'c' definition '_c'.
faumachine/lib/conv_cd.c:773:8: style: Function 'conv_cd_from_iso_read' argument 1 names different: declaration 'c' definition '_c'. [funcArgNamesDifferent]
faumachine/lib/conv_cd.h:22:29: note: Function 'conv_cd_from_iso_read' argument 1 names different: declaration 'c' definition '_c'.
faumachine/lib/conv_cd.c:773:8: note: Function 'conv_cd_from_iso_read' argument 1 names different: declaration 'c' definition '_c'.
faumachine/lib/conv_cd.c:774:8: style: Function 'conv_cd_from_iso_read' argument 2 names different: declaration 'buf' definition '_buf'. [funcArgNamesDifferent]
faumachine/lib/conv_cd.h:22:38: note: Function 'conv_cd_from_iso_read' argument 2 names different: declaration 'buf' definition '_buf'.
faumachine/lib/conv_cd.c:774:8: note: Function 'conv_cd_from_iso_read' argument 2 names different: declaration 'buf' definition '_buf'.
faumachine/lib/conv_gen.c:97:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
faumachine/lib/conv_gen.c:95:10: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
faumachine/lib/conv_s19.c:17:8: style: Function 'conv_s19_read' argument 1 names different: declaration 'c' definition '_c'. [funcArgNamesDifferent]
faumachine/lib/conv_s19.h:17:21: note: Function 'conv_s19_read' argument 1 names different: declaration 'c' definition '_c'.
faumachine/lib/conv_s19.c:17:8: note: Function 'conv_s19_read' argument 1 names different: declaration 'c' definition '_c'.
faumachine/lib/conv_s19.c:18:8: style: Function 'conv_s19_read' argument 2 names different: declaration 'buf' definition '_buf'. [funcArgNamesDifferent]
faumachine/lib/conv_s19.h:17:30: note: Function 'conv_s19_read' argument 2 names different: declaration 'buf' definition '_buf'.
faumachine/lib/conv_s19.c:18:8: note: Function 'conv_s19_read' argument 2 names different: declaration 'buf' definition '_buf'.
faumachine/lib/conv_s19.c:31:27: style: Function 'conv_s19_open' argument 1 names different: declaration 'filename' definition 'path'. [funcArgNamesDifferent]
faumachine/lib/conv_s19.h:12:27: note: Function 'conv_s19_open' argument 1 names different: declaration 'filename' definition 'path'.
faumachine/lib/conv_s19.c:31:27: note: Function 'conv_s19_open' argument 1 names different: declaration 'filename' definition 'path'.
faumachine/lib/conv_s19.c:45:22: style: Function 'conv_s19_close' argument 1 names different: declaration 'c' definition '_c'. [funcArgNamesDifferent]
faumachine/lib/conv_s19.h:14:22: note: Function 'conv_s19_close' argument 1 names different: declaration 'c' definition '_c'.
faumachine/lib/conv_s19.c:45:22: note: Function 'conv_s19_close' argument 1 names different: declaration 'c' definition '_c'.
faumachine/lib/fixme.c:18:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/lib/gdb.c:255:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faumachine/lib/gdb.c:258:7: note: Found duplicate branches for 'if' and 'else'.
faumachine/lib/gdb.c:255:12: note: Found duplicate branches for 'if' and 'else'.
faumachine/lib/gdb.c:150:19: style: The scope of the variable 'addr' can be reduced. [variableScope]
faumachine/lib/gdb.c:343:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/lib/glue-audio.c:98:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/lib/glue-audio_alsa1x.c:39:0: error: #error "asoundlib.h is not in sys/ or alsa/ - please bugreport" [preprocessorErrorDirective]
faumachine/lib/glue-audio_file.c:125:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/lib/glue-audio_macosx.c:316:13: style: Function 'play' argument 1 names different: declaration 'data' definition 'output_samples'. [funcArgNamesDifferent]
faumachine/lib/glue-audio_internal.h:42:25: note: Function 'play' argument 1 names different: declaration 'data' definition 'output_samples'.
faumachine/lib/glue-audio_macosx.c:316:13: note: Function 'play' argument 1 names different: declaration 'data' definition 'output_samples'.
faumachine/lib/glue-audio_macosx.c:316:32: style: Function 'play' argument 2 names different: declaration 'len' definition 'num_bytes'. [funcArgNamesDifferent]
faumachine/lib/glue-audio_internal.h:42:34: note: Function 'play' argument 2 names different: declaration 'len' definition 'num_bytes'.
faumachine/lib/glue-audio_macosx.c:316:32: note: Function 'play' argument 2 names different: declaration 'len' definition 'num_bytes'.
faumachine/lib/glue-audio_oss.c:152:15: style: Variable 'playsize' is assigned a value that is never used. [unreadVariable]
faumachine/lib/glue-gui-gtk-console.c:259:2: style: Variable 'cmd' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/lib/glue-gui-gtk-console.c:246:0: note: Variable 'cmd' is reassigned a value before the old one has been used.
faumachine/lib/glue-gui-gtk-console.c:259:2: note: Variable 'cmd' is reassigned a value before the old one has been used.
faumachine/lib/glue-gui-gtk-led.c:104:28: style: Function 'gui_gtk_led_set' argument 1 names different: declaration 'led' definition 'widget'. [funcArgNamesDifferent]
faumachine/lib/glue-gui-gtk-led.h:28:28: note: Function 'gui_gtk_led_set' argument 1 names different: declaration 'led' definition 'widget'.
faumachine/lib/glue-gui-gtk-led.c:104:28: note: Function 'gui_gtk_led_set' argument 1 names different: declaration 'led' definition 'widget'.
faumachine/lib/glue-gui-gtk-led3.c:130:30: style: Function 'gui_gtk_led3_set' argument 1 names different: declaration 'led' definition 'widget'. [funcArgNamesDifferent]
faumachine/lib/glue-gui-gtk-led3.h:29:30: note: Function 'gui_gtk_led3_set' argument 1 names different: declaration 'led' definition 'widget'.
faumachine/lib/glue-gui-gtk-led3.c:130:30: note: Function 'gui_gtk_led3_set' argument 1 names different: declaration 'led' definition 'widget'.
faumachine/lib/glue-gui-gtk-monitor.c:644:16: style: The scope of the variable 'scale_pre' can be reduced. [variableScope]
faumachine/lib/glue-gui-gtk-monitor.c:645:16: style: The scope of the variable 'scale_post' can be reduced. [variableScope]
faumachine/lib/glue-gui-gtk-monitor.c:646:18: style: The scope of the variable 'x' can be reduced. [variableScope]
faumachine/lib/glue-gui-gtk-monitor.c:646:21: style: The scope of the variable 'y' can be reduced. [variableScope]
faumachine/lib/glue-gui-gtk-monitor.c:647:18: style: The scope of the variable 'xt' can be reduced. [variableScope]
faumachine/lib/glue-gui-gtk-monitor.c:647:22: style: The scope of the variable 'yt' can be reduced. [variableScope]
faumachine/lib/glue-gui-gtk-monitor.c:648:9: style: The scope of the variable 'need_flush' can be reduced. [variableScope]
faumachine/lib/glue-gui-gtk-plus-minus-button.c:240:44: style: Function 'gui_gtk_plus_minus_button_destroy' argument 1 names different: declaration 'plus_minus_button' definition '_plusminusbutton'. [funcArgNamesDifferent]
faumachine/lib/glue-gui-gtk-plus-minus-button.h:41:44: note: Function 'gui_gtk_plus_minus_button_destroy' argument 1 names different: declaration 'plus_minus_button' definition '_plusminusbutton'.
faumachine/lib/glue-gui-gtk-plus-minus-button.c:240:44: note: Function 'gui_gtk_plus_minus_button_destroy' argument 1 names different: declaration 'plus_minus_button' definition '_plusminusbutton'.
faumachine/lib/glue-gui-gtk.c:1447:5: style: Variable 'to_paste' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/lib/glue-gui-gtk.c:1446:0: note: Variable 'to_paste' is reassigned a value before the old one has been used.
faumachine/lib/glue-gui-gtk.c:1447:5: note: Variable 'to_paste' is reassigned a value before the old one has been used.
faumachine/lib/glue-gui-gtk.c:831:6: style: The scope of the variable 'keysym' can be reduced. [variableScope]
faumachine/lib/glue-gui-gtk.c:867:6: style: The scope of the variable 'i' can be reduced. [variableScope]
faumachine/lib/glue-gui-gtk.c:906:13: style: The scope of the variable 'len' can be reduced. [variableScope]
faumachine/lib/glue-gui-gtk.c:955:18: style: The scope of the variable 'entry' can be reduced. [variableScope]
faumachine/lib/glue-gui-gtk.c:1255:13: style: The scope of the variable 'keymapmenu_item' can be reduced. [variableScope]
faumachine/lib/glue-gui-gtk.c:1111:15: style: Function 'gui_gtk_comp_add' argument 1 names different: declaration 'page' definition 'page_id'. [funcArgNamesDifferent]
faumachine/lib/glue-gui-gtk.h:17:15: note: Function 'gui_gtk_comp_add' argument 1 names different: declaration 'page' definition 'page_id'.
faumachine/lib/glue-gui-gtk.c:1111:15: note: Function 'gui_gtk_comp_add' argument 1 names different: declaration 'page' definition 'page_id'.
faumachine/lib/glue-gui-gtk.c:1647:13: style: Unused variable: new_menu [unusedVariable]
faumachine/lib/glue-gui-recorder.c:233:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/lib/glue-io.c:41:0: error: #error "Unsupported OS." [preprocessorErrorDirective]
faumachine/lib/glue-main.c:893:22: style: The scope of the variable 'steps' can be reduced. [variableScope]
faumachine/lib/glue-ppm.c:104:43: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
faumachine/lib/glue-ppm.c:111:43: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
faumachine/lib/glue-ppm.c:119:45: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
faumachine/lib/glue-ppm.c:129:43: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
faumachine/lib/glue-ppm.c:96:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/lib/glue-ppm.c:80:0: note: Variable 'fp' is reassigned a value before the old one has been used.
faumachine/lib/glue-ppm.c:96:2: note: Variable 'fp' is reassigned a value before the old one has been used.
faumachine/lib/glue-ppm.c:61:7: style: The scope of the variable 'b' can be reduced. [variableScope]
faumachine/lib/glue-ppm.c:108:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
faumachine/lib/glue-rom.c:378:39: style: Function 'glue_rom_read' argument 2 names different: declaration 'rom' definition '_rom'. [funcArgNamesDifferent]
faumachine/lib/glue-rom.h:12:39: note: Function 'glue_rom_read' argument 2 names different: declaration 'rom' definition '_rom'.
faumachine/lib/glue-rom.c:378:39: note: Function 'glue_rom_read' argument 2 names different: declaration 'rom' definition '_rom'.
faumachine/lib/glue-scheduler.c:112:0: error: #error Unknown CPU [preprocessorErrorDirective]
faumachine/lib/glue-setup-interactive.c:410:16: style: The scope of the variable 'genericid' can be reduced. [variableScope]
faumachine/lib/glue-setup.c:47:0: error: Syntax error in #if [preprocessorErrorDirective]
faumachine/lib/glue-storage.c:71:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/lib/glue-storage.c:306:11: style: The scope of the variable 'cache' can be reduced. [variableScope]
faumachine/lib/glue-storage.c:307:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
faumachine/lib/glue-storage.c:308:15: style: The scope of the variable 'bit' can be reduced. [variableScope]
faumachine/lib/glue-storage.c:358:11: style: The scope of the variable 'cache' can be reduced. [variableScope]
faumachine/lib/glue-storage.c:359:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
faumachine/lib/glue-storage.c:360:15: style: The scope of the variable 'bit' can be reduced. [variableScope]
faumachine/lib/glue-storage.c:483:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/lib/glue-storage.c:139:8: style: Function 'storage_simple_read' argument 2 names different: declaration 'buf' definition '_buf'. [funcArgNamesDifferent]
faumachine/lib/glue-storage.h:21:9: note: Function 'storage_simple_read' argument 2 names different: declaration 'buf' definition '_buf'.
faumachine/lib/glue-storage.c:139:8: note: Function 'storage_simple_read' argument 2 names different: declaration 'buf' definition '_buf'.
faumachine/lib/glue-storage.c:192:33: style: Function 'storage_simple_open' argument 1 names different: declaration 'filename' definition 'path'. [funcArgNamesDifferent]
faumachine/lib/glue-storage.h:14:33: note: Function 'storage_simple_open' argument 1 names different: declaration 'filename' definition 'path'.
faumachine/lib/glue-storage.c:192:33: note: Function 'storage_simple_open' argument 1 names different: declaration 'filename' definition 'path'.
faumachine/lib/glue-storage.c:408:8: style: Function 'storage_read' argument 2 names different: declaration 'buf' definition '_buf'. [funcArgNamesDifferent]
faumachine/lib/glue-storage.h:36:9: note: Function 'storage_read' argument 2 names different: declaration 'buf' definition '_buf'.
faumachine/lib/glue-storage.c:408:8: note: Function 'storage_read' argument 2 names different: declaration 'buf' definition '_buf'.
faumachine/lib/glue-storage.c:445:14: style: Function 'storage_write' argument 2 names different: declaration 'buf' definition '_buf'. [funcArgNamesDifferent]
faumachine/lib/glue-storage.h:39:15: note: Function 'storage_write' argument 2 names different: declaration 'buf' definition '_buf'.
faumachine/lib/glue-storage.c:445:14: note: Function 'storage_write' argument 2 names different: declaration 'buf' definition '_buf'.
faumachine/lib/glue-trace.c:26:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/lib/glue-trace.c:28:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/lib/glue-vhdl.c:441:8: style: The scope of the variable 'delim' can be reduced. [variableScope]
faumachine/lib/inspector.c:685:9: style: Checking if unsigned variable 'id' is less than zero. [unsignedLessThanZero]
faumachine/lib/inspector.c:1419:65: style: Function 'inspector_exec_command' argument 2 names different: declaration 'cmd' definition 'cmd_'. [funcArgNamesDifferent]
faumachine/lib/inspector.h:40:65: note: Function 'inspector_exec_command' argument 2 names different: declaration 'cmd' definition 'cmd_'.
faumachine/lib/inspector.c:1419:65: note: Function 'inspector_exec_command' argument 2 names different: declaration 'cmd' definition 'cmd_'.
faumachine/lib/jit-bc.c:702:19: style: The scope of the variable 'arg' can be reduced. [variableScope]
faumachine/lib/jit-bc.c:785:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
faumachine/lib/jit-cache.c:59:35: style: Function 'jit_cache_reset' argument 1 names different: declaration 'cache' definition 'jit'. [funcArgNamesDifferent]
faumachine/lib/jit-cache.h:33:35: note: Function 'jit_cache_reset' argument 1 names different: declaration 'cache' definition 'jit'.
faumachine/lib/jit-cache.c:59:35: note: Function 'jit_cache_reset' argument 1 names different: declaration 'cache' definition 'jit'.
faumachine/lib/jit-cache.c:64:36: style: Function 'jit_cache_create' argument 1 names different: declaration 'cache' definition 'jit'. [funcArgNamesDifferent]
faumachine/lib/jit-cache.h:35:36: note: Function 'jit_cache_create' argument 1 names different: declaration 'cache' definition 'jit'.
faumachine/lib/jit-cache.c:64:36: note: Function 'jit_cache_create' argument 1 names different: declaration 'cache' definition 'jit'.
faumachine/lib/jit-cache.c:75:37: style: Function 'jit_cache_destroy' argument 1 names different: declaration 'cache' definition 'jit'. [funcArgNamesDifferent]
faumachine/lib/jit-cache.h:37:37: note: Function 'jit_cache_destroy' argument 1 names different: declaration 'cache' definition 'jit'.
faumachine/lib/jit-cache.c:75:37: note: Function 'jit_cache_destroy' argument 1 names different: declaration 'cache' definition 'jit'.
faumachine/lib/jit-bc.c:1091:33: style: Function 'jit_comp_reset' argument 1 names different: declaration 'comp' definition 'jit'. [funcArgNamesDifferent]
faumachine/lib/jit-comp.h:245:33: note: Function 'jit_comp_reset' argument 1 names different: declaration 'comp' definition 'jit'.
faumachine/lib/jit-bc.c:1091:33: note: Function 'jit_comp_reset' argument 1 names different: declaration 'comp' definition 'jit'.
faumachine/lib/jit-bc.c:1096:34: style: Function 'jit_comp_create' argument 1 names different: declaration 'comp' definition 'jit'. [funcArgNamesDifferent]
faumachine/lib/jit-comp.h:247:34: note: Function 'jit_comp_create' argument 1 names different: declaration 'comp' definition 'jit'.
faumachine/lib/jit-bc.c:1096:34: note: Function 'jit_comp_create' argument 1 names different: declaration 'comp' definition 'jit'.
faumachine/lib/jit-bc.c:1101:35: style: Function 'jit_comp_destroy' argument 1 names different: declaration 'comp' definition 'jit'. [funcArgNamesDifferent]
faumachine/lib/jit-comp.h:249:35: note: Function 'jit_comp_destroy' argument 1 names different: declaration 'comp' definition 'jit'.
faumachine/lib/jit-bc.c:1101:35: note: Function 'jit_comp_destroy' argument 1 names different: declaration 'comp' definition 'jit'.
faumachine/lib/jit-comp.c:271:47: style: Function 'jit_sconst' argument 2 names different: declaration 'c' definition 'val'. [funcArgNamesDifferent]
faumachine/lib/jit-comp.h:163:47: note: Function 'jit_sconst' argument 2 names different: declaration 'c' definition 'val'.
faumachine/lib/jit-comp.c:271:47: note: Function 'jit_sconst' argument 2 names different: declaration 'c' definition 'val'.
faumachine/lib/jit-comp.c:289:49: style: Function 'jit_uconst' argument 2 names different: declaration 'c' definition 'val'. [funcArgNamesDifferent]
faumachine/lib/jit-comp.h:165:49: note: Function 'jit_uconst' argument 2 names different: declaration 'c' definition 'val'.
faumachine/lib/jit-comp.c:289:49: note: Function 'jit_uconst' argument 2 names different: declaration 'c' definition 'val'.
faumachine/lib/jit-comp.c:343:50: style: Function 'jit_addr' argument 2 names different: declaration 'expr' definition 'op'. [funcArgNamesDifferent]
faumachine/lib/jit-comp.h:173:50: note: Function 'jit_addr' argument 2 names different: declaration 'expr' definition 'op'.
faumachine/lib/jit-comp.c:343:50: note: Function 'jit_addr' argument 2 names different: declaration 'expr' definition 'op'.
faumachine/lib/jit-comp.c:1387:52: style: Function 'jit_assign' argument 2 names different: declaration 'var' definition 'dst'. [funcArgNamesDifferent]
faumachine/lib/jit-comp.h:221:52: note: Function 'jit_assign' argument 2 names different: declaration 'var' definition 'dst'.
faumachine/lib/jit-comp.c:1387:52: note: Function 'jit_assign' argument 2 names different: declaration 'var' definition 'dst'.
faumachine/lib/jit-comp.c:1387:74: style: Function 'jit_assign' argument 3 names different: declaration 'expr' definition 'src'. [funcArgNamesDifferent]
faumachine/lib/jit-comp.h:221:74: note: Function 'jit_assign' argument 3 names different: declaration 'expr' definition 'src'.
faumachine/lib/jit-comp.c:1387:74: note: Function 'jit_assign' argument 3 names different: declaration 'expr' definition 'src'.
faumachine/lib/jit-comp.c:1475:19: style: Function 'jit_call' argument 2 names different: declaration 'res' definition 'dst'. [funcArgNamesDifferent]
faumachine/lib/jit-comp.h:232:50: note: Function 'jit_call' argument 2 names different: declaration 'res' definition 'dst'.
faumachine/lib/jit-comp.c:1475:19: note: Function 'jit_call' argument 2 names different: declaration 'res' definition 'dst'.
faumachine/lib/jit-x86_64.c:1631:19: style: The scope of the variable 'arg' can be reduced. [variableScope]
faumachine/lib/jit-x86_64.c:2196:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
faumachine/lib/list.c:73:47: style: Function 'list_push' argument 2 names different: declaration 'node' definition 'data_node'. [funcArgNamesDifferent]
faumachine/lib/list.h:70:54: note: Function 'list_push' argument 2 names different: declaration 'node' definition 'data_node'.
faumachine/lib/list.c:73:47: note: Function 'list_push' argument 2 names different: declaration 'node' definition 'data_node'.
faumachine/lib/list.c:88:50: style: Function 'list_unshift' argument 2 names different: declaration 'node' definition 'data_node'. [funcArgNamesDifferent]
faumachine/lib/list.h:68:57: note: Function 'list_unshift' argument 2 names different: declaration 'node' definition 'data_node'.
faumachine/lib/list.c:88:50: note: Function 'list_unshift' argument 2 names different: declaration 'node' definition 'data_node'.
faumachine/lib/pattern-matcher/mouse_matcher.c:162:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/lib/pattern-matcher/mouse_matcher.c:159:0: note: Variable 'str' is reassigned a value before the old one has been used.
faumachine/lib/pattern-matcher/mouse_matcher.c:162:2: note: Variable 'str' is reassigned a value before the old one has been used.
faumachine/lib/pattern-matcher/mouse_matcher.c:89:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
faumachine/lib/pattern-matcher/patternm_gfx.c:142:11: style: The scope of the variable 'pat_col' can be reduced. [variableScope]
faumachine/lib/pattern-matcher/patternm_gfx.c:143:11: style: The scope of the variable 'pic_col' can be reduced. [variableScope]
faumachine/lib/pattern-matcher/patternm_text.c:335:8: style: The scope of the variable 'res' can be reduced. [variableScope]
faumachine/lib/pattern-matcher/patternm_text.c:381:16: style: The scope of the variable 'c' can be reduced. [variableScope]
faumachine/lib/pattern-matcher/patternm_text.c:565:20: style: The scope of the variable 'h1' can be reduced. [variableScope]
faumachine/lib/pattern-matcher/patternm_text.c:567:20: style: The scope of the variable 'h2' can be reduced. [variableScope]
faumachine/lib/pattern-matcher/patternm_text.c:1298:6: style: The scope of the variable 'cw' can be reduced. [variableScope]
faumachine/lib/pattern-matcher/patternm_text.c:1298:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
faumachine/lib/pattern-matcher/patternm_text.c:1381:17: style: The scope of the variable 'abovelast_empty' can be reduced. [variableScope]
faumachine/lib/pattern-matcher/patternm_text.c:1768:8: style: The scope of the variable 'incymax' can be reduced. [variableScope]
faumachine/lib/pattern-matcher/patternm_text.c:1841:6: style: The scope of the variable 'column0cnt' can be reduced. [variableScope]
faumachine/lib/pattern-matcher/patternm_text.c:1841:18: style: The scope of the variable 'column1cnt' can be reduced. [variableScope]
faumachine/lib/pattern-matcher/patternm_text.c:2035:29: style: The scope of the variable 'ymax2' can be reduced. [variableScope]
faumachine/lib/pattern-matcher/patternm_text.c:2141:9: style: The scope of the variable 'w' can be reduced. [variableScope]
faumachine/lib/pattern-matcher/patternm_text.c:2141:12: style: The scope of the variable 'h' can be reduced. [variableScope]
faumachine/lib/pattern-matcher/patternm_text.c:2574:6: style: The scope of the variable 'endx' can be reduced. [variableScope]
faumachine/lib/pattern-matcher/patternm_asc.c:119:18: style: The scope of the variable 'p' can be reduced. [variableScope]
faumachine/lib/pattern-matcher/patternm_asc.c:120:6: style: The scope of the variable 'match' can be reduced. [variableScope]
faumachine/lib/pattern-matcher/patternm_asc.c:385:6: style: The scope of the variable 'found' can be reduced. [variableScope]
faumachine/lib/pattern-matcher/patternm.c:228:11: style: Unsigned variable 'w' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/lib/pattern-matcher/patternm.c:229:11: style: Unsigned variable 'h' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/lib/pattern-matcher/patternm_text.c:612:9: style: Variable 'h1' is assigned a value that is never used. [unreadVariable]
faumachine/lib/pattern-matcher/patternm_text.c:598:9: style: Variable 'h2' is assigned a value that is never used. [unreadVariable]
faumachine/lib/pattern-matcher/patternm_text.c:1319:9: style: Variable 'cw' is assigned a value that is never used. [unreadVariable]
faumachine/lib/pattern-matcher/patternm_text.c:1321:9: style: Variable 'ch' is assigned a value that is never used. [unreadVariable]
faumachine/lib/pattern-matcher/screen_split.c:132:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/lib/pattern-matcher/screen_split.c:183:8: style: Same expression on both sides of '-='. [duplicateExpression]
faumachine/lib/random100.c:21:12: style: Unsigned variable 'res' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/lib/scxml.c:250:2: warning: The buffer 'tmp' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
faumachine/lib/softfloat.c:662:11: style: Function 'float80_fprem' argument 11 names different: declaration 'c0' definition 'c0p'. [funcArgNamesDifferent]
faumachine/lib/softfloat.h:171:12: note: Function 'float80_fprem' argument 11 names different: declaration 'c0' definition 'c0p'.
faumachine/lib/softfloat.c:662:11: note: Function 'float80_fprem' argument 11 names different: declaration 'c0' definition 'c0p'.
faumachine/lib/softfloat.c:663:11: style: Function 'float80_fprem' argument 12 names different: declaration 'c1' definition 'c1p'. [funcArgNamesDifferent]
faumachine/lib/softfloat.h:171:25: note: Function 'float80_fprem' argument 12 names different: declaration 'c1' definition 'c1p'.
faumachine/lib/softfloat.c:663:11: note: Function 'float80_fprem' argument 12 names different: declaration 'c1' definition 'c1p'.
faumachine/lib/softfloat.c:664:11: style: Function 'float80_fprem' argument 13 names different: declaration 'c2' definition 'c2p'. [funcArgNamesDifferent]
faumachine/lib/softfloat.h:172:12: note: Function 'float80_fprem' argument 13 names different: declaration 'c2' definition 'c2p'.
faumachine/lib/softfloat.c:664:11: note: Function 'float80_fprem' argument 13 names different: declaration 'c2' definition 'c2p'.
faumachine/lib/softfloat.c:665:11: style: Function 'float80_fprem' argument 14 names different: declaration 'c3' definition 'c3p'. [funcArgNamesDifferent]
faumachine/lib/softfloat.h:172:25: note: Function 'float80_fprem' argument 14 names different: declaration 'c3' definition 'c3p'.
faumachine/lib/softfloat.c:665:11: note: Function 'float80_fprem' argument 14 names different: declaration 'c3' definition 'c3p'.
faumachine/lib/softfloat.c:706:11: style: Function 'float80_fprem1' argument 11 names different: declaration 'c0' definition 'c0p'. [funcArgNamesDifferent]
faumachine/lib/softfloat.h:178:12: note: Function 'float80_fprem1' argument 11 names different: declaration 'c0' definition 'c0p'.
faumachine/lib/softfloat.c:706:11: note: Function 'float80_fprem1' argument 11 names different: declaration 'c0' definition 'c0p'.
faumachine/lib/softfloat.c:707:11: style: Function 'float80_fprem1' argument 12 names different: declaration 'c1' definition 'c1p'. [funcArgNamesDifferent]
faumachine/lib/softfloat.h:178:25: note: Function 'float80_fprem1' argument 12 names different: declaration 'c1' definition 'c1p'.
faumachine/lib/softfloat.c:707:11: note: Function 'float80_fprem1' argument 12 names different: declaration 'c1' definition 'c1p'.
faumachine/lib/softfloat.c:708:11: style: Function 'float80_fprem1' argument 13 names different: declaration 'c2' definition 'c2p'. [funcArgNamesDifferent]
faumachine/lib/softfloat.h:179:12: note: Function 'float80_fprem1' argument 13 names different: declaration 'c2' definition 'c2p'.
faumachine/lib/softfloat.c:708:11: note: Function 'float80_fprem1' argument 13 names different: declaration 'c2' definition 'c2p'.
faumachine/lib/softfloat.c:709:11: style: Function 'float80_fprem1' argument 14 names different: declaration 'c3' definition 'c3p'. [funcArgNamesDifferent]
faumachine/lib/softfloat.h:179:25: note: Function 'float80_fprem1' argument 14 names different: declaration 'c3' definition 'c3p'.
faumachine/lib/softfloat.c:709:11: note: Function 'float80_fprem1' argument 14 names different: declaration 'c3' definition 'c3p'.
faumachine/lib/sound_sample.c:124:9: style: The scope of the variable 'x' can be reduced. [variableScope]
faumachine/lib/sound_sample.c:148:9: style: The scope of the variable 'x' can be reduced. [variableScope]
faumachine/lib/sound_sample.c:356:10: style: The scope of the variable 'outb16' can be reduced. [variableScope]
faumachine/lib/sound_sample.c:377:12: style: The scope of the variable 'm' can be reduced. [variableScope]
faumachine/lib/sound_sample.c:378:11: style: The scope of the variable 'y0' can be reduced. [variableScope]
faumachine/lib/sound_sample.c:379:11: style: The scope of the variable 'y1' can be reduced. [variableScope]
faumachine/lib/sound_sample.c:381:9: style: The scope of the variable 'x1' can be reduced. [variableScope]
faumachine/lib/system_node_tree.c:219:2: style: Variable 'field' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/lib/system_node_tree.c:215:0: note: Variable 'field' is reassigned a value before the old one has been used.
faumachine/lib/system_node_tree.c:219:2: note: Variable 'field' is reassigned a value before the old one has been used.
faumachine/lib/test_sig_i2c_bus.c:51:16: style: The scope of the variable 'exp' can be reduced. [variableScope]
faumachine/lib/tree.c:175:6: style: The scope of the variable 'abort' can be reduced. [variableScope]
faumachine/lib/umutil.c:20:23: warning: Function 'buildpath' argument order different: declaration 'name, prefix' definition 'prefix, name' [funcArgOrderDifferent]
faumachine/lib/umutil.h:17:23: note: Function 'buildpath' argument order different: declaration 'name, prefix' definition 'prefix, name'
faumachine/lib/umutil.c:20:23: note: Function 'buildpath' argument order different: declaration 'name, prefix' definition 'prefix, name'
faumachine/lib/xml-schem.c:625:14: style: The scope of the variable 'x2' can be reduced. [variableScope]
faumachine/lib/xml-schem.c:846:20: style: Function 'xml_schem_bbox' argument 1 names different: declaration 'schem' definition 'plan'. [funcArgNamesDifferent]
faumachine/lib/xml-schem.h:124:20: note: Function 'xml_schem_bbox' argument 1 names different: declaration 'schem' definition 'plan'.
faumachine/lib/xml-schem.c:846:20: note: Function 'xml_schem_bbox' argument 1 names different: declaration 'schem' definition 'plan'.
faumachine/lib/xml-schem.c:875:39: style: Function 'xml_schem_translate' argument 1 names different: declaration 'schem' definition 'plan'. [funcArgNamesDifferent]
faumachine/lib/xml-schem.h:132:39: note: Function 'xml_schem_translate' argument 1 names different: declaration 'schem' definition 'plan'.
faumachine/lib/xml-schem.c:875:39: note: Function 'xml_schem_translate' argument 1 names different: declaration 'schem' definition 'plan'.
faumachine/lib/xml-svg.c:609:3: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
faumachine/lib/xml-svg.c:634:3: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
faumachine/lib/xml-svg.c:642:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
faumachine/lib/xml-svg.c:894:6: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
faumachine/lib/xml-svg.c:186:6: warning: Redundant assignment of 'svg' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:187:6: warning: Redundant assignment of 'off' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:195:6: warning: Redundant assignment of 'svg' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:196:6: warning: Redundant assignment of 'off' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:197:6: warning: Redundant assignment of 'str' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:205:6: warning: Redundant assignment of 'svg' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:206:6: warning: Redundant assignment of 'off' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:207:6: warning: Redundant assignment of 'str' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:304:6: warning: Redundant assignment of 'svg' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:305:6: warning: Redundant assignment of 'off' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:320:6: warning: Redundant assignment of 'off' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:691:6: warning: Redundant assignment of 'svg' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:692:6: warning: Redundant assignment of 'off' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:698:6: warning: Redundant assignment of 'off' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:741:6: warning: Redundant assignment of 'svg' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:742:6: warning: Redundant assignment of 'off' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:743:6: warning: Redundant assignment of 'str' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:751:6: warning: Redundant assignment of 'off' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:772:6: warning: Redundant assignment of 'off' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:904:6: warning: Redundant assignment of 'off' to itself. [selfAssignment]
faumachine/lib/xml-svg.c:768:39: style: The scope of the variable 'm20' can be reduced. [variableScope]
faumachine/lib/xml-svg.c:768:44: style: The scope of the variable 'm21' can be reduced. [variableScope]
faumachine/lib/xml-svg.c:768:49: style: The scope of the variable 'm22' can be reduced. [variableScope]
faumachine/lib/xml-svg.c:769:9: style: The scope of the variable 't00' can be reduced. [variableScope]
faumachine/lib/xml-svg.c:769:14: style: The scope of the variable 't01' can be reduced. [variableScope]
faumachine/lib/xml-svg.c:769:19: style: The scope of the variable 't02' can be reduced. [variableScope]
faumachine/lib/xml-svg.c:769:24: style: The scope of the variable 't10' can be reduced. [variableScope]
faumachine/lib/xml-svg.c:769:29: style: The scope of the variable 't11' can be reduced. [variableScope]
faumachine/lib/xml-svg.c:769:34: style: The scope of the variable 't12' can be reduced. [variableScope]
faumachine/lib/xml-svg.c:769:39: style: The scope of the variable 't20' can be reduced. [variableScope]
faumachine/lib/xml-svg.c:769:44: style: The scope of the variable 't21' can be reduced. [variableScope]
faumachine/lib/xml-svg.c:769:49: style: The scope of the variable 't22' can be reduced. [variableScope]
faumachine/lib/xml-svg.c:137:9: style: Function 'xml_svg_transform_rotate' argument 4 names different: declaration 'dx' definition 'x'. [funcArgNamesDifferent]
faumachine/lib/xml-svg.h:159:24: note: Function 'xml_svg_transform_rotate' argument 4 names different: declaration 'dx' definition 'x'.
faumachine/lib/xml-svg.c:137:9: note: Function 'xml_svg_transform_rotate' argument 4 names different: declaration 'dx' definition 'x'.
faumachine/lib/xml-svg.c:138:9: style: Function 'xml_svg_transform_rotate' argument 5 names different: declaration 'dy' definition 'y'. [funcArgNamesDifferent]
faumachine/lib/xml-svg.h:159:35: note: Function 'xml_svg_transform_rotate' argument 5 names different: declaration 'dy' definition 'y'.
faumachine/lib/xml-svg.c:138:9: note: Function 'xml_svg_transform_rotate' argument 5 names different: declaration 'dy' definition 'y'.
faumachine/lib/xml-svg.c:1125:29: style: Function 'xml_svg_circle_alloc' argument 1 names different: declaration 'x' definition 'cx'. [funcArgNamesDifferent]
faumachine/lib/xml-svg.h:133:29: note: Function 'xml_svg_circle_alloc' argument 1 names different: declaration 'x' definition 'cx'.
faumachine/lib/xml-svg.c:1125:29: note: Function 'xml_svg_circle_alloc' argument 1 names different: declaration 'x' definition 'cx'.
faumachine/lib/xml-svg.c:1125:40: style: Function 'xml_svg_circle_alloc' argument 2 names different: declaration 'y' definition 'cy'. [funcArgNamesDifferent]
faumachine/lib/xml-svg.h:133:39: note: Function 'xml_svg_circle_alloc' argument 2 names different: declaration 'y' definition 'cy'.
faumachine/lib/xml-svg.c:1125:40: note: Function 'xml_svg_circle_alloc' argument 2 names different: declaration 'y' definition 'cy'.
faumachine/lib/xml-svg.c:1125:51: style: Function 'xml_svg_circle_alloc' argument 3 names different: declaration 'radius' definition 'r'. [funcArgNamesDifferent]
faumachine/lib/xml-svg.h:133:49: note: Function 'xml_svg_circle_alloc' argument 3 names different: declaration 'radius' definition 'r'.
faumachine/lib/xml-svg.c:1125:51: note: Function 'xml_svg_circle_alloc' argument 3 names different: declaration 'radius' definition 'r'.
faumachine/lib/xml-svg.c:1317:27: warning: Function 'xml_svg_line_alloc' argument order different: declaration 'x0, y0, x1, y1' definition 'x1, y1, x2, y2' [funcArgOrderDifferent]
faumachine/lib/xml-svg.h:138:27: note: Function 'xml_svg_line_alloc' argument order different: declaration 'x0, y0, x1, y1' definition 'x1, y1, x2, y2'
faumachine/lib/xml-svg.c:1317:27: note: Function 'xml_svg_line_alloc' argument order different: declaration 'x0, y0, x1, y1' definition 'x1, y1, x2, y2'
faumachine/lib/xml-svg.c:2106:41: style: Function 'xml_svg_write' argument 2 names different: declaration 'svg' definition 's0'. [funcArgNamesDifferent]
faumachine/lib/xml-svg.h:167:41: note: Function 'xml_svg_write' argument 2 names different: declaration 'svg' definition 's0'.
faumachine/lib/xml-svg.c:2106:41: note: Function 'xml_svg_write' argument 2 names different: declaration 'svg' definition 's0'.
faumachine/lib/xml-svg.c:809:8: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
faumachine/lib/xml-svg.c:818:5: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
faumachine/lib/xml-svg.c:819:5: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
faumachine/lib/xml.c:318:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
faumachine/lib/xml.c:424:33: style: Function 'xml_write' argument 2 names different: declaration 'xml' definition 'x0'. [funcArgNamesDifferent]
faumachine/lib/xml.h:50:33: note: Function 'xml_write' argument 2 names different: declaration 'xml' definition 'x0'.
faumachine/lib/xml.c:424:33: note: Function 'xml_write' argument 2 names different: declaration 'xml' definition 'x0'.
faumachine/lib/xml.c:510:22: style: Function 'xml_free' argument 1 names different: declaration 'p' definition 'act'. [funcArgNamesDifferent]
faumachine/lib/xml.h:61:22: note: Function 'xml_free' argument 1 names different: declaration 'p' definition 'act'.
faumachine/lib/xml.c:510:22: note: Function 'xml_free' argument 1 names different: declaration 'p' definition 'act'.
faumachine/roms/chip_ti_am1808/spi.c:170:15: style: The scope of the variable 'status' can be reduced. [variableScope]
faumachine/roms/chip_ti_am1808/spi.c:213:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
faumachine/roms/cirrus_vga_bios/cirrus_vga.c:1257:2: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/roms/cirrus_vga_bios/cirrus_vga.c:1256:2: note: Variable 'dummy' is reassigned a value before the old one has been used.
faumachine/roms/cirrus_vga_bios/cirrus_vga.c:1257:2: note: Variable 'dummy' is reassigned a value before the old one has been used.
faumachine/roms/cirrus_vga_bios/cirrus_vga.c:1258:2: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/roms/cirrus_vga_bios/cirrus_vga.c:1257:2: note: Variable 'dummy' is reassigned a value before the old one has been used.
faumachine/roms/cirrus_vga_bios/cirrus_vga.c:1258:2: note: Variable 'dummy' is reassigned a value before the old one has been used.
faumachine/roms/cirrus_vga_bios/cirrus_vga.c:1259:2: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/roms/cirrus_vga_bios/cirrus_vga.c:1258:2: note: Variable 'dummy' is reassigned a value before the old one has been used.
faumachine/roms/cirrus_vga_bios/cirrus_vga.c:1259:2: note: Variable 'dummy' is reassigned a value before the old one has been used.
faumachine/roms/cirrus_vga_bios/cirrus_vga.c:1662:17: style: The scope of the variable 'length' can be reduced. [variableScope]
faumachine/roms/umvga_bios/vesa.c:402:19: style: The scope of the variable 'pages' can be reduced. [variableScope]
faumachine/roms/umvga_bios/vesa.c:403:19: style: The scope of the variable 'page' can be reduced. [variableScope]
faumachine/roms/umvga_bios/vesa.c:509:13: style: Variable 'vert' is assigned a value that is never used. [unreadVariable]
faumachine/roms/vgabios/compiler.h:32:0: error: #error "Not ported yet - FIXME" [preprocessorErrorDirective]
faumachine/scripts/bin2bios.c:250:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
faumachine/scripts/bin2bios.c:172:8: style: Condition '!found' is always true [knownConditionTrueFalse]
faumachine/scripts/bin2bios.c:165:10: note: Assignment 'found=0', assigned value is 0
faumachine/scripts/bin2bios.c:172:8: note: Condition '!found' is always true
faumachine/scripts/cpuid.c:226:16: style: The scope of the variable 'j' can be reduced. [variableScope]
faumachine/scripts/cpuid.c:227:16: style: The scope of the variable 'vb' can be reduced. [variableScope]
faumachine/scripts/cpuid.c:228:16: style: The scope of the variable 'l' can be reduced. [variableScope]
faumachine/scripts/cpuid.c:229:16: style: The scope of the variable 'cc' can be reduced. [variableScope]
faumachine/scripts/disas/disas.c:318:12: style: The scope of the variable 'addr' can be reduced. [variableScope]
faumachine/scripts/disas/disas.c:320:7: style: The scope of the variable 'labellen' can be reduced. [variableScope]
faumachine/scripts/disas/disas.c:321:7: style: The scope of the variable 'c' can be reduced. [variableScope]
faumachine/scripts/disas/last.c:87:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/encoder/encoder.c:567:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/encoder/encoder.c:567:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/encoder/encoder.c:164:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/scripts/encoder/encoder.c:189:2: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
faumachine/scripts/faum-geda2xml.c:259:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/scripts/faum-geda2xml.c:510:14: style: The scope of the variable 'value' can be reduced. [variableScope]
faumachine/scripts/faum-gnetlist.c:556:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/scripts/faum-gnetlist.c:805:14: style: The scope of the variable 'value' can be reduced. [variableScope]
faumachine/scripts/faum-gnetlist.c:1306:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/scripts/faum-gnetlist.c:2078:15: style: The scope of the variable 'i' can be reduced. [variableScope]
faumachine/scripts/faum-scxml2c.c:2337:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
faumachine/scripts/faum-scxml2c.c:799:22: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
faumachine/scripts/faum-scxml2c.c:2468:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/scripts/faum-scxml2c.c:2466:0: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/faum-scxml2c.c:2468:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/faum-scxml2c.c:3939:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
faumachine/scripts/faum-scxml2c.c:216:7: style: The scope of the variable 'c' can be reduced. [variableScope]
faumachine/scripts/faum-scxml2c.c:1620:16: style: The scope of the variable 'p' can be reduced. [variableScope]
faumachine/scripts/faum-scxml2c.c:1877:6: style: The scope of the variable 'i' can be reduced. [variableScope]
faumachine/scripts/faum-scxml2c.c:2143:9: style: The scope of the variable 'op' can be reduced. [variableScope]
faumachine/scripts/faum-scxml2c.c:2188:10: style: The scope of the variable 'j' can be reduced. [variableScope]
faumachine/scripts/faum-scxml2c.c:2465:6: style: The scope of the variable 'tmp' can be reduced. [variableScope]
faumachine/scripts/faum-scxml2c.c:2588:8: style: The scope of the variable 'indi' can be reduced. [variableScope]
faumachine/scripts/faum-scxml2c.c:3080:20: style: The scope of the variable 'err' can be reduced. [variableScope]
faumachine/scripts/faum-scxml2c.c:3246:8: style: The scope of the variable 'b' can be reduced. [variableScope]
faumachine/scripts/faum-scxml2c.c:2785:3: style: Variable 'cnt' is modified but its new value is never used. [unreadVariable]
faumachine/scripts/faum-scxml2c.c:2909:2: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
faumachine/scripts/faum-scxml2c.c:1976:0: error: Resource leak: f [resourceLeak]
faumachine/scripts/faum-scxml2c.c:2138:0: error: Resource leak: f [resourceLeak]
faumachine/scripts/faum-scxml2c.c:3705:0: error: Resource leak: f [resourceLeak]
faumachine/scripts/faum-scxml2c.c:3876:0: error: Resource leak: f [resourceLeak]
faumachine/scripts/faum-xml2bench.c:220:20: style: The scope of the variable 'entry' can be reduced. [variableScope]
faumachine/scripts/faum-xml2bench.c:259:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
faumachine/scripts/faum-xml2bench.c:298:6: warning: The buffer 'output' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
faumachine/scripts/faum-xml2bench.c:206:2: error: Resource leak: f [resourceLeak]
faumachine/scripts/faum-xml2bench.c:206:2: error: Resource leak: swap [resourceLeak]
faumachine/scripts/faum-xml2c.c:2141:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
faumachine/scripts/faum-xml2c.c:111:9: style: The scope of the variable 'p' can be reduced. [variableScope]
faumachine/scripts/faum-xml2c.c:111:12: style: The scope of the variable 'exp' can be reduced. [variableScope]
faumachine/scripts/faum-xml2c.c:111:17: style: The scope of the variable 'a' can be reduced. [variableScope]
faumachine/scripts/faum-xml2c.c:189:7: style: The scope of the variable 'index' can be reduced. [variableScope]
faumachine/scripts/faum-xml2c.c:189:17: style: The scope of the variable 'step' can be reduced. [variableScope]
faumachine/scripts/faum-xml2c.c:2106:4: warning: The buffer 'output' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
faumachine/scripts/faum-xml2c.c:1335:0: error: Resource leak: f [resourceLeak]
faumachine/scripts/faum-xml2portlist.c:107:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
faumachine/scripts/faum-xml2portlist.c:108:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
faumachine/scripts/faum-xml2siglist.c:101:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
faumachine/scripts/faum-xml2siglist.c:102:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
faumachine/scripts/faum-xml2svg.c:568:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
faumachine/scripts/faum-xml2vhdl.c:375:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
faumachine/scripts/faum-xmlcheck.c:73:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
faumachine/scripts/faum-xmlmerge.c:667:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
faumachine/scripts/faum-xmlmerge.c:668:8: style: Same expression on both sides of '-='. [duplicateExpression]
faumachine/scripts/font_gen.c:38:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/font_gen.c:273:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/font_gen.c:273:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/font_gen.c:282:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/font_gen.c:282:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/font_gen.c:293:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/font_gen.c:687:4: style: Variable 'bits' is assigned a value that is never used. [unreadVariable]
faumachine/scripts/gen_lru.c:96:3: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
faumachine/scripts/gen_lru.c:119:3: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
faumachine/scripts/generate_ttf_glyphs.c:451:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/generate_ttf_glyphs.c:215:19: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
faumachine/scripts/generate_ttf_glyphs.c:473:4: style: Variable 'bits' is assigned a value that is never used. [unreadVariable]
faumachine/scripts/hd_log2fig.c:212:4: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
faumachine/scripts/hd_log2fig.c:212:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/hd_log2fig.c:217:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/hd_log2fig.c:236:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/hd_log2fig.c:244:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
faumachine/scripts/hd_log2fig.c:455:3: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
faumachine/scripts/hd_log2fig.c:455:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/hd_log2fig.c:466:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/scripts/inspector_func_gen.c:78:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/inspector_func_gen.c:78:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/inspector_func_gen.c:78:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/logcmp/logcmp.c:200:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
faumachine/scripts/matrix.c:1696:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
faumachine/scripts/matrix.c:38:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
faumachine/scripts/matrix.c:39:8: style: The scope of the variable 's' can be reduced. [variableScope]
faumachine/scripts/matrix.c:40:7: style: The scope of the variable 'slen' can be reduced. [variableScope]
faumachine/scripts/matrix.c:160:6: style: The scope of the variable 'col' can be reduced. [variableScope]
faumachine/scripts/matrix.c:161:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
faumachine/scripts/matrix.c:363:21: style: The scope of the variable 'chip_name' can be reduced. [variableScope]
faumachine/scripts/matrix.c:616:14: style: The scope of the variable 'ent1' can be reduced. [variableScope]
faumachine/scripts/plotter/plotter.c:230:2: warning: Size of pointer 'f_p' used instead of size of its data. [pointerSize]
faumachine/scripts/plotter/plotter.c:273:0: error: Memory leak: f_p [memleak]
faumachine/scripts/plotter/plotter.c:273:3: error: Memory leak: f_p.input [memleak]
faumachine/scripts/pm_gen.c:52:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/pm_gen.c:22:15: style: struct member 'Anonymous0::xmin' is never used. [unusedStructMember]
faumachine/scripts/pm_gen.c:22:21: style: struct member 'Anonymous0::xmax' is never used. [unusedStructMember]
faumachine/scripts/pm_gen.c:22:27: style: struct member 'Anonymous0::ymin' is never used. [unusedStructMember]
faumachine/scripts/pm_gen.c:22:33: style: struct member 'Anonymous0::ymax' is never used. [unusedStructMember]
faumachine/scripts/profile/main.c:459:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
faumachine/scripts/profile/main.c:465:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
faumachine/scripts/profile/main.c:465:4: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
faumachine/scripts/profile/main.c:512:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
faumachine/scripts/profile/main.c:514:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
faumachine/scripts/profile/main.c:566:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
faumachine/scripts/profile/main.c:624:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
faumachine/scripts/profile/main.c:199:15: style: The scope of the variable 'line' can be reduced. [variableScope]
faumachine/scripts/profile/main.c:285:15: style: The scope of the variable 'line' can be reduced. [variableScope]
faumachine/scripts/profile/main.c:341:17: style: The scope of the variable 'addr1' can be reduced. [variableScope]
faumachine/scripts/profile/main.c:589:6: style: Unused variable: nr_callee [unusedVariable]
faumachine/scripts/profile/main.c:590:15: style: Unused variable: f_callee [unusedVariable]
faumachine/scripts/profile/main.c:591:6: style: Unused variable: nr_caller [unusedVariable]
faumachine/scripts/profile/main.c:592:15: style: Unused variable: f_caller [unusedVariable]
faumachine/scripts/profile/main.c:593:15: style: Unused variable: n [unusedVariable]
faumachine/scripts/read_bios.c:62:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
faumachine/scripts/setup_gen.c:1887:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/setup_gen.c:1808:11: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/scripts/setup_gen.c:1815:11: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/scripts/setup_gen.c:1822:11: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/scripts/setup_gen.c:1829:11: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/scripts/setup_gen.c:1836:11: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/scripts/setup_gen.c:1842:11: style: Unsigned variable '-' can't be negative so it is unnecessary to test it. [unsignedPositive]
faumachine/scripts/splitbios.c:147:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:319:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:316:3: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:319:3: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:736:2: style: Variable 'runtime' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:730:0: note: Variable 'runtime' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:736:2: note: Variable 'runtime' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:888:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:887:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:888:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:889:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:888:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:889:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:890:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:889:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:890:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:891:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:890:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:891:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:892:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:891:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:892:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:893:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:892:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:893:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1864:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1863:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1864:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1865:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1864:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1865:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1866:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1865:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1866:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1867:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1866:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1867:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1868:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1867:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1868:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1869:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1868:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1869:2: note: Variable 'ret' is reassigned a value before the old one has been used.
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:126:9: style: The scope of the variable 'nr' can be reduced. [variableScope]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1015:8: style: The scope of the variable 's' can be reduced. [variableScope]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1446:7: style: The scope of the variable 'c' can be reduced. [variableScope]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1821:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:163:10: style: Checking if unsigned variable 'nr' is less than zero. [unsignedLessThanZero]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:325:9: style: Variable 'p1' is assigned a value that is never used. [unreadVariable]
faumachine/scripts/test-FAUmachine/test-engine/faum-gen-results.c:1164:2: warning: The buffer 'num' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
faumachine/scripts/vm-test.c:31:19: error: Allocation with malloc, printf doesn't release it. [leakNoVarFunctionCall]
faumachine/scripts/xpm2logo.c:81:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
faumachine/scripts/xpm2logo.c:42:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/xpm2logo.c:50:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/scripts/xpm2logo.c:50:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faumachine/sig/sig_gen_bus.c:1260:20: style: The scope of the variable 'from' can be reduced. [variableScope]
faumachine/sig/sig_gen_bus.c:1397:14: style: The scope of the variable 'to' can be reduced. [variableScope]
faumachine/sig/sig_gen_bus.c:1861:20: style: The scope of the variable 'm' can be reduced. [variableScope]
faumachine/sig/sig_gen_bus.c:469:9: style: Function 'sig_agp_bus_ior_info' argument 5 names different: declaration 'cf' definition 'cfp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:254:10: note: Function 'sig_agp_bus_ior_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:469:9: note: Function 'sig_agp_bus_ior_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:470:9: style: Function 'sig_agp_bus_ior_info' argument 6 names different: declaration 'cs' definition 'csp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:255:10: note: Function 'sig_agp_bus_ior_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:470:9: note: Function 'sig_agp_bus_ior_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:734:9: style: Function 'sig_agp_bus_iow_info' argument 5 names different: declaration 'cf' definition 'cfp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:259:10: note: Function 'sig_agp_bus_iow_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:734:9: note: Function 'sig_agp_bus_iow_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:735:9: style: Function 'sig_agp_bus_iow_info' argument 6 names different: declaration 'cs' definition 'csp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:260:10: note: Function 'sig_agp_bus_iow_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:735:9: note: Function 'sig_agp_bus_iow_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:469:9: style: Function 'sig_dmi_bus_ior_info' argument 5 names different: declaration 'cf' definition 'cfp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:254:10: note: Function 'sig_dmi_bus_ior_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:469:9: note: Function 'sig_dmi_bus_ior_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:470:9: style: Function 'sig_dmi_bus_ior_info' argument 6 names different: declaration 'cs' definition 'csp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:255:10: note: Function 'sig_dmi_bus_ior_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:470:9: note: Function 'sig_dmi_bus_ior_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:734:9: style: Function 'sig_dmi_bus_iow_info' argument 5 names different: declaration 'cf' definition 'cfp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:259:10: note: Function 'sig_dmi_bus_iow_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:734:9: note: Function 'sig_dmi_bus_iow_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:735:9: style: Function 'sig_dmi_bus_iow_info' argument 6 names different: declaration 'cs' definition 'csp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:260:10: note: Function 'sig_dmi_bus_iow_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:735:9: note: Function 'sig_dmi_bus_iow_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_floppy.c:100:21: style: Function 'sig_floppy_connect' argument 1 names different: declaration 'sig' definition 'b'. [funcArgNamesDifferent]
faumachine/sig/sig_floppy.h:49:39: note: Function 'sig_floppy_connect' argument 1 names different: declaration 'sig' definition 'b'.
faumachine/sig/sig_floppy.c:100:21: note: Function 'sig_floppy_connect' argument 1 names different: declaration 'sig' definition 'b'.
faumachine/sig/sig_floppy.c:116:21: style: Function 'sig_floppy_disconnect' argument 1 names different: declaration 'sig' definition 'b'. [funcArgNamesDifferent]
faumachine/sig/sig_floppy.h:52:42: note: Function 'sig_floppy_disconnect' argument 1 names different: declaration 'sig' definition 'b'.
faumachine/sig/sig_floppy.c:116:21: note: Function 'sig_floppy_disconnect' argument 1 names different: declaration 'sig' definition 'b'.
faumachine/sig/sig_gen_bus.h:198:14: style: Unused variable: s0 [unusedVariable]
faumachine/sig/sig_gen_bus.h:199:14: style: Unused variable: s1 [unusedVariable]
faumachine/sig/sig_gen_bus.c:1579:20: style: The scope of the variable 'from' can be reduced. [variableScope]
faumachine/sig/sig_gen_bus.c:469:9: style: Function 'sig_host775_bus_ior_info' argument 5 names different: declaration 'cf' definition 'cfp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:254:10: note: Function 'sig_host775_bus_ior_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:469:9: note: Function 'sig_host775_bus_ior_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:470:9: style: Function 'sig_host775_bus_ior_info' argument 6 names different: declaration 'cs' definition 'csp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:255:10: note: Function 'sig_host775_bus_ior_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:470:9: note: Function 'sig_host775_bus_ior_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:734:9: style: Function 'sig_host775_bus_iow_info' argument 5 names different: declaration 'cf' definition 'cfp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:259:10: note: Function 'sig_host775_bus_iow_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:734:9: note: Function 'sig_host775_bus_iow_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:735:9: style: Function 'sig_host775_bus_iow_info' argument 6 names different: declaration 'cs' definition 'csp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:260:10: note: Function 'sig_host775_bus_iow_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:735:9: note: Function 'sig_host775_bus_iow_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:469:9: style: Function 'sig_host_bus_ior_info' argument 5 names different: declaration 'cf' definition 'cfp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:254:10: note: Function 'sig_host_bus_ior_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:469:9: note: Function 'sig_host_bus_ior_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:470:9: style: Function 'sig_host_bus_ior_info' argument 6 names different: declaration 'cs' definition 'csp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:255:10: note: Function 'sig_host_bus_ior_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:470:9: note: Function 'sig_host_bus_ior_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:734:9: style: Function 'sig_host_bus_iow_info' argument 5 names different: declaration 'cf' definition 'cfp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:259:10: note: Function 'sig_host_bus_iow_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:734:9: note: Function 'sig_host_bus_iow_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:735:9: style: Function 'sig_host_bus_iow_info' argument 6 names different: declaration 'cs' definition 'csp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:260:10: note: Function 'sig_host_bus_iow_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:735:9: note: Function 'sig_host_bus_iow_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_i2c_bus.c:470:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
faumachine/sig/sig_i2c_bus.c:471:16: style: The scope of the variable 'val' can be reduced. [variableScope]
faumachine/sig/sig_i2c_bus.c:202:27: style: Boolean variable 'last_data' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
faumachine/sig/sig_ide_bus.c:106:10: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
faumachine/sig/sig_ide_bus.c:103:18: note: outer condition: nr<b->nmembers
faumachine/sig/sig_ide_bus.c:106:10: note: opposite inner condition: nr==b->nmembers
faumachine/sig/sig_ide_bus.c:82:8: style: The scope of the variable 'func' can be reduced. [variableScope]
faumachine/sig/sig_ide_bus.c:230:41: style: Function 'sig_ide_bus_destroy' argument 1 names different: declaration 'sig' definition 'b'. [funcArgNamesDifferent]
faumachine/sig/sig_ide_bus.h:70:41: note: Function 'sig_ide_bus_destroy' argument 1 names different: declaration 'sig' definition 'b'.
faumachine/sig/sig_ide_bus.c:230:41: note: Function 'sig_ide_bus_destroy' argument 1 names different: declaration 'sig' definition 'b'.
faumachine/sig/sig_ide_bus.c:239:50: style: Function 'sig_ide_bus_suspend' argument 2 names different: declaration 'fSig' definition 'fp'. [funcArgNamesDifferent]
faumachine/sig/sig_ide_bus.h:73:50: note: Function 'sig_ide_bus_suspend' argument 2 names different: declaration 'fSig' definition 'fp'.
faumachine/sig/sig_ide_bus.c:239:50: note: Function 'sig_ide_bus_suspend' argument 2 names different: declaration 'fSig' definition 'fp'.
faumachine/sig/sig_ide_bus.c:247:49: style: Function 'sig_ide_bus_resume' argument 2 names different: declaration 'fSig' definition 'fp'. [funcArgNamesDifferent]
faumachine/sig/sig_ide_bus.h:75:49: note: Function 'sig_ide_bus_resume' argument 2 names different: declaration 'fSig' definition 'fp'.
faumachine/sig/sig_ide_bus.c:247:49: note: Function 'sig_ide_bus_resume' argument 2 names different: declaration 'fSig' definition 'fp'.
faumachine/sig/sig_isa_dma.c:41:22: style: Function 'sig_isa_dma_ack_in' argument 1 names different: declaration 'd' definition 'b'. [funcArgNamesDifferent]
faumachine/sig/sig_isa_dma.h:48:40: note: Function 'sig_isa_dma_ack_in' argument 1 names different: declaration 'd' definition 'b'.
faumachine/sig/sig_isa_dma.c:41:22: note: Function 'sig_isa_dma_ack_in' argument 1 names different: declaration 'd' definition 'b'.
faumachine/sig/sig_isa_dma.c:68:22: style: Function 'sig_isa_dma_ack_out' argument 1 names different: declaration 'd' definition 'b'. [funcArgNamesDifferent]
faumachine/sig/sig_isa_dma.h:51:41: note: Function 'sig_isa_dma_ack_out' argument 1 names different: declaration 'd' definition 'b'.
faumachine/sig/sig_isa_dma.c:68:22: note: Function 'sig_isa_dma_ack_out' argument 1 names different: declaration 'd' definition 'b'.
faumachine/sig/sig_isa_dma.c:95:22: style: Function 'sig_isa_dma_ack_verify' argument 1 names different: declaration 'd' definition 'b'. [funcArgNamesDifferent]
faumachine/sig/sig_isa_dma.h:54:44: note: Function 'sig_isa_dma_ack_verify' argument 1 names different: declaration 'd' definition 'b'.
faumachine/sig/sig_isa_dma.c:95:22: note: Function 'sig_isa_dma_ack_verify' argument 1 names different: declaration 'd' definition 'b'.
faumachine/sig/sig_isa_dma.c:121:22: style: Function 'sig_isa_dma_ack_inb' argument 1 names different: declaration 'd' definition 'b'. [funcArgNamesDifferent]
faumachine/sig/sig_isa_dma.h:58:41: note: Function 'sig_isa_dma_ack_inb' argument 1 names different: declaration 'd' definition 'b'.
faumachine/sig/sig_isa_dma.c:121:22: note: Function 'sig_isa_dma_ack_inb' argument 1 names different: declaration 'd' definition 'b'.
faumachine/sig/sig_isa_dma.c:148:22: style: Function 'sig_isa_dma_ack_inw' argument 1 names different: declaration 'd' definition 'b'. [funcArgNamesDifferent]
faumachine/sig/sig_isa_dma.h:61:41: note: Function 'sig_isa_dma_ack_inw' argument 1 names different: declaration 'd' definition 'b'.
faumachine/sig/sig_isa_dma.c:148:22: note: Function 'sig_isa_dma_ack_inw' argument 1 names different: declaration 'd' definition 'b'.
faumachine/sig/sig_isa_dma.c:175:22: style: Function 'sig_isa_dma_ack_outb' argument 1 names different: declaration 'd' definition 'b'. [funcArgNamesDifferent]
faumachine/sig/sig_isa_dma.h:64:42: note: Function 'sig_isa_dma_ack_outb' argument 1 names different: declaration 'd' definition 'b'.
faumachine/sig/sig_isa_dma.c:175:22: note: Function 'sig_isa_dma_ack_outb' argument 1 names different: declaration 'd' definition 'b'.
faumachine/sig/sig_isa_dma.c:201:22: style: Function 'sig_isa_dma_ack_outw' argument 1 names different: declaration 'd' definition 'b'. [funcArgNamesDifferent]
faumachine/sig/sig_isa_dma.h:67:42: note: Function 'sig_isa_dma_ack_outw' argument 1 names different: declaration 'd' definition 'b'.
faumachine/sig/sig_isa_dma.c:201:22: note: Function 'sig_isa_dma_ack_outw' argument 1 names different: declaration 'd' definition 'b'.
faumachine/sig/sig_isa_dma.c:227:22: style: Function 'sig_isa_dma_ack_verifyb' argument 1 names different: declaration 'd' definition 'b'. [funcArgNamesDifferent]
faumachine/sig/sig_isa_dma.h:70:45: note: Function 'sig_isa_dma_ack_verifyb' argument 1 names different: declaration 'd' definition 'b'.
faumachine/sig/sig_isa_dma.c:227:22: note: Function 'sig_isa_dma_ack_verifyb' argument 1 names different: declaration 'd' definition 'b'.
faumachine/sig/sig_isa_dma.c:253:22: style: Function 'sig_isa_dma_ack_verifyw' argument 1 names different: declaration 'd' definition 'b'. [funcArgNamesDifferent]
faumachine/sig/sig_isa_dma.h:73:45: note: Function 'sig_isa_dma_ack_verifyw' argument 1 names different: declaration 'd' definition 'b'.
faumachine/sig/sig_isa_dma.c:253:22: note: Function 'sig_isa_dma_ack_verifyw' argument 1 names different: declaration 'd' definition 'b'.
faumachine/sig/sig_magneto_optical.c:100:30: style: Function 'sig_magneto_optical_connect' argument 1 names different: declaration 'sig' definition 'b'. [funcArgNamesDifferent]
faumachine/sig/sig_magneto_optical.h:63:57: note: Function 'sig_magneto_optical_connect' argument 1 names different: declaration 'sig' definition 'b'.
faumachine/sig/sig_magneto_optical.c:100:30: note: Function 'sig_magneto_optical_connect' argument 1 names different: declaration 'sig' definition 'b'.
faumachine/sig/sig_magneto_optical.c:116:30: style: Function 'sig_magneto_optical_disconnect' argument 1 names different: declaration 'sig' definition 'b'. [funcArgNamesDifferent]
faumachine/sig/sig_magneto_optical.h:66:60: note: Function 'sig_magneto_optical_disconnect' argument 1 names different: declaration 'sig' definition 'b'.
faumachine/sig/sig_magneto_optical.c:116:30: note: Function 'sig_magneto_optical_disconnect' argument 1 names different: declaration 'sig' definition 'b'.
faumachine/sig/sig_gen_bus.c:469:9: style: Function 'sig_pci64_bus_ior_info' argument 5 names different: declaration 'cf' definition 'cfp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:254:10: note: Function 'sig_pci64_bus_ior_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:469:9: note: Function 'sig_pci64_bus_ior_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:470:9: style: Function 'sig_pci64_bus_ior_info' argument 6 names different: declaration 'cs' definition 'csp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:255:10: note: Function 'sig_pci64_bus_ior_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:470:9: note: Function 'sig_pci64_bus_ior_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:734:9: style: Function 'sig_pci64_bus_iow_info' argument 5 names different: declaration 'cf' definition 'cfp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:259:10: note: Function 'sig_pci64_bus_iow_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:734:9: note: Function 'sig_pci64_bus_iow_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:735:9: style: Function 'sig_pci64_bus_iow_info' argument 6 names different: declaration 'cs' definition 'csp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:260:10: note: Function 'sig_pci64_bus_iow_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:735:9: note: Function 'sig_pci64_bus_iow_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:469:9: style: Function 'sig_pci_bus_ior_info' argument 5 names different: declaration 'cf' definition 'cfp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:254:10: note: Function 'sig_pci_bus_ior_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:469:9: note: Function 'sig_pci_bus_ior_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:470:9: style: Function 'sig_pci_bus_ior_info' argument 6 names different: declaration 'cs' definition 'csp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:255:10: note: Function 'sig_pci_bus_ior_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:470:9: note: Function 'sig_pci_bus_ior_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:734:9: style: Function 'sig_pci_bus_iow_info' argument 5 names different: declaration 'cf' definition 'cfp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:259:10: note: Function 'sig_pci_bus_iow_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:734:9: note: Function 'sig_pci_bus_iow_info' argument 5 names different: declaration 'cf' definition 'cfp'.
faumachine/sig/sig_gen_bus.c:735:9: style: Function 'sig_pci_bus_iow_info' argument 6 names different: declaration 'cs' definition 'csp'. [funcArgNamesDifferent]
faumachine/sig/sig_gen_bus.h:260:10: note: Function 'sig_pci_bus_iow_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_gen_bus.c:735:9: note: Function 'sig_pci_bus_iow_info' argument 6 names different: declaration 'cs' definition 'csp'.
faumachine/sig/sig_sata_bus.c:106:10: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
faumachine/sig/sig_sata_bus.c:103:18: note: outer condition: nr<b->nmembers
faumachine/sig/sig_sata_bus.c:106:10: note: opposite inner condition: nr==b->nmembers
faumachine/sig/sig_sata_bus.c:82:8: style: The scope of the variable 'func' can be reduced. [variableScope]
faumachine/sig/sig_sata_bus.c:453:43: style: Function 'sig_sata_bus_destroy' argument 1 names different: declaration 'sig' definition 'b'. [funcArgNamesDifferent]
faumachine/sig/sig_sata_bus.h:125:43: note: Function 'sig_sata_bus_destroy' argument 1 names different: declaration 'sig' definition 'b'.
faumachine/sig/sig_sata_bus.c:453:43: note: Function 'sig_sata_bus_destroy' argument 1 names different: declaration 'sig' definition 'b'.
faumachine/sig/sig_sata_bus.c:462:52: style: Function 'sig_sata_bus_suspend' argument 2 names different: declaration 'fSig' definition 'fp'. [funcArgNamesDifferent]
faumachine/sig/sig_sata_bus.h:128:52: note: Function 'sig_sata_bus_suspend' argument 2 names different: declaration 'fSig' definition 'fp'.
faumachine/sig/sig_sata_bus.c:462:52: note: Function 'sig_sata_bus_suspend' argument 2 names different: declaration 'fSig' definition 'fp'.
faumachine/sig/sig_sata_bus.c:470:51: style: Function 'sig_sata_bus_resume' argument 2 names different: declaration 'fSig' definition 'fp'. [funcArgNamesDifferent]
faumachine/sig/sig_sata_bus.h:130:51: note: Function 'sig_sata_bus_resume' argument 2 names different: declaration 'fSig' definition 'fp'.
faumachine/sig/sig_sata_bus.c:470:51: note: Function 'sig_sata_bus_resume' argument 2 names different: declaration 'fSig' definition 'fp'.
faumachine/sig/sig_shugart_bus.c:40:17: style: Function 'sig_shugart_bus_writedata' argument 3 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
faumachine/sig/sig_shugart_bus.h:48:18: note: Function 'sig_shugart_bus_writedata' argument 3 names different: declaration 'data' definition 'buf'.
faumachine/sig/sig_shugart_bus.c:40:17: note: Function 'sig_shugart_bus_writedata' argument 3 names different: declaration 'data' definition 'buf'.
faumachine/sig/sig_sound.c:197:37: style: Function 'sig_sound_destroy' argument 1 names different: declaration 'sig' definition 'b'. [funcArgNamesDifferent]
faumachine/sig/sig_sound.h:76:37: note: Function 'sig_sound_destroy' argument 1 names different: declaration 'sig' definition 'b'.
faumachine/sig/sig_sound.c:197:37: note: Function 'sig_sound_destroy' argument 1 names different: declaration 'sig' definition 'b'.
faumachine/sig/sig_sound.c:206:46: style: Function 'sig_sound_suspend' argument 2 names different: declaration 'fSig' definition 'fp'. [funcArgNamesDifferent]
faumachine/sig/sig_sound.h:79:46: note: Function 'sig_sound_suspend' argument 2 names different: declaration 'fSig' definition 'fp'.
faumachine/sig/sig_sound.c:206:46: note: Function 'sig_sound_suspend' argument 2 names different: declaration 'fSig' definition 'fp'.
faumachine/sig/sig_sound.c:212:45: style: Function 'sig_sound_resume' argument 2 names different: declaration 'fSig' definition 'fp'. [funcArgNamesDifferent]
faumachine/sig/sig_sound.h:81:45: note: Function 'sig_sound_resume' argument 2 names different: declaration 'fSig' definition 'fp'.
faumachine/sig/sig_sound.c:212:45: note: Function 'sig_sound_resume' argument 2 names different: declaration 'fSig' definition 'fp'.
faumachine/sig/sig_std_logic.c:361:45: style: Function 'sig_std_logic_destroy' argument 1 names different: declaration 'sig' definition 'b'. [funcArgNamesDifferent]
faumachine/sig/sig_std_logic.h:93:45: note: Function 'sig_std_logic_destroy' argument 1 names different: declaration 'sig' definition 'b'.
faumachine/sig/sig_std_logic.c:361:45: note: Function 'sig_std_logic_destroy' argument 1 names different: declaration 'sig' definition 'b'.
faumachine/sig/sig_std_logic.c:370:54: style: Function 'sig_std_logic_suspend' argument 2 names different: declaration 'fp' definition 'fSig'. [funcArgNamesDifferent]
faumachine/sig/sig_std_logic.h:96:54: note: Function 'sig_std_logic_suspend' argument 2 names different: declaration 'fp' definition 'fSig'.
faumachine/sig/sig_std_logic.c:370:54: note: Function 'sig_std_logic_suspend' argument 2 names different: declaration 'fp' definition 'fSig'.
faumachine/sig/sig_std_logic.c:378:53: style: Function 'sig_std_logic_resume' argument 2 names different: declaration 'fp' definition 'fSig'. [funcArgNamesDifferent]
faumachine/sig/sig_std_logic.h:98:53: note: Function 'sig_std_logic_resume' argument 2 names different: declaration 'fp' definition 'fSig'.
faumachine/sig/sig_std_logic.c:378:53: note: Function 'sig_std_logic_resume' argument 2 names different: declaration 'fp' definition 'fSig'.
faumachine/sig/sig_video.c:55:20: warning: Function 'sig_video_out' argument order different: declaration 'v, s, r, g, b' definition 'b, s, red, green, blue' [funcArgOrderDifferent]
faumachine/sig/sig_video.h:42:33: note: Function 'sig_video_out' argument order different: declaration 'v, s, r, g, b' definition 'b, s, red, green, blue'
faumachine/sig/sig_video.c:55:20: note: Function 'sig_video_out' argument order different: declaration 'v, s, r, g, b' definition 'b, s, red, green, blue'
faumachine/sim/system.c:3817:9: style: The scope of the variable 'read_chars' can be reduced. [variableScope]
faumachine/sim/system.c:3907:9: style: The scope of the variable 'read_chars' can be reduced. [variableScope]
faumachine/sim/system.c:3944:12: style: The scope of the variable 'writecheck' can be reduced. [variableScope]
faumachine/sim/system.c:3964:12: style: The scope of the variable 'readcheck' can be reduced. [variableScope]
faumachine/sim/system.c:368:30: style: Function 'system_sig_info' argument 1 names different: declaration 'sigid' definition 'sig_id'. [funcArgNamesDifferent]
faumachine/sim/system.h:59:30: note: Function 'system_sig_info' argument 1 names different: declaration 'sigid' definition 'sig_id'.
faumachine/sim/system.c:368:30: note: Function 'system_sig_info' argument 1 names different: declaration 'sigid' definition 'sig_id'.
faumachine/sim/system.c:453:17: style: Function 'system_comp_generic_set' argument 1 names different: declaration 'comp' definition 'comp_id'. [funcArgNamesDifferent]
faumachine/sim/system.h:84:38: note: Function 'system_comp_generic_set' argument 1 names different: declaration 'comp' definition 'comp_id'.
faumachine/sim/system.c:453:17: note: Function 'system_comp_generic_set' argument 1 names different: declaration 'comp' definition 'comp_id'.
faumachine/sim/system.c:454:16: style: Function 'system_comp_generic_set' argument 2 names different: declaration 'type' definition 't'. [funcArgNamesDifferent]
faumachine/sim/system.h:85:15: note: Function 'system_comp_generic_set' argument 2 names different: declaration 'type' definition 't'.
faumachine/sim/system.c:454:16: note: Function 'system_comp_generic_set' argument 2 names different: declaration 'type' definition 't'.
faumachine/sim/system.c:455:16: style: Function 'system_comp_generic_set' argument 3 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
faumachine/sim/system.h:85:33: note: Function 'system_comp_generic_set' argument 3 names different: declaration 'name' definition 'n'.
faumachine/sim/system.c:455:16: note: Function 'system_comp_generic_set' argument 3 names different: declaration 'name' definition 'n'.
faumachine/sim/system.c:456:16: style: Function 'system_comp_generic_set' argument 4 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
faumachine/sim/system.h:85:51: note: Function 'system_comp_generic_set' argument 4 names different: declaration 'value' definition 'v'.
faumachine/sim/system.c:456:16: note: Function 'system_comp_generic_set' argument 4 names different: declaration 'value' definition 'v'.
faumachine/sim/system.c:503:18: style: Function 'system_comp_port_connect' argument 1 names different: declaration 'comp' definition 'comp_id'. [funcArgNamesDifferent]
faumachine/sim/system.h:87:39: note: Function 'system_comp_port_connect' argument 1 names different: declaration 'comp' definition 'comp_id'.
faumachine/sim/system.c:503:18: note: Function 'system_comp_port_connect' argument 1 names different: declaration 'comp' definition 'comp_id'.
faumachine/sim/system.c:505:18: style: Function 'system_comp_port_connect' argument 3 names different: declaration 'sig' definition 'sig_id'. [funcArgNamesDifferent]
faumachine/sim/system.h:87:76: note: Function 'system_comp_port_connect' argument 3 names different: declaration 'sig' definition 'sig_id'.
faumachine/sim/system.c:505:18: note: Function 'system_comp_port_connect' argument 3 names different: declaration 'sig' definition 'sig_id'.
faumachine/sim/system.c:618:31: style: Function 'system_comp_init' argument 1 names different: declaration 'comp' definition 'comp_id'. [funcArgNamesDifferent]
faumachine/sim/system.h:89:31: note: Function 'system_comp_init' argument 1 names different: declaration 'comp' definition 'comp_id'.
faumachine/sim/system.c:618:31: note: Function 'system_comp_init' argument 1 names different: declaration 'comp' definition 'comp_id'.
faumachine/sim/system.c:3117:31: style: Function 'system_comp_exit' argument 1 names different: declaration 'comp' definition 'comp_id'. [funcArgNamesDifferent]
faumachine/sim/system.h:91:31: note: Function 'system_comp_exit' argument 1 names different: declaration 'comp' definition 'comp_id'.
faumachine/sim/system.c:3117:31: note: Function 'system_comp_exit' argument 1 names different: declaration 'comp' definition 'comp_id'.
faumachine/sim/system.c:3143:34: style: Function 'system_comp_destroy' argument 1 names different: declaration 'comp' definition 'comp_id'. [funcArgNamesDifferent]
faumachine/sim/system.h:93:34: note: Function 'system_comp_destroy' argument 1 names different: declaration 'comp' definition 'comp_id'.
faumachine/sim/system.c:3143:34: note: Function 'system_comp_destroy' argument 1 names different: declaration 'comp' definition 'comp_id'.
faumachine/sim/system.c:3192:17: style: Function 'system_comp_info' argument 1 names different: declaration 'compid' definition 'comp_id'. [funcArgNamesDifferent]
faumachine/sim/system.h:96:31: note: Function 'system_comp_info' argument 1 names different: declaration 'compid' definition 'comp_id'.
faumachine/sim/system.c:3192:17: note: Function 'system_comp_info' argument 1 names different: declaration 'compid' definition 'comp_id'.
faumachine/sim/system.c:3227:18: style: Function 'system_comp_generic_info' argument 1 names different: declaration 'compid' definition 'comp_id'. [funcArgNamesDifferent]
faumachine/sim/system.h:99:39: note: Function 'system_comp_generic_info' argument 1 names different: declaration 'compid' definition 'comp_id'.
faumachine/sim/system.c:3227:18: note: Function 'system_comp_generic_info' argument 1 names different: declaration 'compid' definition 'comp_id'.
faumachine/sim/system.c:3228:18: style: Function 'system_comp_generic_info' argument 2 names different: declaration 'genericid' definition 'generic_id'. [funcArgNamesDifferent]
faumachine/sim/system.h:99:60: note: Function 'system_comp_generic_info' argument 2 names different: declaration 'genericid' definition 'generic_id'.
faumachine/sim/system.c:3228:18: note: Function 'system_comp_generic_info' argument 2 names different: declaration 'genericid' definition 'generic_id'.
faumachine/sim/system.c:3230:11: style: Function 'system_comp_generic_info' argument 4 names different: declaration 'generic' definition 'name'. [funcArgNamesDifferent]
faumachine/sim/system.h:100:21: note: Function 'system_comp_generic_info' argument 4 names different: declaration 'generic' definition 'name'.
faumachine/sim/system.c:3230:11: note: Function 'system_comp_generic_info' argument 4 names different: declaration 'generic' definition 'name'.
faumachine/sim/system.c:3260:22: style: Function 'system_comp_port_info' argument 1 names different: declaration 'compid' definition 'comp_id'. [funcArgNamesDifferent]
faumachine/sim/system.h:102:36: note: Function 'system_comp_port_info' argument 1 names different: declaration 'compid' definition 'comp_id'.
faumachine/sim/system.c:3260:22: note: Function 'system_comp_port_info' argument 1 names different: declaration 'compid' definition 'comp_id'.
faumachine/sim/system.c:3261:22: style: Function 'system_comp_port_info' argument 2 names different: declaration 'portid' definition 'port_id'. [funcArgNamesDifferent]
faumachine/sim/system.h:102:57: note: Function 'system_comp_port_info' argument 2 names different: declaration 'portid' definition 'port_id'.
faumachine/sim/system.c:3261:22: note: Function 'system_comp_port_info' argument 2 names different: declaration 'portid' definition 'port_id'.
faumachine/sim/system.c:3301:17: style: Function 'system_arch_generic_set' argument 1 names different: declaration 'arch' definition 'id'. [funcArgNamesDifferent]
faumachine/sim/system.h:128:38: note: Function 'system_arch_generic_set' argument 1 names different: declaration 'arch' definition 'id'.
faumachine/sim/system.c:3301:17: note: Function 'system_arch_generic_set' argument 1 names different: declaration 'arch' definition 'id'.
faumachine/sim/system.c:3302:16: style: Function 'system_arch_generic_set' argument 2 names different: declaration 'type' definition 't'. [funcArgNamesDifferent]
faumachine/sim/system.h:129:15: note: Function 'system_arch_generic_set' argument 2 names different: declaration 'type' definition 't'.
faumachine/sim/system.c:3302:16: note: Function 'system_arch_generic_set' argument 2 names different: declaration 'type' definition 't'.
faumachine/sim/system.c:3303:16: style: Function 'system_arch_generic_set' argument 3 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
faumachine/sim/system.h:129:33: note: Function 'system_arch_generic_set' argument 3 names different: declaration 'name' definition 'n'.
faumachine/sim/system.c:3303:16: note: Function 'system_arch_generic_set' argument 3 names different: declaration 'name' definition 'n'.
faumachine/sim/system.c:3304:16: style: Function 'system_arch_generic_set' argument 4 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
faumachine/sim/system.h:129:51: note: Function 'system_arch_generic_set' argument 4 names different: declaration 'value' definition 'v'.
faumachine/sim/system.c:3304:16: note: Function 'system_arch_generic_set' argument 4 names different: declaration 'value' definition 'v'.
faumachine/sim/system.c:3312:18: style: Function 'system_arch_port_connect' argument 1 names different: declaration 'arch' definition 'arch_id'. [funcArgNamesDifferent]
faumachine/sim/system.h:131:39: note: Function 'system_arch_port_connect' argument 1 names different: declaration 'arch' definition 'arch_id'.
faumachine/sim/system.c:3312:18: note: Function 'system_arch_port_connect' argument 1 names different: declaration 'arch' definition 'arch_id'.
faumachine/sim/system.c:3314:18: style: Function 'system_arch_port_connect' argument 3 names different: declaration 'sig' definition 'sig_id'. [funcArgNamesDifferent]
faumachine/sim/system.h:131:76: note: Function 'system_arch_port_connect' argument 3 names different: declaration 'sig' definition 'sig_id'.
faumachine/sim/system.c:3314:18: note: Function 'system_arch_port_connect' argument 3 names different: declaration 'sig' definition 'sig_id'.
faumachine/sim/system.c:3321:31: style: Function 'system_arch_init' argument 1 names different: declaration 'arch' definition 'id'. [funcArgNamesDifferent]
faumachine/sim/system.h:133:31: note: Function 'system_arch_init' argument 1 names different: declaration 'arch' definition 'id'.
faumachine/sim/system.c:3321:31: note: Function 'system_arch_init' argument 1 names different: declaration 'arch' definition 'id'.
faumachine/sim/system.c:3327:31: style: Function 'system_arch_exit' argument 1 names different: declaration 'arch' definition 'id'. [funcArgNamesDifferent]
faumachine/sim/system.h:135:31: note: Function 'system_arch_exit' argument 1 names different: declaration 'arch' definition 'id'.
faumachine/sim/system.c:3327:31: note: Function 'system_arch_exit' argument 1 names different: declaration 'arch' definition 'id'.
faumachine/sim/system.c:3333:34: style: Function 'system_arch_destroy' argument 1 names different: declaration 'arch' definition 'id'. [funcArgNamesDifferent]
faumachine/sim/system.h:137:34: note: Function 'system_arch_destroy' argument 1 names different: declaration 'arch' definition 'id'.
faumachine/sim/system.c:3333:34: note: Function 'system_arch_destroy' argument 1 names different: declaration 'arch' definition 'id'.
faumachine/sim/system.c:3339:34: style: Function 'system_comp_connect' argument 1 names different: declaration 'comp' definition 'comp_id'. [funcArgNamesDifferent]
faumachine/sim/system.h:140:34: note: Function 'system_comp_connect' argument 1 names different: declaration 'comp' definition 'comp_id'.
faumachine/sim/system.c:3339:34: note: Function 'system_comp_connect' argument 1 names different: declaration 'comp' definition 'comp_id'.
faumachine/sim/system.c:3339:74: style: Function 'system_comp_connect' argument 3 names different: declaration 'sig' definition 'sig_id'. [funcArgNamesDifferent]
faumachine/sim/system.h:140:71: note: Function 'system_comp_connect' argument 3 names different: declaration 'sig' definition 'sig_id'.
faumachine/sim/system.c:3339:74: note: Function 'system_comp_connect' argument 3 names different: declaration 'sig' definition 'sig_id'.
faumachine/sim/system.c:3358:37: style: Function 'system_comp_disconnect' argument 1 names different: declaration 'comp' definition 'comp_id'. [funcArgNamesDifferent]
faumachine/sim/system.h:142:37: note: Function 'system_comp_disconnect' argument 1 names different: declaration 'comp' definition 'comp_id'.
faumachine/sim/system.c:3358:37: note: Function 'system_comp_disconnect' argument 1 names different: declaration 'comp' definition 'comp_id'.
faumachine/sim/system.c:4037:2: error: Resource leak: fSig [resourceLeak]
faumachine/sim/system.c:4037:2: error: Resource leak: fConn [resourceLeak]
faumachine/sim/system.c:4037:2: error: Resource leak: fSched [resourceLeak]
faumachine/sim/system.c:4041:2: error: Resource leak: fComp [resourceLeak]
faumachine/sim/system.c:4041:2: error: Resource leak: fConn [resourceLeak]
faumachine/sim/system.c:4041:2: error: Resource leak: fSched [resourceLeak]
faumachine/sim/system.c:4045:2: error: Resource leak: fComp [resourceLeak]
faumachine/sim/system.c:4045:2: error: Resource leak: fSig [resourceLeak]
faumachine/sim/system.c:4045:2: error: Resource leak: fSched [resourceLeak]
faumachine/sim/system.c:4049:2: error: Resource leak: fComp [resourceLeak]
faumachine/sim/system.c:4049:2: error: Resource leak: fSig [resourceLeak]
faumachine/sim/system.c:4049:2: error: Resource leak: fConn [resourceLeak]
faumachine/sim/system.c:4078:2: error: Resource leak: fSig [resourceLeak]
faumachine/sim/system.c:4078:2: error: Resource leak: fConn [resourceLeak]
faumachine/sim/system.c:4078:2: error: Resource leak: fSched [resourceLeak]
faumachine/sim/system.c:4083:2: error: Resource leak: fComp [resourceLeak]
faumachine/sim/system.c:4083:2: error: Resource leak: fConn [resourceLeak]
faumachine/sim/system.c:4083:2: error: Resource leak: fSched [resourceLeak]
faumachine/sim/system.c:4087:2: error: Resource leak: fComp [resourceLeak]
faumachine/sim/system.c:4087:2: error: Resource leak: fSig [resourceLeak]
faumachine/sim/system.c:4087:2: error: Resource leak: fSched [resourceLeak]
faumachine/sim/system.c:4092:2: error: Resource leak: fComp [resourceLeak]
faumachine/sim/system.c:4092:2: error: Resource leak: fSig [resourceLeak]
faumachine/sim/system.c:4092:2: error: Resource leak: fConn [resourceLeak]
[21:40]
ftp://ftp.se.debian.org/debian/pool/main/f/faust/faust_0.9.95~repack1.orig.tar.gz
faust-0.9.95/architecture/AU/AUPublic/AUBase/AUBase.h:57:0: error: #error Unsupported Operating System [preprocessorErrorDirective]
faust-0.9.95/architecture/AU/AUPublic/AUBase/ComponentBase.h:230:5: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/AU/AUPublic/AUBase/ComponentBase.cpp:104:42: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/AU/AUPublic/AUBase/ComponentBase.cpp:111:10: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/AU/AUPublic/AUBase/ComponentBase.cpp:119:7: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/AU/AUPublic/AUBase/ComponentBase.cpp:120:4: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/AU/AUPublic/AUBase/ComponentBase.cpp:121:6: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/AU/AUPublic/AUBase/ComponentBase.cpp:213:1: style: Label 'home' is not used. [unusedLabel]
faust-0.9.95/architecture/AU/AUPublic/AUBase/ComponentBase.h:265:25: style: Unused variable: lock [unusedVariable]
faust-0.9.95/architecture/AU/AUPublic/AUBase/ComponentBase.cpp:101:23: style: Unused variable: lock [unusedVariable]
faust-0.9.95/architecture/AU/AUPublic/AUBase/ComponentBase.h:168:1: style: The class 'ComponentInitLocker' does not have a constructor although it has private member variables. [noConstructor]
faust-0.9.95/architecture/AU/AUPublic/AUBase/ComponentBase.h:117:5: style: Class 'ComponentBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/AU/AUPublic/AUBase/ComponentBase.h:277:3: style: Exception should be caught by reference. [catchExceptionByValue]
faust-0.9.95/architecture/AU/AUPublic/AUBase/ComponentBase.cpp:109:2: style: Exception should be caught by reference. [catchExceptionByValue]
faust-0.9.95/architecture/AU/AUPublic/AUBase/ComponentBase.cpp:125:2: style: Exception should be caught by reference. [catchExceptionByValue]
faust-0.9.95/architecture/AU/AUPublic/AUEffectBase/AUEffectBase.cpp:316:42: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/AU/AUPublic/AUEffectBase/AUEffectBase.cpp:360:2: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
faust-0.9.95/architecture/AU/AUPublic/AUEffectBase/AUEffectBase.cpp:358:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
faust-0.9.95/architecture/AU/AUPublic/AUEffectBase/AUEffectBase.cpp:360:2: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
faust-0.9.95/architecture/AU/AUPublic/AUEffectBase/AUEffectBase.cpp:353:24: style: Function 'Render' argument 3 names different: declaration 'inNumberFrames' definition 'nFrames'. [funcArgNamesDifferent]
faust-0.9.95/architecture/AU/AUPublic/AUEffectBase/AUEffectBase.h:112:24: note: Function 'Render' argument 3 names different: declaration 'inNumberFrames' definition 'nFrames'.
faust-0.9.95/architecture/AU/AUPublic/AUEffectBase/AUEffectBase.cpp:353:24: note: Function 'Render' argument 3 names different: declaration 'inNumberFrames' definition 'nFrames'.
faust-0.9.95/architecture/AU/AUPublic/AUEffectBase/AUEffectBase.h:327:14: style: Technically the member function 'AUKernelBase::GetChannelNum' can be const. [functionConst]
faust-0.9.95/architecture/AU/AUPublic/AUEffectBase/AUEffectBase.h:71:18: warning: Virtual function 'Cleanup' is called from destructor '~AUEffectBase()' at line 78. Dynamic binding is not used. [virtualCallInConstructor]
faust-0.9.95/architecture/AU/AUPublic/AUEffectBase/AUEffectBase.cpp:78:2: note: Calling Cleanup
faust-0.9.95/architecture/AU/AUPublic/AUEffectBase/AUEffectBase.h:71:18: note: Cleanup is a virtual method
faust-0.9.95/architecture/AU/AUPublic/AUEffectBase/AUEffectBase.h:284:9: style: Class 'AUKernelBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:66:47: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.cpp:213:31: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.cpp:299:30: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.cpp:687:31: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.cpp:91:86: style: Function 'CreateElement' argument 2 names different: declaration 'inElement' definition 'element'. [funcArgNamesDifferent]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:90:35: note: Function 'CreateElement' argument 2 names different: declaration 'inElement' definition 'element'.
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.cpp:91:86: note: Function 'CreateElement' argument 2 names different: declaration 'inElement' definition 'element'.
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.cpp:116:105: style: Function 'SetNotes' argument 4 names different: declaration 'inNoteSize' definition 'inNoteDataSize'. [funcArgNamesDifferent]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:175:90: note: Function 'SetNotes' argument 4 names different: declaration 'inNoteSize' definition 'inNoteDataSize'.
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.cpp:116:105: note: Function 'SetNotes' argument 4 names different: declaration 'inNoteSize' definition 'inNoteDataSize'.
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthEvent.h:76:2: warning: Member variable 'SynthEvent::mNoteParams' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/LockFreeFIFO.h:130:3: performance: Variable 'mMask' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/LockFreeFIFO.h:59:0: performance: Variable 'mMask' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/LockFreeFIFO.h:129:3: style: Class 'LockFreeFIFO' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/LockFreeFIFO.h:129:3: style: Class 'LockFreeFIFO' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/LockFreeFIFO.h:58:0: style: Class 'LockFreeFIFOWithFree < SynthEvent >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/LockFreeFIFO.h:58:0: style: Class 'LockFreeFIFOWithFree < SynthEvent >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.h:66:9: style: Class 'AUMIDIBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/LockFreeFIFO.h:125:2: style: Class 'LockFreeFIFO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/LockFreeFIFO.h:54:0: style: Class 'LockFreeFIFOWithFree < SynthEvent >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/MusicDeviceBase.h:66:19: style: The function 'MIDIEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.h:71:19: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/MusicDeviceBase.h:66:19: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/MusicDeviceBase.h:75:19: style: The function 'SysEx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.h:86:19: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/MusicDeviceBase.h:75:19: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/MusicDeviceBase.h:102:21: style: The function 'HandleNoteOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.h:135:19: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/MusicDeviceBase.h:102:21: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/MusicDeviceBase.h:108:21: style: The function 'HandleNoteOff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.h:141:19: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/MusicDeviceBase.h:108:21: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:78:15: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/MIDIControlHandler.h:58:15: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:78:15: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:79:15: style: The function 'SetProgramChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/MIDIControlHandler.h:59:15: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:79:15: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:80:15: style: The function 'SetPitchWheel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/MIDIControlHandler.h:60:15: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:80:15: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:85:15: style: The function 'SetChannelPressure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/MIDIControlHandler.h:61:15: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:85:15: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:86:15: style: The function 'SetPolyPressure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/MIDIControlHandler.h:62:15: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:86:15: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:90:15: style: The function 'SetController' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/MIDIControlHandler.h:63:15: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:90:15: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:97:15: style: The function 'SetSysex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/MIDIControlHandler.h:64:15: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:97:15: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:99:16: style: The function 'GetPitchBend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/MIDIControlHandler.h:66:16: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:99:16: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:129:19: style: The function 'HandleControlChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.h:147:19: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:129:19: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:134:19: style: The function 'HandlePitchWheel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.h:153:19: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:134:19: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:139:19: style: The function 'HandleChannelPressure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.h:159:19: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:139:19: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:143:19: style: The function 'HandleProgramChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.h:164:19: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:143:19: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:146:19: style: The function 'HandlePolyPressure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.h:168:19: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:146:19: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:151:19: style: The function 'HandleResetAllControllers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.h:174:19: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:151:19: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:153:19: style: The function 'HandleAllNotesOff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.h:177:19: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:153:19: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:155:19: style: The function 'HandleAllSoundOff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.h:180:19: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:155:19: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:224:21: style: The function 'RealTimeStartNote' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:120:21: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:224:21: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:243:21: style: The function 'GetPropertyInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/MusicDeviceBase.h:82:21: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:243:21: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:249:21: style: The function 'GetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/MusicDeviceBase.h:89:21: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:249:21: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:254:21: style: The function 'SetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/MusicDeviceBase.h:95:21: note: Virtual function in base class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUInstrumentBase.h:254:21: note: Function in derived class
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.cpp:347:45: style: Function 'HandleMidiEvent' argument 1 names different: declaration 'inStatus' definition 'status'. [funcArgNamesDifferent]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.h:114:44: note: Function 'HandleMidiEvent' argument 1 names different: declaration 'inStatus' definition 'status'.
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.cpp:347:45: note: Function 'HandleMidiEvent' argument 1 names different: declaration 'inStatus' definition 'status'.
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.cpp:347:59: style: Function 'HandleMidiEvent' argument 2 names different: declaration 'inChannel' definition 'channel'. [funcArgNamesDifferent]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.h:115:20: note: Function 'HandleMidiEvent' argument 2 names different: declaration 'inChannel' definition 'channel'.
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.cpp:347:59: note: Function 'HandleMidiEvent' argument 2 names different: declaration 'inChannel' definition 'channel'.
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.cpp:347:74: style: Function 'HandleMidiEvent' argument 3 names different: declaration 'inData1' definition 'data1'. [funcArgNamesDifferent]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.h:116:20: note: Function 'HandleMidiEvent' argument 3 names different: declaration 'inData1' definition 'data1'.
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.cpp:347:74: note: Function 'HandleMidiEvent' argument 3 names different: declaration 'inData1' definition 'data1'.
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.cpp:347:87: style: Function 'HandleMidiEvent' argument 4 names different: declaration 'inData2' definition 'data2'. [funcArgNamesDifferent]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.h:117:20: note: Function 'HandleMidiEvent' argument 4 names different: declaration 'inData2' definition 'data2'.
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/AUMIDIBase.cpp:347:87: note: Function 'HandleMidiEvent' argument 4 names different: declaration 'inData2' definition 'data2'.
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.cpp:178:65: style: Function 'NoteOff' argument 2 names different: declaration 'inOffsetSampleFrame' definition 'inFrame'. [funcArgNamesDifferent]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:152:57: note: Function 'NoteOff' argument 2 names different: declaration 'inOffsetSampleFrame' definition 'inFrame'.
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.cpp:178:65: note: Function 'NoteOff' argument 2 names different: declaration 'inOffsetSampleFrame' definition 'inFrame'.
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.cpp:239:47: style: Function 'ChannelMessage' argument 1 names different: declaration 'controlID' definition 'controllerID'. [funcArgNamesDifferent]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:161:39: note: Function 'ChannelMessage' argument 1 names different: declaration 'controlID' definition 'controllerID'.
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.cpp:239:47: note: Function 'ChannelMessage' argument 1 names different: declaration 'controlID' definition 'controllerID'.
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.cpp:239:68: style: Function 'ChannelMessage' argument 2 names different: declaration 'controlValue' definition 'inValue'. [funcArgNamesDifferent]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:161:57: note: Function 'ChannelMessage' argument 2 names different: declaration 'controlValue' definition 'inValue'.
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.cpp:239:68: note: Function 'ChannelMessage' argument 2 names different: declaration 'controlValue' definition 'inValue'.
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:132:7: style: Unused private function: 'MidiControls::SetHiResControl' [unusedPrivateFunction]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:78:15: warning: Virtual function 'Reset' is called from constructor 'MidiControls()' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.cpp:59:2: note: Calling Reset
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthElement.h:78:15: note: Reset is a virtual method
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthNote.cpp:119:9: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthNote.h:157:13: performance: Technically the member function 'SynthNote::TuningA' can be static. [functionStatic]
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthNote.cpp:102:19: note: Technically the member function 'SynthNote::TuningA' can be static.
faust-0.9.95/architecture/AU/AUPublic/AUInstrumentBase/SynthNote.h:157:13: note: Technically the member function 'SynthNote::TuningA' can be static.
faust-0.9.95/architecture/AU/AUPublic/Utility/AUBaseHelper.cpp:73:78: style: Function 'FindInvalidSamples' argument 3 names different: declaration 'hasNonZero' definition 'outHasNonZero'. [funcArgNamesDifferent]
faust-0.9.95/architecture/AU/AUPublic/Utility/AUBaseHelper.h:61:78: note: Function 'FindInvalidSamples' argument 3 names different: declaration 'hasNonZero' definition 'outHasNonZero'.
faust-0.9.95/architecture/AU/AUPublic/Utility/AUBaseHelper.cpp:73:78: note: Function 'FindInvalidSamples' argument 3 names different: declaration 'hasNonZero' definition 'outHasNonZero'.
faust-0.9.95/architecture/AU/AUPublic/Utility/AUBuffer.h:163:2: warning: Member variable 'AUBufferList::mPtrState' is not initialized in the constructor. [uninitMemberVarPrivate]
faust-0.9.95/architecture/AU/AUPublic/Utility/AUBuffer.h:163:2: warning: Member variable 'AUBufferList::mExternalMemory' is not initialized in the constructor. [uninitMemberVarPrivate]
faust-0.9.95/architecture/AU/AUPublic/Utility/AUBuffer.h:163:2: warning: Member variable 'AUBufferList::mPtrs' is not initialized in the constructor. [uninitMemberVarPrivate]
faust-0.9.95/architecture/AU/AUPublic/Utility/AUBuffer.h:163:2: warning: Member variable 'AUBufferList::mMemory' is not initialized in the constructor. [uninitMemberVarPrivate]
faust-0.9.95/architecture/AU/AUPublic/Utility/AUBuffer.h:163:2: warning: Member variable 'AUBufferList::mAllocatedStreams' is not initialized in the constructor. [uninitMemberVarPrivate]
faust-0.9.95/architecture/AU/AUPublic/Utility/AUBuffer.h:163:2: warning: Member variable 'AUBufferList::mAllocatedFrames' is not initialized in the constructor. [uninitMemberVarPrivate]
faust-0.9.95/architecture/AU/AUPublic/Utility/AUBuffer.h:163:2: warning: Member variable 'AUBufferList::mAllocatedBytes' is not initialized in the constructor. [uninitMemberVarPrivate]
faust-0.9.95/architecture/AU/AUPublic/Utility/AUBuffer.h:70:1: warning: The class 'AUBufferList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
faust-0.9.95/architecture/AU/PublicUtility/CAAutoDisposer.h:225:2: style: Class 'CAAutoFree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/AU/PublicUtility/CAAutoDisposer.h:326:2: style: Class 'CAAutoDelete' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/AU/PublicUtility/CAAutoDisposer.h:363:2: style: Class 'CAAutoArrayDelete' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/AU/PublicUtility/CAAutoDisposer.h:436:2: style: Class 'CAAutoArrayDelete' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/AU/PublicUtility/CAAudioChannelLayout.h:104:9: style: Class 'CAAudioChannelLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/AU/PublicUtility/CAAudioChannelLayout.h:106:9: style: Class 'CAAudioChannelLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/AU/PublicUtility/CAAudioChannelLayout.h:144:3: style: Class 'RefCountedLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/AU/PublicUtility/CABufferList.cpp:77:77: style: Function 'AllocateBuffersAndCopyFrom' argument 2 names different: declaration 'inCopyFromList' definition 'inSrcList'. [funcArgNamesDifferent]
faust-0.9.95/architecture/AU/PublicUtility/CABufferList.h:263:64: note: Function 'AllocateBuffersAndCopyFrom' argument 2 names different: declaration 'inCopyFromList' definition 'inSrcList'.
faust-0.9.95/architecture/AU/PublicUtility/CABufferList.cpp:77:77: note: Function 'AllocateBuffersAndCopyFrom' argument 2 names different: declaration 'inCopyFromList' definition 'inSrcList'.
faust-0.9.95/architecture/AU/PublicUtility/CABufferList.cpp:191:110: style: Function 'CAShowAudioBufferList' argument 3 names different: declaration 'fmt' definition 'asbd'. [funcArgNamesDifferent]
faust-0.9.95/architecture/AU/PublicUtility/CABufferList.h:54:110: note: Function 'CAShowAudioBufferList' argument 3 names different: declaration 'fmt' definition 'asbd'.
faust-0.9.95/architecture/AU/PublicUtility/CABufferList.cpp:191:110: note: Function 'CAShowAudioBufferList' argument 3 names different: declaration 'fmt' definition 'asbd'.
faust-0.9.95/architecture/AU/PublicUtility/CABufferList.cpp:240:91: style: Function 'CrashIfClientProvidedBogusAudioBufferList' argument 2 names different: declaration 'nullOK' definition 'nullok'. [funcArgNamesDifferent]
faust-0.9.95/architecture/AU/PublicUtility/CABufferList.h:57:91: note: Function 'CrashIfClientProvidedBogusAudioBufferList' argument 2 names different: declaration 'nullOK' definition 'nullok'.
faust-0.9.95/architecture/AU/PublicUtility/CABufferList.cpp:240:91: note: Function 'CrashIfClientProvidedBogusAudioBufferList' argument 2 names different: declaration 'nullOK' definition 'nullok'.
faust-0.9.95/architecture/AU/PublicUtility/CABufferList.h:111:18: style: Technically the member function 'CABufferList::Name' can be const. [functionConst]
faust-0.9.95/architecture/AU/PublicUtility/CABufferList.h:132:8: style: Technically the member function 'CABufferList::CopyAllFrom' can be const. [functionConst]
faust-0.9.95/architecture/AU/PublicUtility/CABufferList.h:164:8: style: Technically the member function 'CABufferList::AppendFrom' can be const. [functionConst]
faust-0.9.95/architecture/AU/PublicUtility/CABufferList.h:177:8: style: Technically the member function 'CABufferList::PadWithZeroes' can be const. [functionConst]
faust-0.9.95/architecture/AU/PublicUtility/CABufferList.h:190:8: style: Technically the member function 'CABufferList::SetToZeroes' can be const. [functionConst]
faust-0.9.95/architecture/AU/PublicUtility/CABufferList.h:205:11: style: Technically the member function 'CABufferList::SameDataAs' can be const. [functionConst]
faust-0.9.95/architecture/AU/PublicUtility/CABufferList.h:282:8: style: Technically the member function 'CABufferList::SetNumBytes' can be const. [functionConst]
faust-0.9.95/architecture/AU/PublicUtility/CABufferList.h:305:10: style: Technically the member function 'CABufferList::VerifyNotTrashingOwnedBuffer' can be const. [functionConst]
faust-0.9.95/architecture/AU/PublicUtility/CAStreamBasicDescription.h:112:2: style: Class 'CAStreamBasicDescription' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/AU/PublicUtility/CAXException.h:64:2: style: Class 'CAX4CCString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/AU/PublicUtility/CAMutex.h:66:0: error: #error Unsupported operating system [preprocessorErrorDirective]
faust-0.9.95/architecture/AU/PublicUtility/CAHostTimeBase.h:65:0: error: #error Unsupported operating system [preprocessorErrorDirective]
faust-0.9.95/architecture/AU/PublicUtility/CAStreamBasicDescription.cpp:374:25: style: Condition 'theEndianString!=NULL' is always false [knownConditionTrueFalse]
faust-0.9.95/architecture/AU/PublicUtility/CAStreamBasicDescription.cpp:296:35: note: Assignment 'theEndianString=NULL', assigned value is 0
faust-0.9.95/architecture/AU/PublicUtility/CAStreamBasicDescription.cpp:374:25: note: Condition 'theEndianString!=NULL' is always false
faust-0.9.95/architecture/AU/PublicUtility/CAStreamBasicDescription.cpp:438:6: style: Condition '!isDone' is always true [knownConditionTrueFalse]
faust-0.9.95/architecture/AU/PublicUtility/CAStreamBasicDescription.cpp:433:16: note: Assignment 'isDone=false', assigned value is 0
faust-0.9.95/architecture/AU/PublicUtility/CAStreamBasicDescription.cpp:438:6: note: Condition '!isDone' is always true
faust-0.9.95/architecture/AU/PublicUtility/CAStreamBasicDescription.cpp:679:10: warning: %X in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
faust-0.9.95/architecture/AU/PublicUtility/CAStreamBasicDescription.cpp:122:60: style: Function 'AsString' argument 2 names different: declaration 'bufsize' definition '_bufsize'. [funcArgNamesDifferent]
faust-0.9.95/architecture/AU/PublicUtility/CAStreamBasicDescription.h:373:36: note: Function 'AsString' argument 2 names different: declaration 'bufsize' definition '_bufsize'.
faust-0.9.95/architecture/AU/PublicUtility/CAStreamBasicDescription.cpp:122:60: note: Function 'AsString' argument 2 names different: declaration 'bufsize' definition '_bufsize'.
faust-0.9.95/architecture/AU/PublicUtility/CAStreamBasicDescription.cpp:628:94: style: Function 'FromText' argument 2 names different: declaration 'outDesc' definition 'fmt'. [funcArgNamesDifferent]
faust-0.9.95/architecture/AU/PublicUtility/CAStreamBasicDescription.h:164:76: note: Function 'FromText' argument 2 names different: declaration 'outDesc' definition 'fmt'.
faust-0.9.95/architecture/AU/PublicUtility/CAStreamBasicDescription.cpp:628:94: note: Function 'FromText' argument 2 names different: declaration 'outDesc' definition 'fmt'.
faust-0.9.95/architecture/alchemy-as.cpp:382:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
faust-0.9.95/architecture/alchemy-as.cpp:383:14: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
faust-0.9.95/architecture/alchemy-as.cpp:384:13: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
faust-0.9.95/architecture/alchemy-as.cpp:410:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
faust-0.9.95/architecture/alchemy-as.cpp:411:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
faust-0.9.95/architecture/alchemy-as.cpp:412:21: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
faust-0.9.95/architecture/alchemy-as.cpp:264:2: warning: Member variable 'dsp::fSamplingFreq' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/alchemy-as.cpp:99:7: style: Technically the member function 'UI::stopped' can be const. [functionConst]
faust-0.9.95/architecture/alchemy-as.cpp:178:7: performance: Technically the member function 'ActionScriptUI::registerControl' can be static. [functionStatic]
faust-0.9.95/architecture/alchemy-as.cpp:188:8: performance: Technically the member function 'ActionScriptUI::updateControl' can be static. [functionStatic]
faust-0.9.95/architecture/alchemy-as.cpp:299:5: style: Class 'Faust' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
faust-0.9.95/architecture/alchemy-as.cpp:299:5: style: Class 'Faust' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/architecture/alchemy-as.cpp:193:15: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/alchemy-as.cpp:83:15: note: Virtual function in base class
faust-0.9.95/architecture/alchemy-as.cpp:193:15: note: Function in derived class
faust-0.9.95/architecture/alchemy-as.cpp:204:15: style: The function 'addToggleButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/alchemy-as.cpp:84:15: note: Virtual function in base class
faust-0.9.95/architecture/alchemy-as.cpp:204:15: note: Function in derived class
faust-0.9.95/architecture/alchemy-as.cpp:215:15: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/alchemy-as.cpp:85:15: note: Virtual function in base class
faust-0.9.95/architecture/alchemy-as.cpp:215:15: note: Function in derived class
faust-0.9.95/architecture/alchemy-as.cpp:218:15: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/alchemy-as.cpp:86:15: note: Virtual function in base class
faust-0.9.95/architecture/alchemy-as.cpp:218:15: note: Function in derived class
faust-0.9.95/architecture/alchemy-as.cpp:221:15: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/alchemy-as.cpp:87:15: note: Virtual function in base class
faust-0.9.95/architecture/alchemy-as.cpp:221:15: note: Function in derived class
faust-0.9.95/architecture/alchemy-as.cpp:232:15: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/alchemy-as.cpp:88:15: note: Virtual function in base class
faust-0.9.95/architecture/alchemy-as.cpp:232:15: note: Function in derived class
faust-0.9.95/architecture/alchemy-as.cpp:238:15: style: The function 'openFrameBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/alchemy-as.cpp:90:15: note: Virtual function in base class
faust-0.9.95/architecture/alchemy-as.cpp:238:15: note: Function in derived class
faust-0.9.95/architecture/alchemy-as.cpp:239:15: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/alchemy-as.cpp:91:15: note: Virtual function in base class
faust-0.9.95/architecture/alchemy-as.cpp:239:15: note: Function in derived class
faust-0.9.95/architecture/alchemy-as.cpp:240:15: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/alchemy-as.cpp:92:15: note: Virtual function in base class
faust-0.9.95/architecture/alchemy-as.cpp:240:15: note: Function in derived class
faust-0.9.95/architecture/alchemy-as.cpp:241:15: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/alchemy-as.cpp:93:15: note: Virtual function in base class
faust-0.9.95/architecture/alchemy-as.cpp:241:15: note: Function in derived class
faust-0.9.95/architecture/alchemy-as.cpp:242:15: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/alchemy-as.cpp:94:15: note: Virtual function in base class
faust-0.9.95/architecture/alchemy-as.cpp:242:15: note: Function in derived class
faust-0.9.95/architecture/alchemy-as.cpp:243:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/alchemy-as.cpp:96:15: note: Virtual function in base class
faust-0.9.95/architecture/alchemy-as.cpp:243:15: note: Function in derived class
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:512:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:512:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:512:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:512:3: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:529:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:529:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:531:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:531:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:532:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:532:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:533:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:533:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:720:21: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:104:6: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:103:6: note: Variable 'err' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:104:6: note: Variable 'err' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/faust/gui/FUI.h:141:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/gui/GUI.h:77:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/gui/GUI.h:99:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/gui/GUI.h:196:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/gui/GUI.h:215:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/gui/GUI.h:226:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/gui/GUI.h:231:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/gui/GUI.h:246:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/gui/console.h:211:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/gui/console.h:222:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:193:2: warning: Member variable 'AudioInterface::fCardInputs' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:193:2: warning: Member variable 'AudioInterface::fCardOutputs' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:193:2: warning: Member variable 'AudioInterface::fChanInputs' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:193:2: warning: Member variable 'AudioInterface::fChanOutputs' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:193:2: warning: Member variable 'AudioInterface::fDuplexMode' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:193:2: warning: Member variable 'AudioInterface::fInputCardBuffer' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:193:2: warning: Member variable 'AudioInterface::fOutputCardBuffer' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:193:2: warning: Member variable 'AudioInterface::fInputCardChannels' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:193:2: warning: Member variable 'AudioInterface::fOutputCardChannels' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:193:2: warning: Member variable 'AudioInterface::fInputSoftChannels' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:193:2: warning: Member variable 'AudioInterface::fOutputSoftChannels' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:183:14: style: Technically the member function 'AudioInterface::cardName' can be const. [functionConst]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:184:9: style: Technically the member function 'AudioInterface::frequency' can be const. [functionConst]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:185:8: style: Technically the member function 'AudioInterface::buffering' can be const. [functionConst]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:186:8: style: Technically the member function 'AudioInterface::periods' can be const. [functionConst]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:191:8: style: Technically the member function 'AudioInterface::duplexMode' can be const. [functionConst]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:322:10: performance: Technically the member function 'AudioInterface::interleavedBufferSize' can be static. [functionStatic]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:331:10: performance: Technically the member function 'AudioInterface::noninterleavedBufferSize' can be static. [functionStatic]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:339:7: performance: Technically the member function 'AudioInterface::close' can be static. [functionStatic]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:546:7: performance: Technically the member function 'AudioInterface::printCardInfo' can be static. [functionStatic]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:558:7: performance: Technically the member function 'AudioInterface::printHWParams' can be static. [functionStatic]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:686:15: warning: Virtual function 'stop' is called from destructor '~alsaaudio()' at line 666. Dynamic binding is not used. [virtualCallInConstructor]
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:666:25: note: Calling stop
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:686:15: note: stop is a virtual method
faust-0.9.95/architecture/faust/audio/alsa-dsp.h:193:2: style: Struct 'AudioInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/faust/gui/GUI.h:164:15: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/GUI.h:149:23: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/GUI.h:164:15: note: Function in derived class
faust-0.9.95/architecture/faust/gui/GUI.h:189:22: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/GUI.h:149:23: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/GUI.h:189:22: note: Function in derived class
faust-0.9.95/architecture/faust/gui/faustgtk.h:299:9: style: The scope of the variable 'value' can be reduced. [variableScope]
faust-0.9.95/architecture/faust/gui/faustgtk.h:720:36: style: Function 'openTabBox' argument 1 names different: declaration 'label' definition 'fullLabel'. [funcArgNamesDifferent]
faust-0.9.95/architecture/faust/gui/faustgtk.h:544:41: note: Function 'openTabBox' argument 1 names different: declaration 'label' definition 'fullLabel'.
faust-0.9.95/architecture/faust/gui/faustgtk.h:720:36: note: Function 'openTabBox' argument 1 names different: declaration 'label' definition 'fullLabel'.
faust-0.9.95/architecture/faust/gui/faustgtk.h:733:43: style: Function 'openHorizontalBox' argument 1 names different: declaration 'label' definition 'fullLabel'. [funcArgNamesDifferent]
faust-0.9.95/architecture/faust/gui/faustgtk.h:545:48: note: Function 'openHorizontalBox' argument 1 names different: declaration 'label' definition 'fullLabel'.
faust-0.9.95/architecture/faust/gui/faustgtk.h:733:43: note: Function 'openHorizontalBox' argument 1 names different: declaration 'label' definition 'fullLabel'.
faust-0.9.95/architecture/faust/gui/faustgtk.h:755:41: style: Function 'openVerticalBox' argument 1 names different: declaration 'label' definition 'fullLabel'. [funcArgNamesDifferent]
faust-0.9.95/architecture/faust/gui/faustgtk.h:546:46: note: Function 'openVerticalBox' argument 1 names different: declaration 'label' definition 'fullLabel'.
faust-0.9.95/architecture/faust/gui/faustgtk.h:755:41: note: Function 'openVerticalBox' argument 1 names different: declaration 'label' definition 'fullLabel'.
faust-0.9.95/architecture/faust/gui/faustgtk.h:1233:81: style: Function 'addVerticalBargraph' argument 3 names different: declaration 'min' definition 'lo'. [funcArgNamesDifferent]
faust-0.9.95/architecture/faust/gui/faustgtk.h:560:86: note: Function 'addVerticalBargraph' argument 3 names different: declaration 'min' definition 'lo'.
faust-0.9.95/architecture/faust/gui/faustgtk.h:1233:81: note: Function 'addVerticalBargraph' argument 3 names different: declaration 'min' definition 'lo'.
faust-0.9.95/architecture/faust/gui/faustgtk.h:1233:96: style: Function 'addVerticalBargraph' argument 4 names different: declaration 'max' definition 'hi'. [funcArgNamesDifferent]
faust-0.9.95/architecture/faust/gui/faustgtk.h:560:102: note: Function 'addVerticalBargraph' argument 4 names different: declaration 'max' definition 'hi'.
faust-0.9.95/architecture/faust/gui/faustgtk.h:1233:96: note: Function 'addVerticalBargraph' argument 4 names different: declaration 'max' definition 'hi'.
faust-0.9.95/architecture/faust/gui/faustgtk.h:1252:83: style: Function 'addHorizontalBargraph' argument 3 names different: declaration 'min' definition 'lo'. [funcArgNamesDifferent]
faust-0.9.95/architecture/faust/gui/faustgtk.h:559:88: note: Function 'addHorizontalBargraph' argument 3 names different: declaration 'min' definition 'lo'.
faust-0.9.95/architecture/faust/gui/faustgtk.h:1252:83: note: Function 'addHorizontalBargraph' argument 3 names different: declaration 'min' definition 'lo'.
faust-0.9.95/architecture/faust/gui/faustgtk.h:1252:98: style: Function 'addHorizontalBargraph' argument 4 names different: declaration 'max' definition 'hi'. [funcArgNamesDifferent]
faust-0.9.95/architecture/faust/gui/faustgtk.h:559:104: note: Function 'addHorizontalBargraph' argument 4 names different: declaration 'max' definition 'hi'.
faust-0.9.95/architecture/faust/gui/faustgtk.h:1252:98: note: Function 'addHorizontalBargraph' argument 4 names different: declaration 'max' definition 'hi'.
faust-0.9.95/architecture/faust/gui/faustgtk.h:1340:97: style: Function 'addTextDisplay' argument 4 names different: declaration 'min' definition 'lo'. [funcArgNamesDifferent]
faust-0.9.95/architecture/faust/gui/faustgtk.h:582:102: note: Function 'addTextDisplay' argument 4 names different: declaration 'min' definition 'lo'.
faust-0.9.95/architecture/faust/gui/faustgtk.h:1340:97: note: Function 'addTextDisplay' argument 4 names different: declaration 'min' definition 'lo'.
faust-0.9.95/architecture/faust/gui/faustgtk.h:1340:112: style: Function 'addTextDisplay' argument 5 names different: declaration 'max' definition 'hi'. [funcArgNamesDifferent]
faust-0.9.95/architecture/faust/gui/faustgtk.h:582:118: note: Function 'addTextDisplay' argument 5 names different: declaration 'max' definition 'hi'.
faust-0.9.95/architecture/faust/gui/faustgtk.h:1340:112: note: Function 'addTextDisplay' argument 5 names different: declaration 'max' definition 'hi'.
faust-0.9.95/architecture/faust/dsp/timed-dsp.h:181:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/dsp/timed-dsp.h:155:59: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/faust/dsp/timed-dsp.h:160:60: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/faust/gui/faustgtk.h:91:10: warning: Member variable 'GtkKnob::start_x' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/gui/faustgtk.h:91:10: warning: Member variable 'GtkKnob::start_y' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/gui/faustgtk.h:91:10: warning: Member variable 'GtkKnob::max_value' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/gui/faustgtk.h:91:10: warning: Member variable 'GtkKnob::last_quadrant' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/gui/PathBuilder.h:51:21: style: Technically the member function 'PathBuilder::buildPath' can be const. [functionConst]
faust-0.9.95/architecture/faust/dsp/timed-dsp.h:232:9: style: Class 'timed_dsp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/faust/gui/MidiUI.h:449:9: style: Class 'MidiUI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/faust/gui/MidiUI.h:118:22: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/MidiUI.h:101:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/MidiUI.h:118:22: note: Function in derived class
faust-0.9.95/architecture/faust/gui/MidiUI.h:140:22: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/MidiUI.h:101:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/MidiUI.h:140:22: note: Function in derived class
faust-0.9.95/architecture/faust/gui/MidiUI.h:173:22: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/MidiUI.h:101:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/MidiUI.h:173:22: note: Function in derived class
faust-0.9.95/architecture/faust/gui/faustgtk.h:310:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
faust-0.9.95/architecture/faust/gui/faustqt.h:1807:27: style: The scope of the variable 'bargraph' can be reduced. [variableScope]
faust-0.9.95/architecture/faust/gui/faustqt.h:386:5: warning: Member variable 'dbAbstractDisplay::fScaleMin' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/gui/faustqt.h:386:5: warning: Member variable 'dbAbstractDisplay::fScaleMax' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/gui/faustqt.h:1325:5: style: Class 'QTGUI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/faust/gui/faustqt.h:392:18: style: The function 'setRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/faustqt.h:276:18: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/faustqt.h:392:18: note: Function in derived class
faust-0.9.95/architecture/faust/gui/faustqt.h:671:18: style: The function 'paintMark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/faustqt.h:595:18: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/faustqt.h:671:18: note: Function in derived class
faust-0.9.95/architecture/faust/gui/faustqt.h:686:17: style: The function 'paintSegment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/faustqt.h:596:17: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/faustqt.h:686:17: note: Function in derived class
faust-0.9.95/architecture/faust/gui/faustqt.h:731:10: style: The function 'paintMark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/faustqt.h:595:18: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/faustqt.h:731:10: note: Function in derived class
faust-0.9.95/architecture/faust/gui/faustqt.h:742:9: style: The function 'paintSegment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/faustqt.h:596:17: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/faustqt.h:742:9: note: Function in derived class
faust-0.9.95/architecture/api/android/DspFaust.cpp:31:0: error: syntax error [syntaxError]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:25:97: style: Variable 'ptr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:25:73: note: Variable 'ptr' is reassigned a value before the old one has been used if variable is no semaphore variable.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:25:97: note: Variable 'ptr' is reassigned a value before the old one has been used if variable is no semaphore variable.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:259:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:255:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:259:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:272:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:266:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:272:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:285:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:280:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:285:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:298:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:292:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:298:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:315:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:307:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:315:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:333:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:326:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:333:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:349:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:343:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:349:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:365:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:358:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:365:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:385:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:374:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:385:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:404:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:398:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:404:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:419:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:413:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:419:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:434:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:428:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:434:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:449:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:442:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:449:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:450:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:443:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:450:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:469:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:462:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:469:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:485:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:478:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:485:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:486:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:479:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:486:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:507:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:500:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:507:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:524:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:516:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:524:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:525:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:517:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:525:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:546:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:538:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:546:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:564:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:556:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:564:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:565:3: style: Variable 'arg2' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:557:0: note: Variable 'arg2' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:565:3: note: Variable 'arg2' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:588:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:580:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:588:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:606:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:599:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:606:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:624:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:616:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:624:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:641:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:634:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:641:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:660:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:649:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:660:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:679:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:672:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:679:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:698:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:687:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:698:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:717:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:711:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:717:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:732:3: style: Variable 'arg1' is reassigned a value before the old one has been used. [redundantAssignment]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:726:0: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:732:3: note: Variable 'arg1' is reassigned a value before the old one has been used.
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:23:5: style: Struct 'SwigMovePointer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/api/android/jni/java_interface_wrap.cpp:21:3: warning: The struct 'SwigMovePointer' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
faust-0.9.95/architecture/api/iOS/DspFaust.cpp:34:0: error: syntax error [syntaxError]
faust-0.9.95/architecture/au-effect.cpp:223:10: style: The scope of the variable 'name' can be reduced. [variableScope]
faust-0.9.95/architecture/au-effect.cpp:446:72: style: Function 'ProcessBufferLists' argument 1 names different: declaration 'ioActionFlags' definition 'iFlags'. [funcArgNamesDifferent]
faust-0.9.95/architecture/au-effect.cpp:153:69: note: Function 'ProcessBufferLists' argument 1 names different: declaration 'ioActionFlags' definition 'iFlags'.
faust-0.9.95/architecture/au-effect.cpp:446:72: note: Function 'ProcessBufferLists' argument 1 names different: declaration 'ioActionFlags' definition 'iFlags'.
faust-0.9.95/architecture/au-effect.cpp:447:32: style: Function 'ProcessBufferLists' argument 2 names different: declaration 'inBuffer' definition 'inBufferList'. [funcArgNamesDifferent]
faust-0.9.95/architecture/au-effect.cpp:154:64: note: Function 'ProcessBufferLists' argument 2 names different: declaration 'inBuffer' definition 'inBufferList'.
faust-0.9.95/architecture/au-effect.cpp:447:32: note: Function 'ProcessBufferLists' argument 2 names different: declaration 'inBuffer' definition 'inBufferList'.
faust-0.9.95/architecture/au-effect.cpp:447:63: style: Function 'ProcessBufferLists' argument 3 names different: declaration 'outBuffer' definition 'outBufferList'. [funcArgNamesDifferent]
faust-0.9.95/architecture/au-effect.cpp:154:91: note: Function 'ProcessBufferLists' argument 3 names different: declaration 'outBuffer' definition 'outBufferList'.
faust-0.9.95/architecture/au-effect.cpp:447:63: note: Function 'ProcessBufferLists' argument 3 names different: declaration 'outBuffer' definition 'outBufferList'.
faust-0.9.95/architecture/au-effect.cpp:448:16: style: Function 'ProcessBufferLists' argument 4 names different: declaration 'inFramesToProcess' definition 'iFrames'. [funcArgNamesDifferent]
faust-0.9.95/architecture/au-effect.cpp:155:48: note: Function 'ProcessBufferLists' argument 4 names different: declaration 'inFramesToProcess' definition 'iFrames'.
faust-0.9.95/architecture/au-effect.cpp:448:16: note: Function 'ProcessBufferLists' argument 4 names different: declaration 'inFramesToProcess' definition 'iFrames'.
faust-0.9.95/architecture/au-effect.cpp:104:5: style: Class 'FaustAUEffect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/au-instrument.cpp:362:10: style: The scope of the variable 'name' can be reduced. [variableScope]
faust-0.9.95/architecture/au-instrument.cpp:457:24: warning: Member variable 'FaustAUInstrumentNote::synth' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/au-instrument.cpp:457:24: warning: Member variable 'FaustAUInstrumentNote::amp' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/au-instrument.cpp:120:5: style: Class 'FaustAUInstrument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/faust/dsp/dsp.h:156:9: style: Class 'decorator_dsp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/faust/gui/UI.h:86:9: style: Class 'DecoratorUI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/bela.cpp:137:1: warning: The class 'BelaWidget' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
faust-0.9.95/architecture/faust/dsp/dsp.h:159:21: style: The function 'getNumInputs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:65:21: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp.h:159:21: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp.h:160:21: style: The function 'getNumOutputs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:68:21: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp.h:160:21: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp.h:161:22: style: The function 'buildUserInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:76:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp.h:161:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp.h:162:21: style: The function 'getSampleRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:79:21: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp.h:162:21: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp.h:163:22: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:87:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp.h:163:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp.h:164:22: style: The function 'instanceInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:93:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp.h:164:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp.h:165:22: style: The function 'instanceConstants' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:99:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp.h:165:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp.h:166:22: style: The function 'instanceResetUserInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:102:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp.h:166:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp.h:167:22: style: The function 'instanceClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:105:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp.h:167:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp.h:168:32: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:112:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp.h:168:32: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp.h:169:22: style: The function 'metadata' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:119:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp.h:169:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp.h:170:22: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:129:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp.h:170:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp.h:171:22: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:140:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp.h:171:22: note: Function in derived class
faust-0.9.95/architecture/faust/gui/UI.h:92:22: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:51:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/UI.h:92:22: note: Function in derived class
faust-0.9.95/architecture/faust/gui/UI.h:93:22: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:52:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/UI.h:93:22: note: Function in derived class
faust-0.9.95/architecture/faust/gui/UI.h:94:22: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:53:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/UI.h:94:22: note: Function in derived class
faust-0.9.95/architecture/faust/gui/UI.h:95:22: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:54:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/UI.h:95:22: note: Function in derived class
faust-0.9.95/architecture/faust/gui/UI.h:98:22: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:58:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/UI.h:98:22: note: Function in derived class
faust-0.9.95/architecture/faust/gui/UI.h:99:22: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:59:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/UI.h:99:22: note: Function in derived class
faust-0.9.95/architecture/faust/gui/UI.h:100:22: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:60:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/UI.h:100:22: note: Function in derived class
faust-0.9.95/architecture/faust/gui/UI.h:102:22: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:61:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/UI.h:102:22: note: Function in derived class
faust-0.9.95/architecture/faust/gui/UI.h:104:22: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:62:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/UI.h:104:22: note: Function in derived class
faust-0.9.95/architecture/faust/gui/UI.h:108:22: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:66:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/UI.h:108:22: note: Function in derived class
faust-0.9.95/architecture/faust/gui/UI.h:110:22: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:67:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/UI.h:110:22: note: Function in derived class
faust-0.9.95/architecture/faust/gui/UI.h:113:22: style: The function 'declare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:71:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/UI.h:113:22: note: Function in derived class
faust-0.9.95/architecture/bela.cpp:264:16: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:51:22: note: Virtual function in base class
faust-0.9.95/architecture/bela.cpp:264:16: note: Function in derived class
faust-0.9.95/architecture/bela.cpp:265:16: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:52:22: note: Virtual function in base class
faust-0.9.95/architecture/bela.cpp:265:16: note: Function in derived class
faust-0.9.95/architecture/bela.cpp:266:16: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:53:22: note: Virtual function in base class
faust-0.9.95/architecture/bela.cpp:266:16: note: Function in derived class
faust-0.9.95/architecture/bela.cpp:267:16: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:54:22: note: Virtual function in base class
faust-0.9.95/architecture/bela.cpp:267:16: note: Function in derived class
faust-0.9.95/architecture/bela.cpp:270:16: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:58:22: note: Virtual function in base class
faust-0.9.95/architecture/bela.cpp:270:16: note: Function in derived class
faust-0.9.95/architecture/bela.cpp:271:16: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:59:22: note: Virtual function in base class
faust-0.9.95/architecture/bela.cpp:271:16: note: Function in derived class
faust-0.9.95/architecture/bela.cpp:272:16: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:60:22: note: Virtual function in base class
faust-0.9.95/architecture/bela.cpp:272:16: note: Function in derived class
faust-0.9.95/architecture/bela.cpp:273:16: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:61:22: note: Virtual function in base class
faust-0.9.95/architecture/bela.cpp:273:16: note: Function in derived class
faust-0.9.95/architecture/bela.cpp:274:16: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:62:22: note: Virtual function in base class
faust-0.9.95/architecture/bela.cpp:274:16: note: Function in derived class
faust-0.9.95/architecture/bela.cpp:277:16: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:66:22: note: Virtual function in base class
faust-0.9.95/architecture/bela.cpp:277:16: note: Function in derived class
faust-0.9.95/architecture/bela.cpp:278:16: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:67:22: note: Virtual function in base class
faust-0.9.95/architecture/bela.cpp:278:16: note: Function in derived class
faust-0.9.95/architecture/bela.cpp:281:16: style: The function 'declare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:71:22: note: Virtual function in base class
faust-0.9.95/architecture/bela.cpp:281:16: note: Function in derived class
faust-0.9.95/architecture/bench.cpp:97:13: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
faust-0.9.95/architecture/bench.cpp:215:0: error: Memory leak: timing [memleak]
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:654:17: style: Condition 'fClockDriftCompensate' is always true [knownConditionTrueFalse]
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:373:42: note: Assignment 'fClockDriftCompensate=true', assigned value is 1
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:654:17: note: Condition 'fClockDriftCompensate' is always true
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:705:17: style: Condition 'subDevicesArrayClock' is always false [knownConditionTrueFalse]
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:518:54: note: Assignment 'subDevicesArrayClock=NULL', assigned value is 0
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:705:17: note: Condition 'subDevicesArrayClock' is always false
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:978:17: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'AudioBufferList *'. [invalidPrintfArgType_uint]
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:848:42: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:936:42: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:334:13: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:328:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:334:13: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:764:13: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:758:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:764:13: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
faust-0.9.95/architecture/faust/dsp/proxy-dsp.h:103:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/dsp/proxy-dsp.h:119:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/dsp/proxy-dsp.h:129:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/dsp/proxy-dsp.h:144:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:234:14: style: Member variable 'TCoreAudioRenderer::fIsInJackDevice' is in the wrong place in the initializer list. [initializerList]
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:995:13: note: Member variable 'TCoreAudioRenderer::fIsInJackDevice' is in the wrong place in the initializer list.
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:234:14: note: Member variable 'TCoreAudioRenderer::fIsInJackDevice' is in the wrong place in the initializer list.
faust-0.9.95/architecture/faust/dsp/proxy-dsp.h:73:9: performance: Variable 'fJSON' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:749:18: performance: Technically the member function 'TCoreAudioRenderer::GetDeviceNameFromID' can be static. [functionStatic]
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:1002:13: style: Technically the member function 'TCoreAudioRenderer::GetBufferSize' can be const. [functionConst]
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:1003:13: style: Technically the member function 'TCoreAudioRenderer::GetSampleRate' can be const. [functionConst]
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:1455:13: style: Technically the member function 'TCoreAudioRenderer::GetNumInputs' can be const. [functionConst]
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:1456:13: style: Technically the member function 'TCoreAudioRenderer::GetNumOutputs' can be const. [functionConst]
faust-0.9.95/architecture/faust/dsp/proxy-dsp.h:112:9: style: Struct 'JSONUIDecoder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
faust-0.9.95/architecture/faust/dsp/proxy-dsp.h:112:9: style: Struct 'JSONUIDecoder' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/architecture/faust/dsp/proxy-dsp.h:71:5: style: Struct 'JSONUIDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/faust/dsp/proxy-dsp.h:235:9: style: Class 'proxy_dsp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/faust/dsp/proxy-dsp.h:241:9: style: Class 'proxy_dsp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:1477:13: style: Class 'coreaudio' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:1480:22: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/audio/audio.h:57:15: note: Virtual function in base class
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:1480:22: note: Function in derived class
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:1492:22: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/audio/audio.h:58:15: note: Virtual function in base class
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:1492:22: note: Function in derived class
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:1501:22: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/audio/audio.h:59:15: note: Virtual function in base class
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:1501:22: note: Function in derived class
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:1506:21: style: The function 'get_buffer_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/audio/audio.h:62:17: note: Virtual function in base class
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:1506:21: note: Function in derived class
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:1507:21: style: The function 'get_sample_rate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/audio/audio.h:63:17: note: Virtual function in base class
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:1507:21: note: Function in derived class
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:1509:21: style: The function 'get_num_inputs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/audio/audio.h:65:17: note: Virtual function in base class
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:1509:21: note: Function in derived class
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:1510:21: style: The function 'get_num_outputs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/audio/audio.h:66:17: note: Virtual function in base class
faust-0.9.95/architecture/faust/audio/coreaudio-dsp.h:1510:21: note: Function in derived class
faust-0.9.95/architecture/csound.cpp:125:9: style: Technically the member function 'CSUI::size' can be const. [functionConst]
faust-0.9.95/architecture/faust/misc.h:42:10: style: The function 'declare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/meta.h:27:18: note: Virtual function in base class
faust-0.9.95/architecture/faust/misc.h:42:10: note: Function in derived class
faust-0.9.95/architecture/csound.cpp:103:18: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:51:22: note: Virtual function in base class
faust-0.9.95/architecture/csound.cpp:103:18: note: Function in derived class
faust-0.9.95/architecture/csound.cpp:104:18: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:52:22: note: Virtual function in base class
faust-0.9.95/architecture/csound.cpp:104:18: note: Function in derived class
faust-0.9.95/architecture/csound.cpp:105:18: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:53:22: note: Virtual function in base class
faust-0.9.95/architecture/csound.cpp:105:18: note: Function in derived class
faust-0.9.95/architecture/csound.cpp:106:18: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:54:22: note: Virtual function in base class
faust-0.9.95/architecture/csound.cpp:106:18: note: Function in derived class
faust-0.9.95/architecture/csound.cpp:110:18: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:58:22: note: Virtual function in base class
faust-0.9.95/architecture/csound.cpp:110:18: note: Function in derived class
faust-0.9.95/architecture/csound.cpp:111:18: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:59:22: note: Virtual function in base class
faust-0.9.95/architecture/csound.cpp:111:18: note: Function in derived class
faust-0.9.95/architecture/csound.cpp:112:18: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:60:22: note: Virtual function in base class
faust-0.9.95/architecture/csound.cpp:112:18: note: Function in derived class
faust-0.9.95/architecture/csound.cpp:113:18: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:61:22: note: Virtual function in base class
faust-0.9.95/architecture/csound.cpp:113:18: note: Function in derived class
faust-0.9.95/architecture/csound.cpp:114:18: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:62:22: note: Virtual function in base class
faust-0.9.95/architecture/csound.cpp:114:18: note: Function in derived class
faust-0.9.95/architecture/csound.cpp:118:18: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:66:22: note: Virtual function in base class
faust-0.9.95/architecture/csound.cpp:118:18: note: Function in derived class
faust-0.9.95/architecture/csound.cpp:119:18: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:67:22: note: Virtual function in base class
faust-0.9.95/architecture/csound.cpp:119:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:695:22: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/dssi.cpp:714:22: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/dssi.cpp:728:12: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/dssi.cpp:745:22: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/dssi.cpp:771:22: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/dssi.cpp:593:28: style: Variable 'fullname' is assigned a value that is never used. [unreadVariable]
faust-0.9.95/architecture/dssi.cpp:169:5: warning: Member variable 'dsp::fSamplingFreq' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/dssi.cpp:154:10: style: Technically the member function 'UI::stopped' can be const. [functionConst]
faust-0.9.95/architecture/dssi.cpp:373:10: performance: Technically the member function 'Voice::ckAnyMatch' can be static. [functionStatic]
faust-0.9.95/architecture/dssi.cpp:1140:13: note: Technically the member function 'Voice::ckAnyMatch' can be static.
faust-0.9.95/architecture/dssi.cpp:373:10: note: Technically the member function 'Voice::ckAnyMatch' can be static.
faust-0.9.95/architecture/dssi.cpp:441:10: performance: Technically the member function 'Plugin::ckAnyMatch' can be static. [functionStatic]
faust-0.9.95/architecture/dssi.cpp:994:14: note: Technically the member function 'Plugin::ckAnyMatch' can be static.
faust-0.9.95/architecture/dssi.cpp:441:10: note: Technically the member function 'Plugin::ckAnyMatch' can be static.
faust-0.9.95/architecture/dssi.cpp:540:10: performance: Technically the member function 'DescriptorUI::ckAnyMatch' can be static. [functionStatic]
faust-0.9.95/architecture/dssi.cpp:1028:5: style: Class 'Voice' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
faust-0.9.95/architecture/dssi.cpp:1028:5: style: Class 'Voice' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/architecture/dssi.cpp:334:5: style: Class 'Voice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/dssi.cpp:431:5: style: Class 'Plugin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/dssi.cpp:343:18: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:130:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:343:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:344:18: style: The function 'addToggleButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:131:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:344:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:345:18: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:132:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:345:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:346:18: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:133:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:346:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:347:18: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:134:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:347:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:348:18: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:135:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:348:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:350:18: style: The function 'addNumDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:138:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:350:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:351:18: style: The function 'addTextDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:139:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:351:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:352:18: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:140:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:352:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:353:18: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:141:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:353:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:355:18: style: The function 'openFrameBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:144:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:355:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:356:18: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:145:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:356:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:357:18: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:146:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:357:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:358:18: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:147:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:358:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:359:18: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:148:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:359:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:361:18: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:150:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:361:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:362:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:151:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:362:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:409:18: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:130:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:409:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:410:18: style: The function 'addToggleButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:131:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:410:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:411:18: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:132:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:411:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:412:18: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:133:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:412:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:413:18: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:134:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:413:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:414:18: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:135:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:414:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:416:18: style: The function 'addNumDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:138:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:416:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:417:18: style: The function 'addTextDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:139:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:417:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:418:18: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:140:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:418:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:419:18: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:141:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:419:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:421:18: style: The function 'openFrameBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:144:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:421:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:422:18: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:145:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:422:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:423:18: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:146:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:423:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:424:18: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:147:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:424:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:425:18: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:148:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:425:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:427:18: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:150:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:427:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:428:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:151:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:428:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:480:18: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:130:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:480:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:486:18: style: The function 'addToggleButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:131:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:486:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:489:18: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:132:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:489:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:492:18: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:133:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:492:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:498:18: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:134:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:498:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:504:18: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:135:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:504:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:510:18: style: The function 'addNumDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:138:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:510:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:513:18: style: The function 'addTextDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:139:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:513:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:516:18: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:140:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:516:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:519:18: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:141:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:519:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:523:18: style: The function 'openFrameBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:144:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:523:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:524:18: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:145:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:524:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:525:18: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:146:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:525:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:526:18: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:147:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:526:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:528:18: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:148:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:528:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:530:18: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:150:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:530:18: note: Function in derived class
faust-0.9.95/architecture/dssi.cpp:531:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/dssi.cpp:151:18: note: Virtual function in base class
faust-0.9.95/architecture/dssi.cpp:531:18: note: Function in derived class
faust-0.9.95/architecture/faustvst.cpp:158:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/faustvst.cpp:179:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/faustvst.cpp:198:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/faustvst.cpp:217:23: style: C-style pointer casting [cstyleCast]
faustvst.cpp:715:23: style: C-style pointer casting [cstyleCast]
faustvst.cpp:1895:38: style: Function 'setProgram' argument 1 names different: declaration 'program' definition 'prog'. [funcArgNamesDifferent]
faustvst.cpp:1677:36: note: Function 'setProgram' argument 1 names different: declaration 'program' definition 'prog'.
faustvst.cpp:1895:38: note: Function 'setProgram' argument 1 names different: declaration 'program' definition 'prog'.
faustvst.cpp:1974:57: style: Function 'getParameterName' argument 2 names different: declaration 'text' definition 'label'. [funcArgNamesDifferent]
faustvst.cpp:1688:55: note: Function 'getParameterName' argument 2 names different: declaration 'text' definition 'label'.
faustvst.cpp:1974:57: note: Function 'getParameterName' argument 2 names different: declaration 'text' definition 'label'.
faustvst.cpp:2230:16: style: Function 'processReplacing' argument 3 names different: declaration 'sampleframes' definition 'n_samples'. [funcArgNamesDifferent]
faustvst.cpp:1670:14: note: Function 'processReplacing' argument 3 names different: declaration 'sampleframes' definition 'n_samples'.
faustvst.cpp:2230:16: note: Function 'processReplacing' argument 3 names different: declaration 'sampleframes' definition 'n_samples'.
faustvst.cpp:1951:38: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
faustvst.cpp:796:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faustvst.cpp:830:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faustvst.cpp:964:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faustvst.cpp:1035:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faustvst.cpp:1098:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faustvst.cpp:1143:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faustvst.cpp:1162:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faustvst.cpp:1267:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faustvst.cpp:1504:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faustvst.cpp:767:26: warning: Either the condition 'k==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
faustvst.cpp:773:14: note: Assuming that condition 'k==0' is not redundant
faustvst.cpp:767:26: note: Invalid argument
faustvst.cpp:768:28: warning: Either the condition 'k==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
faustvst.cpp:773:14: note: Assuming that condition 'k==0' is not redundant
faustvst.cpp:768:28: note: Invalid argument
faustvst.cpp:769:29: warning: Either the condition 'k==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
faustvst.cpp:773:14: note: Assuming that condition 'k==0' is not redundant
faustvst.cpp:769:29: note: Invalid argument
faustvst.cpp:770:28: warning: Either the condition 'k==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
faustvst.cpp:773:14: note: Assuming that condition 'k==0' is not redundant
faustvst.cpp:770:28: note: Invalid argument
faustvst.cpp:771:31: warning: Either the condition 'k==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
faustvst.cpp:773:14: note: Assuming that condition 'k==0' is not redundant
faustvst.cpp:771:31: note: Invalid argument
faustvst.cpp:772:34: warning: Either the condition 'k==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
faustvst.cpp:773:14: note: Assuming that condition 'k==0' is not redundant
faustvst.cpp:772:34: note: Invalid argument
faustvst.cpp:776:37: warning: Either the condition 'k==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
faustvst.cpp:777:16: note: Assuming that condition 'k==0' is not redundant
faustvst.cpp:776:37: note: Invalid argument
faustvst.cpp:873:32: warning: Either the condition 'm==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
faustvst.cpp:874:16: note: Assuming that condition 'm==0' is not redundant
faustvst.cpp:873:32: note: Invalid argument
faustvst.cpp:884:31: warning: Either the condition 'n==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
faustvst.cpp:885:16: note: Assuming that condition 'n==0' is not redundant
faustvst.cpp:884:31: note: Invalid argument
faustvst.cpp:396:3: warning: Member variable 'VoiceData::tuning' is not initialized in the constructor. [uninitMemberVar]
faustvst.cpp:396:3: warning: Member variable 'VoiceData::notes' is not initialized in the constructor. [uninitMemberVar]
faustvst.cpp:396:3: warning: Member variable 'VoiceData::n_free' is not initialized in the constructor. [uninitMemberVar]
faustvst.cpp:396:3: warning: Member variable 'VoiceData::n_used' is not initialized in the constructor. [uninitMemberVar]
faustvst.cpp:396:3: warning: Member variable 'VoiceData::note_info' is not initialized in the constructor. [uninitMemberVar]
faustvst.cpp:396:3: warning: Member variable 'VoiceData::lastgate' is not initialized in the constructor. [uninitMemberVar]
faustvst.cpp:396:3: warning: Member variable 'VoiceData::bend' is not initialized in the constructor. [uninitMemberVar]
faustvst.cpp:396:3: warning: Member variable 'VoiceData::range' is not initialized in the constructor. [uninitMemberVar]
faustvst.cpp:396:3: warning: Member variable 'VoiceData::coarse' is not initialized in the constructor. [uninitMemberVar]
faustvst.cpp:396:3: warning: Member variable 'VoiceData::fine' is not initialized in the constructor. [uninitMemberVar]
faustvst.cpp:396:3: warning: Member variable 'VoiceData::tune' is not initialized in the constructor. [uninitMemberVar]
faustvst.cpp:1051:9: style: Technically the member function 'VSTPlugin::midicps' can be const. [functionConst]
faustvst.cpp:711:5: style: Struct 'VSTPlugin' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
faustvst.cpp:711:5: style: Struct 'VSTPlugin' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faustvst.cpp:1678:16: warning: Virtual function 'setProgramName' is called from constructor 'VSTWrapper(audioMasterCallback audioMaster)' at line 1850. Dynamic binding is not used. [virtualCallInConstructor]
faustvst.cpp:1850:3: note: Calling setProgramName
faustvst.cpp:1678:16: note: setProgramName is a virtual method
faustvst.cpp:1690:20: warning: Virtual function 'getChunk' is called from constructor 'VSTWrapper(audioMasterCallback audioMaster)' at line 1865. Dynamic binding is not used. [virtualCallInConstructor]
faustvst.cpp:1865:9: note: Calling getChunk
faustvst.cpp:1690:20: note: getChunk is a virtual method
faust-0.9.95/architecture/faustvst.cpp:100:3: style: Class 'VSTUI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faustvst.cpp:396:3: style: Struct 'VoiceData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faustvst.cpp:431:3: style: Struct 'MTSTuning' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faustvst.cpp:477:3: style: Struct 'MTSTunings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faustvst.cpp:1666:3: style: Class 'VSTWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/faustvst.cpp:115:16: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:58:22: note: Virtual function in base class
faust-0.9.95/architecture/faustvst.cpp:115:16: note: Function in derived class
faust-0.9.95/architecture/faustvst.cpp:116:16: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:59:22: note: Virtual function in base class
faust-0.9.95/architecture/faustvst.cpp:116:16: note: Function in derived class
faust-0.9.95/architecture/faustvst.cpp:117:16: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:60:22: note: Virtual function in base class
faust-0.9.95/architecture/faustvst.cpp:117:16: note: Function in derived class
faust-0.9.95/architecture/faustvst.cpp:118:16: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:61:22: note: Virtual function in base class
faust-0.9.95/architecture/faustvst.cpp:118:16: note: Function in derived class
faust-0.9.95/architecture/faustvst.cpp:119:16: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:62:22: note: Virtual function in base class
faust-0.9.95/architecture/faustvst.cpp:119:16: note: Function in derived class
faust-0.9.95/architecture/faustvst.cpp:121:16: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:66:22: note: Virtual function in base class
faust-0.9.95/architecture/faustvst.cpp:121:16: note: Function in derived class
faust-0.9.95/architecture/faustvst.cpp:122:16: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:67:22: note: Virtual function in base class
faust-0.9.95/architecture/faustvst.cpp:122:16: note: Function in derived class
faust-0.9.95/architecture/faustvst.cpp:124:16: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:51:22: note: Virtual function in base class
faust-0.9.95/architecture/faustvst.cpp:124:16: note: Function in derived class
faust-0.9.95/architecture/faustvst.cpp:125:16: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:52:22: note: Virtual function in base class
faust-0.9.95/architecture/faustvst.cpp:125:16: note: Function in derived class
faust-0.9.95/architecture/faustvst.cpp:126:16: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:53:22: note: Virtual function in base class
faust-0.9.95/architecture/faustvst.cpp:126:16: note: Function in derived class
faust-0.9.95/architecture/faustvst.cpp:127:16: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:54:22: note: Virtual function in base class
faust-0.9.95/architecture/faustvst.cpp:127:16: note: Function in derived class
faust-0.9.95/architecture/faustvst.cpp:131:16: style: The function 'declare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:71:22: note: Virtual function in base class
faust-0.9.95/architecture/faustvst.cpp:131:16: note: Function in derived class
faust-0.9.95/architecture/faust/gui/JSONUI.h:286:22: style: The function 'declare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/meta.h:27:18: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/JSONUI.h:286:22: note: Function in derived class
faust-0.9.95/architecture/httpdlib/src/html/htmlfactory.h:55:8: performance: Technically the member function 'httpdfaust::htmlfactory::addnode' can be static. [functionStatic]
faust-0.9.95/architecture/httpdlib/src/html/htmlfactory.cpp:77:19: note: Technically the member function 'httpdfaust::htmlfactory::addnode' can be static.
faust-0.9.95/architecture/httpdlib/src/html/htmlfactory.h:55:8: note: Technically the member function 'httpdfaust::htmlfactory::addnode' can be static.
faust-0.9.95/architecture/httpdlib/src/html/htmlpage.cpp:32:52: performance: Function parameter 'find' should be passed by const reference. [passedByValue]
faust-0.9.95/architecture/httpdlib/src/html/htmlui.cpp:28:22: style: Class 'htmlui' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
faust-0.9.95/architecture/httpdlib/src/html/htmlui.cpp:28:22: style: Class 'htmlui' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/architecture/httpdlib/src/httpd/Address.cpp:33:45: style: Function 'addressFirst' argument 1 names different: declaration 'address' definition 'a'. [funcArgNamesDifferent]
faust-0.9.95/architecture/httpdlib/src/httpd/Address.h:47:55: note: Function 'addressFirst' argument 1 names different: declaration 'address' definition 'a'.
faust-0.9.95/architecture/httpdlib/src/httpd/Address.cpp:33:45: note: Function 'addressFirst' argument 1 names different: declaration 'address' definition 'a'.
faust-0.9.95/architecture/httpdlib/src/httpd/Address.cpp:44:44: style: Function 'addressLast' argument 1 names different: declaration 'address' definition 'a'. [funcArgNamesDifferent]
faust-0.9.95/architecture/httpdlib/src/httpd/Address.h:53:54: note: Function 'addressLast' argument 1 names different: declaration 'address' definition 'a'.
faust-0.9.95/architecture/httpdlib/src/httpd/Address.cpp:44:44: note: Function 'addressLast' argument 1 names different: declaration 'address' definition 'a'.
faust-0.9.95/architecture/httpdlib/src/httpd/Address.cpp:52:44: style: Function 'addressTail' argument 1 names different: declaration 'address' definition 'a'. [funcArgNamesDifferent]
faust-0.9.95/architecture/httpdlib/src/httpd/Address.h:61:54: note: Function 'addressTail' argument 1 names different: declaration 'address' definition 'a'.
faust-0.9.95/architecture/httpdlib/src/httpd/Address.cpp:52:44: note: Function 'addressTail' argument 1 names different: declaration 'address' definition 'a'.
faust-0.9.95/architecture/httpdlib/src/httpd/HTTPDServer.cpp:75:16: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
faust-0.9.95/architecture/httpdlib/src/httpd/HTTPDServer.cpp:55:24: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/httpdlib/src/httpd/HTTPDServer.cpp:92:17: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/httpdlib/src/httpd/HTTPDServer.h:70:6: performance: Technically the member function 'httpdfaust::HTTPDServer::send' can be static. [functionStatic]
faust-0.9.95/architecture/httpdlib/src/httpd/HTTPDServer.cpp:180:18: note: Technically the member function 'httpdfaust::HTTPDServer::send' can be static.
faust-0.9.95/architecture/httpdlib/src/httpd/HTTPDServer.h:70:6: note: Technically the member function 'httpdfaust::HTTPDServer::send' can be static.
faust-0.9.95/architecture/httpdlib/src/httpd/HTTPDServer.h:72:14: performance: Technically the member function 'httpdfaust::HTTPDServer::getMIMEType' can be static. [functionStatic]
faust-0.9.95/architecture/httpdlib/src/httpd/HTTPDServer.cpp:138:26: note: Technically the member function 'httpdfaust::HTTPDServer::getMIMEType' can be static.
faust-0.9.95/architecture/httpdlib/src/httpd/HTTPDServer.h:72:14: note: Technically the member function 'httpdfaust::HTTPDServer::getMIMEType' can be static.
faust-0.9.95/architecture/httpdlib/src/httpd/HTTPDServer.h:75:6: style: Class 'HTTPDServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/httpdlib/src/httpd/HTTPDSetup.cpp:44:51: style: Function 'start' argument 2 names different: declaration 'port' definition 'tcpport'. [funcArgNamesDifferent]
faust-0.9.95/architecture/httpdlib/src/httpd/HTTPDSetup.h:47:41: note: Function 'start' argument 2 names different: declaration 'port' definition 'tcpport'.
faust-0.9.95/architecture/httpdlib/src/httpd/HTTPDSetup.cpp:44:51: note: Function 'start' argument 2 names different: declaration 'port' definition 'tcpport'.
faust-0.9.95/architecture/httpdlib/src/json/jsoncontrol.h:61:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/httpdlib/src/json/jsoncontrol.h:66:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/httpdlib/src/json/jsoncontrol.h:56:16: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/httpdlib/src/json/jsonnode.h:77:16: note: Virtual function in base class
faust-0.9.95/architecture/httpdlib/src/json/jsoncontrol.h:56:16: note: Function in derived class
faust-0.9.95/architecture/httpdlib/src/json/jsongroup.h:55:16: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/httpdlib/src/json/jsonnode.h:76:16: note: Virtual function in base class
faust-0.9.95/architecture/httpdlib/src/json/jsongroup.h:55:16: note: Function in derived class
faust-0.9.95/architecture/httpdlib/src/json/jsongroup.h:56:16: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/httpdlib/src/json/jsonnode.h:77:16: note: Virtual function in base class
faust-0.9.95/architecture/httpdlib/src/json/jsongroup.h:56:16: note: Function in derived class
faust-0.9.95/architecture/httpdlib/src/json/jsonui.h:40:0: style: Class 'httpdfaust :: jsonui < FAUSTFLOAT >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
faust-0.9.95/architecture/httpdlib/src/json/jsonui.h:40:0: style: Class 'httpdfaust :: jsonui < FAUSTFLOAT >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/architecture/httpdlib/src/json/jsongroup.cpp:34:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/httpdlib/src/json/jsongroup.cpp:39:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/httpdlib/src/json/jsongroup.cpp:48:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/httpdlib/src/json/jsonroot.cpp:32:51: style: Function 'operator<<' argument 2 names different: declaration 'eol' definition 'endl'. [funcArgNamesDifferent]
faust-0.9.95/architecture/httpdlib/src/json/jsonnode.h:64:61: note: Function 'operator<<' argument 2 names different: declaration 'eol' definition 'endl'.
faust-0.9.95/architecture/httpdlib/src/json/jsonroot.cpp:32:51: note: Function 'operator<<' argument 2 names different: declaration 'eol' definition 'endl'.
faust-0.9.95/architecture/httpdlib/src/json/jsonroot.cpp:57:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/httpdlib/src/json/jsonroot.cpp:67:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/httpdlib/src/json/jsonui.h:40:64: style: Class 'jsonui' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
faust-0.9.95/architecture/httpdlib/src/json/jsonui.h:40:64: style: Class 'jsonui' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/architecture/httpdlib/src/msg/Message.cpp:66:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/httpdlib/src/msg/Message.h:128:5: style: Class 'Message' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/httpdlib/src/msg/Message.h:92:0: style: Class 'httpdfaust :: MsgParam < string >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/httpdlib/src/msg/Message.h:92:0: style: Class 'httpdfaust :: MsgParam < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/httpdlib/src/msg/Message.h:92:0: style: Class 'httpdfaust :: MsgParam < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/httpdlib/src/msg/Message.h:92:0: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
faust-0.9.95/architecture/httpdlib/src/nodes/FaustNode.h:50:4: style: Technically the member function 'httpdfaust::mapping::scale' can be const. [functionConst]
faust-0.9.95/architecture/httpdlib/src/nodes/RootNode.h:47:6: style: Class 'RootNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/httpdlib/src/nodes/FaustNode.h:97:16: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/httpdlib/src/nodes/MessageDriven.h:97:16: note: Virtual function in base class
faust-0.9.95/architecture/httpdlib/src/nodes/FaustNode.h:97:16: note: Function in derived class
faust-0.9.95/architecture/httpdlib/src/nodes/FaustNode.h:114:16: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/httpdlib/src/nodes/MessageDriven.h:108:16: note: Virtual function in base class
faust-0.9.95/architecture/httpdlib/src/nodes/FaustNode.h:114:16: note: Function in derived class
faust-0.9.95/architecture/httpdlib/src/nodes/RootNode.h:56:10: style: The function 'processMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/httpdlib/src/nodes/MessageDriven.h:73:16: note: Virtual function in base class
faust-0.9.95/architecture/httpdlib/src/nodes/RootNode.h:56:10: note: Function in derived class
faust-0.9.95/architecture/httpdlib/src/nodes/RootNode.h:57:16: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/httpdlib/src/nodes/MessageDriven.h:97:16: note: Virtual function in base class
faust-0.9.95/architecture/httpdlib/src/nodes/RootNode.h:57:16: note: Function in derived class
faust-0.9.95/architecture/httpdlib/src/nodes/MessageDriven.h:87:84: performance: Function parameter 'addrTail' should be passed by const reference. [passedByValue]
faust-0.9.95/architecture/httpdlib/src/nodes/MessageDriven.cpp:94:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/httpdlib/src/nodes/MessageDriven.cpp:118:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/httpdlib/src/nodes/MessageDriven.cpp:110:89: performance: Function parameter 'addrTail' should be passed by const reference. [passedByValue]
faust-0.9.95/architecture/httpdlib/src/nodes/RootNode.cpp:56:9: style: Unused variable: val [unusedVariable]
faust-0.9.95/architecture/faust/audio/coreaudio-ios-dsp.h:484:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/architecture/faust/audio/coreaudio-ios-dsp.h:177:45: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/faust/audio/coreaudio-ios-dsp.h:224:45: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/faust/gui/APIUI.h:233:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/gui/APIUI.h:239:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/gui/APIUI.h:242:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:193:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:57:27: warning: Assert statement calls a function which may have desired side effects: 'getNumOutputs'. [assertWithSideEffect]
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:57:53: warning: Assert statement calls a function which may have desired side effects: 'getNumInputs'. [assertWithSideEffect]
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:208:55: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:213:56: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:231:54: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:236:55: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/faust/gui/APIUI.h:227:9: warning: Member variable 'APIUI::fCurrentScale' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/audio/coreaudio-ios-dsp.h:192:13: performance: Technically the member function 'TiPhoneCoreAudioRenderer::SetupMixing' can be static. [functionStatic]
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:58:13: style: Class 'dsp_sequencer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:58:13: style: Class 'dsp_sequencer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:180:5: style: Struct 'dsp_voice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:434:14: style: The function 'metadata' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:119:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:434:14: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:457:14: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:87:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:457:14: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:465:14: style: The function 'instanceInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:93:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:465:14: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:473:14: style: The function 'instanceConstants' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:99:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:473:14: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:481:14: style: The function 'instanceResetUserInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:102:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:481:14: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:488:14: style: The function 'instanceClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:105:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:488:14: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:495:21: style: The function 'getSampleRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:79:21: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:495:21: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:497:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:112:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:497:29: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:502:14: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:129:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:502:14: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:541:13: style: The function 'getNumInputs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:65:21: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:541:13: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:546:13: style: The function 'getNumOutputs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:68:21: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:546:13: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:551:14: style: The function 'buildUserInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:76:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/poly-dsp.h:551:14: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:75:21: style: The function 'getNumInputs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:65:21: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:75:21: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:76:21: style: The function 'getNumOutputs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:68:21: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:76:21: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:78:22: style: The function 'buildUserInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:76:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:78:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:90:21: style: The function 'getSampleRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:79:21: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:90:21: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:95:22: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:87:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:95:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:101:22: style: The function 'instanceInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:93:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:101:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:107:22: style: The function 'instanceConstants' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:99:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:107:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:113:22: style: The function 'instanceResetUserInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:102:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:113:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:119:22: style: The function 'instanceClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:105:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:119:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:125:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:112:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:125:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:130:22: style: The function 'metadata' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:119:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:130:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:136:22: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:129:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:136:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:141:22: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:140:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:141:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:165:21: style: The function 'getNumInputs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:65:21: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:165:21: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:166:21: style: The function 'getNumOutputs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:68:21: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:166:21: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:168:22: style: The function 'buildUserInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:76:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:168:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:180:21: style: The function 'getSampleRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:79:21: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:180:21: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:185:22: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:87:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:185:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:191:22: style: The function 'instanceInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:93:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:191:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:197:22: style: The function 'instanceConstants' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:99:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:197:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:203:22: style: The function 'instanceResetUserInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:102:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:203:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:209:22: style: The function 'instanceClear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:105:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:209:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:215:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:112:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:215:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:220:22: style: The function 'metadata' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:119:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:220:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:226:22: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:129:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:226:22: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:243:22: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/dsp/dsp.h:140:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/dsp/dsp-combiner.h:243:22: note: Function in derived class
faust-0.9.95/architecture/faust/audio/jack-dsp.h:266:17: style: The scope of the variable 'inputs' can be reduced. [variableScope]
faust-0.9.95/architecture/faust/audio/jack-dsp.h:278:17: style: The scope of the variable 'outputs' can be reduced. [variableScope]
faust-0.9.95/architecture/faust/audio/jack-dsp.h:163:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/audio/jack-dsp.h:187:43: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/faust/audio/jack-dsp.h:192:44: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/faust/audio/jack-dsp.h:510:43: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/faust/audio/jack-dsp.h:515:44: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/faust/audio/jack-dsp.h:308:22: warning: Virtual function 'stop' is called from destructor '~jackaudio()' at line 219. Dynamic binding is not used. [virtualCallInConstructor]
faust-0.9.95/architecture/faust/audio/jack-dsp.h:219:17: note: Calling stop
faust-0.9.95/architecture/faust/audio/jack-dsp.h:308:22: note: stop is a virtual method
faust-0.9.95/architecture/faust/audio/jack-dsp.h:469:22: style: The function 'save_connections' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/audio/jack-dsp.h:132:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/audio/jack-dsp.h:469:22: note: Function in derived class
faust-0.9.95/architecture/faust/audio/jack-dsp.h:532:21: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/audio/jack-dsp.h:182:21: note: Virtual function in base class
faust-0.9.95/architecture/faust/audio/jack-dsp.h:532:21: note: Function in derived class
faust-0.9.95/architecture/faust/audio/jack-dsp.h:574:22: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/audio/jack-dsp.h:292:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/audio/jack-dsp.h:574:22: note: Function in derived class
faust-0.9.95/architecture/faust/audio/jack-dsp.h:579:22: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/audio/jack-dsp.h:308:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/audio/jack-dsp.h:579:22: note: Function in derived class
faust-0.9.95/architecture/faust/audio/jack-dsp.h:299:17: performance: Possible inefficient checking for 'fConnections' emptiness. [stlSize]
faust-0.9.95/architecture/ios-coreaudio.cpp:46:0: error: syntax error [syntaxError]
faust-0.9.95/architecture/iphone-cocoa.cpp:304:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
faust-0.9.95/architecture/iphone-cocoa.cpp:304:5: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
faust-0.9.95/architecture/iphone-cocoa.cpp:304:5: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
faust-0.9.95/architecture/iphone-cocoa.cpp:304:5: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
faust-0.9.95/architecture/iphone-cocoa.cpp:249:44: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/iphone-cocoa.cpp:283:34: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/iphone-cocoa.cpp:297:56: style: Function 'Open' argument 2 names different: declaration 'sampleRate' definition 'samplerate'. [funcArgNamesDifferent]
faust-0.9.95/architecture/iphone-cocoa.cpp:179:38: note: Function 'Open' argument 2 names different: declaration 'sampleRate' definition 'samplerate'.
faust-0.9.95/architecture/iphone-cocoa.cpp:297:56: note: Function 'Open' argument 2 names different: declaration 'sampleRate' definition 'samplerate'.
faust-0.9.95/architecture/iphone-cocoa.cpp:146:9: warning: Member variable 'TiPhoneCoreAudioRenderer::fHWNumInChans' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/iphone-cocoa.cpp:146:9: warning: Member variable 'TiPhoneCoreAudioRenderer::fHWNumOutChans' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/gui/RosUI.h:108:18: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faust-0.9.95/architecture/faust/gui/RosUI.h:114:13: note: Found duplicate branches for 'if' and 'else'.
faust-0.9.95/architecture/faust/gui/RosUI.h:108:18: note: Found duplicate branches for 'if' and 'else'.
faust-0.9.95/architecture/faust/gui/RosUI.h:418:10: warning: String literal compared with variable 'key'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
faust-0.9.95/architecture/jack-gtk-ros.cpp:85:16: style: Variable 'home' is assigned a value that is never used. [unreadVariable]
faust-0.9.95/architecture/faust/gui/RosUI.h:238:0: error: Memory leak: button_sub [memleak]
faust-0.9.95/architecture/faust/gui/RosUI.h:279:0: error: Memory leak: c_button_sub [memleak]
faust-0.9.95/architecture/faust/gui/RosUI.h:322:0: error: Memory leak: v_slider [memleak]
faust-0.9.95/architecture/faust/gui/RosUI.h:363:0: error: Memory leak: h_slider [memleak]
faust-0.9.95/architecture/faust/gui/RosUI.h:404:0: error: Memory leak: num_entry [memleak]
faust-0.9.95/architecture/jack-internal.cpp:720:34: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/jack-internal.cpp:444:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
faust-0.9.95/architecture/jack-internal.cpp:744:18: style: Unused variable: i [unusedVariable]
faust-0.9.95/architecture/jack-internal.cpp:151:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/jack-internal.cpp:290:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/jack-internal.cpp:301:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/jack-internal.cpp:305:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/jack-internal.cpp:324:2: warning: Member variable 'dsp::fSamplingFreq' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/jack-internal.cpp:649:5: warning: Member variable 'JackFaustInternal::fNumInChans' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/jack-internal.cpp:649:5: warning: Member variable 'JackFaustInternal::fNumOutChans' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/jack-internal.cpp:649:5: warning: Member variable 'JackFaustInternal::fInputPorts' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/jack-internal.cpp:649:5: warning: Member variable 'JackFaustInternal::fOutputPorts' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/jack-internal.cpp:649:5: warning: Member variable 'JackFaustInternal::fInChannel' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/jack-internal.cpp:649:5: warning: Member variable 'JackFaustInternal::fOutChannel' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/jack-internal.cpp:649:5: warning: Member variable 'JackFaustInternal::fInterface' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/jack-internal.cpp:258:10: style: Technically the member function 'uiItem::cache' can be const. [functionConst]
faust-0.9.95/architecture/jack-internal.cpp:422:21: style: Technically the member function 'JackArgParser::GetArgString' can be const. [functionConst]
faust-0.9.95/architecture/jack-internal.cpp:504:23: note: Technically the member function 'JackArgParser::GetArgString' can be const.
faust-0.9.95/architecture/jack-internal.cpp:422:21: note: Technically the member function 'JackArgParser::GetArgString' can be const.
faust-0.9.95/architecture/jack-internal.cpp:423:13: style: Technically the member function 'JackArgParser::GetNumArgv' can be const. [functionConst]
faust-0.9.95/architecture/jack-internal.cpp:509:20: note: Technically the member function 'JackArgParser::GetNumArgv' can be const.
faust-0.9.95/architecture/jack-internal.cpp:423:13: note: Technically the member function 'JackArgParser::GetNumArgv' can be const.
faust-0.9.95/architecture/jack-internal.cpp:424:13: style: Technically the member function 'JackArgParser::GetArgc' can be const. [functionConst]
faust-0.9.95/architecture/jack-internal.cpp:514:20: note: Technically the member function 'JackArgParser::GetArgc' can be const.
faust-0.9.95/architecture/jack-internal.cpp:424:13: note: Technically the member function 'JackArgParser::GetArgc' can be const.
faust-0.9.95/architecture/jack-internal.cpp:425:13: style: Technically the member function 'JackArgParser::GetArgv' can be const. [functionConst]
faust-0.9.95/architecture/jack-internal.cpp:519:20: note: Technically the member function 'JackArgParser::GetArgv' can be const.
faust-0.9.95/architecture/jack-internal.cpp:425:13: note: Technically the member function 'JackArgParser::GetArgv' can be const.
faust-0.9.95/architecture/jack-internal.cpp:427:14: style: Technically the member function 'JackArgParser::DeleteArgv' can be const. [functionConst]
faust-0.9.95/architecture/jack-internal.cpp:540:21: note: Technically the member function 'JackArgParser::DeleteArgv' can be const.
faust-0.9.95/architecture/jack-internal.cpp:427:14: note: Technically the member function 'JackArgParser::DeleteArgv' can be const.
faust-0.9.95/architecture/jack-internal.cpp:429:14: performance: Technically the member function 'JackArgParser::FreeParams' can be static. [functionStatic]
faust-0.9.95/architecture/jack-internal.cpp:609:21: note: Technically the member function 'JackArgParser::FreeParams' can be static.
faust-0.9.95/architecture/jack-internal.cpp:429:14: note: Technically the member function 'JackArgParser::FreeParams' can be static.
faust-0.9.95/architecture/jack-internal.cpp:420:9: style: Class 'JackArgParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/jack-internal.cpp:199:15: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/jack-internal.cpp:158:15: note: Virtual function in base class
faust-0.9.95/architecture/jack-internal.cpp:199:15: note: Function in derived class
faust-0.9.95/architecture/jack-internal.cpp:200:15: style: The function 'addToggleButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/jack-internal.cpp:159:15: note: Virtual function in base class
faust-0.9.95/architecture/jack-internal.cpp:200:15: note: Function in derived class
faust-0.9.95/architecture/jack-internal.cpp:201:15: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/jack-internal.cpp:160:15: note: Virtual function in base class
faust-0.9.95/architecture/jack-internal.cpp:201:15: note: Function in derived class
faust-0.9.95/architecture/jack-internal.cpp:202:15: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/jack-internal.cpp:161:15: note: Virtual function in base class
faust-0.9.95/architecture/jack-internal.cpp:202:15: note: Function in derived class
faust-0.9.95/architecture/jack-internal.cpp:203:15: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/jack-internal.cpp:162:15: note: Virtual function in base class
faust-0.9.95/architecture/jack-internal.cpp:203:15: note: Function in derived class
faust-0.9.95/architecture/jack-internal.cpp:204:15: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/jack-internal.cpp:163:15: note: Virtual function in base class
faust-0.9.95/architecture/jack-internal.cpp:204:15: note: Function in derived class
faust-0.9.95/architecture/jack-internal.cpp:208:15: style: The function 'addNumDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/jack-internal.cpp:167:15: note: Virtual function in base class
faust-0.9.95/architecture/jack-internal.cpp:208:15: note: Function in derived class
faust-0.9.95/architecture/jack-internal.cpp:209:15: style: The function 'addTextDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/jack-internal.cpp:168:15: note: Virtual function in base class
faust-0.9.95/architecture/jack-internal.cpp:209:15: note: Function in derived class
faust-0.9.95/architecture/jack-internal.cpp:210:15: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/jack-internal.cpp:169:15: note: Virtual function in base class
faust-0.9.95/architecture/jack-internal.cpp:210:15: note: Function in derived class
faust-0.9.95/architecture/jack-internal.cpp:211:15: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/jack-internal.cpp:170:15: note: Virtual function in base class
faust-0.9.95/architecture/jack-internal.cpp:211:15: note: Function in derived class
faust-0.9.95/architecture/jack-internal.cpp:217:15: style: The function 'openFrameBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/jack-internal.cpp:176:15: note: Virtual function in base class
faust-0.9.95/architecture/jack-internal.cpp:217:15: note: Function in derived class
faust-0.9.95/architecture/jack-internal.cpp:218:15: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/jack-internal.cpp:177:15: note: Virtual function in base class
faust-0.9.95/architecture/jack-internal.cpp:218:15: note: Function in derived class
faust-0.9.95/architecture/jack-internal.cpp:219:15: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/jack-internal.cpp:178:15: note: Virtual function in base class
faust-0.9.95/architecture/jack-internal.cpp:219:15: note: Function in derived class
faust-0.9.95/architecture/jack-internal.cpp:220:15: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/jack-internal.cpp:179:15: note: Virtual function in base class
faust-0.9.95/architecture/jack-internal.cpp:220:15: note: Function in derived class
faust-0.9.95/architecture/jack-internal.cpp:221:15: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/jack-internal.cpp:180:15: note: Virtual function in base class
faust-0.9.95/architecture/jack-internal.cpp:221:15: note: Function in derived class
faust-0.9.95/architecture/jack-internal.cpp:223:18: style: The function 'declare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/jack-internal.cpp:182:18: note: Virtual function in base class
faust-0.9.95/architecture/jack-internal.cpp:223:18: note: Function in derived class
faust-0.9.95/architecture/jack-internal.cpp:275:16: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/jack-internal.cpp:259:16: note: Virtual function in base class
faust-0.9.95/architecture/jack-internal.cpp:275:16: note: Function in derived class
faust-0.9.95/architecture/faust/audio/dummy-audio.h:72:9: warning: Member variable 'dummy_audio::fDSP' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/audio/dummy-audio.h:72:9: warning: Member variable 'dummy_audio::fInChannel' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/audio/dummy-audio.h:72:9: warning: Member variable 'dummy_audio::fOutChannel' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/audio/dummy-audio.h:74:9: warning: Member variable 'dummy_audio::fDSP' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/audio/dummy-audio.h:74:9: warning: Member variable 'dummy_audio::fInChannel' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/audio/dummy-audio.h:74:9: warning: Member variable 'dummy_audio::fOutChannel' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/gui/JuceGUI.h:362:5: warning: Member variable 'uiComponent::vRatio' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/gui/JuceGUI.h:362:5: warning: Member variable 'uiComponent::hRatio' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/gui/JuceGUI.h:1458:5: warning: Member variable 'Juce_GUI::currentBox' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/gui/JuceGUI.h:1458:5: warning: Member variable 'Juce_GUI::parentBox' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/audio/dummy-audio.h:72:9: style: Class 'dummy_audio' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/faust/gui/JuceGUI.h:763:18: style: The function 'setCompLookAndFeel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/JuceGUI.h:351:18: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/JuceGUI.h:763:18: note: Function in derived class
faust-0.9.95/architecture/faust/gui/JuceGUI.h:784:42: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
faust-0.9.95/architecture/faust/gui/JuceGUI.h:792:38: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
faust-0.9.95/architecture/faust/gui/JuceGUI.h:793:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
faust-0.9.95/architecture/ladspa.cpp:437:14: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/ladspa.cpp:443:14: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/ladspa.cpp:449:14: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/ladspa.cpp:460:14: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/ladspa.cpp:361:2: warning: Member variable 'portData::fPortZone' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/ladspa.cpp:361:2: warning: Member variable 'portData::fPortData' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/lv2.cpp:156:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/lv2.cpp:177:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/lv2.cpp:197:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/lv2.cpp:217:23: style: C-style pointer casting [cstyleCast]
lv2.cpp:704:23: style: C-style pointer casting [cstyleCast]
lv2.cpp:1642:23: style: C-style pointer casting [cstyleCast]
lv2.cpp:1651:23: style: C-style pointer casting [cstyleCast]
lv2.cpp:1679:23: style: C-style pointer casting [cstyleCast]
lv2.cpp:1709:23: style: C-style pointer casting [cstyleCast]
lv2.cpp:1716:23: style: C-style pointer casting [cstyleCast]
lv2.cpp:1818:23: style: C-style pointer casting [cstyleCast]
lv2.cpp:2060:23: style: C-style pointer casting [cstyleCast]
lv2.cpp:1826:3: style: Variable 'plugin_name' is reassigned a value before the old one has been used. [redundantAssignment]
lv2.cpp:1823:0: note: Variable 'plugin_name' is reassigned a value before the old one has been used.
lv2.cpp:1826:3: note: Variable 'plugin_name' is reassigned a value before the old one has been used.
lv2.cpp:1827:3: style: Variable 'plugin_descr' is reassigned a value before the old one has been used. [redundantAssignment]
lv2.cpp:1823:0: note: Variable 'plugin_descr' is reassigned a value before the old one has been used.
lv2.cpp:1827:3: note: Variable 'plugin_descr' is reassigned a value before the old one has been used.
lv2.cpp:1828:3: style: Variable 'plugin_author' is reassigned a value before the old one has been used. [redundantAssignment]
lv2.cpp:1823:0: note: Variable 'plugin_author' is reassigned a value before the old one has been used.
lv2.cpp:1828:3: note: Variable 'plugin_author' is reassigned a value before the old one has been used.
lv2.cpp:1829:3: style: Variable 'plugin_version' is reassigned a value before the old one has been used. [redundantAssignment]
lv2.cpp:1824:0: note: Variable 'plugin_version' is reassigned a value before the old one has been used.
lv2.cpp:1829:3: note: Variable 'plugin_version' is reassigned a value before the old one has been used.
lv2.cpp:1830:3: style: Variable 'plugin_license' is reassigned a value before the old one has been used. [redundantAssignment]
lv2.cpp:1824:0: note: Variable 'plugin_license' is reassigned a value before the old one has been used.
lv2.cpp:1830:3: note: Variable 'plugin_license' is reassigned a value before the old one has been used.
lv2.cpp:795:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lv2.cpp:925:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lv2.cpp:996:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lv2.cpp:1059:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lv2.cpp:1104:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lv2.cpp:1123:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lv2.cpp:1233:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lv2.cpp:1469:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lv2.cpp:1934:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lv2.cpp:752:26: warning: Either the condition 'k==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
lv2.cpp:757:14: note: Assuming that condition 'k==0' is not redundant
lv2.cpp:752:26: note: Invalid argument
lv2.cpp:753:28: warning: Either the condition 'k==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
lv2.cpp:757:14: note: Assuming that condition 'k==0' is not redundant
lv2.cpp:753:28: note: Invalid argument
lv2.cpp:754:29: warning: Either the condition 'k==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
lv2.cpp:757:14: note: Assuming that condition 'k==0' is not redundant
lv2.cpp:754:29: note: Invalid argument
lv2.cpp:755:29: warning: Either the condition 'k==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
lv2.cpp:757:14: note: Assuming that condition 'k==0' is not redundant
lv2.cpp:755:29: note: Invalid argument
lv2.cpp:756:31: warning: Either the condition 'k==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
lv2.cpp:757:14: note: Assuming that condition 'k==0' is not redundant
lv2.cpp:756:31: note: Invalid argument
lv2.cpp:759:37: warning: Either the condition 'k==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
lv2.cpp:760:16: note: Assuming that condition 'k==0' is not redundant
lv2.cpp:759:37: note: Invalid argument
lv2.cpp:833:30: warning: Either the condition 'n==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
lv2.cpp:834:14: note: Assuming that condition 'n==0' is not redundant
lv2.cpp:833:30: note: Invalid argument
lv2.cpp:835:31: warning: Either the condition 'm==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
lv2.cpp:836:14: note: Assuming that condition 'm==0' is not redundant
lv2.cpp:835:31: note: Invalid argument
lv2.cpp:839:32: warning: Either the condition 'm==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
lv2.cpp:840:16: note: Assuming that condition 'm==0' is not redundant
lv2.cpp:839:32: note: Invalid argument
lv2.cpp:850:31: warning: Either the condition 'n==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
lv2.cpp:851:16: note: Assuming that condition 'n==0' is not redundant
lv2.cpp:850:31: note: Invalid argument
lv2.cpp:400:3: warning: Member variable 'VoiceData::tuning' is not initialized in the constructor. [uninitMemberVar]
lv2.cpp:400:3: warning: Member variable 'VoiceData::notes' is not initialized in the constructor. [uninitMemberVar]
lv2.cpp:400:3: warning: Member variable 'VoiceData::n_free' is not initialized in the constructor. [uninitMemberVar]
lv2.cpp:400:3: warning: Member variable 'VoiceData::n_used' is not initialized in the constructor. [uninitMemberVar]
lv2.cpp:400:3: warning: Member variable 'VoiceData::note_info' is not initialized in the constructor. [uninitMemberVar]
lv2.cpp:400:3: warning: Member variable 'VoiceData::lastgate' is not initialized in the constructor. [uninitMemberVar]
lv2.cpp:400:3: warning: Member variable 'VoiceData::bend' is not initialized in the constructor. [uninitMemberVar]
lv2.cpp:400:3: warning: Member variable 'VoiceData::range' is not initialized in the constructor. [uninitMemberVar]
lv2.cpp:400:3: warning: Member variable 'VoiceData::coarse' is not initialized in the constructor. [uninitMemberVar]
lv2.cpp:400:3: warning: Member variable 'VoiceData::fine' is not initialized in the constructor. [uninitMemberVar]
lv2.cpp:400:3: warning: Member variable 'VoiceData::tune' is not initialized in the constructor. [uninitMemberVar]
lv2.cpp:689:3: warning: Member variable 'LV2Plugin::rpn_msb' is not initialized in the constructor. [uninitMemberVar]
lv2.cpp:689:3: warning: Member variable 'LV2Plugin::rpn_lsb' is not initialized in the constructor. [uninitMemberVar]
lv2.cpp:689:3: warning: Member variable 'LV2Plugin::data_msb' is not initialized in the constructor. [uninitMemberVar]
lv2.cpp:689:3: warning: Member variable 'LV2Plugin::data_lsb' is not initialized in the constructor. [uninitMemberVar]
lv2.cpp:1012:9: style: Technically the member function 'LV2Plugin::midicps' can be const. [functionConst]
lv2.cpp:700:5: style: Struct 'LV2Plugin' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lv2.cpp:700:5: style: Struct 'LV2Plugin' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/architecture/lv2.cpp:98:3: style: Class 'LV2UI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lv2.cpp:400:3: style: Struct 'VoiceData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lv2.cpp:435:3: style: Struct 'MTSTuning' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lv2.cpp:481:3: style: Struct 'MTSTunings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/lv2.cpp:113:16: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:58:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2.cpp:113:16: note: Function in derived class
faust-0.9.95/architecture/lv2.cpp:114:16: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:59:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2.cpp:114:16: note: Function in derived class
faust-0.9.95/architecture/lv2.cpp:115:16: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:60:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2.cpp:115:16: note: Function in derived class
faust-0.9.95/architecture/lv2.cpp:116:16: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:61:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2.cpp:116:16: note: Function in derived class
faust-0.9.95/architecture/lv2.cpp:117:16: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:62:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2.cpp:117:16: note: Function in derived class
faust-0.9.95/architecture/lv2.cpp:119:16: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:66:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2.cpp:119:16: note: Function in derived class
faust-0.9.95/architecture/lv2.cpp:120:16: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:67:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2.cpp:120:16: note: Function in derived class
faust-0.9.95/architecture/lv2.cpp:122:16: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:51:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2.cpp:122:16: note: Function in derived class
faust-0.9.95/architecture/lv2.cpp:123:16: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:52:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2.cpp:123:16: note: Function in derived class
faust-0.9.95/architecture/lv2.cpp:124:16: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:53:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2.cpp:124:16: note: Function in derived class
faust-0.9.95/architecture/lv2.cpp:125:16: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:54:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2.cpp:125:16: note: Function in derived class
faust-0.9.95/architecture/lv2.cpp:129:16: style: The function 'declare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:71:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2.cpp:129:16: note: Function in derived class
lv2.cpp:1963:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
faust-0.9.95/architecture/lv2ui.cpp:152:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/lv2ui.cpp:173:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/lv2ui.cpp:193:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/lv2ui.cpp:213:23: style: C-style pointer casting [cstyleCast]
lv2ui.cpp:1744:27: style: C-style pointer casting [cstyleCast]
lv2ui.cpp:1768:27: style: C-style pointer casting [cstyleCast]
lv2ui.cpp:882:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lv2ui.cpp:885:7: note: Found duplicate branches for 'if' and 'else'.
lv2ui.cpp:882:12: note: Found duplicate branches for 'if' and 'else'.
lv2ui.cpp:1030:14: style: The scope of the variable 'argc' can be reduced. [variableScope]
lv2ui.cpp:1031:16: style: The scope of the variable 'argv' can be reduced. [variableScope]
lv2ui.cpp:772:13: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lv2ui.cpp:772:38: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
lv2ui.cpp:1669:15: style: Variable 'step' is assigned a value that is never used. [unreadVariable]
lv2ui.cpp:614:26: warning: Either the condition 'k==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
lv2ui.cpp:617:14: note: Assuming that condition 'k==0' is not redundant
lv2ui.cpp:614:26: note: Invalid argument
lv2ui.cpp:615:28: warning: Either the condition 'k==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
lv2ui.cpp:617:14: note: Assuming that condition 'k==0' is not redundant
lv2ui.cpp:615:28: note: Invalid argument
lv2ui.cpp:616:29: warning: Either the condition 'k==0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
lv2ui.cpp:617:14: note: Assuming that condition 'k==0' is not redundant
lv2ui.cpp:616:29: note: Invalid argument
lv2ui.cpp:585:3: warning: Member variable 'LV2PluginUI::nvoices_val' is not initialized in the constructor. [uninitMemberVar]
lv2ui.cpp:585:3: warning: Member variable 'LV2PluginUI::tuning_no_val' is not initialized in the constructor. [uninitMemberVar]
lv2ui.cpp:689:10: performance: Technically the member function 'LV2PluginUI::quantize' can be static. [functionStatic]
lv2ui.cpp:796:9: performance: Technically the member function 'LV2PluginUI::clamp' can be static. [functionStatic]
lv2ui.cpp:605:5: style: Struct 'LV2PluginUI' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lv2ui.cpp:605:5: style: Struct 'LV2PluginUI' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/architecture/lv2ui.cpp:94:3: style: Class 'LV2UI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lv2ui.cpp:365:3: style: Struct 'MTSTuning' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lv2ui.cpp:411:3: style: Struct 'MTSTunings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/lv2ui.cpp:109:16: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:58:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2ui.cpp:109:16: note: Function in derived class
faust-0.9.95/architecture/lv2ui.cpp:110:16: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:59:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2ui.cpp:110:16: note: Function in derived class
faust-0.9.95/architecture/lv2ui.cpp:111:16: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:60:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2ui.cpp:111:16: note: Function in derived class
faust-0.9.95/architecture/lv2ui.cpp:112:16: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:61:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2ui.cpp:112:16: note: Function in derived class
faust-0.9.95/architecture/lv2ui.cpp:113:16: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:62:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2ui.cpp:113:16: note: Function in derived class
faust-0.9.95/architecture/lv2ui.cpp:115:16: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:66:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2ui.cpp:115:16: note: Function in derived class
faust-0.9.95/architecture/lv2ui.cpp:116:16: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:67:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2ui.cpp:116:16: note: Function in derived class
faust-0.9.95/architecture/lv2ui.cpp:118:16: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:51:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2ui.cpp:118:16: note: Function in derived class
faust-0.9.95/architecture/lv2ui.cpp:119:16: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:52:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2ui.cpp:119:16: note: Function in derived class
faust-0.9.95/architecture/lv2ui.cpp:120:16: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:53:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2ui.cpp:120:16: note: Function in derived class
faust-0.9.95/architecture/lv2ui.cpp:121:16: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:54:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2ui.cpp:121:16: note: Function in derived class
faust-0.9.95/architecture/lv2ui.cpp:125:16: style: The function 'declare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:71:22: note: Virtual function in base class
faust-0.9.95/architecture/lv2ui.cpp:125:16: note: Function in derived class
lv2ui.cpp:1089:16: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:51:22: note: Virtual function in base class
lv2ui.cpp:1089:16: note: Function in derived class
lv2ui.cpp:1091:16: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:52:22: note: Virtual function in base class
lv2ui.cpp:1091:16: note: Function in derived class
lv2ui.cpp:1093:16: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:53:22: note: Virtual function in base class
lv2ui.cpp:1093:16: note: Function in derived class
lv2ui.cpp:1095:16: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:54:22: note: Virtual function in base class
lv2ui.cpp:1095:16: note: Function in derived class
lv2ui.cpp:1112:16: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:58:22: note: Virtual function in base class
lv2ui.cpp:1112:16: note: Function in derived class
lv2ui.cpp:1115:16: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:59:22: note: Virtual function in base class
lv2ui.cpp:1115:16: note: Function in derived class
lv2ui.cpp:1118:16: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:60:22: note: Virtual function in base class
lv2ui.cpp:1118:16: note: Function in derived class
lv2ui.cpp:1123:16: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:61:22: note: Virtual function in base class
lv2ui.cpp:1123:16: note: Function in derived class
lv2ui.cpp:1128:16: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:62:22: note: Virtual function in base class
lv2ui.cpp:1128:16: note: Function in derived class
lv2ui.cpp:1135:16: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:66:22: note: Virtual function in base class
lv2ui.cpp:1135:16: note: Function in derived class
lv2ui.cpp:1138:16: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:67:22: note: Virtual function in base class
lv2ui.cpp:1138:16: note: Function in derived class
lv2ui.cpp:1142:16: style: The function 'declare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:71:22: note: Virtual function in base class
lv2ui.cpp:1142:16: note: Function in derived class
faust-0.9.95/architecture/faust/gui/console.h:84:14: performance: Technically the member function 'CMDUI::simplify' can be static. [functionStatic]
faust-0.9.95/architecture/faust/gui/console.h:254:16: style: Technically the member function 'CMDUI::files' can be const. [functionConst]
faust-0.9.95/architecture/faust/audio/channels.h:72:14: style: Technically the member function 'channels::display' can be const. [functionConst]
faust-0.9.95/architecture/faust/audio/channels.h:41:13: style: Class 'channels' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
faust-0.9.95/architecture/faust/audio/channels.h:41:13: style: Class 'channels' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/architecture/faust/gui/console.h:159:15: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:58:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/console.h:159:15: note: Function in derived class
faust-0.9.95/architecture/faust/gui/console.h:164:15: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:59:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/console.h:164:15: note: Function in derived class
faust-0.9.95/architecture/faust/gui/console.h:169:15: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:60:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/console.h:169:15: note: Function in derived class
faust-0.9.95/architecture/faust/gui/console.h:174:15: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:61:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/console.h:174:15: note: Function in derived class
faust-0.9.95/architecture/faust/gui/console.h:179:15: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:62:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/console.h:179:15: note: Function in derived class
faust-0.9.95/architecture/faust/gui/console.h:186:15: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:66:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/console.h:186:15: note: Function in derived class
faust-0.9.95/architecture/faust/gui/console.h:187:15: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:67:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/console.h:187:15: note: Function in derived class
faust-0.9.95/architecture/faust/gui/console.h:189:15: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:51:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/console.h:189:15: note: Function in derived class
faust-0.9.95/architecture/faust/gui/console.h:190:15: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:52:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/console.h:190:15: note: Function in derived class
faust-0.9.95/architecture/faust/gui/console.h:191:15: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:53:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/console.h:191:15: note: Function in derived class
faust-0.9.95/architecture/faust/gui/console.h:193:15: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:54:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/gui/console.h:193:15: note: Function in derived class
faust-0.9.95/architecture/max-msp/max-msp.cpp:316:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/max-msp/max-msp.cpp:434:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/max-msp/max-msp.cpp:651:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/max-msp/max-msp.cpp:656:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/max-msp/max-msp.cpp:205:14: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/max-msp/max-msp.cpp:192:18: note: Virtual function in base class
faust-0.9.95/architecture/max-msp/max-msp.cpp:205:14: note: Function in derived class
faust-0.9.95/architecture/max-msp/max-msp.cpp:219:14: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/max-msp/max-msp.cpp:192:18: note: Virtual function in base class
faust-0.9.95/architecture/max-msp/max-msp.cpp:219:14: note: Function in derived class
faust-0.9.95/architecture/max-msp/max-msp.cpp:241:14: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/max-msp/max-msp.cpp:192:18: note: Virtual function in base class
faust-0.9.95/architecture/max-msp/max-msp.cpp:241:14: note: Function in derived class
faust-0.9.95/architecture/max-msp/max-msp.cpp:248:14: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/max-msp/max-msp.cpp:190:18: note: Virtual function in base class
faust-0.9.95/architecture/max-msp/max-msp.cpp:248:14: note: Function in derived class
faust-0.9.95/architecture/max-msp/max-msp.cpp:266:14: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/max-msp/max-msp.cpp:192:18: note: Virtual function in base class
faust-0.9.95/architecture/max-msp/max-msp.cpp:266:14: note: Function in derived class
faust-0.9.95/architecture/max-msp/max-msp.cpp:273:28: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/max-msp/max-msp.cpp:191:24: note: Virtual function in base class
faust-0.9.95/architecture/max-msp/max-msp.cpp:273:28: note: Function in derived class
faust-0.9.95/architecture/max-msp/max-msp64.cpp:328:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/max-msp/max-msp64.cpp:474:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/max-msp/max-msp64.cpp:690:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/max-msp/max-msp64.cpp:695:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/max-msp/max-msp64.cpp:190:14: performance: Technically the member function 'mspUIObject::range' can be static. [functionStatic]
faust-0.9.95/architecture/max-msp/max-msp64.cpp:211:8: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/max-msp/max-msp64.cpp:199:16: note: Virtual function in base class
faust-0.9.95/architecture/max-msp/max-msp64.cpp:211:8: note: Function in derived class
faust-0.9.95/architecture/max-msp/max-msp64.cpp:225:8: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/max-msp/max-msp64.cpp:199:16: note: Virtual function in base class
faust-0.9.95/architecture/max-msp/max-msp64.cpp:225:8: note: Function in derived class
faust-0.9.95/architecture/max-msp/max-msp64.cpp:247:8: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/max-msp/max-msp64.cpp:199:16: note: Virtual function in base class
faust-0.9.95/architecture/max-msp/max-msp64.cpp:247:8: note: Function in derived class
faust-0.9.95/architecture/max-msp/max-msp64.cpp:254:8: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/max-msp/max-msp64.cpp:197:16: note: Virtual function in base class
faust-0.9.95/architecture/max-msp/max-msp64.cpp:254:8: note: Function in derived class
faust-0.9.95/architecture/max-msp/max-msp64.cpp:272:14: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/max-msp/max-msp64.cpp:199:16: note: Virtual function in base class
faust-0.9.95/architecture/max-msp/max-msp64.cpp:272:14: note: Function in derived class
faust-0.9.95/architecture/max-msp/max-msp64.cpp:279:28: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/max-msp/max-msp64.cpp:198:28: note: Virtual function in base class
faust-0.9.95/architecture/max-msp/max-msp64.cpp:279:28: note: Function in derived class
faust-0.9.95/architecture/minimal-effect.cpp:51:0: error: syntax error [syntaxError]
faust-0.9.95/architecture/ms-jack-gtk.cpp:396:29: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/ms-jack-gtk.cpp:621:15: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/ms-jack-gtk.cpp:627:15: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/ms-jack-gtk.cpp:663:7: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/ms-jack-gtk.cpp:696:7: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/ms-jack-gtk.cpp:729:7: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/ms-jack-gtk.cpp:836:71: style: Function 'addVerticalBargraph' argument 3 names different: declaration 'min' definition 'lo'. [funcArgNamesDifferent]
faust-0.9.95/architecture/ms-jack-gtk.cpp:482:73: note: Function 'addVerticalBargraph' argument 3 names different: declaration 'min' definition 'lo'.
faust-0.9.95/architecture/ms-jack-gtk.cpp:836:71: note: Function 'addVerticalBargraph' argument 3 names different: declaration 'min' definition 'lo'.
faust-0.9.95/architecture/ms-jack-gtk.cpp:836:81: style: Function 'addVerticalBargraph' argument 4 names different: declaration 'max' definition 'hi'. [funcArgNamesDifferent]
faust-0.9.95/architecture/ms-jack-gtk.cpp:482:84: note: Function 'addVerticalBargraph' argument 4 names different: declaration 'max' definition 'hi'.
faust-0.9.95/architecture/ms-jack-gtk.cpp:836:81: note: Function 'addVerticalBargraph' argument 4 names different: declaration 'max' definition 'hi'.
faust-0.9.95/architecture/ms-jack-gtk.cpp:848:73: style: Function 'addHorizontalBargraph' argument 3 names different: declaration 'min' definition 'lo'. [funcArgNamesDifferent]
faust-0.9.95/architecture/ms-jack-gtk.cpp:481:75: note: Function 'addHorizontalBargraph' argument 3 names different: declaration 'min' definition 'lo'.
faust-0.9.95/architecture/ms-jack-gtk.cpp:848:73: note: Function 'addHorizontalBargraph' argument 3 names different: declaration 'min' definition 'lo'.
faust-0.9.95/architecture/ms-jack-gtk.cpp:848:83: style: Function 'addHorizontalBargraph' argument 4 names different: declaration 'max' definition 'hi'. [funcArgNamesDifferent]
faust-0.9.95/architecture/ms-jack-gtk.cpp:481:86: note: Function 'addHorizontalBargraph' argument 4 names different: declaration 'max' definition 'hi'.
faust-0.9.95/architecture/ms-jack-gtk.cpp:848:83: note: Function 'addHorizontalBargraph' argument 4 names different: declaration 'max' definition 'hi'.
faust-0.9.95/architecture/ms-jack-gtk.cpp:931:87: style: Function 'addTextDisplay' argument 4 names different: declaration 'min' definition 'lo'. [funcArgNamesDifferent]
faust-0.9.95/architecture/ms-jack-gtk.cpp:480:89: note: Function 'addTextDisplay' argument 4 names different: declaration 'min' definition 'lo'.
faust-0.9.95/architecture/ms-jack-gtk.cpp:931:87: note: Function 'addTextDisplay' argument 4 names different: declaration 'min' definition 'lo'.
faust-0.9.95/architecture/ms-jack-gtk.cpp:931:97: style: Function 'addTextDisplay' argument 5 names different: declaration 'max' definition 'hi'. [funcArgNamesDifferent]
faust-0.9.95/architecture/ms-jack-gtk.cpp:480:100: note: Function 'addTextDisplay' argument 5 names different: declaration 'max' definition 'hi'.
faust-0.9.95/architecture/ms-jack-gtk.cpp:931:97: note: Function 'addTextDisplay' argument 5 names different: declaration 'max' definition 'hi'.
faust-0.9.95/architecture/ms-jack-gtk.cpp:163:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/ms-jack-gtk.cpp:177:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/ms-jack-gtk.cpp:191:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/ms-jack-gtk.cpp:296:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/ms-jack-gtk.cpp:308:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/ms-jack-gtk.cpp:312:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/ms-jack-gtk.cpp:992:2: warning: Member variable 'dsp::fSamplingFreq' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/ms-jack-gtk.cpp:226:7: style: Technically the member function 'UI::stopped' can be const. [functionConst]
faust-0.9.95/architecture/ms-jack-gtk.cpp:262:10: style: Technically the member function 'uiItem::cache' can be const. [functionConst]
faust-0.9.95/architecture/ms-jack-gtk.cpp:824:8: style: Technically the member function 'uiBargraph::scale' can be const. [functionConst]
faust-0.9.95/architecture/ms-jack-gtk.cpp:389:18: warning: Virtual function 'close' is called from destructor '~MidiShareUI()' at line 358. Dynamic binding is not used. [virtualCallInConstructor]
faust-0.9.95/architecture/ms-jack-gtk.cpp:358:31: note: Calling close
faust-0.9.95/architecture/ms-jack-gtk.cpp:389:18: note: close is a virtual method
faust-0.9.95/architecture/ms-jack-gtk.cpp:279:16: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:263:16: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:279:16: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:362:18: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:198:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:362:18: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:363:18: style: The function 'addToggleButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:199:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:363:18: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:364:18: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:200:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:364:18: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:365:18: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:201:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:365:18: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:367:18: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:202:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:367:18: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:369:18: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:203:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:369:18: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:374:18: style: The function 'declare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:228:18: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:374:18: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:461:15: style: The function 'openFrameBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:216:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:461:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:466:15: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:220:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:466:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:470:15: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:198:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:470:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:471:15: style: The function 'addToggleButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:199:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:471:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:472:15: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:200:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:472:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:473:15: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:201:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:473:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:474:15: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:202:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:474:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:475:15: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:203:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:475:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:479:15: style: The function 'addNumDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:207:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:479:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:480:15: style: The function 'addTextDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:208:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:480:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:481:15: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:209:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:481:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:482:15: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:210:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:482:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:484:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:222:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:484:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:485:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:223:15: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:485:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:631:15: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:263:16: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:631:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:666:15: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:263:16: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:666:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:699:15: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:263:16: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:699:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:732:15: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:263:16: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:732:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:826:15: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:263:16: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:826:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:870:15: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:263:16: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:870:15: note: Function in derived class
faust-0.9.95/architecture/ms-jack-gtk.cpp:916:15: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/ms-jack-gtk.cpp:263:16: note: Virtual function in base class
faust-0.9.95/architecture/ms-jack-gtk.cpp:916:15: note: Function in derived class
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:239:43: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:240:44: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:299:43: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:300:44: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:209:22: warning: Virtual function 'stop' is called from destructor '~netjackaudio()' at line 190. Dynamic binding is not used. [virtualCallInConstructor]
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:190:17: note: Calling stop
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:209:22: note: stop is a virtual method
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:235:22: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:175:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:235:22: note: Function in derived class
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:274:22: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:195:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:274:22: note: Function in derived class
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:280:21: style: The function 'restart_cb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:154:21: note: Virtual function in base class
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:280:21: note: Function in derived class
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:295:22: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:175:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:295:22: note: Function in derived class
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:340:22: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:195:22: note: Virtual function in base class
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:340:22: note: Function in derived class
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:347:21: style: The function 'restart_cb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:154:21: note: Virtual function in base class
faust-0.9.95/architecture/faust/audio/netjack-dsp.h:347:21: note: Function in derived class
faust-0.9.95/architecture/octave.cpp:299:7: style: Unused variable: ngivenctrls [unusedVariable]
faust-0.9.95/architecture/octave.cpp:397:42: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/octave.cpp:410:23: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/octave.cpp:411:24: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/octave.cpp:417:26: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/octave.cpp:433:27: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/octave.cpp:444:21: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/octave.cpp:445:22: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/octave.cpp:221:2: warning: Member variable 'dsp::fSamplingFreq' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/octave.cpp:112:7: style: Technically the member function 'UI::stopped' can be const. [functionConst]
faust-0.9.95/architecture/octave.cpp:144:15: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/octave.cpp:86:15: note: Virtual function in base class
faust-0.9.95/architecture/octave.cpp:144:15: note: Function in derived class
faust-0.9.95/architecture/octave.cpp:151:15: style: The function 'addToggleButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/octave.cpp:87:15: note: Virtual function in base class
faust-0.9.95/architecture/octave.cpp:151:15: note: Function in derived class
faust-0.9.95/architecture/octave.cpp:156:15: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/octave.cpp:88:15: note: Virtual function in base class
faust-0.9.95/architecture/octave.cpp:156:15: note: Function in derived class
faust-0.9.95/architecture/octave.cpp:161:15: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/octave.cpp:89:15: note: Virtual function in base class
faust-0.9.95/architecture/octave.cpp:161:15: note: Function in derived class
faust-0.9.95/architecture/octave.cpp:166:15: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/octave.cpp:90:15: note: Virtual function in base class
faust-0.9.95/architecture/octave.cpp:166:15: note: Function in derived class
faust-0.9.95/architecture/octave.cpp:171:15: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/octave.cpp:91:15: note: Virtual function in base class
faust-0.9.95/architecture/octave.cpp:171:15: note: Function in derived class
faust-0.9.95/architecture/octave.cpp:178:15: style: The function 'addNumDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/octave.cpp:95:15: note: Virtual function in base class
faust-0.9.95/architecture/octave.cpp:178:15: note: Function in derived class
faust-0.9.95/architecture/octave.cpp:179:15: style: The function 'addTextDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/octave.cpp:96:15: note: Virtual function in base class
faust-0.9.95/architecture/octave.cpp:179:15: note: Function in derived class
faust-0.9.95/architecture/octave.cpp:180:15: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/octave.cpp:97:15: note: Virtual function in base class
faust-0.9.95/architecture/octave.cpp:180:15: note: Function in derived class
faust-0.9.95/architecture/octave.cpp:181:15: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/octave.cpp:98:15: note: Virtual function in base class
faust-0.9.95/architecture/octave.cpp:181:15: note: Function in derived class
faust-0.9.95/architecture/octave.cpp:184:15: style: The function 'openFrameBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/octave.cpp:102:15: note: Virtual function in base class
faust-0.9.95/architecture/octave.cpp:184:15: note: Function in derived class
faust-0.9.95/architecture/octave.cpp:185:15: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/octave.cpp:103:15: note: Virtual function in base class
faust-0.9.95/architecture/octave.cpp:185:15: note: Function in derived class
faust-0.9.95/architecture/octave.cpp:186:15: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/octave.cpp:104:15: note: Virtual function in base class
faust-0.9.95/architecture/octave.cpp:186:15: note: Function in derived class
faust-0.9.95/architecture/octave.cpp:187:15: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/octave.cpp:105:15: note: Virtual function in base class
faust-0.9.95/architecture/octave.cpp:187:15: note: Function in derived class
faust-0.9.95/architecture/octave.cpp:195:15: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/octave.cpp:106:15: note: Virtual function in base class
faust-0.9.95/architecture/octave.cpp:195:15: note: Function in derived class
faust-0.9.95/architecture/octave.cpp:196:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/octave.cpp:109:15: note: Virtual function in base class
faust-0.9.95/architecture/octave.cpp:196:15: note: Function in derived class
faust-0.9.95/architecture/octave.cpp:197:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/octave.cpp:108:15: note: Virtual function in base class
faust-0.9.95/architecture/octave.cpp:197:15: note: Function in derived class
faust-0.9.95/architecture/octave.cpp:120:15: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
faust-0.9.95/architecture/faust/audio/osc-dsp.h:86:15: warning: Virtual function 'stop' is called from destructor '~oscdsp()' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
faust-0.9.95/architecture/faust/audio/osc-dsp.h:59:9: note: Calling stop
faust-0.9.95/architecture/faust/audio/osc-dsp.h:86:15: note: stop is a virtual method
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1569:0: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:2207:0: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:2236:0: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:2614:0: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:2879:0: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1641:87: style: Function 'Keep' argument 1 names different: declaration 'pElx' definition 'pelx'. [funcArgNamesDifferent]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1469:37: note: Function 'Keep' argument 1 names different: declaration 'pElx' definition 'pelx'.
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1641:87: note: Function 'Keep' argument 1 names different: declaration 'pElx' definition 'pelx'.
faust-0.9.95/architecture/osclib/faust/src/lib/OSCRegexp.cpp:35:46: style: Function 'OSCRe2Re' argument 1 names different: declaration 'oscre' definition 're'. [funcArgNamesDifferent]
faust-0.9.95/architecture/osclib/faust/src/lib/OSCRegexp.h:43:43: note: Function 'OSCRe2Re' argument 1 names different: declaration 'oscre' definition 're'.
faust-0.9.95/architecture/osclib/faust/src/lib/OSCRegexp.cpp:35:46: note: Function 'OSCRe2Re' argument 1 names different: declaration 'oscre' definition 're'.
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:3291:0: style: Function 'Replace' argument 8 names different: declaration 'result' definition 'remote_result'. [funcArgNamesDifferent]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:3039:0: note: Function 'Replace' argument 8 names different: declaration 'result' definition 'remote_result'.
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:3291:0: note: Function 'Replace' argument 8 names different: declaration 'result' definition 'remote_result'.
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:3291:0: style: Function 'Replace' argument 9 names different: declaration 'pContext' definition 'oContext'. [funcArgNamesDifferent]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:3039:0: note: Function 'Replace' argument 9 names different: declaration 'pContext' definition 'oContext'.
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:3291:0: note: Function 'Replace' argument 9 names different: declaration 'pContext' definition 'oContext'.
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1231:50: warning: Member variable 'CConditionElxT::m_pelxask' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1231:50: warning: Member variable 'CConditionElxT::m_pelxyes' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1231:50: warning: Member variable 'CConditionElxT::m_pelxno' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1448:54: performance: Variable 'ch' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1449:14: style: Technically the member function 'CBuilderT::CHART_INFO::operator==' can be const. [functionConst]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1120:0: performance: Technically the member function 'CReluctantElxT < 0 >::MatchVart' can be static. [functionStatic]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:4028:0: note: Technically the member function 'CReluctantElxT < 0 >::MatchVart' can be static.
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1120:0: note: Technically the member function 'CReluctantElxT < 0 >::MatchVart' can be static.
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:32:2: style: Class 'CBufferRefT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:778:2: style: Class 'CDelegateElxT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/faust/src/lib/OSCRegexp.h:45:6: style: Class 'OSCRegexp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:913:0: style: Class 'CListElxT < 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:895:0: style: Class 'CIndependentElxT < 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:150:0: style: Class 'CBufferT < char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1323:0: warning: The class 'MatchResultT < 0 >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:465:6: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:415:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:465:6: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:466:6: style: The function 'MatchNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:416:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:466:6: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:585:6: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:415:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:585:6: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:586:6: style: The function 'MatchNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:416:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:586:6: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:669:6: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:415:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:669:6: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:670:6: style: The function 'MatchNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:416:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:670:6: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:774:6: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:415:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:774:6: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:775:6: style: The function 'MatchNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:416:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:775:6: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:928:6: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:415:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:928:6: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:929:6: style: The function 'MatchNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:416:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:929:6: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1034:6: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:415:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1034:6: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1035:6: style: The function 'MatchNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:416:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1035:6: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1135:6: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:415:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1135:6: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1136:6: style: The function 'MatchNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:416:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1136:6: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1213:6: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:415:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1213:6: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1214:6: style: The function 'MatchNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:416:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1214:6: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1113:0: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:415:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1113:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1114:0: style: The function 'MatchNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:416:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1114:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1019:0: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:415:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1019:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1020:0: style: The function 'MatchNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:416:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:1020:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:909:0: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:415:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:909:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:910:0: style: The function 'MatchNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:416:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:910:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:891:0: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:415:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:891:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:892:0: style: The function 'MatchNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:416:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:892:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:869:0: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:415:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:869:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:870:0: style: The function 'MatchNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:416:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:870:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:846:0: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:415:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:846:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:847:0: style: The function 'MatchNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:416:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:847:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:831:0: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:415:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:831:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:832:0: style: The function 'MatchNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:416:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:832:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:816:0: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:415:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:816:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:817:0: style: The function 'MatchNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:416:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:817:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:446:0: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:415:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:446:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:447:0: style: The function 'MatchNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:416:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:447:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:428:0: style: The function 'Match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:415:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:428:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:429:0: style: The function 'MatchNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:416:14: note: Virtual function in base class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:429:0: note: Function in derived class
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:2463:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:2469:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:2472:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:2475:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:2478:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:2481:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:2484:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:2615:88: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:2616:88: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:2883:80: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
faust-0.9.95/architecture/osclib/faust/src/lib/deelx.h:2885:80: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
faust-0.9.95/architecture/osclib/faust/src/msg/Message.cpp:74:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/osclib/faust/src/nodes/FaustNode.cpp:93:13: style: The scope of the variable 'ival' can be reduced. [variableScope]
faust-0.9.95/architecture/osclib/faust/src/nodes/FaustNode.cpp:93:25: style: The scope of the variable 'fval' can be reduced. [variableScope]
faust-0.9.95/architecture/osclib/faust/src/nodes/FaustNode.cpp:110:13: style: The scope of the variable 'ival' can be reduced. [variableScope]
faust-0.9.95/architecture/osclib/faust/src/nodes/FaustNode.cpp:110:25: style: The scope of the variable 'fval' can be reduced. [variableScope]
faust-0.9.95/architecture/osclib/faust/src/nodes/FaustNode.cpp:111:44: style: Variable 'aliases' is assigned a value that is never used. [unreadVariable]
faust-0.9.95/architecture/osclib/faust/src/nodes/MessageDriven.cpp:65:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/osclib/faust/src/nodes/MessageDriven.cpp:95:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/osclib/faust/src/nodes/RootNode.cpp:137:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/osclib/faust/src/nodes/RootNode.cpp:161:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/osclib/faust/src/nodes/RootNode.cpp:207:31: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/osclib/faust/src/osc/OSCAddress.cpp:33:48: style: Function 'addressFirst' argument 1 names different: declaration 'address' definition 'a'. [funcArgNamesDifferent]
faust-0.9.95/architecture/osclib/faust/src/osc/OSCAddress.h:47:55: note: Function 'addressFirst' argument 1 names different: declaration 'address' definition 'a'.
faust-0.9.95/architecture/osclib/faust/src/osc/OSCAddress.cpp:33:48: note: Function 'addressFirst' argument 1 names different: declaration 'address' definition 'a'.
faust-0.9.95/architecture/osclib/faust/src/osc/OSCAddress.cpp:44:47: style: Function 'addressLast' argument 1 names different: declaration 'address' definition 'a'. [funcArgNamesDifferent]
faust-0.9.95/architecture/osclib/faust/src/osc/OSCAddress.h:53:54: note: Function 'addressLast' argument 1 names different: declaration 'address' definition 'a'.
faust-0.9.95/architecture/osclib/faust/src/osc/OSCAddress.cpp:44:47: note: Function 'addressLast' argument 1 names different: declaration 'address' definition 'a'.
faust-0.9.95/architecture/osclib/faust/src/osc/OSCAddress.cpp:52:47: style: Function 'addressTail' argument 1 names different: declaration 'address' definition 'a'. [funcArgNamesDifferent]
faust-0.9.95/architecture/osclib/faust/src/osc/OSCAddress.h:61:54: note: Function 'addressTail' argument 1 names different: declaration 'address' definition 'a'.
faust-0.9.95/architecture/osclib/faust/src/osc/OSCAddress.cpp:52:47: note: Function 'addressTail' argument 1 names different: declaration 'address' definition 'a'.
faust-0.9.95/architecture/osclib/faust/src/osc/OSCStream.h:37:2: warning: Member variable 'OSCStart::fAddress' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/faust/src/osc/OSCStream.h:78:9: warning: Member variable 'OSCStream::fBuffer' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/faust/src/osc/OSCStream.h:38:2: style: Struct 'OSCStart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/faust/src/osc/OSCStream.h:78:9: style: Class 'OSCStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/faust/src/osc/OSCListener.cpp:75:87: style: Function 'ProcessMessage' argument 2 names different: declaration 'remoteEndpoint' definition 'src'. [funcArgNamesDifferent]
faust-0.9.95/architecture/osclib/faust/src/osc/OSCListener.h:66:84: note: Function 'ProcessMessage' argument 2 names different: declaration 'remoteEndpoint' definition 'src'.
faust-0.9.95/architecture/osclib/faust/src/osc/OSCListener.cpp:75:87: note: Function 'ProcessMessage' argument 2 names different: declaration 'remoteEndpoint' definition 'src'.
faust-0.9.95/architecture/osclib/faust/src/osc/OSCListener.h:68:16: warning: Virtual function 'stop' is called from destructor '~OSCListener()' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
faust-0.9.95/architecture/osclib/faust/src/osc/OSCListener.cpp:54:31: note: Calling stop
faust-0.9.95/architecture/osclib/faust/src/osc/OSCListener.h:68:16: note: stop is a virtual method
faust-0.9.95/architecture/osclib/faust/src/osc/OSCSetup.cpp:45:9: warning: Member variable 'OscThread::fErrCallback' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/faust/src/osc/OSCSetup.cpp:45:9: warning: Member variable 'OscThread::fArg' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/faust/src/osc/OSCSetup.cpp:45:56: performance: Variable 'fListener' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faust-0.9.95/architecture/osclib/faust/src/osc/OSCSetup.cpp:49:13: performance: Variable 'fListener' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faust-0.9.95/architecture/osclib/faust/src/osc/OSCSetup.cpp:97:3: style: Exception should be caught by reference. [catchExceptionByValue]
faust-0.9.95/architecture/osclib/faust/src/threads/pthreads_impl.cpp:38:21: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/osclib/oscpack/ip/IpEndpointName.h:40:5: warning: Member variable 'IpEndpointName::destAddress' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/oscpack/ip/IpEndpointName.h:42:5: warning: Member variable 'IpEndpointName::destAddress' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/oscpack/ip/IpEndpointName.h:44:5: warning: Member variable 'IpEndpointName::destAddress' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/oscpack/ip/IpEndpointName.h:46:5: warning: Member variable 'IpEndpointName::destAddress' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/oscpack/ip/IpEndpointName.h:49:5: warning: Member variable 'IpEndpointName::destAddress' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/oscpack/ip/IpEndpointName.h:42:5: style: Class 'IpEndpointName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/oscpack/ip/posix/UdpSocket.cpp:362:5: warning: Member variable 'Implementation::break_' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/oscpack/ip/posix/UdpSocket.cpp:263:6: style: Technically the member function 'Implementation::Socket' can be const. [functionConst]
faust-0.9.95/architecture/osclib/oscpack/ip/posix/UdpSocket.cpp:352:9: performance: Technically the member function 'Implementation::GetCurrentTimeMs' can be static. [functionStatic]
faust-0.9.95/architecture/osclib/oscpack/ip/win32/UdpSocket.cpp:367:5: warning: Member variable 'Implementation::break_' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/oscpack/ip/win32/UdpSocket.cpp:98:8: performance: Variable 'socket_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faust-0.9.95/architecture/osclib/oscpack/ip/win32/UdpSocket.cpp:369:3: performance: Variable 'breakEvent_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faust-0.9.95/architecture/osclib/oscpack/ip/win32/UdpSocket.cpp:361:9: performance: Technically the member function 'Implementation::GetCurrentTimeMs' can be static. [functionStatic]
faust-0.9.95/architecture/osclib/oscpack/osc/OscOutboundPacketStream.cpp:370:37: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/architecture/osclib/oscpack/osc/OscTypes.h:132:5: warning: Member variable 'RgbaColor::value' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/oscpack/osc/OscTypes.h:141:5: warning: Member variable 'MidiMessage::value' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/oscpack/osc/OscTypes.h:150:5: warning: Member variable 'TimeTag::value' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/oscpack/osc/OscTypes.h:159:5: warning: Member variable 'Symbol::value' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/oscpack/osc/OscTypes.h:168:5: warning: Member variable 'Blob::data' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/oscpack/osc/OscTypes.h:168:5: warning: Member variable 'Blob::size' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/oscpack/osc/OscException.h:41:5: warning: Member variable 'Exception::what_' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/osclib/oscpack/osc/OscOutboundPacketStream.h:121:10: style: Technically the member function 'osc::OutboundPacketStream::CheckForAvailableBundleSpace' can be const. [functionConst]
faust-0.9.95/architecture/osclib/oscpack/osc/OscOutboundPacketStream.cpp:212:28: note: Technically the member function 'osc::OutboundPacketStream::CheckForAvailableBundleSpace' can be const.
faust-0.9.95/architecture/osclib/oscpack/osc/OscOutboundPacketStream.h:121:10: note: Technically the member function 'osc::OutboundPacketStream::CheckForAvailableBundleSpace' can be const.
faust-0.9.95/architecture/osclib/oscpack/osc/OscOutboundPacketStream.h:122:10: style: Technically the member function 'osc::OutboundPacketStream::CheckForAvailableMessageSpace' can be const. [functionConst]
faust-0.9.95/architecture/osclib/oscpack/osc/OscOutboundPacketStream.cpp:221:28: note: Technically the member function 'osc::OutboundPacketStream::CheckForAvailableMessageSpace' can be const.
faust-0.9.95/architecture/osclib/oscpack/osc/OscOutboundPacketStream.h:122:10: note: Technically the member function 'osc::OutboundPacketStream::CheckForAvailableMessageSpace' can be const.
faust-0.9.95/architecture/osclib/oscpack/osc/OscOutboundPacketStream.h:123:10: style: Technically the member function 'osc::OutboundPacketStream::CheckForAvailableArgumentSpace' can be const. [functionConst]
faust-0.9.95/architecture/osclib/oscpack/osc/OscOutboundPacketStream.cpp:232:28: note: Technically the member function 'osc::OutboundPacketStream::CheckForAvailableArgumentSpace' can be const.
faust-0.9.95/architecture/osclib/oscpack/osc/OscOutboundPacketStream.h:123:10: note: Technically the member function 'osc::OutboundPacketStream::CheckForAvailableArgumentSpace' can be const.
faust-0.9.95/architecture/osclib/oscpack/osc/OscException.h:44:5: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/oscpack/osc/OscOutboundPacketStream.h:41:5: style: Class 'OutOfBufferMemoryException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/oscpack/osc/OscOutboundPacketStream.h:47:5: style: Class 'BundleNotInProgressException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/oscpack/osc/OscOutboundPacketStream.h:54:5: style: Class 'MessageInProgressException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/oscpack/osc/OscOutboundPacketStream.h:61:5: style: Class 'MessageNotInProgressException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/oscpack/osc/OscReceivedElements.h:137:10: style: Unused private function: 'ReceivedBundleElementIterator::IsEqualTo' [unusedPrivateFunction]
faust-0.9.95/architecture/osclib/oscpack/osc/OscReceivedElements.h:42:5: style: Class 'MalformedMessageException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/oscpack/osc/OscReceivedElements.h:48:5: style: Class 'MalformedBundleException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/oscpack/osc/OscReceivedElements.h:54:5: style: Class 'WrongArgumentTypeException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/oscpack/osc/OscReceivedElements.h:60:5: style: Class 'MissingArgumentException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/oscpack/osc/OscReceivedElements.h:66:5: style: Class 'ExcessArgumentException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/oscpack/osc/OscReceivedElements.h:91:5: style: Class 'ReceivedBundleElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/oscpack/osc/OscReceivedElements.h:109:2: style: Class 'ReceivedBundleElementIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/osclib/oscpack/osc/OscReceivedElements.cpp:539:41: style: Function 'Init' argument 1 names different: declaration 'bundle' definition 'message'. [funcArgNamesDifferent]
faust-0.9.95/architecture/osclib/oscpack/osc/OscReceivedElements.h:413:28: note: Function 'Init' argument 1 names different: declaration 'bundle' definition 'message'.
faust-0.9.95/architecture/osclib/oscpack/osc/OscReceivedElements.cpp:539:41: note: Function 'Init' argument 1 names different: declaration 'bundle' definition 'message'.
faust-0.9.95/architecture/osclib/oscpack/osc/OscReceivedElements.cpp:671:40: style: Function 'Init' argument 1 names different: declaration 'message' definition 'bundle'. [funcArgNamesDifferent]
faust-0.9.95/architecture/osclib/oscpack/osc/OscReceivedElements.h:455:28: note: Function 'Init' argument 1 names different: declaration 'message' definition 'bundle'.
faust-0.9.95/architecture/osclib/oscpack/osc/OscReceivedElements.cpp:671:40: note: Function 'Init' argument 1 names different: declaration 'message' definition 'bundle'.
faust-0.9.95/architecture/osclib/oscpack/osc/OscReceivedElements.h:258:10: style: Unused private function: 'ReceivedMessageArgumentIterator::IsEqualTo' [unusedPrivateFunction]
faust-0.9.95/architecture/osclib/oscpack/tests/OscUnitTests.cpp:134:9: style: Variable 'i' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
faust-0.9.95/architecture/osclib/oscpack/tests/OscUnitTests.cpp:131:19: note: Variable 'i' is reassigned a value before the old one has been used if variable is no semaphore variable.
faust-0.9.95/architecture/osclib/oscpack/tests/OscUnitTests.cpp:134:9: note: Variable 'i' is reassigned a value before the old one has been used if variable is no semaphore variable.
faust-0.9.95/architecture/osclib/oscpack/tests/OscUnitTests.cpp:96:5: error: Memory leak: s [memleak]
faust-0.9.95/architecture/oss-gtk.cpp:671:27: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
faust-0.9.95/architecture/oss-gtk.cpp:1100:10: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/oss-gtk.cpp:1154:21: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/oss-gtk.cpp:1160:21: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/oss-gtk.cpp:1197:10: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/oss-gtk.cpp:1282:10: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/oss-gtk.cpp:1317:10: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/oss-gtk.cpp:1687:18: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/oss-gtk.cpp:994:36: style: Function 'openTabBox' argument 1 names different: declaration 'label' definition 'fullLabel'. [funcArgNamesDifferent]
faust-0.9.95/architecture/oss-gtk.cpp:813:41: note: Function 'openTabBox' argument 1 names different: declaration 'label' definition 'fullLabel'.
faust-0.9.95/architecture/oss-gtk.cpp:994:36: note: Function 'openTabBox' argument 1 names different: declaration 'label' definition 'fullLabel'.
faust-0.9.95/architecture/oss-gtk.cpp:1008:43: style: Function 'openHorizontalBox' argument 1 names different: declaration 'label' definition 'fullLabel'. [funcArgNamesDifferent]
faust-0.9.95/architecture/oss-gtk.cpp:814:48: note: Function 'openHorizontalBox' argument 1 names different: declaration 'label' definition 'fullLabel'.
faust-0.9.95/architecture/oss-gtk.cpp:1008:43: note: Function 'openHorizontalBox' argument 1 names different: declaration 'label' definition 'fullLabel'.
faust-0.9.95/architecture/oss-gtk.cpp:1030:41: style: Function 'openVerticalBox' argument 1 names different: declaration 'label' definition 'fullLabel'. [funcArgNamesDifferent]
faust-0.9.95/architecture/oss-gtk.cpp:815:46: note: Function 'openVerticalBox' argument 1 names different: declaration 'label' definition 'fullLabel'.
faust-0.9.95/architecture/oss-gtk.cpp:1030:41: note: Function 'openVerticalBox' argument 1 names different: declaration 'label' definition 'fullLabel'.
faust-0.9.95/architecture/oss-gtk.cpp:1440:71: style: Function 'addVerticalBargraph' argument 3 names different: declaration 'min' definition 'lo'. [funcArgNamesDifferent]
faust-0.9.95/architecture/oss-gtk.cpp:841:76: note: Function 'addVerticalBargraph' argument 3 names different: declaration 'min' definition 'lo'.
faust-0.9.95/architecture/oss-gtk.cpp:1440:71: note: Function 'addVerticalBargraph' argument 3 names different: declaration 'min' definition 'lo'.
faust-0.9.95/architecture/oss-gtk.cpp:1440:81: style: Function 'addVerticalBargraph' argument 4 names different: declaration 'max' definition 'hi'. [funcArgNamesDifferent]
faust-0.9.95/architecture/oss-gtk.cpp:841:87: note: Function 'addVerticalBargraph' argument 4 names different: declaration 'max' definition 'hi'.
faust-0.9.95/architecture/oss-gtk.cpp:1440:81: note: Function 'addVerticalBargraph' argument 4 names different: declaration 'max' definition 'hi'.
faust-0.9.95/architecture/oss-gtk.cpp:1454:73: style: Function 'addHorizontalBargraph' argument 3 names different: declaration 'min' definition 'lo'. [funcArgNamesDifferent]
faust-0.9.95/architecture/oss-gtk.cpp:840:78: note: Function 'addHorizontalBargraph' argument 3 names different: declaration 'min' definition 'lo'.
faust-0.9.95/architecture/oss-gtk.cpp:1454:73: note: Function 'addHorizontalBargraph' argument 3 names different: declaration 'min' definition 'lo'.
faust-0.9.95/architecture/oss-gtk.cpp:1454:83: style: Function 'addHorizontalBargraph' argument 4 names different: declaration 'max' definition 'hi'. [funcArgNamesDifferent]
faust-0.9.95/architecture/oss-gtk.cpp:840:89: note: Function 'addHorizontalBargraph' argument 4 names different: declaration 'max' definition 'hi'.
faust-0.9.95/architecture/oss-gtk.cpp:1454:83: note: Function 'addHorizontalBargraph' argument 4 names different: declaration 'max' definition 'hi'.
faust-0.9.95/architecture/oss-gtk.cpp:1541:87: style: Function 'addTextDisplay' argument 4 names different: declaration 'min' definition 'lo'. [funcArgNamesDifferent]
faust-0.9.95/architecture/oss-gtk.cpp:839:92: note: Function 'addTextDisplay' argument 4 names different: declaration 'min' definition 'lo'.
faust-0.9.95/architecture/oss-gtk.cpp:1541:87: note: Function 'addTextDisplay' argument 4 names different: declaration 'min' definition 'lo'.
faust-0.9.95/architecture/oss-gtk.cpp:1541:97: style: Function 'addTextDisplay' argument 5 names different: declaration 'max' definition 'hi'. [funcArgNamesDifferent]
faust-0.9.95/architecture/oss-gtk.cpp:839:103: note: Function 'addTextDisplay' argument 5 names different: declaration 'max' definition 'hi'.
faust-0.9.95/architecture/oss-gtk.cpp:1541:97: note: Function 'addTextDisplay' argument 5 names different: declaration 'max' definition 'hi'.
faust-0.9.95/architecture/oss-gtk.cpp:482:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/oss-gtk.cpp:496:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/oss-gtk.cpp:510:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/oss-gtk.cpp:615:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/oss-gtk.cpp:627:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/oss-gtk.cpp:631:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/oss-gtk.cpp:264:25: warning: Assert statement modifies 'fInputDevice'. [assignmentInAssert]
faust-0.9.95/architecture/oss-gtk.cpp:282:26: warning: Assert statement modifies 'fOutputDevice'. [assignmentInAssert]
faust-0.9.95/architecture/oss-gtk.cpp:1634:2: warning: Member variable 'dsp::fSamplingFreq' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/oss-gtk.cpp:237:14: style: Technically the member function 'AudioInterface::getDeviceName' can be const. [functionConst]
faust-0.9.95/architecture/oss-gtk.cpp:238:8: style: Technically the member function 'AudioInterface::getSamplingFrequency' can be const. [functionConst]
faust-0.9.95/architecture/oss-gtk.cpp:239:7: style: Technically the member function 'AudioInterface::getRWMode' can be const. [functionConst]
faust-0.9.95/architecture/oss-gtk.cpp:240:7: style: Technically the member function 'AudioInterface::getSampleFormat' can be const. [functionConst]
faust-0.9.95/architecture/oss-gtk.cpp:241:7: style: Technically the member function 'AudioInterface::getFramesPerBuffer' can be const. [functionConst]
faust-0.9.95/architecture/oss-gtk.cpp:243:7: style: Technically the member function 'AudioInterface::getNumOutputs' can be const. [functionConst]
faust-0.9.95/architecture/oss-gtk.cpp:244:7: style: Technically the member function 'AudioInterface::getNumInputs' can be const. [functionConst]
faust-0.9.95/architecture/oss-gtk.cpp:245:7: style: Technically the member function 'AudioInterface::getInputBufferSize' can be const. [functionConst]
faust-0.9.95/architecture/oss-gtk.cpp:246:7: style: Technically the member function 'AudioInterface::getOutputBufferSize' can be const. [functionConst]
faust-0.9.95/architecture/oss-gtk.cpp:320:7: performance: Technically the member function 'AudioInterface::allocChanGroup' can be static. [functionStatic]
faust-0.9.95/architecture/oss-gtk.cpp:545:7: style: Technically the member function 'UI::stopped' can be const. [functionConst]
faust-0.9.95/architecture/oss-gtk.cpp:581:10: style: Technically the member function 'uiItem::cache' can be const. [functionConst]
faust-0.9.95/architecture/oss-gtk.cpp:1428:11: style: Technically the member function 'uiBargraph::scale' can be const. [functionConst]
faust-0.9.95/architecture/oss-gtk.cpp:249:2: style: Class 'AudioInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/oss-gtk.cpp:598:16: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:582:16: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:598:16: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:806:18: style: The function 'declare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:547:18: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:806:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:812:18: style: The function 'openFrameBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:535:15: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:812:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:824:18: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:539:15: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:824:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:829:18: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:517:15: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:829:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:830:18: style: The function 'addToggleButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:518:15: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:830:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:831:18: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:519:15: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:831:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:832:18: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:520:15: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:832:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:833:18: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:521:15: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:833:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:834:18: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:522:15: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:834:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:838:18: style: The function 'addNumDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:526:15: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:838:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:839:18: style: The function 'addTextDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:527:15: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:839:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:840:18: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:528:15: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:840:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:841:18: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:529:15: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:841:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:843:18: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:541:15: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:843:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:844:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:542:15: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:844:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:1103:18: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:582:16: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:1103:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:1164:18: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:582:16: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:1164:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:1200:18: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:582:16: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:1200:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:1285:18: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:582:16: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:1285:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:1320:18: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:582:16: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:1320:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:1430:18: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:582:16: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:1430:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:1478:18: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:582:16: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:1478:18: note: Function in derived class
faust-0.9.95/architecture/oss-gtk.cpp:1526:18: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/oss-gtk.cpp:582:16: note: Virtual function in base class
faust-0.9.95/architecture/oss-gtk.cpp:1526:18: note: Function in derived class
faust-0.9.95/architecture/owl.cpp:201:17: style: The scope of the variable 'ins' can be reduced. [variableScope]
faust-0.9.95/architecture/owl.cpp:202:17: style: The scope of the variable 'outs' can be reduced. [variableScope]
faust-0.9.95/architecture/owl.cpp:122:2: style: Class 'OwlUI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/owl.cpp:63:1: warning: The class 'OwlWidget' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
faust-0.9.95/architecture/owl.cpp:135:18: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:51:22: note: Virtual function in base class
faust-0.9.95/architecture/owl.cpp:135:18: note: Function in derived class
faust-0.9.95/architecture/owl.cpp:136:18: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:52:22: note: Virtual function in base class
faust-0.9.95/architecture/owl.cpp:136:18: note: Function in derived class
faust-0.9.95/architecture/owl.cpp:137:18: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:53:22: note: Virtual function in base class
faust-0.9.95/architecture/owl.cpp:137:18: note: Function in derived class
faust-0.9.95/architecture/owl.cpp:138:18: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:54:22: note: Virtual function in base class
faust-0.9.95/architecture/owl.cpp:138:18: note: Function in derived class
faust-0.9.95/architecture/owl.cpp:142:18: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:58:22: note: Virtual function in base class
faust-0.9.95/architecture/owl.cpp:142:18: note: Function in derived class
faust-0.9.95/architecture/owl.cpp:143:18: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:59:22: note: Virtual function in base class
faust-0.9.95/architecture/owl.cpp:143:18: note: Function in derived class
faust-0.9.95/architecture/owl.cpp:144:18: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:60:22: note: Virtual function in base class
faust-0.9.95/architecture/owl.cpp:144:18: note: Function in derived class
faust-0.9.95/architecture/owl.cpp:145:18: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:61:22: note: Virtual function in base class
faust-0.9.95/architecture/owl.cpp:145:18: note: Function in derived class
faust-0.9.95/architecture/owl.cpp:146:18: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:62:22: note: Virtual function in base class
faust-0.9.95/architecture/owl.cpp:146:18: note: Function in derived class
faust-0.9.95/architecture/owl.cpp:150:18: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:66:22: note: Virtual function in base class
faust-0.9.95/architecture/owl.cpp:150:18: note: Function in derived class
faust-0.9.95/architecture/owl.cpp:151:18: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:67:22: note: Virtual function in base class
faust-0.9.95/architecture/owl.cpp:151:18: note: Function in derived class
faust-0.9.95/architecture/owl.cpp:155:18: style: The function 'declare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:71:22: note: Virtual function in base class
faust-0.9.95/architecture/owl.cpp:155:18: note: Function in derived class
faust-0.9.95/architecture/faust/dsp/faust-poly-engine.h:138:14: style: Technically the member function 'FaustPolyEngine::isRunning' can be const. [functionConst]
faust-0.9.95/architecture/faust/dsp/faust-poly-engine.h:253:21: style: Technically the member function 'FaustPolyEngine::getJSONUI' can be const. [functionConst]
faust-0.9.95/architecture/faust/dsp/faust-poly-engine.h:263:21: style: Technically the member function 'FaustPolyEngine::getJSONMeta' can be const. [functionConst]
faust-0.9.95/architecture/faust/dsp/faust-poly-engine.h:338:14: performance: Technically the member function 'FaustPolyEngine::setVoiceParamValue' can be static. [functionStatic]
faust-0.9.95/architecture/faust/dsp/faust-poly-engine.h:349:14: performance: Technically the member function 'FaustPolyEngine::setVoiceParamValue' can be static. [functionStatic]
faust-0.9.95/architecture/faust/dsp/faust-poly-engine.h:360:15: performance: Technically the member function 'FaustPolyEngine::getVoiceParamValue' can be static. [functionStatic]
faust-0.9.95/architecture/faust/dsp/faust-poly-engine.h:371:15: performance: Technically the member function 'FaustPolyEngine::getVoiceParamValue' can be static. [functionStatic]
faust-0.9.95/architecture/faust/dsp/faust-poly-engine.h:390:21: performance: Technically the member function 'FaustPolyEngine::getVoiceParamAddress' can be static. [functionStatic]
faust-0.9.95/architecture/faust/dsp/faust-poly-engine.h:87:17: style: Class 'FaustPolyEngine' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
faust-0.9.95/architecture/faust/dsp/faust-poly-engine.h:87:17: style: Class 'FaustPolyEngine' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/architecture/faust/dsp/faust-poly-engine.h:66:9: style: Class 'FaustPolyEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/pure.cpp:179:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/pure.cpp:197:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/pure.cpp:216:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/pure.cpp:235:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/pure.cpp:404:20: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/pure.cpp:352:8: style: struct member 'dspmem_t::x' is never used. [unusedStructMember]
faust-0.9.95/architecture/pure.cpp:296:3: warning: Member variable 'dsp::fSamplingFreq' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/pure.cpp:296:3: warning: Member variable 'dsp::prev' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/pure.cpp:296:3: warning: Member variable 'dsp::next' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/pure.cpp:95:8: style: Technically the member function 'UI::stopped' can be const. [functionConst]
faust-0.9.95/architecture/pure.cpp:138:16: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/pure.cpp:78:16: note: Virtual function in base class
faust-0.9.95/architecture/pure.cpp:138:16: note: Function in derived class
faust-0.9.95/architecture/pure.cpp:139:16: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/pure.cpp:79:16: note: Virtual function in base class
faust-0.9.95/architecture/pure.cpp:139:16: note: Function in derived class
faust-0.9.95/architecture/pure.cpp:140:16: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/pure.cpp:80:16: note: Virtual function in base class
faust-0.9.95/architecture/pure.cpp:140:16: note: Function in derived class
faust-0.9.95/architecture/pure.cpp:141:16: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/pure.cpp:81:16: note: Virtual function in base class
faust-0.9.95/architecture/pure.cpp:141:16: note: Function in derived class
faust-0.9.95/architecture/pure.cpp:142:16: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/pure.cpp:82:16: note: Virtual function in base class
faust-0.9.95/architecture/pure.cpp:142:16: note: Function in derived class
faust-0.9.95/architecture/pure.cpp:144:16: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/pure.cpp:84:16: note: Virtual function in base class
faust-0.9.95/architecture/pure.cpp:144:16: note: Function in derived class
faust-0.9.95/architecture/pure.cpp:145:16: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/pure.cpp:85:16: note: Virtual function in base class
faust-0.9.95/architecture/pure.cpp:145:16: note: Function in derived class
faust-0.9.95/architecture/pure.cpp:147:16: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/pure.cpp:87:16: note: Virtual function in base class
faust-0.9.95/architecture/pure.cpp:147:16: note: Function in derived class
faust-0.9.95/architecture/pure.cpp:148:16: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/pure.cpp:88:16: note: Virtual function in base class
faust-0.9.95/architecture/pure.cpp:148:16: note: Function in derived class
faust-0.9.95/architecture/pure.cpp:149:16: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/pure.cpp:89:16: note: Virtual function in base class
faust-0.9.95/architecture/pure.cpp:149:16: note: Function in derived class
faust-0.9.95/architecture/pure.cpp:150:16: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/pure.cpp:90:16: note: Virtual function in base class
faust-0.9.95/architecture/pure.cpp:150:16: note: Function in derived class
faust-0.9.95/architecture/pure.cpp:152:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/pure.cpp:92:16: note: Virtual function in base class
faust-0.9.95/architecture/pure.cpp:152:16: note: Function in derived class
faust-0.9.95/architecture/pure.cpp:154:16: style: The function 'declare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/pure.cpp:97:16: note: Virtual function in base class
faust-0.9.95/architecture/pure.cpp:154:16: note: Function in derived class
faust-0.9.95/architecture/puredata.cpp:184:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/puredata.cpp:202:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/puredata.cpp:221:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/puredata.cpp:240:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/puredata.cpp:367:16: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/puredata.cpp:564:16: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/puredata.cpp:161:3: performance: Variable 'path' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faust-0.9.95/architecture/puredata.cpp:169:3: performance: Variable 'path' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faust-0.9.95/architecture/puredata.cpp:86:16: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:58:22: note: Virtual function in base class
faust-0.9.95/architecture/puredata.cpp:86:16: note: Function in derived class
faust-0.9.95/architecture/puredata.cpp:87:16: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:59:22: note: Virtual function in base class
faust-0.9.95/architecture/puredata.cpp:87:16: note: Function in derived class
faust-0.9.95/architecture/puredata.cpp:88:16: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:60:22: note: Virtual function in base class
faust-0.9.95/architecture/puredata.cpp:88:16: note: Function in derived class
faust-0.9.95/architecture/puredata.cpp:89:16: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:61:22: note: Virtual function in base class
faust-0.9.95/architecture/puredata.cpp:89:16: note: Function in derived class
faust-0.9.95/architecture/puredata.cpp:90:16: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:62:22: note: Virtual function in base class
faust-0.9.95/architecture/puredata.cpp:90:16: note: Function in derived class
faust-0.9.95/architecture/puredata.cpp:92:16: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:66:22: note: Virtual function in base class
faust-0.9.95/architecture/puredata.cpp:92:16: note: Function in derived class
faust-0.9.95/architecture/puredata.cpp:93:16: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:67:22: note: Virtual function in base class
faust-0.9.95/architecture/puredata.cpp:93:16: note: Function in derived class
faust-0.9.95/architecture/puredata.cpp:95:16: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:51:22: note: Virtual function in base class
faust-0.9.95/architecture/puredata.cpp:95:16: note: Function in derived class
faust-0.9.95/architecture/puredata.cpp:96:16: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:52:22: note: Virtual function in base class
faust-0.9.95/architecture/puredata.cpp:96:16: note: Function in derived class
faust-0.9.95/architecture/puredata.cpp:97:16: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:53:22: note: Virtual function in base class
faust-0.9.95/architecture/puredata.cpp:97:16: note: Function in derived class
faust-0.9.95/architecture/puredata.cpp:98:16: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:54:22: note: Virtual function in base class
faust-0.9.95/architecture/puredata.cpp:98:16: note: Function in derived class
faust-0.9.95/architecture/q.cpp:159:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/q.cpp:177:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/q.cpp:196:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/q.cpp:215:23: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/q.cpp:276:2: warning: Member variable 'dsp::fSamplingFreq' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/q.cpp:32:10: performance: Technically the member function 'Meta::declare' can be static. [functionStatic]
faust-0.9.95/architecture/q.cpp:87:8: style: Technically the member function 'UI::stopped' can be const. [functionConst]
faust-0.9.95/architecture/q.cpp:129:16: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/q.cpp:70:16: note: Virtual function in base class
faust-0.9.95/architecture/q.cpp:129:16: note: Function in derived class
faust-0.9.95/architecture/q.cpp:130:16: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/q.cpp:71:16: note: Virtual function in base class
faust-0.9.95/architecture/q.cpp:130:16: note: Function in derived class
faust-0.9.95/architecture/q.cpp:131:16: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/q.cpp:72:16: note: Virtual function in base class
faust-0.9.95/architecture/q.cpp:131:16: note: Function in derived class
faust-0.9.95/architecture/q.cpp:132:16: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/q.cpp:73:16: note: Virtual function in base class
faust-0.9.95/architecture/q.cpp:132:16: note: Function in derived class
faust-0.9.95/architecture/q.cpp:133:16: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/q.cpp:74:16: note: Virtual function in base class
faust-0.9.95/architecture/q.cpp:133:16: note: Function in derived class
faust-0.9.95/architecture/q.cpp:135:16: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/q.cpp:76:16: note: Virtual function in base class
faust-0.9.95/architecture/q.cpp:135:16: note: Function in derived class
faust-0.9.95/architecture/q.cpp:136:16: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/q.cpp:77:16: note: Virtual function in base class
faust-0.9.95/architecture/q.cpp:136:16: note: Function in derived class
faust-0.9.95/architecture/q.cpp:138:16: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/q.cpp:79:16: note: Virtual function in base class
faust-0.9.95/architecture/q.cpp:138:16: note: Function in derived class
faust-0.9.95/architecture/q.cpp:139:16: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/q.cpp:80:16: note: Virtual function in base class
faust-0.9.95/architecture/q.cpp:139:16: note: Function in derived class
faust-0.9.95/architecture/q.cpp:140:16: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/q.cpp:81:16: note: Virtual function in base class
faust-0.9.95/architecture/q.cpp:140:16: note: Function in derived class
faust-0.9.95/architecture/q.cpp:141:16: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/q.cpp:82:16: note: Virtual function in base class
faust-0.9.95/architecture/q.cpp:141:16: note: Function in derived class
faust-0.9.95/architecture/q.cpp:143:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/q.cpp:84:16: note: Virtual function in base class
faust-0.9.95/architecture/q.cpp:143:16: note: Function in derived class
faust-0.9.95/architecture/faust/midi/rt-midi.h:123:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/midi/rt-midi.h:161:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/midi/rt-midi.h:167:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/midi/rt-midi.h:130:9: style: Class 'rt_midi' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/faust/gui/RosCI.h:106:18: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faust-0.9.95/architecture/faust/gui/RosCI.h:112:13: note: Found duplicate branches for 'if' and 'else'.
faust-0.9.95/architecture/faust/gui/RosCI.h:106:18: note: Found duplicate branches for 'if' and 'else'.
faust-0.9.95/architecture/faust/gui/RosCI.h:399:11: warning: String literal compared with variable 'key'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
faust-0.9.95/architecture/faust/gui/RosCI.h:427:37: error: Uninitialized struct member: params.min_value [uninitStructMember]
faust-0.9.95/architecture/faust/gui/RosCI.h:427:37: error: Uninitialized struct member: params.max_value [uninitStructMember]
faust-0.9.95/architecture/faust/gui/RosCI.h:427:37: error: Uninitialized struct member: params.slider_min [uninitStructMember]
faust-0.9.95/architecture/faust/gui/RosCI.h:427:37: error: Uninitialized struct member: params.slider_max [uninitStructMember]
faust-0.9.95/architecture/scheduler.cpp:294:17: style: The scope of the variable 'tasknum' can be reduced. [variableScope]
faust-0.9.95/architecture/scheduler.cpp:777:13: style: The scope of the variable 'priority' can be reduced. [variableScope]
faust-0.9.95/architecture/scheduler.cpp:402:17: performance: Technically the member function 'TaskGraph::GetReadyTask' can be static. [functionStatic]
faust-0.9.95/architecture/scheduler.cpp:636:18: style: Technically the member function 'Runnable::ComputeMean' can be const. [functionConst]
faust-0.9.95/architecture/scheduler.cpp:708:10: style: Technically the member function 'DSPThreadPool::IsFinished' can be const. [functionConst]
faust-0.9.95/architecture/scheduler.cpp:904:21: note: Technically the member function 'DSPThreadPool::IsFinished' can be const.
faust-0.9.95/architecture/scheduler.cpp:708:10: note: Technically the member function 'DSPThreadPool::IsFinished' can be const.
faust-0.9.95/architecture/scheduler.cpp:226:9: style: Class 'TaskQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/scheduler.cpp:157:1: warning: The struct 'AtomicCounter' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
faust-0.9.95/architecture/snd-rt-gtk.cpp:906:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/snd-rt-gtk.cpp:1009:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/snd-rt-gtk.cpp:1021:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/snd-rt-gtk.cpp:1025:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/snd-rt-gtk.cpp:1059:2: warning: Member variable 'dsp::fSamplingFreq' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/snd-rt-gtk.cpp:941:7: style: Technically the member function 'UI::stopped' can be const. [functionConst]
faust-0.9.95/architecture/snd-rt-gtk.cpp:976:10: style: Technically the member function 'uiItem::cache' can be const. [functionConst]
faust-0.9.95/architecture/snd-rt-gtk.cpp:993:16: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/snd-rt-gtk.cpp:977:16: note: Virtual function in base class
faust-0.9.95/architecture/snd-rt-gtk.cpp:993:16: note: Function in derived class
faust-0.9.95/architecture/sndfile.cpp:104:5: style: Class 'Separator' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
faust-0.9.95/architecture/sndfile.cpp:104:5: style: Class 'Separator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/architecture/sndfile.cpp:158:5: style: Class 'Interleaver' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
faust-0.9.95/architecture/sndfile.cpp:158:5: style: Class 'Interleaver' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/architecture/supercollider.cpp:146:5: style: Class 'ControlAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/supercollider.cpp:80:18: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:51:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:80:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:81:18: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:52:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:81:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:82:18: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:53:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:82:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:83:18: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:54:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:83:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:86:18: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:58:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:86:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:88:18: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:59:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:88:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:90:18: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:60:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:90:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:92:18: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:61:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:92:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:94:18: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:62:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:94:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:98:18: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:66:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:98:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:100:18: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:67:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:100:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:151:18: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:51:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:151:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:152:18: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:52:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:152:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:153:18: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:53:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:153:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:154:18: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:54:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:154:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:157:18: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:58:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:157:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:159:18: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:59:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:159:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:161:18: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:60:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:161:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:163:18: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:61:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:163:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:165:18: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:62:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:165:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:169:18: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:66:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:169:18: note: Function in derived class
faust-0.9.95/architecture/supercollider.cpp:170:18: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/gui/UI.h:67:22: note: Virtual function in base class
faust-0.9.95/architecture/supercollider.cpp:170:18: note: Function in derived class
faust-0.9.95/architecture/synthfile.cpp:290:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/synthfile.cpp:356:2: warning: Member variable 'dsp::fSamplingFreq' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/synthfile.cpp:136:11: style: Member variable 'CMDUI::fOutFile' is in the wrong place in the initializer list. [initializerList]
faust-0.9.95/architecture/synthfile.cpp:221:85: note: Member variable 'CMDUI::fOutFile' is in the wrong place in the initializer list.
faust-0.9.95/architecture/synthfile.cpp:136:11: note: Member variable 'CMDUI::fOutFile' is in the wrong place in the initializer list.
faust-0.9.95/architecture/synthfile.cpp:121:7: style: Technically the member function 'UI::stopped' can be const. [functionConst]
faust-0.9.95/architecture/synthfile.cpp:153:9: performance: Technically the member function 'CMDUI::simplify' can be static. [functionStatic]
faust-0.9.95/architecture/synthfile.cpp:330:7: style: Technically the member function 'CMDUI::num_frames' can be const. [functionConst]
faust-0.9.95/architecture/synthfile.cpp:402:3: style: Class 'Interleaver' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
faust-0.9.95/architecture/synthfile.cpp:402:3: style: Class 'Interleaver' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/architecture/synthfile.cpp:233:15: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/synthfile.cpp:95:15: note: Virtual function in base class
faust-0.9.95/architecture/synthfile.cpp:233:15: note: Function in derived class
faust-0.9.95/architecture/synthfile.cpp:238:15: style: The function 'addToggleButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/synthfile.cpp:96:15: note: Virtual function in base class
faust-0.9.95/architecture/synthfile.cpp:238:15: note: Function in derived class
faust-0.9.95/architecture/synthfile.cpp:243:15: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/synthfile.cpp:97:15: note: Virtual function in base class
faust-0.9.95/architecture/synthfile.cpp:243:15: note: Function in derived class
faust-0.9.95/architecture/synthfile.cpp:248:15: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/synthfile.cpp:98:15: note: Virtual function in base class
faust-0.9.95/architecture/synthfile.cpp:248:15: note: Function in derived class
faust-0.9.95/architecture/synthfile.cpp:253:15: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/synthfile.cpp:99:15: note: Virtual function in base class
faust-0.9.95/architecture/synthfile.cpp:253:15: note: Function in derived class
faust-0.9.95/architecture/synthfile.cpp:258:15: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/synthfile.cpp:100:15: note: Virtual function in base class
faust-0.9.95/architecture/synthfile.cpp:258:15: note: Function in derived class
faust-0.9.95/architecture/synthfile.cpp:265:15: style: The function 'addNumDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/synthfile.cpp:104:15: note: Virtual function in base class
faust-0.9.95/architecture/synthfile.cpp:265:15: note: Function in derived class
faust-0.9.95/architecture/synthfile.cpp:266:15: style: The function 'addTextDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/synthfile.cpp:105:15: note: Virtual function in base class
faust-0.9.95/architecture/synthfile.cpp:266:15: note: Function in derived class
faust-0.9.95/architecture/synthfile.cpp:267:15: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/synthfile.cpp:106:15: note: Virtual function in base class
faust-0.9.95/architecture/synthfile.cpp:267:15: note: Function in derived class
faust-0.9.95/architecture/synthfile.cpp:268:15: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/synthfile.cpp:107:15: note: Virtual function in base class
faust-0.9.95/architecture/synthfile.cpp:268:15: note: Function in derived class
faust-0.9.95/architecture/synthfile.cpp:270:15: style: The function 'openFrameBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/synthfile.cpp:111:15: note: Virtual function in base class
faust-0.9.95/architecture/synthfile.cpp:270:15: note: Function in derived class
faust-0.9.95/architecture/synthfile.cpp:271:15: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/synthfile.cpp:112:15: note: Virtual function in base class
faust-0.9.95/architecture/synthfile.cpp:271:15: note: Function in derived class
faust-0.9.95/architecture/synthfile.cpp:272:15: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/synthfile.cpp:113:15: note: Virtual function in base class
faust-0.9.95/architecture/synthfile.cpp:272:15: note: Function in derived class
faust-0.9.95/architecture/synthfile.cpp:273:15: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/synthfile.cpp:114:15: note: Virtual function in base class
faust-0.9.95/architecture/synthfile.cpp:273:15: note: Function in derived class
faust-0.9.95/architecture/synthfile.cpp:275:15: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/synthfile.cpp:115:15: note: Virtual function in base class
faust-0.9.95/architecture/synthfile.cpp:275:15: note: Function in derived class
faust-0.9.95/architecture/synthfile.cpp:277:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/synthfile.cpp:117:15: note: Virtual function in base class
faust-0.9.95/architecture/synthfile.cpp:277:15: note: Function in derived class
faust-0.9.95/architecture/synthfile.cpp:278:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/synthfile.cpp:118:15: note: Virtual function in base class
faust-0.9.95/architecture/synthfile.cpp:278:15: note: Function in derived class
faust-0.9.95/architecture/template_jucer/Source/Main.cpp:65:9: warning: Member variable 'myViewport::width' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/template_jucer/Source/Main.cpp:65:9: warning: Member variable 'myViewport::height' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/template_jucer/Source/Main.cpp:104:9: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/unsupported-arch/jack-wx.cpp:625:26: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/unsupported-arch/jack-wx.cpp:113:2: warning: Member variable 'dsp::fSamplingFreq' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/unsupported-arch/jack-wx.cpp:90:7: style: Technically the member function 'UI::stopped' can be const. [functionConst]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:854:26: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:899:25: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:152:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:172:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:227:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:154:25: warning: Assert statement modifies 'fInputDevice'. [assignmentInAssert]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:174:26: warning: Assert statement modifies 'fOutputDevice'. [assignmentInAssert]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:407:2: warning: Member variable 'dsp::fSamplingFreq' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:125:14: style: Technically the member function 'AudioInterface::getDeviceName' can be const. [functionConst]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:126:8: style: Technically the member function 'AudioInterface::getSamplingFrequency' can be const. [functionConst]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:127:7: style: Technically the member function 'AudioInterface::getRWMode' can be const. [functionConst]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:128:7: style: Technically the member function 'AudioInterface::getSampleFormat' can be const. [functionConst]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:129:7: style: Technically the member function 'AudioInterface::getFramesPerBuffer' can be const. [functionConst]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:131:7: style: Technically the member function 'AudioInterface::getNumOutputs' can be const. [functionConst]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:132:7: style: Technically the member function 'AudioInterface::getNumInputs' can be const. [functionConst]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:133:7: style: Technically the member function 'AudioInterface::getInputBufferSize' can be const. [functionConst]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:134:7: style: Technically the member function 'AudioInterface::getOutputBufferSize' can be const. [functionConst]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:212:7: performance: Technically the member function 'AudioInterface::allocChanGroup' can be static. [functionStatic]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:354:7: style: Technically the member function 'UI::stopped' can be const. [functionConst]
faust-0.9.95/architecture/unsupported-arch/oss-wx.cpp:137:2: style: Class 'AudioInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/unsupported-arch/pa-wx.cpp:696:3: warning: %f in format string (no. 3) requires 'double' but the argument type is 'signed long'. [invalidPrintfArgType_float]
faust-0.9.95/architecture/unsupported-arch/pa-wx.cpp:657:26: style: C-style pointer casting [cstyleCast]
faust-0.9.95/architecture/unsupported-arch/pa-wx.cpp:111:2: warning: Member variable 'dsp::fSamplingFreq' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/unsupported-arch/pa-wx.cpp:88:7: style: Technically the member function 'UI::stopped' can be const. [functionConst]
faust-0.9.95/architecture/vst.cpp:673:9: style: The scope of the variable 'outptr' can be reduced. [variableScope]
faust-0.9.95/architecture/vst.cpp:674:6: style: The scope of the variable 'i' can be reduced. [variableScope]
faust-0.9.95/architecture/vst.cpp:404:52: style: Function 'getParameterName' argument 2 names different: declaration 'text' definition 'label'. [funcArgNamesDifferent]
faust-0.9.95/architecture/faust/vst/faust.h:40:56: note: Function 'getParameterName' argument 2 names different: declaration 'text' definition 'label'.
faust-0.9.95/architecture/vst.cpp:404:52: note: Function 'getParameterName' argument 2 names different: declaration 'text' definition 'label'.
faust-0.9.95/architecture/vst.cpp:582:72: style: Function 'getMidiProgramName' argument 2 names different: declaration 'midiProgramName' definition 'mpn'. [funcArgNamesDifferent]
faust-0.9.95/architecture/faust/vst/faust.h:57:75: note: Function 'getMidiProgramName' argument 2 names different: declaration 'midiProgramName' definition 'mpn'.
faust-0.9.95/architecture/vst.cpp:582:72: note: Function 'getMidiProgramName' argument 2 names different: declaration 'midiProgramName' definition 'mpn'.
faust-0.9.95/architecture/vst.cpp:591:75: style: Function 'getCurrentMidiProgram' argument 2 names different: declaration 'currentProgram' definition 'mpn'. [funcArgNamesDifferent]
faust-0.9.95/architecture/faust/vst/faust.h:58:78: note: Function 'getCurrentMidiProgram' argument 2 names different: declaration 'currentProgram' definition 'mpn'.
faust-0.9.95/architecture/vst.cpp:591:75: note: Function 'getCurrentMidiProgram' argument 2 names different: declaration 'currentProgram' definition 'mpn'.
faust-0.9.95/architecture/vst.cpp:614:80: style: Function 'getMidiProgramCategory' argument 2 names different: declaration 'category' definition 'cat'. [funcArgNamesDifferent]
faust-0.9.95/architecture/faust/vst/faust.h:59:83: note: Function 'getMidiProgramCategory' argument 2 names different: declaration 'category' definition 'cat'.
faust-0.9.95/architecture/vst.cpp:614:80: note: Function 'getMidiProgramCategory' argument 2 names different: declaration 'category' definition 'cat'.
faust-0.9.95/architecture/vst.cpp:848:43: style: Function 'processEvents' argument 1 names different: declaration 'events' definition 'ev'. [funcArgNamesDifferent]
faust-0.9.95/architecture/faust/vst/faust.h:29:46: note: Function 'processEvents' argument 1 names different: declaration 'events' definition 'ev'.
faust-0.9.95/architecture/vst.cpp:848:43: note: Function 'processEvents' argument 1 names different: declaration 'events' definition 'ev'.
faust-0.9.95/architecture/faust/vst/vstui.h:231:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/vst.cpp:742:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/vst.cpp:805:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/vst.cpp:964:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/architecture/faust/vst/vstui.h:223:5: warning: Member variable 'vstUI::prevFreqIndex' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/vst/vstui.h:223:5: warning: Member variable 'vstUI::pitchbendIndex' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/architecture/faust/vst/faust.h:86:23: style: Member variable 'Faust::m_currentNotes' is in the wrong place in the initializer list. [initializerList]
faust-0.9.95/architecture/vst.cpp:270:3: note: Member variable 'Faust::m_currentNotes' is in the wrong place in the initializer list.
faust-0.9.95/architecture/faust/vst/faust.h:86:23: note: Member variable 'Faust::m_currentNotes' is in the wrong place in the initializer list.
faust-0.9.95/architecture/faust/vst/vstui.h:23:11: performance: Technically the member function 'vstUIObject::clip' can be static. [functionStatic]
faust-0.9.95/architecture/faust/vst/vstui.h:28:11: performance: Technically the member function 'vstUIObject::normalize' can be static. [functionStatic]
faust-0.9.95/architecture/faust/vst/faust.h:31:16: warning: Virtual function 'setProgram' is called from constructor 'Faust(audioMasterCallback audioMaster,dsp*dspi,vstUI*dspUIi)' at line 280. Dynamic binding is not used. [virtualCallInConstructor]
faust-0.9.95/architecture/vst.cpp:280:3: note: Calling setProgram
faust-0.9.95/architecture/faust/vst/faust.h:31:16: note: setProgram is a virtual method
faust-0.9.95/architecture/faust/vst/faust.h:32:16: warning: Virtual function 'setProgramName' is called from constructor 'Faust(audioMasterCallback audioMaster,dsp*dspi,vstUI*dspUIi)' at line 281. Dynamic binding is not used. [virtualCallInConstructor]
faust-0.9.95/architecture/vst.cpp:281:3: note: Calling setProgramName
faust-0.9.95/architecture/faust/vst/faust.h:32:16: note: setProgramName is a virtual method
faust-0.9.95/architecture/faust/vst/voice.h:12:2: style: Class 'Voice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/architecture/faust/vst/vstui.h:93:19: style: The function 'GetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/vst/vstui.h:55:19: note: Virtual function in base class
faust-0.9.95/architecture/faust/vst/vstui.h:93:19: note: Function in derived class
faust-0.9.95/architecture/faust/vst/vstui.h:97:18: style: The function 'SetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/vst/vstui.h:47:19: note: Virtual function in base class
faust-0.9.95/architecture/faust/vst/vstui.h:97:18: note: Function in derived class
faust-0.9.95/architecture/faust/vst/vstui.h:101:16: style: The function 'GetDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/vst/vstui.h:63:19: note: Virtual function in base class
faust-0.9.95/architecture/faust/vst/vstui.h:101:16: note: Function in derived class
faust-0.9.95/architecture/faust/vst/vstui.h:115:19: style: The function 'GetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/vst/vstui.h:55:19: note: Virtual function in base class
faust-0.9.95/architecture/faust/vst/vstui.h:115:19: note: Function in derived class
faust-0.9.95/architecture/faust/vst/vstui.h:119:18: style: The function 'SetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/vst/vstui.h:47:19: note: Virtual function in base class
faust-0.9.95/architecture/faust/vst/vstui.h:119:18: note: Function in derived class
faust-0.9.95/architecture/faust/vst/vstui.h:121:18: style: The function 'GetDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/vst/vstui.h:63:19: note: Virtual function in base class
faust-0.9.95/architecture/faust/vst/vstui.h:121:18: note: Function in derived class
faust-0.9.95/architecture/faust/vst/vstui.h:136:19: style: The function 'GetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/vst/vstui.h:55:19: note: Virtual function in base class
faust-0.9.95/architecture/faust/vst/vstui.h:136:19: note: Function in derived class
faust-0.9.95/architecture/faust/vst/vstui.h:137:18: style: The function 'SetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/vst/vstui.h:47:19: note: Virtual function in base class
faust-0.9.95/architecture/faust/vst/vstui.h:137:18: note: Function in derived class
faust-0.9.95/architecture/faust/vst/vstui.h:138:19: style: The function 'GetDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/vst/vstui.h:63:19: note: Virtual function in base class
faust-0.9.95/architecture/faust/vst/vstui.h:138:19: note: Function in derived class
faust-0.9.95/architecture/faust/vst/vstui.h:164:19: style: The function 'GetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/vst/vstui.h:55:19: note: Virtual function in base class
faust-0.9.95/architecture/faust/vst/vstui.h:164:19: note: Function in derived class
faust-0.9.95/architecture/faust/vst/vstui.h:168:18: style: The function 'SetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/vst/vstui.h:47:19: note: Virtual function in base class
faust-0.9.95/architecture/faust/vst/vstui.h:168:18: note: Function in derived class
faust-0.9.95/architecture/faust/vst/vstui.h:172:18: style: The function 'SetValueNoNormalization' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/vst/vstui.h:51:19: note: Virtual function in base class
faust-0.9.95/architecture/faust/vst/vstui.h:172:18: note: Function in derived class
faust-0.9.95/architecture/faust/vst/vstui.h:188:10: style: The function 'GetDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/architecture/faust/vst/vstui.h:63:19: note: Virtual function in base class
faust-0.9.95/architecture/faust/vst/vstui.h:188:10: note: Function in derived class
faust-0.9.95/architecture/vst.cpp:684:6: performance: Possible inefficient checking for 'm_currentNotes' emptiness. [stlSize]
faust-0.9.95/architecture/vst.cpp:686:10: performance: Possible inefficient checking for 'm_currentNotes' emptiness. [stlSize]
faust-0.9.95/architecture/vst.cpp:706:10: performance: Possible inefficient checking for 'm_freeVoices' emptiness. [stlSize]
faust-0.9.95/architecture/vst.cpp:829:9: performance: Possible inefficient checking for 'removed' emptiness. [stlSize]
faust-0.9.95/architecture/webaudio/webaudio-asm-poly.cpp:36:0: error: syntax error [syntaxError]
faust-0.9.95/architecture/webaudio/webaudio-asm.cpp:36:0: error: syntax error [syntaxError]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:683:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:683:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:683:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:683:3: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:700:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:700:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:702:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:702:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:703:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:703:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:704:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:704:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1179:15: style: C-style pointer casting [cstyleCast]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1185:15: style: C-style pointer casting [cstyleCast]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1221:7: style: C-style pointer casting [cstyleCast]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1254:7: style: C-style pointer casting [cstyleCast]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1287:7: style: C-style pointer casting [cstyleCast]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1607:18: style: C-style pointer casting [cstyleCast]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1394:71: style: Function 'addVerticalBargraph' argument 3 names different: declaration 'min' definition 'lo'. [funcArgNamesDifferent]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1042:73: note: Function 'addVerticalBargraph' argument 3 names different: declaration 'min' definition 'lo'.
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1394:71: note: Function 'addVerticalBargraph' argument 3 names different: declaration 'min' definition 'lo'.
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1394:81: style: Function 'addVerticalBargraph' argument 4 names different: declaration 'max' definition 'hi'. [funcArgNamesDifferent]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1042:84: note: Function 'addVerticalBargraph' argument 4 names different: declaration 'max' definition 'hi'.
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1394:81: note: Function 'addVerticalBargraph' argument 4 names different: declaration 'max' definition 'hi'.
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1406:73: style: Function 'addHorizontalBargraph' argument 3 names different: declaration 'min' definition 'lo'. [funcArgNamesDifferent]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1041:75: note: Function 'addHorizontalBargraph' argument 3 names different: declaration 'min' definition 'lo'.
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1406:73: note: Function 'addHorizontalBargraph' argument 3 names different: declaration 'min' definition 'lo'.
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1406:83: style: Function 'addHorizontalBargraph' argument 4 names different: declaration 'max' definition 'hi'. [funcArgNamesDifferent]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1041:86: note: Function 'addHorizontalBargraph' argument 4 names different: declaration 'max' definition 'hi'.
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1406:83: note: Function 'addHorizontalBargraph' argument 4 names different: declaration 'max' definition 'hi'.
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1485:81: style: Function 'addTextDisplay' argument 4 names different: declaration 'min' definition 'lo'. [funcArgNamesDifferent]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1040:83: note: Function 'addTextDisplay' argument 4 names different: declaration 'min' definition 'lo'.
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1485:81: note: Function 'addTextDisplay' argument 4 names different: declaration 'min' definition 'lo'.
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1485:91: style: Function 'addTextDisplay' argument 5 names different: declaration 'max' definition 'hi'. [funcArgNamesDifferent]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1040:94: note: Function 'addTextDisplay' argument 5 names different: declaration 'max' definition 'hi'.
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1485:91: note: Function 'addTextDisplay' argument 5 names different: declaration 'max' definition 'hi'.
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:136:10: style: union member 'Anonymous0::i32' is never used. [unusedStructMember]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:814:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:828:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:842:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:946:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:958:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:962:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:360:2: warning: Member variable 'AudioInterface::fCardInputs' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:360:2: warning: Member variable 'AudioInterface::fCardOutputs' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:360:2: warning: Member variable 'AudioInterface::fChanInputs' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:360:2: warning: Member variable 'AudioInterface::fChanOutputs' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:360:2: warning: Member variable 'AudioInterface::fInputCardBuffer' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:360:2: warning: Member variable 'AudioInterface::fOutputCardBuffer' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:360:2: warning: Member variable 'AudioInterface::fInputCardChannels' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:360:2: warning: Member variable 'AudioInterface::fOutputCardChannels' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:360:2: warning: Member variable 'AudioInterface::fInputSoftChannels' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:360:2: warning: Member variable 'AudioInterface::fOutputSoftChannels' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1541:2: warning: Member variable 'dsp::fSamplingFreq' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1541:2: warning: Member variable 'dsp::fThreadNum' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:351:14: style: Technically the member function 'AudioInterface::cardName' can be const. [functionConst]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:352:9: style: Technically the member function 'AudioInterface::frequency' can be const. [functionConst]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:353:8: style: Technically the member function 'AudioInterface::buffering' can be const. [functionConst]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:354:8: style: Technically the member function 'AudioInterface::periods' can be const. [functionConst]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:481:10: performance: Technically the member function 'AudioInterface::interleavedBufferSize' can be static. [functionStatic]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:491:10: performance: Technically the member function 'AudioInterface::noninterleavedBufferSize' can be static. [functionStatic]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:500:7: performance: Technically the member function 'AudioInterface::close' can be static. [functionStatic]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:717:7: performance: Technically the member function 'AudioInterface::printCardInfo' can be static. [functionStatic]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:729:7: performance: Technically the member function 'AudioInterface::printHWParams' can be static. [functionStatic]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:877:7: style: Technically the member function 'UI::stopped' can be const. [functionConst]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:914:10: style: Technically the member function 'uiItem::cache' can be const. [functionConst]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1382:8: style: Technically the member function 'uiBargraph::scale' can be const. [functionConst]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:360:2: style: Class 'AudioInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:931:16: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:915:16: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:931:16: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1021:15: style: The function 'openFrameBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:867:15: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1021:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1026:15: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:871:15: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1026:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1030:15: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:849:15: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1030:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1031:15: style: The function 'addToggleButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:850:15: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1031:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1032:15: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:851:15: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1032:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1033:15: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:852:15: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1033:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1034:15: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:853:15: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1034:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1035:15: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:854:15: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1035:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1039:15: style: The function 'addNumDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:858:15: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1039:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1040:15: style: The function 'addTextDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:859:15: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1040:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1041:15: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:860:15: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1041:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1042:15: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:861:15: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1042:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1044:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:873:15: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1044:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1045:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:874:15: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1045:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1189:15: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:915:16: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1189:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1224:15: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:915:16: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1224:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1257:15: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:915:16: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1257:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1290:15: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:915:16: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1290:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1384:15: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:915:16: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1384:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1427:15: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:915:16: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1427:15: note: Function in derived class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1471:15: style: The function 'reflectZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:915:16: note: Virtual function in base class
faust-0.9.95/benchmark/alsa-gtk-bench.cpp:1471:15: note: Function in derived class
faust-0.9.95/benchmark/coreaudio-gtk-bench.cpp:68:18: style: Variable 'home' is assigned a value that is never used. [unreadVariable]
faust-0.9.95/compiler/boxes/boxes.cpp:735:7: style: C-style pointer casting [cstyleCast]
faust-0.9.95/compiler/boxes/boxes.cpp:59:22: style: Function 'isBoxIdent' argument 1 names different: declaration 't' definition 't0'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:62:22: note: Function 'isBoxIdent' argument 1 names different: declaration 't' definition 't0'.
faust-0.9.95/compiler/boxes/boxes.cpp:59:22: note: Function 'isBoxIdent' argument 1 names different: declaration 't' definition 't0'.
faust-0.9.95/compiler/boxes/boxes.cpp:59:39: style: Function 'isBoxIdent' argument 2 names different: declaration 'name' definition 'str'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:62:38: note: Function 'isBoxIdent' argument 2 names different: declaration 'name' definition 'str'.
faust-0.9.95/compiler/boxes/boxes.cpp:59:39: note: Function 'isBoxIdent' argument 2 names different: declaration 'name' definition 'str'.
faust-0.9.95/compiler/boxes/boxes.cpp:97:26: style: Function 'isBoxWaveform' argument 1 names different: declaration 't' definition 's'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:87:26: note: Function 'isBoxWaveform' argument 1 names different: declaration 't' definition 's'.
faust-0.9.95/compiler/boxes/boxes.cpp:97:26: note: Function 'isBoxWaveform' argument 1 names different: declaration 't' definition 's'.
faust-0.9.95/compiler/boxes/boxes.cpp:208:26: style: Function 'buildBoxAbstr' argument 1 names different: declaration 'x' definition 'largs'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:160:26: note: Function 'buildBoxAbstr' argument 1 names different: declaration 'x' definition 'largs'.
faust-0.9.95/compiler/boxes/boxes.cpp:208:26: note: Function 'buildBoxAbstr' argument 1 names different: declaration 'x' definition 'largs'.
faust-0.9.95/compiler/boxes/boxes.cpp:208:38: style: Function 'buildBoxAbstr' argument 2 names different: declaration 'y' definition 'body'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:160:34: note: Function 'buildBoxAbstr' argument 2 names different: declaration 'y' definition 'body'.
faust-0.9.95/compiler/boxes/boxes.cpp:208:38: note: Function 'buildBoxAbstr' argument 2 names different: declaration 'y' definition 'body'.
faust-0.9.95/compiler/boxes/boxes.cpp:227:26: style: Function 'buildBoxAppl' argument 1 names different: declaration 'x' definition 'fun'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:161:26: note: Function 'buildBoxAppl' argument 1 names different: declaration 'x' definition 'fun'.
faust-0.9.95/compiler/boxes/boxes.cpp:227:26: note: Function 'buildBoxAppl' argument 1 names different: declaration 'x' definition 'fun'.
faust-0.9.95/compiler/boxes/boxes.cpp:227:36: style: Function 'buildBoxAppl' argument 2 names different: declaration 'y' definition 'revarglist'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:161:34: note: Function 'buildBoxAppl' argument 2 names different: declaration 'y' definition 'revarglist'.
faust-0.9.95/compiler/boxes/boxes.cpp:227:36: note: Function 'buildBoxAppl' argument 2 names different: declaration 'y' definition 'revarglist'.
faust-0.9.95/compiler/boxes/boxes.cpp:460:24: style: Function 'boxButton' argument 1 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:279:24: note: Function 'boxButton' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:460:24: note: Function 'boxButton' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:462:33: style: Function 'isBoxButton' argument 2 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:281:33: note: Function 'isBoxButton' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:462:33: note: Function 'isBoxButton' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:466:26: style: Function 'boxCheckbox' argument 1 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:283:26: note: Function 'boxCheckbox' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:466:26: note: Function 'boxCheckbox' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:468:35: style: Function 'isBoxCheckbox' argument 2 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:285:35: note: Function 'isBoxCheckbox' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:468:35: note: Function 'isBoxCheckbox' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:472:25: style: Function 'boxHSlider' argument 1 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:291:25: note: Function 'boxHSlider' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:472:25: note: Function 'boxHSlider' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:476:34: style: Function 'isBoxHSlider' argument 2 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:293:34: note: Function 'isBoxHSlider' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:476:34: note: Function 'isBoxHSlider' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:492:25: style: Function 'boxVSlider' argument 1 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:287:25: note: Function 'boxVSlider' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:492:25: note: Function 'boxVSlider' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:496:34: style: Function 'isBoxVSlider' argument 2 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:289:34: note: Function 'isBoxVSlider' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:496:34: note: Function 'isBoxVSlider' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:511:26: style: Function 'boxNumEntry' argument 1 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:295:26: note: Function 'boxNumEntry' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:511:26: note: Function 'boxNumEntry' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:515:35: style: Function 'isBoxNumEntry' argument 2 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:297:35: note: Function 'isBoxNumEntry' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:515:35: note: Function 'isBoxNumEntry' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:531:24: style: Function 'boxHGroup' argument 1 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:303:24: note: Function 'boxHGroup' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:531:24: note: Function 'boxHGroup' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:533:33: style: Function 'isBoxHGroup' argument 2 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:305:33: note: Function 'isBoxHGroup' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:533:33: note: Function 'isBoxHGroup' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:537:24: style: Function 'boxVGroup' argument 1 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:299:24: note: Function 'boxVGroup' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:537:24: note: Function 'boxVGroup' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:539:33: style: Function 'isBoxVGroup' argument 2 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:301:33: note: Function 'isBoxVGroup' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:539:33: note: Function 'isBoxVGroup' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:543:24: style: Function 'boxTGroup' argument 1 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:307:24: note: Function 'boxTGroup' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:543:24: note: Function 'boxTGroup' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:545:33: style: Function 'isBoxTGroup' argument 2 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:309:33: note: Function 'isBoxTGroup' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:545:33: note: Function 'isBoxTGroup' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:549:24: style: Function 'boxHBargraph' argument 1 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:316:27: note: Function 'boxHBargraph' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:549:24: note: Function 'boxHBargraph' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:551:36: style: Function 'isBoxHBargraph' argument 2 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:318:36: note: Function 'isBoxHBargraph' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:551:36: note: Function 'isBoxHBargraph' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:555:24: style: Function 'boxVBargraph' argument 1 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:312:27: note: Function 'boxVBargraph' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:555:24: note: Function 'boxVBargraph' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:557:36: style: Function 'isBoxVBargraph' argument 2 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxes.hh:314:36: note: Function 'isBoxVBargraph' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/boxes.cpp:557:36: note: Function 'isBoxVBargraph' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/boxes/ppbox.hh:79:2: style: Class 'envpp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/boxes/boxtype.cpp:101:33: style: Function 'infereBoxType' argument 1 names different: declaration 'box' definition 't'. [funcArgNamesDifferent]
faust-0.9.95/compiler/boxes/boxtype.cpp:51:33: note: Function 'infereBoxType' argument 1 names different: declaration 'box' definition 't'.
faust-0.9.95/compiler/boxes/boxtype.cpp:101:33: note: Function 'infereBoxType' argument 1 names different: declaration 'box' definition 't'.
faust-0.9.95/compiler/documentator/doc_compile.hh:86:37: style: C-style pointer casting [cstyleCast]
faust-0.9.95/compiler/documentator/doc.cpp:351:7: style: The scope of the variable 'isInsideDoc' can be reduced. [variableScope]
faust-0.9.95/compiler/documentator/doc.cpp:887:7: style: The scope of the variable 'isInsideDoc' can be reduced. [variableScope]
faust-0.9.95/compiler/documentator/doc.cpp:168:20: style: Function 'isDocTxt' argument 1 names different: declaration 't' definition 't0'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc.hh:71:21: note: Function 'isDocTxt' argument 1 names different: declaration 't' definition 't0'.
faust-0.9.95/compiler/documentator/doc.cpp:168:20: note: Function 'isDocTxt' argument 1 names different: declaration 't' definition 't0'.
faust-0.9.95/compiler/documentator/doc.cpp:340:39: style: Function 'printfaustlisting' argument 1 names different: declaration 'path' definition 'faustfile'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc.cpp:123:40: note: Function 'printfaustlisting' argument 1 names different: declaration 'path' definition 'faustfile'.
faust-0.9.95/compiler/documentator/doc.cpp:340:39: note: Function 'printfaustlisting' argument 1 names different: declaration 'path' definition 'faustfile'.
faust-0.9.95/compiler/documentator/doc.cpp:543:5: style: Variable 'nbdoceqn' is modified but its new value is never used. [unreadVariable]
faust-0.9.95/compiler/documentator/doc.cpp:306:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/documentator/doc.cpp:445:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/documentator/doc.cpp:449:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/documentator/doc.cpp:537:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/documentator/doc.cpp:563:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/documentator/doc.cpp:582:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/documentator/doc.cpp:613:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/documentator/doc.cpp:651:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/documentator/doc.cpp:994:24: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
faust-0.9.95/compiler/documentator/doc_compile.hh:68:2: style: Class 'DocCompiler' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
faust-0.9.95/compiler/documentator/doc_compile.hh:68:2: style: Class 'DocCompiler' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/compiler/documentator/doc_compile.hh:55:11: style: Class 'DocCompiler' is unsafe, 'DocCompiler::fLateq' can leak by wrong usage. [unsafeClassCanLeak]
faust-0.9.95/compiler/documentator/doc.cpp:772:46: performance: Function parameter 's' should be passed by const reference. [passedByValue]
faust-0.9.95/compiler/documentator/doc_Text.cpp:239:10: style: The scope of the variable 'sortie' can be reduced. [variableScope]
faust-0.9.95/compiler/documentator/doc_autodoc.cpp:98:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/documentator/doc_compile.cpp:258:6: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
faust-0.9.95/compiler/documentator/doc_compile.cpp:253:20: note: 'printCalls' is assigned value 'false' here.
faust-0.9.95/compiler/documentator/doc_compile.cpp:254:18: note: 'maskSigs' is assigned value 'false' here.
faust-0.9.95/compiler/documentator/doc_compile.cpp:256:5: note: outer condition: printCalls
faust-0.9.95/compiler/documentator/doc_compile.cpp:258:6: note: identical inner condition: maskSigs
faust-0.9.95/compiler/documentator/doc_compile.cpp:256:5: style: Condition 'printCalls' is always false [knownConditionTrueFalse]
faust-0.9.95/compiler/documentator/doc_compile.cpp:253:20: note: Assignment 'printCalls=false', assigned value is 0
faust-0.9.95/compiler/documentator/doc_compile.cpp:256:5: note: Condition 'printCalls' is always false
faust-0.9.95/compiler/documentator/doc_compile.cpp:1214:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
faust-0.9.95/compiler/documentator/doc_compile.cpp:1216:7: note: Found duplicate branches for 'if' and 'else'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:1214:5: note: Found duplicate branches for 'if' and 'else'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:254:7: style: The scope of the variable 'maskSigs' can be reduced. [variableScope]
faust-0.9.95/compiler/documentator/doc_compile.cpp:85:33: style: Function 'annotate' argument 1 names different: declaration 'L0' definition 'LS'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:84:23: note: Function 'annotate' argument 1 names different: declaration 'L0' definition 'LS'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:85:33: note: Function 'annotate' argument 1 names different: declaration 'L0' definition 'LS'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:138:59: style: Function 'getCompiledExpression' argument 2 names different: declaration 'name' definition 'cexp'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:100:49: note: Function 'getCompiledExpression' argument 2 names different: declaration 'name' definition 'cexp'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:138:59: note: Function 'getCompiledExpression' argument 2 names different: declaration 'name' definition 'cexp'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:150:67: style: Function 'setCompiledExpression' argument 2 names different: declaration 'name' definition 'cexp'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:101:56: note: Function 'setCompiledExpression' argument 2 names different: declaration 'name' definition 'cexp'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:150:67: note: Function 'setCompiledExpression' argument 2 names different: declaration 'name' definition 'cexp'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:292:81: style: Function 'generateFConst' argument 3 names different: declaration 'name' definition 'exp'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:153:77: note: Function 'generateFConst' argument 3 names different: declaration 'name' definition 'exp'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:292:81: note: Function 'generateFConst' argument 3 names different: declaration 'name' definition 'exp'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:317:79: style: Function 'generateFVar' argument 3 names different: declaration 'name' definition 'exp'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:154:75: note: Function 'generateFVar' argument 3 names different: declaration 'name' definition 'exp'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:317:79: note: Function 'generateFVar' argument 3 names different: declaration 'name' definition 'exp'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:355:80: style: Function 'generateOutput' argument 3 names different: declaration 'arg1' definition 'arg'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:125:71: note: Function 'generateOutput' argument 3 names different: declaration 'arg1' definition 'arg'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:355:80: note: Function 'generateOutput' argument 3 names different: declaration 'arg1' definition 'arg'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:644:51: style: Function 'generateButton' argument 2 names different: declaration 'label' definition 'path'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:142:44: note: Function 'generateButton' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:644:51: note: Function 'generateButton' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:653:53: style: Function 'generateCheckbox' argument 2 names different: declaration 'label' definition 'path'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:143:45: note: Function 'generateCheckbox' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:653:53: note: Function 'generateCheckbox' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:662:52: style: Function 'generateVSlider' argument 2 names different: declaration 'label' definition 'path'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:144:44: note: Function 'generateVSlider' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:662:52: note: Function 'generateVSlider' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:670:52: style: Function 'generateHSlider' argument 2 names different: declaration 'label' definition 'path'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:145:45: note: Function 'generateHSlider' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:670:52: note: Function 'generateHSlider' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:678:53: style: Function 'generateNumEntry' argument 2 names different: declaration 'label' definition 'path'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:146:45: note: Function 'generateNumEntry' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:678:53: note: Function 'generateNumEntry' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:687:54: style: Function 'generateVBargraph' argument 2 names different: declaration 'label' definition 'path'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:148:46: note: Function 'generateVBargraph' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:687:54: note: Function 'generateVBargraph' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:707:54: style: Function 'generateHBargraph' argument 2 names different: declaration 'label' definition 'path'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:149:45: note: Function 'generateHBargraph' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:707:54: note: Function 'generateHBargraph' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:755:75: style: Function 'generateDocConstantTbl' argument 3 names different: declaration 'content' definition 'isig'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:129:68: note: Function 'generateDocConstantTbl' argument 3 names different: declaration 'content' definition 'isig'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:755:75: note: Function 'generateDocConstantTbl' argument 3 names different: declaration 'content' definition 'isig'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:820:72: style: Function 'generateDocWriteTbl' argument 3 names different: declaration 'content' definition 'isig'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:130:68: note: Function 'generateDocWriteTbl' argument 3 names different: declaration 'content' definition 'isig'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:820:72: note: Function 'generateDocWriteTbl' argument 3 names different: declaration 'content' definition 'isig'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:884:52: style: Function 'generateRecProj' argument 2 names different: declaration 'exp' definition 'r'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:136:44: note: Function 'generateRecProj' argument 2 names different: declaration 'exp' definition 'r'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:884:52: note: Function 'generateRecProj' argument 2 names different: declaration 'exp' definition 'r'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:993:50: style: Function 'generateIota' argument 2 names different: declaration 'arg' definition 'n'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:119:41: note: Function 'generateIota' argument 2 names different: declaration 'arg' definition 'n'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:993:50: note: Function 'generateIota' argument 2 names different: declaration 'arg' definition 'n'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:1149:54: style: Function 'generateFixDelay' argument 2 names different: declaration 'arg' definition 'exp'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:117:44: note: Function 'generateFixDelay' argument 2 names different: declaration 'arg' definition 'exp'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:1149:54: note: Function 'generateFixDelay' argument 2 names different: declaration 'arg' definition 'exp'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:1149:64: style: Function 'generateFixDelay' argument 3 names different: declaration 'size' definition 'delay'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:117:54: note: Function 'generateFixDelay' argument 3 names different: declaration 'size' definition 'delay'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:1149:64: note: Function 'generateFixDelay' argument 3 names different: declaration 'size' definition 'delay'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:1269:62: style: Function 'prepareBinaryUI' argument 2 names different: declaration 'pathname' definition 'path'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:168:51: note: Function 'prepareBinaryUI' argument 2 names different: declaration 'pathname' definition 'path'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:1269:62: note: Function 'prepareBinaryUI' argument 2 names different: declaration 'pathname' definition 'path'.
faust-0.9.95/compiler/documentator/doc_compile.cpp:964:16: style: Variable 'exp1' is assigned a value that is never used. [unreadVariable]
faust-0.9.95/compiler/documentator/doc_compile.cpp:1333:24: style: Variable 'myunits' is assigned a value that is never used. [unreadVariable]
faust-0.9.95/compiler/documentator/doc_compile.cpp:1337:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/documentator/doc_compile.cpp:1340:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/documentator/doc_compile.cpp:896:16: warning: Assert statement calls a function which may have desired side effects: 'getVectorNameProperty'. [assertWithSideEffect]
faust-0.9.95/compiler/documentator/doc_compile.hh:98:11: performance: Technically the member function 'DocCompiler::getFreshID' can be static. [functionStatic]
faust-0.9.95/compiler/documentator/doc_compile.cpp:69:21: note: Technically the member function 'DocCompiler::getFreshID' can be static.
faust-0.9.95/compiler/documentator/doc_compile.hh:98:11: note: Technically the member function 'DocCompiler::getFreshID' can be static.
faust-0.9.95/compiler/documentator/doc_compile.hh:111:8: performance: Technically the member function 'DocCompiler::isShortEnough' can be static. [functionStatic]
faust-0.9.95/compiler/documentator/doc_compile.cpp:869:19: note: Technically the member function 'DocCompiler::isShortEnough' can be static.
faust-0.9.95/compiler/documentator/doc_compile.hh:111:8: note: Technically the member function 'DocCompiler::isShortEnough' can be static.
faust-0.9.95/compiler/documentator/doc_compile.hh:119:11: performance: Technically the member function 'DocCompiler::generateIota' can be static. [functionStatic]
faust-0.9.95/compiler/documentator/doc_compile.cpp:993:21: note: Technically the member function 'DocCompiler::generateIota' can be static.
faust-0.9.95/compiler/documentator/doc_compile.hh:119:11: note: Technically the member function 'DocCompiler::generateIota' can be static.
faust-0.9.95/compiler/documentator/doc_compile.hh:161:8: performance: Technically the member function 'DocCompiler::printGCCall' can be static. [functionStatic]
faust-0.9.95/compiler/documentator/doc_compile.cpp:251:19: note: Technically the member function 'DocCompiler::printGCCall' can be static.
faust-0.9.95/compiler/documentator/doc_compile.hh:161:8: note: Technically the member function 'DocCompiler::printGCCall' can be static.
faust-0.9.95/compiler/documentator/doc_compile.hh:166:8: performance: Technically the member function 'DocCompiler::getUIDocInfos' can be static. [functionStatic]
faust-0.9.95/compiler/documentator/doc_compile.cpp:1325:19: note: Technically the member function 'DocCompiler::getUIDocInfos' can be static.
faust-0.9.95/compiler/documentator/doc_compile.hh:166:8: note: Technically the member function 'DocCompiler::getUIDocInfos' can be static.
faust-0.9.95/compiler/documentator/doc_compile.hh:167:10: performance: Technically the member function 'DocCompiler::getUIDir' can be static. [functionStatic]
faust-0.9.95/compiler/documentator/doc_compile.cpp:1241:21: note: Technically the member function 'DocCompiler::getUIDir' can be static.
faust-0.9.95/compiler/documentator/doc_compile.hh:167:10: note: Technically the member function 'DocCompiler::getUIDir' can be static.
faust-0.9.95/compiler/documentator/doc_lang.cpp:206:5: style: Condition 'trace' is always false [knownConditionTrueFalse]
faust-0.9.95/compiler/documentator/doc_lang.cpp:205:15: note: Assignment 'trace=false', assigned value is 0
faust-0.9.95/compiler/documentator/doc_lang.cpp:206:5: note: Condition 'trace' is always false
faust-0.9.95/compiler/documentator/doc_lang.cpp:204:55: style: Function 'printStringMapContent' argument 1 names different: declaration 'map' definition 'm'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_lang.cpp:60:57: note: Function 'printStringMapContent' argument 1 names different: declaration 'map' definition 'm'.
faust-0.9.95/compiler/documentator/doc_lang.cpp:204:55: note: Function 'printStringMapContent' argument 1 names different: declaration 'map' definition 'm'.
faust-0.9.95/compiler/documentator/doc_sharing.cpp:66:39: style: Function 'getSharingCount' argument 1 names different: declaration 't' definition 'sig'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:106:29: note: Function 'getSharingCount' argument 1 names different: declaration 't' definition 'sig'.
faust-0.9.95/compiler/documentator/doc_sharing.cpp:66:39: note: Function 'getSharingCount' argument 1 names different: declaration 't' definition 'sig'.
faust-0.9.95/compiler/documentator/doc_sharing.cpp:81:40: style: Function 'setSharingCount' argument 1 names different: declaration 't' definition 'sig'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:107:30: note: Function 'setSharingCount' argument 1 names different: declaration 't' definition 'sig'.
faust-0.9.95/compiler/documentator/doc_sharing.cpp:81:40: note: Function 'setSharingCount' argument 1 names different: declaration 't' definition 'sig'.
faust-0.9.95/compiler/documentator/doc_sharing.cpp:117:53: style: Function 'sharingAnnotation' argument 2 names different: declaration 't' definition 'sig'. [funcArgNamesDifferent]
faust-0.9.95/compiler/documentator/doc_compile.hh:109:43: note: Function 'sharingAnnotation' argument 2 names different: declaration 't' definition 'sig'.
faust-0.9.95/compiler/documentator/doc_sharing.cpp:117:53: note: Function 'sharingAnnotation' argument 2 names different: declaration 't' definition 'sig'.
faust-0.9.95/compiler/documentator/lateq.cpp:115:15: style: Variable 'outputsTitle' is assigned a value that is never used. [unreadVariable]
faust-0.9.95/compiler/documentator/lateq.hh:104:9: performance: Technically the member function 'Lateq::makeItemTitle' can be static. [functionStatic]
faust-0.9.95/compiler/documentator/lateq.cpp:143:15: note: Technically the member function 'Lateq::makeItemTitle' can be static.
faust-0.9.95/compiler/documentator/lateq.hh:104:9: note: Technically the member function 'Lateq::makeItemTitle' can be static.
faust-0.9.95/compiler/documentator/lateq.hh:107:9: performance: Technically the member function 'Lateq::getSigName' can be static. [functionStatic]
faust-0.9.95/compiler/documentator/lateq.cpp:206:15: note: Technically the member function 'Lateq::getSigName' can be static.
faust-0.9.95/compiler/documentator/lateq.hh:107:9: note: Technically the member function 'Lateq::getSigName' can be static.
faust-0.9.95/compiler/documentator/lateq.hh:109:9: performance: Technically the member function 'Lateq::getUISigName' can be static. [functionStatic]
faust-0.9.95/compiler/documentator/lateq.cpp:261:15: note: Technically the member function 'Lateq::getUISigName' can be static.
faust-0.9.95/compiler/documentator/lateq.hh:109:9: note: Technically the member function 'Lateq::getUISigName' can be static.
faust-0.9.95/compiler/documentator/lateq.hh:110:9: performance: Technically the member function 'Lateq::getUISigType' can be static. [functionStatic]
faust-0.9.95/compiler/documentator/lateq.cpp:275:13: note: Technically the member function 'Lateq::getUISigType' can be static.
faust-0.9.95/compiler/documentator/lateq.hh:110:9: note: Technically the member function 'Lateq::getUISigType' can be static.
faust-0.9.95/compiler/documentator/lateq.hh:113:7: performance: Technically the member function 'Lateq::printOneLine' can be static. [functionStatic]
faust-0.9.95/compiler/documentator/lateq.cpp:302:13: note: Technically the member function 'Lateq::printOneLine' can be static.
faust-0.9.95/compiler/documentator/lateq.hh:113:7: note: Technically the member function 'Lateq::printOneLine' can be static.
faust-0.9.95/compiler/documentator/lateq.hh:115:7: style: Technically the member function 'Lateq::printDGroup' can be const. [functionConst]
faust-0.9.95/compiler/documentator/lateq.cpp:319:13: note: Technically the member function 'Lateq::printDGroup' can be const.
faust-0.9.95/compiler/documentator/lateq.hh:115:7: note: Technically the member function 'Lateq::printDGroup' can be const.
faust-0.9.95/compiler/documentator/lateq.hh:116:7: performance: Technically the member function 'Lateq::printMath' can be static. [functionStatic]
faust-0.9.95/compiler/documentator/lateq.cpp:423:13: note: Technically the member function 'Lateq::printMath' can be static.
faust-0.9.95/compiler/documentator/lateq.hh:116:7: note: Technically the member function 'Lateq::printMath' can be static.
faust-0.9.95/compiler/documentator/lateq.hh:118:7: performance: Technically the member function 'Lateq::hasNotOnlyEmptyKeys' can be static. [functionStatic]
faust-0.9.95/compiler/documentator/lateq.cpp:454:13: note: Technically the member function 'Lateq::hasNotOnlyEmptyKeys' can be static.
faust-0.9.95/compiler/documentator/lateq.hh:118:7: note: Technically the member function 'Lateq::hasNotOnlyEmptyKeys' can be static.
faust-0.9.95/compiler/documentator/lateq.hh:119:7: performance: Technically the member function 'Lateq::tab' can be static. [functionStatic]
faust-0.9.95/compiler/documentator/lateq.cpp:439:13: note: Technically the member function 'Lateq::tab' can be static.
faust-0.9.95/compiler/documentator/lateq.hh:119:7: note: Technically the member function 'Lateq::tab' can be static.
faust-0.9.95/compiler/documentator/lateq.cpp:159:6: performance: Possible inefficient checking for 'formulasList' emptiness. [stlSize]
faust-0.9.95/compiler/documentator/lateq.cpp:181:6: performance: Possible inefficient checking for 'formulasList' emptiness. [stlSize]
faust-0.9.95/compiler/documentator/lateq.cpp:321:6: performance: Possible inefficient checking for 'field' emptiness. [stlSize]
faust-0.9.95/compiler/documentator/lateq.cpp:425:6: performance: Possible inefficient checking for 'field' emptiness. [stlSize]
faust-0.9.95/compiler/draw/device/PSDev.h:36:8: style: The function 'rect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:36:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/PSDev.h:36:8: note: Function in derived class
faust-0.9.95/compiler/draw/device/PSDev.h:37:14: style: The function 'triangle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:37:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/PSDev.h:37:14: note: Function in derived class
faust-0.9.95/compiler/draw/device/PSDev.h:38:14: style: The function 'rond' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:38:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/PSDev.h:38:14: note: Function in derived class
faust-0.9.95/compiler/draw/device/PSDev.h:39:8: style: The function 'carre' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:39:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/PSDev.h:39:8: note: Function in derived class
faust-0.9.95/compiler/draw/device/PSDev.h:40:8: style: The function 'fleche' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:40:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/PSDev.h:40:8: note: Function in derived class
faust-0.9.95/compiler/draw/device/PSDev.h:41:8: style: The function 'trait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:41:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/PSDev.h:41:8: note: Function in derived class
faust-0.9.95/compiler/draw/device/PSDev.h:42:8: style: The function 'dasharray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:42:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/PSDev.h:42:8: note: Function in derived class
faust-0.9.95/compiler/draw/device/PSDev.h:43:14: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:43:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/PSDev.h:43:14: note: Function in derived class
faust-0.9.95/compiler/draw/device/PSDev.h:44:8: style: The function 'label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:44:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/PSDev.h:44:8: note: Function in derived class
faust-0.9.95/compiler/draw/device/PSDev.h:45:8: style: The function 'markSens' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:45:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/PSDev.h:45:8: note: Function in derived class
faust-0.9.95/compiler/draw/device/PSDev.h:46:8: style: The function 'Error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:46:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/PSDev.h:46:8: note: Function in derived class
faust-0.9.95/compiler/draw/device/SVGDev.cpp:93:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
faust-0.9.95/compiler/draw/device/SVGDev.cpp:120:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
faust-0.9.95/compiler/draw/device/SVGDev.cpp:180:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
faust-0.9.95/compiler/draw/device/SVGDev.h:36:14: style: The function 'rect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:36:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/SVGDev.h:36:14: note: Function in derived class
faust-0.9.95/compiler/draw/device/SVGDev.h:37:14: style: The function 'triangle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:37:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/SVGDev.h:37:14: note: Function in derived class
faust-0.9.95/compiler/draw/device/SVGDev.h:38:14: style: The function 'rond' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:38:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/SVGDev.h:38:14: note: Function in derived class
faust-0.9.95/compiler/draw/device/SVGDev.h:39:14: style: The function 'carre' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:39:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/SVGDev.h:39:14: note: Function in derived class
faust-0.9.95/compiler/draw/device/SVGDev.h:40:14: style: The function 'fleche' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:40:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/SVGDev.h:40:14: note: Function in derived class
faust-0.9.95/compiler/draw/device/SVGDev.h:41:14: style: The function 'trait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:41:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/SVGDev.h:41:14: note: Function in derived class
faust-0.9.95/compiler/draw/device/SVGDev.h:42:14: style: The function 'dasharray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:42:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/SVGDev.h:42:14: note: Function in derived class
faust-0.9.95/compiler/draw/device/SVGDev.h:43:14: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:43:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/SVGDev.h:43:14: note: Function in derived class
faust-0.9.95/compiler/draw/device/SVGDev.h:44:14: style: The function 'label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:44:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/SVGDev.h:44:14: note: Function in derived class
faust-0.9.95/compiler/draw/device/SVGDev.h:45:14: style: The function 'markSens' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:45:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/SVGDev.h:45:14: note: Function in derived class
faust-0.9.95/compiler/draw/device/SVGDev.h:46:14: style: The function 'Error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/device/device.h:46:22: note: Virtual function in base class
faust-0.9.95/compiler/draw/device/SVGDev.h:46:14: note: Function in derived class
faust-0.9.95/compiler/draw/drawschema.cpp:358:43: style: Function 'generateDiagramSchema' argument 1 names different: declaration 'bd' definition 't'. [funcArgNamesDifferent]
faust-0.9.95/compiler/draw/drawschema.cpp:139:45: note: Function 'generateDiagramSchema' argument 1 names different: declaration 'bd' definition 't'.
faust-0.9.95/compiler/draw/drawschema.cpp:358:43: note: Function 'generateDiagramSchema' argument 1 names different: declaration 'bd' definition 't'.
faust-0.9.95/compiler/draw/drawschema.cpp:277:24: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
faust-0.9.95/compiler/draw/schema/blockSchema.cpp:43:43: style: Function 'makeBlockSchema' argument 3 names different: declaration 'name' definition 'text'. [funcArgNamesDifferent]
faust-0.9.95/compiler/draw/schema/schema.h:155:25: note: Function 'makeBlockSchema' argument 3 names different: declaration 'name' definition 'text'.
faust-0.9.95/compiler/draw/schema/blockSchema.cpp:43:43: note: Function 'makeBlockSchema' argument 3 names different: declaration 'name' definition 'text'.
faust-0.9.95/compiler/draw/schema/blockSchema.cpp:66:22: style: Function 'blockSchema' argument 5 names different: declaration 'name' definition 'text'. [funcArgNamesDifferent]
faust-0.9.95/compiler/draw/schema/blockSchema.h:63:22: note: Function 'blockSchema' argument 5 names different: declaration 'name' definition 'text'.
faust-0.9.95/compiler/draw/schema/blockSchema.cpp:66:22: note: Function 'blockSchema' argument 5 names different: declaration 'name' definition 'text'.
faust-0.9.95/compiler/draw/schema/schema.h:63:5: warning: Member variable 'trait::hasRealInput' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/compiler/draw/schema/schema.h:63:5: warning: Member variable 'trait::hasRealOutput' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/compiler/draw/schema/blockSchema.h:71:7: style: Technically the member function 'blockSchema::drawOrientationMark' can be const. [functionConst]
faust-0.9.95/compiler/draw/schema/blockSchema.cpp:222:19: note: Technically the member function 'blockSchema::drawOrientationMark' can be const.
faust-0.9.95/compiler/draw/schema/blockSchema.h:71:7: note: Technically the member function 'blockSchema::drawOrientationMark' can be const.
faust-0.9.95/compiler/draw/schema/blockSchema.h:72:10: style: Technically the member function 'blockSchema::drawInputArrows' can be const. [functionConst]
faust-0.9.95/compiler/draw/schema/blockSchema.cpp:240:19: note: Technically the member function 'blockSchema::drawInputArrows' can be const.
faust-0.9.95/compiler/draw/schema/blockSchema.h:72:10: note: Technically the member function 'blockSchema::drawInputArrows' can be const.
faust-0.9.95/compiler/draw/schema/blockSchema.h:75:10: style: Technically the member function 'blockSchema::collectInputWires' can be const. [functionConst]
faust-0.9.95/compiler/draw/schema/blockSchema.cpp:265:19: note: Technically the member function 'blockSchema::collectInputWires' can be const.
faust-0.9.95/compiler/draw/schema/blockSchema.h:75:10: note: Technically the member function 'blockSchema::collectInputWires' can be const.
faust-0.9.95/compiler/draw/schema/blockSchema.h:76:10: style: Technically the member function 'blockSchema::collectOutputWires' can be const. [functionConst]
faust-0.9.95/compiler/draw/schema/blockSchema.cpp:280:19: note: Technically the member function 'blockSchema::collectOutputWires' can be const.
faust-0.9.95/compiler/draw/schema/blockSchema.h:76:10: note: Technically the member function 'blockSchema::collectOutputWires' can be const.
faust-0.9.95/compiler/draw/schema/schema.h:40:1: warning: The struct 'point' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
faust-0.9.95/compiler/draw/schema/blockSchema.h:54:16: style: The function 'place' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:144:16: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/blockSchema.h:54:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/blockSchema.h:55:16: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:145:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/blockSchema.h:55:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/blockSchema.h:56:16: style: The function 'inputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:146:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/blockSchema.h:56:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/blockSchema.h:57:17: style: The function 'outputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:147:17: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/blockSchema.h:57:17: note: Function in derived class
faust-0.9.95/compiler/draw/schema/blockSchema.h:58:21: style: The function 'collectTraits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:148:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/blockSchema.h:58:21: note: Function in derived class
faust-0.9.95/compiler/draw/schema/cableSchema.cpp:52:32: style: Function 'place' argument 1 names different: declaration 'x' definition 'ox'. [funcArgNamesDifferent]
faust-0.9.95/compiler/draw/schema/cableSchema.h:41:29: note: Function 'place' argument 1 names different: declaration 'x' definition 'ox'.
faust-0.9.95/compiler/draw/schema/cableSchema.cpp:52:32: note: Function 'place' argument 1 names different: declaration 'x' definition 'ox'.
faust-0.9.95/compiler/draw/schema/cableSchema.cpp:52:43: style: Function 'place' argument 2 names different: declaration 'y' definition 'oy'. [funcArgNamesDifferent]
faust-0.9.95/compiler/draw/schema/cableSchema.h:41:39: note: Function 'place' argument 2 names different: declaration 'y' definition 'oy'.
faust-0.9.95/compiler/draw/schema/cableSchema.cpp:52:43: note: Function 'place' argument 2 names different: declaration 'y' definition 'oy'.
faust-0.9.95/compiler/draw/schema/cableSchema.h:47:5: style: Class 'cableSchema' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/draw/schema/cableSchema.h:41:16: style: The function 'place' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:144:16: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/cableSchema.h:41:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/cableSchema.h:42:16: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:145:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/cableSchema.h:42:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/cableSchema.h:43:16: style: The function 'inputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:146:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/cableSchema.h:43:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/cableSchema.h:44:17: style: The function 'outputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:147:17: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/cableSchema.h:44:17: note: Function in derived class
faust-0.9.95/compiler/draw/schema/cableSchema.h:45:21: style: The function 'collectTraits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:148:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/cableSchema.h:45:21: note: Function in derived class
faust-0.9.95/compiler/draw/schema/collector.cpp:35:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/draw/schema/collector.cpp:62:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/draw/schema/connectorSchema.h:57:10: style: Technically the member function 'connectorSchema::collectInputWires' can be const. [functionConst]
faust-0.9.95/compiler/draw/schema/connectorSchema.cpp:166:23: note: Technically the member function 'connectorSchema::collectInputWires' can be const.
faust-0.9.95/compiler/draw/schema/connectorSchema.h:57:10: note: Technically the member function 'connectorSchema::collectInputWires' can be const.
faust-0.9.95/compiler/draw/schema/connectorSchema.h:58:10: style: Technically the member function 'connectorSchema::collectOutputWires' can be const. [functionConst]
faust-0.9.95/compiler/draw/schema/connectorSchema.cpp:182:23: note: Technically the member function 'connectorSchema::collectOutputWires' can be const.
faust-0.9.95/compiler/draw/schema/connectorSchema.h:58:10: note: Technically the member function 'connectorSchema::collectOutputWires' can be const.
faust-0.9.95/compiler/draw/schema/connectorSchema.h:46:19: style: The function 'place' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:144:16: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/connectorSchema.h:46:19: note: Function in derived class
faust-0.9.95/compiler/draw/schema/connectorSchema.h:47:19: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:145:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/connectorSchema.h:47:19: note: Function in derived class
faust-0.9.95/compiler/draw/schema/connectorSchema.h:48:19: style: The function 'inputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:146:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/connectorSchema.h:48:19: note: Function in derived class
faust-0.9.95/compiler/draw/schema/connectorSchema.h:49:20: style: The function 'outputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:147:17: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/connectorSchema.h:49:20: note: Function in derived class
faust-0.9.95/compiler/draw/schema/connectorSchema.h:50:21: style: The function 'collectTraits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:148:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/connectorSchema.h:50:21: note: Function in derived class
faust-0.9.95/compiler/draw/schema/cutSchema.cpp:53:30: style: Function 'place' argument 1 names different: declaration 'x' definition 'ox'. [funcArgNamesDifferent]
faust-0.9.95/compiler/draw/schema/cutSchema.h:38:29: note: Function 'place' argument 1 names different: declaration 'x' definition 'ox'.
faust-0.9.95/compiler/draw/schema/cutSchema.cpp:53:30: note: Function 'place' argument 1 names different: declaration 'x' definition 'ox'.
faust-0.9.95/compiler/draw/schema/cutSchema.cpp:53:41: style: Function 'place' argument 2 names different: declaration 'y' definition 'oy'. [funcArgNamesDifferent]
faust-0.9.95/compiler/draw/schema/cutSchema.h:38:39: note: Function 'place' argument 2 names different: declaration 'y' definition 'oy'.
faust-0.9.95/compiler/draw/schema/cutSchema.cpp:53:41: note: Function 'place' argument 2 names different: declaration 'y' definition 'oy'.
faust-0.9.95/compiler/draw/schema/cutSchema.h:38:16: style: The function 'place' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:144:16: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/cutSchema.h:38:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/cutSchema.h:39:16: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:145:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/cutSchema.h:39:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/cutSchema.h:40:16: style: The function 'inputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:146:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/cutSchema.h:40:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/cutSchema.h:41:20: style: The function 'outputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:147:17: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/cutSchema.h:41:20: note: Function in derived class
faust-0.9.95/compiler/draw/schema/cutSchema.h:42:19: style: The function 'collectTraits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:148:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/cutSchema.h:42:19: note: Function in derived class
faust-0.9.95/compiler/draw/schema/decorateSchema.cpp:31:38: style: Function 'makeDecorateSchema' argument 1 names different: declaration 's1' definition 's'. [funcArgNamesDifferent]
faust-0.9.95/compiler/draw/schema/schema.h:168:38: note: Function 'makeDecorateSchema' argument 1 names different: declaration 's1' definition 's'.
faust-0.9.95/compiler/draw/schema/decorateSchema.cpp:31:38: note: Function 'makeDecorateSchema' argument 1 names different: declaration 's1' definition 's'.
faust-0.9.95/compiler/draw/schema/decorateSchema.cpp:43:41: style: Function 'decorateSchema' argument 1 names different: declaration 's1' definition 's'. [funcArgNamesDifferent]
faust-0.9.95/compiler/draw/schema/decorateSchema.h:52:26: note: Function 'decorateSchema' argument 1 names different: declaration 's1' definition 's'.
faust-0.9.95/compiler/draw/schema/decorateSchema.cpp:43:41: note: Function 'decorateSchema' argument 1 names different: declaration 's1' definition 's'.
faust-0.9.95/compiler/draw/schema/decorateSchema.h:45:16: style: The function 'place' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:144:16: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/decorateSchema.h:45:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/decorateSchema.h:46:16: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:145:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/decorateSchema.h:46:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/decorateSchema.h:47:19: style: The function 'inputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:146:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/decorateSchema.h:47:19: note: Function in derived class
faust-0.9.95/compiler/draw/schema/decorateSchema.h:48:17: style: The function 'outputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:147:17: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/decorateSchema.h:48:17: note: Function in derived class
faust-0.9.95/compiler/draw/schema/decorateSchema.h:49:21: style: The function 'collectTraits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:148:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/decorateSchema.h:49:21: note: Function in derived class
faust-0.9.95/compiler/draw/schema/enlargedSchema.cpp:59:35: style: Function 'place' argument 1 names different: declaration 'x' definition 'ox'. [funcArgNamesDifferent]
faust-0.9.95/compiler/draw/schema/enlargedSchema.h:44:29: note: Function 'place' argument 1 names different: declaration 'x' definition 'ox'.
faust-0.9.95/compiler/draw/schema/enlargedSchema.cpp:59:35: note: Function 'place' argument 1 names different: declaration 'x' definition 'ox'.
faust-0.9.95/compiler/draw/schema/enlargedSchema.cpp:59:46: style: Function 'place' argument 2 names different: declaration 'y' definition 'oy'. [funcArgNamesDifferent]
faust-0.9.95/compiler/draw/schema/enlargedSchema.h:44:39: note: Function 'place' argument 2 names different: declaration 'y' definition 'oy'.
faust-0.9.95/compiler/draw/schema/enlargedSchema.cpp:59:46: note: Function 'place' argument 2 names different: declaration 'y' definition 'oy'.
faust-0.9.95/compiler/draw/schema/enlargedSchema.h:44:16: style: The function 'place' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:144:16: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/enlargedSchema.h:44:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/enlargedSchema.h:45:16: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:145:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/enlargedSchema.h:45:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/enlargedSchema.h:46:16: style: The function 'inputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:146:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/enlargedSchema.h:46:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/enlargedSchema.h:47:17: style: The function 'outputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:147:17: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/enlargedSchema.h:47:17: note: Function in derived class
faust-0.9.95/compiler/draw/schema/enlargedSchema.h:48:21: style: The function 'collectTraits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:148:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/enlargedSchema.h:48:21: note: Function in derived class
faust-0.9.95/compiler/draw/schema/inverterSchema.h:19:6: style: Class 'inverterSchema' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/draw/schema/inverterSchema.h:17:19: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/blockSchema.h:55:16: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/inverterSchema.h:17:19: note: Function in derived class
faust-0.9.95/compiler/draw/schema/mergeSchema.h:43:16: style: The function 'place' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:144:16: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/mergeSchema.h:43:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/mergeSchema.h:44:16: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:145:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/mergeSchema.h:44:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/mergeSchema.h:45:16: style: The function 'inputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:146:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/mergeSchema.h:45:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/mergeSchema.h:46:17: style: The function 'outputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:147:17: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/mergeSchema.h:46:17: note: Function in derived class
faust-0.9.95/compiler/draw/schema/mergeSchema.h:47:21: style: The function 'collectTraits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:148:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/mergeSchema.h:47:21: note: Function in derived class
faust-0.9.95/compiler/draw/schema/parSchema.h:43:16: style: The function 'place' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:144:16: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/parSchema.h:43:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/parSchema.h:44:16: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:145:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/parSchema.h:44:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/parSchema.h:45:16: style: The function 'inputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:146:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/parSchema.h:45:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/parSchema.h:46:17: style: The function 'outputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:147:17: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/parSchema.h:46:17: note: Function in derived class
faust-0.9.95/compiler/draw/schema/parSchema.h:47:19: style: The function 'collectTraits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:148:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/parSchema.h:47:19: note: Function in derived class
faust-0.9.95/compiler/draw/schema/recSchema.h:51:10: performance: Technically the member function 'recSchema::drawDelaySign' can be static. [functionStatic]
faust-0.9.95/compiler/draw/schema/recSchema.cpp:149:17: note: Technically the member function 'recSchema::drawDelaySign' can be static.
faust-0.9.95/compiler/draw/schema/recSchema.h:51:10: note: Technically the member function 'recSchema::drawDelaySign' can be static.
faust-0.9.95/compiler/draw/schema/recSchema.h:53:13: style: Technically the member function 'recSchema::collectFeedback' can be const. [functionConst]
faust-0.9.95/compiler/draw/schema/recSchema.cpp:202:17: note: Technically the member function 'recSchema::collectFeedback' can be const.
faust-0.9.95/compiler/draw/schema/recSchema.h:53:13: note: Technically the member function 'recSchema::collectFeedback' can be const.
faust-0.9.95/compiler/draw/schema/recSchema.h:54:13: style: Technically the member function 'recSchema::collectFeedfront' can be const. [functionConst]
faust-0.9.95/compiler/draw/schema/recSchema.cpp:226:17: note: Technically the member function 'recSchema::collectFeedfront' can be const.
faust-0.9.95/compiler/draw/schema/recSchema.h:54:13: note: Technically the member function 'recSchema::collectFeedfront' can be const.
faust-0.9.95/compiler/draw/schema/recSchema.h:43:16: style: The function 'place' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:144:16: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/recSchema.h:43:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/recSchema.h:44:16: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:145:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/recSchema.h:44:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/recSchema.h:45:16: style: The function 'inputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:146:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/recSchema.h:45:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/recSchema.h:46:17: style: The function 'outputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:147:17: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/recSchema.h:46:17: note: Function in derived class
faust-0.9.95/compiler/draw/schema/recSchema.h:47:19: style: The function 'collectTraits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:148:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/recSchema.h:47:19: note: Function in derived class
faust-0.9.95/compiler/draw/schema/seqSchema.h:46:16: style: The function 'place' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:144:16: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/seqSchema.h:46:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/seqSchema.h:47:16: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:145:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/seqSchema.h:47:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/seqSchema.h:48:16: style: The function 'inputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:146:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/seqSchema.h:48:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/seqSchema.h:49:17: style: The function 'outputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:147:17: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/seqSchema.h:49:17: note: Function in derived class
faust-0.9.95/compiler/draw/schema/seqSchema.h:50:21: style: The function 'collectTraits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:148:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/seqSchema.h:50:21: note: Function in derived class
faust-0.9.95/compiler/draw/schema/splitSchema.h:43:16: style: The function 'place' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:144:16: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/splitSchema.h:43:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/splitSchema.h:44:16: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:145:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/splitSchema.h:44:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/splitSchema.h:45:16: style: The function 'inputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:146:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/splitSchema.h:45:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/splitSchema.h:46:17: style: The function 'outputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:147:17: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/splitSchema.h:46:17: note: Function in derived class
faust-0.9.95/compiler/draw/schema/splitSchema.h:47:19: style: The function 'collectTraits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:148:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/splitSchema.h:47:19: note: Function in derived class
faust-0.9.95/compiler/draw/schema/topSchema.cpp:33:32: style: Function 'makeTopSchema' argument 1 names different: declaration 's1' definition 's'. [funcArgNamesDifferent]
faust-0.9.95/compiler/draw/schema/schema.h:167:34: note: Function 'makeTopSchema' argument 1 names different: declaration 's1' definition 's'.
faust-0.9.95/compiler/draw/schema/topSchema.cpp:33:32: note: Function 'makeTopSchema' argument 1 names different: declaration 's1' definition 's'.
faust-0.9.95/compiler/draw/schema/topSchema.cpp:45:31: style: Function 'topSchema' argument 1 names different: declaration 's1' definition 's'. [funcArgNamesDifferent]
faust-0.9.95/compiler/draw/schema/topSchema.h:53:21: note: Function 'topSchema' argument 1 names different: declaration 's1' definition 's'.
faust-0.9.95/compiler/draw/schema/topSchema.cpp:45:31: note: Function 'topSchema' argument 1 names different: declaration 's1' definition 's'.
faust-0.9.95/compiler/draw/schema/topSchema.h:46:16: style: The function 'place' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:144:16: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/topSchema.h:46:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/topSchema.h:47:16: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:145:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/topSchema.h:47:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/topSchema.h:48:16: style: The function 'inputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:146:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/topSchema.h:48:16: note: Function in derived class
faust-0.9.95/compiler/draw/schema/topSchema.h:49:17: style: The function 'outputPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:147:17: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/topSchema.h:49:17: note: Function in derived class
faust-0.9.95/compiler/draw/schema/topSchema.h:50:19: style: The function 'collectTraits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/draw/schema/schema.h:148:19: note: Virtual function in base class
faust-0.9.95/compiler/draw/schema/topSchema.h:50:19: note: Function in derived class
faust-0.9.95/compiler/draw/sigToGraph.cpp:80:21: style: The scope of the variable 'n' can be reduced. [variableScope]
faust-0.9.95/compiler/draw/sigToGraph.cpp:50:23: style: Function 'sigToGraph' argument 1 names different: declaration 'sig' definition 'L'. [funcArgNamesDifferent]
faust-0.9.95/compiler/draw/sigToGraph.hh:15:23: note: Function 'sigToGraph' argument 1 names different: declaration 'sig' definition 'L'.
faust-0.9.95/compiler/draw/sigToGraph.cpp:50:23: note: Function 'sigToGraph' argument 1 names different: declaration 'sig' definition 'L'.
faust-0.9.95/compiler/evaluate/environment.cpp:56:24: style: Function 'isEnvBarrier' argument 1 names different: declaration 't' definition 'lenv'. [funcArgNamesDifferent]
faust-0.9.95/compiler/evaluate/environment.hh:15:24: note: Function 'isEnvBarrier' argument 1 names different: declaration 't' definition 'lenv'.
faust-0.9.95/compiler/evaluate/environment.cpp:56:24: note: Function 'isEnvBarrier' argument 1 names different: declaration 't' definition 'lenv'.
faust-0.9.95/compiler/evaluate/eval.cpp:618:28: style: Function 'simplifyPattern' argument 1 names different: declaration 'pattern' definition 'value'. [funcArgNamesDifferent]
faust-0.9.95/compiler/evaluate/eval.hh:64:28: note: Function 'simplifyPattern' argument 1 names different: declaration 'pattern' definition 'value'.
faust-0.9.95/compiler/evaluate/eval.cpp:618:28: note: Function 'simplifyPattern' argument 1 names different: declaration 'pattern' definition 'value'.
faust-0.9.95/compiler/evaluate/eval.cpp:763:44: style: Function 'evalLabel' argument 1 names different: declaration 'l' definition 'src'. [funcArgNamesDifferent]
faust-0.9.95/compiler/evaluate/eval.cpp:68:44: note: Function 'evalLabel' argument 1 names different: declaration 'l' definition 'src'.
faust-0.9.95/compiler/evaluate/eval.cpp:763:44: note: Function 'evalLabel' argument 1 names different: declaration 'l' definition 'src'.
faust-0.9.95/compiler/evaluate/eval.cpp:848:30: style: Function 'iteratePar' argument 1 names different: declaration 'var' definition 'id'. [funcArgNamesDifferent]
faust-0.9.95/compiler/evaluate/eval.cpp:61:31: note: Function 'iteratePar' argument 1 names different: declaration 'var' definition 'id'.
faust-0.9.95/compiler/evaluate/eval.cpp:848:30: note: Function 'iteratePar' argument 1 names different: declaration 'var' definition 'id'.
faust-0.9.95/compiler/evaluate/eval.cpp:1191:51: style: Function 'evalIdDef' argument 3 names different: declaration 'env' definition 'lenv'. [funcArgNamesDifferent]
faust-0.9.95/compiler/evaluate/eval.cpp:70:52: note: Function 'evalIdDef' argument 3 names different: declaration 'env' definition 'lenv'.
faust-0.9.95/compiler/evaluate/eval.cpp:1191:51: note: Function 'evalIdDef' argument 3 names different: declaration 'env' definition 'lenv'.
faust-0.9.95/compiler/extended/absprim.cpp:24:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
faust-0.9.95/compiler/extended/absprim.cpp:21:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/absprim.cpp:31:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/absprim.cpp:40:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/absprim.cpp:55:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/absprim.cpp:56:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/absprim.cpp:68:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/absprim.cpp:69:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/xtended.hh:24:9: style: Technically the member function 'xtended::symbol' can be const. [functionConst]
faust-0.9.95/compiler/extended/absprim.cpp:15:24: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/absprim.cpp:15:24: note: Function in derived class
faust-0.9.95/compiler/extended/absprim.cpp:17:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/absprim.cpp:17:15: note: Function in derived class
faust-0.9.95/compiler/extended/absprim.cpp:19:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/absprim.cpp:19:16: note: Function in derived class
faust-0.9.95/compiler/extended/absprim.cpp:29:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/absprim.cpp:29:14: note: Function in derived class
faust-0.9.95/compiler/extended/absprim.cpp:36:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/absprim.cpp:36:15: note: Function in derived class
faust-0.9.95/compiler/extended/absprim.cpp:53:18: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/absprim.cpp:53:18: note: Function in derived class
faust-0.9.95/compiler/extended/absprim.cpp:66:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/absprim.cpp:66:18: note: Function in derived class
faust-0.9.95/compiler/extended/acosprim.cpp:42:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/acosprim.cpp:43:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/acosprim.cpp:50:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/acosprim.cpp:51:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/acosprim.cpp:14:24: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/acosprim.cpp:14:24: note: Function in derived class
faust-0.9.95/compiler/extended/acosprim.cpp:16:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/acosprim.cpp:16:15: note: Function in derived class
faust-0.9.95/compiler/extended/acosprim.cpp:18:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/acosprim.cpp:18:16: note: Function in derived class
faust-0.9.95/compiler/extended/acosprim.cpp:26:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/acosprim.cpp:26:14: note: Function in derived class
faust-0.9.95/compiler/extended/acosprim.cpp:31:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/acosprim.cpp:31:15: note: Function in derived class
faust-0.9.95/compiler/extended/acosprim.cpp:40:18: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/acosprim.cpp:40:18: note: Function in derived class
faust-0.9.95/compiler/extended/acosprim.cpp:48:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/acosprim.cpp:48:18: note: Function in derived class
faust-0.9.95/compiler/extended/asinprim.cpp:42:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/asinprim.cpp:43:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/asinprim.cpp:50:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/asinprim.cpp:51:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/asinprim.cpp:14:24: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/asinprim.cpp:14:24: note: Function in derived class
faust-0.9.95/compiler/extended/asinprim.cpp:16:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/asinprim.cpp:16:15: note: Function in derived class
faust-0.9.95/compiler/extended/asinprim.cpp:18:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/asinprim.cpp:18:16: note: Function in derived class
faust-0.9.95/compiler/extended/asinprim.cpp:26:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/asinprim.cpp:26:14: note: Function in derived class
faust-0.9.95/compiler/extended/asinprim.cpp:31:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/asinprim.cpp:31:15: note: Function in derived class
faust-0.9.95/compiler/extended/asinprim.cpp:40:18: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/asinprim.cpp:40:18: note: Function in derived class
faust-0.9.95/compiler/extended/asinprim.cpp:48:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/asinprim.cpp:48:18: note: Function in derived class
faust-0.9.95/compiler/extended/atan2prim.cpp:44:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/atan2prim.cpp:45:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/atan2prim.cpp:52:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/atan2prim.cpp:53:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/atan2prim.cpp:14:24: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/atan2prim.cpp:14:24: note: Function in derived class
faust-0.9.95/compiler/extended/atan2prim.cpp:16:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/atan2prim.cpp:16:15: note: Function in derived class
faust-0.9.95/compiler/extended/atan2prim.cpp:18:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/atan2prim.cpp:18:16: note: Function in derived class
faust-0.9.95/compiler/extended/atan2prim.cpp:26:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/atan2prim.cpp:26:14: note: Function in derived class
faust-0.9.95/compiler/extended/atan2prim.cpp:31:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/atan2prim.cpp:31:15: note: Function in derived class
faust-0.9.95/compiler/extended/atan2prim.cpp:42:18: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/atan2prim.cpp:42:18: note: Function in derived class
faust-0.9.95/compiler/extended/atan2prim.cpp:50:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/atan2prim.cpp:50:18: note: Function in derived class
faust-0.9.95/compiler/extended/atanprim.cpp:42:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/atanprim.cpp:43:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/atanprim.cpp:50:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/atanprim.cpp:51:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/atanprim.cpp:14:24: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/atanprim.cpp:14:24: note: Function in derived class
faust-0.9.95/compiler/extended/atanprim.cpp:16:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/atanprim.cpp:16:15: note: Function in derived class
faust-0.9.95/compiler/extended/atanprim.cpp:18:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/atanprim.cpp:18:16: note: Function in derived class
faust-0.9.95/compiler/extended/atanprim.cpp:26:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/atanprim.cpp:26:14: note: Function in derived class
faust-0.9.95/compiler/extended/atanprim.cpp:31:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/atanprim.cpp:31:15: note: Function in derived class
faust-0.9.95/compiler/extended/atanprim.cpp:40:18: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/atanprim.cpp:40:18: note: Function in derived class
faust-0.9.95/compiler/extended/atanprim.cpp:48:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/atanprim.cpp:48:18: note: Function in derived class
faust-0.9.95/compiler/extended/ceilprim.cpp:20:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/ceilprim.cpp:27:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/ceilprim.cpp:34:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/ceilprim.cpp:44:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/ceilprim.cpp:45:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/ceilprim.cpp:52:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/ceilprim.cpp:53:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/ceilprim.cpp:14:24: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/ceilprim.cpp:14:24: note: Function in derived class
faust-0.9.95/compiler/extended/ceilprim.cpp:16:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/ceilprim.cpp:16:15: note: Function in derived class
faust-0.9.95/compiler/extended/ceilprim.cpp:18:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/ceilprim.cpp:18:16: note: Function in derived class
faust-0.9.95/compiler/extended/ceilprim.cpp:26:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/ceilprim.cpp:26:14: note: Function in derived class
faust-0.9.95/compiler/extended/ceilprim.cpp:32:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/ceilprim.cpp:32:15: note: Function in derived class
faust-0.9.95/compiler/extended/ceilprim.cpp:42:18: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/ceilprim.cpp:42:18: note: Function in derived class
faust-0.9.95/compiler/extended/ceilprim.cpp:50:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/ceilprim.cpp:50:18: note: Function in derived class
faust-0.9.95/compiler/extended/cosprim.cpp:42:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/cosprim.cpp:43:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/cosprim.cpp:50:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/cosprim.cpp:51:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/cosprim.cpp:14:24: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/cosprim.cpp:14:24: note: Function in derived class
faust-0.9.95/compiler/extended/cosprim.cpp:16:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/cosprim.cpp:16:15: note: Function in derived class
faust-0.9.95/compiler/extended/cosprim.cpp:18:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/cosprim.cpp:18:16: note: Function in derived class
faust-0.9.95/compiler/extended/cosprim.cpp:26:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/cosprim.cpp:26:14: note: Function in derived class
faust-0.9.95/compiler/extended/cosprim.cpp:31:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/cosprim.cpp:31:15: note: Function in derived class
faust-0.9.95/compiler/extended/cosprim.cpp:40:18: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/cosprim.cpp:40:18: note: Function in derived class
faust-0.9.95/compiler/extended/cosprim.cpp:48:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/cosprim.cpp:48:18: note: Function in derived class
faust-0.9.95/compiler/extended/expprim.cpp:20:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/expprim.cpp:27:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/expprim.cpp:34:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/expprim.cpp:44:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/expprim.cpp:45:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/expprim.cpp:52:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/expprim.cpp:53:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/expprim.cpp:14:24: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/expprim.cpp:14:24: note: Function in derived class
faust-0.9.95/compiler/extended/expprim.cpp:16:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/expprim.cpp:16:15: note: Function in derived class
faust-0.9.95/compiler/extended/expprim.cpp:18:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/expprim.cpp:18:16: note: Function in derived class
faust-0.9.95/compiler/extended/expprim.cpp:26:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/expprim.cpp:26:14: note: Function in derived class
faust-0.9.95/compiler/extended/expprim.cpp:32:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/expprim.cpp:32:15: note: Function in derived class
faust-0.9.95/compiler/extended/expprim.cpp:42:18: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/expprim.cpp:42:18: note: Function in derived class
faust-0.9.95/compiler/extended/expprim.cpp:50:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/expprim.cpp:50:18: note: Function in derived class
faust-0.9.95/compiler/extended/floorprim.cpp:20:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/floorprim.cpp:27:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/floorprim.cpp:34:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/floorprim.cpp:44:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/floorprim.cpp:45:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/floorprim.cpp:52:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/floorprim.cpp:53:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/floorprim.cpp:14:24: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/floorprim.cpp:14:24: note: Function in derived class
faust-0.9.95/compiler/extended/floorprim.cpp:16:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/floorprim.cpp:16:15: note: Function in derived class
faust-0.9.95/compiler/extended/floorprim.cpp:18:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/floorprim.cpp:18:16: note: Function in derived class
faust-0.9.95/compiler/extended/floorprim.cpp:26:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/floorprim.cpp:26:14: note: Function in derived class
faust-0.9.95/compiler/extended/floorprim.cpp:32:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/floorprim.cpp:32:15: note: Function in derived class
faust-0.9.95/compiler/extended/floorprim.cpp:42:18: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/floorprim.cpp:42:18: note: Function in derived class
faust-0.9.95/compiler/extended/floorprim.cpp:50:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/floorprim.cpp:50:18: note: Function in derived class
faust-0.9.95/compiler/extended/fmodprim.cpp:20:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/fmodprim.cpp:34:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/fmodprim.cpp:41:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/fmodprim.cpp:51:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/fmodprim.cpp:52:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/fmodprim.cpp:59:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/fmodprim.cpp:60:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/fmodprim.cpp:14:24: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/fmodprim.cpp:14:24: note: Function in derived class
faust-0.9.95/compiler/extended/fmodprim.cpp:16:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/fmodprim.cpp:16:15: note: Function in derived class
faust-0.9.95/compiler/extended/fmodprim.cpp:18:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/fmodprim.cpp:18:16: note: Function in derived class
faust-0.9.95/compiler/extended/fmodprim.cpp:33:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/fmodprim.cpp:33:14: note: Function in derived class
faust-0.9.95/compiler/extended/fmodprim.cpp:39:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/fmodprim.cpp:39:15: note: Function in derived class
faust-0.9.95/compiler/extended/fmodprim.cpp:49:18: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/fmodprim.cpp:49:18: note: Function in derived class
faust-0.9.95/compiler/extended/fmodprim.cpp:57:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/fmodprim.cpp:57:18: note: Function in derived class
faust-0.9.95/compiler/extended/log10prim.cpp:21:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/log10prim.cpp:33:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/log10prim.cpp:40:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/log10prim.cpp:50:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/log10prim.cpp:51:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/log10prim.cpp:58:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/log10prim.cpp:59:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/log10prim.cpp:15:23: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/log10prim.cpp:15:23: note: Function in derived class
faust-0.9.95/compiler/extended/log10prim.cpp:17:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/log10prim.cpp:17:15: note: Function in derived class
faust-0.9.95/compiler/extended/log10prim.cpp:19:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/log10prim.cpp:19:16: note: Function in derived class
faust-0.9.95/compiler/extended/log10prim.cpp:32:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/log10prim.cpp:32:14: note: Function in derived class
faust-0.9.95/compiler/extended/log10prim.cpp:38:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/log10prim.cpp:38:15: note: Function in derived class
faust-0.9.95/compiler/extended/log10prim.cpp:48:18: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/log10prim.cpp:48:18: note: Function in derived class
faust-0.9.95/compiler/extended/log10prim.cpp:56:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/log10prim.cpp:56:18: note: Function in derived class
faust-0.9.95/compiler/extended/logprim.cpp:20:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/logprim.cpp:32:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/logprim.cpp:39:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/logprim.cpp:49:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/logprim.cpp:50:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/logprim.cpp:57:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/logprim.cpp:58:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/logprim.cpp:14:23: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/logprim.cpp:14:23: note: Function in derived class
faust-0.9.95/compiler/extended/logprim.cpp:16:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/logprim.cpp:16:15: note: Function in derived class
faust-0.9.95/compiler/extended/logprim.cpp:18:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/logprim.cpp:18:16: note: Function in derived class
faust-0.9.95/compiler/extended/logprim.cpp:31:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/logprim.cpp:31:14: note: Function in derived class
faust-0.9.95/compiler/extended/logprim.cpp:37:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/logprim.cpp:37:15: note: Function in derived class
faust-0.9.95/compiler/extended/logprim.cpp:47:18: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/logprim.cpp:47:18: note: Function in derived class
faust-0.9.95/compiler/extended/logprim.cpp:55:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/logprim.cpp:55:18: note: Function in derived class
faust-0.9.95/compiler/extended/maxprim.cpp:21:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/maxprim.cpp:31:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/maxprim.cpp:40:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/maxprim.cpp:70:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/maxprim.cpp:71:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/maxprim.cpp:113:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/maxprim.cpp:114:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/maxprim.cpp:15:23: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/maxprim.cpp:15:23: note: Function in derived class
faust-0.9.95/compiler/extended/maxprim.cpp:17:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/maxprim.cpp:17:15: note: Function in derived class
faust-0.9.95/compiler/extended/maxprim.cpp:19:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/maxprim.cpp:19:16: note: Function in derived class
faust-0.9.95/compiler/extended/maxprim.cpp:29:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/maxprim.cpp:29:14: note: Function in derived class
faust-0.9.95/compiler/extended/maxprim.cpp:36:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/maxprim.cpp:36:15: note: Function in derived class
faust-0.9.95/compiler/extended/maxprim.cpp:68:18: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/maxprim.cpp:68:18: note: Function in derived class
faust-0.9.95/compiler/extended/maxprim.cpp:111:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/maxprim.cpp:111:18: note: Function in derived class
faust-0.9.95/compiler/extended/minprim.cpp:21:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/minprim.cpp:31:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/minprim.cpp:40:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/minprim.cpp:70:32: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/minprim.cpp:71:33: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/minprim.cpp:113:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/minprim.cpp:114:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/minprim.cpp:15:23: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/minprim.cpp:15:23: note: Function in derived class
faust-0.9.95/compiler/extended/minprim.cpp:17:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/minprim.cpp:17:15: note: Function in derived class
faust-0.9.95/compiler/extended/minprim.cpp:19:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/minprim.cpp:19:16: note: Function in derived class
faust-0.9.95/compiler/extended/minprim.cpp:29:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/minprim.cpp:29:14: note: Function in derived class
faust-0.9.95/compiler/extended/minprim.cpp:36:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/minprim.cpp:36:15: note: Function in derived class
faust-0.9.95/compiler/extended/minprim.cpp:68:21: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/minprim.cpp:68:21: note: Function in derived class
faust-0.9.95/compiler/extended/minprim.cpp:111:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/minprim.cpp:111:18: note: Function in derived class
faust-0.9.95/compiler/extended/powprim.cpp:20:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/powprim.cpp:33:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/powprim.cpp:40:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/powprim.cpp:50:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/powprim.cpp:51:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/powprim.cpp:63:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/powprim.cpp:64:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/powprim.cpp:14:23: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/powprim.cpp:14:23: note: Function in derived class
faust-0.9.95/compiler/extended/powprim.cpp:16:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/powprim.cpp:16:15: note: Function in derived class
faust-0.9.95/compiler/extended/powprim.cpp:18:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/powprim.cpp:18:16: note: Function in derived class
faust-0.9.95/compiler/extended/powprim.cpp:32:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/powprim.cpp:32:14: note: Function in derived class
faust-0.9.95/compiler/extended/powprim.cpp:38:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/powprim.cpp:38:15: note: Function in derived class
faust-0.9.95/compiler/extended/powprim.cpp:48:18: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/powprim.cpp:48:18: note: Function in derived class
faust-0.9.95/compiler/extended/powprim.cpp:61:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/powprim.cpp:61:18: note: Function in derived class
faust-0.9.95/compiler/extended/powprim.cpp:71:21: style: The function 'isSpecialInfix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:42:21: note: Virtual function in base class
faust-0.9.95/compiler/extended/powprim.cpp:71:21: note: Function in derived class
faust-0.9.95/compiler/extended/remainderprim.cpp:21:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/remainderprim.cpp:28:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/remainderprim.cpp:35:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/remainderprim.cpp:45:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/remainderprim.cpp:46:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/remainderprim.cpp:53:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/remainderprim.cpp:54:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/remainderprim.cpp:15:23: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/remainderprim.cpp:15:23: note: Function in derived class
faust-0.9.95/compiler/extended/remainderprim.cpp:17:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/remainderprim.cpp:17:15: note: Function in derived class
faust-0.9.95/compiler/extended/remainderprim.cpp:19:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/remainderprim.cpp:19:16: note: Function in derived class
faust-0.9.95/compiler/extended/remainderprim.cpp:27:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/remainderprim.cpp:27:14: note: Function in derived class
faust-0.9.95/compiler/extended/remainderprim.cpp:33:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/remainderprim.cpp:33:15: note: Function in derived class
faust-0.9.95/compiler/extended/remainderprim.cpp:43:18: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/remainderprim.cpp:43:18: note: Function in derived class
faust-0.9.95/compiler/extended/remainderprim.cpp:51:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/remainderprim.cpp:51:18: note: Function in derived class
faust-0.9.95/compiler/extended/rintprim.cpp:21:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/rintprim.cpp:33:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/rintprim.cpp:40:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/rintprim.cpp:50:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/rintprim.cpp:51:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/rintprim.cpp:58:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/rintprim.cpp:59:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/rintprim.cpp:15:23: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/rintprim.cpp:15:23: note: Function in derived class
faust-0.9.95/compiler/extended/rintprim.cpp:17:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/rintprim.cpp:17:15: note: Function in derived class
faust-0.9.95/compiler/extended/rintprim.cpp:19:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/rintprim.cpp:19:16: note: Function in derived class
faust-0.9.95/compiler/extended/rintprim.cpp:32:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/rintprim.cpp:32:14: note: Function in derived class
faust-0.9.95/compiler/extended/rintprim.cpp:38:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/rintprim.cpp:38:15: note: Function in derived class
faust-0.9.95/compiler/extended/rintprim.cpp:48:18: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/rintprim.cpp:48:18: note: Function in derived class
faust-0.9.95/compiler/extended/rintprim.cpp:56:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/rintprim.cpp:56:18: note: Function in derived class
faust-0.9.95/compiler/extended/sinprim.cpp:42:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/sinprim.cpp:43:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/sinprim.cpp:50:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/sinprim.cpp:51:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/sinprim.cpp:14:23: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/sinprim.cpp:14:23: note: Function in derived class
faust-0.9.95/compiler/extended/sinprim.cpp:16:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/sinprim.cpp:16:15: note: Function in derived class
faust-0.9.95/compiler/extended/sinprim.cpp:18:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/sinprim.cpp:18:16: note: Function in derived class
faust-0.9.95/compiler/extended/sinprim.cpp:26:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/sinprim.cpp:26:14: note: Function in derived class
faust-0.9.95/compiler/extended/sinprim.cpp:31:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/sinprim.cpp:31:15: note: Function in derived class
faust-0.9.95/compiler/extended/sinprim.cpp:40:18: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/sinprim.cpp:40:18: note: Function in derived class
faust-0.9.95/compiler/extended/sinprim.cpp:48:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/sinprim.cpp:48:18: note: Function in derived class
faust-0.9.95/compiler/extended/sqrtprim.cpp:50:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/sqrtprim.cpp:51:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/sqrtprim.cpp:58:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/sqrtprim.cpp:59:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/sqrtprim.cpp:15:23: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/sqrtprim.cpp:15:23: note: Function in derived class
faust-0.9.95/compiler/extended/sqrtprim.cpp:17:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/sqrtprim.cpp:17:15: note: Function in derived class
faust-0.9.95/compiler/extended/sqrtprim.cpp:19:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/sqrtprim.cpp:19:16: note: Function in derived class
faust-0.9.95/compiler/extended/sqrtprim.cpp:33:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/sqrtprim.cpp:33:14: note: Function in derived class
faust-0.9.95/compiler/extended/sqrtprim.cpp:38:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/sqrtprim.cpp:38:15: note: Function in derived class
faust-0.9.95/compiler/extended/sqrtprim.cpp:48:18: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/sqrtprim.cpp:48:18: note: Function in derived class
faust-0.9.95/compiler/extended/sqrtprim.cpp:56:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/sqrtprim.cpp:56:18: note: Function in derived class
faust-0.9.95/compiler/extended/tanprim.cpp:42:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/tanprim.cpp:43:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/tanprim.cpp:50:26: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/tanprim.cpp:51:27: warning: Assert statement calls a function which may have desired side effects: 'arity'. [assertWithSideEffect]
faust-0.9.95/compiler/extended/tanprim.cpp:14:23: style: The function 'arity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:34:24: note: Virtual function in base class
faust-0.9.95/compiler/extended/tanprim.cpp:14:23: note: Function in derived class
faust-0.9.95/compiler/extended/tanprim.cpp:16:15: style: The function 'needCache' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/tanprim.cpp:16:15: note: Function in derived class
faust-0.9.95/compiler/extended/tanprim.cpp:18:16: style: The function 'infereSigType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:38:16: note: Virtual function in base class
faust-0.9.95/compiler/extended/tanprim.cpp:18:16: note: Function in derived class
faust-0.9.95/compiler/extended/tanprim.cpp:26:14: style: The function 'infereSigOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:37:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/tanprim.cpp:26:14: note: Function in derived class
faust-0.9.95/compiler/extended/tanprim.cpp:31:15: style: The function 'computeSigOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/extended/tanprim.cpp:31:15: note: Function in derived class
faust-0.9.95/compiler/extended/tanprim.cpp:40:18: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/tanprim.cpp:40:18: note: Function in derived class
faust-0.9.95/compiler/extended/tanprim.cpp:48:18: style: The function 'generateLateq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/extended/xtended.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/extended/tanprim.cpp:48:18: note: Function in derived class
faust-0.9.95/compiler/generator/Text.cpp:137:11: style: The scope of the variable 'c' can be reduced. [variableScope]
faust-0.9.95/compiler/generator/Text.cpp:48:29: style: Function 'subst' argument 1 names different: declaration 'm' definition 'model'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/Text.hh:41:29: note: Function 'subst' argument 1 names different: declaration 'm' definition 'model'.
faust-0.9.95/compiler/generator/Text.cpp:48:29: note: Function 'subst' argument 1 names different: declaration 'm' definition 'model'.
faust-0.9.95/compiler/generator/Text.cpp:48:58: style: Function 'subst' argument 2 names different: declaration 'vargs' definition 'args'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/Text.hh:41:54: note: Function 'subst' argument 2 names different: declaration 'vargs' definition 'args'.
faust-0.9.95/compiler/generator/Text.cpp:48:58: note: Function 'subst' argument 2 names different: declaration 'vargs' definition 'args'.
faust-0.9.95/compiler/generator/Text.cpp:53:29: style: Function 'subst' argument 1 names different: declaration 'm' definition 'model'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/Text.hh:40:29: note: Function 'subst' argument 1 names different: declaration 'm' definition 'model'.
faust-0.9.95/compiler/generator/Text.cpp:53:29: note: Function 'subst' argument 1 names different: declaration 'm' definition 'model'.
faust-0.9.95/compiler/generator/Text.cpp:60:29: style: Function 'subst' argument 1 names different: declaration 'm' definition 'model'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/Text.hh:42:29: note: Function 'subst' argument 1 names different: declaration 'm' definition 'model'.
faust-0.9.95/compiler/generator/Text.cpp:60:29: note: Function 'subst' argument 1 names different: declaration 'm' definition 'model'.
faust-0.9.95/compiler/generator/Text.cpp:69:29: style: Function 'subst' argument 1 names different: declaration 'm' definition 'model'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/Text.hh:43:29: note: Function 'subst' argument 1 names different: declaration 'm' definition 'model'.
faust-0.9.95/compiler/generator/Text.cpp:69:29: note: Function 'subst' argument 1 names different: declaration 'm' definition 'model'.
faust-0.9.95/compiler/generator/compile.hh:69:32: style: C-style pointer casting [cstyleCast]
faust-0.9.95/compiler/generator/compile.cpp:142:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/compile.cpp:149:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/compile.cpp:187:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/compile.cpp:190:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/compile.cpp:246:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/compile.cpp:249:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.hh:143:10: performance: Technically the member function 'Klass::rememberNeedPowerDef' can be static. [functionStatic]
faust-0.9.95/compiler/generator/klass.hh:212:6: style: Technically the member function 'Klass::inputs' can be const. [functionConst]
faust-0.9.95/compiler/generator/klass.hh:213:6: style: Technically the member function 'Klass::outputs' can be const. [functionConst]
faust-0.9.95/compiler/generator/compile.hh:88:9: performance: Technically the member function 'Compiler::prepareUserInterfaceTree' can be static. [functionStatic]
faust-0.9.95/compiler/generator/compile.cpp:113:16: note: Technically the member function 'Compiler::prepareUserInterfaceTree' can be static.
faust-0.9.95/compiler/generator/compile.hh:88:9: note: Technically the member function 'Compiler::prepareUserInterfaceTree' can be static.
faust-0.9.95/compiler/generator/klass.hh:114:13: style: Class 'Klass' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
faust-0.9.95/compiler/generator/klass.hh:114:13: style: Class 'Klass' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/compiler/generator/compile.cpp:77:19: style: Class 'Compiler' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
faust-0.9.95/compiler/generator/compile.cpp:77:19: style: Class 'Compiler' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/compiler/generator/klass.hh:222:15: style: The function 'println' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/generator/klass.hh:181:15: note: Virtual function in base class
faust-0.9.95/compiler/generator/klass.hh:222:15: note: Function in derived class
faust-0.9.95/compiler/generator/klass.hh:231:15: style: The function 'println' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/generator/klass.hh:181:15: note: Virtual function in base class
faust-0.9.95/compiler/generator/klass.hh:231:15: note: Function in derived class
faust-0.9.95/compiler/generator/compile_scal.cpp:108:35: style: Function 'prepare' argument 1 names different: declaration 'L0' definition 'LS'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:82:26: note: Function 'prepare' argument 1 names different: declaration 'L0' definition 'LS'.
faust-0.9.95/compiler/generator/compile_scal.cpp:108:35: note: Function 'prepare' argument 1 names different: declaration 'L0' definition 'LS'.
faust-0.9.95/compiler/generator/compile_scal.cpp:163:47: style: Function 'compileMultiSignal' argument 1 names different: declaration 'lsig' definition 'L'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:66:43: note: Function 'compileMultiSignal' argument 1 names different: declaration 'lsig' definition 'L'.
faust-0.9.95/compiler/generator/compile_scal.cpp:163:47: note: Function 'compileMultiSignal' argument 1 names different: declaration 'lsig' definition 'L'.
faust-0.9.95/compiler/generator/compile_scal.cpp:201:48: style: Function 'compileSingleSignal' argument 1 names different: declaration 'lsig' definition 'sig'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:67:42: note: Function 'compileSingleSignal' argument 1 names different: declaration 'lsig' definition 'sig'.
faust-0.9.95/compiler/generator/compile_scal.cpp:201:48: note: Function 'compileSingleSignal' argument 1 names different: declaration 'lsig' definition 'sig'.
faust-0.9.95/compiler/generator/compile_scal.cpp:224:62: style: Function 'getCompiledExpression' argument 2 names different: declaration 'name' definition 'cexp'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:86:49: note: Function 'getCompiledExpression' argument 2 names different: declaration 'name' definition 'cexp'.
faust-0.9.95/compiler/generator/compile_scal.cpp:224:62: note: Function 'getCompiledExpression' argument 2 names different: declaration 'name' definition 'cexp'.
faust-0.9.95/compiler/generator/compile_scal.cpp:235:70: style: Function 'setCompiledExpression' argument 2 names different: declaration 'name' definition 'cexp'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:87:56: note: Function 'setCompiledExpression' argument 2 names different: declaration 'name' definition 'cexp'.
faust-0.9.95/compiler/generator/compile_scal.cpp:235:70: note: Function 'setCompiledExpression' argument 2 names different: declaration 'name' definition 'cexp'.
faust-0.9.95/compiler/generator/compile_scal.cpp:363:84: style: Function 'generateFConst' argument 3 names different: declaration 'name' definition 'exp'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:138:81: note: Function 'generateFConst' argument 3 names different: declaration 'name' definition 'exp'.
faust-0.9.95/compiler/generator/compile_scal.cpp:363:84: note: Function 'generateFConst' argument 3 names different: declaration 'name' definition 'exp'.
faust-0.9.95/compiler/generator/compile_scal.cpp:382:82: style: Function 'generateFVar' argument 3 names different: declaration 'name' definition 'exp'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:139:79: note: Function 'generateFVar' argument 3 names different: declaration 'name' definition 'exp'.
faust-0.9.95/compiler/generator/compile_scal.cpp:382:82: note: Function 'generateFVar' argument 3 names different: declaration 'name' definition 'exp'.
faust-0.9.95/compiler/generator/compile_scal.cpp:406:83: style: Function 'generateOutput' argument 3 names different: declaration 'arg1' definition 'arg'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:110:81: note: Function 'generateOutput' argument 3 names different: declaration 'arg1' definition 'arg'.
faust-0.9.95/compiler/generator/compile_scal.cpp:406:83: note: Function 'generateOutput' argument 3 names different: declaration 'arg1' definition 'arg'.
faust-0.9.95/compiler/generator/compile_scal.cpp:596:54: style: Function 'generateButton' argument 2 names different: declaration 'label' definition 'path'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:128:54: note: Function 'generateButton' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/generator/compile_scal.cpp:596:54: note: Function 'generateButton' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/generator/compile_scal.cpp:607:56: style: Function 'generateCheckbox' argument 2 names different: declaration 'label' definition 'path'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:129:55: note: Function 'generateCheckbox' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/generator/compile_scal.cpp:607:56: note: Function 'generateCheckbox' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/generator/compile_scal.cpp:619:55: style: Function 'generateVSlider' argument 2 names different: declaration 'label' definition 'path'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:130:54: note: Function 'generateVSlider' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/generator/compile_scal.cpp:619:55: note: Function 'generateVSlider' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/generator/compile_scal.cpp:630:55: style: Function 'generateHSlider' argument 2 names different: declaration 'label' definition 'path'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:131:55: note: Function 'generateHSlider' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/generator/compile_scal.cpp:630:55: note: Function 'generateHSlider' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/generator/compile_scal.cpp:641:56: style: Function 'generateNumEntry' argument 2 names different: declaration 'label' definition 'path'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:132:55: note: Function 'generateNumEntry' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/generator/compile_scal.cpp:641:56: note: Function 'generateNumEntry' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/generator/compile_scal.cpp:653:57: style: Function 'generateVBargraph' argument 2 names different: declaration 'label' definition 'path'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:134:56: note: Function 'generateVBargraph' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/generator/compile_scal.cpp:653:57: note: Function 'generateVBargraph' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/generator/compile_scal.cpp:680:57: style: Function 'generateHBargraph' argument 2 names different: declaration 'label' definition 'path'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:135:55: note: Function 'generateHBargraph' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/generator/compile_scal.cpp:680:57: note: Function 'generateHBargraph' argument 2 names different: declaration 'label' definition 'path'.
faust-0.9.95/compiler/generator/compile_scal.cpp:901:55: style: Function 'generateRecProj' argument 2 names different: declaration 'exp' definition 'r'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:122:54: note: Function 'generateRecProj' argument 2 names different: declaration 'exp' definition 'r'.
faust-0.9.95/compiler/generator/compile_scal.cpp:901:55: note: Function 'generateRecProj' argument 2 names different: declaration 'exp' definition 'r'.
faust-0.9.95/compiler/generator/compile_scal.cpp:982:53: style: Function 'generateIota' argument 2 names different: declaration 'arg' definition 'n'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:103:51: note: Function 'generateIota' argument 2 names different: declaration 'arg' definition 'n'.
faust-0.9.95/compiler/generator/compile_scal.cpp:982:53: note: Function 'generateIota' argument 2 names different: declaration 'arg' definition 'n'.
faust-0.9.95/compiler/generator/compile_scal.cpp:1191:57: style: Function 'generateFixDelay' argument 2 names different: declaration 'arg' definition 'exp'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:101:52: note: Function 'generateFixDelay' argument 2 names different: declaration 'arg' definition 'exp'.
faust-0.9.95/compiler/generator/compile_scal.cpp:1191:57: note: Function 'generateFixDelay' argument 2 names different: declaration 'arg' definition 'exp'.
faust-0.9.95/compiler/generator/compile_scal.cpp:1191:67: style: Function 'generateFixDelay' argument 3 names different: declaration 'size' definition 'delay'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:101:62: note: Function 'generateFixDelay' argument 3 names different: declaration 'size' definition 'delay'.
faust-0.9.95/compiler/generator/compile_scal.cpp:1191:67: note: Function 'generateFixDelay' argument 3 names different: declaration 'size' definition 'delay'.
faust-0.9.95/compiler/generator/compile_scal.cpp:384:17: style: Unused variable: ctype [unusedVariable]
faust-0.9.95/compiler/generator/compile_scal.cpp:384:24: style: Unused variable: vname [unusedVariable]
faust-0.9.95/compiler/generator/compile_scal.cpp:752:14: style: Unused variable: cexp [unusedVariable]
faust-0.9.95/compiler/generator/compile_scal.cpp:909:16: warning: Assert statement calls a function which may have desired side effects: 'getVectorNameProperty'. [assertWithSideEffect]
faust-0.9.95/compiler/generator/compile_scal.hh:79:11: performance: Technically the member function 'ScalarCompiler::getFreshID' can be static. [functionStatic]
faust-0.9.95/compiler/generator/compile_scal.cpp:91:24: note: Technically the member function 'ScalarCompiler::getFreshID' can be static.
faust-0.9.95/compiler/generator/compile_scal.hh:79:11: note: Technically the member function 'ScalarCompiler::getFreshID' can be static.
faust-0.9.95/compiler/generator/compile_scal.hh:148:21: performance: Technically the member function 'ScalarCompiler::pow2limit' can be static. [functionStatic]
faust-0.9.95/compiler/generator/compile_scal.cpp:1158:21: note: Technically the member function 'ScalarCompiler::pow2limit' can be static.
faust-0.9.95/compiler/generator/compile_scal.hh:148:21: note: Technically the member function 'ScalarCompiler::pow2limit' can be static.
faust-0.9.95/compiler/generator/compile_scal.hh:61:2: style: Class 'ScalarCompiler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/generator/compile_scal.hh:66:17: style: The function 'compileMultiSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/generator/compile.hh:66:16: note: Virtual function in base class
faust-0.9.95/compiler/generator/compile_scal.hh:66:17: note: Function in derived class
faust-0.9.95/compiler/generator/compile_scal.hh:67:16: style: The function 'compileSingleSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/generator/compile.hh:67:16: note: Virtual function in base class
faust-0.9.95/compiler/generator/compile_scal.hh:67:16: note: Function in derived class
faust-0.9.95/compiler/generator/compile_scal.hh:82:13: style: The function 'prepare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/generator/compile.hh:75:18: note: Virtual function in base class
faust-0.9.95/compiler/generator/compile_scal.hh:82:13: note: Function in derived class
faust-0.9.95/compiler/generator/compile_scal.hh:83:9: style: The function 'prepare2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/generator/compile.hh:76:18: note: Virtual function in base class
faust-0.9.95/compiler/generator/compile_scal.hh:83:9: note: Function in derived class
faust-0.9.95/compiler/generator/compile_sched.cpp:73:73: style: Function 'vectorLoop' argument 2 names different: declaration 'dlname' definition 'vecname'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_sched.hh:52:72: note: Function 'vectorLoop' argument 2 names different: declaration 'dlname' definition 'vecname'.
faust-0.9.95/compiler/generator/compile_sched.cpp:73:73: note: Function 'vectorLoop' argument 2 names different: declaration 'dlname' definition 'vecname'.
faust-0.9.95/compiler/generator/compile_vect.hh:48:5: style: Class 'VectorCompiler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/generator/compile_sched.hh:46:5: style: Class 'SchedulerCompiler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/generator/compile_vect.hh:50:18: style: The function 'compileMultiSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/generator/compile_scal.hh:66:17: note: Virtual function in base class
faust-0.9.95/compiler/generator/compile_vect.hh:50:18: note: Function in derived class
faust-0.9.95/compiler/generator/compile_vect.hh:54:25: style: The function 'CS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/generator/compile_scal.hh:72:25: note: Virtual function in base class
faust-0.9.95/compiler/generator/compile_vect.hh:54:25: note: Function in derived class
faust-0.9.95/compiler/generator/compile_vect.hh:55:25: style: The function 'generateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/generator/compile_scal.hh:73:25: note: Virtual function in base class
faust-0.9.95/compiler/generator/compile_vect.hh:55:25: note: Function in derived class
faust-0.9.95/compiler/generator/compile_vect.hh:60:25: style: The function 'generateCacheCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/generator/compile_scal.hh:74:25: note: Virtual function in base class
faust-0.9.95/compiler/generator/compile_vect.hh:60:25: note: Function in derived class
faust-0.9.95/compiler/generator/compile_vect.hh:61:25: style: The function 'generateDelayLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/generator/compile_scal.hh:144:21: note: Virtual function in base class
faust-0.9.95/compiler/generator/compile_vect.hh:61:25: note: Function in derived class
faust-0.9.95/compiler/generator/compile_vect.hh:62:25: style: The function 'generateVariableStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/generator/compile_scal.hh:77:25: note: Virtual function in base class
faust-0.9.95/compiler/generator/compile_vect.hh:62:25: note: Function in derived class
faust-0.9.95/compiler/generator/compile_vect.hh:63:25: style: The function 'generateFixDelay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/generator/compile_scal.hh:101:19: note: Virtual function in base class
faust-0.9.95/compiler/generator/compile_vect.hh:63:25: note: Function in derived class
faust-0.9.95/compiler/generator/compile_vect.hh:64:25: style: The function 'generateDelayVec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/generator/compile_scal.hh:141:21: note: Virtual function in base class
faust-0.9.95/compiler/generator/compile_vect.hh:64:25: note: Function in derived class
faust-0.9.95/compiler/generator/compile_vect.hh:67:25: style: The function 'generateWaveform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/generator/compile_scal.hh:107:25: note: Virtual function in base class
faust-0.9.95/compiler/generator/compile_vect.hh:67:25: note: Function in derived class
faust-0.9.95/compiler/generator/compile_sched.hh:48:18: style: The function 'compileMultiSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/generator/compile_vect.hh:50:18: note: Virtual function in base class
faust-0.9.95/compiler/generator/compile_sched.hh:48:18: note: Function in derived class
faust-0.9.95/compiler/generator/compile_sched.hh:52:25: style: The function 'vectorLoop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/generator/compile_vect.hh:65:25: note: Virtual function in base class
faust-0.9.95/compiler/generator/compile_sched.hh:52:25: note: Function in derived class
faust-0.9.95/compiler/generator/compile_sched.hh:53:25: style: The function 'dlineLoop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/generator/compile_vect.hh:66:25: note: Virtual function in base class
faust-0.9.95/compiler/generator/compile_sched.hh:53:25: note: Function in derived class
faust-0.9.95/compiler/generator/compile_vect.cpp:443:70: style: Function 'vectorLoop' argument 2 names different: declaration 'dlname' definition 'vecname'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_vect.hh:65:72: note: Function 'vectorLoop' argument 2 names different: declaration 'dlname' definition 'vecname'.
faust-0.9.95/compiler/generator/compile_vect.cpp:443:70: note: Function 'vectorLoop' argument 2 names different: declaration 'dlname' definition 'vecname'.
faust-0.9.95/compiler/generator/contextor.hh:53:7: performance: Technically the member function 'contextor::set' can be static. [functionStatic]
faust-0.9.95/compiler/generator/contextor.hh:54:6: performance: Technically the member function 'contextor::get' can be static. [functionStatic]
faust-0.9.95/compiler/generator/contextor.hh:47:2: style: Class 'contextor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/generator/description.cpp:132:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
faust-0.9.95/compiler/generator/description.cpp:209:14: style: The scope of the variable 'groupnames' can be reduced. [variableScope]
faust-0.9.95/compiler/generator/description.cpp:167:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/description.cpp:177:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/description.cpp:188:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/description.hh:76:12: performance: Technically the member function 'Description::tab' can be static. [functionStatic]
faust-0.9.95/compiler/generator/description.cpp:236:19: note: Technically the member function 'Description::tab' can be static.
faust-0.9.95/compiler/generator/description.hh:76:12: note: Technically the member function 'Description::tab' can be static.
faust-0.9.95/compiler/generator/klass.cpp:156:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:171:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:190:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:209:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:267:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:272:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:302:108: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:318:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:344:113: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:382:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:383:128: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:395:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:411:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:458:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:500:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:567:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:571:130: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:591:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:610:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:623:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:639:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:649:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:673:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:712:122: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:723:122: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:758:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:789:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:1204:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:1244:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:1275:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:1282:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/klass.cpp:1290:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/generator/occurences.cpp:148:10: style: C-style pointer casting [cstyleCast]
faust-0.9.95/compiler/generator/occurences.cpp:27:13: warning: Member variable 'Occurences::fMinDelay' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/compiler/generator/sharing.cpp:62:42: style: Function 'getSharingCount' argument 1 names different: declaration 't' definition 'sig'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:92:29: note: Function 'getSharingCount' argument 1 names different: declaration 't' definition 'sig'.
faust-0.9.95/compiler/generator/sharing.cpp:62:42: note: Function 'getSharingCount' argument 1 names different: declaration 't' definition 'sig'.
faust-0.9.95/compiler/generator/sharing.cpp:75:43: style: Function 'setSharingCount' argument 1 names different: declaration 't' definition 'sig'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:93:30: note: Function 'setSharingCount' argument 1 names different: declaration 't' definition 'sig'.
faust-0.9.95/compiler/generator/sharing.cpp:75:43: note: Function 'setSharingCount' argument 1 names different: declaration 't' definition 'sig'.
faust-0.9.95/compiler/generator/sharing.cpp:106:56: style: Function 'sharingAnnotation' argument 2 names different: declaration 't' definition 'sig'. [funcArgNamesDifferent]
faust-0.9.95/compiler/generator/compile_scal.hh:95:43: note: Function 'sharingAnnotation' argument 2 names different: declaration 't' definition 'sig'.
faust-0.9.95/compiler/generator/sharing.cpp:106:56: note: Function 'sharingAnnotation' argument 2 names different: declaration 't' definition 'sig'.
faust-0.9.95/compiler/main.cpp:542:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/main.cpp:693:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/normalize/aterm.cpp:90:13: style: The scope of the variable 'hasPositiveTerm' can be reduced. [variableScope]
faust-0.9.95/compiler/normalize/aterm.cpp:91:13: style: The scope of the variable 'hasNegativeTerm' can be reduced. [variableScope]
faust-0.9.95/compiler/normalize/aterm.cpp:109:31: style: Variable 'hasPositiveTerm' is assigned a value that is never used. [unreadVariable]
faust-0.9.95/compiler/normalize/aterm.cpp:104:31: style: Variable 'hasNegativeTerm' is assigned a value that is never used. [unreadVariable]
faust-0.9.95/compiler/normalize/aterm.cpp:98:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/normalize/aterm.cpp:147:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/normalize/aterm.cpp:259:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/normalize/aterm.cpp:260:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/normalize/aterm.cpp:285:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/normalize/aterm.cpp:78:9: style: Boolean variable 'p1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
faust-0.9.95/compiler/normalize/mterm.hh:38:5: style: 'mterm::operator=' should return 'mterm &'. [operatorEq]
faust-0.9.95/compiler/normalize/mterm.hh:29:5: style: Class 'mterm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/normalize/mterm.hh:30:5: style: Class 'mterm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/normalize/mterm.hh:31:5: style: Class 'mterm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/normalize/aterm.hh:30:5: style: Class 'aterm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/normalize/mterm.cpp:291:15: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
faust-0.9.95/compiler/normalize/mterm.cpp:293:22: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
faust-0.9.95/compiler/normalize/mterm.cpp:104:39: style: Function 'operator*=' argument 1 names different: declaration 'm' definition 't'. [funcArgNamesDifferent]
faust-0.9.95/compiler/normalize/mterm.hh:40:36: note: Function 'operator*=' argument 1 names different: declaration 'm' definition 't'.
faust-0.9.95/compiler/normalize/mterm.cpp:104:39: note: Function 'operator*=' argument 1 names different: declaration 'm' definition 't'.
faust-0.9.95/compiler/normalize/mterm.cpp:136:39: style: Function 'operator/=' argument 1 names different: declaration 'm' definition 't'. [funcArgNamesDifferent]
faust-0.9.95/compiler/normalize/mterm.hh:41:36: note: Function 'operator/=' argument 1 names different: declaration 'm' definition 't'.
faust-0.9.95/compiler/normalize/mterm.cpp:136:39: note: Function 'operator/=' argument 1 names different: declaration 'm' definition 't'.
faust-0.9.95/compiler/normalize/mterm.cpp:437:33: style: Function 'normalizedTree' argument 1 names different: declaration 'sign' definition 'signatureMode'. [funcArgNamesDifferent]
faust-0.9.95/compiler/normalize/mterm.hh:54:27: note: Function 'normalizedTree' argument 1 names different: declaration 'sign' definition 'signatureMode'.
faust-0.9.95/compiler/normalize/mterm.cpp:437:33: note: Function 'normalizedTree' argument 1 names different: declaration 'sign' definition 'signatureMode'.
faust-0.9.95/compiler/normalize/mterm.cpp:437:53: style: Function 'normalizedTree' argument 2 names different: declaration 'neg' definition 'negativeMode'. [funcArgNamesDifferent]
faust-0.9.95/compiler/normalize/mterm.hh:55:12: note: Function 'normalizedTree' argument 2 names different: declaration 'neg' definition 'negativeMode'.
faust-0.9.95/compiler/normalize/mterm.cpp:437:53: note: Function 'normalizedTree' argument 2 names different: declaration 'neg' definition 'negativeMode'.
faust-0.9.95/compiler/normalize/mterm.cpp:53:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/normalize/mterm.cpp:191:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/normalize/mterm.cpp:245:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/normalize/mterm.cpp:259:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/normalize/mterm.cpp:310:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/normalize/mterm.cpp:348:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/normalize/mterm.cpp:451:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/normalize/mterm.cpp:467:10: style: Boolean variable 'signatureMode' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
faust-0.9.95/compiler/normalize/privatise.cpp:61:48: style: Function 'makePrivatisationLabel' argument 1 names different: declaration 'exp' definition 't'. [funcArgNamesDifferent]
faust-0.9.95/compiler/normalize/privatise.cpp:38:48: note: Function 'makePrivatisationLabel' argument 1 names different: declaration 'exp' definition 't'.
faust-0.9.95/compiler/normalize/privatise.cpp:61:48: note: Function 'makePrivatisationLabel' argument 1 names different: declaration 'exp' definition 't'.
faust-0.9.95/compiler/normalize/privatise.cpp:102:61: style: Function 'computePrivatisation' argument 2 names different: declaration 't' definition 'exp'. [funcArgNamesDifferent]
faust-0.9.95/compiler/normalize/privatise.cpp:41:62: note: Function 'computePrivatisation' argument 2 names different: declaration 't' definition 'exp'.
faust-0.9.95/compiler/normalize/privatise.cpp:102:61: note: Function 'computePrivatisation' argument 2 names different: declaration 't' definition 'exp'.
faust-0.9.95/compiler/normalize/privatise.cpp:150:34: style: Function 'labelize' argument 1 names different: declaration 'label' definition 'newid'. [funcArgNamesDifferent]
faust-0.9.95/compiler/normalize/privatise.cpp:42:34: note: Function 'labelize' argument 1 names different: declaration 'label' definition 'newid'.
faust-0.9.95/compiler/normalize/privatise.cpp:150:34: note: Function 'labelize' argument 1 names different: declaration 'label' definition 'newid'.
faust-0.9.95/compiler/parallelize/colorize.cpp:63:13: style: The scope of the variable 'nextFreeColor' can be reduced. [variableScope]
faust-0.9.95/compiler/parallelize/colorize.cpp:31:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/parallelize/colorize.cpp:36:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/parallelize/colorize.cpp:43:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/parallelize/graphSorting.cpp:20:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/parallelize/graphSorting.cpp:32:118: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/parallelize/graphSorting.cpp:64:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/parallelize/loop.cpp:29:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/parallelize/loop.cpp:136:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/parallelize/loop.cpp:174:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/parallelize/loop.cpp:147:13: performance: Possible inefficient checking for 'fPreCode' emptiness. [stlSize]
faust-0.9.95/compiler/parallelize/loop.cpp:157:13: performance: Possible inefficient checking for 'fPostCode' emptiness. [stlSize]
faust-0.9.95/compiler/parallelize/loop.cpp:184:13: performance: Possible inefficient checking for 'fPreCode' emptiness. [stlSize]
faust-0.9.95/compiler/parallelize/loop.cpp:198:13: performance: Possible inefficient checking for 'fPostCode' emptiness. [stlSize]
faust-0.9.95/compiler/parallelize/loop.cpp:223:13: performance: Possible inefficient checking for 'fPreCode' emptiness. [stlSize]
faust-0.9.95/compiler/parallelize/loop.cpp:228:13: performance: Possible inefficient checking for 'fPostCode' emptiness. [stlSize]
faust-0.9.95/compiler/parser/enrobage.cpp:137:30: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
faust-0.9.95/compiler/parser/enrobage.cpp:335:10: style: The scope of the variable 'newdirbuffer' can be reduced. [variableScope]
faust-0.9.95/compiler/parser/enrobage.cpp:375:10: style: The scope of the variable 'newdirbuffer' can be reduced. [variableScope]
faust-0.9.95/compiler/parser/enrobage.cpp:419:7: style: The scope of the variable 'old' can be reduced. [variableScope]
faust-0.9.95/compiler/parser/enrobage.cpp:267:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
faust-0.9.95/compiler/parser/enrobage.cpp:455:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/parser/enrobage.cpp:130:9: style: Class 'myparser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/parser/enrobage.cpp:344:13: error: Resource leak: f [resourceLeak]
faust-0.9.95/compiler/parser/enrobage.cpp:385:17: error: Resource leak: f [resourceLeak]
parser/faustlexer.cpp:2385:2: warning: Possible null pointer dereference: b [nullPointer]
parser/faustlexer.cpp:2278:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
parser/faustlexer.cpp:2385:2: note: Null pointer dereference
parser/faustlexer.cpp:2386:2: warning: Possible null pointer dereference: b [nullPointer]
parser/faustlexer.cpp:2278:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
parser/faustlexer.cpp:2386:2: note: Null pointer dereference
parser/faustlexer.cpp:2397:9: warning: Possible null pointer dereference: b [nullPointer]
parser/faustlexer.cpp:2278:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
parser/faustlexer.cpp:2397:9: note: Null pointer dereference
parser/faustlexer.cpp:2041:23: style: Checking if unsigned variable 'num_to_read' is less than zero. [unsignedLessThanZero]
parser/faustlexer.cpp:2054:19: style: Checking if unsigned variable 'new_size' is less than zero. [unsignedLessThanZero]
parser/faustlexer.cpp:2158:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
parser/faustlexer.cpp:381:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
parser/faustlexer.cpp:2158:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
parser/faustlexer.cpp:2570:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
parser/faustlexer.cpp:331:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
parser/faustlexer.cpp:2570:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
parser/faustlexer.cpp:2583:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
parser/faustlexer.cpp:332:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
parser/faustlexer.cpp:2583:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
parser/faustlexer.cpp:2583:68: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
parser/faustlexer.cpp:332:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
parser/faustlexer.cpp:2583:68: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
parser/faustlexer.cpp:2715:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'. [funcArgNamesDifferent]
parser/faustlexer.cpp:859:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
parser/faustlexer.cpp:2715:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
* yacc.c:1646 *:0:40: style: Variable 'gStripDocSwitch' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
* yacc.c:1646 *:0:7: note: Variable 'gStripDocSwitch' is reassigned a value before the old one has been used if variable is no semaphore variable.
* yacc.c:1646 *:0:40: note: Variable 'gStripDocSwitch' is reassigned a value before the old one has been used if variable is no semaphore variable.
* yacc.c:358 *:1064:53: warning: Either the condition 'yytoken!=-2' is redundant, otherwise there is negative array index -2. [negativeIndex]
* yacc.c:358 *:1098:15: note: Assuming that condition 'yytoken!=-2' is not redundant
* yacc.c:358 *:1064:53: note: Negative array index
faust-0.9.95/compiler/parser/sourcefetcher.cpp:622:19: style: The scope of the variable 'stringIndex' can be reduced. [variableScope]
faust-0.9.95/compiler/parser/sourcefetcher.cpp:704:36: style: The scope of the variable 'ret' can be reduced. [variableScope]
faust-0.9.95/compiler/parser/sourcefetcher.cpp:91:28: style: Function 'http_fetch' argument 1 names different: declaration 'url' definition 'url_tmp'. [funcArgNamesDifferent]
faust-0.9.95/compiler/parser/sourcefetcher.hh:80:35: note: Function 'http_fetch' argument 1 names different: declaration 'url' definition 'url_tmp'.
faust-0.9.95/compiler/parser/sourcefetcher.cpp:91:28: note: Function 'http_fetch' argument 1 names different: declaration 'url' definition 'url_tmp'.
faust-0.9.95/compiler/parser/sourcereader.cpp:81:26: style: Function 'checkRulelist' argument 1 names different: declaration 'lrules' definition 'lr'. [funcArgNamesDifferent]
faust-0.9.95/compiler/parser/sourcereader.hh:12:26: note: Function 'checkRulelist' argument 1 names different: declaration 'lrules' definition 'lr'.
faust-0.9.95/compiler/parser/sourcereader.cpp:81:26: note: Function 'checkRulelist' argument 1 names different: declaration 'lrules' definition 'lr'.
faust-0.9.95/compiler/parser/sourcereader.cpp:108:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/parser/sourcereader.cpp:150:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/parser/sourcereader.cpp:193:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/parser/sourcereader.hh:27:14: performance: Technically the member function 'SourceReader::checkName' can be static. [functionStatic]
faust-0.9.95/compiler/parser/sourcereader.cpp:201:20: note: Technically the member function 'SourceReader::checkName' can be static.
faust-0.9.95/compiler/parser/sourcereader.hh:27:14: note: Technically the member function 'SourceReader::checkName' can be static.
faust-0.9.95/compiler/parser/sourcereader.hh:33:24: style: Technically the member function 'SourceReader::listSrcFiles' can be const. [functionConst]
faust-0.9.95/compiler/parser/sourcereader.cpp:317:30: note: Technically the member function 'SourceReader::listSrcFiles' can be const.
faust-0.9.95/compiler/parser/sourcereader.hh:33:24: note: Technically the member function 'SourceReader::listSrcFiles' can be const.
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:556:28: style: Condition 'ru->r>=r' is always true [knownConditionTrueFalse]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:216:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:343:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:381:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:400:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:401:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:412:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:428:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:429:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:439:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:540:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:586:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:605:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:681:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:685:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:711:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:178:15: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:194:7: style: Technically the member function 'Automaton::n_rules' can be const. [functionConst]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:196:21: style: Technically the member function 'Automaton::rules' can be const. [functionConst]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:198:22: style: Technically the member function 'Automaton::trans' can be const. [functionConst]
faust-0.9.95/compiler/patternmatcher/patternmatcher.cpp:107:3: style: Struct 'Trans' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/signals/interval.hh:101:42: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
faust-0.9.95/compiler/signals/interval.hh:68:8: style: Boolean variable 'valid' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
faust-0.9.95/compiler/signals/interval.hh:78:12: style: Boolean variable 'valid' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
faust-0.9.95/compiler/signals/interval.hh:83:12: style: Boolean variable 'valid' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
faust-0.9.95/compiler/signals/interval.hh:88:8: style: Boolean variable 'valid' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
faust-0.9.95/compiler/signals/interval.hh:47:10: style: Technically the member function 'interval::isvalid' can be const. [functionConst]
faust-0.9.95/compiler/signals/interval.hh:48:10: style: Technically the member function 'interval::isconst' can be const. [functionConst]
faust-0.9.95/compiler/signals/interval.hh:49:10: style: Technically the member function 'interval::haszero' can be const. [functionConst]
faust-0.9.95/compiler/signals/sigtype.hh:113:13: style: Technically the member function 'AudioType::getCode' can be const. [functionConst]
faust-0.9.95/compiler/signals/ppsig.hh:55:2: style: Class 'ppsig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/signals/interval.hh:43:5: style: Struct 'interval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/signals/sigtype.hh:294:2: style: Class 'TableType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/signals/sigtype.hh:350:5: style: Class 'TupletType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/signals/interval.hh:36:1: warning: The struct 'interval' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
faust-0.9.95/compiler/signals/sigtype.hh:245:19: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:124:22: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:245:19: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:249:24: style: The function 'promoteNature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:116:21: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:249:24: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:250:24: style: The function 'promoteVariability' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:117:24: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:250:24: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:251:24: style: The function 'promoteComputability' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:118:24: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:251:24: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:252:24: style: The function 'promoteVectorability' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:119:24: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:252:24: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:253:24: style: The function 'promoteBoolean' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:120:21: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:253:24: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:263:21: style: The function 'isMaximal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:125:21: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:263:21: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:321:19: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:124:22: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:321:19: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:323:24: style: The function 'promoteNature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:116:21: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:323:24: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:324:24: style: The function 'promoteVariability' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:117:24: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:324:24: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:325:24: style: The function 'promoteComputability' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:118:24: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:325:24: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:326:24: style: The function 'promoteVectorability' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:119:24: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:326:24: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:327:24: style: The function 'promoteBoolean' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:120:21: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:327:24: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:330:21: style: The function 'isMaximal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:125:21: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:330:21: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:360:19: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:124:22: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:360:19: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:362:21: style: The function 'promoteNature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:116:21: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:362:21: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:363:21: style: The function 'promoteVariability' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:117:24: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:363:21: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:364:21: style: The function 'promoteComputability' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:118:24: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:364:21: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:365:21: style: The function 'promoteVectorability' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:119:24: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:365:21: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:366:21: style: The function 'promoteBoolean' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:120:21: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:366:21: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:369:21: style: The function 'isMaximal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigtype.hh:125:21: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigtype.hh:369:21: note: Function in derived class
faust-0.9.95/compiler/signals/sigtype.hh:98:73: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
faust-0.9.95/compiler/signals/prim2.cpp:40:23: style: Function 'ffsignature' argument 1 names different: declaration 't' definition 'ff'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/prim2.hh:36:25: note: Function 'ffsignature' argument 1 names different: declaration 't' definition 'ff'.
faust-0.9.95/compiler/signals/prim2.cpp:40:23: note: Function 'ffsignature' argument 1 names different: declaration 't' definition 'ff'.
faust-0.9.95/compiler/signals/prim2.cpp:45:28: style: Function 'ffincfile' argument 1 names different: declaration 't' definition 'ff'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/prim2.hh:41:28: note: Function 'ffincfile' argument 1 names different: declaration 't' definition 'ff'.
faust-0.9.95/compiler/signals/prim2.cpp:45:28: note: Function 'ffincfile' argument 1 names different: declaration 't' definition 'ff'.
faust-0.9.95/compiler/signals/prim2.cpp:50:28: style: Function 'fflibfile' argument 1 names different: declaration 't' definition 'ff'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/prim2.hh:42:28: note: Function 'fflibfile' argument 1 names different: declaration 't' definition 'ff'.
faust-0.9.95/compiler/signals/prim2.cpp:50:28: note: Function 'fflibfile' argument 1 names different: declaration 't' definition 'ff'.
faust-0.9.95/compiler/signals/recursivness.cpp:72:26: style: Function 'getRecursivness' argument 1 names different: declaration 't' definition 'sig'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/recursivness.hh:30:27: note: Function 'getRecursivness' argument 1 names different: declaration 't' definition 'sig'.
faust-0.9.95/compiler/signals/recursivness.cpp:72:26: note: Function 'getRecursivness' argument 1 names different: declaration 't' definition 'sig'.
faust-0.9.95/compiler/signals/signals.cpp:40:18: style: Function 'sigInt' argument 1 names different: declaration 'n' definition 'i'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:44:17: note: Function 'sigInt' argument 1 names different: declaration 'n' definition 'i'.
faust-0.9.95/compiler/signals/signals.cpp:40:18: note: Function 'sigInt' argument 1 names different: declaration 'n' definition 'i'.
faust-0.9.95/compiler/signals/signals.cpp:43:22: style: Function 'sigReal' argument 1 names different: declaration 'n' definition 'r'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:45:21: note: Function 'sigReal' argument 1 names different: declaration 'n' definition 'r'.
faust-0.9.95/compiler/signals/signals.cpp:43:22: note: Function 'sigReal' argument 1 names different: declaration 'n' definition 'r'.
faust-0.9.95/compiler/signals/signals.cpp:51:29: style: Function 'sigOutput' argument 2 names different: declaration 't' definition 't0'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:57:28: note: Function 'sigOutput' argument 2 names different: declaration 't' definition 't0'.
faust-0.9.95/compiler/signals/signals.cpp:51:29: note: Function 'sigOutput' argument 2 names different: declaration 't' definition 't0'.
faust-0.9.95/compiler/signals/signals.cpp:55:22: style: Function 'sigDelay0' argument 1 names different: declaration 't' definition 't0'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:63:22: note: Function 'sigDelay0' argument 1 names different: declaration 't' definition 't0'.
faust-0.9.95/compiler/signals/signals.cpp:55:22: note: Function 'sigDelay0' argument 1 names different: declaration 't' definition 't0'.
faust-0.9.95/compiler/signals/signals.cpp:57:22: style: Function 'sigDelay1' argument 1 names different: declaration 't' definition 't0'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:64:22: note: Function 'sigDelay1' argument 1 names different: declaration 't' definition 't0'.
faust-0.9.95/compiler/signals/signals.cpp:57:22: note: Function 'sigDelay1' argument 1 names different: declaration 't' definition 't0'.
faust-0.9.95/compiler/signals/signals.cpp:90:19: style: Function 'sigGen' argument 1 names different: declaration 'content' definition 's'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:91:21: note: Function 'sigGen' argument 1 names different: declaration 'content' definition 's'.
faust-0.9.95/compiler/signals/signals.cpp:90:19: note: Function 'sigGen' argument 1 names different: declaration 'content' definition 's'.
faust-0.9.95/compiler/signals/signals.cpp:91:30: style: Function 'isSigGen' argument 2 names different: declaration 'content' definition 'x'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:96:32: note: Function 'isSigGen' argument 2 names different: declaration 'content' definition 'x'.
faust-0.9.95/compiler/signals/signals.cpp:91:30: note: Function 'isSigGen' argument 2 names different: declaration 'content' definition 'x'.
faust-0.9.95/compiler/signals/signals.cpp:98:43: style: Function 'sigDocConstantTbl' argument 2 names different: declaration 'init' definition 'sig'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:113:37: note: Function 'sigDocConstantTbl' argument 2 names different: declaration 'init' definition 'sig'.
faust-0.9.95/compiler/signals/signals.cpp:98:43: note: Function 'sigDocConstantTbl' argument 2 names different: declaration 'init' definition 'sig'.
faust-0.9.95/compiler/signals/signals.cpp:99:35: style: Function 'isSigDocConstantTbl' argument 1 names different: declaration 's' definition 't'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:117:31: note: Function 'isSigDocConstantTbl' argument 1 names different: declaration 's' definition 't'.
faust-0.9.95/compiler/signals/signals.cpp:99:35: note: Function 'isSigDocConstantTbl' argument 1 names different: declaration 's' definition 't'.
faust-0.9.95/compiler/signals/signals.cpp:99:53: style: Function 'isSigDocConstantTbl' argument 3 names different: declaration 'init' definition 'sig'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:117:49: note: Function 'isSigDocConstantTbl' argument 3 names different: declaration 'init' definition 'sig'.
faust-0.9.95/compiler/signals/signals.cpp:99:53: note: Function 'isSigDocConstantTbl' argument 3 names different: declaration 'init' definition 'sig'.
faust-0.9.95/compiler/signals/signals.cpp:102:39: style: Function 'sigDocWriteTbl' argument 2 names different: declaration 'init' definition 'sig'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:114:34: note: Function 'sigDocWriteTbl' argument 2 names different: declaration 'init' definition 'sig'.
faust-0.9.95/compiler/signals/signals.cpp:102:39: note: Function 'sigDocWriteTbl' argument 2 names different: declaration 'init' definition 'sig'.
faust-0.9.95/compiler/signals/signals.cpp:103:31: style: Function 'isSigDocWriteTbl' argument 1 names different: declaration 's' definition 't'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:118:28: note: Function 'isSigDocWriteTbl' argument 1 names different: declaration 's' definition 't'.
faust-0.9.95/compiler/signals/signals.cpp:103:31: note: Function 'isSigDocWriteTbl' argument 1 names different: declaration 's' definition 't'.
faust-0.9.95/compiler/signals/signals.cpp:103:49: style: Function 'isSigDocWriteTbl' argument 3 names different: declaration 'init' definition 'sig'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:118:46: note: Function 'isSigDocWriteTbl' argument 3 names different: declaration 'init' definition 'sig'.
faust-0.9.95/compiler/signals/signals.cpp:103:49: note: Function 'isSigDocWriteTbl' argument 3 names different: declaration 'init' definition 'sig'.
faust-0.9.95/compiler/signals/signals.cpp:106:32: style: Function 'sigDocAccessTbl' argument 1 names different: declaration 'doctbl' definition 'tbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:115:27: note: Function 'sigDocAccessTbl' argument 1 names different: declaration 'doctbl' definition 'tbl'.
faust-0.9.95/compiler/signals/signals.cpp:106:32: note: Function 'sigDocAccessTbl' argument 1 names different: declaration 'doctbl' definition 'tbl'.
faust-0.9.95/compiler/signals/signals.cpp:107:32: style: Function 'isSigDocAccessTbl' argument 1 names different: declaration 's' definition 't'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:119:29: note: Function 'isSigDocAccessTbl' argument 1 names different: declaration 's' definition 't'.
faust-0.9.95/compiler/signals/signals.cpp:107:32: note: Function 'isSigDocAccessTbl' argument 1 names different: declaration 's' definition 't'.
faust-0.9.95/compiler/signals/signals.cpp:107:41: style: Function 'isSigDocAccessTbl' argument 2 names different: declaration 'doctbl' definition 'tbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:119:38: note: Function 'isSigDocAccessTbl' argument 2 names different: declaration 'doctbl' definition 'tbl'.
faust-0.9.95/compiler/signals/signals.cpp:107:41: note: Function 'isSigDocAccessTbl' argument 2 names different: declaration 'doctbl' definition 'tbl'.
faust-0.9.95/compiler/signals/signals.cpp:198:24: style: Function 'sigButton' argument 1 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:215:24: note: Function 'sigButton' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:198:24: note: Function 'sigButton' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:200:33: style: Function 'isSigButton' argument 2 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:217:33: note: Function 'isSigButton' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:200:33: note: Function 'isSigButton' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:204:26: style: Function 'sigCheckbox' argument 1 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:219:26: note: Function 'sigCheckbox' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:204:26: note: Function 'sigCheckbox' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:206:35: style: Function 'isSigCheckbox' argument 2 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:221:35: note: Function 'isSigCheckbox' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:206:35: note: Function 'isSigCheckbox' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:215:25: style: Function 'sigHSlider' argument 1 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:227:25: note: Function 'sigHSlider' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:215:25: note: Function 'sigHSlider' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:219:34: style: Function 'isSigHSlider' argument 2 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:229:34: note: Function 'isSigHSlider' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:219:34: note: Function 'isSigHSlider' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:235:25: style: Function 'sigVSlider' argument 1 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:223:25: note: Function 'sigVSlider' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:235:25: note: Function 'sigVSlider' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:239:34: style: Function 'isSigVSlider' argument 2 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:225:34: note: Function 'isSigVSlider' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:239:34: note: Function 'isSigVSlider' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:255:26: style: Function 'sigNumEntry' argument 1 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:231:26: note: Function 'sigNumEntry' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:255:26: note: Function 'sigNumEntry' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:259:35: style: Function 'isSigNumEntry' argument 2 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:233:35: note: Function 'isSigNumEntry' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:259:35: note: Function 'isSigNumEntry' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:278:27: style: Function 'sigHBargraph' argument 1 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:240:27: note: Function 'sigHBargraph' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:278:27: note: Function 'sigHBargraph' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:278:57: style: Function 'sigHBargraph' argument 4 names different: declaration 't0' definition 'x'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:240:59: note: Function 'sigHBargraph' argument 4 names different: declaration 't0' definition 'x'.
faust-0.9.95/compiler/signals/signals.cpp:278:57: note: Function 'sigHBargraph' argument 4 names different: declaration 't0' definition 'x'.
faust-0.9.95/compiler/signals/signals.cpp:280:36: style: Function 'isSigHBargraph' argument 2 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:242:36: note: Function 'isSigHBargraph' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:280:36: note: Function 'isSigHBargraph' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:280:69: style: Function 'isSigHBargraph' argument 5 names different: declaration 't0' definition 'x'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:242:71: note: Function 'isSigHBargraph' argument 5 names different: declaration 't0' definition 'x'.
faust-0.9.95/compiler/signals/signals.cpp:280:69: note: Function 'isSigHBargraph' argument 5 names different: declaration 't0' definition 'x'.
faust-0.9.95/compiler/signals/signals.cpp:284:27: style: Function 'sigVBargraph' argument 1 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:236:27: note: Function 'sigVBargraph' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:284:27: note: Function 'sigVBargraph' argument 1 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:284:57: style: Function 'sigVBargraph' argument 4 names different: declaration 't0' definition 'x'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:236:59: note: Function 'sigVBargraph' argument 4 names different: declaration 't0' definition 'x'.
faust-0.9.95/compiler/signals/signals.cpp:284:57: note: Function 'sigVBargraph' argument 4 names different: declaration 't0' definition 'x'.
faust-0.9.95/compiler/signals/signals.cpp:286:36: style: Function 'isSigVBargraph' argument 2 names different: declaration 'label' definition 'lbl'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:238:36: note: Function 'isSigVBargraph' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:286:36: note: Function 'isSigVBargraph' argument 2 names different: declaration 'label' definition 'lbl'.
faust-0.9.95/compiler/signals/signals.cpp:286:69: style: Function 'isSigVBargraph' argument 5 names different: declaration 't0' definition 'x'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:238:71: note: Function 'isSigVBargraph' argument 5 names different: declaration 't0' definition 'x'.
faust-0.9.95/compiler/signals/signals.cpp:286:69: note: Function 'isSigVBargraph' argument 5 names different: declaration 't0' definition 'x'.
faust-0.9.95/compiler/signals/signals.cpp:290:22: style: Function 'sigAttach' argument 1 names different: declaration 'x' definition 't0'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:244:24: note: Function 'sigAttach' argument 1 names different: declaration 'x' definition 't0'.
faust-0.9.95/compiler/signals/signals.cpp:290:22: note: Function 'sigAttach' argument 1 names different: declaration 'x' definition 't0'.
faust-0.9.95/compiler/signals/signals.cpp:290:31: style: Function 'sigAttach' argument 2 names different: declaration 'y' definition 't1'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:244:32: note: Function 'sigAttach' argument 2 names different: declaration 'y' definition 't1'.
faust-0.9.95/compiler/signals/signals.cpp:290:31: note: Function 'sigAttach' argument 2 names different: declaration 'y' definition 't1'.
faust-0.9.95/compiler/signals/signals.cpp:291:24: style: Function 'isSigAttach' argument 1 names different: declaration 's' definition 't'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:246:24: note: Function 'isSigAttach' argument 1 names different: declaration 's' definition 't'.
faust-0.9.95/compiler/signals/signals.cpp:291:24: note: Function 'isSigAttach' argument 1 names different: declaration 's' definition 't'.
faust-0.9.95/compiler/signals/signals.cpp:291:33: style: Function 'isSigAttach' argument 2 names different: declaration 'x' definition 't0'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:246:33: note: Function 'isSigAttach' argument 2 names different: declaration 'x' definition 't0'.
faust-0.9.95/compiler/signals/signals.cpp:291:33: note: Function 'isSigAttach' argument 2 names different: declaration 'x' definition 't0'.
faust-0.9.95/compiler/signals/signals.cpp:291:43: style: Function 'isSigAttach' argument 3 names different: declaration 'y' definition 't1'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/signals.hh:246:42: note: Function 'isSigAttach' argument 3 names different: declaration 'y' definition 't1'.
faust-0.9.95/compiler/signals/signals.cpp:291:43: note: Function 'isSigAttach' argument 3 names different: declaration 'y' definition 't1'.
faust-0.9.95/compiler/signals/sigtype.cpp:245:46: style: C-style pointer casting [cstyleCast]
faust-0.9.95/compiler/signals/sigtype.cpp:246:46: style: C-style pointer casting [cstyleCast]
faust-0.9.95/compiler/signals/sigtype.cpp:443:39: style: Function 'codeTableType' argument 1 names different: declaration 'st' definition 'tt'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/sigtype.cpp:364:39: note: Function 'codeTableType' argument 1 names different: declaration 'st' definition 'tt'.
faust-0.9.95/compiler/signals/sigtype.cpp:443:39: note: Function 'codeTableType' argument 1 names different: declaration 'st' definition 'tt'.
faust-0.9.95/compiler/signals/sigtype.cpp:504:40: style: Function 'codeTupletType' argument 1 names different: declaration 'st' definition 'nt'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/sigtype.cpp:365:41: note: Function 'codeTupletType' argument 1 names different: declaration 'st' definition 'nt'.
faust-0.9.95/compiler/signals/sigtype.cpp:504:40: note: Function 'codeTupletType' argument 1 names different: declaration 'st' definition 'nt'.
faust-0.9.95/compiler/signals/sigtyperules.cpp:192:21: style: C-style pointer casting [cstyleCast]
faust-0.9.95/compiler/signals/sigtyperules.cpp:89:26: style: Function 'typeAnnotation' argument 1 names different: declaration 'term' definition 'sig'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/sigtyperules.hh:54:26: note: Function 'typeAnnotation' argument 1 names different: declaration 'term' definition 'sig'.
faust-0.9.95/compiler/signals/sigtyperules.cpp:89:26: note: Function 'typeAnnotation' argument 1 names different: declaration 'term' definition 'sig'.
faust-0.9.95/compiler/signals/sigtyperules.cpp:159:31: style: Function 'getCertifiedSigType' argument 1 names different: declaration 'term' definition 'sig'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/sigtyperules.hh:61:31: note: Function 'getCertifiedSigType' argument 1 names different: declaration 'term' definition 'sig'.
faust-0.9.95/compiler/signals/sigtyperules.cpp:159:31: note: Function 'getCertifiedSigType' argument 1 names different: declaration 'term' definition 'sig'.
faust-0.9.95/compiler/signals/sigtyperules.cpp:223:31: style: Function 'T' argument 2 names different: declaration 'env' definition 'ignoreenv'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/sigtyperules.cpp:49:31: note: Function 'T' argument 2 names different: declaration 'env' definition 'ignoreenv'.
faust-0.9.95/compiler/signals/sigtyperules.cpp:223:31: note: Function 'T' argument 2 names different: declaration 'env' definition 'ignoreenv'.
faust-0.9.95/compiler/signals/sigtyperules.cpp:249:32: style: Function 'infereSigType' argument 1 names different: declaration 'term' definition 'sig'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/sigtyperules.cpp:51:32: note: Function 'infereSigType' argument 1 names different: declaration 'term' definition 'sig'.
faust-0.9.95/compiler/signals/sigtyperules.cpp:249:32: note: Function 'infereSigType' argument 1 names different: declaration 'term' definition 'sig'.
faust-0.9.95/compiler/signals/sigtyperules.cpp:528:33: style: Function 'infereRecType' argument 1 names different: declaration 'var' definition 'sig'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/sigtyperules.cpp:55:33: note: Function 'infereRecType' argument 1 names different: declaration 'var' definition 'sig'.
faust-0.9.95/compiler/signals/sigtyperules.cpp:528:33: note: Function 'infereRecType' argument 1 names different: declaration 'var' definition 'sig'.
faust-0.9.95/compiler/signals/sigtyperules.cpp:597:38: style: Function 'infereWaveformType' argument 1 names different: declaration 'lv' definition 'wfsig'. [funcArgNamesDifferent]
faust-0.9.95/compiler/signals/sigtyperules.cpp:63:38: note: Function 'infereWaveformType' argument 1 names different: declaration 'lv' definition 'wfsig'.
faust-0.9.95/compiler/signals/sigtyperules.cpp:597:38: note: Function 'infereWaveformType' argument 1 names different: declaration 'lv' definition 'wfsig'.
faust-0.9.95/compiler/signals/sigvisitor.hh:78:15: style: The function 'visitInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:18:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:78:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:79:15: style: The function 'visitReal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:19:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:79:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:82:15: style: The function 'visitInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:22:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:82:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:83:15: style: The function 'visitOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:23:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:83:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:86:15: style: The function 'visitDelay1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:26:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:86:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:87:15: style: The function 'visitPrefix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:27:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:87:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:88:15: style: The function 'visitFixDelay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:28:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:88:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:91:15: style: The function 'visitIntCast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:32:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:91:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:92:15: style: The function 'visitFloatCast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:33:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:92:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:93:15: style: The function 'visitBinOp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:31:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:93:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:94:15: style: The function 'visitFFun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:34:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:94:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:95:18: style: The function 'visitFConst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:35:18: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:95:18: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:96:18: style: The function 'visitFVar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:36:18: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:96:18: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:99:15: style: The function 'visitButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:39:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:99:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:100:15: style: The function 'visitCheckbox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:40:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:100:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:101:15: style: The function 'visitVSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:41:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:101:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:102:15: style: The function 'visitHSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:42:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:102:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:103:15: style: The function 'visitNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:43:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:103:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:104:15: style: The function 'visitVBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:44:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:104:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:105:15: style: The function 'visitHBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:45:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:105:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:106:15: style: The function 'visitAttach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:46:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:106:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:109:15: style: The function 'visitRec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:49:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:109:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:110:16: style: The function 'visitRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:50:16: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:110:16: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:111:16: style: The function 'visitProj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:51:16: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:111:16: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:114:15: style: The function 'visitTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:54:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:114:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:115:15: style: The function 'visitWRTbl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:55:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:115:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:116:15: style: The function 'visitRDTbl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:56:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:116:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:117:15: style: The function 'visitGen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:57:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:117:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:120:15: style: The function 'visitSelect2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:64:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:120:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:121:15: style: The function 'visitSelect3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:65:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:121:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:124:15: style: The function 'visitTuple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:68:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:124:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:125:15: style: The function 'visitTupleAccess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:69:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:125:15: note: Function in derived class
faust-0.9.95/compiler/signals/sigvisitor.hh:128:15: style: The function 'visitList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/compiler/signals/sigvisitor.hh:72:15: note: Virtual function in base class
faust-0.9.95/compiler/signals/sigvisitor.hh:128:15: note: Function in derived class
faust-0.9.95/compiler/tlib/list.cpp:486:51: style: C-style pointer casting [cstyleCast]
faust-0.9.95/compiler/tlib/list.cpp:210:20: style: Function 'rconcat' argument 1 names different: declaration 'l1' definition 'l'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/list.hh:150:19: note: Function 'rconcat' argument 1 names different: declaration 'l1' definition 'l'.
faust-0.9.95/compiler/tlib/list.cpp:210:20: note: Function 'rconcat' argument 1 names different: declaration 'l1' definition 'l'.
faust-0.9.95/compiler/tlib/list.cpp:210:28: style: Function 'rconcat' argument 2 names different: declaration 'l2' definition 'q'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/list.hh:150:28: note: Function 'rconcat' argument 2 names different: declaration 'l2' definition 'q'.
faust-0.9.95/compiler/tlib/list.cpp:210:28: note: Function 'rconcat' argument 2 names different: declaration 'l2' definition 'q'.
faust-0.9.95/compiler/tlib/list.cpp:216:19: style: Function 'concat' argument 1 names different: declaration 'l1' definition 'l'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/list.hh:151:18: note: Function 'concat' argument 1 names different: declaration 'l1' definition 'l'.
faust-0.9.95/compiler/tlib/list.cpp:216:19: note: Function 'concat' argument 1 names different: declaration 'l1' definition 'l'.
faust-0.9.95/compiler/tlib/list.cpp:216:27: style: Function 'concat' argument 2 names different: declaration 'l2' definition 'q'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/list.hh:151:27: note: Function 'concat' argument 2 names different: declaration 'l2' definition 'q'.
faust-0.9.95/compiler/tlib/list.cpp:216:27: note: Function 'concat' argument 2 names different: declaration 'l2' definition 'q'.
faust-0.9.95/compiler/tlib/list.cpp:272:30: style: Function 'addElement' argument 2 names different: declaration 'l1' definition 'l'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/list.hh:159:31: note: Function 'addElement' argument 2 names different: declaration 'l1' definition 'l'.
faust-0.9.95/compiler/tlib/list.cpp:272:30: note: Function 'addElement' argument 2 names different: declaration 'l1' definition 'l'.
faust-0.9.95/compiler/tlib/list.cpp:287:30: style: Function 'remElement' argument 2 names different: declaration 'l1' definition 'l'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/list.hh:160:31: note: Function 'remElement' argument 2 names different: declaration 'l1' definition 'l'.
faust-0.9.95/compiler/tlib/list.cpp:287:30: note: Function 'remElement' argument 2 names different: declaration 'l1' definition 'l'.
faust-0.9.95/compiler/tlib/list.cpp:302:22: style: Function 'singleton' argument 1 names different: declaration 'l' definition 'e'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/list.hh:161:22: note: Function 'singleton' argument 1 names different: declaration 'l' definition 'e'.
faust-0.9.95/compiler/tlib/list.cpp:302:22: note: Function 'singleton' argument 1 names different: declaration 'l' definition 'e'.
faust-0.9.95/compiler/tlib/list.cpp:317:21: style: Function 'setUnion' argument 1 names different: declaration 'l1' definition 'A'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/list.hh:163:21: note: Function 'setUnion' argument 1 names different: declaration 'l1' definition 'A'.
faust-0.9.95/compiler/tlib/list.cpp:317:21: note: Function 'setUnion' argument 1 names different: declaration 'l1' definition 'A'.
faust-0.9.95/compiler/tlib/list.cpp:317:29: style: Function 'setUnion' argument 2 names different: declaration 'l2' definition 'B'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/list.hh:163:30: note: Function 'setUnion' argument 2 names different: declaration 'l2' definition 'B'.
faust-0.9.95/compiler/tlib/list.cpp:317:29: note: Function 'setUnion' argument 2 names different: declaration 'l2' definition 'B'.
faust-0.9.95/compiler/tlib/list.cpp:327:28: style: Function 'setIntersection' argument 1 names different: declaration 'l1' definition 'A'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/list.hh:164:28: note: Function 'setIntersection' argument 1 names different: declaration 'l1' definition 'A'.
faust-0.9.95/compiler/tlib/list.cpp:327:28: note: Function 'setIntersection' argument 1 names different: declaration 'l1' definition 'A'.
faust-0.9.95/compiler/tlib/list.cpp:327:36: style: Function 'setIntersection' argument 2 names different: declaration 'l2' definition 'B'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/list.hh:164:37: note: Function 'setIntersection' argument 2 names different: declaration 'l2' definition 'B'.
faust-0.9.95/compiler/tlib/list.cpp:327:36: note: Function 'setIntersection' argument 2 names different: declaration 'l2' definition 'B'.
faust-0.9.95/compiler/tlib/list.cpp:336:26: style: Function 'setDifference' argument 1 names different: declaration 'l1' definition 'A'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/list.hh:165:26: note: Function 'setDifference' argument 1 names different: declaration 'l1' definition 'A'.
faust-0.9.95/compiler/tlib/list.cpp:336:26: note: Function 'setDifference' argument 1 names different: declaration 'l1' definition 'A'.
faust-0.9.95/compiler/tlib/list.cpp:336:34: style: Function 'setDifference' argument 2 names different: declaration 'l2' definition 'B'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/list.hh:165:35: note: Function 'setDifference' argument 2 names different: declaration 'l2' definition 'B'.
faust-0.9.95/compiler/tlib/list.cpp:336:34: note: Function 'setDifference' argument 2 names different: declaration 'l2' definition 'B'.
faust-0.9.95/compiler/tlib/list.cpp:445:17: style: Function 'tmap' argument 1 names different: declaration 'k' definition 'key'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/list.hh:184:17: note: Function 'tmap' argument 1 names different: declaration 'k' definition 'key'.
faust-0.9.95/compiler/tlib/list.cpp:445:17: note: Function 'tmap' argument 1 names different: declaration 'k' definition 'key'.
faust-0.9.95/compiler/tlib/node.hh:95:59: performance: Variable 'fData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faust-0.9.95/compiler/tlib/tree.hh:162:21: style: Technically the member function 'CTree::isAlreadyVisited' can be const. [functionConst]
faust-0.9.95/compiler/tlib/node.hh:88:2: style: Class 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/tlib/node.hh:89:2: style: Class 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/tlib/node.hh:90:2: style: Class 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/tlib/node.hh:91:2: style: Class 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/tlib/node.hh:92:2: style: Class 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/tlib/node.hh:93:2: style: Class 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/tlib/tree.hh:256:5: style: Class 'Tabber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/tlib/node.hh:75:1: warning: The class 'Node' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
faust-0.9.95/compiler/tlib/occurrences.cpp:70:62: style: C-style pointer casting [cstyleCast]
faust-0.9.95/compiler/tlib/num.hh:68:2: style: Class 'num' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/tlib/num.hh:70:2: style: Class 'num' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/tlib/occurrences.hh:37:2: style: Class 'Occurrences' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faust-0.9.95/compiler/tlib/num.hh:58:1: warning: The class 'num' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
faust-0.9.95/compiler/tlib/recursive-tree.cpp:88:15: style: Function 'rec' argument 1 names different: declaration 'id' definition 'var'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/tree.hh:223:15: note: Function 'rec' argument 1 names different: declaration 'id' definition 'var'.
faust-0.9.95/compiler/tlib/recursive-tree.cpp:88:15: note: Function 'rec' argument 1 names different: declaration 'id' definition 'var'.
faust-0.9.95/compiler/tlib/recursive-tree.cpp:95:26: style: Function 'isRec' argument 2 names different: declaration 'id' definition 'var'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/tree.hh:226:26: note: Function 'isRec' argument 2 names different: declaration 'id' definition 'var'.
faust-0.9.95/compiler/tlib/recursive-tree.cpp:95:26: note: Function 'isRec' argument 2 names different: declaration 'id' definition 'var'.
faust-0.9.95/compiler/tlib/recursive-tree.cpp:111:26: style: Function 'isRef' argument 2 names different: declaration 'id' definition 'v'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/tree.hh:234:26: note: Function 'isRef' argument 2 names different: declaration 'id' definition 'v'.
faust-0.9.95/compiler/tlib/recursive-tree.cpp:111:26: note: Function 'isRef' argument 2 names different: declaration 'id' definition 'v'.
faust-0.9.95/compiler/tlib/recursive-tree.cpp:271:36: style: Function 'substitute' argument 2 names different: declaration 'n' definition 'level'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/recursive-tree.cpp:32:36: note: Function 'substitute' argument 2 names different: declaration 'n' definition 'level'.
faust-0.9.95/compiler/tlib/recursive-tree.cpp:271:36: note: Function 'substitute' argument 2 names different: declaration 'n' definition 'level'.
faust-0.9.95/compiler/tlib/recursive-tree.cpp:338:43: style: Function 'recomputeAperture' argument 2 names different: declaration 'p' definition 'env'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/recursive-tree.cpp:317:43: note: Function 'recomputeAperture' argument 2 names different: declaration 'p' definition 'env'.
faust-0.9.95/compiler/tlib/recursive-tree.cpp:338:43: note: Function 'recomputeAperture' argument 2 names different: declaration 'p' definition 'env'.
faust-0.9.95/compiler/tlib/shlysis.cpp:72:48: style: C-style pointer casting [cstyleCast]
faust-0.9.95/compiler/tlib/symbol.cpp:107:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
faust-0.9.95/compiler/tlib/symbol.cpp:57:33: style: Function 'get' argument 1 names different: declaration 'str' definition 'rawstr'. [funcArgNamesDifferent]
faust-0.9.95/compiler/tlib/symbol.hh:78:36: note: Function 'get' argument 1 names different: declaration 'str' definition 'rawstr'.
faust-0.9.95/compiler/tlib/symbol.cpp:57:33: note: Function 'get' argument 1 names different: declaration 'str' definition 'rawstr'.
faust-0.9.95/compiler/tlib/tree.cpp:395:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
faust-0.9.95/tests/impulse-tests/filesCompare.cpp:35:9: style: The scope of the variable 'input1' can be reduced. [variableScope]
faust-0.9.95/tests/impulse-tests/filesCompare.cpp:35:17: style: The scope of the variable 'input2' can be reduced. [variableScope]
faust-0.9.95/tests/impulse-tests/filesCompare.cpp:35:34: style: The scope of the variable 'output2' can be reduced. [variableScope]
faust-0.9.95/tests/impulse-tests/filesCompare.cpp:35:51: style: The scope of the variable 'count2' can be reduced. [variableScope]
faust-0.9.95/tests/impulse-tests/impulsearch.cpp:168:9: style: The scope of the variable 'linenum' can be reduced. [variableScope]
faust-0.9.95/tests/impulse-tests/impulsearch.cpp:169:9: style: The scope of the variable 'run' can be reduced. [variableScope]
faust-0.9.95/tests/impulse-tests/impulsearch.cpp:180:9: style: The scope of the variable 'i' can be reduced. [variableScope]
faust-0.9.95/tests/impulse-tests/impulsearch.cpp:180:9: style: Variable 'i' is not assigned a value. [unassignedVariable]
faust-0.9.95/tests/impulse-tests/impulsearch.cpp:205:57: error: Uninitialized variable: i [uninitvar]
faust-0.9.95/tools/faust2ck-1.0/src/faust2ck.c:125:17: style: The scope of the variable 'last_c' can be reduced. [variableScope]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:340:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:341:14: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:342:13: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:368:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:369:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:370:21: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:231:2: warning: Member variable 'dsp::fSamplingFreq' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:66:7: style: Technically the member function 'UI::stopped' can be const. [functionConst]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:145:7: performance: Technically the member function 'ActionScriptUI::registerControl' can be static. [functionStatic]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:155:8: performance: Technically the member function 'ActionScriptUI::updateControl' can be static. [functionStatic]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:257:5: style: Class 'Faust' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:257:5: style: Class 'Faust' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:160:15: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:50:15: note: Virtual function in base class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:160:15: note: Function in derived class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:171:15: style: The function 'addToggleButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:51:15: note: Virtual function in base class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:171:15: note: Function in derived class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:182:15: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:52:15: note: Virtual function in base class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:182:15: note: Function in derived class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:185:15: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:53:15: note: Virtual function in base class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:185:15: note: Function in derived class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:188:15: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:54:15: note: Virtual function in base class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:188:15: note: Function in derived class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:199:15: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:55:15: note: Virtual function in base class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:199:15: note: Function in derived class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:205:15: style: The function 'openFrameBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:57:15: note: Virtual function in base class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:205:15: note: Function in derived class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:206:15: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:58:15: note: Virtual function in base class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:206:15: note: Function in derived class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:207:15: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:59:15: note: Virtual function in base class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:207:15: note: Function in derived class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:208:15: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:60:15: note: Virtual function in base class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:208:15: note: Function in derived class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:209:15: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:61:15: note: Virtual function in base class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:209:15: note: Function in derived class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:210:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:63:15: note: Virtual function in base class
faust-0.9.95/tools/faust2flash_v0.1/Step_1_faust_architecture_file/alchemy-as.cpp:210:15: note: Function in derived class
faust-0.9.95/tools/faust2oct/octave.cpp:301:7: style: Unused variable: ngivenctrls [unusedVariable]
faust-0.9.95/tools/faust2oct/octave.cpp:399:42: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/tools/faust2oct/octave.cpp:412:23: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/tools/faust2oct/octave.cpp:413:24: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/tools/faust2oct/octave.cpp:419:26: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/tools/faust2oct/octave.cpp:435:27: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/tools/faust2oct/octave.cpp:446:21: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/tools/faust2oct/octave.cpp:447:22: warning: Obsolete function 'alloca' called. [allocaCalled]
faust-0.9.95/tools/faust2oct/octave.cpp:223:2: warning: Member variable 'dsp::fSamplingFreq' is not initialized in the constructor. [uninitMemberVar]
faust-0.9.95/tools/faust2oct/octave.cpp:114:7: style: Technically the member function 'UI::stopped' can be const. [functionConst]
faust-0.9.95/tools/faust2oct/octave.cpp:146:15: style: The function 'addButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2oct/octave.cpp:88:15: note: Virtual function in base class
faust-0.9.95/tools/faust2oct/octave.cpp:146:15: note: Function in derived class
faust-0.9.95/tools/faust2oct/octave.cpp:153:15: style: The function 'addToggleButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2oct/octave.cpp:89:15: note: Virtual function in base class
faust-0.9.95/tools/faust2oct/octave.cpp:153:15: note: Function in derived class
faust-0.9.95/tools/faust2oct/octave.cpp:158:15: style: The function 'addCheckButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2oct/octave.cpp:90:15: note: Virtual function in base class
faust-0.9.95/tools/faust2oct/octave.cpp:158:15: note: Function in derived class
faust-0.9.95/tools/faust2oct/octave.cpp:163:15: style: The function 'addVerticalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2oct/octave.cpp:91:15: note: Virtual function in base class
faust-0.9.95/tools/faust2oct/octave.cpp:163:15: note: Function in derived class
faust-0.9.95/tools/faust2oct/octave.cpp:168:15: style: The function 'addHorizontalSlider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2oct/octave.cpp:92:15: note: Virtual function in base class
faust-0.9.95/tools/faust2oct/octave.cpp:168:15: note: Function in derived class
faust-0.9.95/tools/faust2oct/octave.cpp:173:15: style: The function 'addNumEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2oct/octave.cpp:93:15: note: Virtual function in base class
faust-0.9.95/tools/faust2oct/octave.cpp:173:15: note: Function in derived class
faust-0.9.95/tools/faust2oct/octave.cpp:180:15: style: The function 'addNumDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2oct/octave.cpp:97:15: note: Virtual function in base class
faust-0.9.95/tools/faust2oct/octave.cpp:180:15: note: Function in derived class
faust-0.9.95/tools/faust2oct/octave.cpp:181:15: style: The function 'addTextDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2oct/octave.cpp:98:15: note: Virtual function in base class
faust-0.9.95/tools/faust2oct/octave.cpp:181:15: note: Function in derived class
faust-0.9.95/tools/faust2oct/octave.cpp:182:15: style: The function 'addHorizontalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2oct/octave.cpp:99:15: note: Virtual function in base class
faust-0.9.95/tools/faust2oct/octave.cpp:182:15: note: Function in derived class
faust-0.9.95/tools/faust2oct/octave.cpp:183:15: style: The function 'addVerticalBargraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2oct/octave.cpp:100:15: note: Virtual function in base class
faust-0.9.95/tools/faust2oct/octave.cpp:183:15: note: Function in derived class
faust-0.9.95/tools/faust2oct/octave.cpp:186:15: style: The function 'openFrameBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2oct/octave.cpp:104:15: note: Virtual function in base class
faust-0.9.95/tools/faust2oct/octave.cpp:186:15: note: Function in derived class
faust-0.9.95/tools/faust2oct/octave.cpp:187:15: style: The function 'openTabBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2oct/octave.cpp:105:15: note: Virtual function in base class
faust-0.9.95/tools/faust2oct/octave.cpp:187:15: note: Function in derived class
faust-0.9.95/tools/faust2oct/octave.cpp:188:15: style: The function 'openHorizontalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2oct/octave.cpp:106:15: note: Virtual function in base class
faust-0.9.95/tools/faust2oct/octave.cpp:188:15: note: Function in derived class
faust-0.9.95/tools/faust2oct/octave.cpp:189:15: style: The function 'openVerticalBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2oct/octave.cpp:107:15: note: Virtual function in base class
faust-0.9.95/tools/faust2oct/octave.cpp:189:15: note: Function in derived class
faust-0.9.95/tools/faust2oct/octave.cpp:197:15: style: The function 'closeBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2oct/octave.cpp:108:15: note: Virtual function in base class
faust-0.9.95/tools/faust2oct/octave.cpp:197:15: note: Function in derived class
faust-0.9.95/tools/faust2oct/octave.cpp:198:15: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2oct/octave.cpp:111:15: note: Virtual function in base class
faust-0.9.95/tools/faust2oct/octave.cpp:198:15: note: Function in derived class
faust-0.9.95/tools/faust2oct/octave.cpp:199:15: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faust-0.9.95/tools/faust2oct/octave.cpp:110:15: note: Virtual function in base class
faust-0.9.95/tools/faust2oct/octave.cpp:199:15: note: Function in derived class
faust-0.9.95/tools/faust2oct/octave.cpp:122:15: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
[21:40]
ftp://ftp.se.debian.org/debian/pool/main/f/faustworks/faustworks_0.5~repack0.orig.tar.gz
faustworks-0.5~repack0.orig/CPPHighlighter.h:39:5: style: Class 'CPPHighlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faustworks-0.5~repack0.orig/MusicNotationHighlighter.h:36:3: style: Class 'MusicNotationHighlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faustworks-0.5~repack0.orig/FaustHighlighter.h:33:2: style: Class 'FaustHighlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faustworks-0.5~repack0.orig/FaustMainWindow.cpp:241:22: style: C-style pointer casting [cstyleCast]
faustworks-0.5~repack0.orig/FaustMainWindow.cpp:327:33: style: C-style pointer casting [cstyleCast]
faustworks-0.5~repack0.orig/FaustMainWindow.cpp:328:35: style: C-style pointer casting [cstyleCast]
faustworks-0.5~repack0.orig/FaustMainWindow.cpp:559:27: style: C-style pointer casting [cstyleCast]
faustworks-0.5~repack0.orig/FaustMainWindow.cpp:325:93: style: Function 'combineItems' argument 5 names different: declaration 'interactionId' definition 'combinationType'. [funcArgNamesDifferent]
faustworks-0.5~repack0.orig/FaustMainWindow.h:55:78: note: Function 'combineItems' argument 5 names different: declaration 'interactionId' definition 'combinationType'.
faustworks-0.5~repack0.orig/FaustMainWindow.cpp:325:93: note: Function 'combineItems' argument 5 names different: declaration 'interactionId' definition 'combinationType'.
faustworks-0.5~repack0.orig/FaustMainWindow.cpp:631:55: style: Function 'setBuildOptions' argument 1 names different: declaration 'buildCommand' definition 'buildOptions'. [funcArgNamesDifferent]
faustworks-0.5~repack0.orig/FaustMainWindow.h:77:40: note: Function 'setBuildOptions' argument 1 names different: declaration 'buildCommand' definition 'buildOptions'.
faustworks-0.5~repack0.orig/FaustMainWindow.cpp:631:55: note: Function 'setBuildOptions' argument 1 names different: declaration 'buildCommand' definition 'buildOptions'.
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:139:3: warning: Member variable 'GraphicsSceneMainWindowSettings::mResizerBorderWidth' is not initialized in the constructor. [uninitMemberVar]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:148:4: performance: Variable 'mLanguageNameShort' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:149:4: performance: Variable 'mLanguageNameLong' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:150:4: performance: Variable 'mLanguageFileExtension' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:151:4: performance: Variable 'mSceneFileExtension' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:152:4: performance: Variable 'mDefaultLanguageCode' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:153:4: performance: Variable 'mLanguageCommandsFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faustworks-0.5~repack0.orig/QFaustItem.h:189:68: performance: Variable 'mPen' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faustworks-0.5~repack0.orig/QFaustItem.h:189:78: performance: Variable 'mBrush' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faustworks-0.5~repack0.orig/QFaustItem.h:194:11: warning: The class 'QFaustItem' defines member variable with name 'mFile' also defined in its parent class 'QLanguageItem'. [duplInheritedMember]
faustworks-0.5~repack0.orig/QLanguageItem.h:386:11: note: Parent variable 'QLanguageItem::mFile'
faustworks-0.5~repack0.orig/QFaustItem.h:194:11: note: Derived variable 'QFaustItem::mFile'
faustworks-0.5~repack0.orig/QFaustItem.h:60:3: style: Class 'QFaustItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faustworks-0.5~repack0.orig/QFaustPreferences.h:40:3: style: Class 'QFaustPreferences' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faustworks-0.5~repack0.orig/FaustMainWindow.h:49:8: style: The function 'updateCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:218:15: note: Virtual function in base class
faustworks-0.5~repack0.orig/FaustMainWindow.h:49:8: note: Function in derived class
faustworks-0.5~repack0.orig/FaustMainWindow.h:60:8: style: The function 'reinitSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:196:15: note: Virtual function in base class
faustworks-0.5~repack0.orig/FaustMainWindow.h:60:8: note: Function in derived class
faustworks-0.5~repack0.orig/FaustMainWindow.h:61:8: style: The function 'readSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:268:15: note: Virtual function in base class
faustworks-0.5~repack0.orig/FaustMainWindow.h:61:8: note: Function in derived class
faustworks-0.5~repack0.orig/FaustMainWindow.h:65:8: style: The function 'createActions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:283:18: note: Virtual function in base class
faustworks-0.5~repack0.orig/FaustMainWindow.h:65:8: note: Function in derived class
faustworks-0.5~repack0.orig/FaustMainWindow.h:66:8: style: The function 'createMenus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:284:18: note: Virtual function in base class
faustworks-0.5~repack0.orig/FaustMainWindow.h:66:8: note: Function in derived class
faustworks-0.5~repack0.orig/FaustMainWindow.h:67:8: style: The function 'createToolBars' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:285:18: note: Virtual function in base class
faustworks-0.5~repack0.orig/FaustMainWindow.h:67:8: note: Function in derived class
faustworks-0.5~repack0.orig/FaustMainWindow.h:69:8: style: The function 'setupNAddItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:323:15: note: Virtual function in base class
faustworks-0.5~repack0.orig/FaustMainWindow.h:69:8: note: Function in derived class
faustworks-0.5~repack0.orig/FaustMainWindow.h:70:8: style: The function 'addLanguageItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:320:15: note: Virtual function in base class
faustworks-0.5~repack0.orig/FaustMainWindow.h:70:8: note: Function in derived class
faustworks-0.5~repack0.orig/FaustMainWindow.h:71:18: style: The function 'plugResizer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:389:24: note: Virtual function in base class
faustworks-0.5~repack0.orig/FaustMainWindow.h:71:18: note: Function in derived class
faustworks-0.5~repack0.orig/FaustMainWindow.h:73:8: style: The function 'updateWindowState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:350:15: note: Virtual function in base class
faustworks-0.5~repack0.orig/FaustMainWindow.h:73:8: note: Function in derived class
faustworks-0.5~repack0.orig/FaustMainWindow.h:74:8: style: The function 'changeFontSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:370:15: note: Virtual function in base class
faustworks-0.5~repack0.orig/FaustMainWindow.h:74:8: note: Function in derived class
faustworks-0.5~repack0.orig/FaustMainWindow.h:79:16: style: The function 'reloadTextEdits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:371:15: note: Virtual function in base class
faustworks-0.5~repack0.orig/FaustMainWindow.h:79:16: note: Function in derived class
faustworks-0.5~repack0.orig/QFaustItemFactory.h:30:19: style: The function 'buildLanguageItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageItemFactory.h:42:27: note: Virtual function in base class
faustworks-0.5~repack0.orig/QFaustItemFactory.h:30:19: note: Function in derived class
faustworks-0.5~repack0.orig/QFaustItemFactory.h:32:19: style: The function 'buildLanguageItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageItemFactory.h:43:27: note: Virtual function in base class
faustworks-0.5~repack0.orig/QFaustItemFactory.h:32:19: note: Function in derived class
faustworks-0.5~repack0.orig/QFaustItemFactory.h:33:19: style: The function 'buildLanguageItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageItemFactory.h:44:27: note: Virtual function in base class
faustworks-0.5~repack0.orig/QFaustItemFactory.h:33:19: note: Function in derived class
faustworks-0.5~repack0.orig/QFaustItemFactory.h:34:19: style: The function 'buildLanguageItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageItemFactory.h:45:27: note: Virtual function in base class
faustworks-0.5~repack0.orig/QFaustItemFactory.h:34:19: note: Function in derived class
faustworks-0.5~repack0.orig/QFaustItem.h:69:14: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageItem.h:134:16: note: Virtual function in base class
faustworks-0.5~repack0.orig/QFaustItem.h:69:14: note: Function in derived class
faustworks-0.5~repack0.orig/QFaustItem.h:71:8: style: The function 'setCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageItem.h:102:16: note: Virtual function in base class
faustworks-0.5~repack0.orig/QFaustItem.h:71:8: note: Function in derived class
faustworks-0.5~repack0.orig/QFaustItem.h:72:11: style: The function 'code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageItem.h:107:19: note: Virtual function in base class
faustworks-0.5~repack0.orig/QFaustItem.h:72:11: note: Function in derived class
faustworks-0.5~repack0.orig/QFaustItem.h:76:8: style: The function 'setModified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageItem.h:358:16: note: Virtual function in base class
faustworks-0.5~repack0.orig/QFaustItem.h:76:8: note: Function in derived class
faustworks-0.5~repack0.orig/QFaustItem.h:78:11: style: The function 'lastErrorMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageItem.h:117:19: note: Virtual function in base class
faustworks-0.5~repack0.orig/QFaustItem.h:78:11: note: Function in derived class
faustworks-0.5~repack0.orig/QFaustItem.h:79:8: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageItem.h:112:16: note: Virtual function in base class
faustworks-0.5~repack0.orig/QFaustItem.h:79:8: note: Function in derived class
faustworks-0.5~repack0.orig/QFaustItem.h:81:9: style: The function 'currentScale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageItem.h:119:17: note: Virtual function in base class
faustworks-0.5~repack0.orig/QFaustItem.h:81:9: note: Function in derived class
faustworks-0.5~repack0.orig/QFaustItem.h:95:8: style: The function 'resized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageItem.h:272:16: note: Virtual function in base class
faustworks-0.5~repack0.orig/QFaustItem.h:95:8: note: Function in derived class
faustworks-0.5~repack0.orig/QFaustItem.h:104:25: style: The function 'buildContextMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageItem.h:334:19: note: Virtual function in base class
faustworks-0.5~repack0.orig/QFaustItem.h:104:25: note: Function in derived class
faustworks-0.5~repack0.orig/QFaustItem.h:130:8: style: The function 'setFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageItem.h:327:16: note: Virtual function in base class
faustworks-0.5~repack0.orig/QFaustItem.h:130:8: note: Function in derived class
faustworks-0.5~repack0.orig/QFaustItem.h:146:15: style: The function 'saveToDomElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageItem.h:141:23: note: Virtual function in base class
faustworks-0.5~repack0.orig/QFaustItem.h:146:15: note: Function in derived class
faustworks-0.5~repack0.orig/QFaustItem.h:151:15: style: The function 'buildMimeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageItem.h:353:23: note: Virtual function in base class
faustworks-0.5~repack0.orig/QFaustItem.h:151:15: note: Function in derived class
faustworks-0.5~repack0.orig/QFaustItem.h:159:12: style: The function 'itemChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageItem.h:339:20: note: Virtual function in base class
faustworks-0.5~repack0.orig/QFaustItem.h:159:12: note: Function in derived class
faustworks-0.5~repack0.orig/QFaustItem.h:171:11: style: The function 'buildDragImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageItem.h:344:19: note: Virtual function in base class
faustworks-0.5~repack0.orig/QFaustItem.h:171:11: note: Function in derived class
faustworks-0.5~repack0.orig/MainWindowObjects.h:70:8: style: The function 'addItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/MainWindowObjects.h:44:16: note: Virtual function in base class
faustworks-0.5~repack0.orig/MainWindowObjects.h:70:8: note: Function in derived class
faustworks-0.5~repack0.orig/MainWindowObjects.h:72:16: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/MainWindowObjects.h:52:16: note: Virtual function in base class
faustworks-0.5~repack0.orig/MainWindowObjects.h:72:16: note: Function in derived class
faustworks-0.5~repack0.orig/MainWindowObjects.h:74:11: style: The function 'domId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/MainWindowObjects.h:47:19: note: Virtual function in base class
faustworks-0.5~repack0.orig/MainWindowObjects.h:74:11: note: Function in derived class
faustworks-0.5~repack0.orig/MainWindowObjects.h:75:11: style: The function 'mimeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/MainWindowObjects.h:48:19: note: Virtual function in base class
faustworks-0.5~repack0.orig/MainWindowObjects.h:75:11: note: Function in derived class
faustworks-0.5~repack0.orig/MainWindowObjects.h:93:8: style: The function 'addItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/MainWindowObjects.h:44:16: note: Virtual function in base class
faustworks-0.5~repack0.orig/MainWindowObjects.h:93:8: note: Function in derived class
faustworks-0.5~repack0.orig/MainWindowObjects.h:94:11: style: The function 'domId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/MainWindowObjects.h:47:19: note: Virtual function in base class
faustworks-0.5~repack0.orig/MainWindowObjects.h:94:11: note: Function in derived class
faustworks-0.5~repack0.orig/MainWindowObjects.h:95:11: style: The function 'mimeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/MainWindowObjects.h:48:19: note: Virtual function in base class
faustworks-0.5~repack0.orig/MainWindowObjects.h:95:11: note: Function in derived class
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.cpp:151:3: style: C-style pointer casting [cstyleCast]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.cpp:947:33: style: C-style pointer casting [cstyleCast]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.cpp:962:33: style: C-style pointer casting [cstyleCast]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.cpp:1024:17: style: C-style pointer casting [cstyleCast]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.cpp:1742:8: style: The scope of the variable 'centerX' can be reduced. [variableScope]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.cpp:1743:8: style: The scope of the variable 'centerY' can be reduced. [variableScope]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.cpp:2062:8: style: The scope of the variable 'widthFactor' can be reduced. [variableScope]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.cpp:2062:29: style: The scope of the variable 'heightFactor' can be reduced. [variableScope]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.cpp:2050:64: style: Function 'setupItemFromMenu' argument 1 names different: declaration 'languageItem' definition 'decorator'. [funcArgNamesDifferent]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:325:48: note: Function 'setupItemFromMenu' argument 1 names different: declaration 'languageItem' definition 'decorator'.
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.cpp:2050:64: note: Function 'setupItemFromMenu' argument 1 names different: declaration 'languageItem' definition 'decorator'.
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.cpp:2155:58: style: Function 'saveItemAs' argument 1 names different: declaration 'item' definition 'languageItem'. [funcArgNamesDifferent]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:335:34: note: Function 'saveItemAs' argument 1 names different: declaration 'item' definition 'languageItem'.
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.cpp:2155:58: note: Function 'saveItemAs' argument 1 names different: declaration 'item' definition 'languageItem'.
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.cpp:2454:65: style: Function 'eventFilter' argument 2 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.h:378:41: note: Function 'eventFilter' argument 2 names different: declaration 'event' definition 'e'.
faustworks-0.5~repack0.orig/GraphicsSceneMainWindow.cpp:2454:65: note: Function 'eventFilter' argument 2 names different: declaration 'event' definition 'e'.
faustworks-0.5~repack0.orig/QLanguageCommandPalette.h:36:8: style: The function 'categoryBegin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageCommandReader.h:32:16: note: Virtual function in base class
faustworks-0.5~repack0.orig/QLanguageCommandPalette.h:36:8: note: Function in derived class
faustworks-0.5~repack0.orig/QLanguageCommandPalette.h:37:8: style: The function 'categoryEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageCommandReader.h:33:16: note: Virtual function in base class
faustworks-0.5~repack0.orig/QLanguageCommandPalette.h:37:8: note: Function in derived class
faustworks-0.5~repack0.orig/QLanguageCommandPalette.h:38:8: style: The function 'newElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
faustworks-0.5~repack0.orig/QLanguageCommandReader.h:34:16: note: Virtual function in base class
faustworks-0.5~repack0.orig/QLanguageCommandPalette.h:38:8: note: Function in derived class
faustworks-0.5~repack0.orig/MainWindowObjects.cpp:450:46: style: Function 'setRect' argument 1 names different: declaration 'size' definition 'r'. [funcArgNamesDifferent]
faustworks-0.5~repack0.orig/MainWindowObjects.h:125:31: note: Function 'setRect' argument 1 names different: declaration 'size' definition 'r'.
faustworks-0.5~repack0.orig/MainWindowObjects.cpp:450:46: note: Function 'setRect' argument 1 names different: declaration 'size' definition 'r'.
faustworks-0.5~repack0.orig/MainWindowObjects.cpp:605:23: warning: Member variable 'LanguageGraphicsView::mMainWindow' is not initialized in the constructor. [uninitMemberVar]
faustworks-0.5~repack0.orig/MainWindowObjects.cpp:426:2: performance: Variable 'mRect' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faustworks-0.5~repack0.orig/QFaustItem.cpp:554:36: style: Function 'setModified' argument 1 names different: declaration 'isModified' definition 'modified'. [funcArgNamesDifferent]
faustworks-0.5~repack0.orig/QFaustItem.h:76:26: note: Function 'setModified' argument 1 names different: declaration 'isModified' definition 'modified'.
faustworks-0.5~repack0.orig/QFaustItem.cpp:554:36: note: Function 'setModified' argument 1 names different: declaration 'isModified' definition 'modified'.
faustworks-0.5~repack0.orig/QFaustItem.cpp:947:41: style: Function 'setFile' argument 1 names different: declaration 'file' definition 'f'. [funcArgNamesDifferent]
faustworks-0.5~repack0.orig/QFaustItem.h:130:31: note: Function 'setFile' argument 1 names different: declaration 'file' definition 'f'.
faustworks-0.5~repack0.orig/QFaustItem.cpp:947:41: note: Function 'setFile' argument 1 names different: declaration 'file' definition 'f'.
faustworks-0.5~repack0.orig/QFaustItem.cpp:1050:43: style: Function 'init' argument 1 names different: declaration 'e' definition 'domElement'. [funcArgNamesDifferent]
faustworks-0.5~repack0.orig/QFaustItem.h:140:34: note: Function 'init' argument 1 names different: declaration 'e' definition 'domElement'.
faustworks-0.5~repack0.orig/QFaustItem.cpp:1050:43: note: Function 'init' argument 1 names different: declaration 'e' definition 'domElement'.
faustworks-0.5~repack0.orig/QFaustItemFactory.cpp:44:40: style: C-style pointer casting [cstyleCast]
faustworks-0.5~repack0.orig/QItemResizer.cpp:103:56: style: Function 'checkCursorPosition' argument 1 names different: declaration 'pos' definition 'position'. [funcArgNamesDifferent]
faustworks-0.5~repack0.orig/QItemResizer.h:101:44: note: Function 'checkCursorPosition' argument 1 names different: declaration 'pos' definition 'position'.
faustworks-0.5~repack0.orig/QItemResizer.cpp:103:56: note: Function 'checkCursorPosition' argument 1 names different: declaration 'pos' definition 'position'.
faustworks-0.5~repack0.orig/QItemResizer.cpp:172:55: style: Function 'setCursorAndUpdate' argument 1 names different: declaration 'cursor' definition 'newCursor'. [funcArgNamesDifferent]
faustworks-0.5~repack0.orig/QItemResizer.h:102:43: note: Function 'setCursorAndUpdate' argument 1 names different: declaration 'cursor' definition 'newCursor'.
faustworks-0.5~repack0.orig/QItemResizer.cpp:172:55: note: Function 'setCursorAndUpdate' argument 1 names different: declaration 'cursor' definition 'newCursor'.
faustworks-0.5~repack0.orig/QLanguageCommandPaletteLayout.h:31:5: style: Class 'QLanguageCommandPaletteLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
faustworks-0.5~repack0.orig/QLanguageCommandReader.cpp:37:25: warning: Member variable 'QLanguageCommandReader::mVisitor' is not initialized in the constructor. [uninitMemberVar]
faustworks-0.5~repack0.orig/QLanguageItem.cpp:268:49: style: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'event'. [funcArgNamesDifferent]
faustworks-0.5~repack0.orig/QLanguageItem.h:152:44: note: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'event'.
faustworks-0.5~repack0.orig/QLanguageItem.cpp:268:49: note: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'event'.
faustworks-0.5~repack0.orig/QLanguageItem.cpp:433:46: style: Function 'load' argument 1 names different: declaration 'domElement' definition 'e'. [funcArgNamesDifferent]
faustworks-0.5~repack0.orig/QLanguageItem.h:312:33: note: Function 'load' argument 1 names different: declaration 'domElement' definition 'e'.
faustworks-0.5~repack0.orig/QLanguageItem.cpp:433:46: note: Function 'load' argument 1 names different: declaration 'domElement' definition 'e'.
faustworks-0.5~repack0.orig/QLanguageItem.cpp:216:16: warning: Member variable 'QLanguageItem::mCopyDrag' is not initialized in the constructor. [uninitMemberVar]
faustworks-0.5~repack0.orig/QLanguageItem.cpp:218:2: performance: Variable 'mFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
faustworks-0.5~repack0.orig/QPaletteItem.cpp:384:46: style: Function 'setCenter' argument 1 names different: declaration 'center' definition 'pos'. [funcArgNamesDifferent]
faustworks-0.5~repack0.orig/QPaletteItem.h:176:34: note: Function 'setCenter' argument 1 names different: declaration 'center' definition 'pos'.
faustworks-0.5~repack0.orig/QPaletteItem.cpp:384:46: note: Function 'setCenter' argument 1 names different: declaration 'center' definition 'pos'.
faustworks-0.5~repack0.orig/QPaletteItem.cpp:440:46: style: Function 'QPaletteItemDropper' argument 1 names different: declaration 'paletteId' definition 'dropperId'. [funcArgNamesDifferent]
faustworks-0.5~repack0.orig/QPaletteItem.h:231:27: note: Function 'QPaletteItemDropper' argument 1 names different: declaration 'paletteId' definition 'dropperId'.
faustworks-0.5~repack0.orig/QPaletteItem.cpp:440:46: note: Function 'QPaletteItemDropper' argument 1 names different: declaration 'paletteId' definition 'dropperId'.
faustworks-0.5~repack0.orig/QPaletteItem.cpp:440:76: style: Function 'QPaletteItemDropper' argument 2 names different: declaration 'acceptedDroppersId' definition 'acceptedPaletteIds'. [funcArgNamesDifferent]
faustworks-0.5~repack0.orig/QPaletteItem.h:231:57: note: Function 'QPaletteItemDropper' argument 2 names different: declaration 'acceptedDroppersId' definition 'acceptedPaletteIds'.
faustworks-0.5~repack0.orig/QPaletteItem.cpp:440:76: note: Function 'QPaletteItemDropper' argument 2 names different: declaration 'acceptedDroppersId' definition 'acceptedPaletteIds'.
faustworks-0.5~repack0.orig/QPaletteItem.cpp:440:112: style: Function 'QPaletteItemDropper' argument 3 names different: declaration 'relatedItem' definition 'item'. [funcArgNamesDifferent]
faustworks-0.5~repack0.orig/QPaletteItem.h:231:92: note: Function 'QPaletteItemDropper' argument 3 names different: declaration 'relatedItem' definition 'item'.
faustworks-0.5~repack0.orig/QPaletteItem.cpp:440:112: note: Function 'QPaletteItemDropper' argument 3 names different: declaration 'relatedItem' definition 'item'.
[21:40]
ftp://ftp.se.debian.org/debian/pool/main/f/fbasics/fbasics_3042.89.orig.tar.gz
fBasics/src/gld.c:435:12: style: The scope of the variable 'dx' can be reduced. [variableScope]
fBasics/src/gld.c:435:15: style: The scope of the variable 'dxold' can be reduced. [variableScope]
fBasics/src/gld.c:436:20: style: The scope of the variable 'rts' can be reduced. [variableScope]
fBasics/src/nig.c:69:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fBasics/src/nig.c:266:10: style: The scope of the variable 'iback' can be reduced. [variableScope]
fBasics/src/nig.c:266:17: style: The scope of the variable 'irback' can be reduced. [variableScope]
fBasics/src/nig.c:266:25: style: The scope of the variable 't' can be reduced. [variableScope]
fBasics/src/nig.c:399:34: style: The scope of the variable 'tol1' can be reduced. [variableScope]
fBasics/src/nig.c:399:40: style: The scope of the variable 'xm' can be reduced. [variableScope]
fBasics/src/nig.c:500:40: style: The scope of the variable 'sp' can be reduced. [variableScope]
[21:40]
ftp://ftp.se.debian.org/debian/pool/main/f/fbautostart/fbautostart_2.718281828.orig.tar.gz
fbautostart-2.718281828/src/xdg_parse.cc:108:21: style: The scope of the variable 'ent' can be reduced. [variableScope]
[21:40]
ftp://ftp.se.debian.org/debian/pool/main/f/fbb/fbb_7.07.orig.tar.gz
fbb-7.0.7/src/X11/xeditor.c:859:12: error: Array 'choices[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds]
fbb-7.0.7/src/X11/xeditor.c:863:27: error: Array 'choices[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds]
fbb-7.0.7/src/X11/xeditor.c:870:22: error: Array 'choices[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds]
fbb-7.0.7/src/X11/xeditor.c:320:12: style: The scope of the variable 'buf' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xeditor.c:518:12: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xeditor.c:1234:7: error: Resource leak: infile [resourceLeak]
fbb-7.0.7/src/X11/xfbb.c:720:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'uintptr_t {aka unsigned long}'. [invalidPrintfArgType_sint]
fbb-7.0.7/src/X11/xfbb.c:1090:3: style: Variable 'bouton' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/X11/xfbb.c:1077:3: note: Variable 'bouton' is reassigned a value before the old one has been used.
fbb-7.0.7/src/X11/xfbb.c:1090:3: note: Variable 'bouton' is reassigned a value before the old one has been used.
fbb-7.0.7/src/X11/xfbb.c:155:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbb.c:157:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbb.c:238:14: style: The scope of the variable 'cho' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbb.c:239:14: style: The scope of the variable 'scanning' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbb.c:372:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbb.c:729:8: style: The scope of the variable 'texte' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbb.c:730:8: style: The scope of the variable 'callsign' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbb.c:377:3: style: Variable 'tml' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/X11/xfbbX.c:1591:2: style: Variable 'bouton' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/X11/xfbbX.c:1580:2: note: Variable 'bouton' is reassigned a value before the old one has been used.
fbb-7.0.7/src/X11/xfbbX.c:1591:2: note: Variable 'bouton' is reassigned a value before the old one has been used.
fbb-7.0.7/src/X11/xfbbX.c:366:7: style: The scope of the variable 'save' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbX.c:367:15: style: The scope of the variable 'service' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbX.c:368:15: style: The scope of the variable 'len' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbX.c:1019:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbX.c:1020:7: style: The scope of the variable 'conn' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbX.c:1504:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbX.c:1505:6: style: The scope of the variable 'res' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbX.c:529:2: style: Variable 'console' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/X11/xfbbX.c:1028:2: style: Variable 'tml' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/X11/xfbbX.c:557:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/X11/xfbbXabtd.c:297:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbXabtd.c:338:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbXabtd.c:406:12: style: Variable 'conf_ok' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/X11/xfbbXabtd.c:264:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/X11/xfbbXabtd.c:266:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/X11/xfbbXabtd.c:272:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/X11/xfbbXabtd.c:274:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/X11/xfbbXcnsl.c:312:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbXcnsl.c:576:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbXcnsl.c:324:2: style: Variable 'cr' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/X11/xfbbabtd.c:418:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbabtd.c:420:9: style: The scope of the variable 'call' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbcnsl.c:302:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbcnsl.c:487:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbcnsl.c:592:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbcnsl.c:314:3: style: Variable 'cr' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/X11/xfbbedtm.c:605:7: style: The scope of the variable 'noctet' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbedtm.c:606:7: style: The scope of the variable 'cmpmsk' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbedtu.c:157:13: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbedtu.c:648:2: error: Common realloc mistake: 'TbList' nulled but not freed upon failure [memleakOnRealloc]
fbb-7.0.7/src/X11/xfbbmain.c:441:4: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbb-7.0.7/src/X11/xfbbmain.c:1666:3: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbb-7.0.7/src/X11/xfbbmain.c:253:8: style: The scope of the variable 'ftmp' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbmain.c:675:14: style: The scope of the variable 'old_avail' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbmain.c:680:14: style: The scope of the variable 'old_temp' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbmain.c:1095:13: style: The scope of the variable 'note' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbmain.c:1130:11: style: The scope of the variable 'x' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbmain.c:1130:14: style: The scope of the variable 'm' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbmain.c:1130:17: style: The scope of the variable 'n' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbmain.c:1339:15: style: The scope of the variable 'strtype' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbmain.c:1345:6: style: The scope of the variable 'res' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbmain.c:1426:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbmain.c:1788:8: style: Variable 'cnt' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/X11/xfbbpndd.c:81:8: style: The scope of the variable 'port_fwd' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbpndd.c:339:8: style: The scope of the variable 'str' can be reduced. [variableScope]
fbb-7.0.7/src/X11/xfbbpndd.c:268:18: style: Variable 'pw' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/ajoursat.c:556:5: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/ajoursat.c:549:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/ajoursat.c:556:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/ajoursat.c:574:5: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/ajoursat.c:569:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/ajoursat.c:574:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/ajoursat.c:576:5: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/ajoursat.c:574:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/ajoursat.c:576:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/ajoursat.c:635:5: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/ajoursat.c:631:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/ajoursat.c:635:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/ajoursat.c:638:5: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/ajoursat.c:635:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/ajoursat.c:638:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/ajoursat.c:646:5: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/ajoursat.c:643:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/ajoursat.c:646:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/ajoursat.c:650:5: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/ajoursat.c:646:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/ajoursat.c:650:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/ajoursat.c:655:5: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/ajoursat.c:650:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/ajoursat.c:655:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/ajoursat.c:208:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:208:15: style: The scope of the variable 'l' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:497:7: style: The scope of the variable 'tampon' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:498:7: style: The scope of the variable 'ligne' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:499:7: style: The scope of the variable 'buf1' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:500:7: style: The scope of the variable 'buf2' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:501:7: style: The scope of the variable 'nom' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:503:6: style: The scope of the variable 'k' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:503:9: style: The scope of the variable 'n' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:504:6: style: The scope of the variable 'valide' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:776:6: style: The scope of the variable 'indice' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:850:9: style: The scope of the variable 'm' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:850:12: style: The scope of the variable 'lg' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1115:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1131:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1132:6: style: The scope of the variable 'twolinemodel' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1133:6: style: The scope of the variable 'ligne1valide' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1133:20: style: The scope of the variable 'ligne2valide' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1136:9: style: The scope of the variable 'i0' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1137:9: style: The scope of the variable 'o0' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1138:9: style: The scope of the variable 'e0' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1139:9: style: The scope of the variable 'w0' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1140:9: style: The scope of the variable 'm0' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1141:9: style: The scope of the variable 'n0' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1142:7: style: The scope of the variable 'k0' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1143:6: style: The scope of the variable 'set' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1144:7: style: The scope of the variable 'catalog' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1144:16: style: The scope of the variable 'cat' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1145:6: style: The scope of the variable 'y3' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1146:9: style: The scope of the variable 'd3' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1147:9: style: The scope of the variable 'q3' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1148:7: style: The scope of the variable 'caract' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1149:8: style: The scope of the variable 'pointe' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:1149:17: style: The scope of the variable 'pointeur' can be reduced. [variableScope]
fbb-7.0.7/src/ajoursat.c:253:20: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
fbb-7.0.7/src/ajoursat.c:257:19: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
fbb-7.0.7/src/ajoursat.c:515:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/ajoursat.c:522:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/ajoursat.c:845:2: error: Memory leak: str [memleak]
fbb-7.0.7/src/arbre.c:38:14: style: The scope of the variable 'bptr' can be reduced. [variableScope]
fbb-7.0.7/src/arbre.c:39:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
fbb-7.0.7/src/arbre.c:238:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
fbb-7.0.7/src/arbre.c:342:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
fbb-7.0.7/src/autobin.c:79:14: style: The scope of the variable 'stdesc' can be reduced. [variableScope]
fbb-7.0.7/src/autobin.c:123:8: style: The scope of the variable 'hibit' can be reduced. [variableScope]
fbb-7.0.7/src/autobin.c:305:8: style: The scope of the variable 'fd' can be reduced. [variableScope]
fbb-7.0.7/src/autobin.c:130:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fbb-7.0.7/src/balise.c:64:10: style: The scope of the variable 'ptemp' can be reduced. [variableScope]
fbb-7.0.7/src/balise.c:216:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/balise.c:217:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/balise.c:218:7: style: The scope of the variable 'sbuffer' can be reduced. [variableScope]
fbb-7.0.7/src/balise.c:219:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/balise.c:219:9: style: The scope of the variable 'var' can be reduced. [variableScope]
fbb-7.0.7/src/balise.c:219:18: style: The scope of the variable 'pos' can be reduced. [variableScope]
fbb-7.0.7/src/balise.c:220:6: style: The scope of the variable 'maxcar' can be reduced. [variableScope]
fbb-7.0.7/src/balise.c:221:6: style: The scope of the variable 'debut' can be reduced. [variableScope]
fbb-7.0.7/src/balise.c:401:6: style: The scope of the variable 'lt' can be reduced. [variableScope]
fbb-7.0.7/src/balise.c:404:8: style: The scope of the variable 'optr' can be reduced. [variableScope]
fbb-7.0.7/src/balise.c:451:7: style: The scope of the variable 'titre' can be reduced. [variableScope]
fbb-7.0.7/src/balise.c:514:7: style: The scope of the variable 'dde_bcl' can be reduced. [variableScope]
fbb-7.0.7/src/balise.c:516:8: style: The scope of the variable 'ptemp' can be reduced. [variableScope]
fbb-7.0.7/src/balise.c:517:13: style: The scope of the variable 'exp' can be reduced. [variableScope]
fbb-7.0.7/src/balise.c:714:7: style: The scope of the variable 'seek_offset' can be reduced. [variableScope]
fbb-7.0.7/src/balise.c:715:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/balise.c:716:11: style: The scope of the variable 'pbul' can be reduced. [variableScope]
fbb-7.0.7/src/bidexms.c:47:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/bidexms.c:111:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/bidexms.c:112:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/bidexms.c:113:7: style: The scope of the variable 't_bid' can be reduced. [variableScope]
fbb-7.0.7/src/bidexms.c:247:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/bidexms.c:247:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fbb-7.0.7/src/bidexms.c:247:12: style: The scope of the variable 'res' can be reduced. [variableScope]
fbb-7.0.7/src/bidexms.c:289:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/bidexms.c:314:12: style: The scope of the variable 'res' can be reduced. [variableScope]
fbb-7.0.7/src/bidexms.c:254:4: error: Resource leak: fptr [resourceLeak]
fbb-7.0.7/src/bidexms.c:296:4: error: Resource leak: fptr [resourceLeak]
fbb-7.0.7/src/clr_user.c:56:7: style: struct member 'typindic::num' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:64:7: style: struct member 'info::lastmes' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:65:7: style: struct member 'info::nbcon' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:66:7: style: struct member 'info::hcon' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:67:7: style: struct member 'info::lastyap' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:68:17: style: struct member 'info::flags' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:69:17: style: struct member 'info::on_base' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:71:16: style: struct member 'info::nbl' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:72:16: style: struct member 'info::lang' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:74:7: style: struct member 'info::newbanner' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:76:7: style: struct member 'info::free' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:77:7: style: struct member 'info::theme' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:79:7: style: struct member 'info::nom' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:80:7: style: struct member 'info::prenom' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:81:7: style: struct member 'info::adres' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:82:7: style: struct member 'info::ville' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:83:7: style: struct member 'info::teld' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:84:7: style: struct member 'info::telp' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:85:7: style: struct member 'info::home' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:86:7: style: struct member 'info::qra' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:87:7: style: struct member 'info::priv' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:88:7: style: struct member 'info::filtre' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:89:7: style: struct member 'info::pass' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:90:7: style: struct member 'info::zip' is never used. [unusedStructMember]
fbb-7.0.7/src/clr_user.c:169:8: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
fbb-7.0.7/src/clr_user.c:147:0: error: Memory leak: filename [memleak]
fbb-7.0.7/src/conf.c:38:9: style: The scope of the variable 'port' can be reduced. [variableScope]
fbb-7.0.7/src/conf.c:38:15: style: The scope of the variable 'voie' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:132:17: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
fbb-7.0.7/src/console.c:1316:5: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/console.c:1264:2: performance: Buffer 'cdate' is being written before its old content has been used. [redundantCopy]
fbb-7.0.7/src/console.c:1260:2: note: Buffer 'cdate' is being written before its old content has been used.
fbb-7.0.7/src/console.c:1264:2: note: Buffer 'cdate' is being written before its old content has been used.
fbb-7.0.7/src/console.c:122:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:123:6: style: The scope of the variable 'nb_sp' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:124:6: style: The scope of the variable 'nb_mot' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:126:6: style: The scope of the variable 'k' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:126:9: style: The scope of the variable 'sp_int' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:126:17: style: The scope of the variable 'sp_rst' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:126:25: style: The scope of the variable 'i_sp' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:126:31: style: The scope of the variable 'j_sp' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:126:37: style: The scope of the variable 'k_sp' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:126:43: style: The scope of the variable 'ds_mot' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:126:51: style: The scope of the variable 'nb_int' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:283:9: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:283:13: style: The scope of the variable 'pcode' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:283:20: style: The scope of the variable 'txt' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:601:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:602:6: style: The scope of the variable 'nobbs' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:732:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:1094:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:1095:7: style: The scope of the variable 'call' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:1096:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:1156:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:1454:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:1455:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
fbb-7.0.7/src/console.c:272:9: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/devio.c:113:7: style: The scope of the variable 'com' can be reduced. [variableScope]
fbb-7.0.7/src/devio.c:113:12: style: The scope of the variable 'port' can be reduced. [variableScope]
fbb-7.0.7/src/devio.c:113:18: style: The scope of the variable 'valid' can be reduced. [variableScope]
fbb-7.0.7/src/devio.c:171:6: style: The scope of the variable 'com' can be reduced. [variableScope]
fbb-7.0.7/src/devio.c:171:11: style: The scope of the variable 'port' can be reduced. [variableScope]
fbb-7.0.7/src/devio.c:171:17: style: The scope of the variable 'valid' can be reduced. [variableScope]
fbb-7.0.7/src/dos_1.c:1039:2: style: Variable 'done' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/dos_1.c:1026:0: note: Variable 'done' is reassigned a value before the old one has been used.
fbb-7.0.7/src/dos_1.c:1039:2: note: Variable 'done' is reassigned a value before the old one has been used.
fbb-7.0.7/src/dos_1.c:97:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
fbb-7.0.7/src/dos_1.c:99:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/dos_1.c:240:7: style: The scope of the variable 'vdisk' can be reduced. [variableScope]
fbb-7.0.7/src/dos_1.c:315:11: style: The scope of the variable 'retour' can be reduced. [variableScope]
fbb-7.0.7/src/dos_1.c:645:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/dos_1.c:675:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/dos_1.c:1103:6: style: The scope of the variable 'lg' can be reduced. [variableScope]
fbb-7.0.7/src/dos_1.c:1152:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/dos_1.c:1152:9: style: The scope of the variable 'error' can be reduced. [variableScope]
fbb-7.0.7/src/dos_1.c:1153:6: style: The scope of the variable 'vdisk' can be reduced. [variableScope]
fbb-7.0.7/src/dos_1.c:1155:8: style: The scope of the variable 'iptr' can be reduced. [variableScope]
fbb-7.0.7/src/dos_1.c:1155:15: style: The scope of the variable 'optr' can be reduced. [variableScope]
fbb-7.0.7/src/dos_1.c:607:3: error: Uninitialized variable: rlabel [uninitvar]
fbb-7.0.7/src/dos_dir.c:223:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/dos_dir.c:291:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/dos_dir.c:292:7: style: The scope of the variable 'nomfich' can be reduced. [variableScope]
fbb-7.0.7/src/dos_dir.c:437:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/dos_dir.c:438:30: style: The scope of the variable 'scan' can be reduced. [variableScope]
fbb-7.0.7/src/dos_dir.c:438:37: style: The scope of the variable 'cur_dir' can be reduced. [variableScope]
fbb-7.0.7/src/dos_dir.c:554:6: style: The scope of the variable 'n' can be reduced. [variableScope]
fbb-7.0.7/src/dos_dir.c:556:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
fbb-7.0.7/src/dos_dir.c:873:7: style: The scope of the variable 'path' can be reduced. [variableScope]
fbb-7.0.7/src/dos_dir.c:502:24: warning: String literal compared with variable '*cur_dir'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
fbb-7.0.7/src/dos_dir.c:365:14: style: Unused variable: path [unusedVariable]
fbb-7.0.7/src/driver.c:199:6: style: The scope of the variable 'canal' can be reduced. [variableScope]
fbb-7.0.7/src/driver.c:324:6: style: The scope of the variable 'canal' can be reduced. [variableScope]
fbb-7.0.7/src/driver.c:539:6: style: The scope of the variable 'pac' can be reduced. [variableScope]
fbb-7.0.7/src/drv_aea.c:87:14: style: The scope of the variable 'last_call' can be reduced. [variableScope]
fbb-7.0.7/src/drv_aea.c:89:7: style: The scope of the variable 'temps' can be reduced. [variableScope]
fbb-7.0.7/src/drv_aea.c:205:28: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/drv_aea.c:205:32: style: The scope of the variable 'nback' can be reduced. [variableScope]
fbb-7.0.7/src/drv_aea.c:206:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/drv_aea.c:209:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
fbb-7.0.7/src/drv_aea.c:386:9: style: The scope of the variable 'stemp' can be reduced. [variableScope]
fbb-7.0.7/src/drv_aea.c:112:58: style: Function 'pk_send' argument 4 names different: declaration 'chaine' definition 'buffer'. [funcArgNamesDifferent]
fbb-7.0.7/src/drv_aea.c:32:58: note: Function 'pk_send' argument 4 names different: declaration 'chaine' definition 'buffer'.
fbb-7.0.7/src/drv_aea.c:112:58: note: Function 'pk_send' argument 4 names different: declaration 'chaine' definition 'buffer'.
fbb-7.0.7/src/drv_aea.c:203:91: style: Function 'pk_inbuf' argument 6 names different: declaration 'ptr' definition 'ui'. [funcArgNamesDifferent]
fbb-7.0.7/src/drv_aea.c:30:91: note: Function 'pk_inbuf' argument 6 names different: declaration 'ptr' definition 'ui'.
fbb-7.0.7/src/drv_aea.c:203:91: note: Function 'pk_inbuf' argument 6 names different: declaration 'ptr' definition 'ui'.
fbb-7.0.7/src/drv_aea.c:399:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/drv_ded.c:202:7: style: The scope of the variable 'bt' can be reduced. [variableScope]
fbb-7.0.7/src/drv_ded.c:205:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/drv_ded.c:392:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/drv_ded.c:394:7: style: The scope of the variable 'bt' can be reduced. [variableScope]
fbb-7.0.7/src/drv_ded.c:810:6: style: The scope of the variable 'r_canal' can be reduced. [variableScope]
fbb-7.0.7/src/drv_ded.c:810:25: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/drv_ded.c:810:29: style: The scope of the variable 'lg' can be reduced. [variableScope]
fbb-7.0.7/src/drv_hst.c:1779:4: style: Variable 'len' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/drv_hst.c:1775:0: note: Variable 'len' is reassigned a value before the old one has been used.
fbb-7.0.7/src/drv_hst.c:1779:4: note: Variable 'len' is reassigned a value before the old one has been used.
fbb-7.0.7/src/drv_hst.c:136:17: style: The scope of the variable 'accu' can be reduced. [variableScope]
fbb-7.0.7/src/drv_hst.c:136:23: style: The scope of the variable 'data' can be reduced. [variableScope]
fbb-7.0.7/src/drv_hst.c:158:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/drv_hst.c:219:7: style: The scope of the variable 'bt' can be reduced. [variableScope]
fbb-7.0.7/src/drv_hst.c:222:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/drv_hst.c:1523:6: style: The scope of the variable 'crc_ok' can be reduced. [variableScope]
fbb-7.0.7/src/drv_hst.c:1524:6: style: The scope of the variable 'r_canal' can be reduced. [variableScope]
fbb-7.0.7/src/drv_hst.c:1524:25: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/drv_hst.c:1524:29: style: The scope of the variable 'lg' can be reduced. [variableScope]
fbb-7.0.7/src/drv_hst.c:1525:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/drv_hst.c:1525:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
fbb-7.0.7/src/drv_hst.c:1525:17: style: The scope of the variable 'hst' can be reduced. [variableScope]
fbb-7.0.7/src/drv_hst.c:1526:6: style: The scope of the variable 'last' can be reduced. [variableScope]
fbb-7.0.7/src/drv_hst.c:72:11: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/drv_hst.c:1441:13: style: Variable 'dlen' is modified but its new value is never used. [unreadVariable]
fbb-7.0.7/src/drv_hst.c:1784:5: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/drv_hst.c:1157:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/drv_kam.c:242:7: style: Condition 'tor' is always false [knownConditionTrueFalse]
fbb-7.0.7/src/drv_kam.c:234:12: note: Assignment 'tor=0', assigned value is 0
fbb-7.0.7/src/drv_kam.c:242:7: note: Condition 'tor' is always false
fbb-7.0.7/src/drv_kam.c:134:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/drv_kam.c:167:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/drv_kam.c:229:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/drv_kam.c:595:14: style: The scope of the variable 'last_call' can be reduced. [variableScope]
fbb-7.0.7/src/drv_kam.c:596:7: style: The scope of the variable 'temps' can be reduced. [variableScope]
fbb-7.0.7/src/drv_kam.c:754:13: style: The scope of the variable 'can' can be reduced. [variableScope]
fbb-7.0.7/src/drv_kam.c:756:6: style: The scope of the variable 'type' can be reduced. [variableScope]
fbb-7.0.7/src/drv_kam.c:757:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/drv_kam.c:757:9: style: The scope of the variable 'lport' can be reduced. [variableScope]
fbb-7.0.7/src/drv_kam.c:760:6: style: The scope of the variable 'deja' can be reduced. [variableScope]
fbb-7.0.7/src/drv_kam.c:762:7: style: The scope of the variable 'stemp' can be reduced. [variableScope]
fbb-7.0.7/src/drv_kam.c:764:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/drv_kam.c:840:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/drv_kam.c:876:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/drv_mod.c:1301:6: style: Condition 'ch_stat' is always false [knownConditionTrueFalse]
fbb-7.0.7/src/drv_mod.c:545:12: note: Assignment 'ch_stat=0', assigned value is 0
fbb-7.0.7/src/drv_mod.c:1301:6: note: Condition 'ch_stat' is always false
fbb-7.0.7/src/drv_mod.c:105:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/drv_mod.c:527:6: style: Unused variable: fin_rxmodem [unusedVariable]
fbb-7.0.7/src/drv_mod.c:528:6: style: Unused variable: fin_txmodem [unusedVariable]
fbb-7.0.7/src/drv_mod.c:529:6: style: Unused variable: abort_xmodem [unusedVariable]
fbb-7.0.7/src/drv_mod.c:530:6: style: Unused variable: zr_pos [unusedVariable]
fbb-7.0.7/src/drv_mod.c:531:6: style: Unused variable: nb [unusedVariable]
fbb-7.0.7/src/drv_mod.c:531:10: style: Unused variable: con [unusedVariable]
fbb-7.0.7/src/drv_mod.c:532:6: style: Unused variable: nbtot [unusedVariable]
fbb-7.0.7/src/drv_mod.c:543:9: style: Variable 'pfwd' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/drv_pop.c:320:39: style: Condition 'val==0' is always true [knownConditionTrueFalse]
fbb-7.0.7/src/drv_pop.c:316:14: note: Assignment 'val=0', assigned value is 0
fbb-7.0.7/src/drv_pop.c:320:39: note: Condition 'val==0' is always true
fbb-7.0.7/src/drv_pop.c:376:39: style: Condition 'val==0' is always true [knownConditionTrueFalse]
fbb-7.0.7/src/drv_pop.c:372:14: note: Assignment 'val=0', assigned value is 0
fbb-7.0.7/src/drv_pop.c:376:39: note: Condition 'val==0' is always true
fbb-7.0.7/src/drv_pop.c:430:39: style: Condition 'val==0' is always true [knownConditionTrueFalse]
fbb-7.0.7/src/drv_pop.c:426:14: note: Assignment 'val=0', assigned value is 0
fbb-7.0.7/src/drv_pop.c:430:39: note: Condition 'val==0' is always true
fbb-7.0.7/src/drv_pop.c:658:3: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/drv_pop.c:658:3: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/drv_pop.c:658:3: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/drv_pop.c:320:39: style: Same expression on both sides of '==' because the value of 'val' and '0' are the same. [duplicateExpression]
fbb-7.0.7/src/drv_pop.c:316:14: note: 'val' is assigned value '0' here.
fbb-7.0.7/src/drv_pop.c:320:39: note: Same expression on both sides of '==' because the value of 'val' and '0' are the same.
fbb-7.0.7/src/drv_pop.c:376:39: style: Same expression on both sides of '==' because the value of 'val' and '0' are the same. [duplicateExpression]
fbb-7.0.7/src/drv_pop.c:372:14: note: 'val' is assigned value '0' here.
fbb-7.0.7/src/drv_pop.c:376:39: note: Same expression on both sides of '==' because the value of 'val' and '0' are the same.
fbb-7.0.7/src/drv_pop.c:430:39: style: Same expression on both sides of '==' because the value of 'val' and '0' are the same. [duplicateExpression]
fbb-7.0.7/src/drv_pop.c:426:14: note: 'val' is assigned value '0' here.
fbb-7.0.7/src/drv_pop.c:430:39: note: Same expression on both sides of '==' because the value of 'val' and '0' are the same.
fbb-7.0.7/src/drv_pop.c:2073:9: style: Same expression on both sides of '==' because the value of 'ok' and '0' are the same. [duplicateExpression]
fbb-7.0.7/src/drv_pop.c:2038:11: note: 'ok' is assigned value '0' here.
fbb-7.0.7/src/drv_pop.c:2073:9: note: Same expression on both sides of '==' because the value of 'ok' and '0' are the same.
fbb-7.0.7/src/drv_pop.c:2134:9: style: Same expression on both sides of '==' because the value of 'ok' and '0' are the same. [duplicateExpression]
fbb-7.0.7/src/drv_pop.c:2084:11: note: 'ok' is assigned value '0' here.
fbb-7.0.7/src/drv_pop.c:2134:9: note: Same expression on both sides of '==' because the value of 'ok' and '0' are the same.
fbb-7.0.7/src/drv_pop.c:271:6: style: The scope of the variable 'can' can be reduced. [variableScope]
fbb-7.0.7/src/drv_pop.c:549:8: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/drv_pop.c:625:6: style: The scope of the variable 'len' can be reduced. [variableScope]
fbb-7.0.7/src/drv_pop.c:1536:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
fbb-7.0.7/src/drv_pop.c:1537:10: style: The scope of the variable 'argptr' can be reduced. [variableScope]
fbb-7.0.7/src/drv_pop.c:1758:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/drv_pop.c:1969:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/drv_pop.c:1998:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/drv_pop.c:2291:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/drv_pop.c:2292:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
fbb-7.0.7/src/drv_pop.c:2293:10: style: The scope of the variable 'argptr' can be reduced. [variableScope]
fbb-7.0.7/src/drv_pop.c:3322:6: style: The scope of the variable 'val' can be reduced. [variableScope]
fbb-7.0.7/src/drv_pop.c:3435:9: style: The scope of the variable 'str' can be reduced. [variableScope]
fbb-7.0.7/src/drv_pop.c:3612:6: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fbb-7.0.7/src/drv_pop.c:3612:11: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fbb-7.0.7/src/drv_pop.c:3612:16: style: The scope of the variable 'ch3' can be reduced. [variableScope]
fbb-7.0.7/src/drv_pop.c:3642:6: style: The scope of the variable 'ch1' can be reduced. [variableScope]
fbb-7.0.7/src/drv_pop.c:929:43: style: Function 'pop_process_read' argument 2 names different: declaration 'canal' definition 'can'. [funcArgNamesDifferent]
fbb-7.0.7/src/drv_pop.c:190:43: note: Function 'pop_process_read' argument 2 names different: declaration 'canal' definition 'can'.
fbb-7.0.7/src/drv_pop.c:929:43: note: Function 'pop_process_read' argument 2 names different: declaration 'canal' definition 'can'.
fbb-7.0.7/src/drv_pop.c:1320:53: style: Function 'pop_check_pass' argument 3 names different: declaration 'callsign' definition 'passwd'. [funcArgNamesDifferent]
fbb-7.0.7/src/drv_pop.c:187:53: note: Function 'pop_check_pass' argument 3 names different: declaration 'callsign' definition 'passwd'.
fbb-7.0.7/src/drv_pop.c:1320:53: note: Function 'pop_check_pass' argument 3 names different: declaration 'callsign' definition 'passwd'.
fbb-7.0.7/src/drv_pop.c:1389:38: style: Function 'pop_snd_dt' argument 2 names different: declaration 'can' definition 'canal'. [funcArgNamesDifferent]
fbb-7.0.7/src/drv_pop.c:182:38: note: Function 'pop_snd_dt' argument 2 names different: declaration 'can' definition 'canal'.
fbb-7.0.7/src/drv_pop.c:1389:38: note: Function 'pop_snd_dt' argument 2 names different: declaration 'can' definition 'canal'.
fbb-7.0.7/src/drv_pop.c:1665:36: style: Function 'pop_stat' argument 2 names different: declaration 'can' definition 'canal'. [funcArgNamesDifferent]
fbb-7.0.7/src/drv_pop.c:185:36: note: Function 'pop_stat' argument 2 names different: declaration 'can' definition 'canal'.
fbb-7.0.7/src/drv_pop.c:1665:36: note: Function 'pop_stat' argument 2 names different: declaration 'can' definition 'canal'.
fbb-7.0.7/src/drv_pop.c:1817:50: style: Function 'pop_to_bbs' argument 3 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
fbb-7.0.7/src/drv_pop.c:191:50: note: Function 'pop_to_bbs' argument 3 names different: declaration 'buffer' definition 'buf'.
fbb-7.0.7/src/drv_pop.c:1817:50: note: Function 'pop_to_bbs' argument 3 names different: declaration 'buffer' definition 'buf'.
fbb-7.0.7/src/drv_pop.c:164:6: style: struct member 'tport_t::rem_port' is never used. [unusedStructMember]
fbb-7.0.7/src/drv_pop.c:169:7: style: struct member 'tport_t::rem_addr' is never used. [unusedStructMember]
fbb-7.0.7/src/drv_pop.c:438:10: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/drv_pop.c:1479:9: style: Variable 'num' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/drv_pop.c:3362:26: style: Variable 'ptr' is modified but its new value is never used. [unreadVariable]
fbb-7.0.7/src/drv_pop.c:3080:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/drv_sock.c:131:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/drv_sock.c:318:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
fbb-7.0.7/src/drv_sock.c:430:8: style: The scope of the variable 'p_name' can be reduced. [variableScope]
fbb-7.0.7/src/drv_sock.c:720:7: style: The scope of the variable 'name' can be reduced. [variableScope]
fbb-7.0.7/src/drv_sock.c:1078:28: style: The scope of the variable 'alias' can be reduced. [variableScope]
fbb-7.0.7/src/drv_sock.c:1123:18: style: The scope of the variable 'call' can be reduced. [variableScope]
fbb-7.0.7/src/drv_sock.c:1123:25: style: The scope of the variable 'rsaddr' can be reduced. [variableScope]
fbb-7.0.7/src/drv_sock.c:1123:34: style: The scope of the variable 'digi' can be reduced. [variableScope]
fbb-7.0.7/src/drv_tcp.c:287:39: style: Condition 'val==0' is always true [knownConditionTrueFalse]
fbb-7.0.7/src/drv_tcp.c:282:14: note: Assignment 'val=0', assigned value is 0
fbb-7.0.7/src/drv_tcp.c:287:39: note: Condition 'val==0' is always true
fbb-7.0.7/src/drv_tcp.c:287:39: style: Same expression on both sides of '==' because the value of 'val' and '0' are the same. [duplicateExpression]
fbb-7.0.7/src/drv_tcp.c:282:14: note: 'val' is assigned value '0' here.
fbb-7.0.7/src/drv_tcp.c:287:39: note: Same expression on both sides of '==' because the value of 'val' and '0' are the same.
fbb-7.0.7/src/drv_tcp.c:218:6: style: The scope of the variable 'can' can be reduced. [variableScope]
fbb-7.0.7/src/drv_tcp.c:283:10: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/drv_tcp.c:309:10: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/drv_tcp.c:310:12: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/drv_tcp.c:420:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/drv_tcp.c:757:6: style: The scope of the variable 'len' can be reduced. [variableScope]
fbb-7.0.7/src/drv_tcp.c:968:6: style: The scope of the variable 'carac' can be reduced. [variableScope]
fbb-7.0.7/src/drv_tcp.c:1298:7: style: The scope of the variable 'indic' can be reduced. [variableScope]
fbb-7.0.7/src/drv_tcp.c:1561:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/drv_tcp.c:1193:53: style: Function 'tcp_check_pass' argument 3 names different: declaration 'callsign' definition 'passwd'. [funcArgNamesDifferent]
fbb-7.0.7/src/drv_tcp.c:129:53: note: Function 'tcp_check_pass' argument 3 names different: declaration 'callsign' definition 'passwd'.
fbb-7.0.7/src/drv_tcp.c:1193:53: note: Function 'tcp_check_pass' argument 3 names different: declaration 'callsign' definition 'passwd'.
fbb-7.0.7/src/drv_tcp.c:1171:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/drv_tcp.c:1358:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/edit.c:373:12: warning: Either the condition 'edit_temp' is redundant or there is possible null pointer dereference: edit_temp. [nullPointerRedundantCheck]
fbb-7.0.7/src/edit.c:366:10: note: Assuming that condition 'edit_temp' is not redundant
fbb-7.0.7/src/edit.c:373:12: note: Null pointer dereference
fbb-7.0.7/src/edit.c:374:3: warning: Either the condition 'edit_temp' is redundant or there is possible null pointer dereference: edit_temp. [nullPointerRedundantCheck]
fbb-7.0.7/src/edit.c:366:10: note: Assuming that condition 'edit_temp' is not redundant
fbb-7.0.7/src/edit.c:374:3: note: Null pointer dereference
fbb-7.0.7/src/edit.c:375:15: warning: Either the condition 'edit_temp' is redundant or there is possible null pointer dereference: edit_temp. [nullPointerRedundantCheck]
fbb-7.0.7/src/edit.c:366:10: note: Assuming that condition 'edit_temp' is not redundant
fbb-7.0.7/src/edit.c:375:15: note: Null pointer dereference
fbb-7.0.7/src/edit.c:50:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/edit.c:50:13: style: The scope of the variable 'moins' can be reduced. [variableScope]
fbb-7.0.7/src/edit.c:312:39: style: The scope of the variable 'ch_ptr' can be reduced. [variableScope]
fbb-7.0.7/src/edit.c:530:13: style: The scope of the variable 'lg' can be reduced. [variableScope]
fbb-7.0.7/src/epurmess.c:1165:19: warning: Logical conjunction always evaluates to false: lig < 20 && lig > 21. [incorrectLogicOperator]
fbb-7.0.7/src/epurmess.c:1660:10: warning: Either the condition '(fptr=fopen(mail_in,"at"))!=NULL' is redundant or there is possible null pointer dereference: fptr. [nullPointerRedundantCheck]
fbb-7.0.7/src/epurmess.c:1638:37: note: Assuming that condition '(fptr=fopen(mail_in,"at"))!=NULL' is not redundant
fbb-7.0.7/src/epurmess.c:1660:10: note: Null pointer dereference
fbb-7.0.7/src/epurmess.c:281:6: style: The scope of the variable 'ecrit' can be reduced. [variableScope]
fbb-7.0.7/src/epurmess.c:281:13: style: The scope of the variable 'unite' can be reduced. [variableScope]
fbb-7.0.7/src/epurmess.c:1018:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/epurmess.c:1020:6: style: The scope of the variable 'init' can be reduced. [variableScope]
fbb-7.0.7/src/epurmess.c:1405:6: style: The scope of the variable 'nb_lus' can be reduced. [variableScope]
fbb-7.0.7/src/epurmess.c:1406:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
fbb-7.0.7/src/epurmess.c:1581:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/epurmess.c:1585:8: style: The scope of the variable 'scan' can be reduced. [variableScope]
fbb-7.0.7/src/epurmess.c:1123:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/epurmess.c:1252:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/epurmess.c:1258:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/epurmess.c:1333:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/epurmess.c:1573:1: error: Memory leak: bbsv [memleak]
fbb-7.0.7/src/epurmess.c:1597:3: error: Memory leak: bbs [memleak]
fbb-7.0.7/src/epurmess.c:1597:3: error: Memory leak: ligne [memleak]
fbb-7.0.7/src/epurmess.c:1600:3: error: Memory leak: bbs [memleak]
fbb-7.0.7/src/epurmess.c:1600:3: error: Memory leak: ligne [memleak]
fbb-7.0.7/src/epurmess.c:1611:3: error: Memory leak: bbs [memleak]
fbb-7.0.7/src/epurmess.c:741:0: error: Memory leak: s [memleak]
fbb-7.0.7/src/epurmess.c:741:0: error: Memory leak: old_name [memleak]
fbb-7.0.7/src/epurmess.c:741:0: error: Memory leak: new_name [memleak]
fbb-7.0.7/src/epurmess.c:741:0: error: Memory leak: bin_name [memleak]
fbb-7.0.7/src/epurmess.c:741:0: error: Memory leak: buffer [memleak]
fbb-7.0.7/src/epurmess.c:1381:0: error: Memory leak: nom [memleak]
fbb-7.0.7/src/epurmess.c:1381:0: error: Memory leak: mode [memleak]
fbb-7.0.7/src/epurwp.c:212:6: style: The scope of the variable 'status' can be reduced. [variableScope]
fbb-7.0.7/src/epurwp.c:795:6: style: The scope of the variable 'nb_lus' can be reduced. [variableScope]
fbb-7.0.7/src/epurwp.c:796:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
fbb-7.0.7/src/epurwp.c:565:2: style: Variable 'lig' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/epurwp.c:617:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/error.c:65:15: style: The scope of the variable 'type_error' can be reduced. [variableScope]
fbb-7.0.7/src/error.c:72:15: style: The scope of the variable 'text_error' can be reduced. [variableScope]
fbb-7.0.7/src/exec_pg.c:474:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/exec_pg.c:474:14: style: The scope of the variable 'tptr' can be reduced. [variableScope]
fbb-7.0.7/src/exec_pg.c:475:6: style: The scope of the variable 'ncars' can be reduced. [variableScope]
fbb-7.0.7/src/exec_pg.c:475:13: style: The scope of the variable 'nbcars' can be reduced. [variableScope]
fbb-7.0.7/src/exec_pg.c:475:21: style: The scope of the variable 'nocars' can be reduced. [variableScope]
fbb-7.0.7/src/exec_pg.c:700:10: style: The scope of the variable 'lptr' can be reduced. [variableScope]
fbb-7.0.7/src/exec_pg.c:605:7: style: Unused variable: str [unusedVariable]
fbb-7.0.7/src/exec_pg.c:344:10: error: Uninitialized variable: ret [uninitvar]
fbb-7.0.7/src/fbb_conf.c:95:8: style: The scope of the variable 'scan' can be reduced. [variableScope]
fbb-7.0.7/src/fbb_conf.c:222:12: style: The scope of the variable 'conf' can be reduced. [variableScope]
fbb-7.0.7/src/fbb_conf.c:239:7: style: The scope of the variable 'str' can be reduced. [variableScope]
fbb-7.0.7/src/fbb_conf.c:125:0: error: Resource leak: fp [resourceLeak]
fbb-7.0.7/src/fbb_orb.c:420:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbb-7.0.7/src/fbb_orb.c:453:13: performance: Buffer 'datarequest' is being written before its old content has been used. [redundantCopy]
fbb-7.0.7/src/fbb_orb.c:452:6: note: Buffer 'datarequest' is being written before its old content has been used.
fbb-7.0.7/src/fbb_orb.c:453:13: note: Buffer 'datarequest' is being written before its old content has been used.
fbb-7.0.7/src/fbb_orb.c:517:13: performance: Buffer 'datarequest' is being written before its old content has been used. [redundantCopy]
fbb-7.0.7/src/fbb_orb.c:516:6: note: Buffer 'datarequest' is being written before its old content has been used.
fbb-7.0.7/src/fbb_orb.c:517:13: note: Buffer 'datarequest' is being written before its old content has been used.
fbb-7.0.7/src/fbb_orb.c:583:13: performance: Buffer 'datarequest' is being written before its old content has been used. [redundantCopy]
fbb-7.0.7/src/fbb_orb.c:582:6: note: Buffer 'datarequest' is being written before its old content has been used.
fbb-7.0.7/src/fbb_orb.c:583:13: note: Buffer 'datarequest' is being written before its old content has been used.
fbb-7.0.7/src/fbb_orb.c:130:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/fbb_orb.c:760:4: warning: Possible buffer overflow if strlen(callsign) is larger than or equal to sizeof(sptr). [possibleBufferAccessOutOfBounds]
fbb-7.0.7/src/fbb_orb.c:448:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fbb_orb.c:488:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fbb_orb.c:512:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fbb_orb.c:578:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fbb_orb.c:630:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fbb_orb.c:663:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fbb_orb.c:691:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fbb_orb.c:722:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fbb_orb.c:758:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fbb_orb.c:775:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/forward.c:122:8: style: The scope of the variable 'scan' can be reduced. [variableScope]
fbb-7.0.7/src/forward.c:122:15: style: The scope of the variable 'st' can be reduced. [variableScope]
fbb-7.0.7/src/forward.c:124:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/forward.c:125:7: style: The scope of the variable 'temps' can be reduced. [variableScope]
fbb-7.0.7/src/forward.c:387:6: style: The scope of the variable 'res' can be reduced. [variableScope]
fbb-7.0.7/src/forward.c:576:6: style: The scope of the variable 'len' can be reduced. [variableScope]
fbb-7.0.7/src/forward.c:577:6: style: The scope of the variable 'res' can be reduced. [variableScope]
fbb-7.0.7/src/forward.c:578:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:870:4: warning: Variable 'route_bbs' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
fbb-7.0.7/src/fwdovl1.c:863:4: note: Variable 'route_bbs' is reassigned a value before the old one has been used. 'break;' missing?
fbb-7.0.7/src/fwdovl1.c:870:4: note: Variable 'route_bbs' is reassigned a value before the old one has been used. 'break;' missing?
fbb-7.0.7/src/fwdovl1.c:55:7: style: The scope of the variable 'type' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:56:11: style: The scope of the variable 'record' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:89:13: style: The scope of the variable 'pnoeud' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:91:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:139:7: style: The scope of the variable 'ligne' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:140:7: style: The scope of the variable 'num' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:196:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:289:8: style: The scope of the variable 'pcom' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:291:6: style: The scope of the variable 'nobbs' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:291:17: style: The scope of the variable 'type' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:291:27: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:291:30: style: The scope of the variable 'lig' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:292:7: style: The scope of the variable 'num' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:293:6: style: The scope of the variable 'route' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:294:6: style: The scope of the variable 'not_b' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:294:17: style: The scope of the variable 'not_g' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:294:28: style: The scope of the variable 'not_h' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:296:6: style: The scope of the variable 'route_bbs' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:578:8: style: The scope of the variable 'pcom' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:582:6: style: The scope of the variable 'nobbs' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:582:17: style: The scope of the variable 'type' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:582:27: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:582:30: style: The scope of the variable 'lig' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:583:7: style: The scope of the variable 'num' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:584:6: style: The scope of the variable 'route' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:585:6: style: The scope of the variable 'not_z' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl1.c:753:8: style: The scope of the variable 'pcom' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl2.c:544:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl2.c:648:9: style: The scope of the variable 'choix' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl2.c:1151:8: style: Unused variable: ptr [unusedVariable]
fbb-7.0.7/src/fwdovl2.c:1152:20: style: Unused variable: ptemp [unusedVariable]
fbb-7.0.7/src/fwdovl2.c:771:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fwdovl3.c:83:20: style: The scope of the variable 'ptemp' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl3.c:117:7: style: The scope of the variable 'bbs_nom' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl3.c:118:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl3.c:186:8: style: The scope of the variable 'pcom' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl3.c:295:9: style: The scope of the variable 'nobbs' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl3.c:295:16: style: The scope of the variable 'port' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl3.c:295:45: style: The scope of the variable 'canal' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl3.c:296:6: style: The scope of the variable 'reverse' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl3.c:296:15: style: The scope of the variable 'fin' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl3.c:296:28: style: The scope of the variable 'con_fwd' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl3.c:296:37: style: The scope of the variable 'dde_clk' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl3.c:297:6: style: The scope of the variable 'trouve' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl3.c:297:14: style: The scope of the variable 'dans_bloc' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl3.c:297:35: style: The scope of the variable 't_o' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl3.c:298:25: style: The scope of the variable 'dans_test_port' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl3.c:310:9: style: The scope of the variable 'nbmess' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl3.c:947:9: style: The scope of the variable 'nbmess' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl3.c:624:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fwdovl4.c:275:14: style: The scope of the variable 'mode' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl4.c:276:6: style: The scope of the variable 'del' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl4.c:279:13: style: The scope of the variable 'noeud' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl4.c:466:10: style: The scope of the variable 'prec' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl4.c:470:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl4.c:601:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl4.c:605:10: style: The scope of the variable 'psel' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl4.c:609:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl4.c:613:6: style: The scope of the variable 'fsel' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl4.c:614:6: style: The scope of the variable 'skb' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl5.c:604:25: error: Array 'eptr->enc[20]' accessed at index 20, which is out of bounds. [arrayIndexOutOfBounds]
fbb-7.0.7/src/fwdovl5.c:587:3: note: After for loop, pos has value 20
fbb-7.0.7/src/fwdovl5.c:604:25: note: Array index out of bounds
fbb-7.0.7/src/fwdovl5.c:605:24: error: Array 'eptr->enc[20]' accessed at index 20, which is out of bounds. [arrayIndexOutOfBounds]
fbb-7.0.7/src/fwdovl5.c:587:3: note: After for loop, pos has value 20
fbb-7.0.7/src/fwdovl5.c:605:24: note: Array index out of bounds
fbb-7.0.7/src/fwdovl5.c:606:11: error: Array 'eptr->enc[20]' accessed at index 20, which is out of bounds. [arrayIndexOutOfBounds]
fbb-7.0.7/src/fwdovl5.c:587:3: note: After for loop, pos has value 20
fbb-7.0.7/src/fwdovl5.c:606:11: note: Array index out of bounds
fbb-7.0.7/src/fwdovl5.c:607:11: error: Array 'eptr->enc[20]' accessed at index 20, which is out of bounds. [arrayIndexOutOfBounds]
fbb-7.0.7/src/fwdovl5.c:587:3: note: After for loop, pos has value 20
fbb-7.0.7/src/fwdovl5.c:607:11: note: Array index out of bounds
fbb-7.0.7/src/fwdovl5.c:604:16: warning: Either the condition 'eptr' is redundant or there is possible null pointer dereference: eptr. [nullPointerRedundantCheck]
fbb-7.0.7/src/fwdovl5.c:585:9: note: Assuming that condition 'eptr' is not redundant
fbb-7.0.7/src/fwdovl5.c:604:16: note: Null pointer dereference
fbb-7.0.7/src/fwdovl5.c:605:15: warning: Either the condition 'eptr' is redundant or there is possible null pointer dereference: eptr. [nullPointerRedundantCheck]
fbb-7.0.7/src/fwdovl5.c:585:9: note: Assuming that condition 'eptr' is not redundant
fbb-7.0.7/src/fwdovl5.c:605:15: note: Null pointer dereference
fbb-7.0.7/src/fwdovl5.c:606:2: warning: Either the condition 'eptr' is redundant or there is possible null pointer dereference: eptr. [nullPointerRedundantCheck]
fbb-7.0.7/src/fwdovl5.c:585:9: note: Assuming that condition 'eptr' is not redundant
fbb-7.0.7/src/fwdovl5.c:606:2: note: Null pointer dereference
fbb-7.0.7/src/fwdovl5.c:607:2: warning: Either the condition 'eptr' is redundant or there is possible null pointer dereference: eptr. [nullPointerRedundantCheck]
fbb-7.0.7/src/fwdovl5.c:585:9: note: Assuming that condition 'eptr' is not redundant
fbb-7.0.7/src/fwdovl5.c:607:2: note: Null pointer dereference
fbb-7.0.7/src/fwdovl5.c:126:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl5.c:127:6: style: The scope of the variable 'len' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl5.c:128:6: style: The scope of the variable 'nb_routes' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl5.c:130:8: style: The scope of the variable 'mptr' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl5.c:132:7: style: The scope of the variable 'ligne' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl5.c:133:7: style: The scope of the variable 'hroute' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl5.c:134:6: style: The scope of the variable 'numero' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl5.c:192:7: style: The scope of the variable 'ligne' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl5.c:193:7: style: The scope of the variable 'hroute' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl5.c:194:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl5.c:220:7: style: The scope of the variable 'ligne' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl5.c:292:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl5.c:366:14: style: The scope of the variable 'ext_bbs' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl5.c:392:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl5.c:456:10: style: The scope of the variable 'pcurr' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl5.c:694:11: style: The scope of the variable 'eptr' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl5.c:38:6: style: struct member 'Rec_enc::num' is never used. [unusedStructMember]
fbb-7.0.7/src/fwdovl5.c:751:15: style: Variable 'delai' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/fwdovl5.c:604:22: error: Array 'eptr.enc[20]' accessed at index 20, which is out of bounds. [arrayIndexOutOfBounds]
fbb-7.0.7/src/fwdovl5.c:605:21: error: Array 'eptr.enc[20]' accessed at index 20, which is out of bounds. [arrayIndexOutOfBounds]
fbb-7.0.7/src/fwdovl5.c:606:8: error: Array 'eptr.enc[20]' accessed at index 20, which is out of bounds. [arrayIndexOutOfBounds]
fbb-7.0.7/src/fwdovl5.c:607:8: error: Array 'eptr.enc[20]' accessed at index 20, which is out of bounds. [arrayIndexOutOfBounds]
fbb-7.0.7/src/fwdovl5.c:159:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fwdovl5.c:203:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fwdovl6.c:667:8: style: The scope of the variable 'pcom' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl6.c:773:10: style: The scope of the variable 'prec' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl6.c:774:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl6.c:129:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fwdovl6.c:501:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fwdovl7.c:42:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl7.c:43:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl7.c:73:6: style: The scope of the variable 'voie' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl7.c:74:6: style: The scope of the variable 'nobbs' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl7.c:198:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl7.c:202:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl7.c:204:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl7.c:269:8: style: The scope of the variable 'pcom' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl7.c:410:9: style: The scope of the variable 'voie' can be reduced. [variableScope]
fbb-7.0.7/src/fwdovl7.c:207:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fwdovl7.c:436:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fwdovl7.c:540:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fwdovl7.c:615:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fwdovl7.c:680:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/fwdovl7.c:63:12: error: Uninitialized variable: fwbid [uninitvar]
fbb-7.0.7/src/fwdutil.c:273:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/fwdutil.c:255:0: note: Variable 'ret' is reassigned a value before the old one has been used.
fbb-7.0.7/src/fwdutil.c:273:3: note: Variable 'ret' is reassigned a value before the old one has been used.
fbb-7.0.7/src/fwdutil.c:59:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
fbb-7.0.7/src/fwdutil.c:135:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/fwdutil.c:136:8: style: The scope of the variable 'fd' can be reduced. [variableScope]
fbb-7.0.7/src/fwdutil.c:137:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fbb-7.0.7/src/fwdutil.c:244:7: style: The scope of the variable 'temps' can be reduced. [variableScope]
fbb-7.0.7/src/fwdutil.c:245:7: style: The scope of the variable 'holdname' can be reduced. [variableScope]
fbb-7.0.7/src/fwdutil.c:246:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/fwdutil.c:249:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/fwdutil.c:357:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/fwdutil.c:359:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/fwdutil.c:426:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/fwdutil.c:479:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fbb-7.0.7/src/fwdutil.c:480:7: style: The scope of the variable 'sauv_ind' can be reduced. [variableScope]
fbb-7.0.7/src/fwdutil.c:717:7: style: The scope of the variable 'no' can be reduced. [variableScope]
fbb-7.0.7/src/fwdutil.c:718:7: style: The scope of the variable 'temps' can be reduced. [variableScope]
fbb-7.0.7/src/fwdutil.c:719:7: style: The scope of the variable 'holdname' can be reduced. [variableScope]
fbb-7.0.7/src/fwdutil.c:720:7: style: The scope of the variable 'filename' can be reduced. [variableScope]
fbb-7.0.7/src/fwdutil.c:150:5: portability: fflush() called on input stream 'fich_ptr' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
fbb-7.0.7/src/gesfic.c:826:6: style: The scope of the variable 'nb_lus' can be reduced. [variableScope]
fbb-7.0.7/src/gesfic.c:857:6: style: The scope of the variable 'orig' can be reduced. [variableScope]
fbb-7.0.7/src/gesfic.c:857:12: style: The scope of the variable 'dest' can be reduced. [variableScope]
fbb-7.0.7/src/gesfic.c:954:8: style: Unused variable: fptr [unusedVariable]
fbb-7.0.7/src/gesfic.c:63:3: error: Common realloc mistake: 'lmode' nulled but not freed upon failure [memleakOnRealloc]
fbb-7.0.7/src/ibm.c:101:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/ibm.c:252:17: style: The scope of the variable 'dirent' can be reduced. [variableScope]
fbb-7.0.7/src/ibm.c:326:7: style: The scope of the variable 'pwd' can be reduced. [variableScope]
fbb-7.0.7/src/ibm.c:360:7: style: The scope of the variable 'dir' can be reduced. [variableScope]
fbb-7.0.7/src/ibm.c:212:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/info.c:152:7: style: The scope of the variable 'pdoc' can be reduced. [variableScope]
fbb-7.0.7/src/info.c:320:13: style: The scope of the variable 'plabel' can be reduced. [variableScope]
fbb-7.0.7/src/info.c:349:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/info.c:349:13: style: The scope of the variable 'fd' can be reduced. [variableScope]
fbb-7.0.7/src/init.c:454:7: style: The scope of the variable 'str' can be reduced. [variableScope]
fbb-7.0.7/src/init.c:970:13: style: The scope of the variable 'bptr' can be reduced. [variableScope]
fbb-7.0.7/src/init.c:971:8: style: The scope of the variable 'ptr_fwd' can be reduced. [variableScope]
fbb-7.0.7/src/init.c:817:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/init.c:819:7: style: Unused variable: buf [unusedVariable]
fbb-7.0.7/src/init.c:992:7: style: Unused variable: buf [unusedVariable]
fbb-7.0.7/src/init.c:1000:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/init.c:862:3: error: Uninitialized variable: buf2 [uninitvar]
fbb-7.0.7/src/init_srv.c:328:30: warning: Either the condition 'scan==NULL' is redundant or there is possible null pointer dereference: scan. [nullPointerRedundantCheck]
fbb-7.0.7/src/init_srv.c:329:14: note: Assuming that condition 'scan==NULL' is not redundant
fbb-7.0.7/src/init_srv.c:328:30: note: Null pointer dereference
fbb-7.0.7/src/init_srv.c:76:10: style: The scope of the variable 'sptr' can be reduced. [variableScope]
fbb-7.0.7/src/init_srv.c:668:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/init_srv.c:633:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fbb-7.0.7/src/init_srv.c:541:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/init_tnc.c:33:21: style: The scope of the variable 'reset' can be reduced. [variableScope]
fbb-7.0.7/src/init_tnc.c:35:19: style: The scope of the variable 'ok' can be reduced. [variableScope]
fbb-7.0.7/src/initfwd.c:119:6: style: The scope of the variable 'nb_include' can be reduced. [variableScope]
fbb-7.0.7/src/initfwd.c:120:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/initfwd.c:123:7: style: The scope of the variable 'com_buf' can be reduced. [variableScope]
fbb-7.0.7/src/initfwd.c:316:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/initfwd.c:316:14: style: The scope of the variable 'fwd_ptr' can be reduced. [variableScope]
fbb-7.0.7/src/initfwd.c:501:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/initfwd.c:672:13: style: The scope of the variable 'old_record_nb' can be reduced. [variableScope]
fbb-7.0.7/src/initfwd.c:675:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/initfwd.c:679:7: style: The scope of the variable 'exped' can be reduced. [variableScope]
fbb-7.0.7/src/initfwd.c:680:7: style: The scope of the variable 'route' can be reduced. [variableScope]
fbb-7.0.7/src/initfwd.c:681:7: style: The scope of the variable 'desti' can be reduced. [variableScope]
fbb-7.0.7/src/initfwd.c:682:7: style: The scope of the variable 'bid' can be reduced. [variableScope]
fbb-7.0.7/src/initfwd.c:686:11: style: The scope of the variable 'record' can be reduced. [variableScope]
fbb-7.0.7/src/initfwd.c:751:21: style: The scope of the variable 'tp' can be reduced. [variableScope]
fbb-7.0.7/src/initfwd.c:752:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/initfwd.c:957:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/initfwd.c:958:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/initfwd.c:1040:6: style: The scope of the variable 'modif' can be reduced. [variableScope]
fbb-7.0.7/src/initfwd.c:708:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/initfwd.c:798:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/initfwd.c:991:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/initport.c:930:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
fbb-7.0.7/src/k_tasks.c:99:2: style: Variable 'oldtime' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fbb-7.0.7/src/k_tasks.c:52:14: note: Variable 'oldtime' is reassigned a value before the old one has been used if variable is no semaphore variable.
fbb-7.0.7/src/k_tasks.c:99:2: note: Variable 'oldtime' is reassigned a value before the old one has been used if variable is no semaphore variable.
fbb-7.0.7/src/k_tasks.c:107:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/k_tasks.c:110:14: style: The scope of the variable 'balprec' can be reduced. [variableScope]
fbb-7.0.7/src/k_tasks.c:643:6: style: The scope of the variable 'port' can be reduced. [variableScope]
fbb-7.0.7/src/k_tasks.c:813:6: style: The scope of the variable 'nblig' can be reduced. [variableScope]
fbb-7.0.7/src/k_tasks.c:813:13: style: The scope of the variable 'n_buf' can be reduced. [variableScope]
fbb-7.0.7/src/k_tasks.c:1258:8: style: The scope of the variable 'ptri' can be reduced. [variableScope]
fbb-7.0.7/src/k_tasks.c:1261:9: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/k_tasks.c:1341:6: style: The scope of the variable 'nbuf' can be reduced. [variableScope]
fbb-7.0.7/src/k_tasks.c:1341:12: style: The scope of the variable 'mode' can be reduced. [variableScope]
fbb-7.0.7/src/k_tasks.c:99:12: style: Variable 'oldtime' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/k_tasks.c:53:14: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/k_tasks.c:99:12: error: Uninitialized variable: bt [uninitvar]
fbb-7.0.7/src/k_tasks.c:100:10: error: Uninitialized variable: bt [uninitvar]
fbb-7.0.7/src/kernel.c:151:15: style: Condition 'loc_voie==1' is always true [knownConditionTrueFalse]
fbb-7.0.7/src/kernel.c:241:4: warning: %lX in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
fbb-7.0.7/src/kernel.c:698:3: warning: Variable 'mini' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
fbb-7.0.7/src/kernel.c:695:3: note: Variable 'mini' is reassigned a value before the old one has been used. 'break;' missing?
fbb-7.0.7/src/kernel.c:698:3: note: Variable 'mini' is reassigned a value before the old one has been used. 'break;' missing?
fbb-7.0.7/src/kernel.c:193:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/kernel.c:194:6: style: The scope of the variable 'ok' can be reduced. [variableScope]
fbb-7.0.7/src/kernel.c:196:7: style: The scope of the variable 'stemp' can be reduced. [variableScope]
fbb-7.0.7/src/kernel.c:197:7: style: The scope of the variable 'call' can be reduced. [variableScope]
fbb-7.0.7/src/kernel.c:251:6: style: The scope of the variable 'choix' can be reduced. [variableScope]
fbb-7.0.7/src/kernel.c:599:14: style: The scope of the variable 'lock_time' can be reduced. [variableScope]
fbb-7.0.7/src/kernel.c:44:13: style: Variable 'port' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/kernel.c:46:6: style: Unused variable: i [unusedVariable]
fbb-7.0.7/src/kernel.c:229:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/kernel.c:230:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/lzhuf.c:1264:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbb-7.0.7/src/lzhuf.c:1264:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbb-7.0.7/src/lzhuf.c:1264:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbb-7.0.7/src/lzhuf.c:1267:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbb-7.0.7/src/lzhuf.c:1267:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbb-7.0.7/src/lzhuf.c:1267:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbb-7.0.7/src/lzhuf.c:1531:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbb-7.0.7/src/lzhuf.c:1531:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbb-7.0.7/src/lzhuf.c:1531:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbb-7.0.7/src/lzhuf.c:1534:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbb-7.0.7/src/lzhuf.c:1534:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbb-7.0.7/src/lzhuf.c:1534:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbb-7.0.7/src/lzhuf.c:121:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/lzhuf.c:122:7: style: The scope of the variable 'fic' can be reduced. [variableScope]
fbb-7.0.7/src/lzhuf.c:123:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
fbb-7.0.7/src/lzhuf.c:177:14: style: The scope of the variable 'Days' can be reduced. [variableScope]
fbb-7.0.7/src/lzhuf.c:182:8: style: The scope of the variable 'days' can be reduced. [variableScope]
fbb-7.0.7/src/lzhuf.c:266:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/lzhuf.c:981:14: style: The scope of the variable 'k' can be reduced. [variableScope]
fbb-7.0.7/src/lzhuf.c:981:17: style: The scope of the variable 'l' can be reduced. [variableScope]
fbb-7.0.7/src/lzhuf.c:1122:25: style: The scope of the variable 'last_match_length' can be reduced. [variableScope]
fbb-7.0.7/src/lzhuf.c:1333:20: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/maint_fw.c:42:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
fbb-7.0.7/src/maint_fw.c:53:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
fbb-7.0.7/src/maintinf.c:194:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/maintinf.c:408:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
fbb-7.0.7/src/maintinf.c:62:7: style: struct member 'typindic::num' is never used. [unusedStructMember]
fbb-7.0.7/src/maintinf.c:491:6: style: Variable 't' is modified but its new value is never used. [unreadVariable]
fbb-7.0.7/src/maintinf.c:577:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/maintinf.c:320:30: error: Uninitialized variable: rep [uninitvar]
fbb-7.0.7/src/mbl_edit.c:963:8: style: Expression is always false because 'else if' condition matches previous condition at line 933. [multiCondition]
fbb-7.0.7/src/mbl_edit.c:168:6: style: The scope of the variable 'ok' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_edit.c:271:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_edit.c:529:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_edit.c:530:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_edit.c:757:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_edit.c:758:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_edit.c:799:8: style: The scope of the variable 'scan' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_edit.c:853:8: style: The scope of the variable 'scan' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_edit.c:884:6: style: The scope of the variable 'voie' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_edit.c:886:8: style: The scope of the variable 'ind' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_edit.c:886:14: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:34:2: style: Variable 'record' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/mbl_impo.c:32:0: note: Variable 'record' is reassigned a value before the old one has been used.
fbb-7.0.7/src/mbl_impo.c:34:2: note: Variable 'record' is reassigned a value before the old one has been used.
fbb-7.0.7/src/mbl_impo.c:447:7: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/mbl_impo.c:443:8: note: Variable 'ptr' is reassigned a value before the old one has been used.
fbb-7.0.7/src/mbl_impo.c:447:7: note: Variable 'ptr' is reassigned a value before the old one has been used.
fbb-7.0.7/src/mbl_impo.c:54:6: style: The scope of the variable 'fd_orig' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:54:15: style: The scope of the variable 'fd_dest' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:55:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:60:6: style: The scope of the variable 'access' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:61:11: style: The scope of the variable 'pbul' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:63:7: style: The scope of the variable 'nb_oct' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:64:7: style: The scope of the variable 'fichier' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:180:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:180:9: style: The scope of the variable 'ok' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:181:17: style: The scope of the variable 'n' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:182:7: style: The scope of the variable 'curr' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:182:13: style: The scope of the variable 'rec' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:185:8: style: The scope of the variable 'scan' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:185:15: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:255:11: style: The scope of the variable 'pbul' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:256:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:350:11: style: The scope of the variable 'pbul' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:504:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:506:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:507:7: style: The scope of the variable 'last_header' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:588:6: style: The scope of the variable 'type' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:590:6: style: The scope of the variable 'recu' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:592:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:593:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_impo.c:560:13: style: Variable 'sdate' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/mbl_kill.c:185:14: style: The scope of the variable 'mptr' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_kill.c:240:14: style: The scope of the variable 'mptr' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_kill.c:331:7: style: The scope of the variable 'no' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_kill.c:466:7: style: The scope of the variable 'no' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_list.c:478:21: style: Redundant condition: nouveau. '!nouveau || (nouveau && bul.status=='N')' is equivalent to '!nouveau || bul.status=='N'' [redundantCondition]
fbb-7.0.7/src/mbl_list.c:53:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_list.c:328:14: style: The scope of the variable 'mptr' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_list.c:377:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_list.c:457:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_list.c:537:7: style: The scope of the variable 'date' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_list.c:777:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_list.c:779:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_list.c:781:7: style: The scope of the variable 'numero' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_list.c:862:11: style: The scope of the variable 'pbul' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_opt.c:38:6: style: The scope of the variable 'nobbs' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_opt.c:38:21: style: The scope of the variable 'noctet' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_opt.c:38:29: style: The scope of the variable 'debut' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_opt.c:39:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_opt.c:40:11: style: The scope of the variable 'pbul' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_opt.c:102:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_opt.c:189:10: style: The scope of the variable 'prec' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_opt.c:192:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_opt.c:338:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_opt.c:340:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_opt.c:342:7: style: The scope of the variable 'base' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_opt.c:198:13: error: Shifting by a negative value is undefined behaviour [shiftNegative]
fbb-7.0.7/src/mbl_prn.c:49:11: style: The scope of the variable 'pbul' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_read.c:141:60: style: Redundant condition: nouveau. '!nouveau || (nouveau && pbul.status=='N')' is equivalent to '!nouveau || pbul.status=='N'' [redundantCondition]
fbb-7.0.7/src/mbl_read.c:107:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_read.c:111:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_read.c:180:14: style: The scope of the variable 'mptr' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_read.c:241:7: style: The scope of the variable 'no' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_read.c:243:11: style: The scope of the variable 'pbul' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_read.c:563:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_read.c:609:7: style: The scope of the variable 'chaine' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_read.c:813:7: style: The scope of the variable 'chaine' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_read.c:850:11: style: The scope of the variable 'pbul' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_rev.c:220:4: warning: %lx in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
fbb-7.0.7/src/mbl_rev.c:190:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_rev.c:192:8: style: The scope of the variable 'hold_nb' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_rev.c:297:7: style: The scope of the variable 'chaine' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_rev.c:62:10: error: Uninitialized variable: stat [uninitvar]
fbb-7.0.7/src/mbl_stat.c:263:23: style: Redundant condition: i==HROUTE. 'i!=HROUTE || (i==HROUTE && !EMS_WPG_OK())' is equivalent to 'i!=HROUTE || !EMS_WPG_OK()' [redundantCondition]
fbb-7.0.7/src/mbl_stat.c:367: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.7/src/mbl_stat.c:194:6: style: The scope of the variable 'ok' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_stat.c:201:6: style: The scope of the variable 'reste' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_stat.c:202:6: style: The scope of the variable 'machine' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_stat.c:414:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/mbl_stat.c:419:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/mbl_sys.c:36:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_sys.c:80:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_sys.c:131:6: style: The scope of the variable 'first' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_sys.c:216:13: style: The scope of the variable 'rd' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_sys.c:263:6: style: The scope of the variable 'ok' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_sys.c:267:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_sys.c:267:14: style: The scope of the variable 'ind' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_sys.c:269:6: style: The scope of the variable 'first' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_sys.c:62:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/mbl_sys.c:98:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/mbl_sys.c:163:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/mbl_sys.c:292:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/mbl_sys.c:314:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/mbl_user.c:57:7: style: The scope of the variable 'str_aide' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_user.c:58:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_user.c:149:6: style: The scope of the variable 'erreur' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_user.c:150:11: style: The scope of the variable 'masque' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_user.c:387:20: style: The scope of the variable 'lg' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_user.c:457:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_user.c:458:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_user.c:459:7: style: The scope of the variable 'date' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_user.c:460:7: style: The scope of the variable 'indic' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_user.c:461:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_user.c:462:9: style: The scope of the variable 'pheard' can be reduced. [variableScope]
fbb-7.0.7/src/mbl_user.c:90:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/mblutil.c:297:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
fbb-7.0.7/src/mblutil.c:557:16: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
fbb-7.0.7/src/mblutil.c:590:2: style: Variable 'record' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/mblutil.c:587:0: note: Variable 'record' is reassigned a value before the old one has been used.
fbb-7.0.7/src/mblutil.c:590:2: note: Variable 'record' is reassigned a value before the old one has been used.
fbb-7.0.7/src/mblutil.c:523:7: style: The scope of the variable 'chif' can be reduced. [variableScope]
fbb-7.0.7/src/mblutil.c:524:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/mblutil.c:672:13: style: The scope of the variable 'noeud' can be reduced. [variableScope]
fbb-7.0.7/src/mblutil.c:673:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
fbb-7.0.7/src/mblutil.c:870:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/mblutil.c:922:6: style: The scope of the variable 'lg' can be reduced. [variableScope]
fbb-7.0.7/src/mblutil.c:1011:6: style: The scope of the variable 'cpt' can be reduced. [variableScope]
fbb-7.0.7/src/mblutil.c:1085:6: style: The scope of the variable 'lvoie' can be reduced. [variableScope]
fbb-7.0.7/src/mblutil.c:1086:13: style: The scope of the variable 'sdate' can be reduced. [variableScope]
fbb-7.0.7/src/mblutil.c:1087:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/mblutil.c:1089:7: style: The scope of the variable 'com' can be reduced. [variableScope]
fbb-7.0.7/src/modem.c:385:2: performance: Buffer 's' is being written before its old content has been used. [redundantCopy]
fbb-7.0.7/src/modem.c:325:2: note: Buffer 's' is being written before its old content has been used.
fbb-7.0.7/src/modem.c:385:2: note: Buffer 's' is being written before its old content has been used.
fbb-7.0.7/src/modem.c:847:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/modem.c:849:8: style: The scope of the variable 'st' can be reduced. [variableScope]
fbb-7.0.7/src/modem.c:124:13: style: Variable 'port' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/modem.c:435:13: style: Variable 'port' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/modem.c:478:6: style: Variable 'nbtot' is not assigned a value. [unassignedVariable]
fbb-7.0.7/src/modem.c:479:13: style: Variable 'port' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/modem.c:701:10: style: Variable 'temps' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/modem.c:520:10: error: Uninitialized variable: nbtot [uninitvar]
fbb-7.0.7/src/nomenc.c:43:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/nomenc.c:153:6: style: The scope of the variable 'err' can be reduced. [variableScope]
fbb-7.0.7/src/nomenc.c:157:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
fbb-7.0.7/src/nomenc.c:158:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/nomenc.c:369:6: style: The scope of the variable 'ind' can be reduced. [variableScope]
fbb-7.0.7/src/nomenc.c:369:11: style: The scope of the variable 'val' can be reduced. [variableScope]
fbb-7.0.7/src/nomenc.c:370:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fbb-7.0.7/src/nomenc.c:403:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
fbb-7.0.7/src/nomenc.c:404:11: style: The scope of the variable 'num_indic' can be reduced. [variableScope]
fbb-7.0.7/src/nomenc.c:488:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/nomenc.c:489:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
fbb-7.0.7/src/nouvfwd.c:166:16: style: Condition 'noflag[1]!='N'' is always false [knownConditionTrueFalse]
fbb-7.0.7/src/nouvfwd.c:807:4: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/nouvfwd.c:527:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/nouvfwd.c:528:6: style: The scope of the variable 'nbcar' can be reduced. [variableScope]
fbb-7.0.7/src/nouvfwd.c:531:7: style: The scope of the variable 'numess' can be reduced. [variableScope]
fbb-7.0.7/src/nouvfwd.c:745:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/nouvfwd.c:1678:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/nouvfwd.c:1682:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/nouvfwd.c:1763:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/nouvfwd.c:1763:9: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/nouvfwd.c:1765:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/nouvfwd.c:1766:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/nouvfwd.c:492:7: style: Variable 'nb' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/pacsat.c:131:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/pacsat.c:172:8: style: The scope of the variable 'av1' can be reduced. [variableScope]
fbb-7.0.7/src/pacsat.c:251:14: style: The scope of the variable 'mptr' can be reduced. [variableScope]
fbb-7.0.7/src/pacsat.c:412:8: style: The scope of the variable 'pbuf' can be reduced. [variableScope]
fbb-7.0.7/src/pacsat.c:414:13: style: The scope of the variable 'size' can be reduced. [variableScope]
fbb-7.0.7/src/pacsat.c:414:19: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/pacsat.c:463:17: style: The scope of the variable 'hole' can be reduced. [variableScope]
fbb-7.0.7/src/pacsat.c:505:15: style: The scope of the variable 'length' can be reduced. [variableScope]
fbb-7.0.7/src/pacsat.c:785:17: style: The scope of the variable 'hole' can be reduced. [variableScope]
fbb-7.0.7/src/pacsat.c:787:12: style: The scope of the variable 'dirent' can be reduced. [variableScope]
fbb-7.0.7/src/pacsat.c:833:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/pacsat.c:1169:9: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/pacsat.c:1265:14: style: The scope of the variable 'lptr' can be reduced. [variableScope]
fbb-7.0.7/src/pacsat.c:1375:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/pacsat.c:1376:7: style: The scope of the variable 'header' can be reduced. [variableScope]
fbb-7.0.7/src/pacsat.c:1457:6: style: The scope of the variable 'slen' can be reduced. [variableScope]
fbb-7.0.7/src/pacsat.c:722:4: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
fbb-7.0.7/src/qraloc.c:88:13: style: The scope of the variable 'y1' can be reduced. [variableScope]
fbb-7.0.7/src/qraloc.c:88:17: style: The scope of the variable 'z1' can be reduced. [variableScope]
fbb-7.0.7/src/qraloc.c:251:21: style: The scope of the variable 'wmn' can be reduced. [variableScope]
fbb-7.0.7/src/qraloc.c:251:32: style: The scope of the variable 'lmn' can be reduced. [variableScope]
fbb-7.0.7/src/qraloc.c:252:14: style: The scope of the variable 'longi' can be reduced. [variableScope]
fbb-7.0.7/src/qraloc.c:252:24: style: The scope of the variable 'latit' can be reduced. [variableScope]
fbb-7.0.7/src/qraloc.c:386:9: style: The scope of the variable 'd' can be reduced. [variableScope]
fbb-7.0.7/src/qraloc.c:386:20: style: The scope of the variable 'azim' can be reduced. [variableScope]
fbb-7.0.7/src/qraloc.c:386:31: style: The scope of the variable 'mn' can be reduced. [variableScope]
fbb-7.0.7/src/qraloc.c:459:17: style: The scope of the variable 'azim' can be reduced. [variableScope]
fbb-7.0.7/src/qraloc.c:459:28: style: The scope of the variable 'mn' can be reduced. [variableScope]
fbb-7.0.7/src/qraloc.c:459:32: style: The scope of the variable 'd' can be reduced. [variableScope]
fbb-7.0.7/src/redist.c:163:8: style: The scope of the variable 'string_id' can be reduced. [variableScope]
fbb-7.0.7/src/redist.c:299:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/redist.c:290:3: error: Resource leak: fptr1 [resourceLeak]
fbb-7.0.7/src/redist.c:295:3: error: Resource leak: fptr1 [resourceLeak]
fbb-7.0.7/src/redist.c:337:3: error: Resource leak: fptr1 [resourceLeak]
fbb-7.0.7/src/reqdir.c:292:6: style: The scope of the variable 'found' can be reduced. [variableScope]
fbb-7.0.7/src/reqdir.c:295:7: style: The scope of the variable 'filename' can be reduced. [variableScope]
fbb-7.0.7/src/reqdir.c:344:18: style: The scope of the variable 'dirent' can be reduced. [variableScope]
fbb-7.0.7/src/reqdir.c:129:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/reqdir.c:148:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/reqdir.c:173:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/reqdir.c:194:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/reqdir.c:327:14: error: Uninitialized variable: mask [uninitvar]
fbb-7.0.7/src/rx25.c:386:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
fbb-7.0.7/src/rx25.c:54:6: style: Condition 'decode' is always true [knownConditionTrueFalse]
fbb-7.0.7/src/rx25.c:52:15: note: Assignment 'decode=1', assigned value is 1
fbb-7.0.7/src/rx25.c:54:6: note: Condition 'decode' is always true
fbb-7.0.7/src/rx25.c:204:7: style: The scope of the variable 'bcd' can be reduced. [variableScope]
fbb-7.0.7/src/rx25.c:205:6: style: The scope of the variable 'pfo' can be reduced. [variableScope]
fbb-7.0.7/src/rx25.c:205:11: style: The scope of the variable 'pfa' can be reduced. [variableScope]
fbb-7.0.7/src/rx25.c:275:17: style: The scope of the variable 'fct' can be reduced. [variableScope]
fbb-7.0.7/src/satdoc.c:122:6: style: The scope of the variable 'option' can be reduced. [variableScope]
fbb-7.0.7/src/satdoc.c:123:7: style: The scope of the variable 'opt' can be reduced. [variableScope]
fbb-7.0.7/src/satdoc.c:124:6: style: The scope of the variable 'val' can be reduced. [variableScope]
fbb-7.0.7/src/satdoc.c:166:9: style: The scope of the variable 'catalog' can be reduced. [variableScope]
fbb-7.0.7/src/satdoc.c:193:8: style: The scope of the variable 'nom' can be reduced. [variableScope]
fbb-7.0.7/src/satdoc.c:194:6: style: The scope of the variable 'fin' can be reduced. [variableScope]
fbb-7.0.7/src/satdoc.c:194:10: style: The scope of the variable 'k' can be reduced. [variableScope]
fbb-7.0.7/src/satdoc.c:301:6: style: The scope of the variable 'fin' can be reduced. [variableScope]
fbb-7.0.7/src/satdoc.c:172:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/satdoc.c:276:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/satdoc.c:393:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/satupdat.c:556:5: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/satupdat.c:549:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/satupdat.c:556:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/satupdat.c:574:5: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/satupdat.c:569:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/satupdat.c:574:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/satupdat.c:576:5: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/satupdat.c:574:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/satupdat.c:576:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/satupdat.c:635:5: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/satupdat.c:631:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/satupdat.c:635:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/satupdat.c:638:5: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/satupdat.c:635:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/satupdat.c:638:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/satupdat.c:646:5: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/satupdat.c:643:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/satupdat.c:646:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/satupdat.c:650:5: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/satupdat.c:646:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/satupdat.c:650:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/satupdat.c:655:5: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/satupdat.c:650:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/satupdat.c:655:5: note: Variable 'k' is reassigned a value before the old one has been used.
fbb-7.0.7/src/satupdat.c:208:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:208:15: style: The scope of the variable 'l' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:497:7: style: The scope of the variable 'tampon' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:498:7: style: The scope of the variable 'ligne' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:499:7: style: The scope of the variable 'buf1' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:500:7: style: The scope of the variable 'buf2' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:501:7: style: The scope of the variable 'nom' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:503:6: style: The scope of the variable 'k' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:503:9: style: The scope of the variable 'n' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:504:6: style: The scope of the variable 'valide' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:776:6: style: The scope of the variable 'indice' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:850:9: style: The scope of the variable 'm' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:850:12: style: The scope of the variable 'lg' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1115:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1131:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1132:6: style: The scope of the variable 'twolinemodel' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1133:6: style: The scope of the variable 'ligne1valide' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1133:20: style: The scope of the variable 'ligne2valide' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1136:9: style: The scope of the variable 'i0' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1137:9: style: The scope of the variable 'o0' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1138:9: style: The scope of the variable 'e0' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1139:9: style: The scope of the variable 'w0' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1140:9: style: The scope of the variable 'm0' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1141:9: style: The scope of the variable 'n0' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1142:7: style: The scope of the variable 'k0' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1143:6: style: The scope of the variable 'set' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1144:7: style: The scope of the variable 'catalog' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1144:16: style: The scope of the variable 'cat' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1145:6: style: The scope of the variable 'y3' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1146:9: style: The scope of the variable 'd3' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1147:9: style: The scope of the variable 'q3' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1148:7: style: The scope of the variable 'caract' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1149:8: style: The scope of the variable 'pointe' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:1149:17: style: The scope of the variable 'pointeur' can be reduced. [variableScope]
fbb-7.0.7/src/satupdat.c:253:20: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
fbb-7.0.7/src/satupdat.c:257:19: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
fbb-7.0.7/src/satupdat.c:515:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/satupdat.c:522:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/satupdat.c:845:2: error: Memory leak: str [memleak]
fbb-7.0.7/src/serv.c:495:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fbb-7.0.7/src/serv.c:503:2: note: Found duplicate branches for 'if' and 'else'.
fbb-7.0.7/src/serv.c:495:2: note: Found duplicate branches for 'if' and 'else'.
fbb-7.0.7/src/serv.c:445:6: style: The scope of the variable 'v' can be reduced. [variableScope]
fbb-7.0.7/src/serv.c:445:14: style: The scope of the variable 'lutil' can be reduced. [variableScope]
fbb-7.0.7/src/serv.c:445:21: style: The scope of the variable 'luse' can be reduced. [variableScope]
fbb-7.0.7/src/serv.c:445:27: style: The scope of the variable 'lang' can be reduced. [variableScope]
fbb-7.0.7/src/serv.c:633:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/serv.c:634:7: style: The scope of the variable 'sbuffer' can be reduced. [variableScope]
fbb-7.0.7/src/serveur.c:128:11: style: The scope of the variable 'lptr' can be reduced. [variableScope]
fbb-7.0.7/src/serveur.c:272:13: style: The scope of the variable 'noeud' can be reduced. [variableScope]
fbb-7.0.7/src/serveur.c:273:14: style: The scope of the variable 'mptr' can be reduced. [variableScope]
fbb-7.0.7/src/serveur.c:275:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/serveur.c:276:8: style: The scope of the variable 'fptm' can be reduced. [variableScope]
fbb-7.0.7/src/serveur.c:277:7: style: The scope of the variable 'nom_fichier' can be reduced. [variableScope]
fbb-7.0.7/src/serveur.c:291:6: style: The scope of the variable 'retour' can be reduced. [variableScope]
fbb-7.0.7/src/serveur.c:270:13: style: Variable 'num_file' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/serveur.c:144:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/serveur.c:312:12: error: Uninitialized variable: fptr [uninitvar]
fbb-7.0.7/src/serveur.c:313:12: error: Uninitialized variable: fptr [uninitvar]
fbb-7.0.7/src/serveur.c:314:11: error: Uninitialized variable: fptr [uninitvar]
fbb-7.0.7/src/serveur.c:320:12: error: Uninitialized variable: fptr [uninitvar]
fbb-7.0.7/src/statis.c:196:13: style: The scope of the variable 'sdate' can be reduced. [variableScope]
fbb-7.0.7/src/statis.c:152:9: style: Variable 'nbc' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/terminal.c:131:5: style: Variable 'win_out->curs_pos' is reassigned a value before the old one has been used. [redundantAssignment]
fbb-7.0.7/src/terminal.c:129:5: note: Variable 'win_out->curs_pos' is reassigned a value before the old one has been used.
fbb-7.0.7/src/terminal.c:131:5: note: Variable 'win_out->curs_pos' is reassigned a value before the old one has been used.
fbb-7.0.7/src/terminal.c:251:9: style: The scope of the variable 'out_cnt' can be reduced. [variableScope]
fbb-7.0.7/src/themes.c:223:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/themes.c:564:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
fbb-7.0.7/src/themes.c:1110:11: style: The scope of the variable 'pbul' can be reduced. [variableScope]
fbb-7.0.7/src/themes.c:1473:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/themes.c:1784:8: style: The scope of the variable 'scan' can be reduced. [variableScope]
fbb-7.0.7/src/themes.c:234:8: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/tnc.c:142:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/tnc.c:145:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/tnc.c:145:10: style: The scope of the variable 'novoie' can be reduced. [variableScope]
fbb-7.0.7/src/tnc.c:145:34: style: The scope of the variable 'noport' can be reduced. [variableScope]
fbb-7.0.7/src/tnc.c:1345:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/tnc.c:1548:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/tnc.c:1725:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fbb-7.0.7/src/tnc.c:1726:7: style: The scope of the variable 'callsign' can be reduced. [variableScope]
fbb-7.0.7/src/tnc.c:1727:7: style: The scope of the variable 'name' can be reduced. [variableScope]
fbb-7.0.7/src/tnc.c:1728:7: style: The scope of the variable 'qth' can be reduced. [variableScope]
fbb-7.0.7/src/tnc.c:1729:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/tncio.c:1329:16: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fbb-7.0.7/src/tncio.c:235:8: style: Condition 'fin_buf' is always false [knownConditionTrueFalse]
fbb-7.0.7/src/tncio.c:133:42: note: Assignment 'fin_buf=0', assigned value is 0
fbb-7.0.7/src/tncio.c:235:8: note: Condition 'fin_buf' is always false
fbb-7.0.7/src/tncio.c:271:8: style: Condition 'fin_buf' is always false [knownConditionTrueFalse]
fbb-7.0.7/src/tncio.c:133:42: note: Assignment 'fin_buf=0', assigned value is 0
fbb-7.0.7/src/tncio.c:271:8: note: Condition 'fin_buf' is always false
fbb-7.0.7/src/tncio.c:379:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/tncio.c:460:6: style: The scope of the variable 'car' can be reduced. [variableScope]
fbb-7.0.7/src/tncio.c:608:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/tncio.c:631:6: style: The scope of the variable 'ncars' can be reduced. [variableScope]
fbb-7.0.7/src/tncio.c:631:13: style: The scope of the variable 'nbcars' can be reduced. [variableScope]
fbb-7.0.7/src/tncio.c:631:21: style: The scope of the variable 'nocars' can be reduced. [variableScope]
fbb-7.0.7/src/tncio.c:633:6: style: The scope of the variable 'fin' can be reduced. [variableScope]
fbb-7.0.7/src/tncio.c:637:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/tncio.c:637:14: style: The scope of the variable 'tptr' can be reduced. [variableScope]
fbb-7.0.7/src/tncio.c:1340:15: style: The scope of the variable 'event_string' can be reduced. [variableScope]
fbb-7.0.7/src/tncio.c:1376:6: style: The scope of the variable 'save_voie' can be reduced. [variableScope]
fbb-7.0.7/src/tncio.c:1376:17: style: The scope of the variable 'autre_voie' can be reduced. [variableScope]
fbb-7.0.7/src/tncio.c:1622:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/tncio.c:1623:6: style: The scope of the variable 'port' can be reduced. [variableScope]
fbb-7.0.7/src/tncio.c:1623:12: style: The scope of the variable 'canal' can be reduced. [variableScope]
fbb-7.0.7/src/tncio.c:1930:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/tncio.c:1931:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/tncio.c:1933:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/tncio.c:2009:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fbb-7.0.7/src/trait.c:59:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/trait.c:59:9: style: The scope of the variable 'sum_call' can be reduced. [variableScope]
fbb-7.0.7/src/trait.c:358:6: style: The scope of the variable 'voie_exp' can be reduced. [variableScope]
fbb-7.0.7/src/trait.c:358:16: style: The scope of the variable 'voie_dest' can be reduced. [variableScope]
fbb-7.0.7/src/trait.c:414:17: style: The scope of the variable 'voie_exp' can be reduced. [variableScope]
fbb-7.0.7/src/trait.c:656:7: style: The scope of the variable 'rec' can be reduced. [variableScope]
fbb-7.0.7/src/trait.c:657:6: style: The scope of the variable 'ok' can be reduced. [variableScope]
fbb-7.0.7/src/trait.c:682:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/trait.c:784:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/trait.c:785:11: style: The scope of the variable 'r' can be reduced. [variableScope]
fbb-7.0.7/src/trait.c:805:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
fbb-7.0.7/src/trait.c:806:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/trait.c:1001:6: style: The scope of the variable 'n' can be reduced. [variableScope]
fbb-7.0.7/src/trait.c:1061:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/trait.c:601:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/trajovl.c:47:7: style: The scope of the variable 'satstr' can be reduced. [variableScope]
fbb-7.0.7/src/trajovl.c:79:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/trajovl.c:289:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
fbb-7.0.7/src/trajovl.c:324:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/trajovl.c:508:8: style: The scope of the variable 'fptr2' can be reduced. [variableScope]
fbb-7.0.7/src/trajovl.c:537:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/variable.c:245:7: style: The scope of the variable 'maxfwd' can be reduced. [variableScope]
fbb-7.0.7/src/variable.c:246:7: style: The scope of the variable 'typfwd' can be reduced. [variableScope]
fbb-7.0.7/src/variable.c:247:7: style: The scope of the variable 'typdat' can be reduced. [variableScope]
fbb-7.0.7/src/variable.c:248:9: style: The scope of the variable 'mess' can be reduced. [variableScope]
fbb-7.0.7/src/waveplay.c:234:7: style: Condition '!quiet_mode' is always true [knownConditionTrueFalse]
fbb-7.0.7/src/waveplay.c:225:7: style: The scope of the variable 'l' can be reduced. [variableScope]
fbb-7.0.7/src/waveplay.c:211:7: error: Memory leak: zerobuf [memleak]
fbb-7.0.7/src/waveplay.c:218:3: error: Memory leak: zerobuf [memleak]
fbb-7.0.7/src/wp.c:178:7: style: The scope of the variable 'chaine' can be reduced. [variableScope]
fbb-7.0.7/src/wp.c:180:13: style: The scope of the variable 'noeud' can be reduced. [variableScope]
fbb-7.0.7/src/wp.c:271:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/wp.c:625:6: style: The scope of the variable 'ok' can be reduced. [variableScope]
fbb-7.0.7/src/wp.c:693:6: style: The scope of the variable 'ok' can be reduced. [variableScope]
fbb-7.0.7/src/wp.c:761:6: style: The scope of the variable 'ok' can be reduced. [variableScope]
fbb-7.0.7/src/wp.c:832:6: style: The scope of the variable 'ok' can be reduced. [variableScope]
fbb-7.0.7/src/wp.c:918:8: style: The scope of the variable 'fpti' can be reduced. [variableScope]
fbb-7.0.7/src/wp.c:921:7: style: The scope of the variable 'call' can be reduced. [variableScope]
fbb-7.0.7/src/wp.c:922:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/wp.c:1097:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/wp.c:1386:6: style: The scope of the variable 'ok' can be reduced. [variableScope]
fbb-7.0.7/src/wp.c:1471:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/wp.c:1517:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/wp.c:132:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/wp.c:1403:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/wp.c:1423:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/wp.c:1417:3: error: Resource leak: fptr [resourceLeak]
fbb-7.0.7/src/wp_mess.c:76:6: style: The scope of the variable 'fd_dest' can be reduced. [variableScope]
fbb-7.0.7/src/wp_mess.c:81:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/wp_mess.c:82:8: style: The scope of the variable 'scan' can be reduced. [variableScope]
fbb-7.0.7/src/wpserv.c:166:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/wpserv.c:498:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/wpserv.c:552:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/xfbbC.c:136:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/xfbbC.c:193:6: style: The scope of the variable 'use_curses' can be reduced. [variableScope]
fbb-7.0.7/src/xfbbC.c:466:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/xfbbC.c:321:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/xfbbC.c:626:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/xfbbC.c:167:0: error: Memory leak: buffer [memleak]
fbb-7.0.7/src/xfbbC.c:283:0: error: Memory leak: buffer [memleak]
fbb-7.0.7/src/xfbbd.c:1433:4: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/xfbbd.c:1433:4: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/xfbbd.c:1433:4: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/xfbbd.c:1433:4: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/xfbbd.c:1433:4: warning: %x in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/xfbbd.c:1433:4: warning: %x in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/xfbbd.c:1433:4: warning: %x in format string (no. 7) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/xfbbd.c:1433:4: warning: %x in format string (no. 8) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/xfbbd.c:1440:4: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/xfbbd.c:1440:4: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/xfbbd.c:1440:4: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/xfbbd.c:1440:4: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/xfbbd.c:1440:4: warning: %x in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/xfbbd.c:1440:4: warning: %x in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/xfbbd.c:1440:4: warning: %x in format string (no. 7) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/xfbbd.c:1440:4: warning: %x in format string (no. 8) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbb-7.0.7/src/xfbbd.c:180:6: style: The scope of the variable 'orb' can be reduced. [variableScope]
fbb-7.0.7/src/xfbbd.c:181:6: style: The scope of the variable 'port' can be reduced. [variableScope]
fbb-7.0.7/src/xfbbd.c:481:7: style: The scope of the variable 'str' can be reduced. [variableScope]
fbb-7.0.7/src/xfbbd.c:1060:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/xfbbd.c:1060:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fbb-7.0.7/src/xfbbd.c:1061:6: style: The scope of the variable 'pid' can be reduced. [variableScope]
fbb-7.0.7/src/xfbbd.c:1150:7: style: The scope of the variable 'texte' can be reduced. [variableScope]
fbb-7.0.7/src/xfbbd.c:1243:13: style: The scope of the variable 'tot_resync' can be reduced. [variableScope]
fbb-7.0.7/src/xfbbd.c:1260:7: style: The scope of the variable 's' can be reduced. [variableScope]
fbb-7.0.7/src/xfbbd.c:1325:6: style: The scope of the variable 'nNum' can be reduced. [variableScope]
fbb-7.0.7/src/xfbbd.c:1328:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/xfbbd.c:1365:6: style: The scope of the variable 'nNum' can be reduced. [variableScope]
fbb-7.0.7/src/xfbbd.c:1484:6: style: The scope of the variable 'nNum' can be reduced. [variableScope]
fbb-7.0.7/src/xfbbd.c:1487:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/xfbbd.c:1525:6: style: The scope of the variable 'nNum' can be reduced. [variableScope]
fbb-7.0.7/src/xfbbd.c:236:4: style: Variable 'orb' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/xfbbd.c:227:12: style: Variable 'port' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/xfbbd.c:232:15: style: Variable 'service' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/xfbbd.c:365:8: style: Variable 'cnt' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/xfbbd.c:1212:5: style: Variable 'chg' is assigned a value that is never used. [unreadVariable]
fbb-7.0.7/src/xfwd.c:85:14: style: The scope of the variable 'lptr' can be reduced. [variableScope]
fbb-7.0.7/src/xfwd.c:576:6: style: The scope of the variable 'recu' can be reduced. [variableScope]
fbb-7.0.7/src/xfwd.c:577:6: style: The scope of the variable 'msg' can be reduced. [variableScope]
fbb-7.0.7/src/xfwd.c:578:6: style: The scope of the variable 'res' can be reduced. [variableScope]
fbb-7.0.7/src/xfwd.c:580:7: style: The scope of the variable 'ligne' can be reduced. [variableScope]
fbb-7.0.7/src/xfwd.c:100:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/xfwd.c:275:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/xmodem.c:1294:4: warning: Either the condition 'if(yptr)' is redundant or there is possible null pointer dereference: yptr. [nullPointerRedundantCheck]
fbb-7.0.7/src/xmodem.c:1296:7: note: Assuming that condition 'if(yptr)' is not redundant
fbb-7.0.7/src/xmodem.c:1294:4: note: Null pointer dereference
fbb-7.0.7/src/xmodem.c:1295:4: warning: Either the condition 'if(yptr)' is redundant or there is possible null pointer dereference: yptr. [nullPointerRedundantCheck]
fbb-7.0.7/src/xmodem.c:1296:7: note: Assuming that condition 'if(yptr)' is not redundant
fbb-7.0.7/src/xmodem.c:1295:4: note: Null pointer dereference
fbb-7.0.7/src/xmodem.c:91:14: style: The scope of the variable 'stdesc' can be reduced. [variableScope]
fbb-7.0.7/src/xmodem.c:105:14: style: The scope of the variable 'xmod_name' can be reduced. [variableScope]
fbb-7.0.7/src/xmodem.c:146:7: style: The scope of the variable 'lg_file' can be reduced. [variableScope]
fbb-7.0.7/src/xmodem.c:147:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
fbb-7.0.7/src/xmodem.c:608:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/xmodem.c:172:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbb-7.0.7/src/yapp.c:92:6: style: The scope of the variable 'save_voie' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:154:6: style: The scope of the variable 'len' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:156:7: style: The scope of the variable 'fn' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:334:6: style: The scope of the variable 'save_voie' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:365:6: style: The scope of the variable 'save_voie' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:484:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:535:6: style: The scope of the variable 'hibit' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:550:28: style: The scope of the variable 'nb' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:551:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:552:6: style: The scope of the variable 'lg_buf' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:554:9: style: The scope of the variable 'uptr' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:654:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:776:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:780:9: style: The scope of the variable 'uptr' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:980:14: style: The scope of the variable 'chaine' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:1182:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:1183:8: style: The scope of the variable 'lptr' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:1184:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:1187:7: style: The scope of the variable 'chemin' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:1265:6: style: The scope of the variable 'aff' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:1466:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
fbb-7.0.7/src/yapp.c:133:10: style: Variable 'lg' is modified but its new value is never used. [unreadVariable]
fbb-7.0.7/src/yapp.c:542:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[21:40]
ftp://ftp.se.debian.org/debian/pool/main/f/fbbdoc/fbbdoc_1999.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fbcat/fbcat_0.3.orig.tar.gz
[21:40]
ftp://ftp.se.debian.org/debian/pool/main/f/fbdesk/fbdesk_1.4.1.orig.tar.gz
fbdesk-1.4.1/src/FbDesk.cc:632:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fbdesk-1.4.1/src/FbDesk.cc:634:5: note: Found duplicate branches for 'if' and 'else'.
fbdesk-1.4.1/src/FbDesk.cc:632:11: note: Found duplicate branches for 'if' and 'else'.
fbdesk-1.4.1/src/FbTk/Resource.hh:233:73: style: Function 'getResource' argument 1 names different: declaration 'resource' definition 'resname'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Resource.hh:125:60: note: Function 'getResource' argument 1 names different: declaration 'resource' definition 'resname'.
fbdesk-1.4.1/src/FbTk/Resource.hh:233:73: note: Function 'getResource' argument 1 names different: declaration 'resource' definition 'resname'.
fbdesk-1.4.1/src/FbDesk.cc:112:43: style: Function 'loadIcons' argument 1 names different: declaration 'filename' definition 'config_filename'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbDesk.hh:68:39: note: Function 'loadIcons' argument 1 names different: declaration 'filename' definition 'config_filename'.
fbdesk-1.4.1/src/FbDesk.cc:112:43: note: Function 'loadIcons' argument 1 names different: declaration 'filename' definition 'config_filename'.
fbdesk-1.4.1/src/FbDesk.cc:225:45: style: Function 'buttonPressEvent' argument 1 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbDesk.hh:55:41: note: Function 'buttonPressEvent' argument 1 names different: declaration 'ev' definition 'event'.
fbdesk-1.4.1/src/FbDesk.cc:225:45: note: Function 'buttonPressEvent' argument 1 names different: declaration 'ev' definition 'event'.
fbdesk-1.4.1/src/FbDesk.cc:236:47: style: Function 'buttonReleaseEvent' argument 1 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbDesk.hh:56:43: note: Function 'buttonReleaseEvent' argument 1 names different: declaration 'ev' definition 'event'.
fbdesk-1.4.1/src/FbDesk.cc:236:47: note: Function 'buttonReleaseEvent' argument 1 names different: declaration 'ev' definition 'event'.
fbdesk-1.4.1/src/FbDesk.cc:282:40: style: Function 'exposeEvent' argument 1 names different: declaration 'ee' definition 'event'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbDesk.hh:57:36: note: Function 'exposeEvent' argument 1 names different: declaration 'ee' definition 'event'.
fbdesk-1.4.1/src/FbDesk.cc:282:40: note: Function 'exposeEvent' argument 1 names different: declaration 'ee' definition 'event'.
fbdesk-1.4.1/src/FbDesk.cc:288:46: style: Function 'motionNotifyEvent' argument 1 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbDesk.hh:58:42: note: Function 'motionNotifyEvent' argument 1 names different: declaration 'ev' definition 'event'.
fbdesk-1.4.1/src/FbDesk.cc:288:46: note: Function 'motionNotifyEvent' argument 1 names different: declaration 'ev' definition 'event'.
fbdesk-1.4.1/src/FbDesk.cc:337:54: style: Function 'clientMessageEvent' argument 1 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbDesk.hh:59:50: note: Function 'clientMessageEvent' argument 1 names different: declaration 'ev' definition 'event'.
fbdesk-1.4.1/src/FbDesk.cc:337:54: note: Function 'clientMessageEvent' argument 1 names different: declaration 'ev' definition 'event'.
fbdesk-1.4.1/src/FbDesk.cc:295:19: style: Variable 'scr' is assigned a value that is never used. [unreadVariable]
fbdesk-1.4.1/src/FbDesk.cc:49:9: warning: Member variable 'FbDesk::m_grid_width' is not initialized in the constructor. [uninitMemberVar]
fbdesk-1.4.1/src/FbDesk.cc:49:9: warning: Member variable 'FbDesk::m_grid_height' is not initialized in the constructor. [uninitMemberVar]
fbdesk-1.4.1/src/FbTk/TextBox.hh:73:16: style: Technically the member function 'FbTk::TextBox::textStartPos' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/XrmDatabaseHelper.hh:73:10: style: Technically the member function 'FbTk::XrmDatabaseHelper::operator==' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/RefCount.hh:45:10: style: Technically the member function 'FbTk::RefCount::incRefCount' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/RefCount.hh:121:25: note: Technically the member function 'FbTk::RefCount::incRefCount' can be const.
fbdesk-1.4.1/src/FbTk/RefCount.hh:45:10: note: Technically the member function 'FbTk::RefCount::incRefCount' can be const.
fbdesk-1.4.1/src/FbTk/GContext.hh:90:17: performance: Technically the member function 'FbTk::GContext::setFont' can be static. [functionStatic]
fbdesk-1.4.1/src/FbDesk.hh:59:10: performance: Technically the member function 'FbDesk::FbDesk::clientMessageEvent' can be static. [functionStatic]
fbdesk-1.4.1/src/FbDesk.cc:337:14: note: Technically the member function 'FbDesk::FbDesk::clientMessageEvent' can be static.
fbdesk-1.4.1/src/FbDesk.hh:59:10: note: Technically the member function 'FbDesk::FbDesk::clientMessageEvent' can be static.
fbdesk-1.4.1/src/FbDesk.hh:61:10: performance: Technically the member function 'FbDesk::FbDesk::execute' can be static. [functionStatic]
fbdesk-1.4.1/src/FbDesk.cc:341:14: note: Technically the member function 'FbDesk::FbDesk::execute' can be static.
fbdesk-1.4.1/src/FbDesk.hh:61:10: note: Technically the member function 'FbDesk::FbDesk::execute' can be static.
fbdesk-1.4.1/src/FbTk/XrmDatabaseHelper.hh:41:5: style: Class 'XrmDatabaseHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbdesk-1.4.1/src/FbTk/Resource.hh:45:5: style: Class 'ResourceException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbdesk-1.4.1/src/FbTk/MenuTheme.hh:46:5: style: Class 'MenuTheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbdesk-1.4.1/src/FbTk/FbWindow.hh:167:21: style: The function 'drawable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FbDrawable.hh:56:22: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/FbWindow.hh:167:21: note: Function in derived class
fbdesk-1.4.1/src/FbTk/FbWindow.hh:170:25: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FbDrawable.hh:57:26: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/FbWindow.hh:170:25: note: Function in derived class
fbdesk-1.4.1/src/FbTk/FbWindow.hh:171:25: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FbDrawable.hh:58:26: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/FbWindow.hh:171:25: note: Function in derived class
fbdesk-1.4.1/src/FbTk/TextBox.hh:58:10: style: The function 'moveResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FbWindow.hh:122:25: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/TextBox.hh:58:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/TextBox.hh:60:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FbWindow.hh:113:25: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/TextBox.hh:60:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/TextBox.hh:61:10: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FbWindow.hh:82:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/TextBox.hh:61:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/TextBox.hh:63:10: style: The function 'exposeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/EventHandler.hh:54:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/TextBox.hh:63:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/TextBox.hh:64:10: style: The function 'buttonPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/EventHandler.hh:52:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/TextBox.hh:64:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/TextBox.hh:65:10: style: The function 'keyPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/EventHandler.hh:56:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/TextBox.hh:65:10: note: Function in derived class
fbdesk-1.4.1/src/InputField.hh:39:10: style: The function 'enter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/TextBox.hh:67:18: note: Virtual function in base class
fbdesk-1.4.1/src/InputField.hh:39:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/FbPixmap.hh:66:21: style: The function 'drawable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FbDrawable.hh:56:22: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/FbPixmap.hh:66:21: note: Function in derived class
fbdesk-1.4.1/src/FbTk/FbPixmap.hh:67:25: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FbDrawable.hh:57:26: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/FbPixmap.hh:67:25: note: Function in derived class
fbdesk-1.4.1/src/FbTk/FbPixmap.hh:68:25: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FbDrawable.hh:58:26: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/FbPixmap.hh:68:25: note: Function in derived class
fbdesk-1.4.1/src/FbTk/MenuTheme.hh:49:10: style: The function 'reconfigTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/Theme.hh:102:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/MenuTheme.hh:49:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/MenuTheme.hh:51:10: style: The function 'fallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/Theme.hh:112:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/MenuTheme.hh:51:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/Menu.hh:103:10: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/EventHandler.hh:51:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/Menu.hh:103:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/Menu.hh:104:10: style: The function 'buttonPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/EventHandler.hh:52:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/Menu.hh:104:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/Menu.hh:105:10: style: The function 'buttonReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/EventHandler.hh:53:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/Menu.hh:105:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/Menu.hh:106:10: style: The function 'motionNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/EventHandler.hh:55:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/Menu.hh:106:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/Menu.hh:107:10: style: The function 'enterNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/EventHandler.hh:59:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/Menu.hh:107:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/Menu.hh:108:10: style: The function 'leaveNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/EventHandler.hh:58:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/Menu.hh:108:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/Menu.hh:109:10: style: The function 'exposeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/EventHandler.hh:54:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/Menu.hh:109:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/Menu.hh:110:10: style: The function 'keyPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/EventHandler.hh:56:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/Menu.hh:110:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/Menu.hh:169:10: style: The function 'renderForeground' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FbWindow.hh:253:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/Menu.hh:169:10: note: Function in derived class
fbdesk-1.4.1/src/FbDesk.hh:54:10: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/EventHandler.hh:51:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbDesk.hh:54:10: note: Function in derived class
fbdesk-1.4.1/src/FbDesk.hh:55:10: style: The function 'buttonPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/EventHandler.hh:52:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbDesk.hh:55:10: note: Function in derived class
fbdesk-1.4.1/src/FbDesk.hh:56:10: style: The function 'buttonReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/EventHandler.hh:53:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbDesk.hh:56:10: note: Function in derived class
fbdesk-1.4.1/src/FbDesk.hh:57:10: style: The function 'exposeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/EventHandler.hh:54:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbDesk.hh:57:10: note: Function in derived class
fbdesk-1.4.1/src/FbDesk.hh:58:10: style: The function 'motionNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/EventHandler.hh:55:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbDesk.hh:58:10: note: Function in derived class
fbdesk-1.4.1/src/IntResMenuItem.hh:37:10: style: The function 'click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/MenuItem.hh:122:18: note: Virtual function in base class
fbdesk-1.4.1/src/IntResMenuItem.hh:37:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/SimpleCommand.hh:36:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/Command.hh:31:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/SimpleCommand.hh:36:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/MenuSeparator.hh:34:18: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/MenuItem.hh:109:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/MenuSeparator.hh:34:18: note: Function in derived class
fbdesk-1.4.1/src/FbDesk.cc:507:10: style: The function 'click' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/MenuItem.hh:122:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbDesk.cc:507:10: note: Function in derived class
fbdesk-1.4.1/src/FbDesk.cc:512:10: style: The function 'setSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/MenuItem.hh:92:25: note: Virtual function in base class
fbdesk-1.4.1/src/FbDesk.cc:512:10: note: Function in derived class
fbdesk-1.4.1/src/FbDesk.cc:515:10: style: The function 'isSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/MenuItem.hh:105:25: note: Virtual function in base class
fbdesk-1.4.1/src/FbDesk.cc:515:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/Theme.hh:70:0: style: The function 'setDefaultValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/Theme.hh:53:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/Theme.hh:70:0: note: Function in derived class
fbdesk-1.4.1/src/FbTk/Theme.hh:72:0: style: The function 'setFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/Theme.hh:52:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/Theme.hh:72:0: note: Function in derived class
fbdesk-1.4.1/src/FbTk/Theme.hh:76:0: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/Theme.hh:54:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/Theme.hh:76:0: note: Function in derived class
fbdesk-1.4.1/src/FbTk/Resource.hh:183:0: style: The function 'setDefaultValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/Resource.hh:62:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/Resource.hh:183:0: note: Function in derived class
fbdesk-1.4.1/src/FbTk/Resource.hh:185:0: style: The function 'setFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/Resource.hh:60:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/Resource.hh:185:0: note: Function in derived class
fbdesk-1.4.1/src/FbTk/Resource.hh:189:0: style: The function 'getString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/Resource.hh:64:25: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/Resource.hh:189:0: note: Function in derived class
fbdesk-1.4.1/src/FbTk/App.hh:50:10: style: Technically the member function 'FbTk::App::sync' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/App.cc:73:11: note: Technically the member function 'FbTk::App::sync' can be const.
fbdesk-1.4.1/src/FbTk/App.hh:50:10: note: Technically the member function 'FbTk::App::sync' can be const.
fbdesk-1.4.1/src/FbTk/Color.cc:139:31: style: Function 'copy' argument 1 names different: declaration 'col' definition 'col_copy'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Color.hh:63:28: note: Function 'copy' argument 1 names different: declaration 'col' definition 'col_copy'.
fbdesk-1.4.1/src/FbTk/Color.cc:139:31: note: Function 'copy' argument 1 names different: declaration 'col' definition 'col_copy'.
fbdesk-1.4.1/src/FbTk/Color.cc:118:15: warning: Member variable 'Color::m_red' is not assigned a value in 'Color::operator='. [operatorEqVarError]
fbdesk-1.4.1/src/FbTk/Color.cc:118:15: warning: Member variable 'Color::m_green' is not assigned a value in 'Color::operator='. [operatorEqVarError]
fbdesk-1.4.1/src/FbTk/Color.cc:118:15: warning: Member variable 'Color::m_blue' is not assigned a value in 'Color::operator='. [operatorEqVarError]
fbdesk-1.4.1/src/FbTk/Color.cc:118:15: warning: Member variable 'Color::m_pixel' is not assigned a value in 'Color::operator='. [operatorEqVarError]
fbdesk-1.4.1/src/FbTk/Color.cc:118:15: warning: Member variable 'Color::m_allocated' is not assigned a value in 'Color::operator='. [operatorEqVarError]
fbdesk-1.4.1/src/FbTk/Color.cc:118:15: warning: Member variable 'Color::m_screen' is not assigned a value in 'Color::operator='. [operatorEqVarError]
fbdesk-1.4.1/src/FbTk/EventManager.cc:53:64: style: Function 'addParent' argument 2 names different: declaration 'parent' definition 'win'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/EventManager.hh:40:54: note: Function 'addParent' argument 2 names different: declaration 'parent' definition 'win'.
fbdesk-1.4.1/src/FbTk/EventManager.cc:53:64: note: Function 'addParent' argument 2 names different: declaration 'parent' definition 'win'.
fbdesk-1.4.1/src/FbTk/EventManager.cc:131:49: style: Function 'dispatch' argument 2 names different: declaration 'event' definition 'ev'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/EventManager.hh:58:39: note: Function 'dispatch' argument 2 names different: declaration 'event' definition 'ev'.
fbdesk-1.4.1/src/FbTk/EventManager.cc:131:49: note: Function 'dispatch' argument 2 names different: declaration 'event' definition 'ev'.
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:259:22: style: The scope of the variable 'src_y' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:59:36: style: Function 'FbPixmap' argument 1 names different: declaration 'copy' definition 'the_copy'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/FbPixmap.hh:38:30: note: Function 'FbPixmap' argument 1 names different: declaration 'copy' definition 'the_copy'.
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:59:36: note: Function 'FbPixmap' argument 1 names different: declaration 'copy' definition 'the_copy'.
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:96:49: style: Function 'operator=' argument 1 names different: declaration 'copy' definition 'the_copy'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/FbPixmap.hh:62:43: note: Function 'operator=' argument 1 names different: declaration 'copy' definition 'the_copy'.
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:96:49: note: Function 'operator=' argument 1 names different: declaration 'copy' definition 'the_copy'.
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:160:28: style: Function 'copy' argument 1 names different: declaration 'pixmap' definition 'pm'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/FbPixmap.hh:51:22: note: Function 'copy' argument 1 names different: declaration 'pixmap' definition 'pm'.
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:160:28: note: Function 'copy' argument 1 names different: declaration 'pixmap' definition 'pm'.
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:160:36: style: Function 'copy' argument 2 names different: declaration 'depth_convert' definition 'depth'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/FbPixmap.hh:51:34: note: Function 'copy' argument 2 names different: declaration 'depth_convert' definition 'depth'.
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:160:36: note: Function 'copy' argument 2 names different: declaration 'depth_convert' definition 'depth'.
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:236:35: style: Function 'scale' argument 1 names different: declaration 'width' definition 'dest_width'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/FbPixmap.hh:55:29: note: Function 'scale' argument 1 names different: declaration 'width' definition 'dest_width'.
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:236:35: note: Function 'scale' argument 1 names different: declaration 'width' definition 'dest_width'.
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:236:60: style: Function 'scale' argument 2 names different: declaration 'height' definition 'dest_height'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/FbPixmap.hh:55:49: note: Function 'scale' argument 2 names different: declaration 'height' definition 'dest_height'.
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:236:60: note: Function 'scale' argument 2 names different: declaration 'height' definition 'dest_height'.
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:281:34: style: Function 'tile' argument 1 names different: declaration 'width' definition 'dest_width'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/FbPixmap.hh:58:28: note: Function 'tile' argument 1 names different: declaration 'width' definition 'dest_width'.
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:281:34: note: Function 'tile' argument 1 names different: declaration 'width' definition 'dest_width'.
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:281:59: style: Function 'tile' argument 2 names different: declaration 'height' definition 'dest_height'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/FbPixmap.hh:58:48: note: Function 'tile' argument 2 names different: declaration 'height' definition 'dest_height'.
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:281:59: note: Function 'tile' argument 2 names different: declaration 'height' definition 'dest_height'.
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:96:21: warning: Member variable 'FbPixmap::m_pm' is not assigned a value in 'FbPixmap::operator='. [operatorEqVarError]
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:96:21: warning: Member variable 'FbPixmap::m_width' is not assigned a value in 'FbPixmap::operator='. [operatorEqVarError]
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:96:21: warning: Member variable 'FbPixmap::m_height' is not assigned a value in 'FbPixmap::operator='. [operatorEqVarError]
fbdesk-1.4.1/src/FbTk/FbPixmap.cc:96:21: warning: Member variable 'FbPixmap::m_depth' is not assigned a value in 'FbPixmap::operator='. [operatorEqVarError]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:53:36: style: Function 'FbWindow' argument 1 names different: declaration 'win_copy' definition 'the_copy'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/FbWindow.hh:55:30: note: Function 'FbWindow' argument 1 names different: declaration 'win_copy' definition 'the_copy'.
fbdesk-1.4.1/src/FbTk/FbWindow.cc:53:36: note: Function 'FbWindow' argument 1 names different: declaration 'win_copy' definition 'the_copy'.
fbdesk-1.4.1/src/FbTk/FbWindow.cc:69:25: style: Function 'FbWindow' argument 7 names different: declaration 'overrride_redirect' definition 'override_redirect'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/FbWindow.hh:59:19: note: Function 'FbWindow' argument 7 names different: declaration 'overrride_redirect' definition 'override_redirect'.
fbdesk-1.4.1/src/FbTk/FbWindow.cc:69:25: note: Function 'FbWindow' argument 7 names different: declaration 'overrride_redirect' definition 'override_redirect'.
fbdesk-1.4.1/src/FbTk/FbWindow.cc:89:25: style: Function 'FbWindow' argument 7 names different: declaration 'overrride_redirect' definition 'override_redirect'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/FbWindow.hh:68:19: note: Function 'FbWindow' argument 7 names different: declaration 'overrride_redirect' definition 'override_redirect'.
fbdesk-1.4.1/src/FbTk/FbWindow.cc:89:25: note: Function 'FbWindow' argument 7 names different: declaration 'overrride_redirect' definition 'override_redirect'.
fbdesk-1.4.1/src/FbTk/FbWindow.cc:260:38: style: Function 'updateTransparent' argument 1 names different: declaration 'x' definition 'the_x'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/FbWindow.hh:87:32: note: Function 'updateTransparent' argument 1 names different: declaration 'x' definition 'the_x'.
fbdesk-1.4.1/src/FbTk/FbWindow.cc:260:38: note: Function 'updateTransparent' argument 1 names different: declaration 'x' definition 'the_x'.
fbdesk-1.4.1/src/FbTk/FbWindow.cc:260:49: style: Function 'updateTransparent' argument 2 names different: declaration 'y' definition 'the_y'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/FbWindow.hh:87:44: note: Function 'updateTransparent' argument 2 names different: declaration 'y' definition 'the_y'.
fbdesk-1.4.1/src/FbTk/FbWindow.cc:260:49: note: Function 'updateTransparent' argument 2 names different: declaration 'y' definition 'the_y'.
fbdesk-1.4.1/src/FbTk/FbWindow.cc:260:69: style: Function 'updateTransparent' argument 3 names different: declaration 'width' definition 'the_width'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/FbWindow.hh:87:65: note: Function 'updateTransparent' argument 3 names different: declaration 'width' definition 'the_width'.
fbdesk-1.4.1/src/FbTk/FbWindow.cc:260:69: note: Function 'updateTransparent' argument 3 names different: declaration 'width' definition 'the_width'.
fbdesk-1.4.1/src/FbTk/FbWindow.cc:261:47: style: Function 'updateTransparent' argument 4 names different: declaration 'height' definition 'the_height'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/FbWindow.hh:87:89: note: Function 'updateTransparent' argument 4 names different: declaration 'height' definition 'the_height'.
fbdesk-1.4.1/src/FbTk/FbWindow.cc:261:47: note: Function 'updateTransparent' argument 4 names different: declaration 'height' definition 'the_height'.
fbdesk-1.4.1/src/FbTk/FbWindow.cc:53:11: warning: Member variable 'FbWindow::m_transparent' is not initialized in the constructor. [uninitMemberVar]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:354:21: warning: Member variable 'FbWindow::m_destroy' is not assigned a value in 'FbWindow::operator='. [operatorEqVarError]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:354:21: warning: Member variable 'FbWindow::m_transparent' is not assigned a value in 'FbWindow::operator='. [operatorEqVarError]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:354:21: warning: Member variable 'FbWindow::m_lastbg_color_set' is not assigned a value in 'FbWindow::operator='. [operatorEqVarError]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:354:21: warning: Member variable 'FbWindow::m_lastbg_color' is not assigned a value in 'FbWindow::operator='. [operatorEqVarError]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:354:21: warning: Member variable 'FbWindow::m_lastbg_pm' is not assigned a value in 'FbWindow::operator='. [operatorEqVarError]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:354:21: warning: Member variable 'FbWindow::m_renderer' is not assigned a value in 'FbWindow::operator='. [operatorEqVarError]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:62:14: performance: Variable 'm_window' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbdesk-1.4.1/src/FbTk/FbWindow.hh:79:10: style: Technically the member function 'FbTk::FbWindow::setName' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:238:16: note: Technically the member function 'FbTk::FbWindow::setName' can be const.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:79:10: note: Technically the member function 'FbTk::FbWindow::setName' can be const.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:80:10: style: Technically the member function 'FbTk::FbWindow::setEventMask' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:242:16: note: Technically the member function 'FbTk::FbWindow::setEventMask' can be const.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:80:10: note: Technically the member function 'FbTk::FbWindow::setEventMask' can be const.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:87:10: performance: Technically the member function 'FbTk::FbWindow::updateTransparent' can be static. [functionStatic]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:260:16: note: Technically the member function 'FbTk::FbWindow::updateTransparent' can be static.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:87:10: note: Technically the member function 'FbTk::FbWindow::updateTransparent' can be static.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:89:10: performance: Technically the member function 'FbTk::FbWindow::setAlpha' can be static. [functionStatic]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:322:16: note: Technically the member function 'FbTk::FbWindow::setAlpha' can be static.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:89:10: note: Technically the member function 'FbTk::FbWindow::setAlpha' can be static.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:135:10: style: Technically the member function 'FbTk::FbWindow::setInputFocus' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:429:16: note: Technically the member function 'FbTk::FbWindow::setInputFocus' can be const.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:135:10: note: Technically the member function 'FbTk::FbWindow::setInputFocus' can be const.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:137:10: style: Technically the member function 'FbTk::FbWindow::setCursor' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:433:16: note: Technically the member function 'FbTk::FbWindow::setCursor' can be const.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:137:10: note: Technically the member function 'FbTk::FbWindow::setCursor' can be const.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:139:10: style: Technically the member function 'FbTk::FbWindow::unsetCursor' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:437:16: note: Technically the member function 'FbTk::FbWindow::unsetCursor' can be const.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:139:10: note: Technically the member function 'FbTk::FbWindow::unsetCursor' can be const.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:152:10: style: Technically the member function 'FbTk::FbWindow::changeProperty' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:494:16: note: Technically the member function 'FbTk::FbWindow::changeProperty' can be const.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:152:10: note: Technically the member function 'FbTk::FbWindow::changeProperty' can be const.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:158:10: style: Technically the member function 'FbTk::FbWindow::deleteProperty' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:505:16: note: Technically the member function 'FbTk::FbWindow::deleteProperty' can be const.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:158:10: note: Technically the member function 'FbTk::FbWindow::deleteProperty' can be const.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:174:19: performance: Technically the member function 'FbTk::FbWindow::alpha' can be static. [functionStatic]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:346:25: note: Technically the member function 'FbTk::FbWindow::alpha' can be static.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:174:19: note: Technically the member function 'FbTk::FbWindow::alpha' can be static.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:187:10: performance: Technically the member function 'FbTk::FbWindow::setOpaque' can be static. [functionStatic]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:521:16: note: Technically the member function 'FbTk::FbWindow::setOpaque' can be static.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:187:10: note: Technically the member function 'FbTk::FbWindow::setOpaque' can be static.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:190:10: style: Technically the member function 'FbTk::FbWindow::sendConfigureNotify' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/FbWindow.cc:577:16: note: Technically the member function 'FbTk::FbWindow::sendConfigureNotify' can be const.
fbdesk-1.4.1/src/FbTk/FbWindow.hh:190:10: note: Technically the member function 'FbTk::FbWindow::sendConfigureNotify' can be const.
fbdesk-1.4.1/src/FbTk/Font.cc:224:9: style: Condition 'locale_codeset' is always false [knownConditionTrueFalse]
fbdesk-1.4.1/src/FbTk/Font.cc:221:28: note: Assignment 'locale_codeset=0', assigned value is 0
fbdesk-1.4.1/src/FbTk/Font.cc:224:9: note: Condition 'locale_codeset' is always false
fbdesk-1.4.1/src/FbTk/Font.cc:226:31: style: Condition 'locale_codeset!=0' is always false [knownConditionTrueFalse]
fbdesk-1.4.1/src/FbTk/Font.cc:221:28: note: Assignment 'locale_codeset=0', assigned value is 0
fbdesk-1.4.1/src/FbTk/Font.cc:226:31: note: Condition 'locale_codeset!=0' is always false
fbdesk-1.4.1/src/FbTk/Font.cc:312:13: style: Condition '!tmp_font' is always true [knownConditionTrueFalse]
fbdesk-1.4.1/src/FbTk/Font.cc:305:26: note: Assignment 'tmp_font=0', assigned value is 0
fbdesk-1.4.1/src/FbTk/Font.cc:312:13: note: Condition '!tmp_font' is always true
fbdesk-1.4.1/src/FbTk/Font.cc:427:15: style: Condition 'rtext!=0' is always false [knownConditionTrueFalse]
fbdesk-1.4.1/src/FbTk/Font.cc:369:19: note: Assignment 'rtext=0', assigned value is 0
fbdesk-1.4.1/src/FbTk/Font.cc:427:15: note: Condition 'rtext!=0' is always false
fbdesk-1.4.1/src/FbTk/Font.cc:427:15: style: Same expression on both sides of '!=' because the value of 'rtext' and '0' are the same. [duplicateExpression]
fbdesk-1.4.1/src/FbTk/Font.cc:369:19: note: 'rtext' is assigned value '0' here.
fbdesk-1.4.1/src/FbTk/Font.cc:427:15: note: Same expression on both sides of '!=' because the value of 'rtext' and '0' are the same.
fbdesk-1.4.1/src/FbTk/Font.cc:293:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fbdesk-1.4.1/src/FbTk/Font.hh:96:10: performance: Technically the member function 'FbTk::Font::rotate' can be static. [functionStatic]
fbdesk-1.4.1/src/FbTk/Font.cc:432:12: note: Technically the member function 'FbTk::Font::rotate' can be static.
fbdesk-1.4.1/src/FbTk/Font.hh:96:10: note: Technically the member function 'FbTk::Font::rotate' can be static.
fbdesk-1.4.1/src/FbTk/XFontImp.hh:38:10: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:45:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XFontImp.hh:38:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XFontImp.hh:39:18: style: The function 'textWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:47:26: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XFontImp.hh:39:18: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XFontImp.hh:40:18: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:50:26: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XFontImp.hh:40:18: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XFontImp.hh:42:9: style: The function 'ascent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:48:17: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XFontImp.hh:42:9: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XFontImp.hh:43:9: style: The function 'descent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:49:17: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XFontImp.hh:43:9: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XFontImp.hh:44:10: style: The function 'drawText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:46:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XFontImp.hh:44:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XFontImp.hh:45:10: style: The function 'loaded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:51:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XFontImp.hh:45:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XFontImp.hh:46:10: style: The function 'rotate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:52:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XFontImp.hh:46:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/GContext.hh:135:22: warning: Member variable 'GContext::m_gc' is not assigned a value in 'GContext::operator='. [operatorEqVarError]
fbdesk-1.4.1/src/FbTk/Image.cc:69:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fbdesk-1.4.1/src/FbTk/Image.cc:77:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fbdesk-1.4.1/src/FbTk/Image.cc:100:20: performance: Possible inefficient checking for 's_search_paths' emptiness. [stlSize]
fbdesk-1.4.1/src/FbTk/ImageControl.cc:480:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbdesk-1.4.1/src/FbTk/ImageControl.cc:580:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbdesk-1.4.1/src/FbTk/ImageControl.cc:493:9: style: Variable 'bits' is reassigned a value before the old one has been used. [redundantAssignment]
fbdesk-1.4.1/src/FbTk/ImageControl.cc:490:0: note: Variable 'bits' is reassigned a value before the old one has been used.
fbdesk-1.4.1/src/FbTk/ImageControl.cc:493:9: note: Variable 'bits' is reassigned a value before the old one has been used.
fbdesk-1.4.1/src/FbTk/ImageControl.cc:88:19: style: The scope of the variable 'q' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/ImageControl.cc:349:10: style: The scope of the variable 'install' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/ImageControl.cc:350:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/ImageControl.cc:84:11: style: Checking if unsigned variable 'x' is less than zero. This might be a false warning. [unsignedLessThanZero]
fbdesk-1.4.1/src/FbTk/ImageControl.cc:399:24: style: Checking if unsigned variable 'tmp->count' is less than zero. This might be a false warning. [unsignedLessThanZero]
fbdesk-1.4.1/src/FbTk/ImageControl.cc:100:32: style: Function 'ImageControl' argument 3 names different: declaration 'colors_per_channel' definition 'cpc'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/ImageControl.hh:44:59: note: Function 'ImageControl' argument 3 names different: declaration 'colors_per_channel' definition 'cpc'.
fbdesk-1.4.1/src/FbTk/ImageControl.cc:100:32: note: Function 'ImageControl' argument 3 names different: declaration 'colors_per_channel' definition 'cpc'.
fbdesk-1.4.1/src/FbTk/ImageControl.cc:100:80: style: Function 'ImageControl' argument 5 names different: declaration 'cache_max' definition 'cmax'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/ImageControl.hh:45:72: note: Function 'ImageControl' argument 5 names different: declaration 'cache_max' definition 'cmax'.
fbdesk-1.4.1/src/FbTk/ImageControl.cc:100:80: note: Function 'ImageControl' argument 5 names different: declaration 'cache_max' definition 'cmax'.
fbdesk-1.4.1/src/FbTk/ImageControl.cc:219:55: style: Function 'renderImage' argument 3 names different: declaration 'src_texture' definition 'texture'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/ImageControl.hh:64:45: note: Function 'renderImage' argument 3 names different: declaration 'src_texture' definition 'texture'.
fbdesk-1.4.1/src/FbTk/ImageControl.cc:219:55: note: Function 'renderImage' argument 3 names different: declaration 'src_texture' definition 'texture'.
fbdesk-1.4.1/src/FbTk/ImageControl.cc:264:39: style: Function 'removeImage' argument 1 names different: declaration 'thepix' definition 'pixmap'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/ImageControl.hh:67:29: note: Function 'removeImage' argument 1 names different: declaration 'thepix' definition 'pixmap'.
fbdesk-1.4.1/src/FbTk/ImageControl.cc:264:39: note: Function 'removeImage' argument 1 names different: declaration 'thepix' definition 'pixmap'.
fbdesk-1.4.1/src/FbTk/ImageControl.cc:378:50: style: Function 'getSqrt' argument 1 names different: declaration 'val' definition 'x'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/ImageControl.hh:54:40: note: Function 'getSqrt' argument 1 names different: declaration 'val' definition 'x'.
fbdesk-1.4.1/src/FbTk/ImageControl.cc:378:50: note: Function 'getSqrt' argument 1 names different: declaration 'val' definition 'x'.
fbdesk-1.4.1/src/FbTk/ImageControl.hh:54:19: performance: Technically the member function 'FbTk::ImageControl::getSqrt' can be static. [functionStatic]
fbdesk-1.4.1/src/FbTk/ImageControl.cc:378:29: note: Technically the member function 'FbTk::ImageControl::getSqrt' can be static.
fbdesk-1.4.1/src/FbTk/ImageControl.hh:54:19: note: Technically the member function 'FbTk::ImageControl::getSqrt' can be static.
fbdesk-1.4.1/src/FbTk/ImageControl.hh:70:10: style: Technically the member function 'FbTk::ImageControl::getXColorTable' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/ImageControl.cc:308:20: note: Technically the member function 'FbTk::ImageControl::getXColorTable' can be const.
fbdesk-1.4.1/src/FbTk/ImageControl.hh:70:10: note: Technically the member function 'FbTk::ImageControl::getXColorTable' can be const.
fbdesk-1.4.1/src/FbTk/ImageControl.cc:154:9: performance: Possible inefficient checking for 'cache' emptiness. [stlSize]
fbdesk-1.4.1/src/FbTk/ImageImlib2.hh:34:21: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/Image.hh:72:29: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/ImageImlib2.hh:34:21: note: Function in derived class
fbdesk-1.4.1/src/FbTk/ImagePNG.cc:78:51: style: Function 'load' argument 1 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/ImagePNG.hh:36:45: note: Function 'load' argument 1 names different: declaration 'name' definition 'filename'.
fbdesk-1.4.1/src/FbTk/ImagePNG.cc:78:51: note: Function 'load' argument 1 names different: declaration 'name' definition 'filename'.
fbdesk-1.4.1/src/FbTk/ImagePNG.cc:49:9: performance: Variable 'png_ptr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbdesk-1.4.1/src/FbTk/ImagePNG.cc:59:24: style: Technically the member function '::PngHelper::png' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/ImagePNG.cc:60:22: style: Technically the member function '::PngHelper::info' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/ImagePNG.hh:36:21: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/Image.hh:72:29: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/ImagePNG.hh:36:21: note: Function in derived class
fbdesk-1.4.1/src/FbTk/ImagePNG.cc:245:5: error: Mismatching allocation and deallocation: data [mismatchAllocDealloc]
fbdesk-1.4.1/src/FbTk/ImagePNG.cc:228:0: error: Memory leak: data [memleak]
fbdesk-1.4.1/src/FbTk/ImageXPM.hh:33:21: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/Image.hh:72:29: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/ImageXPM.hh:33:21: note: Function in derived class
fbdesk-1.4.1/src/FbTk/KeyUtil.hh:68:18: style: Technically the member function 'FbTk::KeyUtil::cleanMods' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/KeyUtil.hh:77:18: performance: Technically the member function 'FbTk::KeyUtil::isolateModifierMask' can be static. [functionStatic]
fbdesk-1.4.1/src/FbTk/KeyUtil.hh:86:9: performance: Technically the member function 'FbTk::KeyUtil::numlock' can be static. [functionStatic]
fbdesk-1.4.1/src/FbTk/KeyUtil.hh:87:9: performance: Technically the member function 'FbTk::KeyUtil::capslock' can be static. [functionStatic]
fbdesk-1.4.1/src/FbTk/KeyUtil.hh:88:9: performance: Technically the member function 'FbTk::KeyUtil::scrolllock' can be static. [functionStatic]
fbdesk-1.4.1/src/FbTk/Menu.cc:609:35: style: Variable 'm_which_sub' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fbdesk-1.4.1/src/FbTk/Menu.cc:609:5: note: Variable 'm_which_sub' is reassigned a value before the old one has been used if variable is no semaphore variable.
fbdesk-1.4.1/src/FbTk/Menu.cc:609:35: note: Variable 'm_which_sub' is reassigned a value before the old one has been used if variable is no semaphore variable.
fbdesk-1.4.1/src/FbTk/Menu.cc:399:18: style: The scope of the variable 'ii' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/Menu.cc:219:31: style: Function 'remove' argument 1 names different: declaration 'item' definition 'index'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Menu.hh:76:29: note: Function 'remove' argument 1 names different: declaration 'item' definition 'index'.
fbdesk-1.4.1/src/FbTk/Menu.cc:219:31: note: Function 'remove' argument 1 names different: declaration 'item' definition 'index'.
fbdesk-1.4.1/src/FbTk/Menu.cc:585:36: style: Function 'redrawFrame' argument 1 names different: declaration 'pm' definition 'drawable'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Menu.hh:189:42: note: Function 'redrawFrame' argument 1 names different: declaration 'pm' definition 'drawable'.
fbdesk-1.4.1/src/FbTk/Menu.cc:585:36: note: Function 'redrawFrame' argument 1 names different: declaration 'pm' definition 'drawable'.
fbdesk-1.4.1/src/FbTk/Menu.cc:635:36: style: Function 'redrawTitle' argument 1 names different: declaration 'pm' definition 'drawable'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Menu.hh:188:42: note: Function 'redrawTitle' argument 1 names different: declaration 'pm' definition 'drawable'.
fbdesk-1.4.1/src/FbTk/Menu.cc:635:36: note: Function 'redrawTitle' argument 1 names different: declaration 'pm' definition 'drawable'.
fbdesk-1.4.1/src/FbTk/Menu.cc:757:32: style: Function 'drawItem' argument 1 names different: declaration 'pm' definition 'drawable'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Menu.hh:183:30: note: Function 'drawItem' argument 1 names different: declaration 'pm' definition 'drawable'.
fbdesk-1.4.1/src/FbTk/Menu.cc:757:32: note: Function 'drawItem' argument 1 names different: declaration 'pm' definition 'drawable'.
fbdesk-1.4.1/src/FbTk/Menu.cc:788:53: style: Function 'setItemSelected' argument 2 names different: declaration 'val' definition 'sel'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Menu.hh:120:51: note: Function 'setItemSelected' argument 2 names different: declaration 'val' definition 'sel'.
fbdesk-1.4.1/src/FbTk/Menu.cc:788:53: note: Function 'setItemSelected' argument 2 names different: declaration 'val' definition 'sel'.
fbdesk-1.4.1/src/FbTk/Menu.cc:810:52: style: Function 'setItemEnabled' argument 2 names different: declaration 'val' definition 'enable'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Menu.hh:121:50: note: Function 'setItemEnabled' argument 2 names different: declaration 'val' definition 'enable'.
fbdesk-1.4.1/src/FbTk/Menu.cc:810:52: note: Function 'setItemEnabled' argument 2 names different: declaration 'val' definition 'enable'.
fbdesk-1.4.1/src/FbTk/Menu.cc:852:43: style: Function 'buttonPressEvent' argument 1 names different: declaration 'bp' definition 'be'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Menu.hh:104:41: note: Function 'buttonPressEvent' argument 1 names different: declaration 'bp' definition 'be'.
fbdesk-1.4.1/src/FbTk/Menu.cc:852:43: note: Function 'buttonPressEvent' argument 1 names different: declaration 'bp' definition 'be'.
fbdesk-1.4.1/src/FbTk/Menu.cc:879:45: style: Function 'buttonReleaseEvent' argument 1 names different: declaration 'br' definition 're'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Menu.hh:105:43: note: Function 'buttonReleaseEvent' argument 1 names different: declaration 'br' definition 're'.
fbdesk-1.4.1/src/FbTk/Menu.cc:879:45: note: Function 'buttonReleaseEvent' argument 1 names different: declaration 'br' definition 're'.
fbdesk-1.4.1/src/FbTk/Menu.cc:920:44: style: Function 'motionNotifyEvent' argument 1 names different: declaration 'mn' definition 'me'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Menu.hh:106:42: note: Function 'motionNotifyEvent' argument 1 names different: declaration 'mn' definition 'me'.
fbdesk-1.4.1/src/FbTk/Menu.cc:920:44: note: Function 'motionNotifyEvent' argument 1 names different: declaration 'mn' definition 'me'.
fbdesk-1.4.1/src/FbTk/Menu.cc:1059:45: style: Function 'enterNotifyEvent' argument 1 names different: declaration 'en' definition 'ce'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Menu.hh:107:43: note: Function 'enterNotifyEvent' argument 1 names different: declaration 'en' definition 'ce'.
fbdesk-1.4.1/src/FbTk/Menu.cc:1059:45: note: Function 'enterNotifyEvent' argument 1 names different: declaration 'en' definition 'ce'.
fbdesk-1.4.1/src/FbTk/Menu.cc:1111:37: style: Function 'keyPressEvent' argument 1 names different: declaration 'ke' definition 'event'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Menu.hh:110:35: note: Function 'keyPressEvent' argument 1 names different: declaration 'ke' definition 'event'.
fbdesk-1.4.1/src/FbTk/Menu.cc:1111:37: note: Function 'keyPressEvent' argument 1 names different: declaration 'ke' definition 'event'.
fbdesk-1.4.1/src/FbTk/Menu.hh:114:18: warning: Virtual function 'reconfigure' is called from constructor 'Menu(MenuTheme&tm,ImageControl&imgctrl)' at line 171. Dynamic binding is not used. [virtualCallInConstructor]
fbdesk-1.4.1/src/FbTk/Menu.cc:171:5: note: Calling reconfigure
fbdesk-1.4.1/src/FbTk/Menu.hh:114:18: note: reconfigure is a virtual method
fbdesk-1.4.1/src/FbTk/Menu.cc:261:16: error: Null pointer dereference [nullPointer]
fbdesk-1.4.1/src/FbTk/MenuIcon.cc:91:47: style: Function 'width' argument 1 names different: declaration 'item' definition 'theme'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/MenuIcon.hh:44:41: note: Function 'width' argument 1 names different: declaration 'item' definition 'theme'.
fbdesk-1.4.1/src/FbTk/MenuIcon.cc:91:47: note: Function 'width' argument 1 names different: declaration 'item' definition 'theme'.
fbdesk-1.4.1/src/FbTk/MenuIcon.hh:38:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/MenuItem.hh:109:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/MenuIcon.hh:38:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/MenuIcon.hh:44:18: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/MenuItem.hh:107:26: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/MenuIcon.hh:44:18: note: Function in derived class
fbdesk-1.4.1/src/FbTk/MenuIcon.hh:45:10: style: The function 'updateTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/MenuItem.hh:116:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/MenuIcon.hh:45:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/MenuItem.cc:99:9: style: Variable 'text_y' is reassigned a value before the old one has been used. [redundantAssignment]
fbdesk-1.4.1/src/FbTk/MenuItem.cc:94:0: note: Variable 'text_y' is reassigned a value before the old one has been used.
fbdesk-1.4.1/src/FbTk/MenuItem.cc:99:9: note: Variable 'text_y' is reassigned a value before the old one has been used.
fbdesk-1.4.1/src/FbTk/MenuItem.cc:41:33: style: Function 'draw' argument 1 names different: declaration 'drawable' definition 'draw'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/MenuItem.hh:109:35: note: Function 'draw' argument 1 names different: declaration 'drawable' definition 'draw'.
fbdesk-1.4.1/src/FbTk/MenuItem.cc:41:33: note: Function 'draw' argument 1 names different: declaration 'drawable' definition 'draw'.
fbdesk-1.4.1/src/FbTk/Resource.cc:151:65: style: Function 'findResource' argument 1 names different: declaration 'resourcename' definition 'resname'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Resource.hh:113:52: note: Function 'findResource' argument 1 names different: declaration 'resourcename' definition 'resname'.
fbdesk-1.4.1/src/FbTk/Resource.cc:151:65: note: Function 'findResource' argument 1 names different: declaration 'resourcename' definition 'resname'.
fbdesk-1.4.1/src/FbTk/Resource.cc:163:71: style: Function 'findResource' argument 1 names different: declaration 'resourcename' definition 'resname'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Resource.hh:114:58: note: Function 'findResource' argument 1 names different: declaration 'resourcename' definition 'resname'.
fbdesk-1.4.1/src/FbTk/Resource.cc:163:71: note: Function 'findResource' argument 1 names different: declaration 'resourcename' definition 'resname'.
fbdesk-1.4.1/src/FbTk/Resource.cc:175:58: style: Function 'resourceValue' argument 1 names different: declaration 'resourcename' definition 'resname'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Resource.hh:116:50: note: Function 'resourceValue' argument 1 names different: declaration 'resourcename' definition 'resname'.
fbdesk-1.4.1/src/FbTk/Resource.cc:175:58: note: Function 'resourceValue' argument 1 names different: declaration 'resourcename' definition 'resname'.
fbdesk-1.4.1/src/FbTk/Resource.cc:183:59: style: Function 'setResourceValue' argument 1 names different: declaration 'resourcename' definition 'resname'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Resource.hh:117:46: note: Function 'setResourceValue' argument 1 names different: declaration 'resourcename' definition 'resname'.
fbdesk-1.4.1/src/FbTk/Resource.cc:183:59: note: Function 'setResourceValue' argument 1 names different: declaration 'resourcename' definition 'resname'.
fbdesk-1.4.1/src/FbTk/Subject.cc:43:32: style: Function 'attach' argument 1 names different: declaration 'obs' definition 'obj'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Subject.hh:40:27: note: Function 'attach' argument 1 names different: declaration 'obs' definition 'obj'.
fbdesk-1.4.1/src/FbTk/Subject.cc:43:32: note: Function 'attach' argument 1 names different: declaration 'obs' definition 'obj'.
fbdesk-1.4.1/src/FbTk/Subject.cc:50:32: style: Function 'detach' argument 1 names different: declaration 'obs' definition 'obj'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Subject.hh:42:27: note: Function 'detach' argument 1 names different: declaration 'obs' definition 'obj'.
fbdesk-1.4.1/src/FbTk/Subject.cc:50:32: note: Function 'detach' argument 1 names different: declaration 'obs' definition 'obj'.
fbdesk-1.4.1/src/FbTk/Subject.cc:75:40: style: Function 'removeObserver' argument 1 names different: declaration 'obs' definition 'obj'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Subject.hh:45:42: note: Function 'removeObserver' argument 1 names different: declaration 'obs' definition 'obj'.
fbdesk-1.4.1/src/FbTk/Subject.cc:75:40: note: Function 'removeObserver' argument 1 names different: declaration 'obs' definition 'obj'.
fbdesk-1.4.1/src/FbTk/Subject.cc:67:9: performance: Possible inefficient checking for 'm_dead_observers' emptiness. [stlSize]
fbdesk-1.4.1/src/FbTk/Surface.cc:210:48: style: Function 'createPixmap' argument 2 names different: declaration 'pm' definition 'pixmap'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Surface.hh:59:43: note: Function 'createPixmap' argument 2 names different: declaration 'pm' definition 'pixmap'.
fbdesk-1.4.1/src/FbTk/Surface.cc:210:48: note: Function 'createPixmap' argument 2 names different: declaration 'pm' definition 'pixmap'.
fbdesk-1.4.1/src/FbTk/Text.cc:74:58: style: Function 'setFromString' argument 1 names different: declaration 'strval' definition 'value'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Theme.hh:72:36: note: Function 'setFromString' argument 1 names different: declaration 'strval' definition 'value'.
fbdesk-1.4.1/src/FbTk/Text.cc:74:58: note: Function 'setFromString' argument 1 names different: declaration 'strval' definition 'value'.
fbdesk-1.4.1/src/FbTk/Theme.hh:70:10: style: The function 'setDefaultValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/Theme.hh:53:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/Theme.hh:70:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/Theme.hh:72:10: style: The function 'setFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/Theme.hh:52:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/Theme.hh:72:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/Theme.hh:76:10: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/Theme.hh:54:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/Theme.hh:76:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/TextBox.cc:200:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/TextBox.cc:384:37: style: Function 'setCursorPosition' argument 1 names different: declaration 'cursor' definition 'pos'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/TextBox.hh:47:32: note: Function 'setCursorPosition' argument 1 names different: declaration 'cursor' definition 'pos'.
fbdesk-1.4.1/src/FbTk/TextBox.cc:384:37: note: Function 'setCursorPosition' argument 1 names different: declaration 'cursor' definition 'pos'.
fbdesk-1.4.1/src/FbTk/TextBox.hh:48:10: style: Technically the member function 'FbTk::TextBox::setInputFocus' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/TextBox.cc:87:15: note: Technically the member function 'FbTk::TextBox::setInputFocus' can be const.
fbdesk-1.4.1/src/FbTk/TextBox.hh:48:10: note: Technically the member function 'FbTk::TextBox::setInputFocus' can be const.
fbdesk-1.4.1/src/FbTk/TextBox.hh:75:9: style: Technically the member function 'FbTk::TextBox::findEmptySpaceLeft' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/TextBox.cc:416:14: note: Technically the member function 'FbTk::TextBox::findEmptySpaceLeft' can be const.
fbdesk-1.4.1/src/FbTk/TextBox.hh:75:9: note: Technically the member function 'FbTk::TextBox::findEmptySpaceLeft' can be const.
fbdesk-1.4.1/src/FbTk/TextBox.cc:442:59: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fbdesk-1.4.1/src/FbTk/Texture.cc:44:48: style: Function 'setFromString' argument 1 names different: declaration 'str' definition 'texture_str'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Texture.hh:77:43: note: Function 'setFromString' argument 1 names different: declaration 'str' definition 'texture_str'.
fbdesk-1.4.1/src/FbTk/Texture.cc:44:48: note: Function 'setFromString' argument 1 names different: declaration 'str' definition 'texture_str'.
fbdesk-1.4.1/src/FbTk/TextureRender.cc:314:33: style: The scope of the variable 'dithx' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:314:40: style: The scope of the variable 'dithy' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:314:59: style: The scope of the variable 'er' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:314:63: style: The scope of the variable 'eg' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:314:67: style: The scope of the variable 'eb' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:946:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:1091:23: style: The scope of the variable 'channel' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:1091:32: style: The scope of the variable 'channel2' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:52:44: style: Function 'TextureRender' argument 1 names different: declaration 'ic' definition 'imgctrl'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/TextureRender.hh:45:33: note: Function 'TextureRender' argument 1 names different: declaration 'ic' definition 'imgctrl'.
fbdesk-1.4.1/src/FbTk/TextureRender.cc:52:44: note: Function 'TextureRender' argument 1 names different: declaration 'ic' definition 'imgctrl'.
fbdesk-1.4.1/src/FbTk/TextureRender.cc:53:43: style: Function 'TextureRender' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/TextureRender.hh:45:50: note: Function 'TextureRender' argument 2 names different: declaration 'width' definition 'w'.
fbdesk-1.4.1/src/FbTk/TextureRender.cc:53:43: note: Function 'TextureRender' argument 2 names different: declaration 'width' definition 'w'.
fbdesk-1.4.1/src/FbTk/TextureRender.cc:53:59: style: Function 'TextureRender' argument 3 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/TextureRender.hh:45:70: note: Function 'TextureRender' argument 3 names different: declaration 'height' definition 'h'.
fbdesk-1.4.1/src/FbTk/TextureRender.cc:53:59: note: Function 'TextureRender' argument 3 names different: declaration 'height' definition 'h'.
fbdesk-1.4.1/src/FbTk/TextureRender.cc:94:51: style: Function 'render' argument 1 names different: declaration 'src_texture' definition 'texture'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/TextureRender.hh:49:40: note: Function 'render' argument 1 names different: declaration 'src_texture' definition 'texture'.
fbdesk-1.4.1/src/FbTk/TextureRender.cc:94:51: note: Function 'render' argument 1 names different: declaration 'src_texture' definition 'texture'.
fbdesk-1.4.1/src/FbTk/TextureRender.cc:141:56: style: Function 'renderSolid' argument 1 names different: declaration 'src_texture' definition 'texture'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/TextureRender.hh:51:45: note: Function 'renderSolid' argument 1 names different: declaration 'src_texture' definition 'texture'.
fbdesk-1.4.1/src/FbTk/TextureRender.cc:141:56: note: Function 'renderSolid' argument 1 names different: declaration 'src_texture' definition 'texture'.
fbdesk-1.4.1/src/FbTk/TextureRender.cc:226:59: style: Function 'renderGradient' argument 1 names different: declaration 'src_texture' definition 'texture'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/TextureRender.hh:53:48: note: Function 'renderGradient' argument 1 names different: declaration 'src_texture' definition 'texture'.
fbdesk-1.4.1/src/FbTk/TextureRender.cc:226:59: note: Function 'renderGradient' argument 1 names different: declaration 'src_texture' definition 'texture'.
fbdesk-1.4.1/src/FbTk/TextureRender.cc:1229:40: portability: The 2nd memset() argument 'yr' is a float, its representation is implementation defined. [memsetFloat]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:1230:40: portability: The 2nd memset() argument 'yg' is a float, its representation is implementation defined. [memsetFloat]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:1231:40: portability: The 2nd memset() argument 'yb' is a float, its representation is implementation defined. [memsetFloat]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:52:16: warning: Member variable 'TextureRender::interlaced' is not initialized in the constructor. [uninitMemberVar]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:52:16: warning: Member variable 'TextureRender::from' is not initialized in the constructor. [uninitMemberVar]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:52:16: warning: Member variable 'TextureRender::to' is not initialized in the constructor. [uninitMemberVar]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:56:20: error: Member variable 'ncolors' is initialized by itself. [selfInitialization]
fbdesk-1.4.1/src/FbTk/TextureRender.hh:74:10: style: Technically the member function 'FbTk::TextureRender::bevel1' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:725:21: note: Technically the member function 'FbTk::TextureRender::bevel1' can be const.
fbdesk-1.4.1/src/FbTk/TextureRender.hh:74:10: note: Technically the member function 'FbTk::TextureRender::bevel1' can be const.
fbdesk-1.4.1/src/FbTk/TextureRender.hh:75:10: style: Technically the member function 'FbTk::TextureRender::bevel2' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:864:21: note: Technically the member function 'FbTk::TextureRender::bevel2' can be const.
fbdesk-1.4.1/src/FbTk/TextureRender.hh:75:10: note: Technically the member function 'FbTk::TextureRender::bevel2' can be const.
fbdesk-1.4.1/src/FbTk/TextureRender.hh:76:10: style: Technically the member function 'FbTk::TextureRender::dgradient' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:964:21: note: Technically the member function 'FbTk::TextureRender::dgradient' can be const.
fbdesk-1.4.1/src/FbTk/TextureRender.hh:76:10: note: Technically the member function 'FbTk::TextureRender::dgradient' can be const.
fbdesk-1.4.1/src/FbTk/TextureRender.hh:77:10: style: Technically the member function 'FbTk::TextureRender::egradient' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:1470:21: note: Technically the member function 'FbTk::TextureRender::egradient' can be const.
fbdesk-1.4.1/src/FbTk/TextureRender.hh:77:10: note: Technically the member function 'FbTk::TextureRender::egradient' can be const.
fbdesk-1.4.1/src/FbTk/TextureRender.hh:79:10: style: Technically the member function 'FbTk::TextureRender::pgradient' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:1243:21: note: Technically the member function 'FbTk::TextureRender::pgradient' can be const.
fbdesk-1.4.1/src/FbTk/TextureRender.hh:79:10: note: Technically the member function 'FbTk::TextureRender::pgradient' can be const.
fbdesk-1.4.1/src/FbTk/TextureRender.hh:80:10: style: Technically the member function 'FbTk::TextureRender::rgradient' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:1357:21: note: Technically the member function 'FbTk::TextureRender::rgradient' can be const.
fbdesk-1.4.1/src/FbTk/TextureRender.hh:80:10: note: Technically the member function 'FbTk::TextureRender::rgradient' can be const.
fbdesk-1.4.1/src/FbTk/TextureRender.hh:82:10: style: Technically the member function 'FbTk::TextureRender::cdgradient' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:1704:21: note: Technically the member function 'FbTk::TextureRender::cdgradient' can be const.
fbdesk-1.4.1/src/FbTk/TextureRender.hh:82:10: note: Technically the member function 'FbTk::TextureRender::cdgradient' can be const.
fbdesk-1.4.1/src/FbTk/TextureRender.hh:83:10: style: Technically the member function 'FbTk::TextureRender::pcgradient' can be const. [functionConst]
fbdesk-1.4.1/src/FbTk/TextureRender.cc:1591:21: note: Technically the member function 'FbTk::TextureRender::pcgradient' can be const.
fbdesk-1.4.1/src/FbTk/TextureRender.hh:83:10: note: Technically the member function 'FbTk::TextureRender::pcgradient' can be const.
fbdesk-1.4.1/src/FbTk/Theme.cc:204:99: style: Function 'loadItem' argument 3 names different: declaration 'altname' definition 'alt_name'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Theme.hh:140:89: note: Function 'loadItem' argument 3 names different: declaration 'altname' definition 'alt_name'.
fbdesk-1.4.1/src/FbTk/Theme.cc:204:99: note: Function 'loadItem' argument 3 names different: declaration 'altname' definition 'alt_name'.
fbdesk-1.4.1/src/FbTk/ThemeItems.cc:69:51: style: Function 'setFromString' argument 1 names different: declaration 'strval' definition 'str'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Theme.hh:72:36: note: Function 'setFromString' argument 1 names different: declaration 'strval' definition 'str'.
fbdesk-1.4.1/src/FbTk/ThemeItems.cc:69:51: note: Function 'setFromString' argument 1 names different: declaration 'strval' definition 'str'.
fbdesk-1.4.1/src/FbTk/Timer.cc:67:31: style: Function 'setTimeout' argument 1 names different: declaration 'val' definition 't'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Timer.hh:65:28: note: Function 'setTimeout' argument 1 names different: declaration 'val' definition 't'.
fbdesk-1.4.1/src/FbTk/Timer.cc:67:31: note: Function 'setTimeout' argument 1 names different: declaration 'val' definition 't'.
fbdesk-1.4.1/src/FbTk/Timer.cc:75:32: style: Function 'setTimeout' argument 1 names different: declaration 'val' definition 't'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Timer.hh:67:29: note: Function 'setTimeout' argument 1 names different: declaration 'val' definition 't'.
fbdesk-1.4.1/src/FbTk/Timer.cc:75:32: note: Function 'setTimeout' argument 1 names different: declaration 'val' definition 't'.
fbdesk-1.4.1/src/FbTk/Timer.cc:106:30: style: Function 'updateTimers' argument 1 names different: declaration 'file_descriptor' definition 'fd'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Timer.hh:74:34: note: Function 'updateTimers' argument 1 names different: declaration 'file_descriptor' definition 'fd'.
fbdesk-1.4.1/src/FbTk/Timer.cc:106:30: note: Function 'updateTimers' argument 1 names different: declaration 'file_descriptor' definition 'fd'.
fbdesk-1.4.1/src/FbTk/Timer.cc:155:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fbdesk-1.4.1/src/FbTk/Timer.cc:187:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fbdesk-1.4.1/src/FbTk/Timer.cc:114:9: performance: Possible inefficient checking for 'm_timerlist' emptiness. [stlSize]
fbdesk-1.4.1/src/FbTk/Transparent.cc:152:35: style: Function 'Transparent' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Transparent.hh:34:26: note: Function 'Transparent' argument 1 names different: declaration 'source' definition 'src'.
fbdesk-1.4.1/src/FbTk/Transparent.cc:152:35: note: Function 'Transparent' argument 1 names different: declaration 'source' definition 'src'.
fbdesk-1.4.1/src/FbTk/Transparent.cc:245:38: style: Function 'setSource' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Transparent.hh:39:29: note: Function 'setSource' argument 1 names different: declaration 'src' definition 'source'.
fbdesk-1.4.1/src/FbTk/Transparent.cc:245:38: note: Function 'setSource' argument 1 names different: declaration 'src' definition 'source'.
fbdesk-1.4.1/src/FbTk/Transparent.cc:306:44: style: Function 'allocAlpha' argument 1 names different: declaration 'newval' definition 'alpha'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/Transparent.hh:60:35: note: Function 'allocAlpha' argument 1 names different: declaration 'newval' definition 'alpha'.
fbdesk-1.4.1/src/FbTk/Transparent.cc:306:44: note: Function 'allocAlpha' argument 1 names different: declaration 'newval' definition 'alpha'.
fbdesk-1.4.1/src/FbTk/Transparent.cc:156:21: style: Variable 'disp' is assigned a value that is never used. [unreadVariable]
fbdesk-1.4.1/src/FbTk/Transparent.hh:39:10: performance: Technically the member function 'FbTk::Transparent::setSource' can be static. [functionStatic]
fbdesk-1.4.1/src/FbTk/Transparent.cc:245:19: note: Technically the member function 'FbTk::Transparent::setSource' can be static.
fbdesk-1.4.1/src/FbTk/Transparent.hh:39:10: note: Technically the member function 'FbTk::Transparent::setSource' can be static.
fbdesk-1.4.1/src/FbTk/Transparent.hh:41:10: performance: Technically the member function 'FbTk::Transparent::setDest' can be static. [functionStatic]
fbdesk-1.4.1/src/FbTk/Transparent.cc:218:19: note: Technically the member function 'FbTk::Transparent::setDest' can be static.
fbdesk-1.4.1/src/FbTk/Transparent.hh:41:10: note: Technically the member function 'FbTk::Transparent::setDest' can be static.
fbdesk-1.4.1/src/FbTk/Transparent.hh:42:10: performance: Technically the member function 'FbTk::Transparent::freeDest' can be static. [functionStatic]
fbdesk-1.4.1/src/FbTk/Transparent.cc:207:19: note: Technically the member function 'FbTk::Transparent::freeDest' can be static.
fbdesk-1.4.1/src/FbTk/Transparent.hh:42:10: note: Technically the member function 'FbTk::Transparent::freeDest' can be static.
fbdesk-1.4.1/src/FbTk/Transparent.hh:46:10: performance: Technically the member function 'FbTk::Transparent::render' can be static. [functionStatic]
fbdesk-1.4.1/src/FbTk/Transparent.cc:285:19: note: Technically the member function 'FbTk::Transparent::render' can be static.
fbdesk-1.4.1/src/FbTk/Transparent.hh:46:10: note: Technically the member function 'FbTk::Transparent::render' can be static.
fbdesk-1.4.1/src/FbTk/Transparent.hh:60:10: performance: Technically the member function 'FbTk::Transparent::allocAlpha' can be static. [functionStatic]
fbdesk-1.4.1/src/FbTk/Transparent.cc:306:19: note: Technically the member function 'FbTk::Transparent::allocAlpha' can be static.
fbdesk-1.4.1/src/FbTk/Transparent.hh:60:10: note: Technically the member function 'FbTk::Transparent::allocAlpha' can be static.
fbdesk-1.4.1/src/FbTk/XFontImp.cc:138:22: style: The scope of the variable 'index' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/XFontImp.cc:139:9: style: The scope of the variable 'vert_w' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/XFontImp.cc:139:17: style: The scope of the variable 'vert_h' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/XFontImp.cc:139:25: style: The scope of the variable 'vert_len' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/XFontImp.cc:139:49: style: The scope of the variable 'bit_len' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/XFontImp.cc:142:9: style: The scope of the variable 'ascent' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/XFontImp.cc:142:17: style: The scope of the variable 'descent' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/XFontImp.cc:142:26: style: The scope of the variable 'lbearing' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/XFontImp.cc:142:36: style: The scope of the variable 'rbearing' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/XFontImp.cc:330:22: style: The scope of the variable 'ichar' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/XFontImp.cc:42:32: style: Function 'XFontImp' argument 1 names different: declaration 'filename' definition 'fontname'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/XFontImp.hh:36:35: note: Function 'XFontImp' argument 1 names different: declaration 'filename' definition 'fontname'.
fbdesk-1.4.1/src/FbTk/XFontImp.cc:42:32: note: Function 'XFontImp' argument 1 names different: declaration 'filename' definition 'fontname'.
fbdesk-1.4.1/src/FbTk/XFontImp.cc:64:40: style: Function 'load' argument 1 names different: declaration 'filename' definition 'fontname'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/XFontImp.hh:38:34: note: Function 'load' argument 1 names different: declaration 'filename' definition 'fontname'.
fbdesk-1.4.1/src/FbTk/XFontImp.cc:64:40: note: Function 'load' argument 1 names different: declaration 'filename' definition 'fontname'.
fbdesk-1.4.1/src/FbTk/XftFontImp.cc:34:36: style: Function 'XftFontImp' argument 1 names different: declaration 'fontname' definition 'name'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/XftFontImp.hh:35:28: note: Function 'XftFontImp' argument 1 names different: declaration 'fontname' definition 'name'.
fbdesk-1.4.1/src/FbTk/XftFontImp.cc:34:36: note: Function 'XftFontImp' argument 1 names different: declaration 'fontname' definition 'name'.
fbdesk-1.4.1/src/FbTk/XftFontImp.hh:37:10: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:45:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XftFontImp.hh:37:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XftFontImp.hh:38:10: style: The function 'drawText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:46:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XftFontImp.hh:38:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XftFontImp.hh:39:18: style: The function 'textWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:47:26: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XftFontImp.hh:39:18: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XftFontImp.hh:40:18: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:50:26: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XftFontImp.hh:40:18: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XftFontImp.hh:41:9: style: The function 'ascent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:48:17: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XftFontImp.hh:41:9: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XftFontImp.hh:42:9: style: The function 'descent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:49:17: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XftFontImp.hh:42:9: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XftFontImp.hh:43:10: style: The function 'loaded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:51:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XftFontImp.hh:43:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XftFontImp.hh:44:10: style: The function 'utf8' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:53:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XftFontImp.hh:44:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XmbFontImp.cc:91:17: style: The scope of the variable 'p' can be reduced. [variableScope]
fbdesk-1.4.1/src/FbTk/XmbFontImp.cc:159:36: style: Function 'XmbFontImp' argument 1 names different: declaration 'fontname' definition 'filename'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/XmbFontImp.hh:36:28: note: Function 'XmbFontImp' argument 1 names different: declaration 'fontname' definition 'filename'.
fbdesk-1.4.1/src/FbTk/XmbFontImp.cc:159:36: note: Function 'XmbFontImp' argument 1 names different: declaration 'fontname' definition 'filename'.
fbdesk-1.4.1/src/FbTk/XmbFontImp.cc:169:42: style: Function 'load' argument 1 names different: declaration 'name' definition 'fontname'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/FbTk/XmbFontImp.hh:38:34: note: Function 'load' argument 1 names different: declaration 'name' definition 'fontname'.
fbdesk-1.4.1/src/FbTk/XmbFontImp.cc:169:42: note: Function 'load' argument 1 names different: declaration 'name' definition 'fontname'.
fbdesk-1.4.1/src/FbTk/XmbFontImp.cc:118:0: style: Variable 'orig_locale' is assigned a value that is never used. [unreadVariable]
fbdesk-1.4.1/src/FbTk/XmbFontImp.hh:38:10: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:45:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XmbFontImp.hh:38:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XmbFontImp.hh:39:18: style: The function 'drawText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:46:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XmbFontImp.hh:39:18: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XmbFontImp.hh:40:18: style: The function 'textWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:47:26: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XmbFontImp.hh:40:18: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XmbFontImp.hh:41:18: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:50:26: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XmbFontImp.hh:41:18: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XmbFontImp.hh:42:9: style: The function 'ascent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:48:17: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XmbFontImp.hh:42:9: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XmbFontImp.hh:43:9: style: The function 'descent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:49:17: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XmbFontImp.hh:43:9: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XmbFontImp.hh:44:10: style: The function 'loaded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:51:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XmbFontImp.hh:44:10: note: Function in derived class
fbdesk-1.4.1/src/FbTk/XmbFontImp.hh:45:10: style: The function 'utf8' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbdesk-1.4.1/src/FbTk/FontImp.hh:53:18: note: Virtual function in base class
fbdesk-1.4.1/src/FbTk/XmbFontImp.hh:45:10: note: Function in derived class
fbdesk-1.4.1/src/Icon.hh:76:10: performance: Technically the member function 'FbDesk::Icon::setupDragAndDrop' can be static. [functionStatic]
fbdesk-1.4.1/src/Icon.cc:312:12: note: Technically the member function 'FbDesk::Icon::setupDragAndDrop' can be static.
fbdesk-1.4.1/src/Icon.hh:76:10: note: Technically the member function 'FbDesk::Icon::setupDragAndDrop' can be static.
fbdesk-1.4.1/src/Icon.hh:88:19: performance: Technically the member function 'FbDesk::Icon::findCache' can be static. [functionStatic]
fbdesk-1.4.1/src/Icon.cc:287:27: note: Technically the member function 'FbDesk::Icon::findCache' can be static.
fbdesk-1.4.1/src/Icon.hh:88:19: note: Technically the member function 'FbDesk::Icon::findCache' can be static.
fbdesk-1.4.1/src/IconConfig.cc:42:13: warning: Member variable 'IconConfig::m_textplacement' is not initialized in the constructor. [uninitMemberVar]
fbdesk-1.4.1/src/IconConfig.cc:42:13: warning: Member variable 'IconConfig::m_text_alpha' is not initialized in the constructor. [uninitMemberVar]
fbdesk-1.4.1/src/IconConfig.cc:42:13: warning: Member variable 'IconConfig::m_icon_alpha' is not initialized in the constructor. [uninitMemberVar]
fbdesk-1.4.1/src/InputField.cc:75:46: style: Function 'setTitle' argument 1 names different: declaration 'label' definition 'text'. [funcArgNamesDifferent]
fbdesk-1.4.1/src/InputField.hh:49:38: note: Function 'setTitle' argument 1 names different: declaration 'label' definition 'text'.
fbdesk-1.4.1/src/InputField.cc:75:46: note: Function 'setTitle' argument 1 names different: declaration 'label' definition 'text'.
[21:40]
ftp://ftp.se.debian.org/debian/pool/main/f/fbi/fbi_2.10.orig.tar.gz
fbi-2.10/RegEdit.c:180:14: style: The scope of the variable 'ident' can be reduced. [variableScope]
fbi-2.10/RegEdit.c:183:15: style: The scope of the variable 'dpy' can be reduced. [variableScope]
fbi-2.10/RegEdit.c:782:12: style: The scope of the variable 'str' can be reduced. [variableScope]
fbi-2.10/RegEdit.c:1033:12: style: The scope of the variable 'str' can be reduced. [variableScope]
fbi-2.10/RegEdit.c:1273:12: style: The scope of the variable 'str' can be reduced. [variableScope]
fbi-2.10/RegEdit.c:1724:9: error: Uninitialized variable: ptr [uninitvar]
fbi-2.10/browser.c:96:10: style: The scope of the variable 'line' can be reduced. [variableScope]
fbi-2.10/browser.c:319:11: style: The scope of the variable 'filter' can be reduced. [variableScope]
fbi-2.10/browser.c:379:11: style: The scope of the variable 'file' can be reduced. [variableScope]
fbi-2.10/color.c:156:9: style: The scope of the variable 'left' can be reduced. [variableScope]
fbi-2.10/color.c:156:14: style: The scope of the variable 'right' can be reduced. [variableScope]
fbi-2.10/color.c:156:20: style: The scope of the variable 'top' can be reduced. [variableScope]
fbi-2.10/color.c:156:24: style: The scope of the variable 'bottom' can be reduced. [variableScope]
fbi-2.10/color.c:156:31: style: The scope of the variable 'i' can be reduced. [variableScope]
fbi-2.10/color.c:156:33: style: The scope of the variable 'val' can be reduced. [variableScope]
fbi-2.10/color.c:156:37: style: The scope of the variable 'x1' can be reduced. [variableScope]
fbi-2.10/color.c:156:40: style: The scope of the variable 'y1' can be reduced. [variableScope]
fbi-2.10/color.c:156:43: style: The scope of the variable 'x2' can be reduced. [variableScope]
fbi-2.10/color.c:156:46: style: The scope of the variable 'y2' can be reduced. [variableScope]
fbi-2.10/color.c:157:11: style: The scope of the variable 'p' can be reduced. [variableScope]
fbi-2.10/color.c:208:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fbi-2.10/color.c:208:11: style: The scope of the variable 'val' can be reduced. [variableScope]
fbi-2.10/curl.c:255:0: error: Syntax error in #if [preprocessorErrorDirective]
fbi-2.10/desktop.c:82:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fbi-2.10/desktop.c:111:26: style: The scope of the variable 'l' can be reduced. [variableScope]
fbi-2.10/desktop.c:130:26: style: The scope of the variable 'l' can be reduced. [variableScope]
fbi-2.10/desktop.c:158:26: style: The scope of the variable 'l' can be reduced. [variableScope]
fbi-2.10/desktop.c:196:26: style: The scope of the variable 'l' can be reduced. [variableScope]
fbi-2.10/desktop.c:214:26: style: The scope of the variable 'l' can be reduced. [variableScope]
fbi-2.10/dither.c:56:21: style: The scope of the variable 'low_shade' can be reduced. [variableScope]
fbi-2.10/dither.c:56:32: style: The scope of the variable 'high_shade' can be reduced. [variableScope]
fbi-2.10/dither.c:57:21: style: The scope of the variable 'index' can be reduced. [variableScope]
fbi-2.10/dither.c:144:21: style: The scope of the variable 'a' can be reduced. [variableScope]
fbi-2.10/dither.c:144:24: style: The scope of the variable 'b' can be reduced. [variableScope]
fbi-2.10/dither.c:145:27: style: The scope of the variable 'xmod' can be reduced. [variableScope]
fbi-2.10/dither.c:173:27: style: The scope of the variable 'xmod' can be reduced. [variableScope]
fbi-2.10/dither.c:174:21: style: The scope of the variable 'a' can be reduced. [variableScope]
fbi-2.10/dither.c:174:23: style: The scope of the variable 'g' can be reduced. [variableScope]
fbi-2.10/exiftran.c:129:12: style: The scope of the variable 'c' can be reduced. [variableScope]
fbi-2.10/fb-gui.c:365:20: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbi-2.10/fb-gui.c:366:9: style: The scope of the variable 'x' can be reduced. [variableScope]
fbi-2.10/fb-gui.c:399:20: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbi-2.10/fb-gui.c:549:13: style: The scope of the variable 'save' can be reduced. [variableScope]
fbi-2.10/fb-gui.c:577:20: style: The scope of the variable 'len' can be reduced. [variableScope]
fbi-2.10/fb-gui.c:633:17: style: The scope of the variable 'rc' can be reduced. [variableScope]
fbi-2.10/fbi.c:242:19: style: The scope of the variable 'f' can be reduced. [variableScope]
fbi-2.10/fbi.c:297:19: style: The scope of the variable 'f' can be reduced. [variableScope]
fbi-2.10/fbi.c:325:19: style: The scope of the variable 'f' can be reduced. [variableScope]
fbi-2.10/fbi.c:461:17: style: The scope of the variable 'ee' can be reduced. [variableScope]
fbi-2.10/fbi.c:1112:23: style: The scope of the variable 'extra' can be reduced. [variableScope]
fbi-2.10/fbi.c:1113:11: style: The scope of the variable 'desc' can be reduced. [variableScope]
fbi-2.10/fbi.c:1114:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fbi-2.10/fbi.c:1151:14: style: The scope of the variable 'rc' can be reduced. [variableScope]
fbi-2.10/fbi.c:1283:9: style: The scope of the variable 'try_release' can be reduced. [variableScope]
fbi-2.10/fbi.c:1301:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fbi-2.10/fbi.c:1316:10: style: The scope of the variable 'linebuffer' can be reduced. [variableScope]
fbi-2.10/fbi.c:1415:30: style: The scope of the variable 'key' can be reduced. [variableScope]
fbi-2.10/fbi.c:657:2: error: Resource leak: fp [resourceLeak]
fbi-2.10/fbtools.c:196:2: error: Resource leak: fp [resourceLeak]
fbi-2.10/filebutton.c:130:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbi-2.10/filebutton.c:130:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbi-2.10/filebutton.c:580:3: warning: Either the condition 'if(t)' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
fbi-2.10/filebutton.c:581:5: note: Assuming that condition 'if(t)' is not redundant
fbi-2.10/filebutton.c:580:3: note: Null pointer dereference
fbi-2.10/filebutton.c:580:6: warning: Either the condition 'if(s)' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
fbi-2.10/filebutton.c:582:5: note: Assuming that condition 'if(s)' is not redundant
fbi-2.10/filebutton.c:580:6: note: Null pointer dereference
fbi-2.10/filebutton.c:85:22: style: The scope of the variable 'b' can be reduced. [variableScope]
fbi-2.10/filebutton.c:349:26: style: The scope of the variable 'file' can be reduced. [variableScope]
fbi-2.10/filebutton.c:401:11: style: The scope of the variable 'comment' can be reduced. [variableScope]
fbi-2.10/filebutton.c:561:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fbi-2.10/filebutton.c:561:13: style: The scope of the variable 'len' can be reduced. [variableScope]
fbi-2.10/filelist.c:200:20: warning: Either the condition 'if(t)' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
fbi-2.10/filelist.c:202:5: note: Assuming that condition 'if(t)' is not redundant
fbi-2.10/filelist.c:200:20: note: Null pointer dereference
fbi-2.10/filelist.c:200:22: warning: Either the condition 'if(y)' is redundant or there is possible null pointer dereference: y. [nullPointerRedundantCheck]
fbi-2.10/filelist.c:201:5: note: Assuming that condition 'if(y)' is not redundant
fbi-2.10/filelist.c:200:22: note: Null pointer dereference
fbi-2.10/filelist.c:200:24: warning: Either the condition 'if(s)' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
fbi-2.10/filelist.c:203:5: note: Assuming that condition 'if(s)' is not redundant
fbi-2.10/filelist.c:200:24: note: Null pointer dereference
fbi-2.10/filelist.c:149:25: style: The scope of the variable 'file' can be reduced. [variableScope]
fbi-2.10/filelist.c:168:25: style: The scope of the variable 'file' can be reduced. [variableScope]
fbi-2.10/filelist.c:192:18: style: The scope of the variable 'i' can be reduced. [variableScope]
fbi-2.10/filelist.c:192:20: style: The scope of the variable 'j' can be reduced. [variableScope]
fbi-2.10/filelist.c:193:11: style: The scope of the variable 'file' can be reduced. [variableScope]
fbi-2.10/filelist.c:300:16: style: The scope of the variable 'file' can be reduced. [variableScope]
fbi-2.10/filelist.c:329:11: style: The scope of the variable 'filename' can be reduced. [variableScope]
fbi-2.10/filelist.c:364:11: style: The scope of the variable 'filename' can be reduced. [variableScope]
fbi-2.10/filelist.c:490:11: style: The scope of the variable 'file' can be reduced. [variableScope]
fbi-2.10/filelist.c:311:2: style: Variable 'file' is modified but its new value is never used. [unreadVariable]
fbi-2.10/filter.c:18:11: style: The scope of the variable 'g' can be reduced. [variableScope]
fbi-2.10/filter.c:139:11: style: The scope of the variable 'val' can be reduced. [variableScope]
fbi-2.10/filter.c:269:31: style: The scope of the variable 'd0' can be reduced. [variableScope]
fbi-2.10/filter.c:269:34: style: The scope of the variable 'd1' can be reduced. [variableScope]
fbi-2.10/filter.c:269:37: style: The scope of the variable 'd2' can be reduced. [variableScope]
fbi-2.10/filter.c:270:20: style: The scope of the variable 'csrcline' can be reduced. [variableScope]
fbi-2.10/filter.c:393:26: style: The scope of the variable 'black' can be reduced. [variableScope]
fbi-2.10/filter.c:411:11: style: The scope of the variable 'fx' can be reduced. [variableScope]
fbi-2.10/filter.c:411:14: style: The scope of the variable 'fy' can be reduced. [variableScope]
fbi-2.10/filter.c:411:17: style: The scope of the variable 'w' can be reduced. [variableScope]
fbi-2.10/filter.c:412:11: style: The scope of the variable 'sx' can be reduced. [variableScope]
fbi-2.10/filter.c:412:14: style: The scope of the variable 'sy' can be reduced. [variableScope]
fbi-2.10/filter.c:205:2: style: Label 'f1' is not used. [unusedLabel]
fbi-2.10/genthumbnail.c:31:2: error: Resource leak: fp [resourceLeak]
fbi-2.10/hex.c:45:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fbi-2.10/icons.c:43:10: style: The scope of the variable 'sname' can be reduced. [variableScope]
fbi-2.10/ida.c:1540:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbi-2.10/ida.c:1544:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbi-2.10/ida.c:1563:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbi-2.10/ida.c:1567:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbi-2.10/ida.c:1585:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbi-2.10/ida.c:1588:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbi-2.10/ida.c:641:5: style: Variable 'push' is reassigned a value before the old one has been used. [redundantAssignment]
fbi-2.10/ida.c:636:5: note: Variable 'push' is reassigned a value before the old one has been used.
fbi-2.10/ida.c:641:5: note: Variable 'push' is reassigned a value before the old one has been used.
fbi-2.10/ida.c:804:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
fbi-2.10/ida.c:941:11: style: The scope of the variable 'line' can be reduced. [variableScope]
fbi-2.10/ida.c:1263:10: style: The scope of the variable 'str' can be reduced. [variableScope]
fbi-2.10/ida.c:1301:11: style: The scope of the variable 'fvalue' can be reduced. [variableScope]
fbi-2.10/ida.c:1507:11: style: The scope of the variable 'x' can be reduced. [variableScope]
fbi-2.10/ida.c:1507:13: style: The scope of the variable 'y' can be reduced. [variableScope]
fbi-2.10/ida.c:446:5: error: Common realloc mistake: 'files' nulled but not freed upon failure [memleakOnRealloc]
fbi-2.10/jpeg/62/transupp.c:75:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/62/transupp.c:125:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/62/transupp.c:195:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/62/transupp.c:243:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/62/transupp.c:307:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/62/transupp.c:372:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/62/transupp.c:476:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/62/transupp.c:642:24: style: The scope of the variable 'itemp' can be reduced. [variableScope]
fbi-2.10/jpeg/62/transupp.c:220:3: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
fbi-2.10/jpeg/62/transupp.c:283:5: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
fbi-2.10/jpeg/62/transupp.c:347:5: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
fbi-2.10/jpeg/62/transupp.c:546:7: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
fbi-2.10/jpeg/80/transupp.c:88:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/80/transupp.c:129:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/80/transupp.c:196:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/80/transupp.c:258:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/80/transupp.c:336:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/80/transupp.c:389:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/80/transupp.c:470:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/80/transupp.c:542:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/80/transupp.c:653:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/80/transupp.c:879:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
fbi-2.10/jpeg/80/transupp.c:879:11: style: The scope of the variable 'h_samp_factor' can be reduced. [variableScope]
fbi-2.10/jpeg/80/transupp.c:879:26: style: The scope of the variable 'v_samp_factor' can be reduced. [variableScope]
fbi-2.10/jpeg/80/transupp.c:364:3: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
fbi-2.10/jpeg/80/transupp.c:444:5: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
fbi-2.10/jpeg/80/transupp.c:515:5: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
fbi-2.10/jpeg/80/transupp.c:737:7: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
fbi-2.10/jpeg/90/transupp.c:88:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/90/transupp.c:131:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/90/transupp.c:205:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/90/transupp.c:239:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/90/transupp.c:306:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/90/transupp.c:368:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/90/transupp.c:446:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/90/transupp.c:499:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/90/transupp.c:580:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/90/transupp.c:652:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/90/transupp.c:763:24: style: The scope of the variable 'compptr' can be reduced. [variableScope]
fbi-2.10/jpeg/90/transupp.c:997:7: style: The scope of the variable 'ci' can be reduced. [variableScope]
fbi-2.10/jpeg/90/transupp.c:997:11: style: The scope of the variable 'h_samp_factor' can be reduced. [variableScope]
fbi-2.10/jpeg/90/transupp.c:997:26: style: The scope of the variable 'v_samp_factor' can be reduced. [variableScope]
fbi-2.10/jpeg/90/transupp.c:474:3: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
fbi-2.10/jpeg/90/transupp.c:554:5: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
fbi-2.10/jpeg/90/transupp.c:625:5: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
fbi-2.10/jpeg/90/transupp.c:847:7: style: Variable 'dst_ptr' is assigned a value that is never used. [unreadVariable]
fbi-2.10/jpegtools.c:172:16: style: The scope of the variable 'ee' can be reduced. [variableScope]
fbi-2.10/lut.c:30:11: style: The scope of the variable 'val' can be reduced. [variableScope]
fbi-2.10/man.c:49:17: style: The scope of the variable 'last' can be reduced. [variableScope]
fbi-2.10/op.c:144:2: style: Label 'f1' is not used. [unusedLabel]
fbi-2.10/op.c:237:61: style: Function 'op_none_init' argument 2 names different: declaration 'rect' definition 'sel'. [funcArgNamesDifferent]
fbi-2.10/readers.h:60:60: note: Function 'op_none_init' argument 2 names different: declaration 'rect' definition 'sel'.
fbi-2.10/op.c:237:61: note: Function 'op_none_init' argument 2 names different: declaration 'rect' definition 'sel'.
fbi-2.10/parseconfig.c:512:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
fbi-2.10/parseconfig.c:216:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fbi-2.10/parseconfig.c:210:2: error: Resource leak: fp [resourceLeak]
fbi-2.10/parseconfig.c:530:2: error: Memory leak: bfile [memleak]
fbi-2.10/parseconfig.c:559:0: error: Memory leak: bfile [memleak]
fbi-2.10/parseconfig.c:559:0: error: Memory leak: tfile [memleak]
fbi-2.10/rd/read-bmp.c:95:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbi-2.10/rd/read-bmp.c:95:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbi-2.10/rd/read-bmp.c:95:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbi-2.10/rd/read-bmp.c:95:2: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbi-2.10/rd/read-bmp.c:95:2: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbi-2.10/rd/read-bmp.c:95:2: warning: %d in format string (no. 8) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbi-2.10/rd/read-bmp.c:95:2: warning: %d in format string (no. 9) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbi-2.10/rd/read-bmp.c:95:2: warning: %d in format string (no. 10) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbi-2.10/rd/read-bmp.c:95:2: warning: %d in format string (no. 11) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fbi-2.10/rd/read-bmp.c:79:24: warning: Redundant assignment of 'h->hdr.foobar' to itself. [selfAssignment]
fbi-2.10/rd/read-bmp.c:80:24: warning: Redundant assignment of 'h->hdr.size' to itself. [selfAssignment]
fbi-2.10/rd/read-bmp.c:81:24: warning: Redundant assignment of 'h->hdr.width' to itself. [selfAssignment]
fbi-2.10/rd/read-bmp.c:82:24: warning: Redundant assignment of 'h->hdr.height' to itself. [selfAssignment]
fbi-2.10/rd/read-bmp.c:84:24: warning: Redundant assignment of 'h->hdr.planes' to itself. [selfAssignment]
fbi-2.10/rd/read-bmp.c:85:24: warning: Redundant assignment of 'h->hdr.bit_cnt' to itself. [selfAssignment]
fbi-2.10/rd/read-bmp.c:87:24: warning: Redundant assignment of 'h->hdr.image_size' to itself. [selfAssignment]
fbi-2.10/rd/read-bmp.c:88:24: warning: Redundant assignment of 'h->hdr.xpels_meter' to itself. [selfAssignment]
fbi-2.10/rd/read-bmp.c:89:24: warning: Redundant assignment of 'h->hdr.ypels_meter' to itself. [selfAssignment]
fbi-2.10/rd/read-bmp.c:90:24: warning: Redundant assignment of 'h->hdr.num_colors' to itself. [selfAssignment]
fbi-2.10/rd/read-bmp.c:91:24: warning: Redundant assignment of 'h->hdr.imp_colors' to itself. [selfAssignment]
fbi-2.10/rd/read-bmp.c:154:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fbi-2.10/rd/read-jpeg.c:76:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fbi-2.10/rd/read-tiff.c:110:11: style: The scope of the variable 'on' can be reduced. [variableScope]
fbi-2.10/rd/read-tiff.c:110:14: style: The scope of the variable 'off' can be reduced. [variableScope]
fbi-2.10/rd/read-xpm.c:229:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fbi-2.10/rd/read-xwd.c:214:19: style: The scope of the variable 'r' can be reduced. [variableScope]
fbi-2.10/rd/read-xwd.c:214:21: style: The scope of the variable 'g' can be reduced. [variableScope]
fbi-2.10/rd/read-xwd.c:214:23: style: The scope of the variable 'b' can be reduced. [variableScope]
fbi-2.10/rd/read-xwd.c:75:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fbi-2.10/readers.c:13:16: style: The scope of the variable 'bit' can be reduced. [variableScope]
fbi-2.10/readers.c:28:16: style: The scope of the variable 'bit' can be reduced. [variableScope]
fbi-2.10/sane.c:268:18: style: The scope of the variable 'lines' can be reduced. [variableScope]
fbi-2.10/sane.c:268:25: style: The scope of the variable 'total' can be reduced. [variableScope]
fbi-2.10/sane.c:268:32: style: The scope of the variable 'offset' can be reduced. [variableScope]
fbi-2.10/sane.c:269:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
fbi-2.10/selections.c:206:50: warning: Either the condition 'if(t)' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
fbi-2.10/selections.c:207:5: note: Assuming that condition 'if(t)' is not redundant
fbi-2.10/selections.c:206:50: note: Null pointer dereference
fbi-2.10/selections.c:206:52: warning: Either the condition 'if(s)' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
fbi-2.10/selections.c:208:5: note: Assuming that condition 'if(s)' is not redundant
fbi-2.10/selections.c:206:52: note: Null pointer dereference
fbi-2.10/selections.c:384:20: warning: Either the condition 'if(t)' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
fbi-2.10/selections.c:386:5: note: Assuming that condition 'if(t)' is not redundant
fbi-2.10/selections.c:384:20: note: Null pointer dereference
fbi-2.10/selections.c:384:22: warning: Either the condition 'if(y)' is redundant or there is possible null pointer dereference: y. [nullPointerRedundantCheck]
fbi-2.10/selections.c:385:5: note: Assuming that condition 'if(y)' is not redundant
fbi-2.10/selections.c:384:22: note: Null pointer dereference
fbi-2.10/selections.c:384:24: warning: Either the condition 'if(s)' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
fbi-2.10/selections.c:387:5: note: Assuming that condition 'if(s)' is not redundant
fbi-2.10/selections.c:384:24: note: Null pointer dereference
fbi-2.10/selections.c:105:24: style: The scope of the variable 'sel' can be reduced. [variableScope]
fbi-2.10/selections.c:376:18: style: The scope of the variable 'i' can be reduced. [variableScope]
fbi-2.10/selections.c:376:20: style: The scope of the variable 'j' can be reduced. [variableScope]
fbi-2.10/selections.c:377:11: style: The scope of the variable 'file' can be reduced. [variableScope]
fbi-2.10/selections.c:377:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fbi-2.10/viewer.c:49:30: style: The scope of the variable 'src' can be reduced. [variableScope]
fbi-2.10/viewer.c:876:24: style: The scope of the variable 'loader' can be reduced. [variableScope]
fbi-2.10/viewer.c:936:18: style: The scope of the variable 'i' can be reduced. [variableScope]
fbi-2.10/viewer.c:882:9: error: Resource leak: fp [resourceLeak]
fbi-2.10/wr/write-png.c:30:5: style: Variable 'png_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
fbi-2.10/wr/write-png.c:19:0: note: Variable 'png_ptr' is reassigned a value before the old one has been used.
fbi-2.10/wr/write-png.c:30:5: note: Variable 'png_ptr' is reassigned a value before the old one has been used.
fbi-2.10/wr/write-ps.c:323:14: style: The scope of the variable 'i' can be reduced. [variableScope]
fbi-2.10/wr/write-ps.c:134:9: style: struct member 'ps_options::xscale' is never used. [unusedStructMember]
fbi-2.10/wr/write-ps.c:134:16: style: struct member 'ps_options::yscale' is never used. [unusedStructMember]
fbi-2.10/x11.c:432:21: style: The scope of the variable 'd' can be reduced. [variableScope]
fbi-2.10/x11.c:433:24: style: The scope of the variable 'n' can be reduced. [variableScope]
fbi-2.10/x11.c:388:48: style: Function 'x11_create_pixmap' argument 2 names different: declaration 'data' definition 'byte_data'. [funcArgNamesDifferent]
fbi-2.10/x11.h:35:64: note: Function 'x11_create_pixmap' argument 2 names different: declaration 'data' definition 'byte_data'.
fbi-2.10/x11.c:388:48: note: Function 'x11_create_pixmap' argument 2 names different: declaration 'data' definition 'byte_data'.
fbi-2.10/x11.c:429:35: style: Function 'x11_data_to_ximage' argument 1 names different: declaration 'rgb' definition 'data'. [funcArgNamesDifferent]
fbi-2.10/x11.h:31:51: note: Function 'x11_data_to_ximage' argument 1 names different: declaration 'rgb' definition 'data'.
fbi-2.10/x11.c:429:35: note: Function 'x11_data_to_ximage' argument 1 names different: declaration 'rgb' definition 'data'.
fbi-2.10/xdnd.c:259:7: warning: Possible null pointer dereference: name [nullPointer]
fbi-2.10/xdnd.c:250:13: note: Assignment 'name=NULL', assigned value is 0
fbi-2.10/xdnd.c:259:7: note: Null pointer dereference
fbi-2.10/xdnd.c:219:11: style: The scope of the variable 'name' can be reduced. [variableScope]
[21:40]
ftp://ftp.se.debian.org/debian/pool/main/f/fbless/fbless_0.2.3.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fbonds/fbonds_3042.78.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fbpager/fbpager_0.1.5~git20090221.1.8e0927e6.orig.tar.gz
fbpager-0.1.5~git20090221.1.8e0927e6/src/PropertyTools.hh:13:5: style: Class 'PropertyException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:36:10: style: The function 'setFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/ClientHandler.hh:49:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:36:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:37:10: style: The function 'moveResize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/ClientHandler.hh:50:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:37:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:38:10: style: The function 'sendToWorkspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/ClientHandler.hh:51:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:38:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:39:10: style: The function 'closeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/ClientHandler.hh:52:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:39:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:40:10: style: The function 'clientMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/ClientHandler.hh:53:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:40:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:41:10: style: The function 'changeWorkspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/ClientHandler.hh:54:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:41:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:42:10: style: The function 'setHints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/ClientHandler.hh:55:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:42:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:43:10: style: The function 'getHints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/ClientHandler.hh:56:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:43:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:44:9: style: The function 'numberOfWorkspaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/ClientHandler.hh:57:17: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:44:9: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:45:10: style: The function 'setDesktopLayout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/ClientHandler.hh:58:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:45:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:49:10: style: The function 'propertyNotify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/ClientHandler.hh:62:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/Ewmh.hh:49:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:152:21: style: The function 'drawable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbDrawable.hh:55:22: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:152:21: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:155:25: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbDrawable.hh:56:26: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:155:25: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:156:25: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbDrawable.hh:57:26: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:156:25: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.cc:66:0: error: #error "You dont have sstream or strstream headers!" [preprocessorErrorDirective]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/App.hh:50:10: style: Technically the member function 'FbTk::App::sync' can be const. [functionConst]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/App.cc:58:11: note: Technically the member function 'FbTk::App::sync' can be const.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/App.hh:50:10: note: Technically the member function 'FbTk::App::sync' can be const.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Color.cc:119:31: style: Function 'copy' argument 1 names different: declaration 'col' definition 'col_copy'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Color.hh:60:28: note: Function 'copy' argument 1 names different: declaration 'col' definition 'col_copy'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Color.cc:119:31: note: Function 'copy' argument 1 names different: declaration 'col' definition 'col_copy'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/EventManager.cc:51:64: style: Function 'addParent' argument 2 names different: declaration 'parent' definition 'win'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/EventManager.hh:40:54: note: Function 'addParent' argument 2 names different: declaration 'parent' definition 'win'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/EventManager.cc:51:64: note: Function 'addParent' argument 2 names different: declaration 'parent' definition 'win'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/EventManager.cc:124:49: style: Function 'dispatch' argument 2 names different: declaration 'event' definition 'ev'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/EventManager.hh:55:39: note: Function 'dispatch' argument 2 names different: declaration 'event' definition 'ev'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/EventManager.cc:124:49: note: Function 'dispatch' argument 2 names different: declaration 'event' definition 'ev'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.cc:229:22: style: The scope of the variable 'src_y' can be reduced. [variableScope]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.cc:38:36: style: Function 'FbPixmap' argument 1 names different: declaration 'copy' definition 'the_copy'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.hh:38:39: note: Function 'FbPixmap' argument 1 names different: declaration 'copy' definition 'the_copy'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.cc:38:36: note: Function 'FbPixmap' argument 1 names different: declaration 'copy' definition 'the_copy'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.cc:75:49: style: Function 'operator=' argument 1 names different: declaration 'copy' definition 'the_copy'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.hh:60:43: note: Function 'operator=' argument 1 names different: declaration 'copy' definition 'the_copy'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.cc:75:49: note: Function 'operator=' argument 1 names different: declaration 'copy' definition 'the_copy'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.cc:138:28: style: Function 'copy' argument 1 names different: declaration 'pixmap' definition 'pm'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.hh:51:22: note: Function 'copy' argument 1 names different: declaration 'pixmap' definition 'pm'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.cc:138:28: note: Function 'copy' argument 1 names different: declaration 'pixmap' definition 'pm'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.cc:205:35: style: Function 'scale' argument 1 names different: declaration 'width' definition 'dest_width'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.hh:55:29: note: Function 'scale' argument 1 names different: declaration 'width' definition 'dest_width'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.cc:205:35: note: Function 'scale' argument 1 names different: declaration 'width' definition 'dest_width'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.cc:205:60: style: Function 'scale' argument 2 names different: declaration 'height' definition 'dest_height'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.hh:55:49: note: Function 'scale' argument 2 names different: declaration 'height' definition 'dest_height'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.cc:205:60: note: Function 'scale' argument 2 names different: declaration 'height' definition 'dest_height'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.cc:75:21: warning: Member variable 'FbPixmap::m_pm' is not assigned a value in 'FbPixmap::operator='. [operatorEqVarError]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.cc:75:21: warning: Member variable 'FbPixmap::m_width' is not assigned a value in 'FbPixmap::operator='. [operatorEqVarError]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.cc:75:21: warning: Member variable 'FbPixmap::m_height' is not assigned a value in 'FbPixmap::operator='. [operatorEqVarError]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.cc:75:21: warning: Member variable 'FbPixmap::m_depth' is not assigned a value in 'FbPixmap::operator='. [operatorEqVarError]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/GContext.hh:65:17: performance: Technically the member function 'FbTk::GContext::setFont' can be static. [functionStatic]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.hh:64:21: style: The function 'drawable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbDrawable.hh:55:22: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.hh:64:21: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.hh:65:25: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbDrawable.hh:56:26: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.hh:65:25: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.hh:66:25: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbDrawable.hh:57:26: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbPixmap.hh:66:25: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:78:36: style: Function 'FbWindow' argument 1 names different: declaration 'win_copy' definition 'the_copy'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:53:30: note: Function 'FbWindow' argument 1 names different: declaration 'win_copy' definition 'the_copy'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:78:36: note: Function 'FbWindow' argument 1 names different: declaration 'win_copy' definition 'the_copy'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:95:25: style: Function 'FbWindow' argument 7 names different: declaration 'overrride_redirect' definition 'override_redirect'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:57:19: note: Function 'FbWindow' argument 7 names different: declaration 'overrride_redirect' definition 'override_redirect'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:95:25: note: Function 'FbWindow' argument 7 names different: declaration 'overrride_redirect' definition 'override_redirect'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:111:25: style: Function 'FbWindow' argument 7 names different: declaration 'overrride_redirect' definition 'override_redirect'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:65:19: note: Function 'FbWindow' argument 7 names different: declaration 'overrride_redirect' definition 'override_redirect'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:111:25: note: Function 'FbWindow' argument 7 names different: declaration 'overrride_redirect' definition 'override_redirect'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:185:38: style: Function 'updateTransparent' argument 1 names different: declaration 'x' definition 'the_x'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:83:32: note: Function 'updateTransparent' argument 1 names different: declaration 'x' definition 'the_x'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:185:38: note: Function 'updateTransparent' argument 1 names different: declaration 'x' definition 'the_x'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:185:49: style: Function 'updateTransparent' argument 2 names different: declaration 'y' definition 'the_y'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:83:44: note: Function 'updateTransparent' argument 2 names different: declaration 'y' definition 'the_y'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:185:49: note: Function 'updateTransparent' argument 2 names different: declaration 'y' definition 'the_y'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:185:69: style: Function 'updateTransparent' argument 3 names different: declaration 'width' definition 'the_width'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:83:65: note: Function 'updateTransparent' argument 3 names different: declaration 'width' definition 'the_width'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:185:69: note: Function 'updateTransparent' argument 3 names different: declaration 'width' definition 'the_width'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:185:93: style: Function 'updateTransparent' argument 4 names different: declaration 'height' definition 'the_height'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:83:89: note: Function 'updateTransparent' argument 4 names different: declaration 'height' definition 'the_height'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:185:93: note: Function 'updateTransparent' argument 4 names different: declaration 'height' definition 'the_height'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:78:11: warning: Member variable 'FbWindow::m_transparent' is not initialized in the constructor. [uninitMemberVar]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:261:21: warning: Member variable 'FbWindow::m_destroy' is not assigned a value in 'FbWindow::operator='. [operatorEqVarError]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:261:21: warning: Member variable 'FbWindow::m_transparent' is not assigned a value in 'FbWindow::operator='. [operatorEqVarError]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:261:21: warning: Member variable 'FbWindow::m_buffer_pm' is not assigned a value in 'FbWindow::operator='. [operatorEqVarError]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:75:10: style: Technically the member function 'FbTk::FbWindow::setName' can be const. [functionConst]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:165:16: note: Technically the member function 'FbTk::FbWindow::setName' can be const.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:75:10: note: Technically the member function 'FbTk::FbWindow::setName' can be const.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:76:10: style: Technically the member function 'FbTk::FbWindow::setEventMask' can be const. [functionConst]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:169:16: note: Technically the member function 'FbTk::FbWindow::setEventMask' can be const.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:76:10: note: Technically the member function 'FbTk::FbWindow::setEventMask' can be const.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:83:10: performance: Technically the member function 'FbTk::FbWindow::updateTransparent' can be static. [functionStatic]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:185:16: note: Technically the member function 'FbTk::FbWindow::updateTransparent' can be static.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:83:10: note: Technically the member function 'FbTk::FbWindow::updateTransparent' can be static.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:85:10: performance: Technically the member function 'FbTk::FbWindow::setAlpha' can be static. [functionStatic]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:249:16: note: Technically the member function 'FbTk::FbWindow::setAlpha' can be static.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:85:10: note: Technically the member function 'FbTk::FbWindow::setAlpha' can be static.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:115:10: style: Technically the member function 'FbTk::FbWindow::setInputFocus' can be const. [functionConst]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:338:16: note: Technically the member function 'FbTk::FbWindow::setInputFocus' can be const.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:115:10: note: Technically the member function 'FbTk::FbWindow::setInputFocus' can be const.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:117:10: style: Technically the member function 'FbTk::FbWindow::setCursor' can be const. [functionConst]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:342:16: note: Technically the member function 'FbTk::FbWindow::setCursor' can be const.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:117:10: note: Technically the member function 'FbTk::FbWindow::setCursor' can be const.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:119:10: style: Technically the member function 'FbTk::FbWindow::unsetCursor' can be const. [functionConst]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:346:16: note: Technically the member function 'FbTk::FbWindow::unsetCursor' can be const.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:119:10: note: Technically the member function 'FbTk::FbWindow::unsetCursor' can be const.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:132:10: style: Technically the member function 'FbTk::FbWindow::changeProperty' can be const. [functionConst]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.cc:375:16: note: Technically the member function 'FbTk::FbWindow::changeProperty' can be const.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/FbWindow.hh:132:10: note: Technically the member function 'FbTk::FbWindow::changeProperty' can be const.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/GContext.hh:101:22: warning: Member variable 'GContext::m_gc' is not assigned a value in 'GContext::operator='. [operatorEqVarError]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Resource.cc:144:65: style: Function 'findResource' argument 1 names different: declaration 'resourcename' definition 'resname'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Resource.hh:100:52: note: Function 'findResource' argument 1 names different: declaration 'resourcename' definition 'resname'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Resource.cc:144:65: note: Function 'findResource' argument 1 names different: declaration 'resourcename' definition 'resname'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Resource.cc:156:58: style: Function 'resourceValue' argument 1 names different: declaration 'resourcename' definition 'resname'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Resource.hh:101:50: note: Function 'resourceValue' argument 1 names different: declaration 'resourcename' definition 'resname'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Resource.cc:156:58: note: Function 'resourceValue' argument 1 names different: declaration 'resourcename' definition 'resname'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Resource.cc:164:59: style: Function 'setResourceValue' argument 1 names different: declaration 'resourcename' definition 'resname'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Resource.hh:102:46: note: Function 'setResourceValue' argument 1 names different: declaration 'resourcename' definition 'resname'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Resource.cc:164:59: note: Function 'setResourceValue' argument 1 names different: declaration 'resourcename' definition 'resname'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/XrmDatabaseHelper.hh:72:10: style: Technically the member function 'FbTk::XrmDatabaseHelper::operator==' can be const. [functionConst]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/XrmDatabaseHelper.hh:41:5: style: Class 'XrmDatabaseHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/StringUtil.cc:175:41: style: Function 'basename' argument 1 names different: declaration 'basename' definition 'filename'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/StringUtil.hh:55:41: note: Function 'basename' argument 1 names different: declaration 'basename' definition 'filename'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/StringUtil.cc:175:41: note: Function 'basename' argument 1 names different: declaration 'basename' definition 'filename'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.cc:100:35: style: Function 'Transparent' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.hh:34:26: note: Function 'Transparent' argument 1 names different: declaration 'source' definition 'src'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.cc:100:35: note: Function 'Transparent' argument 1 names different: declaration 'source' definition 'src'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.cc:194:38: style: Function 'setSource' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.hh:39:29: note: Function 'setSource' argument 1 names different: declaration 'src' definition 'source'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.cc:194:38: note: Function 'setSource' argument 1 names different: declaration 'src' definition 'source'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.cc:252:44: style: Function 'allocAlpha' argument 1 names different: declaration 'newval' definition 'alpha'. [funcArgNamesDifferent]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.hh:55:35: note: Function 'allocAlpha' argument 1 names different: declaration 'newval' definition 'alpha'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.cc:252:44: note: Function 'allocAlpha' argument 1 names different: declaration 'newval' definition 'alpha'.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.hh:39:10: performance: Technically the member function 'FbTk::Transparent::setSource' can be static. [functionStatic]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.cc:194:19: note: Technically the member function 'FbTk::Transparent::setSource' can be static.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.hh:39:10: note: Technically the member function 'FbTk::Transparent::setSource' can be static.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.hh:41:10: performance: Technically the member function 'FbTk::Transparent::setDest' can be static. [functionStatic]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.cc:167:19: note: Technically the member function 'FbTk::Transparent::setDest' can be static.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.hh:41:10: note: Technically the member function 'FbTk::Transparent::setDest' can be static.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.hh:45:10: performance: Technically the member function 'FbTk::Transparent::render' can be static. [functionStatic]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.cc:231:19: note: Technically the member function 'FbTk::Transparent::render' can be static.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.hh:45:10: note: Technically the member function 'FbTk::Transparent::render' can be static.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.hh:55:10: performance: Technically the member function 'FbTk::Transparent::allocAlpha' can be static. [functionStatic]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.cc:252:19: note: Technically the member function 'FbTk::Transparent::allocAlpha' can be static.
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/Transparent.hh:55:10: note: Technically the member function 'FbTk::Transparent::allocAlpha' can be static.
fbpager-0.1.5~git20090221.1.8e0927e6/src/Workspace.cc:149:5: warning: Either the condition 'fbwin!=0' is redundant or there is possible null pointer dereference: fbwin. [nullPointerRedundantCheck]
fbpager-0.1.5~git20090221.1.8e0927e6/src/Workspace.cc:147:15: note: Assuming that condition 'fbwin!=0' is not redundant
fbpager-0.1.5~git20090221.1.8e0927e6/src/Workspace.cc:149:5: note: Null pointer dereference
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:63:10: style: The function 'handleEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/EventHandler.hh:51:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:63:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:64:10: style: The function 'buttonPressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/EventHandler.hh:52:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:64:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:65:10: style: The function 'buttonReleaseEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/EventHandler.hh:53:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:65:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:66:10: style: The function 'motionNotifyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/EventHandler.hh:55:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:66:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:67:10: style: The function 'exposeEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbTk/EventHandler.hh:54:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:67:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:71:10: style: The function 'addWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/Pager.hh:13:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:71:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:72:10: style: The function 'moveToWorkspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/Pager.hh:14:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:72:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:73:10: style: The function 'setFocusedWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/Pager.hh:15:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:73:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:75:10: style: The function 'removeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/Pager.hh:17:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:75:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:76:10: style: The function 'raiseWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/Pager.hh:18:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:76:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:77:10: style: The function 'lowerWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/Pager.hh:19:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:77:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:79:10: style: The function 'updateWorkspaceCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/Pager.hh:21:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:79:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:80:10: style: The function 'setCurrentWorkspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/Pager.hh:22:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:80:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:81:10: style: The function 'haveWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbpager-0.1.5~git20090221.1.8e0927e6/src/Pager.hh:23:18: note: Virtual function in base class
fbpager-0.1.5~git20090221.1.8e0927e6/src/FbPager.hh:81:10: note: Function in derived class
fbpager-0.1.5~git20090221.1.8e0927e6/src/main.cc:108:7: style: Exception should be caught by reference. [catchExceptionByValue]
[21:40]
ftp://ftp.se.debian.org/debian/pool/main/f/fbpanel/fbpanel_7.0.orig.tar.xz
fbpanel-7.0/panel/bg.c:118:19: style: Function 'fb_bg_init' argument 1 names different: declaration 'monitor' definition 'bg'. [funcArgNamesDifferent]
fbpanel-7.0/panel/bg.c:63:31: note: Function 'fb_bg_init' argument 1 names different: declaration 'monitor' definition 'bg'.
fbpanel-7.0/panel/bg.c:118:19: note: Function 'fb_bg_init' argument 1 names different: declaration 'monitor' definition 'bg'.
fbpanel-7.0/panel/bg.c:294:21: style: Function 'fb_bg_changed' argument 1 names different: declaration 'monitor' definition 'bg'. [funcArgNamesDifferent]
fbpanel-7.0/panel/bg.c:65:33: note: Function 'fb_bg_changed' argument 1 names different: declaration 'monitor' definition 'bg'.
fbpanel-7.0/panel/bg.c:294:21: note: Function 'fb_bg_changed' argument 1 names different: declaration 'monitor' definition 'bg'.
fbpanel-7.0/panel/ev.c:175:19: style: Function 'fb_ev_init' argument 1 names different: declaration 'monitor' definition 'ev'. [funcArgNamesDifferent]
fbpanel-7.0/panel/ev.c:71:31: note: Function 'fb_ev_init' argument 1 names different: declaration 'monitor' definition 'ev'.
fbpanel-7.0/panel/ev.c:175:19: note: Function 'fb_ev_init' argument 1 names different: declaration 'monitor' definition 'ev'.
fbpanel-7.0/panel/gtkbar.c:119:18: style: The scope of the variable 'child' can be reduced. [variableScope]
fbpanel-7.0/panel/gtkbar.c:70:34: style: Function 'gtk_bar_class_init' argument 1 names different: declaration 'klass' definition 'class'. [funcArgNamesDifferent]
fbpanel-7.0/panel/gtkbar.c:34:51: note: Function 'gtk_bar_class_init' argument 1 names different: declaration 'klass' definition 'class'.
fbpanel-7.0/panel/gtkbar.c:70:34: note: Function 'gtk_bar_class_init' argument 1 names different: declaration 'klass' definition 'class'.
fbpanel-7.0/panel/gtkbgbox.c:399:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fbpanel-7.0/panel/gtkbgbox.c:281:22: style: The scope of the variable 'priv' can be reduced. [variableScope]
fbpanel-7.0/panel/gtkbgbox.c:102:38: style: Function 'gtk_bgbox_class_init' argument 1 names different: declaration 'klass' definition 'class'. [funcArgNamesDifferent]
fbpanel-7.0/panel/gtkbgbox.c:54:53: note: Function 'gtk_bgbox_class_init' argument 1 names different: declaration 'klass' definition 'class'.
fbpanel-7.0/panel/gtkbgbox.c:102:38: note: Function 'gtk_bgbox_class_init' argument 1 names different: declaration 'klass' definition 'class'.
fbpanel-7.0/panel/gtkbgbox.c:277:60: style: Function 'gtk_bgbox_size_allocate' argument 2 names different: declaration 'allocation' definition 'wa'. [funcArgNamesDifferent]
fbpanel-7.0/panel/gtkbgbox.c:58:75: note: Function 'gtk_bgbox_size_allocate' argument 2 names different: declaration 'allocation' definition 'wa'.
fbpanel-7.0/panel/gtkbgbox.c:277:60: note: Function 'gtk_bgbox_size_allocate' argument 2 names different: declaration 'allocation' definition 'wa'.
fbpanel-7.0/panel/misc.c:270:17: style: The scope of the variable 'i' can be reduced. [variableScope]
fbpanel-7.0/panel/misc.c:365:11: style: The scope of the variable 'retval' can be reduced. [variableScope]
fbpanel-7.0/panel/misc.c:362:35: style: Function 'get_textproperty' argument 2 names different: declaration 'prop' definition 'atom'. [funcArgNamesDifferent]
fbpanel-7.0/panel/misc.h:19:41: note: Function 'get_textproperty' argument 2 names different: declaration 'prop' definition 'atom'.
fbpanel-7.0/panel/misc.c:362:35: note: Function 'get_textproperty' argument 2 names different: declaration 'prop' definition 'atom'.
fbpanel-7.0/panel/misc.c:978:30: style: Function 'fb_button_new' argument 6 names different: declaration 'name' definition 'label'. [funcArgNamesDifferent]
fbpanel-7.0/panel/misc.h:43:32: note: Function 'fb_button_new' argument 6 names different: declaration 'name' definition 'label'.
fbpanel-7.0/panel/misc.c:978:30: note: Function 'fb_button_new' argument 6 names different: declaration 'name' definition 'label'.
fbpanel-7.0/panel/misc.c:769:14: error: Array 'space[5]' accessed at index 40, which is out of bounds. [arrayIndexOutOfBounds]
fbpanel-7.0/panel/misc.c:768:17: note: Assignment 'level=40', assigned value is 40
fbpanel-7.0/panel/misc.c:769:14: note: Array index out of bounds
fbpanel-7.0/panel/xconf.c:38:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fbpanel-7.0/panel/xconf.c:76:12: style: The scope of the variable 'x2' can be reduced. [variableScope]
fbpanel-7.0/panel/xconf.c:143:12: style: The scope of the variable 'x2' can be reduced. [variableScope]
fbpanel-7.0/panel/xconf.c:174:12: style: The scope of the variable 'x2' can be reduced. [variableScope]
fbpanel-7.0/panel/xconf.c:360:18: style: The scope of the variable 'son' can be reduced. [variableScope]
fbpanel-7.0/panel/xconf.c:35:31: style: Function 'xconf_append_sons' argument 1 names different: declaration 'parent' definition 'dst'. [funcArgNamesDifferent]
fbpanel-7.0/panel/xconf.h:23:31: note: Function 'xconf_append_sons' argument 1 names different: declaration 'parent' definition 'dst'.
fbpanel-7.0/panel/xconf.c:35:31: note: Function 'xconf_append_sons' argument 1 names different: declaration 'parent' definition 'dst'.
fbpanel-7.0/panel/xconf.c:35:43: style: Function 'xconf_append_sons' argument 2 names different: declaration 'son' definition 'src'. [funcArgNamesDifferent]
fbpanel-7.0/panel/xconf.h:23:46: note: Function 'xconf_append_sons' argument 2 names different: declaration 'son' definition 'src'.
fbpanel-7.0/panel/xconf.c:35:43: note: Function 'xconf_append_sons' argument 2 names different: declaration 'son' definition 'src'.
fbpanel-7.0/panel/xconf.c:113:34: style: Function 'xconf_set_int' argument 2 names different: declaration 'val' definition 'i'. [funcArgNamesDifferent]
fbpanel-7.0/panel/xconf.h:42:34: note: Function 'xconf_set_int' argument 2 names different: declaration 'val' definition 'i'.
fbpanel-7.0/panel/xconf.c:113:34: note: Function 'xconf_set_int' argument 2 names different: declaration 'val' definition 'i'.
fbpanel-7.0/panel/xconf.c:121:18: style: Function 'xconf_get' argument 1 names different: declaration 'x' definition 'xc'. [funcArgNamesDifferent]
fbpanel-7.0/panel/xconf.h:37:25: note: Function 'xconf_get' argument 1 names different: declaration 'x' definition 'xc'.
fbpanel-7.0/panel/xconf.c:121:18: note: Function 'xconf_get' argument 1 names different: declaration 'x' definition 'xc'.
fbpanel-7.0/panel/xconf.c:218:53: style: Function 'xconf_get_enum' argument 3 names different: declaration 'e' definition 'p'. [funcArgNamesDifferent]
fbpanel-7.0/panel/xconf.h:39:53: note: Function 'xconf_get_enum' argument 3 names different: declaration 'e' definition 'p'.
fbpanel-7.0/panel/xconf.c:218:53: note: Function 'xconf_get_enum' argument 3 names different: declaration 'e' definition 'p'.
fbpanel-7.0/panel/xconf.c:240:47: style: Function 'xconf_set_enum' argument 3 names different: declaration 'e' definition 'p'. [funcArgNamesDifferent]
fbpanel-7.0/panel/xconf.h:43:52: note: Function 'xconf_set_enum' argument 3 names different: declaration 'e' definition 'p'.
fbpanel-7.0/panel/xconf.c:240:47: note: Function 'xconf_set_enum' argument 3 names different: declaration 'e' definition 'p'.
fbpanel-7.0/plugins/battery/power_supply.c:125:17: style: The scope of the variable 'hash' can be reduced. [variableScope]
fbpanel-7.0/plugins/battery/power_supply.c:126:12: style: The scope of the variable 'tmp_value' can be reduced. [variableScope]
fbpanel-7.0/plugins/battery/power_supply.c:185:17: style: The scope of the variable 'hash' can be reduced. [variableScope]
fbpanel-7.0/plugins/battery/power_supply.c:186:12: style: The scope of the variable 'tmp_value' can be reduced. [variableScope]
fbpanel-7.0/plugins/battery/power_supply.c:260:18: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fbpanel-7.0/plugins/battery/power_supply.c:311:20: style: The scope of the variable 'it' can be reduced. [variableScope]
fbpanel-7.0/plugins/battery/power_supply.c:312:9: style: The scope of the variable 'ac_power' can be reduced. [variableScope]
fbpanel-7.0/plugins/battery/power_supply.c:332:20: style: The scope of the variable 'it' can be reduced. [variableScope]
fbpanel-7.0/plugins/battery/power_supply.c:333:10: style: The scope of the variable 'battery' can be reduced. [variableScope]
fbpanel-7.0/plugins/chart/chart.c:75:15: style: The scope of the variable 'y' can be reduced. [variableScope]
fbpanel-7.0/plugins/chart/chart.c:186:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fbpanel-7.0/plugins/chart/chart.c:209:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fbpanel-7.0/plugins/dclock/dclock.c:123:29: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fbpanel-7.0/plugins/dclock/dclock.c:123:35: style: The scope of the variable 'utf8' can be reduced. [variableScope]
fbpanel-7.0/plugins/dclock/dclock.c:126:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fbpanel-7.0/plugins/dclock/dclock.c:126:12: style: The scope of the variable 'x' can be reduced. [variableScope]
fbpanel-7.0/plugins/dclock/dclock.c:126:15: style: The scope of the variable 'y' can be reduced. [variableScope]
fbpanel-7.0/plugins/genmon/genmon.c:45:11: style: The scope of the variable 'markup' can be reduced. [variableScope]
fbpanel-7.0/plugins/icons/icons.c:82:14: style: The scope of the variable 'wp' can be reduced. [variableScope]
fbpanel-7.0/plugins/icons/icons.c:173:9: style: The scope of the variable 'mc' can be reduced. [variableScope]
fbpanel-7.0/plugins/icons/icons.c:173:13: style: The scope of the variable 'mn' can be reduced. [variableScope]
fbpanel-7.0/plugins/image/image.c:41:21: style: The scope of the variable 'gps' can be reduced. [variableScope]
fbpanel-7.0/plugins/launchbar/launchbar.c:119:12: style: The scope of the variable 's' can be reduced. [variableScope]
fbpanel-7.0/plugins/launchbar/launchbar.c:119:16: style: The scope of the variable 'str' can be reduced. [variableScope]
fbpanel-7.0/plugins/launchbar/launchbar.c:119:28: style: The scope of the variable 'tok' can be reduced. [variableScope]
fbpanel-7.0/plugins/launchbar/launchbar.c:119:34: style: The scope of the variable 'tok2' can be reduced. [variableScope]
fbpanel-7.0/plugins/mem/mem.c:32:9: style: struct member 'mem_type_t::valid' is never used. [unusedStructMember]
fbpanel-7.0/plugins/mem2/mem2.c:32:9: style: struct member 'mem_type_t::valid' is never used. [unusedStructMember]
fbpanel-7.0/plugins/menu/menu.c:30:18: style: The scope of the variable 'cxc' can be reduced. [variableScope]
fbpanel-7.0/plugins/menu/menu.c:155:12: style: The scope of the variable 'nxc' can be reduced. [variableScope]
fbpanel-7.0/plugins/menu/system_menu.c:225:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
fbpanel-7.0/plugins/meter/meter.c:16:16: style: The scope of the variable 'pb' can be reduced. [variableScope]
fbpanel-7.0/plugins/pager/pager.c:385:15: style: The scope of the variable 't' can be reduced. [variableScope]
fbpanel-7.0/plugins/taskbar/taskbar.c:339:10: style: The scope of the variable 'j' can be reduced. [variableScope]
fbpanel-7.0/plugins/taskbar/taskbar.c:1298:12: style: The scope of the variable 'buf' can be reduced. [variableScope]
fbpanel-7.0/plugins/tclock/tclock.c:72:12: style: The scope of the variable 'utf8' can be reduced. [variableScope]
fbpanel-7.0/plugins/wincmd/wincmd.c:40:5: style: Variable 'win' is reassigned a value before the old one has been used. [redundantAssignment]
fbpanel-7.0/plugins/wincmd/wincmd.c:34:0: note: Variable 'win' is reassigned a value before the old one has been used.
fbpanel-7.0/plugins/wincmd/wincmd.c:40:5: note: Variable 'win' is reassigned a value before the old one has been used.
[21:40]
ftp://ftp.se.debian.org/debian/pool/main/f/fbreader/fbreader_0.12.10dfsg2.orig.tar.gz
fbreader-0.12.10.orig/fbreader/src/external/ProgramCollection.h:65:2: style: Class 'ProgramCollection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/FBReader.h:78:2: style: Class 'FBReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.cpp:35:2: style: Class 'ExpandTreeAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/bookmodel/BookModel.cpp:30:2: performance: Variable 'myBookTextModel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/bookmodel/BookModel.h:36:2: style: Class 'ContentsModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/bookmodel/BookModel.h:62:2: style: Class 'BookModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/bookmodel/BookReader.h:38:2: style: Class 'BookReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/library/Book.h:52:25: performance: Function parameter 'filePath' should be passed by const reference. [passedByValue]
fbreader-0.12.10.orig/fbreader/src/bookmodel/BookReader.cpp:28:13: warning: Member variable 'BookReader::myHyperlinkKind' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/bookmodel/BookReader.cpp:29:2: performance: Variable 'myCurrentTextModel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/bookmodel/BookReader.h:68:7: style: Technically the member function 'BookReader::setReference' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/bookmodel/BookReader.cpp:268:18: note: Technically the member function 'BookReader::setReference' can be const.
fbreader-0.12.10.orig/fbreader/src/bookmodel/BookReader.h:68:7: note: Technically the member function 'BookReader::setReference' can be const.
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBValues.h:124:2: style: 'DBTextValue::operator=' should return 'DBTextValue &'. [operatorEq]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommandParameter.h:63:2: style: 'DBCommandParameter::operator=' should return 'DBCommandParameter &'. [operatorEq]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataBase.h:36:7: style: Technically the member function 'SQLiteDataBase::open' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataBase.h:76:29: note: Technically the member function 'SQLiteDataBase::open' can be const.
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataBase.h:36:7: note: Technically the member function 'SQLiteDataBase::open' can be const.
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataBase.h:37:7: style: Technically the member function 'SQLiteDataBase::close' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataBase.h:77:29: note: Technically the member function 'SQLiteDataBase::close' can be const.
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataBase.h:37:7: note: Technically the member function 'SQLiteDataBase::close' can be const.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.h:65:7: style: Technically the member function 'BooksDB::setEncoding' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.cpp:243:15: note: Technically the member function 'BooksDB::setEncoding' can be const.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.h:65:7: note: Technically the member function 'BooksDB::setEncoding' can be const.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.h:85:7: style: Technically the member function 'BooksDB::unsetNetFile' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.cpp:453:15: note: Technically the member function 'BooksDB::unsetNetFile' can be const.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.h:85:7: note: Technically the member function 'BooksDB::unsetNetFile' can be const.
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBValues.h:71:2: style: Class 'DBIntValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBValues.h:92:2: style: Class 'DBRealValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBValues.h:113:2: style: Class 'DBTextValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommandParameter.h:36:2: style: Class 'DBCommandParameter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommandParameter.h:39:2: style: Class 'DBCommandParameter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommandParameter.h:45:2: style: Class 'DBCommandParameter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataBase.h:33:2: style: Class 'SQLiteDataBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataBase.h:47:3: style: Class 'Transaction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:48:2: style: Class 'InitBooksDBRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:58:2: style: Class 'ClearBooksDBRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:68:2: style: Class 'SaveTableBookRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:90:2: style: Class 'SaveAuthorsRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:107:2: style: Class 'SaveTagsRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:130:2: style: Class 'SaveSeriesRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:162:2: style: Class 'SaveFileEntriesRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:179:2: style: Class 'SaveRecentBooksRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:193:2: style: Class 'SaveBookStateStackRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:208:2: style: Class 'DeleteFileEntriesRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:225:2: style: Class 'DeleteBookRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:261:2: style: Class 'FindFileIdRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:284:2: style: Class 'LoadFileEntriesRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:301:2: style: Class 'LoadRecentBooksRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.h:46:2: style: Class 'BooksDB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBValues.h:60:12: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBValues.h:45:20: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBValues.h:60:12: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBValues.h:74:12: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBValues.h:45:20: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBValues.h:74:12: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBValues.h:95:12: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBValues.h:45:20: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBValues.h:95:12: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBValues.h:116:12: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBValues.h:45:20: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBValues.h:116:12: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataBase.h:40:7: style: The function 'executeAsTransaction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DataBase.h:41:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataBase.h:40:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:49:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBRunnable.h:29:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:49:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:59:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBRunnable.h:29:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:59:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:69:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBRunnable.h:29:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:69:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:91:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBRunnable.h:29:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:91:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:108:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBRunnable.h:29:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:108:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:131:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBRunnable.h:29:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:131:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:149:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBRunnable.h:29:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:149:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:163:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBRunnable.h:29:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:163:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:180:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBRunnable.h:29:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:180:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:194:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBRunnable.h:29:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:194:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:209:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBRunnable.h:29:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:209:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:226:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBRunnable.h:29:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:226:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:262:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBRunnable.h:29:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:262:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:285:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBRunnable.h:29:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:285:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:302:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBRunnable.h:29:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/DBRunnables.h:302:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.cpp:206:44: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.cpp:230:45: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDBUtil.cpp:31:58: style: Function 'getBook' argument 1 names different: declaration 'fileName' definition 'filePath'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDBUtil.h:35:53: note: Function 'getBook' argument 1 names different: declaration 'fileName' definition 'filePath'.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDBUtil.cpp:31:58: note: Function 'getBook' argument 1 names different: declaration 'fileName' definition 'filePath'.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDBUtil.cpp:111:61: style: Function 'loadFromDB' argument 1 names different: declaration 'fileName' definition 'filePath'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDBUtil.h:58:56: note: Function 'loadFromDB' argument 1 names different: declaration 'fileName' definition 'filePath'.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDBUtil.cpp:111:61: note: Function 'loadFromDB' argument 1 names different: declaration 'fileName' definition 'filePath'.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDBUtil.cpp:144:52: style: Function 'canRemoveFile' argument 1 names different: declaration 'fileName' definition 'filePath'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDBUtil.h:55:47: note: Function 'canRemoveFile' argument 1 names different: declaration 'fileName' definition 'filePath'.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDBUtil.cpp:144:52: note: Function 'canRemoveFile' argument 1 names different: declaration 'fileName' definition 'filePath'.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.h:62:36: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.h:63:37: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.h:105:7: style: Technically the member function 'BooksDB::loadAuthors' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB_BookAuthor.cpp:39:15: note: Technically the member function 'BooksDB::loadAuthors' can be const.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.h:105:7: note: Technically the member function 'BooksDB::loadAuthors' can be const.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.h:106:7: style: Technically the member function 'BooksDB::loadAuthors' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB_BookAuthor.cpp:56:15: note: Technically the member function 'BooksDB::loadAuthors' can be const.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.h:106:7: note: Technically the member function 'BooksDB::loadAuthors' can be const.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.h:103:7: style: Technically the member function 'BooksDB::loadSeries' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB_BookSeries.cpp:36:15: note: Technically the member function 'BooksDB::loadSeries' can be const.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.h:103:7: note: Technically the member function 'BooksDB::loadSeries' can be const.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.h:104:7: style: Technically the member function 'BooksDB::loadSeries' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB_BookSeries.cpp:54:15: note: Technically the member function 'BooksDB::loadSeries' can be const.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.h:104:7: note: Technically the member function 'BooksDB::loadSeries' can be const.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB_BookTag.cpp:226:14: style: The scope of the variable 'addParent' can be reduced. [variableScope]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB_BookTag.cpp:227:15: style: The scope of the variable 'addName' can be reduced. [variableScope]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB_BookTag.cpp:132:2: performance: Variable 'myDeleteBookTag' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.h:107:7: style: Technically the member function 'BooksDB::loadTags' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB_BookTag.cpp:48:15: note: Technically the member function 'BooksDB::loadTags' can be const.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.h:107:7: note: Technically the member function 'BooksDB::loadTags' can be const.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.h:108:7: style: Technically the member function 'BooksDB::loadTags' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB_BookTag.cpp:61:15: note: Technically the member function 'BooksDB::loadTags' can be const.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/BooksDB.h:108:7: note: Technically the member function 'BooksDB::loadTags' can be const.
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/DeleteBookRunnable.cpp:24:2: performance: Variable 'myFindFileId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/DeleteFileEntriesRunnable.cpp:23:28: warning: Member variable 'DeleteFileEntriesRunnable::myFileId' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/DeleteFileEntriesRunnable.cpp:24:2: performance: Variable 'myDeleteFileEntries' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/FindFileIdRunnable.cpp:48:15: style: The scope of the variable 'addName' can be reduced. [variableScope]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/FindFileIdRunnable.cpp:49:14: style: The scope of the variable 'addParent' can be reduced. [variableScope]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/FindFileIdRunnable.cpp:107:15: style: The scope of the variable 'addName' can be reduced. [variableScope]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/FindFileIdRunnable.cpp:35:21: warning: Member variable 'FindFileIdRunnable::myAdd' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/FindFileIdRunnable.cpp:35:21: warning: Member variable 'FindFileIdRunnable::myFileId' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/FindFileIdRunnable.cpp:36:2: performance: Variable 'myFindFileId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/FindFileIdRunnable.cpp:90:2: performance: Variable 'myAddFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/LoadFileEntriesRunnable.cpp:24:2: performance: Variable 'myLoadFileEntries' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/LoadRecentBooksRunnable.cpp:25:2: performance: Variable 'myLoadRecentBooks' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/SaveAuthorsRunnable.cpp:41:14: style: The scope of the variable 'setAuthorId' can be reduced. [variableScope]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/SaveAuthorsRunnable.cpp:42:14: style: The scope of the variable 'setAuthorIndex' can be reduced. [variableScope]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/SaveAuthorsRunnable.cpp:28:2: performance: Variable 'mySetBookAuthor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/SaveBookStateStackRunnable.cpp:39:14: style: The scope of the variable 'savePosition' can be reduced. [variableScope]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/SaveBookStateStackRunnable.cpp:40:14: style: The scope of the variable 'saveParagraph' can be reduced. [variableScope]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/SaveBookStateStackRunnable.cpp:41:14: style: The scope of the variable 'saveWord' can be reduced. [variableScope]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/SaveBookStateStackRunnable.cpp:42:14: style: The scope of the variable 'saveChar' can be reduced. [variableScope]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/SaveBookStateStackRunnable.cpp:24:29: warning: Member variable 'SaveBookStateStackRunnable::myBookId' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/SaveBookStateStackRunnable.cpp:25:2: performance: Variable 'myTrimBookStateStack' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/SaveRecentBooksRunnable.cpp:33:14: style: The scope of the variable 'insertBookId' can be reduced. [variableScope]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/SaveRecentBooksRunnable.cpp:25:2: performance: Variable 'myClearRecentBooks' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/SaveSeriesRunnable.cpp:25:2: performance: Variable 'mySetBookSeries' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/database/booksdb/runnables/SaveTableBookRunnable.cpp:25:2: performance: Variable 'myFindBookId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommand.cpp:38:7: style: Technically the member function 'ParameterPredicate::operator()' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommand.cpp:45:26: note: Technically the member function 'ParameterPredicate::operator()' can be const.
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommand.cpp:38:7: note: Technically the member function 'ParameterPredicate::operator()' can be const.
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommand.cpp:37:2: style: Class 'ParameterPredicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommandParameter.cpp:54:66: style: Function 'DBCommandParameter' argument 1 names different: declaration 'par' definition 'parameter'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommandParameter.h:62:47: note: Function 'DBCommandParameter' argument 1 names different: declaration 'par' definition 'parameter'.
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommandParameter.cpp:54:66: note: Function 'DBCommandParameter' argument 1 names different: declaration 'par' definition 'parameter'.
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommandParameter.cpp:58:85: style: Function 'operator=' argument 1 names different: declaration 'par' definition 'parameter'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommandParameter.h:63:66: note: Function 'operator=' argument 1 names different: declaration 'par' definition 'parameter'.
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommandParameter.cpp:58:85: note: Function 'operator=' argument 1 names different: declaration 'par' definition 'parameter'.
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommandParameter.cpp:24:21: warning: Member variable 'DBCommandParameter::myType' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommandParameter.cpp:28:21: warning: Member variable 'DBCommandParameter::myType' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommandParameter.cpp:32:21: warning: Member variable 'DBCommandParameter::myType' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommandParameter.cpp:36:21: warning: Member variable 'DBCommandParameter::myType' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommandParameter.cpp:40:21: warning: Member variable 'DBCommandParameter::myType' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommandParameter.cpp:47:21: warning: Member variable 'DBCommandParameter::myType' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommandParameter.cpp:54:21: warning: Member variable 'DBCommandParameter::myType' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommandParameter.cpp:58:47: warning: Member variable 'DBCommandParameter::myType' is not assigned a value in 'DBCommandParameter::operator='. [operatorEqVarError]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteCommand.h:89:7: style: Technically the member function 'SQLiteCommand::bindParameter' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteCommand.cpp:287:21: note: Technically the member function 'SQLiteCommand::bindParameter' can be const.
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteCommand.h:89:7: note: Technically the member function 'SQLiteCommand::bindParameter' can be const.
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteConnection.h:34:2: style: Class 'SQLiteConnection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteCommand.h:69:3: style: Struct 'BindParameter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteCommand.h:78:3: style: Class 'BindParameterComparator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataReader.h:35:2: style: Class 'SQLiteDataReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteConnection.h:37:7: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBConnection.h:30:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteConnection.h:37:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteConnection.h:38:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBConnection.h:31:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteConnection.h:38:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteConnection.h:39:7: style: The function 'isOpened' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBConnection.h:32:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteConnection.h:39:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteCommand.h:47:7: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommand.h:46:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteCommand.h:47:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteCommand.h:48:22: style: The function 'executeScalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommand.h:47:30: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteCommand.h:48:22: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteCommand.h:49:27: style: The function 'executeReader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBCommand.h:48:35: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteCommand.h:49:27: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataReader.h:38:7: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBDataReader.h:32:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataReader.h:38:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataReader.h:39:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBDataReader.h:33:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataReader.h:39:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataReader.h:40:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBDataReader.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataReader.h:40:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataReader.h:42:9: style: The function 'columnsNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBDataReader.h:36:17: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataReader.h:42:9: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataReader.h:44:21: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBDataReader.h:38:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataReader.h:44:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataReader.h:46:22: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBDataReader.h:39:30: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataReader.h:46:22: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataReader.h:48:6: style: The function 'intValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBDataReader.h:41:14: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataReader.h:48:6: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataReader.h:49:9: style: The function 'realValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBDataReader.h:42:17: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataReader.h:49:9: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataReader.h:50:14: style: The function 'textValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBDataReader.h:43:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataReader.h:50:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteCommand.cpp:164:20: performance: Use const reference for 'sql' to avoid unnecessary data copying. [redundantCopyLocalConst]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/implsqlite/SQLiteDataBase.h:54:15: style: Unused private function: 'Transaction::name' [unusedPrivateFunction]
fbreader-0.12.10.orig/fbreader/src/encodingOption/EncodingOptionEntry.h:52:2: style: Class 'EncodingEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/encodingOption/EncodingOptionEntry.h:63:2: style: Class 'EncodingSetEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/encodingOption/EncodingOptionEntry.h:54:7: style: The function 'onAcceptValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/encodingOption/EncodingOptionEntry.h:37:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/encodingOption/EncodingOptionEntry.h:54:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/external/ProgramCollection.cpp:32:2: style: Class 'ProgramCollectionBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/FBReaderActions.h:86:2: style: Class 'ModeDependentAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/FBReaderActions.h:134:2: style: Class 'AddBookAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/FBReaderActions.h:172:2: style: Class 'UndoAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/FBReaderActions.h:224:2: style: Class 'ChangeFontSizeAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/FBReaderActions.h:283:2: style: Class 'GotoPageNumberAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/BookInfoDialog.h:39:2: style: Class 'BookInfoDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/FBReaderActions.h:335:7: style: The function 'doSearch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/fbreader/FBReaderActions.h:329:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/fbreader/FBReaderActions.h:335:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/fbreader/FBReaderActions.h:342:7: style: The function 'doSearch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/fbreader/FBReaderActions.h:329:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/fbreader/FBReaderActions.h:342:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/fbreader/BookInfoDialog.cpp:521:25: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/fbreader/src/fbreader/BookInfoDialog.cpp:518:2: style: Class 'BookInfoDialog' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/BookInfoDialog.cpp:518:2: style: Class 'BookInfoDialog' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/fbreader/src/fbreader/BookInfoDialog.cpp:76:2: style: Class 'SeriesTitleEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/BookInfoDialog.cpp:100:2: style: Class 'BookIndexEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/BookInfoDialog.cpp:304:2: style: Class 'BookTitleEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/BookInfoDialog.cpp:332:2: style: Class 'BookEncodingEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/BookInfoDialog.cpp:475:2: style: Class 'BookInfoApplyAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/BookInfoDialog.cpp:334:7: style: The function 'onAcceptValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/encodingOption/EncodingOptionEntry.h:37:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/fbreader/BookInfoDialog.cpp:334:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/fbreader/BookInfoDialog.cpp:399:64: performance: Function parameter 'initialTag' should be passed by const reference. [passedByValue]
fbreader-0.12.10.orig/fbreader/src/fbreader/FBView.h:71:2: style: Class 'FBView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/BookTextView.h:39:2: style: Class 'BookTextView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/BookTextView.h:54:7: style: The function '_onStylusPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/fbreader/FBView.h:93:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/fbreader/BookTextView.h:54:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/fbreader/BookTextView.h:55:7: style: The function '_onStylusMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/fbreader/FBView.h:97:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/fbreader/BookTextView.h:55:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/fbreader/BookTextView.h:56:7: style: The function '_onStylusRelease' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/fbreader/FBView.h:95:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/fbreader/BookTextView.h:56:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/fbreader/ContentsView.h:28:2: style: Class 'ContentsView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/ContentsView.h:36:7: style: The function '_onStylusPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/fbreader/FBView.h:93:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/fbreader/ContentsView.h:36:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/fbreader/ContentsView.h:37:7: style: The function '_onStylusMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/fbreader/FBView.h:97:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/fbreader/ContentsView.h:37:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/fbreader/FBReader.cpp:100:2: performance: Variable 'myBookTextView' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/network/NetworkItems.h:79:24: warning: The class 'NetworkCatalogItem' defines member variable with name 'TYPE_ID' also defined in its parent class 'NetworkItem'. [duplInheritedMember]
fbreader-0.12.10.orig/fbreader/src/network/NetworkItems.h:50:24: note: Parent variable 'NetworkItem::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/network/NetworkItems.h:79:24: note: Derived variable 'NetworkCatalogItem::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/network/NetworkItems.h:124:24: warning: The class 'NetworkBookItem' defines member variable with name 'TYPE_ID' also defined in its parent class 'NetworkItem'. [duplInheritedMember]
fbreader-0.12.10.orig/fbreader/src/network/NetworkItems.h:50:24: note: Parent variable 'NetworkItem::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/network/NetworkItems.h:124:24: note: Derived variable 'NetworkBookItem::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:52:2: style: Class 'LineScrollingAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:62:2: style: Class 'PageScrollingAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:72:2: style: Class 'MouseWheelScrollingAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:81:2: style: Class 'TapScrollingAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/FootnoteView.h:28:2: style: Class 'FootnoteView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryView.h:63:2: style: Class 'LibraryByAuthorView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryView.h:77:2: style: Class 'LibraryByTagView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/NetworkComparators.h:39:2: style: Class 'NetworkAuthorComparator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkActions/NetworkOperationRunnable.h:43:2: style: Class 'NetworkOperationRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkActions/NetworkOperationRunnable.h:61:2: style: Class 'DownloadBookRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkActions/NetworkOperationRunnable.h:76:2: style: Class 'IsAuthorisedRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkActions/NetworkOperationRunnable.h:100:2: style: Class 'InitializeAuthenticationManagerRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkActions/NetworkOperationRunnable.h:110:2: style: Class 'LogOutRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkActions/NetworkOperationRunnable.h:171:2: style: Class 'SimpleSearchRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkView.h:42:2: style: Class 'NetworkView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/FBReader.cpp:264:2: style: Class 'OpenBookRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:55:6: style: The function 'scrollingDelay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:38:14: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:55:6: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:56:9: style: The function 'textOptionValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:37:17: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:56:9: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:65:6: style: The function 'scrollingDelay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:38:14: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:65:6: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:66:9: style: The function 'textOptionValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:37:17: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:66:9: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:75:9: style: The function 'textOptionValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:37:17: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:75:9: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:84:9: style: The function 'textOptionValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:37:17: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/fbreader/ScrollingAction.h:84:9: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryView.h:66:7: style: The function 'makeUpToDate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryView.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryView.h:66:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryView.h:80:7: style: The function 'makeUpToDate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryView.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryView.h:80:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/BookReference.h:81:21: style: The function 'cleanURL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/BookReference.h:54:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/BookReference.h:81:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/NetworkItems.h:101:18: style: The function 'typeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/NetworkItems.h:63:26: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/NetworkItems.h:101:18: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/NetworkItems.h:144:18: style: The function 'typeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/NetworkItems.h:63:26: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/NetworkItems.h:144:18: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/NetworkItems.h:140:49: performance: Function parameter 'references' should be passed by const reference. [passedByValue]
fbreader-0.12.10.orig/fbreader/src/fbreader/FBView.cpp:88:9: warning: Member variable 'FBView::myPressedX' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/fbreader/FBView.cpp:88:9: warning: Member variable 'FBView::myPressedY' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/fbreader/FBView.cpp:88:9: warning: Member variable 'FBView::myIsReleasedWithoutMotion' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/fbreader/RecentBooksPopupData.cpp:47:19: performance: Use const reference for 'authors' to avoid unnecessary data copying. [redundantCopyLocalConst]
fbreader-0.12.10.orig/fbreader/src/fbreader/SearchActions.cpp:138:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fbreader-0.12.10.orig/fbreader/src/fbreader/SearchActions.cpp:40:2: style: Class 'SearchPatternEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:50:3: style: Struct 'AuthenticationStatus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:51:3: style: Struct 'AuthenticationStatus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/EncodedTextReader.h:30:2: style: Class 'EncodedTextReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Plugin.h:30:7: style: The function 'providesMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Plugin.h:30:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Plugin.h:31:7: style: The function 'acceptsFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Plugin.h:31:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Plugin.h:32:7: style: The function 'readMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Plugin.h:32:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Plugin.h:33:7: style: The function 'readModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:61:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Plugin.h:33:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Plugin.h:34:21: style: The function 'iconName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:56:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Plugin.h:34:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Plugin.h:35:22: style: The function 'coverImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:62:30: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Plugin.h:35:22: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlPlugin.h:30:7: style: The function 'providesMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlPlugin.h:30:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlPlugin.h:31:7: style: The function 'acceptsFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlPlugin.h:31:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlPlugin.h:32:7: style: The function 'readMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlPlugin.h:32:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlPlugin.h:33:7: style: The function 'readModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:61:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlPlugin.h:33:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlPlugin.h:34:21: style: The function 'iconName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:56:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlPlugin.h:34:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlPlugin.h:35:18: style: The function 'createInfoPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:57:26: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlPlugin.h:35:18: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtPlugin.h:29:7: style: The function 'providesMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtPlugin.h:29:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtPlugin.h:30:7: style: The function 'acceptsFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtPlugin.h:30:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtPlugin.h:31:7: style: The function 'readMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtPlugin.h:31:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtPlugin.h:32:7: style: The function 'readModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:61:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtPlugin.h:32:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtPlugin.h:33:21: style: The function 'iconName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:56:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtPlugin.h:33:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtPlugin.h:34:18: style: The function 'createInfoPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:57:26: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtPlugin.h:34:18: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:42:7: style: The function 'providesMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:42:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:43:7: style: The function 'acceptsFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:43:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:44:7: style: The function 'readMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:44:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:45:7: style: The function 'readModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:61:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:45:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:46:21: style: The function 'iconName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:56:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:46:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:52:7: style: The function 'readMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:52:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:53:7: style: The function 'readModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:61:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:53:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:63:7: style: The function 'providesMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:63:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:64:21: style: The function 'tryOpen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:59:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:64:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:67:28: style: The function 'createStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:56:36: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:67:28: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:73:7: style: The function 'acceptsFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:73:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:74:21: style: The function 'iconName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:56:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:74:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:76:7: style: The function 'readDocumentInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:57:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:76:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:79:18: style: The function 'createInfoPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:57:26: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:79:18: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:85:7: style: The function 'acceptsFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:85:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:86:21: style: The function 'iconName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:56:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:86:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:87:7: style: The function 'readMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:87:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:89:7: style: The function 'readDocumentInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:57:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:89:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:90:22: style: The function 'coverImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:62:30: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:90:22: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:96:7: style: The function 'providesMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:96:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:97:7: style: The function 'acceptsFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:97:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:98:21: style: The function 'iconName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:56:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:98:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:99:7: style: The function 'readMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:99:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:100:21: style: The function 'tryOpen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:59:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:100:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:102:7: style: The function 'readDocumentInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:57:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:102:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:104:28: style: The function 'createStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:56:36: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:104:28: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:110:7: style: The function 'providesMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:110:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:111:7: style: The function 'acceptsFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:111:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:112:21: style: The function 'iconName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:56:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:112:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:115:28: style: The function 'createStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:56:36: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:115:28: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:118:18: style: The function 'createInfoPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:57:26: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbPlugin.h:118:18: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrPlugin.h:31:7: style: The function 'providesMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrPlugin.h:31:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrPlugin.h:32:7: style: The function 'acceptsFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrPlugin.h:32:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrPlugin.h:33:7: style: The function 'readMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrPlugin.h:33:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrPlugin.h:34:7: style: The function 'readModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:61:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrPlugin.h:34:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrPlugin.h:35:21: style: The function 'iconName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:56:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrPlugin.h:35:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrPlugin.h:36:18: style: The function 'createInfoPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:57:26: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrPlugin.h:36:18: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBPlugin.h:32:7: style: The function 'providesMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBPlugin.h:32:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBPlugin.h:33:7: style: The function 'acceptsFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBPlugin.h:33:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBPlugin.h:34:7: style: The function 'readMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBPlugin.h:34:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBPlugin.h:35:7: style: The function 'readModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:61:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBPlugin.h:35:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBPlugin.h:36:22: style: The function 'coverImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:62:30: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBPlugin.h:36:22: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBPlugin.h:38:21: style: The function 'iconName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:56:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBPlugin.h:38:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMPlugin.h:30:7: style: The function 'providesMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMPlugin.h:30:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMPlugin.h:31:7: style: The function 'acceptsFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMPlugin.h:31:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMPlugin.h:32:7: style: The function 'readMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMPlugin.h:32:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMPlugin.h:33:7: style: The function 'readModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:61:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMPlugin.h:33:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMPlugin.h:34:21: style: The function 'iconName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:56:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMPlugin.h:34:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfPlugin.h:28:7: style: The function 'providesMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfPlugin.h:28:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfPlugin.h:29:7: style: The function 'acceptsFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfPlugin.h:29:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfPlugin.h:30:7: style: The function 'readMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfPlugin.h:30:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfPlugin.h:31:7: style: The function 'readModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:61:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfPlugin.h:31:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfPlugin.h:32:21: style: The function 'iconName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:56:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfPlugin.h:32:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfPlugin.h:33:18: style: The function 'createInfoPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:57:26: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfPlugin.h:33:18: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/openreader/OpenReaderPlugin.h:29:7: style: The function 'providesMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/openreader/OpenReaderPlugin.h:29:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/openreader/OpenReaderPlugin.h:30:7: style: The function 'acceptsFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/openreader/OpenReaderPlugin.h:30:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/openreader/OpenReaderPlugin.h:31:7: style: The function 'readMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/openreader/OpenReaderPlugin.h:31:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/openreader/OpenReaderPlugin.h:32:7: style: The function 'readModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:61:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/openreader/OpenReaderPlugin.h:32:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/openreader/OpenReaderPlugin.h:33:21: style: The function 'iconName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:56:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/openreader/OpenReaderPlugin.h:33:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/BitStream.h:56:19: warning: Member variable 'BitStream::myByteStream' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/chm/BitStream.h:56:19: warning: Member variable 'BitStream::myByteStreamEnd' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMFile.cpp:192:14: warning: Member variable 'CHMFileInfo::mySection0Offset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMFile.cpp:70:17: warning: Member variable 'CHMInputStream::myBaseIndex' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMFile.cpp:70:17: warning: Member variable 'CHMInputStream::myOffset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMFile.cpp:70:17: warning: Member variable 'CHMInputStream::myDoSkip' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMFile.cpp:70:17: warning: Member variable 'CHMInputStream::myOutDataOffset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMFile.cpp:70:17: warning: Member variable 'CHMInputStream::myOutDataLength' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/chm/LZXDecompressor.h:73:2: style: The class 'E8Decoder' does not have a constructor although it has private member variables. [noConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMFile.h:45:2: style: Class 'CHMFileInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/chm/LZXDecompressor.h:32:2: style: Class 'LZXDecompressor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:87:29: warning: Member variable 'HtmlTag::Offset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/util/MergedStream.h:26:1: style: The class 'MergedStream' does not have a constructor although it has private member variables. [noConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMPlugin.cpp:59:16: warning: Member variable 'CHMTextStream::myIndex' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMPlugin.cpp:147:19: performance: Technically the member function 'CHMHyperlinkMatcher::match' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMPlugin.cpp:150:39: note: Technically the member function 'CHMHyperlinkMatcher::match' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMPlugin.cpp:147:19: note: Technically the member function 'CHMHyperlinkMatcher::match' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:39:3: style: Struct 'HtmlAttribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/chm/HHCReferenceCollector.h:32:2: style: Class 'HHCReferenceCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/txt/PlainTextFormat.h:39:2: style: Class 'PlainTextFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/chm/HHCReader.h:40:7: style: The function 'startDocumentHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:71:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HHCReader.h:40:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HHCReader.h:41:7: style: The function 'endDocumentHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:72:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HHCReader.h:41:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HHCReader.h:43:7: style: The function 'tagHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:75:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HHCReader.h:43:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HHCReader.h:44:7: style: The function 'characterDataHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:77:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HHCReader.h:44:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HHCReferenceCollector.h:35:7: style: The function 'startDocumentHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:71:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HHCReferenceCollector.h:35:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HHCReferenceCollector.h:36:7: style: The function 'endDocumentHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:72:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HHCReferenceCollector.h:36:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HHCReferenceCollector.h:38:7: style: The function 'tagHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:75:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HHCReferenceCollector.h:38:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HHCReferenceCollector.h:39:7: style: The function 'characterDataHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:77:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HHCReferenceCollector.h:39:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.h:50:7: style: The function 'startDocumentHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:71:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.h:50:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.h:51:7: style: The function 'endDocumentHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:72:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.h:51:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.h:52:7: style: The function 'tagHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:75:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.h:52:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.h:53:7: style: The function 'characterDataHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:77:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.h:53:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HtmlSectionReader.h:35:7: style: The function 'startDocumentHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:71:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HtmlSectionReader.h:35:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HtmlSectionReader.h:36:7: style: The function 'endDocumentHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:72:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HtmlSectionReader.h:36:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HtmlSectionReader.h:39:28: style: The function 'createAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.h:45:36: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HtmlSectionReader.h:39:28: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMPlugin.cpp:49:7: style: The function 'resetToStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/util/MergedStream.h:30:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMPlugin.cpp:49:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMPlugin.cpp:50:28: style: The function 'nextStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/util/MergedStream.h:29:36: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/CHMPlugin.cpp:50:28: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.h:42:37: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:47:2: style: Class 'DummyHtmlTagAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:74:2: style: Class 'HtmlIgnoreTagAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:84:2: style: Class 'HtmlHrefTagAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:99:2: style: Class 'HtmlImageTagAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:121:2: style: Class 'HtmlPreTagAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:138:2: style: Class 'HtmlListItemTagAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:145:2: style: Class 'HtmlTableTagAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:152:2: style: Class 'HtmlStyleTagAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/chm/HtmlSectionReader.cpp:31:2: style: Class 'HtmlSectionHrefTagAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/chm/HtmlSectionReader.cpp:38:2: style: Class 'HtmlSectionImageTagAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:48:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:48:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:55:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:55:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:65:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:65:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:75:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:75:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:85:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:85:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:86:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:86:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:100:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:100:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:112:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:112:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:122:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:122:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:129:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:129:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:139:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:139:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:146:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:146:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:153:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:153:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HtmlSectionReader.cpp:32:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HtmlSectionReader.cpp:32:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HtmlSectionReader.cpp:39:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/chm/HtmlSectionReader.cpp:39:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/chm/LZXDecompressor.cpp:34:18: warning: Member variable 'LZXDecompressor::myBlockSize' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/css/StyleSheetParser.h:42:7: performance: Technically the member function 'StyleSheetParser::isControlSymbol' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/formats/css/StyleSheetParser.cpp:104:24: note: Technically the member function 'StyleSheetParser::isControlSymbol' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/css/StyleSheetParser.h:42:7: note: Technically the member function 'StyleSheetParser::isControlSymbol' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/css/StyleSheetParser.h:67:2: style: Class 'StyleSheetTableParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/css/StyleSheetParser.h:70:7: style: The function 'storeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/css/StyleSheetParser.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/css/StyleSheetParser.h:70:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/docbook/DocBookBookReader.h:31:2: style: Class 'DocBookBookReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/docbook/DocBookDescriptionReader.cpp:28:27: warning: Member variable 'DocBookDescriptionReader::myReturnCode' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/docbook/DocBookDescriptionReader.h:32:2: style: Class 'DocBookDescriptionReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/docbook/DocBookPlugin.h:31:7: performance: Technically the member function 'DocBookPlugin::acceptsFile' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/formats/docbook/DocBookPlugin.cpp:28:21: note: Technically the member function 'DocBookPlugin::acceptsFile' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/docbook/DocBookPlugin.h:31:7: note: Technically the member function 'DocBookPlugin::acceptsFile' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/docbook/DocBookPlugin.h:30:7: style: The function 'providesMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/docbook/DocBookPlugin.h:30:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/docbook/DocBookPlugin.h:32:7: style: The function 'readMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/docbook/DocBookPlugin.h:32:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/docbook/DocBookPlugin.h:33:7: style: The function 'readModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:61:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/docbook/DocBookPlugin.h:33:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/docbook/DocBookPlugin.h:34:21: style: The function 'iconName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:56:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/docbook/DocBookPlugin.h:34:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyBookReader.h:30:7: performance: Technically the member function 'DummyBookReader::readBook' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyBookReader.cpp:39:23: note: Technically the member function 'DummyBookReader::readBook' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyBookReader.h:30:7: note: Technically the member function 'DummyBookReader::readBook' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyBookReader.h:28:2: style: Class 'DummyBookReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyMetaInfoReader.h:32:7: performance: Technically the member function 'DummyMetaInfoReader::readMetaInfo' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyMetaInfoReader.cpp:38:27: note: Technically the member function 'DummyMetaInfoReader::readMetaInfo' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyMetaInfoReader.h:32:7: note: Technically the member function 'DummyMetaInfoReader::readMetaInfo' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyMetaInfoReader.h:30:2: style: Class 'DummyMetaInfoReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyPlugin.h:30:7: style: The function 'providesMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyPlugin.h:30:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyPlugin.h:31:7: style: The function 'acceptsFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyPlugin.h:31:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyPlugin.h:32:7: style: The function 'readMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyPlugin.h:32:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyPlugin.h:33:7: style: The function 'readModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:61:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyPlugin.h:33:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyPlugin.h:34:21: style: The function 'iconName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:56:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyPlugin.h:34:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyPlugin.h:35:22: style: The function 'coverImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:62:30: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/dummy/DummyPlugin.h:35:22: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2BookReader.cpp:60:63: style: Function 'startElementHandler' argument 2 names different: declaration 'attributes' definition 'xmlattributes'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2BookReader.h:35:49: note: Function 'startElementHandler' argument 2 names different: declaration 'attributes' definition 'xmlattributes'.
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2BookReader.cpp:60:63: note: Function 'startElementHandler' argument 2 names different: declaration 'attributes' definition 'xmlattributes'.
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2BookReader.cpp:33:16: warning: Member variable 'FB2BookReader::myHyperlinkType' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2BookReader.h:32:2: style: Class 'FB2BookReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2BookReader.h:35:7: style: The function 'startElementHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Reader.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2BookReader.h:35:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2BookReader.h:36:7: style: The function 'endElementHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Reader.h:37:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2BookReader.h:36:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2BookReader.h:49:24: style: Class 'FB2BookReader' is unsafe, 'FB2BookReader::myCurrentImage' can leak by wrong usage. [unsafeClassCanLeak]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2CoverReader.cpp:26:17: warning: Member variable 'FB2CoverReader::myReadCoverPage' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2CoverReader.h:31:2: style: Class 'FB2CoverReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2CoverReader.h:35:7: style: The function 'startElementHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Reader.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2CoverReader.h:35:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2CoverReader.h:36:7: style: The function 'endElementHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Reader.h:37:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2CoverReader.h:36:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2MetaInfoReader.cpp:30:20: warning: Member variable 'FB2MetaInfoReader::myReturnCode' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2MetaInfoReader.cpp:30:20: warning: Member variable 'FB2MetaInfoReader::myReadState' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2MetaInfoReader.h:32:2: style: Class 'FB2MetaInfoReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2MetaInfoReader.h:35:7: style: The function 'startElementHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Reader.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2MetaInfoReader.h:35:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2MetaInfoReader.h:36:7: style: The function 'endElementHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Reader.h:37:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2MetaInfoReader.h:36:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Reader.cpp:28:49: style: Function 'startElementHandler' argument 1 names different: declaration 'tag' definition 't'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Reader.h:42:39: note: Function 'startElementHandler' argument 1 names different: declaration 'tag' definition 't'.
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Reader.cpp:28:49: note: Function 'startElementHandler' argument 1 names different: declaration 'tag' definition 't'.
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Reader.cpp:32:47: style: Function 'endElementHandler' argument 1 names different: declaration 'tag' definition 't'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Reader.h:43:37: note: Function 'endElementHandler' argument 1 names different: declaration 'tag' definition 't'.
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Reader.cpp:32:47: note: Function 'endElementHandler' argument 1 names different: declaration 'tag' definition 't'.
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2TagManager.cpp:46:2: performance: Variable 'myLanguage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2TagManager.cpp:31:2: style: Class 'FB2TagInfoReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.cpp:400:17: warning: Member variable 'HtmlBookReader::myIgnoreDataCounter' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.cpp:400:17: warning: Member variable 'HtmlBookReader::myIsPreformatted' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.cpp:400:17: warning: Member variable 'HtmlBookReader::myDontBreakParagraph' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.cpp:400:17: warning: Member variable 'HtmlBookReader::myIsStarted' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.cpp:400:17: warning: Member variable 'HtmlBookReader::myIgnoreTitles' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.cpp:400:17: warning: Member variable 'HtmlBookReader::mySpaceCounter' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.cpp:400:17: warning: Member variable 'HtmlBookReader::myBreakCounter' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.cpp:121:20: warning: Member variable 'HtmlHrefTagAction::myHyperlinkType' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.cpp:583:52: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlDescriptionReader.cpp:24:24: warning: Member variable 'HtmlDescriptionReader::myReadTitle' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlDescriptionReader.h:30:2: style: Class 'HtmlDescriptionReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlDescriptionReader.h:34:7: style: The function 'startDocumentHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:71:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlDescriptionReader.h:34:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlDescriptionReader.h:35:7: style: The function 'endDocumentHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:72:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlDescriptionReader.h:35:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlDescriptionReader.h:37:7: style: The function 'tagHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:75:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlDescriptionReader.h:37:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlDescriptionReader.h:38:7: style: The function 'characterDataHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:77:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlDescriptionReader.h:38:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlEntityCollection.cpp:31:2: style: Class 'CollectionReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlPlugin.cpp:82:88: style: Function 'createInfoPage' argument 2 names different: declaration 'fileName' definition 'filePath'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlPlugin.h:35:77: note: Function 'createInfoPage' argument 2 names different: declaration 'fileName' definition 'filePath'.
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlPlugin.cpp:82:88: note: Function 'createInfoPage' argument 2 names different: declaration 'fileName' definition 'filePath'.
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlPlugin.cpp:57:20: performance: Use const reference for 'filePath' to avoid unnecessary data copying. [redundantCopyLocalConst]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.cpp:38:58: style: Function 'setTag' argument 2 names different: declaration 'fullName' definition 'name'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:61:54: note: Function 'setTag' argument 2 names different: declaration 'fullName' definition 'name'.
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.cpp:38:58: note: Function 'setTag' argument 2 names different: declaration 'fullName' definition 'name'.
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReaderStream.cpp:79:19: warning: Member variable 'HtmlReaderStream::myOffset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReaderStream.cpp:34:7: style: The function 'startDocumentHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:71:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReaderStream.cpp:34:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReaderStream.cpp:35:7: style: The function 'endDocumentHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:72:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReaderStream.cpp:35:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReaderStream.cpp:37:7: style: The function 'tagHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:75:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReaderStream.cpp:37:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReaderStream.cpp:38:7: style: The function 'characterDataHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:77:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReaderStream.cpp:38:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/oeb/NCXReader.cpp:117:22: warning: Member variable 'NavPoint::Order' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/oeb/NCXReader.cpp:117:22: warning: Member variable 'NavPoint::Level' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/oeb/NCXReader.h:44:2: style: Class 'NCXReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBBookReader.cpp:47:71: style: Function 'startElementHandler' argument 2 names different: declaration 'attributes' definition 'xmlattributes'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBBookReader.h:38:57: note: Function 'startElementHandler' argument 2 names different: declaration 'attributes' definition 'xmlattributes'.
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBBookReader.cpp:47:71: note: Function 'startElementHandler' argument 2 names different: declaration 'attributes' definition 'xmlattributes'.
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBBookReader.cpp:34:16: warning: Member variable 'OEBBookReader::myState' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBBookReader.h:34:2: style: Class 'OEBBookReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:60:2: style: Class 'XHTMLReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:74:39: performance: Function parameter 'tag' should be passed by const reference. [passedByValue]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:74:62: performance: Function parameter 'aClass' should be passed by const reference. [passedByValue]
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBBookReader.cpp:149:44: performance: Use const reference for 'navigationMap' to avoid unnecessary data copying. [redundantCopyLocalConst]
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBCoverReader.cpp:54:17: warning: Member variable 'OEBCoverReader::myReadGuide' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBCoverReader.cpp:29:2: style: Class 'XHTMLImageFinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBMetaInfoReader.cpp:32:20: warning: Member variable 'OEBMetaInfoReader::myReadMetaData' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBMetaInfoReader.cpp:32:20: warning: Member variable 'OEBMetaInfoReader::myReadState' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBMetaInfoReader.h:32:2: style: Class 'OEBMetaInfoReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBTextStream.h:31:2: style: Class 'OEBTextStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBPlugin.cpp:91:2: style: Class 'InputStreamLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBTextStream.h:34:7: style: The function 'resetToStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/util/MergedStream.h:30:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBTextStream.h:34:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBTextStream.h:35:28: style: The function 'nextStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/util/MergedStream.h:29:36: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBTextStream.h:35:28: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBTextStream.cpp:57:77: style: Function 'startElementHandler' argument 2 names different: declaration 'attributes' definition 'xmlattributes'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBTextStream.cpp:36:57: note: Function 'startElementHandler' argument 2 names different: declaration 'attributes' definition 'xmlattributes'.
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBTextStream.cpp:57:77: note: Function 'startElementHandler' argument 2 names different: declaration 'attributes' definition 'xmlattributes'.
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBTextStream.cpp:86:16: warning: Member variable 'OEBTextStream::myIndex' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBTextStream.cpp:87:2: performance: Variable 'myFilePrefix' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/formats/oeb/OEBTextStream.cpp:33:2: style: Class 'XHTMLFilesCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/openreader/ORBookReader.cpp:36:53: style: Function 'characterDataHandler' argument 1 names different: declaration 'text' definition 'data'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/openreader/ORBookReader.h:40:40: note: Function 'characterDataHandler' argument 1 names different: declaration 'text' definition 'data'.
fbreader-0.12.10.orig/fbreader/src/formats/openreader/ORBookReader.cpp:36:53: note: Function 'characterDataHandler' argument 1 names different: declaration 'text' definition 'data'.
fbreader-0.12.10.orig/fbreader/src/formats/openreader/ORBookReader.cpp:56:70: style: Function 'startElementHandler' argument 2 names different: declaration 'attributes' definition 'xmlattributes'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/openreader/ORBookReader.h:38:57: note: Function 'startElementHandler' argument 2 names different: declaration 'attributes' definition 'xmlattributes'.
fbreader-0.12.10.orig/fbreader/src/formats/openreader/ORBookReader.cpp:56:70: note: Function 'startElementHandler' argument 2 names different: declaration 'attributes' definition 'xmlattributes'.
fbreader-0.12.10.orig/fbreader/src/formats/openreader/ORBookReader.cpp:33:15: warning: Member variable 'ORBookReader::myState' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/openreader/ORBookReader.cpp:33:15: warning: Member variable 'ORBookReader::myTOCLevel' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/openreader/ORBookReader.h:35:2: style: Class 'ORBookReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/openreader/ORDescriptionReader.cpp:27:22: warning: Member variable 'ORDescriptionReader::myReadMetaData' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/openreader/ORDescriptionReader.cpp:27:22: warning: Member variable 'ORDescriptionReader::myReadState' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/openreader/ORDescriptionReader.h:30:2: style: Class 'ORDescriptionReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/BitReader.h:29:21: style: Technically the member function 'BitReader::peek' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/BitReader.cpp:35:31: note: Technically the member function 'BitReader::peek' can be const.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/BitReader.h:29:21: note: Technically the member function 'BitReader::peek' can be const.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/BitReader.cpp:26:2: style: Class 'BitReader' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/BitReader.cpp:26:2: style: Class 'BitReader' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/DocDecompressor.cpp:45:65: style: Function 'decompress' argument 2 names different: declaration 'buffer' definition 'targetBuffer'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/DocDecompressor.h:33:49: note: Function 'decompress' argument 2 names different: declaration 'buffer' definition 'targetBuffer'.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/DocDecompressor.cpp:45:65: note: Function 'decompress' argument 2 names different: declaration 'buffer' definition 'targetBuffer'.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/DocDecompressor.h:33:9: performance: Technically the member function 'DocDecompressor::decompress' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/DocDecompressor.cpp:45:25: note: Technically the member function 'DocDecompressor::decompress' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/DocDecompressor.h:33:9: note: Technically the member function 'DocDecompressor::decompress' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.h:32:2: style: Class 'EReaderStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocLikeStream.h:32:7: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbStream.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocLikeStream.h:32:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocLikeStream.h:39:7: style: The function 'fillBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbStream.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocLikeStream.h:39:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.h:53:7: style: The function 'processRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocLikeStream.h:42:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.h:53:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.h:54:7: style: The function 'processZeroRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocLikeStream.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.h:54:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.h:62:7: style: The function 'fillBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbStream.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.h:62:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:35:7: style: The function 'readDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlReader.h:42:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:35:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:38:7: style: The function 'addCharData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlReader.h:64:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:38:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:39:7: style: The function 'addLink' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlReader.h:65:18: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:39:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:40:7: style: The function 'addLinkLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlReader.h:66:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:40:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:41:7: style: The function 'addImageReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlReader.h:67:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:41:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:42:7: style: The function 'switchFontProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlReader.h:69:18: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:42:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:43:7: style: The function 'setFontSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlReader.h:68:18: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:43:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:44:7: style: The function 'newLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlReader.h:70:18: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:44:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:45:7: style: The function 'newPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlReader.h:71:18: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:45:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:46:7: style: The function 'newParagraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlReader.h:72:18: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.h:46:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.cpp:39:95: style: Function 'switchStreamDestination' argument 2 names different: declaration 'footnoteId' definition 'id'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.h:48:81: note: Function 'switchStreamDestination' argument 2 names different: declaration 'footnoteId' definition 'id'.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.cpp:39:95: note: Function 'switchStreamDestination' argument 2 names different: declaration 'footnoteId' definition 'id'.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.cpp:31:16: warning: Member variable 'EReaderStream::myCompressionVersion' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.cpp:31:16: warning: Member variable 'EReaderStream::myNonTextOffset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.cpp:31:16: warning: Member variable 'EReaderStream::myNonTextOffsetReserved' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.cpp:31:16: warning: Member variable 'EReaderStream::myFootnoteRecords' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.cpp:31:16: warning: Member variable 'EReaderStream::mySidebarRecords' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.cpp:31:16: warning: Member variable 'EReaderStream::myBookmarksOffset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.cpp:31:16: warning: Member variable 'EReaderStream::myNonTextOffsetExtraReserved' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.cpp:31:16: warning: Member variable 'EReaderStream::myImagedataOffset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.cpp:31:16: warning: Member variable 'EReaderStream::myImagedataOffsetReserved' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.cpp:31:16: warning: Member variable 'EReaderStream::myMetadataOffset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.cpp:31:16: warning: Member variable 'EReaderStream::myMetadataOffsetReserved' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.cpp:31:16: warning: Member variable 'EReaderStream::myFootnoteOffset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.cpp:31:16: warning: Member variable 'EReaderStream::mySidebarOffset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/EReaderStream.cpp:31:16: warning: Member variable 'EReaderStream::myLastdataOffset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HtmlMetainfoReader.cpp:26:21: warning: Member variable 'HtmlMetainfoReader::myReadTitle' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HtmlMetainfoReader.cpp:26:21: warning: Member variable 'HtmlMetainfoReader::myReadAuthor' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HtmlMetainfoReader.cpp:26:21: warning: Member variable 'HtmlMetainfoReader::myReadTags' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HtmlMetainfoReader.h:43:7: style: The function 'startDocumentHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:71:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HtmlMetainfoReader.h:43:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HtmlMetainfoReader.h:44:7: style: The function 'endDocumentHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:72:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HtmlMetainfoReader.h:44:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HtmlMetainfoReader.h:46:7: style: The function 'tagHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:75:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HtmlMetainfoReader.h:46:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HtmlMetainfoReader.h:47:7: style: The function 'characterDataHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:77:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HtmlMetainfoReader.h:47:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HuffDecompressor.cpp:29:74: style: Function 'HuffDecompressor' argument 2 names different: declaration 'beginHuffRecordOffsetIt' definition 'beginIt'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HuffDecompressor.h:32:56: note: Function 'HuffDecompressor' argument 2 names different: declaration 'beginHuffRecordOffsetIt' definition 'beginIt'.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HuffDecompressor.cpp:29:74: note: Function 'HuffDecompressor' argument 2 names different: declaration 'beginHuffRecordOffsetIt' definition 'beginIt'.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HuffDecompressor.cpp:30:74: style: Function 'HuffDecompressor' argument 3 names different: declaration 'endHuffRecordOffsetIt' definition 'endIt'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HuffDecompressor.h:33:56: note: Function 'HuffDecompressor' argument 3 names different: declaration 'endHuffRecordOffsetIt' definition 'endIt'.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HuffDecompressor.cpp:30:74: note: Function 'HuffDecompressor' argument 3 names different: declaration 'endHuffRecordOffsetIt' definition 'endIt'.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HuffDecompressor.cpp:89:66: style: Function 'decompress' argument 2 names different: declaration 'buffer' definition 'targetBuffer'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HuffDecompressor.h:37:49: note: Function 'decompress' argument 2 names different: declaration 'buffer' definition 'targetBuffer'.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HuffDecompressor.cpp:89:66: note: Function 'decompress' argument 2 names different: declaration 'buffer' definition 'targetBuffer'.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HuffDecompressor.h:41:9: performance: Technically the member function 'HuffDecompressor::readVariableWidthIntegerBE' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HuffDecompressor.cpp:180:26: note: Technically the member function 'HuffDecompressor::readVariableWidthIntegerBE' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HuffDecompressor.h:41:9: note: Technically the member function 'HuffDecompressor::readVariableWidthIntegerBE' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HuffDecompressor.cpp:45:2: style: Class 'HuffDecompressor' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/HuffDecompressor.cpp:45:2: style: Class 'HuffDecompressor' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:132:38: warning: Member variable 'TOCReader::myCurrentReference' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.h:51:8: style: Technically the member function 'MobipocketHtmlBookReader::TOCReader::rangeContainsPosition' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:145:43: note: Technically the member function 'MobipocketHtmlBookReader::TOCReader::rangeContainsPosition' can be const.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.h:51:8: note: Technically the member function 'MobipocketHtmlBookReader::TOCReader::rangeContainsPosition' can be const.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.h:43:3: style: Class 'TOCReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocStream.h:31:2: style: Class 'PalmDocStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:36:2: style: Class 'MobipocketHtmlImageTagAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:43:2: style: Class 'MobipocketHtmlHrTagAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:50:2: style: Class 'MobipocketHtmlHrefTagAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:57:2: style: Class 'MobipocketHtmlGuideTagAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:64:2: style: Class 'MobipocketHtmlReferenceTagAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:71:2: style: Class 'MobipocketHtmlPagebreakTagAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.h:31:7: style: The function 'readDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:64:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.h:31:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.h:34:7: style: The function 'startDocumentHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:71:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.h:34:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.h:35:7: style: The function 'tagHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:75:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.h:35:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.h:36:7: style: The function 'characterDataHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:77:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.h:36:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.h:37:28: style: The function 'createAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlBookReader.h:45:36: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.h:37:28: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocStream.h:39:7: style: The function 'processRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocLikeStream.h:42:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocStream.h:39:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocStream.h:40:7: style: The function 'processZeroRecord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocLikeStream.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocStream.h:40:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:37:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:37:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:44:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:44:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:51:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:51:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:58:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:58:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:65:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:65:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:72:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlTagActions.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/MobipocketHtmlBookReader.cpp:72:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocLikeStream.cpp:26:20: warning: Member variable 'PalmDocLikeStream::myMaxRecordSize' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocLikeStream.cpp:26:20: warning: Member variable 'PalmDocLikeStream::myRecordIndex' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocLikeStream.cpp:26:20: warning: Member variable 'PalmDocLikeStream::myMaxRecordIndex' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocLikeStream.cpp:26:20: warning: Member variable 'PalmDocLikeStream::myErrorCode' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocStream.cpp:31:16: warning: Member variable 'PalmDocStream::myCompressionVersion' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocStream.cpp:31:16: warning: Member variable 'PalmDocStream::myTextLength' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PalmDocStream.cpp:31:16: warning: Member variable 'PalmDocStream::myTextRecordNumber' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbStream.cpp:26:12: warning: Member variable 'PdbStream::myOffset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbStream.cpp:26:12: warning: Member variable 'PdbStream::myHeader' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbStream.cpp:26:12: warning: Member variable 'PdbStream::myBufferLength' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbStream.cpp:26:12: warning: Member variable 'PdbStream::myBufferOffset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerImages.h:69:127: style: Function 'ZCompressedFileImage' argument 4 names different: declaration 'size' definition 'compressedSize'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerImages.h:31:99: note: Function 'ZCompressedFileImage' argument 4 names different: declaration 'size' definition 'compressedSize'.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerImages.h:69:127: note: Function 'ZCompressedFileImage' argument 4 names different: declaration 'size' definition 'compressedSize'.
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerBookReader.cpp:38:20: warning: Member variable 'PluckerBookReader::myParagraphStarted' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerBookReader.cpp:38:20: warning: Member variable 'PluckerBookReader::myBufferIsEmpty' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerBookReader.cpp:38:20: warning: Member variable 'PluckerBookReader::myCompressionVersion' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerBookReader.cpp:38:20: warning: Member variable 'PluckerBookReader::myBytesToSkip' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerBookReader.cpp:38:20: warning: Member variable 'PluckerBookReader::myParagraphVector' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerBookReader.cpp:38:20: warning: Member variable 'PluckerBookReader::myParagraphStored' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerBookReader.cpp:39:2: style: Class 'PluckerBookReader' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerBookReader.cpp:39:2: style: Class 'PluckerBookReader' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerBookReader.h:34:2: style: Class 'PluckerBookReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerTextStream.h:30:2: style: Class 'PluckerTextStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerTextStream.h:32:7: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbStream.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerTextStream.h:32:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerTextStream.h:33:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbStream.h:37:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerTextStream.h:33:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerTextStream.h:36:7: style: The function 'fillBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbStream.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerTextStream.h:36:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerTextStream.cpp:29:20: warning: Member variable 'PluckerTextStream::myCompressionVersion' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PluckerTextStream.cpp:29:20: warning: Member variable 'PluckerTextStream::myRecordIndex' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlBookReader.cpp:27:16: warning: Member variable 'PmlBookReader::myParagraphIsEmpty' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlReader.cpp:38:12: warning: Member variable 'PmlReader::myState' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlReader.cpp:38:12: warning: Member variable 'PmlReader::myStreamBuffer' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlReader.cpp:38:12: warning: Member variable 'PmlReader::myIsInterrupted' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PmlReader.cpp:45:2: warning: Possible leak in public function. The pointer 'myStreamBuffer' is not deallocated before it is allocated. [publicAllocationError]
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtBookReader.h:38:7: style: The function 'startDocumentHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtReader.h:41:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtBookReader.h:38:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtBookReader.h:39:7: style: The function 'endDocumentHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtReader.h:42:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtBookReader.h:39:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtBookReader.h:41:7: style: The function 'characterDataHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtReader.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtBookReader.h:41:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtBookReader.h:42:7: style: The function 'newLineHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtReader.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtBookReader.h:42:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/ZTXTStream.h:32:2: style: Class 'ZTXTStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/ZTXTStream.h:34:7: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbStream.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/ZTXTStream.h:34:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/ZTXTStream.h:37:7: style: The function 'fillBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/PdbStream.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/ZTXTStream.h:37:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdb/ZTXTStream.cpp:25:13: warning: Member variable 'ZTXTStream::myMaxRecordIndex' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/ZTXTStream.cpp:25:13: warning: Member variable 'ZTXTStream::myMaxRecordSize' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdb/ZTXTStream.cpp:25:13: warning: Member variable 'ZTXTStream::myRecordIndex' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfBookReader.cpp:75:77: style: Function 'resolveReference' argument 1 names different: declaration 'reference' definition 'ref'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfBookReader.h:39:63: note: Function 'resolveReference' argument 1 names different: declaration 'reference' definition 'ref'.
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfBookReader.cpp:75:77: note: Function 'resolveReference' argument 1 names different: declaration 'reference' definition 'ref'.
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfBookReader.cpp:99:67: style: Function 'readReferenceTable' argument 2 names different: declaration 'offset' definition 'xrefOffset'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfBookReader.h:38:53: note: Function 'readReferenceTable' argument 2 names different: declaration 'offset' definition 'xrefOffset'.
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfBookReader.cpp:99:67: note: Function 'readReferenceTable' argument 2 names different: declaration 'offset' definition 'xrefOffset'.
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfBookReader.cpp:85:56: style: Variable 'jt' is assigned a value that is never used. [unreadVariable]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfBookReader.h:33:2: style: Class 'PdfBookReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:72:7: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:72:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:90:7: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:90:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:102:7: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:102:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:122:7: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:122:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:136:7: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:136:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:150:7: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:150:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:177:7: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:177:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:194:7: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:194:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfDescriptionReader.h:32:7: performance: Technically the member function 'PdfDescriptionReader::readMetaInfo' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfDescriptionReader.cpp:27:28: note: Technically the member function 'PdfDescriptionReader::readMetaInfo' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfDescriptionReader.h:32:7: note: Technically the member function 'PdfDescriptionReader::readMetaInfo' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfDescriptionReader.h:30:2: style: Class 'PdfDescriptionReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:129:7: style: Unused private function: 'PdfDictionaryObject::setObject' [unusedPrivateFunction]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:169:7: style: Unused private function: 'PdfArrayObject::addObject' [unusedPrivateFunction]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:170:24: style: Unused private function: 'PdfArrayObject::popLast' [unusedPrivateFunction]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:66:2: style: Class 'PdfBooleanObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:84:2: style: Class 'PdfIntegerObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfObject.h:99:2: style: Class 'PdfStringObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfPlugin.h:30:7: style: The function 'providesMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfPlugin.h:30:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfPlugin.h:31:7: style: The function 'acceptsFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfPlugin.h:31:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfPlugin.h:32:7: style: The function 'readMetaInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfPlugin.h:32:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfPlugin.h:33:7: style: The function 'readModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:61:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfPlugin.h:33:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfPlugin.h:34:21: style: The function 'iconName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/FormatPlugin.h:56:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/PdfPlugin.h:34:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/pdf/StringStream.h:28:2: style: Class 'StringStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfBookReader.cpp:28:16: warning: Member variable 'RtfBookReader::myImageIndex' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfBookReader.cpp:28:16: warning: Member variable 'RtfBookReader::myFootnoteIndex' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfBookReader.cpp:28:16: warning: Member variable 'RtfBookReader::myCurrentState' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:140:2: style: Class 'RtfFontPropertyCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:149:2: style: Class 'RtfAlignmentCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:158:2: style: Class 'RtfCharCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:167:2: style: Class 'RtfDestinationCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:185:2: style: Class 'RtfPictureCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:134:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:129:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:134:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:141:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:129:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:141:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:150:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:129:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:150:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:159:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:129:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:159:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:168:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:129:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:168:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:176:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:129:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:176:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:180:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:129:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:180:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:186:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:129:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:186:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:194:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:129:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:194:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:199:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:129:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:199:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfBookReader.h:38:7: style: The function 'readDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:50:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfBookReader.h:38:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfBookReader.h:43:7: style: The function 'setEncoding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:72:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfBookReader.h:43:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfBookReader.h:44:7: style: The function 'setAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:74:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfBookReader.h:44:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfBookReader.h:45:7: style: The function 'switchDestination' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:73:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfBookReader.h:45:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfBookReader.h:46:7: style: The function 'addCharData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:70:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfBookReader.h:46:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfBookReader.h:47:7: style: The function 'insertImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:71:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfBookReader.h:47:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfBookReader.h:49:7: style: The function 'setFontProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:75:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfBookReader.h:49:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfBookReader.h:50:7: style: The function 'newParagraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:76:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfBookReader.h:50:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfDescriptionReader.cpp:28:23: warning: Member variable 'RtfDescriptionReader::myDoRead' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfDescriptionReader.h:32:2: style: Class 'RtfDescriptionReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfDescriptionReader.h:35:7: style: The function 'readDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:50:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfDescriptionReader.h:35:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfDescriptionReader.h:37:7: style: The function 'setEncoding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:72:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfDescriptionReader.h:37:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfDescriptionReader.h:38:7: style: The function 'setAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:74:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfDescriptionReader.h:38:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfDescriptionReader.h:39:7: style: The function 'switchDestination' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:73:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfDescriptionReader.h:39:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfDescriptionReader.h:40:7: style: The function 'addCharData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:70:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfDescriptionReader.h:40:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfDescriptionReader.h:41:7: style: The function 'insertImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:71:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfDescriptionReader.h:41:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfDescriptionReader.h:43:7: style: The function 'setFontProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:75:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfDescriptionReader.h:43:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfDescriptionReader.h:44:7: style: The function 'newParagraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:76:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfDescriptionReader.h:44:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.cpp:89:73: style: Function 'RtfDestinationCommand' argument 1 names different: declaration 'dest' definition 'destination'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:167:51: note: Function 'RtfDestinationCommand' argument 1 names different: declaration 'dest' definition 'destination'.
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.cpp:89:73: note: Function 'RtfDestinationCommand' argument 1 names different: declaration 'dest' definition 'destination'.
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.cpp:32:12: warning: Member variable 'RtfReader::myState' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.cpp:32:12: warning: Member variable 'RtfReader::mySpecialMode' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.cpp:32:12: warning: Member variable 'RtfReader::myStreamBuffer' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.cpp:32:12: warning: Member variable 'RtfReader::myBinaryDataSize' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.cpp:32:12: warning: Member variable 'RtfReader::myIsInterrupted' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReaderStream.cpp:125:18: warning: Member variable 'RtfReaderStream::myOffset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReaderStream.cpp:43:7: performance: Technically the member function 'RtfTextOnlyReader::interrupt' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReaderStream.cpp:122:25: note: Technically the member function 'RtfTextOnlyReader::interrupt' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReaderStream.cpp:43:7: note: Technically the member function 'RtfTextOnlyReader::interrupt' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReaderStream.cpp:35:7: style: The function 'addCharData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:70:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReaderStream.cpp:35:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReaderStream.cpp:36:7: style: The function 'insertImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:71:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReaderStream.cpp:36:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReaderStream.cpp:37:7: style: The function 'setEncoding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:72:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReaderStream.cpp:37:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReaderStream.cpp:38:7: style: The function 'switchDestination' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:73:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReaderStream.cpp:38:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReaderStream.cpp:39:7: style: The function 'setAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:74:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReaderStream.cpp:39:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReaderStream.cpp:40:7: style: The function 'setFontProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:75:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReaderStream.cpp:40:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReaderStream.cpp:41:7: style: The function 'newParagraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReader.h:76:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/rtf/RtfReaderStream.cpp:41:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/tcr/PPLBookReader.cpp:28:16: warning: Member variable 'PPLBookReader::myEmptyLineCounter' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/tcr/PPLBookReader.cpp:29:2: style: Class 'PPLBookReader' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/tcr/PPLBookReader.cpp:29:2: style: Class 'PPLBookReader' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrPlugin.cpp:79:87: style: Function 'createInfoPage' argument 2 names different: declaration 'fileName' definition 'filePath'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrPlugin.h:36:77: note: Function 'createInfoPage' argument 2 names different: declaration 'fileName' definition 'filePath'.
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrPlugin.cpp:79:87: note: Function 'createInfoPage' argument 2 names different: declaration 'fileName' definition 'filePath'.
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrStream.h:30:2: style: Class 'TcrStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrStream.cpp:28:12: warning: Member variable 'TcrStream::myOffset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrStream.h:33:15: warning: Virtual function 'close' is called from destructor '~TcrStream()' at line 32. Dynamic binding is not used. [virtualCallInConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrStream.cpp:32:2: note: Calling close
fbreader-0.12.10.orig/fbreader/src/formats/tcr/TcrStream.h:33:15: note: close is a virtual method
fbreader-0.12.10.orig/fbreader/src/formats/txt/PlainTextFormat.cpp:98:7: style: The scope of the variable 'previous' can be reduced. [variableScope]
fbreader-0.12.10.orig/fbreader/src/formats/txt/PlainTextFormat.h:81:7: performance: Technically the member function 'PlainTextFormatDetector::detect' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/formats/txt/PlainTextFormat.cpp:77:31: note: Technically the member function 'PlainTextFormatDetector::detect' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/txt/PlainTextFormat.h:81:7: note: Technically the member function 'PlainTextFormatDetector::detect' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/txt/PlainTextFormat.cpp:58:2: style: Class 'PlainTextInfoPage' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/txt/PlainTextFormat.cpp:58:2: style: Class 'PlainTextInfoPage' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtBookReader.cpp:25:16: warning: Member variable 'TxtBookReader::myLineFeedCounter' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtBookReader.cpp:25:16: warning: Member variable 'TxtBookReader::myInsideContentsParagraph' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtBookReader.cpp:25:16: warning: Member variable 'TxtBookReader::myLastLineIsEmpty' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtBookReader.cpp:25:16: warning: Member variable 'TxtBookReader::myNewLine' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/txt/TxtBookReader.cpp:25:16: warning: Member variable 'TxtBookReader::mySpaceCounter' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/util/MiscUtil.cpp:73:56: style: Function 'decodeHtmlURL' argument 1 names different: declaration 'encodedURL' definition 'encoded'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/formats/util/MiscUtil.h:36:54: note: Function 'decodeHtmlURL' argument 1 names different: declaration 'encodedURL' definition 'encoded'.
fbreader-0.12.10.orig/fbreader/src/formats/util/MiscUtil.cpp:73:56: note: Function 'decodeHtmlURL' argument 1 names different: declaration 'encodedURL' definition 'encoded'.
fbreader-0.12.10.orig/fbreader/src/formats/util/MiscUtil.cpp:81:15: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fbreader-0.12.10.orig/fbreader/src/formats/util/TextFormatDetector.h:31:7: performance: Technically the member function 'TextFormatDetector::isHtml' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/formats/util/TextFormatDetector.cpp:34:26: note: Technically the member function 'TextFormatDetector::isHtml' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/util/TextFormatDetector.h:31:7: note: Technically the member function 'TextFormatDetector::isHtml' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/util/TextFormatDetector.h:32:7: performance: Technically the member function 'TextFormatDetector::isPPL' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/formats/util/TextFormatDetector.cpp:68:26: note: Technically the member function 'TextFormatDetector::isPPL' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/util/TextFormatDetector.h:32:7: note: Technically the member function 'TextFormatDetector::isPPL' can be static.
fbreader-0.12.10.orig/fbreader/src/formats/util/XMLTextStream.cpp:59:16: warning: Member variable 'XMLTextStream::myOffset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:299:12: style: Variable 'fileName' is assigned a value that is never used. [unreadVariable]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:486:14: warning: Member variable 'XHTMLReader::myPreformatted' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:486:14: warning: Member variable 'XHTMLReader::myNewParagraphInProgress' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:486:14: warning: Member variable 'XHTMLReader::myStylesToRemove' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:486:14: warning: Member variable 'XHTMLReader::myCurrentParagraphIsEmpty' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:486:14: warning: Member variable 'XHTMLReader::myReadState' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:276:2: performance: Variable 'myPredicate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:280:2: performance: Variable 'myPredicate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:99:2: style: Class 'XHTMLTagImageAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:100:2: style: Class 'XHTMLTagImageAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:124:2: style: Class 'XHTMLTagSvgAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:152:2: style: Class 'XHTMLTagControlAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:164:2: style: Class 'XHTMLTagParagraphWithControlAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:64:7: style: The function 'doAtStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:40:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:64:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:65:7: style: The function 'doAtEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:41:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:65:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:71:7: style: The function 'doAtStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:40:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:71:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:72:7: style: The function 'doAtEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:41:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:72:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:78:7: style: The function 'doAtStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:40:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:78:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:79:7: style: The function 'doAtEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:41:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:79:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:85:7: style: The function 'doAtStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:40:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:85:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:86:7: style: The function 'doAtEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:41:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:86:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:92:7: style: The function 'doAtStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:40:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:92:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:93:7: style: The function 'doAtEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:41:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:93:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:102:7: style: The function 'doAtStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:40:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:102:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:103:7: style: The function 'doAtEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:41:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:103:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:125:7: style: The function 'doAtStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:40:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:125:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:126:7: style: The function 'doAtEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:41:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:126:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:135:7: style: The function 'doAtStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:40:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:135:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:136:7: style: The function 'doAtEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:41:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:136:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:142:7: style: The function 'doAtStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:40:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:142:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:143:7: style: The function 'doAtEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:41:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:143:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:154:7: style: The function 'doAtStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:40:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:154:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:155:7: style: The function 'doAtEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:41:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:155:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:166:7: style: The function 'doAtStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:40:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:166:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:167:7: style: The function 'doAtEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:41:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:167:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:176:7: style: The function 'doAtStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:40:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:176:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:177:7: style: The function 'doAtEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.h:41:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:177:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:510:51: performance: Function parameter 'tag' should be passed by const reference. [passedByValue]
fbreader-0.12.10.orig/fbreader/src/formats/xhtml/XHTMLReader.cpp:510:74: performance: Function parameter 'aClass' should be passed by const reference. [passedByValue]
fbreader-0.12.10.orig/fbreader/src/migration/BookInfo.h:44:2: style: 'BookInfo::operator=' should return 'BookInfo &'. [operatorEq]
fbreader-0.12.10.orig/fbreader/src/migration/BookInfo.h:29:2: style: Struct 'BookInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/library/Book.cpp:36:30: performance: Function parameter 'filePath' should be passed by const reference. [passedByValue]
fbreader-0.12.10.orig/fbreader/src/library/Comparators.h:32:7: style: Technically the member function 'BookComparator::operator()' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/library/Comparators.cpp:25:22: note: Technically the member function 'BookComparator::operator()' can be const.
fbreader-0.12.10.orig/fbreader/src/library/Comparators.h:32:7: note: Technically the member function 'BookComparator::operator()' can be const.
fbreader-0.12.10.orig/fbreader/src/library/Comparators.h:41:7: style: Technically the member function 'BookByFileNameComparator::operator()' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/library/Comparators.cpp:50:32: note: Technically the member function 'BookByFileNameComparator::operator()' can be const.
fbreader-0.12.10.orig/fbreader/src/library/Comparators.h:41:7: note: Technically the member function 'BookByFileNameComparator::operator()' can be const.
fbreader-0.12.10.orig/fbreader/src/library/Comparators.h:50:7: style: Technically the member function 'AuthorComparator::operator()' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/library/Comparators.cpp:57:24: note: Technically the member function 'AuthorComparator::operator()' can be const.
fbreader-0.12.10.orig/fbreader/src/library/Comparators.h:50:7: note: Technically the member function 'AuthorComparator::operator()' can be const.
fbreader-0.12.10.orig/fbreader/src/library/Comparators.h:59:7: style: Technically the member function 'TagComparator::operator()' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/library/Comparators.cpp:72:21: note: Technically the member function 'TagComparator::operator()' can be const.
fbreader-0.12.10.orig/fbreader/src/library/Comparators.h:59:7: note: Technically the member function 'TagComparator::operator()' can be const.
fbreader-0.12.10.orig/fbreader/src/library/Library.cpp:236:54: style: Function 'collectDirNames' argument 1 names different: declaration 'names' definition 'nameSet'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/library/Library.h:86:46: note: Function 'collectDirNames' argument 1 names different: declaration 'names' definition 'nameSet'.
fbreader-0.12.10.orig/fbreader/src/library/Library.cpp:236:54: note: Function 'collectDirNames' argument 1 names different: declaration 'names' definition 'nameSet'.
fbreader-0.12.10.orig/fbreader/src/library/Library.h:72:7: style: Technically the member function 'Library::addBook' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/library/Library.cpp:278:15: note: Technically the member function 'Library::addBook' can be const.
fbreader-0.12.10.orig/fbreader/src/library/Library.h:72:7: note: Technically the member function 'Library::addBook' can be const.
fbreader-0.12.10.orig/fbreader/src/library/Library.h:74:7: style: Technically the member function 'Library::updateBook' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/library/Library.cpp:273:15: note: Technically the member function 'Library::updateBook' can be const.
fbreader-0.12.10.orig/fbreader/src/library/Library.h:74:7: note: Technically the member function 'Library::updateBook' can be const.
fbreader-0.12.10.orig/fbreader/src/library/Library.cpp:154:2: style: Class 'LibrarySynchronizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/libraryActions/AuthorInfoDialog.h:42:21: style: Technically the member function 'AuthorInfoDialog::initialAuthor' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/libraryActions/AuthorInfoDialog.cpp:143:38: note: Technically the member function 'AuthorInfoDialog::initialAuthor' can be const.
fbreader-0.12.10.orig/fbreader/src/libraryActions/AuthorInfoDialog.h:42:21: note: Technically the member function 'AuthorInfoDialog::initialAuthor' can be const.
fbreader-0.12.10.orig/fbreader/src/libraryActions/AuthorInfoDialog.cpp:129:2: style: Class 'AuthorInfoDialog' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/fbreader/src/libraryActions/AuthorInfoDialog.cpp:129:2: style: Class 'AuthorInfoDialog' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/fbreader/src/libraryActions/AuthorInfoDialog.h:37:2: style: Class 'AuthorInfoDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/libraryActions/AuthorInfoDialog.cpp:53:2: style: Class 'AuthorSortKeyEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/libraryActions/LibraryAuthorActions.h:32:2: style: Class 'AuthorEditInfoAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/libraryActions/LibraryBookActions.h:32:2: style: Class 'BookReadAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/libraryActions/LibraryBookActions.h:43:2: style: Class 'BookEditInfoAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/libraryActions/LibraryBookActions.h:54:2: style: Class 'BookRemoveAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/libraryActions/LibraryTagActions.h:48:2: style: Class 'TagEditAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/libraryActions/LibraryTagActions.h:59:2: style: Class 'TagCloneAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/libraryActions/LibraryTagActions.h:70:2: style: Class 'TagRemoveAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/libraryActions/LibraryTagActions.h:52:7: style: The function 'onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/libraryActions/LibraryTagActions.h:38:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryActions/LibraryTagActions.h:52:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryActions/LibraryTagActions.h:53:14: style: The function 'resourceKeyName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/libraryActions/LibraryTagActions.h:39:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryActions/LibraryTagActions.h:53:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryActions/LibraryTagActions.h:63:7: style: The function 'onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/libraryActions/LibraryTagActions.h:38:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryActions/LibraryTagActions.h:63:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryActions/LibraryTagActions.h:64:14: style: The function 'resourceKeyName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/libraryActions/LibraryTagActions.h:39:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryActions/LibraryTagActions.h:64:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:34:24: warning: The class 'AuthorNode' defines member variable with name 'TYPE_ID' also defined in its parent class 'FBReaderNode'. [duplInheritedMember]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:44:24: note: Parent variable 'FBReaderNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:34:24: note: Derived variable 'AuthorNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:55:24: warning: The class 'SeriesNode' defines member variable with name 'TYPE_ID' also defined in its parent class 'FBReaderNode'. [duplInheritedMember]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:44:24: note: Parent variable 'FBReaderNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:55:24: note: Derived variable 'SeriesNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:73:24: warning: The class 'TagNode' defines member variable with name 'TYPE_ID' also defined in its parent class 'FBReaderNode'. [duplInheritedMember]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:44:24: note: Parent variable 'FBReaderNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:73:24: note: Derived variable 'TagNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:98:24: warning: The class 'BookNode' defines member variable with name 'TYPE_ID' also defined in its parent class 'FBReaderNode'. [duplInheritedMember]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:44:24: note: Parent variable 'FBReaderNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:98:24: note: Derived variable 'BookNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:58:2: style: Class 'SeriesNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:38:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:38:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:43:20: style: The function 'resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:49:28: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:43:20: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:45:22: style: The function 'extractCoverImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:70:30: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:45:22: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:46:14: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:77:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:46:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:59:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:59:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:64:20: style: The function 'resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:49:28: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:64:20: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:66:22: style: The function 'extractCoverImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:70:30: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:66:22: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:67:14: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:77:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:67:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:81:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:81:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:86:20: style: The function 'resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:49:28: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:86:20: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:88:22: style: The function 'extractCoverImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:70:30: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:88:22: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:89:14: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:77:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:89:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:108:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:108:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:109:7: style: The function 'highlighted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:50:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:109:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:110:20: style: The function 'resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:49:28: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:110:20: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:112:22: style: The function 'extractCoverImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:70:30: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:112:22: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:113:14: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:77:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:113:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:114:14: style: The function 'summary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:78:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryNodes.h:114:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/libraryTree/BookNode.cpp:67:25: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/fbreader/src/libraryTree/BookNode.cpp:70:12: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryByAuthorView.cpp:114:25: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryByAuthorView.cpp:116:12: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryByAuthorView.cpp:118:19: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryByAuthorView.cpp:35:57: style: Function 'fillAuthorSubtree' argument 1 names different: declaration 'node' definition 'authorNode'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryView.h:69:37: note: Function 'fillAuthorSubtree' argument 1 names different: declaration 'node' definition 'authorNode'.
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryByAuthorView.cpp:35:57: note: Function 'fillAuthorSubtree' argument 1 names different: declaration 'node' definition 'authorNode'.
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryByAuthorView.cpp:63:57: style: Function 'isSubtreeUpToDate' argument 1 names different: declaration 'node' definition 'authorNode'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryView.h:70:37: note: Function 'isSubtreeUpToDate' argument 1 names different: declaration 'node' definition 'authorNode'.
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryByAuthorView.cpp:63:57: note: Function 'isSubtreeUpToDate' argument 1 names different: declaration 'node' definition 'authorNode'.
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryByAuthorView.cpp:90:59: style: Function 'updateAuthorSubtree' argument 1 names different: declaration 'node' definition 'authorNode'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryView.h:71:39: note: Function 'updateAuthorSubtree' argument 1 names different: declaration 'node' definition 'authorNode'.
fbreader-0.12.10.orig/fbreader/src/libraryTree/LibraryByAuthorView.cpp:90:59: note: Function 'updateAuthorSubtree' argument 1 names different: declaration 'node' definition 'authorNode'.
fbreader-0.12.10.orig/fbreader/src/migration/BookInfo.h:28:1: warning: The struct 'BookInfo' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fbreader-0.12.10.orig/fbreader/src/migration/FB2MigrationReader.cpp:28:21: warning: Member variable 'FB2MigrationReader::myReadState' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/migration/FB2MigrationReader.h:37:7: style: The function 'startElementHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Reader.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/migration/FB2MigrationReader.h:37:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/migration/FB2MigrationReader.h:38:7: style: The function 'endElementHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/fb2/FB2Reader.h:37:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/migration/FB2MigrationReader.h:38:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/migration/HtmlDCTagsReader.cpp:24:19: warning: Member variable 'HtmlDCTagsReader::myReadTag' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/migration/HtmlDCTagsReader.h:29:2: style: Class 'HtmlDCTagsReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/migration/HtmlDCTagsReader.h:32:7: style: The function 'startDocumentHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:71:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/migration/HtmlDCTagsReader.h:32:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/migration/HtmlDCTagsReader.h:33:7: style: The function 'endDocumentHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:72:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/migration/HtmlDCTagsReader.h:33:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/migration/HtmlDCTagsReader.h:35:7: style: The function 'tagHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:75:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/migration/HtmlDCTagsReader.h:35:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/migration/HtmlDCTagsReader.h:36:7: style: The function 'characterDataHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/formats/html/HtmlReader.h:77:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/migration/HtmlDCTagsReader.h:36:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/migration/Migration.h:62:7: style: The function 'doMigrationInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/migration/Migration.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/migration/Migration.h:62:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/migration/Migration.h:71:7: style: The function 'doMigrationInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/migration/Migration.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/migration/Migration.h:71:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/migration/Migration.h:80:7: style: The function 'doMigrationInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/migration/Migration.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/migration/Migration.h:80:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/migration/Migration.h:89:7: style: The function 'doMigrationInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/migration/Migration.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/migration/Migration.h:89:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/migration/Migration.h:98:7: style: The function 'doMigrationInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/migration/Migration.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/migration/Migration.h:98:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:76:7: performance: Technically the member function 'Migration_0_11_0_Runnable::migrateNetwork' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:512:33: note: Technically the member function 'Migration_0_11_0_Runnable::migrateNetwork' can be static.
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:76:7: note: Technically the member function 'Migration_0_11_0_Runnable::migrateNetwork' can be static.
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:80:14: performance: Technically the member function 'Migration_0_11_0_Runnable::tags2string' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:319:40: note: Technically the member function 'Migration_0_11_0_Runnable::tags2string' can be static.
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:80:14: note: Technically the member function 'Migration_0_11_0_Runnable::tags2string' can be static.
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:82:7: performance: Technically the member function 'Migration_0_11_0_Runnable::stringEquals' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:332:33: note: Technically the member function 'Migration_0_11_0_Runnable::stringEquals' can be static.
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:82:7: note: Technically the member function 'Migration_0_11_0_Runnable::stringEquals' can be static.
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:88:7: performance: Technically the member function 'Migration_0_11_0_Runnable::migrateBookStateStack' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:455:33: note: Technically the member function 'Migration_0_11_0_Runnable::migrateBookStateStack' can be static.
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:88:7: note: Technically the member function 'Migration_0_11_0_Runnable::migrateBookStateStack' can be static.
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:89:7: performance: Technically the member function 'Migration_0_11_0_Runnable::migrateBookLastState' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:487:33: note: Technically the member function 'Migration_0_11_0_Runnable::migrateBookLastState' can be static.
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:89:7: note: Technically the member function 'Migration_0_11_0_Runnable::migrateBookLastState' can be static.
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:91:7: performance: Technically the member function 'Migration_0_11_0_Runnable::shouldReadDisk' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:105:40: note: Technically the member function 'Migration_0_11_0_Runnable::shouldReadDisk' can be static.
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:91:7: note: Technically the member function 'Migration_0_11_0_Runnable::shouldReadDisk' can be static.
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:70:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/database/sqldb/DBRunnable.h:29:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_11_0.cpp:70:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/migration/Migration_0_8_11.cpp:27:71: performance: Function parameter 'map' should be passed by const reference. [passedByValue]
fbreader-0.12.10.orig/fbreader/src/migration/OEBMigrationReader.h:32:2: style: Class 'OEBMigrationReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/migration/OEBMigrationReader.cpp:26:21: warning: Member variable 'OEBMigrationReader::myReadMetaData' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/migration/OEBMigrationReader.cpp:26:21: warning: Member variable 'OEBMigrationReader::myReadSubject' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/network/NetworkBookItem.cpp:44:48: performance: Function parameter 'references' should be passed by const reference. [passedByValue]
fbreader-0.12.10.orig/fbreader/src/network/NetworkCatalogItem.cpp:30:14: style: Function 'NetworkCatalogItem' argument 6 names different: declaration 'type' definition 'catalogType'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/network/NetworkItems.h:98:15: note: Function 'NetworkCatalogItem' argument 6 names different: declaration 'type' definition 'catalogType'.
fbreader-0.12.10.orig/fbreader/src/network/NetworkCatalogItem.cpp:30:14: note: Function 'NetworkCatalogItem' argument 6 names different: declaration 'type' definition 'catalogType'.
fbreader-0.12.10.orig/fbreader/src/network/NetworkComparators.h:32:7: style: Technically the member function 'NetworkBookItemComparator::operator()' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/network/NetworkComparators.cpp:22:33: note: Technically the member function 'NetworkBookItemComparator::operator()' can be const.
fbreader-0.12.10.orig/fbreader/src/network/NetworkComparators.h:32:7: note: Technically the member function 'NetworkBookItemComparator::operator()' can be const.
fbreader-0.12.10.orig/fbreader/src/network/NetworkLink.cpp:67:71: style: Function 'resume' argument 1 names different: declaration 'data' definition 'result'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/network/NetworkLink.h:68:67: note: Function 'resume' argument 1 names different: declaration 'data' definition 'result'.
fbreader-0.12.10.orig/fbreader/src/network/NetworkLink.cpp:67:71: note: Function 'resume' argument 1 names different: declaration 'data' definition 'result'.
fbreader-0.12.10.orig/fbreader/src/network/NetworkOperationData.h:34:2: style: Class 'NetworkOperationData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/NetworkLinkCollection.cpp:232:128: style: Function 'downloadBook' argument 3 names different: declaration 'sslSertificate' definition 'sslCertificate'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/network/NetworkLinkCollection.h:61:106: note: Function 'downloadBook' argument 3 names different: declaration 'sslSertificate' definition 'sslCertificate'.
fbreader-0.12.10.orig/fbreader/src/network/NetworkLinkCollection.cpp:232:128: note: Function 'downloadBook' argument 3 names different: declaration 'sslSertificate' definition 'sslCertificate'.
fbreader-0.12.10.orig/fbreader/src/network/NetworkLinkCollection.h:58:14: performance: Technically the member function 'NetworkLinkCollection::bookFileName' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/network/NetworkLinkCollection.cpp:228:36: note: Technically the member function 'NetworkLinkCollection::bookFileName' can be static.
fbreader-0.12.10.orig/fbreader/src/network/NetworkLinkCollection.h:58:14: note: Technically the member function 'NetworkLinkCollection::bookFileName' can be static.
fbreader-0.12.10.orig/fbreader/src/network/NetworkLinkCollection.cpp:62:14: performance: Technically the member function 'Comparator::removeLeadingNonAscii' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/network/NetworkLinkCollection.cpp:65:48: note: Technically the member function 'Comparator::removeLeadingNonAscii' can be static.
fbreader-0.12.10.orig/fbreader/src/network/NetworkLinkCollection.cpp:62:14: note: Technically the member function 'Comparator::removeLeadingNonAscii' can be static.
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.h:64:30: style: The function 'simpleSearchData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/NetworkLink.h:66:38: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.h:64:30: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.h:67:30: style: The function 'advancedSearchData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/NetworkLink.h:67:38: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.h:67:30: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.h:73:30: style: The function 'resume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/NetworkLink.h:68:38: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.h:73:30: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.h:75:26: style: The function 'libraryItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/NetworkLink.h:71:34: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.h:75:26: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.h:76:43: style: The function 'authenticationManager' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/NetworkLink.h:70:51: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.h:76:43: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.h:78:7: style: The function 'rewriteUrl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/NetworkLink.h:73:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.h:78:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMConstructs.cpp:195:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMConstructs.h:62:2: style: Class 'ATOMPersonConstruct' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMConstructs.h:85:2: style: Class 'ATOMDateConstruct' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMMetadata.h:134:2: style: 'ATOMId::operator=' should return 'ATOMId &'. [operatorEq]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMContainers.h:42:28: style: Technically the member function 'ATOMEntry::published' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMContainers.h:43:21: style: Technically the member function 'ATOMEntry::rights' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMContainers.h:44:21: style: Technically the member function 'ATOMEntry::summary' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMContainers.h:45:21: style: Technically the member function 'ATOMEntry::title' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMContainers.h:46:26: style: Technically the member function 'ATOMEntry::updated' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMContainers.h:54:21: style: Technically the member function 'ATOMEntry::id' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMContainers.h:85:28: style: Technically the member function 'ATOMFeedMetadata::generator' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMContainers.h:86:23: style: Technically the member function 'ATOMFeedMetadata::icon' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMContainers.h:87:23: style: Technically the member function 'ATOMFeedMetadata::logo' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMContainers.h:88:21: style: Technically the member function 'ATOMFeedMetadata::rights' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMContainers.h:89:21: style: Technically the member function 'ATOMFeedMetadata::subtitle' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMContainers.h:90:21: style: Technically the member function 'ATOMFeedMetadata::title' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMContainers.h:91:26: style: Technically the member function 'ATOMFeedMetadata::updated' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMContainers.h:101:21: style: Technically the member function 'ATOMFeedMetadata::id' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMMetadata.h:52:2: style: Class 'ATOMAuthor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMMetadata.h:66:2: style: Class 'ATOMCategory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMMetadata.h:82:2: style: Class 'ATOMContributor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMMetadata.h:95:2: style: Class 'ATOMGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMMetadata.h:116:2: style: Class 'ATOMIcon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMMetadata.h:132:2: style: Class 'ATOMId' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMMetadata.h:165:2: style: Class 'ATOMLink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMMetadata.h:187:2: style: Class 'ATOMLogo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMMetadata.h:202:2: style: Class 'ATOMPublished' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMMetadata.h:213:2: style: Class 'ATOMUpdated' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMMetadata.h:128:1: warning: The class 'ATOMId' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMMetadata.h:73:7: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMConstructs.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMMetadata.h:73:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMMetadata.h:104:7: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMConstructs.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMMetadata.h:104:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMMetadata.h:178:7: style: The function 'readAttributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMConstructs.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/atom/ATOMMetadata.h:178:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/basic/BasicAuthenticationManager.h:56:2: style: Class 'BasicAuthenticationManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/authentication/basic/BasicAuthenticationManager.h:59:23: style: The function 'isAuthorised' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:54:31: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/basic/BasicAuthenticationManager.h:59:23: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/basic/BasicAuthenticationManager.h:60:14: style: The function 'authorise' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:55:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/basic/BasicAuthenticationManager.h:60:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/basic/BasicAuthenticationManager.h:61:7: style: The function 'logOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/basic/BasicAuthenticationManager.h:61:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/basic/BasicAuthenticationManager.h:63:28: style: The function 'downloadReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:60:36: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/basic/BasicAuthenticationManager.h:63:28: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/basic/BasicAuthenticationManager.h:66:21: style: The function 'currentUserName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:63:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/basic/BasicAuthenticationManager.h:66:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/basic/BasicAuthenticationManager.h:77:33: style: The function 'certificate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:72:41: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/basic/BasicAuthenticationManager.h:77:33: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationDataParser.h:92:2: style: Class 'LitResRegisterUserDataParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationDataParser.h:56:7: style: The function 'processTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationDataParser.h:40:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationDataParser.h:56:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationDataParser.h:71:7: style: The function 'processTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationDataParser.h:40:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationDataParser.h:71:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationDataParser.h:95:7: style: The function 'processTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationDataParser.h:40:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationDataParser.h:95:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationDataParser.h:104:7: style: The function 'processTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationDataParser.h:40:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationDataParser.h:104:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:56:7: performance: Technically the member function 'LitResAuthenticationManager::loadPurchasedBooksOnError' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.cpp:258:35: note: Technically the member function 'LitResAuthenticationManager::loadPurchasedBooksOnError' can be static.
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:56:7: note: Technically the member function 'LitResAuthenticationManager::loadPurchasedBooksOnError' can be static.
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:57:7: performance: Technically the member function 'LitResAuthenticationManager::loadPurchasedBooksOnSuccess' can be static. [functionStatic]
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.cpp:263:35: note: Technically the member function 'LitResAuthenticationManager::loadPurchasedBooksOnSuccess' can be static.
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:57:7: note: Technically the member function 'LitResAuthenticationManager::loadPurchasedBooksOnSuccess' can be static.
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:33:2: style: Class 'LitResAuthenticationManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:36:23: style: The function 'isAuthorised' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:54:31: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:36:23: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:37:14: style: The function 'authorise' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:55:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:37:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:38:7: style: The function 'logOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:38:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:39:7: style: The function 'skipIPSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:39:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:41:21: style: The function 'currentUserName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:63:29: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:41:21: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:42:7: style: The function 'needsInitialization' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:64:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:42:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:43:14: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:65:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:43:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:44:7: style: The function 'needPurchase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:66:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:44:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:45:14: style: The function 'purchaseBook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:67:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:45:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:46:28: style: The function 'downloadReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:60:36: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:46:28: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:48:14: style: The function 'refillAccountLink' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:69:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:48:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:49:14: style: The function 'currentAccount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:70:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:49:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:63:33: style: The function 'certificate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:72:41: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:63:33: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:66:7: style: The function 'registrationSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:75:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:66:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:67:14: style: The function 'registerUser' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:76:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:67:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:70:7: style: The function 'passwordRecoverySupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:79:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:70:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:71:14: style: The function 'recoverPassword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/authentication/NetworkAuthenticationManager.h:80:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResAuthenticationManager.h:71:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResBookshelfItem.h:39:7: style: The function 'onDisplayItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/NetworkItems.h:104:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResBookshelfItem.h:39:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResDataParser.cpp:72:57: style: Function 'characterDataHandler' argument 1 names different: declaration 'text' definition 'data'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResDataParser.h:42:40: note: Function 'characterDataHandler' argument 1 names different: declaration 'text' definition 'data'.
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResDataParser.cpp:72:57: note: Function 'characterDataHandler' argument 1 names different: declaration 'text' definition 'data'.
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResDataParser.cpp:52:19: warning: Member variable 'LitResDataParser::myIndexInSeries' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/network/authentication/litres/LitResGenre.cpp:84:55: performance: Use const reference for 'map' to avoid unnecessary data copying. [redundantCopyLocalConst]
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSMetadata.h:95:21: style: Technically the member function 'OPDSEntry::dcIssued' can be const. [functionConst]
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSMetadata.h:80:2: style: Class 'DCDate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSXMLParser.h:37:2: style: Class 'OPDSXMLParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/network/opds/NetworkOPDSFeedReader.h:43:7: style: The function 'processFeedEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSFeedReader.h:33:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/opds/NetworkOPDSFeedReader.h:43:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/opds/NetworkOPDSFeedReader.h:44:7: style: The function 'processFeedStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSFeedReader.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/opds/NetworkOPDSFeedReader.h:44:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/opds/NetworkOPDSFeedReader.h:45:7: style: The function 'processFeedMetadata' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSFeedReader.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/opds/NetworkOPDSFeedReader.h:45:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/opds/NetworkOPDSFeedReader.h:46:7: style: The function 'processFeedEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSFeedReader.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/network/opds/NetworkOPDSFeedReader.h:46:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.cpp:135:58: style: Function 'searchURL' argument 1 names different: declaration 'pattern' definition 'query'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.h:60:49: note: Function 'searchURL' argument 1 names different: declaration 'pattern' definition 'query'.
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.cpp:135:58: note: Function 'searchURL' argument 1 names different: declaration 'pattern' definition 'query'.
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.cpp:162:68: style: Function 'resume' argument 1 names different: declaration 'result' definition 'data'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.h:73:59: note: Function 'resume' argument 1 names different: declaration 'result' definition 'data'.
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.cpp:162:68: note: Function 'resume' argument 1 names different: declaration 'result' definition 'data'.
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.cpp:194:64: style: Function 'operator<' argument 1 names different: declaration 'other' definition 'alias'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.h:90:41: note: Function 'operator<' argument 1 names different: declaration 'other' definition 'alias'.
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSLink.cpp:194:64: note: Function 'operator<' argument 1 names different: declaration 'other' definition 'alias'.
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSMetadata.cpp:77:12: warning: Member variable 'OPDSEntry::mySeriesIndex' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSMetadata.cpp:80:12: warning: Member variable 'OPDSEntry::mySeriesIndex' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSXMLParser.cpp:565:54: style: Function 'characterDataHandler' argument 1 names different: declaration 'text' definition 'data'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSXMLParser.h:42:40: note: Function 'characterDataHandler' argument 1 names different: declaration 'text' definition 'data'.
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSXMLParser.cpp:565:54: note: Function 'characterDataHandler' argument 1 names different: declaration 'text' definition 'data'.
fbreader-0.12.10.orig/fbreader/src/network/opds/OPDSXMLParser.cpp:62:16: warning: Member variable 'OPDSXMLParser::mySummaryTagFound' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/networkActions/AuthenticationDialog.cpp:90:2: performance: Variable 'myDialog' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/networkActions/AuthenticationDialog.cpp:67:2: style: Class 'PasswordOptionEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkActions/NetworkActions.h:57:2: style: Class 'NetworkBookBuyDirectlyAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkActions/NetworkActions.h:70:2: style: Class 'NetworkBookBuyInBrowserAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkActions/NetworkActions.h:83:2: style: Class 'NetworkBookDeleteAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkActions/NetworkActions.cpp:124:20: performance: Use const reference for 'fileName' to avoid unnecessary data copying. [redundantCopyLocalConst]
fbreader-0.12.10.orig/fbreader/src/networkActions/NetworkOperationRunnable.cpp:32:2: performance: Variable 'myDialog' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/networkActions/NetworkOperationRunnable.cpp:77:2: performance: Variable 'myReference' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/networkActions/NetworkOperationRunnable.cpp:78:2: performance: Variable 'myAuthManager' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/networkActions/NetworkOperationRunnable.cpp:82:2: performance: Variable 'myReference' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/networkActions/PasswordRecoveryDialog.cpp:38:2: performance: Variable 'myDialog' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/networkActions/RegisterUserDialog.cpp:63:2: performance: Variable 'myDialog' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/fbreader/src/networkActions/RegisterUserDialog.cpp:41:2: style: Class 'HiddenValueEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:33:24: warning: The class 'NetworkContainerNode' defines member variable with name 'TYPE_ID' also defined in its parent class 'FBReaderNode'. [duplInheritedMember]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:44:24: note: Parent variable 'FBReaderNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:33:24: note: Derived variable 'NetworkContainerNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:47:24: warning: The class 'NetworkCatalogNode' defines member variable with name 'TYPE_ID' also defined in its parent class 'NetworkContainerNode'. [duplInheritedMember]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:33:24: note: Parent variable 'NetworkContainerNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:47:24: note: Derived variable 'NetworkCatalogNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:106:24: warning: The class 'NetworkCatalogRootNode' defines member variable with name 'TYPE_ID' also defined in its parent class 'NetworkCatalogNode'. [duplInheritedMember]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:47:24: note: Parent variable 'NetworkCatalogNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:106:24: note: Derived variable 'NetworkCatalogRootNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:135:24: warning: The class 'SearchResultNode' defines member variable with name 'TYPE_ID' also defined in its parent class 'NetworkContainerNode'. [duplInheritedMember]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:33:24: note: Parent variable 'NetworkContainerNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:135:24: note: Derived variable 'SearchResultNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:158:24: warning: The class 'NetworkAuthorNode' defines member variable with name 'TYPE_ID' also defined in its parent class 'NetworkContainerNode'. [duplInheritedMember]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:33:24: note: Parent variable 'NetworkContainerNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:158:24: note: Derived variable 'NetworkAuthorNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:182:24: warning: The class 'NetworkSeriesNode' defines member variable with name 'TYPE_ID' also defined in its parent class 'NetworkContainerNode'. [duplInheritedMember]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:33:24: note: Parent variable 'NetworkContainerNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:182:24: note: Derived variable 'NetworkSeriesNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:208:24: warning: The class 'NetworkBookNode' defines member variable with name 'TYPE_ID' also defined in its parent class 'FBReaderNode'. [duplInheritedMember]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:44:24: note: Parent variable 'FBReaderNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:208:24: note: Derived variable 'NetworkBookNode::TYPE_ID'
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:53:3: style: Class 'ExpandCatalogAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:64:3: style: Class 'ReloadAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:40:7: style: The function 'drawCover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:40:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:80:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:80:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:81:20: style: The function 'resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:49:28: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:81:20: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:93:22: style: The function 'extractCoverImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:70:30: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:93:22: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:94:14: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:77:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:94:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:95:14: style: The function 'summary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:78:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:95:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:122:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:122:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:123:20: style: The function 'resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:49:28: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:123:20: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:126:22: style: The function 'lastResortCoverImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:96:30: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:126:22: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:143:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:143:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:144:20: style: The function 'resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:49:28: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:144:20: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:146:22: style: The function 'extractCoverImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:70:30: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:146:22: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:147:14: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:77:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:147:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:148:14: style: The function 'summary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:78:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:148:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:169:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:169:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:170:20: style: The function 'resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:49:28: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:170:20: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:172:22: style: The function 'extractCoverImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:70:30: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:172:22: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:173:14: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:77:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:173:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:192:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:192:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:193:20: style: The function 'resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:49:28: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:193:20: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:195:22: style: The function 'extractCoverImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:70:30: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:195:22: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:196:14: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:77:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:196:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:197:14: style: The function 'summary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:78:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:197:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:214:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:214:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:222:20: style: The function 'resource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:49:28: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:222:20: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:224:22: style: The function 'extractCoverImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:70:30: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:224:22: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:225:14: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:77:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:225:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:226:14: style: The function 'summary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:78:22: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:226:14: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:227:7: style: The function 'drawCover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/fbreader/src/blockTree/FBReaderNode.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodes.h:227:7: note: Function in derived class
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkCatalogNode.cpp:119:10: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkCatalogNode.cpp:43:2: style: Class 'OpenInBrowserAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkCatalogRootNode.cpp:57:2: style: Class 'LoginAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkCatalogRootNode.cpp:65:2: style: Class 'LogoutAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkCatalogRootNode.cpp:74:2: style: Class 'RefillAccountAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkCatalogRootNode.cpp:86:2: style: Class 'DontShowAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkCatalogRootNode.cpp:100:2: style: Class 'PasswordRecoveryAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkCatalogRootNode.cpp:108:2: style: Class 'RegisterUserAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkNodesFactory.cpp:53:5: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkView.cpp:210:13: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/fbreader/src/networkTree/NetworkView.cpp:74:2: style: Class 'CoverUpdaterRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/options/FBCategoryKey.h:33:2: style: Class 'FBCategoryKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/optionsDialog/ConfigPage.h:28:2: style: Class 'ConfigPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/optionsDialog/ConfigPage.cpp:32:2: style: Class 'TimeoutEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/optionsDialog/OptionsPage.h:73:21: warning: Member variable 'OptionsPage::myComboEntry' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/fbreader/src/optionsDialog/FormatOptionsPage.h:30:2: style: Class 'FormatOptionsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/optionsDialog/IndicatorTab.cpp:35:2: style: Class 'StateOptionEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/optionsDialog/IntegrationTab.cpp:34:2: style: Class 'ProgramChoiceEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/optionsDialog/IntegrationTab.cpp:55:2: style: Class 'EnableIntegrationEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/optionsDialog/KeyBindingsPage.h:30:2: style: Class 'KeyBindingsPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/optionsDialog/KeyBindingsPage.cpp:66:2: style: Class 'MultiKeyOptionEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/optionsDialog/KeyBindingsPage.cpp:201:2: style: Class 'OrientationEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/optionsDialog/NetworkLibraryPage.h:28:2: style: Class 'NetworkLibraryPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/optionsDialog/NetworkLibraryPage.cpp:41:2: style: Class 'NetworkLinkBooleanOptionEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/fbreader/src/optionsDialog/OptionsDialog.cpp:133:2: style: Class 'OptionsApplyRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.cpp:66:2: performance: Variable 'myContext' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.h:135:29: style: Technically the member function 'ZLApplication::context' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.cpp:272:43: note: Technically the member function 'ZLApplication::context' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.h:135:29: note: Technically the member function 'ZLApplication::context' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.h:146:7: style: Technically the member function 'ZLApplication::doAction' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.cpp:169:21: note: Technically the member function 'ZLApplication::doAction' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.h:146:7: note: Technically the member function 'ZLApplication::doAction' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:68:6: performance: Technically the member function 'ZLPaintContext::imageWidth' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:95:28: note: Technically the member function 'ZLPaintContext::imageWidth' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:68:6: note: Technically the member function 'ZLPaintContext::imageWidth' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:69:6: performance: Technically the member function 'ZLPaintContext::imageHeight' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:96:28: note: Technically the member function 'ZLPaintContext::imageHeight' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:69:6: note: Technically the member function 'ZLPaintContext::imageHeight' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.h:46:2: style: Class 'ZLApplicationBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.h:119:2: style: Class 'ZLApplication' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLKeyBindings.h:29:2: style: Class 'ZLKeyBindings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLMenu.h:64:2: style: Class 'ZLMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLMenu.h:46:3: style: Class 'Item' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLMenu.h:94:3: style: Class 'Submenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.h:94:8: style: The function 'isVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.h:81:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.h:94:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.h:95:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.h:87:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.h:95:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.h:103:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.h:87:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.h:103:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLKeyBindings.cpp:36:2: style: Class 'ZLKeyBindingsReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.h:177:7: style: Technically the member function 'ZLApplication::createMenubar' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLMenu.cpp:39:21: note: Technically the member function 'ZLApplication::createMenubar' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.h:177:7: note: Technically the member function 'ZLApplication::createMenubar' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLMenu.cpp:30:2: style: Class 'ZLMenubarCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.h:170:7: style: Technically the member function 'ZLApplication::createToolbar' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLToolbar.cpp:42:21: note: Technically the member function 'ZLApplication::createToolbar' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplication.h:170:7: note: Technically the member function 'ZLApplication::createToolbar' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLToolbar.h:118:3: style: Class 'ButtonGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLToolbar.cpp:35:2: style: Class 'ZLToolbarCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLToolbar.cpp:110:0: error: Memory leak: button [memleak]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLToolbar.cpp:130:0: error: Memory leak: item [memleak]
fbreader-0.12.10.orig/zlibrary/core/src/blockTreeView/ZLBlockTreeNode.cpp:115:59: style: Function 'Rectangle' argument 2 names different: declaration 'vOffset' definition 'top'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/blockTreeView/ZLBlockTreeNode.h:46:33: note: Function 'Rectangle' argument 2 names different: declaration 'vOffset' definition 'top'.
fbreader-0.12.10.orig/zlibrary/core/src/blockTreeView/ZLBlockTreeNode.cpp:115:59: note: Function 'Rectangle' argument 2 names different: declaration 'vOffset' definition 'top'.
fbreader-0.12.10.orig/zlibrary/core/src/blockTreeView/ZLBlockTreeView.cpp:32:18: warning: Member variable 'ZLBlockTreeView::myCanScrollForward' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/blockTreeView/ZLBlockTreeView.h:48:2: style: Class 'ZLBlockTreeView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/blockTreeView/ZLBlockTreeView.h:36:3: style: Class 'RootNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/application/ZLDesktopApplicationWindow.h:30:2: style: Class 'ZLDesktopApplicationWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLDialog.cpp:29:94: style: Function 'addOption' argument 3 names different: declaration 'option' definition 'entry'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLDialog.h:37:85: note: Function 'addOption' argument 3 names different: declaration 'option' definition 'entry'.
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLDialog.cpp:29:94: note: Function 'addOption' argument 3 names different: declaration 'option' definition 'entry'.
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLDialog.cpp:33:67: style: Function 'addOption' argument 2 names different: declaration 'option' definition 'entry'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLDialog.h:38:58: note: Function 'addOption' argument 2 names different: declaration 'option' definition 'entry'.
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLDialog.cpp:33:67: note: Function 'addOption' argument 2 names different: declaration 'option' definition 'entry'.
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLDialog.cpp:22:11: warning: Member variable 'ZLDialog::myTab' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:74:15: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:51:23: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:74:15: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:99:15: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:51:23: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:99:15: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:108:15: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:51:23: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:108:15: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:117:15: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:51:23: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:117:15: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:126:15: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:51:23: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:126:15: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:139:15: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:51:23: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:139:15: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:152:15: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:51:23: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:152:15: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:167:15: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:51:23: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:167:15: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:192:15: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:51:23: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:192:15: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:212:15: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:51:23: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:212:15: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:225:15: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:51:23: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:225:15: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:234:23: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:51:23: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.h:234:23: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionEntry.cpp:44:33: performance: Use const reference for 'valuesVector' to avoid unnecessary data copying. [redundantCopyLocalConst]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLProgressDialog.cpp:34:2: style: Class 'ProgressListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLSelectionDialog.h:67:15: style: The function 'isOpenHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLSelectionDialog.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLSelectionDialog.h:67:15: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLSelectionDialog.h:75:15: style: The function 'isOpenHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLSelectionDialog.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLSelectionDialog.h:75:15: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/DummyEncodingConverter.h:30:34: performance: Technically the member function 'DummyEncodingConverterProvider::createConverter' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/DummyEncodingConverter.cpp:43:65: note: Technically the member function 'DummyEncodingConverterProvider::createConverter' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/encoding/DummyEncodingConverter.h:30:34: note: Technically the member function 'DummyEncodingConverterProvider::createConverter' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverter.h:72:2: style: Class 'ZLEncodingSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/DummyEncodingConverter.h:29:7: style: The function 'providesConverter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverterProvider.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/DummyEncodingConverter.h:29:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/DummyEncodingConverter.h:31:34: style: The function 'createConverter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverterProvider.h:37:42: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/DummyEncodingConverter.h:31:34: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/DummyEncodingConverter.cpp:31:7: style: The function 'convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverter.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/DummyEncodingConverter.cpp:31:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/DummyEncodingConverter.cpp:32:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverter.h:38:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/DummyEncodingConverter.cpp:32:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/DummyEncodingConverter.cpp:33:7: style: The function 'fillTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverter.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/DummyEncodingConverter.cpp:33:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/EncodingCollectionReader.h:33:2: style: Class 'ZLEncodingCollectionReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:182:30: warning: Member variable 'MyTwoBytesEncodingConverter::myLastChar' is not initialized in the constructor. [uninitMemberVarPrivate]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:232:17: warning: Member variable 'EncodingReader::myBytesNumber' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:252:20: warning: Member variable 'EncodingIntReader::myMap' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:274:21: warning: Member variable 'EncodingCharReader::myMap' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:274:21: warning: Member variable 'EncodingCharReader::myBuffer' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:52:2: style: Class 'MyTwoBytesEncodingConverter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:72:2: style: Class 'EncodingReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:89:2: style: Class 'EncodingIntReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:103:2: style: Class 'EncodingCharReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.h:32:7: style: The function 'providesConverter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverterProvider.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.h:32:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.h:33:34: style: The function 'createConverter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverterProvider.h:37:42: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.h:33:34: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:38:7: style: The function 'convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverter.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:38:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:39:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverter.h:38:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:39:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:40:7: style: The function 'fillTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverter.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:40:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:56:7: style: The function 'convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverter.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:56:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:57:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverter.h:38:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:57:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:58:7: style: The function 'fillTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverter.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:58:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:94:7: style: The function 'startElementHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:78:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:94:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:108:7: style: The function 'startElementHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:78:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/MyEncodingConverter.cpp:108:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverter.h:102:34: performance: Technically the member function 'ZLEncodingCollection::defaultConverter' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingCollection.cpp:82:55: note: Technically the member function 'ZLEncodingCollection::defaultConverter' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverter.h:102:34: note: Technically the member function 'ZLEncodingCollection::defaultConverter' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLDir.cpp:51:48: style: Function 'itemPath' argument 1 names different: declaration 'name' definition 'itemName'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLDir.h:41:42: note: Function 'itemPath' argument 1 names different: declaration 'name' definition 'itemName'.
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLDir.cpp:51:48: note: Function 'itemPath' argument 1 names different: declaration 'name' definition 'itemName'.
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFile.h:54:2: style: Class 'ZLFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSDir.h:28:2: style: Class 'ZLFSDir' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSDir.h:33:14: style: The function 'delimiter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLDir.h:48:22: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSDir.h:33:14: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFile.cpp:35:9: warning: Member variable 'ZLFile::myInfo' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:52:2: style: Class 'ZLInputStreamDecorator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:49:2: style: Class 'ZLZipEntryCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:115:2: style: Class 'ZLZipDir' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.h:55:2: style: Class 'ZLTarDir' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:55:7: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:55:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:56:9: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:36:17: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:56:9: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:57:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:37:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:57:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:59:7: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:59:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:60:9: style: The function 'offset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:40:17: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:60:9: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:61:9: style: The function 'sizeOfOpened' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:41:17: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:61:9: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:64:7: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:64:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:65:9: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:36:17: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:65:9: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:66:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:37:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:66:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:68:7: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:68:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:69:9: style: The function 'offset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:40:17: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:69:9: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:70:9: style: The function 'sizeOfOpened' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:41:17: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:70:9: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:93:7: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:93:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:94:9: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:36:17: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:94:9: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:95:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:37:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:95:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:97:7: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:97:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:98:9: style: The function 'offset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:40:17: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:98:9: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:99:9: style: The function 'sizeOfOpened' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:41:17: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:99:9: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:119:7: style: The function 'collectSubDirs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLDir.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:119:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:120:7: style: The function 'collectFiles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLDir.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:120:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:123:14: style: The function 'delimiter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLDir.h:48:22: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:123:14: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.h:35:7: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.h:35:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.h:36:9: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:36:17: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.h:36:9: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.h:37:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:37:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.h:37:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.h:39:7: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.h:39:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.h:40:9: style: The function 'offset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:40:17: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.h:40:9: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.h:41:9: style: The function 'sizeOfOpened' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:41:17: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.h:41:9: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.h:59:7: style: The function 'collectSubDirs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLDir.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.h:59:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.h:60:7: style: The function 'collectFiles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLDir.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.h:60:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.h:63:14: style: The function 'delimiter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLDir.h:48:22: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.h:63:14: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/bzip2/ZLBzip2InputStream.h:36:7: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/bzip2/ZLBzip2InputStream.h:36:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/bzip2/ZLBzip2InputStream.h:37:9: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:36:17: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/bzip2/ZLBzip2InputStream.h:37:9: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/bzip2/ZLBzip2InputStream.h:38:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:37:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/bzip2/ZLBzip2InputStream.h:38:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/bzip2/ZLBzip2InputStream.h:40:7: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/bzip2/ZLBzip2InputStream.h:40:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/bzip2/ZLBzip2InputStream.h:41:9: style: The function 'offset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:40:17: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/bzip2/ZLBzip2InputStream.h:41:9: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/bzip2/ZLBzip2InputStream.h:42:9: style: The function 'sizeOfOpened' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLInputStream.h:41:17: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/bzip2/ZLBzip2InputStream.h:42:9: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/bzip2/ZLBzip2InputStream.cpp:24:21: warning: Member variable 'ZLBzip2InputStream::myOffset' is not initialized in the constructor. [uninitMemberVarPrivate]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/bzip2/ZLBzip2InputStream.cpp:24:21: warning: Member variable 'ZLBzip2InputStream::myTrashBuffer' is not initialized in the constructor. [uninitMemberVarPrivate]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/bzip2/ZLBzip2InputStream.cpp:24:21: warning: Member variable 'ZLBzip2InputStream::myBaseAvailableSize' is not initialized in the constructor. [uninitMemberVarPrivate]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/bzip2/ZLBzip2InputStream.h:32:2: style: Class 'ZLBzip2InputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.cpp:138:19: warning: Member variable 'ZLTarInputStream::myCompressedFileSize' is not initialized in the constructor. [uninitMemberVarPrivate]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.cpp:138:19: warning: Member variable 'ZLTarInputStream::myOffset' is not initialized in the constructor. [uninitMemberVarPrivate]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/tar/ZLTar.cpp:42:2: style: Class 'ZLTarHeaderCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLGzipInputStream.cpp:23:20: warning: Member variable 'ZLGzipInputStream::myOffset' is not initialized in the constructor. [uninitMemberVarPrivate]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:89:2: style: Class 'ZLGzipInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZDecompressor.h:32:2: style: Class 'ZLZDecompressor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZDecompressor.cpp:31:2: style: Class 'ZLZDecompressor' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZDecompressor.cpp:31:2: style: Class 'ZLZDecompressor' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZipEntryCache.cpp:26:62: style: Function 'cache' argument 1 names different: declaration 'baseStream' definition 'stream'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZip.h:36:53: note: Function 'cache' argument 1 names different: declaration 'baseStream' definition 'stream'.
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZipEntryCache.cpp:26:62: note: Function 'cache' argument 1 names different: declaration 'baseStream' definition 'stream'.
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZipEntryCache.cpp:23:24: warning: Member variable 'Info::CompressionMethod' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZipEntryCache.cpp:23:24: warning: Member variable 'Info::CompressedSize' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZipEntryCache.cpp:23:24: warning: Member variable 'Info::UncompressedSize' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZipHeader.h:45:17: performance: Technically the member function 'ZLZipHeader::readShort' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZipHeader.cpp:82:29: note: Technically the member function 'ZLZipHeader::readShort' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZipHeader.h:45:17: note: Technically the member function 'ZLZipHeader::readShort' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZipHeader.h:46:16: performance: Technically the member function 'ZLZipHeader::readLong' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZipHeader.cpp:88:28: note: Technically the member function 'ZLZipHeader::readLong' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZipHeader.h:46:16: note: Technically the member function 'ZLZipHeader::readLong' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZipInputStream.cpp:27:19: warning: Member variable 'ZLZipInputStream::myIsDeflated' is not initialized in the constructor. [uninitMemberVarPrivate]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZipInputStream.cpp:27:19: warning: Member variable 'ZLZipInputStream::myAvailableSize' is not initialized in the constructor. [uninitMemberVarPrivate]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/zip/ZLZipInputStream.cpp:27:19: warning: Member variable 'ZLZipInputStream::myOffset' is not initialized in the constructor. [uninitMemberVarPrivate]
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLBase64EncodedImage.h:33:7: style: Technically the member function 'ZLBase64EncodedImage::addData' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLBase64EncodedImage.cpp:28:28: note: Technically the member function 'ZLBase64EncodedImage::addData' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLBase64EncodedImage.h:33:7: note: Technically the member function 'ZLBase64EncodedImage::addData' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLBase64EncodedImage.h:30:2: style: Class 'ZLBase64EncodedImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImage.h:48:7: style: The function 'isSingle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImage.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImage.h:48:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImage.h:50:7: style: The function 'good' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImage.h:38:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImage.h:50:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImage.h:64:7: style: The function 'isSingle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImage.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImage.h:64:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImage.h:65:7: style: The function 'good' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImage.h:38:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImage.h:65:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLBase64EncodedImage.h:34:32: style: The function 'stringData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImage.h:51:40: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLBase64EncodedImage.h:34:32: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLStreamImage.h:32:32: style: The function 'stringData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImage.h:51:40: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLStreamImage.h:32:32: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLFileImage.h:31:28: style: The function 'inputStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLStreamImage.h:35:36: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLFileImage.h:31:28: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImageManager.cpp:237:85: style: Function 'convertMultiImage' argument 2 names different: declaration 'imageData' definition 'data'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImageManager.h:71:70: note: Function 'convertMultiImage' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImageManager.cpp:237:85: note: Function 'convertMultiImage' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImageManager.h:72:7: performance: Technically the member function 'ZLImageManager::convertFromPalmImageFormat' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImageManager.cpp:132:22: note: Technically the member function 'ZLImageManager::convertFromPalmImageFormat' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImageManager.h:72:7: note: Technically the member function 'ZLImageManager::convertFromPalmImageFormat' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImageManager.cpp:42:2: style: Struct 'PalmImageHeader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLNetworkImage.h:31:32: style: The function 'stringData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImage.h:51:40: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLNetworkImage.h:31:32: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLNetworkImage.h:34:30: style: The function 'synchronizationData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLImage.h:37:38: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/image/ZLNetworkImage.h:34:30: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLCharSequence.h:30:2: style: Class 'ZLCharSequence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:88:8: style: Technically the member function 'ZLMapBasedStatistics::LessFrequency::operator()' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:68:2: style: Class 'ZLMapBasedStatistics' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLLanguageMatcher.h:30:2: style: Class 'ZLLanguageMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsGenerator.h:30:5: style: Class 'ZLStatisticsGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsItem.h:50:18: style: The function 'sequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsItem.h:34:26: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsItem.h:50:18: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsItem.h:51:10: style: The function 'frequency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsItem.h:35:18: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsItem.h:51:10: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsItem.h:52:8: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsItem.h:36:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsItem.h:52:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsItem.h:61:18: style: The function 'sequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsItem.h:34:26: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsItem.h:61:18: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsItem.h:62:10: style: The function 'frequency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsItem.h:35:18: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsItem.h:62:10: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsItem.h:63:8: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsItem.h:36:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsItem.h:63:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:80:39: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:44:39: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:80:39: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:81:39: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:45:39: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:81:39: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:84:7: style: The function 'calculateVolumes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:84:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:108:39: style: The function 'begin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:44:39: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:108:39: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:109:39: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:45:39: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:109:39: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:112:7: style: The function 'calculateVolumes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:112:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLLanguageMatcher.cpp:38:2: performance: Variable 'myStatisticsPtr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.cpp:241:25: style: Same expression on both sides of '&&'. [duplicateExpression]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.cpp:284:25: style: Same expression on both sides of '&&'. [duplicateExpression]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.cpp:290:31: style: Same expression on both sides of '&&'. [duplicateExpression]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.cpp:236:2: style: Class 'ZLArrayBasedStatistics' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatistics.h:97:1: warning: The class 'ZLArrayBasedStatistics' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsGenerator.cpp:59:79: style: Function 'generate' argument 2 names different: declaration 'charSequenceSizpe' definition 'charSequenceSize'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsGenerator.h:33:60: note: Function 'generate' argument 2 names different: declaration 'charSequenceSizpe' definition 'charSequenceSize'.
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsGenerator.cpp:59:79: note: Function 'generate' argument 2 names different: declaration 'charSequenceSizpe' definition 'charSequenceSize'.
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsGenerator.cpp:54:20: style: Variable 'out' is assigned a value that is never used. [unreadVariable]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsGenerator.h:34:10: style: Technically the member function 'ZLStatisticsGenerator::generate' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsGenerator.cpp:69:29: note: Technically the member function 'ZLStatisticsGenerator::generate' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsGenerator.h:34:10: note: Technically the member function 'ZLStatisticsGenerator::generate' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsGenerator.cpp:34:5: style: Class 'ZLStatisticsGenerator' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsGenerator.cpp:34:5: style: Class 'ZLStatisticsGenerator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/core/src/language/ZLStatisticsXMLWriter.h:32:5: style: Class 'ZLStatisticsXMLWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/message/ZLMessage.cpp:29:7: performance: Technically the member function 'ZLDummyCommunicationManager::addInputMessageDescription' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/core/src/message/ZLMessage.cpp:60:2: style: Class 'ZLMessageDescriptionReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/message/ZLMessage.cpp:28:37: style: The function 'createMessageOutputChannel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/message/ZLMessage.h:53:45: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/message/ZLMessage.cpp:28:37: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLGzipAsynchronousInputStream.cpp:29:32: warning: Member variable 'ZLGzipAsynchronousInputStream::myFlag' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLGzipAsynchronousInputStream.cpp:29:32: warning: Member variable 'ZLGzipAsynchronousInputStream::myByte' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLGzipAsynchronousInputStream.h:32:2: style: Class 'ZLGzipAsynchronousInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLGzipAsynchronousInputStream.h:36:7: style: The function 'processInputInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLAsynchronousInputStream.h:50:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLGzipAsynchronousInputStream.h:36:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:98:24: warning: The class 'ZLNetworkGetRequest' defines member variable with name 'TYPE_ID' also defined in its parent class 'ZLNetworkRequest'. [duplInheritedMember]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:32:24: note: Parent variable 'ZLNetworkRequest::TYPE_ID'
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:98:24: note: Derived variable 'ZLNetworkGetRequest::TYPE_ID'
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:111:24: warning: The class 'ZLNetworkPostRequest' defines member variable with name 'TYPE_ID' also defined in its parent class 'ZLNetworkRequest'. [duplInheritedMember]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:32:24: note: Parent variable 'ZLNetworkRequest::TYPE_ID'
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:111:24: note: Derived variable 'ZLNetworkPostRequest::TYPE_ID'
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkSSLCertificate.h:36:2: style: Class 'ZLNetworkSSLCertificate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkDownloadRequest.h:35:7: style: The function 'handleHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:38:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkDownloadRequest.h:35:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkDownloadRequest.h:36:7: style: The function 'handleContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkDownloadRequest.h:36:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkDownloadRequest.h:38:7: style: The function 'doBefore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:41:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkDownloadRequest.h:38:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkDownloadRequest.h:39:7: style: The function 'doAfter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkDownloadRequest.h:39:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkNoActionRequest.h:32:7: style: The function 'doBefore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:41:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkNoActionRequest.h:32:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkNoActionRequest.h:33:7: style: The function 'doAfter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkNoActionRequest.h:33:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkNoActionRequest.h:35:7: style: The function 'handleContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkNoActionRequest.h:35:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkReadToStringRequest.h:32:7: style: The function 'handleHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:38:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkReadToStringRequest.h:32:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkReadToStringRequest.h:33:7: style: The function 'handleContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkReadToStringRequest.h:33:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkReadToStringRequest.h:35:7: style: The function 'doBefore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:41:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkReadToStringRequest.h:35:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkReadToStringRequest.h:36:7: style: The function 'doAfter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkReadToStringRequest.h:36:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkXMLParserRequest.h:36:7: style: The function 'handleHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:38:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkXMLParserRequest.h:36:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkXMLParserRequest.h:37:7: style: The function 'handleContent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkXMLParserRequest.h:37:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkXMLParserRequest.h:39:7: style: The function 'doBefore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:41:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkXMLParserRequest.h:39:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkXMLParserRequest.h:40:7: style: The function 'doAfter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkRequest.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/network/requests/ZLNetworkXMLParserRequest.h:40:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkSSLCertificate.h:39:2: style: Class 'ZLNetworkSSLCertificate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLPlainAsynchronousInputStream.h:29:2: style: Class 'ZLPlainAsynchronousInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLPlainAsynchronousInputStream.h:32:7: style: The function 'processInputInternal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLAsynchronousInputStream.h:50:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLPlainAsynchronousInputStream.h:32:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/optionEntries/ZLColorOptionBuilder.cpp:25:1: style: The class 'ZLColorOptionsData' does not have a constructor although it has private member variables. [noConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/optionEntries/ZLColorOptionBuilder.cpp:73:2: performance: Variable 'myData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/zlibrary/core/src/optionEntries/ZLColorOptionBuilder.cpp:45:2: style: Class 'ZLColorComboOptionEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/optionEntries/ZLColorOptionBuilder.cpp:60:2: style: Class 'ZLMultiColorOptionEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/optionEntries/ZLLanguageOptionEntry.cpp:65:61: style: Function 'onAcceptCode' argument 1 names different: declaration 'value' definition 'code'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/optionEntries/ZLLanguageOptionEntry.h:50:39: note: Function 'onAcceptCode' argument 1 names different: declaration 'value' definition 'code'.
fbreader-0.12.10.orig/zlibrary/core/src/optionEntries/ZLLanguageOptionEntry.cpp:65:61: note: Function 'onAcceptCode' argument 1 names different: declaration 'value' definition 'code'.
fbreader-0.12.10.orig/zlibrary/core/src/optionEntries/ZLLanguageOptionEntry.h:50:7: style: The function 'onAcceptCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/optionEntries/ZLLanguageOptionEntry.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/optionEntries/ZLLanguageOptionEntry.h:50:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/optionEntries/ZLSimpleOptionEntry.h:28:2: style: Class 'ZLSimpleStringOptionEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/optionEntries/ZLSimpleOptionEntry.h:39:2: style: Class 'ZLSimpleBooleanOptionEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/optionEntries/ZLSimpleOptionEntry.h:65:2: style: Class 'ZLSimpleBoolean3OptionEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/optionEntries/ZLSimpleOptionEntry.h:89:2: style: Class 'ZLSimpleStaticTextOptionEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/optionEntries/ZLStringEditOptionEntry.h:28:2: style: Class 'ZLStringEditOptionEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/optionEntries/ZLStringInfoEntry.h:30:2: style: Class 'ZLStringInfoEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/optionEntries/ZLStringInfoEntry.h:31:2: style: Class 'ZLStringInfoEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/optionEntries/ZLToggleBooleanOptionEntry.h:28:2: style: Class 'ZLToggleBooleanOptionEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:123:7: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:116:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:123:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:137:7: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:116:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:137:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:207:7: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:116:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:207:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:95:46: style: Function 'clearGroup' argument 1 names different: declaration 'group' definition 'groupName'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:77:44: note: Function 'clearGroup' argument 1 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:95:46: note: Function 'clearGroup' argument 1 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:99:51: style: Function 'listOptionNames' argument 1 names different: declaration 'group' definition 'groupName'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:78:49: note: Function 'listOptionNames' argument 1 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:99:51: note: Function 'listOptionNames' argument 1 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:115:70: style: Function 'ZLOption' argument 2 names different: declaration 'group' definition 'groupName'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:84:61: note: Function 'ZLOption' argument 2 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:115:70: note: Function 'ZLOption' argument 2 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:121:82: style: Function 'ZLSimpleOption' argument 2 names different: declaration 'group' definition 'groupName'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:113:67: note: Function 'ZLSimpleOption' argument 2 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:121:82: note: Function 'ZLSimpleOption' argument 2 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:124:84: style: Function 'ZLBooleanOption' argument 2 names different: declaration 'group' definition 'groupName'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:122:68: note: Function 'ZLBooleanOption' argument 2 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:124:84: note: Function 'ZLBooleanOption' argument 2 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:152:86: style: Function 'ZLBoolean3Option' argument 2 names different: declaration 'group' definition 'groupName'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:136:69: note: Function 'ZLBoolean3Option' argument 2 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:152:86: note: Function 'ZLBoolean3Option' argument 2 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:180:80: style: Function 'ZLColorOption' argument 2 names different: declaration 'group' definition 'groupName'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:180:66: note: Function 'ZLColorOption' argument 2 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:180:80: note: Function 'ZLColorOption' argument 2 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:204:84: style: Function 'ZLIntegerOption' argument 2 names different: declaration 'group' definition 'groupName'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:150:68: note: Function 'ZLIntegerOption' argument 2 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:204:84: note: Function 'ZLIntegerOption' argument 2 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:228:94: style: Function 'ZLIntegerRangeOption' argument 2 names different: declaration 'group' definition 'groupName'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:163:73: note: Function 'ZLIntegerRangeOption' argument 2 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:228:94: note: Function 'ZLIntegerRangeOption' argument 2 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:261:82: style: Function 'ZLDoubleOption' argument 2 names different: declaration 'group' definition 'groupName'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:193:67: note: Function 'ZLDoubleOption' argument 2 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:261:82: note: Function 'ZLDoubleOption' argument 2 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:285:82: style: Function 'ZLStringOption' argument 2 names different: declaration 'group' definition 'groupName'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:206:67: note: Function 'ZLStringOption' argument 2 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:285:82: note: Function 'ZLStringOption' argument 2 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:124:18: warning: Member variable 'ZLBooleanOption::myValue' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:204:18: warning: Member variable 'ZLIntegerOption::myValue' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:228:23: warning: Member variable 'ZLIntegerRangeOption::myValue' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:180:16: warning: Member variable 'ZLColorOption::myIntValue' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:261:17: warning: Member variable 'ZLDoubleOption::myValue' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:126:7: style: Technically the member function 'ZLBooleanOption::setValue' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:139:23: note: Technically the member function 'ZLBooleanOption::setValue' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:126:7: note: Technically the member function 'ZLBooleanOption::setValue' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:140:7: style: Technically the member function 'ZLBoolean3Option::setValue' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:167:24: note: Technically the member function 'ZLBoolean3Option::setValue' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:140:7: note: Technically the member function 'ZLBoolean3Option::setValue' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:153:7: style: Technically the member function 'ZLIntegerOption::setValue' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:215:23: note: Technically the member function 'ZLIntegerOption::setValue' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:153:7: note: Technically the member function 'ZLIntegerOption::setValue' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:183:7: style: Technically the member function 'ZLColorOption::setValue' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:191:21: note: Technically the member function 'ZLColorOption::setValue' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:183:7: note: Technically the member function 'ZLColorOption::setValue' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:196:7: style: Technically the member function 'ZLDoubleOption::setValue' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:272:22: note: Technically the member function 'ZLDoubleOption::setValue' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:196:7: note: Technically the member function 'ZLDoubleOption::setValue' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:210:7: style: Technically the member function 'ZLStringOption::setValue' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.cpp:300:22: note: Technically the member function 'ZLStringOption::setValue' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLOptions.h:210:7: note: Technically the member function 'ZLStringOption::setValue' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.cpp:41:2: style: Class 'ZLTreeResource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.cpp:61:2: style: Class 'ZLResourceTreeReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.cpp:44:7: style: The function 'hasValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.cpp:44:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.cpp:45:21: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.h:45:29: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.cpp:45:21: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.cpp:48:20: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.h:46:28: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.cpp:48:20: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.cpp:86:7: style: The function 'hasValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.cpp:86:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.cpp:87:21: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.h:45:29: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.cpp:87:21: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.cpp:88:27: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.h:46:28: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/resources/ZLResource.cpp:88:27: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/runnable/ZLExecutionData.cpp:85:28: warning: Member variable 'Listener::myProcess' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/time/ZLTimeManager.cpp:44:2: style: Class 'AutoRemovableTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/typeId/ZLTypeId.cpp:24:11: warning: Member variable 'ZLTypeId::myBase' is not initialized in the constructor. [uninitMemberVarPrivate]
fbreader-0.12.10.orig/zlibrary/core/src/typeId/ZLTypeId.h:23:1: warning: The class 'ZLTypeId' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSDir.h:28:2: style: Class 'ZLUnixFSDir' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSDir.h:30:7: style: The function 'collectSubDirs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLDir.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSDir.h:30:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSDir.h:31:7: style: The function 'collectFiles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLDir.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSDir.h:31:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:28:7: style: The function 'normalizeRealPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:52:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:28:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:31:14: style: The function 'resolveSymlink' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:49:22: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:31:14: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:32:11: style: The function 'createNewDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:56:19: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:32:11: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:33:11: style: The function 'createPlainDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:55:19: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:33:11: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:34:17: style: The function 'createPlainInputStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:53:25: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:34:17: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:35:18: style: The function 'createOutputStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:54:26: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:35:18: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:36:7: style: The function 'removeFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:36:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:38:13: style: The function 'fileInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:57:21: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:38:13: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:40:6: style: The function 'findArchiveFileNameDelimiter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:61:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:40:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:41:20: style: The function 'rootDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:63:28: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:41:20: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:42:21: style: The function 'rootDirectoryPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:64:29: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:42:21: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:43:14: style: The function 'parentPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:65:22: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:43:14: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:45:7: style: The function 'canRemoveFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:67:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.h:45:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.cpp:107:53: warning: Either the condition 'len>=3' is redundant or path.rfind() argument nr 2 can have invalid value. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.cpp:106:11: note: Assuming that condition 'len>=3' is not redundant
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFSManager.cpp:107:53: note: Invalid argument
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFileInputStream.h:30:2: style: Class 'ZLUnixFileInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/unix/filesystem/ZLUnixFileOutputStream.h:30:2: style: Class 'ZLUnixFileOutputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/unix/iconv/IConvEncodingConverter.cpp:57:2: performance: Variable 'myIConverter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/zlibrary/core/src/unix/iconv/IConvEncodingConverter.cpp:29:2: style: Class 'IConvEncodingConverter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/unix/iconv/IConvEncodingConverter.h:29:7: style: The function 'providesConverter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverterProvider.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/iconv/IConvEncodingConverter.h:29:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/iconv/IConvEncodingConverter.h:30:34: style: The function 'createConverter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverterProvider.h:37:42: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/iconv/IConvEncodingConverter.h:30:34: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/AsciiEncoder.cpp:70:11: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:49:2: style: Class 'XMLConfigGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfigDelta.h:32:2: style: Class 'XMLConfigDeltaGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.cpp:75:2: style: Class 'ConfigSaveTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:40:12: style: The function 'createConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:49:20: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:40:12: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:71:7: style: The function 'listOptionNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:63:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:71:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:72:7: style: The function 'listOptionGroups' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:64:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:72:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:73:7: style: The function 'removeGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:65:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:73:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:75:21: style: The function 'getDefaultValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:67:29: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:75:21: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:76:21: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:68:29: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:76:21: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:77:7: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:69:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:77:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:78:7: style: The function 'unsetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:70:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:78:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:80:7: style: The function 'isAutoSavingSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:72:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:80:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:81:7: style: The function 'startAutoSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:73:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/unix/xmlconfig/XMLConfig.h:81:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/util/ZLFileUtil.cpp:38:54: warning: Either the condition 'len>=3' is redundant or nPath.rfind() argument nr 2 can have invalid value. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
fbreader-0.12.10.orig/zlibrary/core/src/util/ZLFileUtil.cpp:37:11: note: Assuming that condition 'len>=3' is not redundant
fbreader-0.12.10.orig/zlibrary/core/src/util/ZLFileUtil.cpp:38:54: note: Invalid argument
fbreader-0.12.10.orig/zlibrary/core/src/util/ZLStringUtil.cpp:66:77: style: Function 'append' argument 2 names different: declaration 'buffer' definition 'text'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/util/ZLStringUtil.h:35:71: note: Function 'append' argument 2 names different: declaration 'buffer' definition 'text'.
fbreader-0.12.10.orig/zlibrary/core/src/util/ZLStringUtil.cpp:66:77: note: Function 'append' argument 2 names different: declaration 'buffer' definition 'text'.
fbreader-0.12.10.orig/zlibrary/core/src/util/ZLUnicodeUtil.cpp:64:32: warning: Either the condition 'typeS!=0' is redundant or there is possible null pointer dereference: typeS. [nullPointerRedundantCheck]
fbreader-0.12.10.orig/zlibrary/core/src/util/ZLUnicodeUtil.cpp:68:20: note: Assuming that condition 'typeS!=0' is not redundant
fbreader-0.12.10.orig/zlibrary/core/src/util/ZLUnicodeUtil.cpp:64:32: note: Null pointer dereference
fbreader-0.12.10.orig/zlibrary/core/src/util/ZLUnicodeUtil.cpp:66:39: warning: Either the condition 'typeS!=0' is redundant or there is possible null pointer dereference: typeS. [nullPointerRedundantCheck]
fbreader-0.12.10.orig/zlibrary/core/src/util/ZLUnicodeUtil.cpp:68:20: note: Assuming that condition 'typeS!=0' is not redundant
fbreader-0.12.10.orig/zlibrary/core/src/util/ZLUnicodeUtil.cpp:66:39: note: Null pointer dereference
fbreader-0.12.10.orig/zlibrary/core/src/util/shared_ptr.h:98:0: style: 'weak_ptr < ZLUserData >::operator=' should return 'weak_ptr < ZLUserData > &'. [operatorEq]
fbreader-0.12.10.orig/zlibrary/core/src/util/shared_ptr.h:30:3: style: Class 'shared_ptr_storage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/util/shared_ptr.h:57:3: style: Class 'shared_ptr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/util/shared_ptr.h:59:3: style: Class 'shared_ptr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/util/shared_ptr.h:94:0: style: Class 'weak_ptr < ZLUserData >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:32:2: style: Class 'ZLMirroredPaintContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:38:7: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:38:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:40:7: style: The function 'setFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:50:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:40:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:41:7: style: The function 'setColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:51:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:41:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:42:7: style: The function 'setFillColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:52:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:42:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:44:6: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:54:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:44:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:45:6: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:55:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:45:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:47:6: style: The function 'stringWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:57:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:47:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:48:6: style: The function 'spaceWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:58:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:48:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:49:6: style: The function 'stringHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:59:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:49:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:50:6: style: The function 'descent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:60:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:50:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:51:7: style: The function 'drawString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:61:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:51:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:53:7: style: The function 'drawImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:72:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:53:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:54:7: style: The function 'drawImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:73:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:54:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:56:7: style: The function 'drawLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:75:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:56:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:57:7: style: The function 'fillRectangle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:76:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:57:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:58:7: style: The function 'drawFilledCircle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:77:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:58:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:60:20: style: The function 'realFontFamilyName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:80:28: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:60:20: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:62:7: style: The function 'fillFamiliesList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:83:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLMirroredPaintContext.h:62:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:70:6: performance: Technically the member function 'ZLPaintContext::imageWidth' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.cpp:35:21: note: Technically the member function 'ZLPaintContext::imageWidth' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:70:6: note: Technically the member function 'ZLPaintContext::imageWidth' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:71:6: performance: Technically the member function 'ZLPaintContext::imageHeight' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.cpp:56:21: note: Technically the member function 'ZLPaintContext::imageHeight' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLPaintContext.h:71:6: note: Technically the member function 'ZLPaintContext::imageHeight' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:52:7: style: Technically the member function 'ZLViewWidget::correctDirection' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLView.cpp:174:20: note: Technically the member function 'ZLViewWidget::correctDirection' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:52:7: note: Technically the member function 'ZLViewWidget::correctDirection' can be const.
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:91:14: performance: Technically the member function 'ZLWin32Config::rootKeyName' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/RegistryUtil.cpp:28:28: note: Technically the member function 'ZLWin32Config::rootKeyName' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:91:14: note: Technically the member function 'ZLWin32Config::rootKeyName' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:42:12: style: The function 'createConfig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:49:20: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:42:12: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:72:7: style: The function 'listOptionNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:63:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:72:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:73:7: style: The function 'listOptionGroups' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:64:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:73:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:74:7: style: The function 'removeGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:65:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:74:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:76:21: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:68:29: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:76:21: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:77:21: style: The function 'getDefaultValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:67:29: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:77:21: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:78:7: style: The function 'setValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:69:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:78:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:79:7: style: The function 'unsetValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:70:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:79:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:81:7: style: The function 'isAutoSavingSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:72:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:81:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:82:7: style: The function 'startAutoSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/options/ZLConfig.h:73:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:82:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/StringEncoder.cpp:62:11: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.cpp:118:49: style: Function 'setValue' argument 1 names different: declaration 'group' definition 'groupName'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:78:35: note: Function 'setValue' argument 1 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.cpp:118:49: note: Function 'setValue' argument 1 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.cpp:143:51: style: Function 'unsetValue' argument 1 names different: declaration 'group' definition 'groupName'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:79:37: note: Function 'unsetValue' argument 1 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.cpp:143:51: note: Function 'unsetValue' argument 1 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.cpp:155:63: style: Function 'getValue' argument 1 names different: declaration 'group' definition 'groupName'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.h:76:49: note: Function 'getValue' argument 1 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.cpp:155:63: note: Function 'getValue' argument 1 names different: declaration 'group' definition 'groupName'.
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.cpp:39:2: performance: Variable 'myName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.cpp:62:2: style: Class 'ZLWin32Config' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/win32/config/ZLWin32Config.cpp:62:2: style: Class 'ZLWin32Config' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/core/src/win32/encoding/ZLWin32EncodingConverter.cpp:91:27: warning: Member variable 'ZLWin32EncodingConverter::myStoredCharacter' is not initialized in the constructor. [uninitMemberVarPrivate]
fbreader-0.12.10.orig/zlibrary/core/src/win32/encoding/ZLWin32EncodingConverter.cpp:164:32: warning: Member variable 'ZLWin32Utf16EncodingConverter::myStoredCharacter' is not initialized in the constructor. [uninitMemberVarPrivate]
fbreader-0.12.10.orig/zlibrary/core/src/win32/encoding/ZLWin32EncodingConverter.cpp:29:2: style: Class 'ZLWin32EncodingConverter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/win32/encoding/ZLWin32EncodingConverter.cpp:48:2: style: Class 'ZLWin32Utf16EncodingConverter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/win32/encoding/ZLWin32EncodingConverter.h:29:7: style: The function 'providesConverter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverterProvider.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/encoding/ZLWin32EncodingConverter.h:29:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/encoding/ZLWin32EncodingConverter.h:30:34: style: The function 'createConverter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/encoding/ZLEncodingConverterProvider.h:37:42: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/encoding/ZLWin32EncodingConverter.h:30:34: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSDir.h:28:2: style: Class 'ZLWin32FSDir' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSDir.h:30:7: style: The function 'collectSubDirs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLDir.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSDir.h:30:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSDir.h:31:7: style: The function 'collectFiles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLDir.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSDir.h:31:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FileInputStream.h:30:2: style: Class 'ZLWin32FileInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FileOutputStream.h:30:2: style: Class 'ZLWin32FileOutputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:38:7: style: The function 'normalizeRealPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:52:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:38:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:39:14: style: The function 'resolveSymlink' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:49:22: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:39:14: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:40:11: style: The function 'createPlainDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:55:19: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:40:11: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:41:17: style: The function 'createPlainInputStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:53:25: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:41:17: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:42:18: style: The function 'createOutputStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:54:26: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:42:18: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:43:11: style: The function 'createNewDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:56:19: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:43:11: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:44:7: style: The function 'removeFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:44:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:46:13: style: The function 'fileInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:57:21: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:46:13: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:48:14: style: The function 'convertFilenameToUtf8' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:59:22: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:48:14: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:49:6: style: The function 'findArchiveFileNameDelimiter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:61:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:49:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:50:20: style: The function 'rootDirectory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:63:28: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:50:20: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:51:21: style: The function 'rootDirectoryPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:64:29: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:51:21: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:52:14: style: The function 'parentPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:65:22: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:52:14: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:54:7: style: The function 'canRemoveFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:67:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FSManager.h:54:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32RootDir.h:30:7: style: The function 'collectSubDirs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLDir.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32RootDir.h:30:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32RootDir.h:31:7: style: The function 'collectFiles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLDir.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32RootDir.h:31:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FileInputStream.cpp:24:25: warning: Member variable 'ZLWin32FileInputStream::myOffset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/win32/filesystem/ZLWin32FileInputStream.cpp:25:2: performance: Variable 'myFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/zlibrary/core/src/xml/ZLXMLReader.cpp:84:14: warning: Member variable 'ZLXMLReader::myInterrupted' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/core/src/xml/ZLXMLReader.h:79:14: performance: Technically the member function 'ZLXMLReader::attributeValue' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/core/src/xml/ZLXMLReader.cpp:155:26: note: Technically the member function 'ZLXMLReader::attributeValue' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/xml/ZLXMLReader.h:79:14: note: Technically the member function 'ZLXMLReader::attributeValue' can be static.
fbreader-0.12.10.orig/zlibrary/core/src/xml/ZLXMLReader.cpp:85:2: style: Class 'ZLXMLReader' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/xml/ZLXMLReader.cpp:85:2: style: Class 'ZLXMLReader' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/core/src/xml/ZLXMLReader.h:65:2: style: Class 'ZLXMLReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/xml/ZLXMLReader.h:46:3: style: Class 'FixedAttributeNamePredicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/xml/ZLXMLReader.cpp:38:2: style: Class 'ZLXMLReaderHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/xml/ZLXMLReader.h:47:8: style: The function 'accepts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/xml/ZLXMLReader.h:40:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/xml/ZLXMLReader.h:47:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/xml/ZLXMLReader.h:57:8: style: The function 'accepts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/xml/ZLXMLReader.h:40:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/core/src/xml/ZLXMLReader.h:57:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/core/src/xml/ZLXMLWriter.h:61:2: style: Class 'ZLXMLWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/core/src/xml/expat/ZLXMLReaderInternal.cpp:30:25: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/core/src/xml/expat/ZLXMLReaderInternal.cpp:37:25: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/core/src/xml/expat/ZLXMLReaderInternal.cpp:65:25: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/core/src/xml/expat/ZLXMLReaderInternal.cpp:108:2: performance: Variable 'myParser' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextArea.cpp:37:27: style: Function 'realX' argument 1 names different: declaration 'X' definition 'x'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextArea.h:71:16: note: Function 'realX' argument 1 names different: declaration 'X' definition 'x'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextArea.cpp:37:27: note: Function 'realX' argument 1 names different: declaration 'X' definition 'x'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextArea.cpp:31:13: warning: Member variable 'ZLTextArea::myHOffset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextArea.cpp:31:13: warning: Member variable 'ZLTextArea::myVOffset' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.h:143:2: style: 'ZLTextWordCursor::operator=' should return 'ZLTextWordCursor &'. [operatorEq]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextArea.h:49:4: warning: Class 'Properties' which has virtual members does not have a virtual destructor. [virtualDestructor]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextElement.h:79:2: style: Class 'ZLTextSpecialElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextElement.h:92:2: style: Class 'ZLTextStyleElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextElement.h:106:2: style: Class 'ZLTextFixedHSpaceElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextLineInfo.h:64:2: style: Class 'ZLTextLineInfoPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextSelectionModel.h:51:2: style: Class 'ZLTextSelectionModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextElement.h:69:7: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextElement.h:52:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextElement.h:69:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextElement.h:83:7: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextElement.h:52:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextElement.h:83:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextElement.h:97:7: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextElement.h:52:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextElement.h:97:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextElement.h:110:7: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextElement.h:52:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextElement.h:110:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextElement.h:128:7: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextElement.h:52:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextElement.h:128:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextWord.h:57:7: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextElement.h:52:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextWord.h:57:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.h:187:27: style: The function 'previous' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.h:94:35: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.h:187:27: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.h:188:27: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.h:95:35: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.h:188:27: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.h:189:7: style: The function 'isLast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.h:88:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.h:189:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.h:202:27: style: The function 'previous' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.h:94:35: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.h:202:27: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.h:203:27: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.h:95:35: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.h:203:27: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.h:204:7: style: The function 'isLast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.h:88:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.h:204:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.cpp:44:98: style: Function 'findStart' argument 3 names different: declaration 'textHeight' definition 'size'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.h:68:77: note: Function 'findStart' argument 3 names different: declaration 'textHeight' definition 'size'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.cpp:44:98: note: Function 'findStart' argument 3 names different: declaration 'textHeight' definition 'size'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.cpp:113:51: style: Function 'skip' argument 1 names different: declaration 'paragraph' definition 'cursor'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.h:76:30: note: Function 'skip' argument 1 names different: declaration 'paragraph' definition 'cursor'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.cpp:113:51: note: Function 'skip' argument 1 names different: declaration 'paragraph' definition 'cursor'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.cpp:357:48: style: Function 'moveStartCursor' argument 1 names different: declaration 'paragraphNumber' definition 'paragraphIndex'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.h:56:27: note: Function 'moveStartCursor' argument 1 names different: declaration 'paragraphNumber' definition 'paragraphIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.cpp:357:48: note: Function 'moveStartCursor' argument 1 names different: declaration 'paragraphNumber' definition 'paragraphIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.cpp:357:68: style: Function 'moveStartCursor' argument 2 names different: declaration 'wordNumber' definition 'elementIndex'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.h:56:48: note: Function 'moveStartCursor' argument 2 names different: declaration 'wordNumber' definition 'elementIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.cpp:357:68: note: Function 'moveStartCursor' argument 2 names different: declaration 'wordNumber' definition 'elementIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.cpp:357:86: style: Function 'moveStartCursor' argument 3 names different: declaration 'charNumber' definition 'charIndex'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.h:56:68: note: Function 'moveStartCursor' argument 3 names different: declaration 'charNumber' definition 'charIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.cpp:357:86: note: Function 'moveStartCursor' argument 3 names different: declaration 'charNumber' definition 'charIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.cpp:372:46: style: Function 'moveEndCursor' argument 1 names different: declaration 'paragraphNumber' definition 'paragraphIndex'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.h:57:25: note: Function 'moveEndCursor' argument 1 names different: declaration 'paragraphNumber' definition 'paragraphIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.cpp:372:46: note: Function 'moveEndCursor' argument 1 names different: declaration 'paragraphNumber' definition 'paragraphIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.cpp:372:66: style: Function 'moveEndCursor' argument 2 names different: declaration 'wordNumber' definition 'elementIndex'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.h:57:46: note: Function 'moveEndCursor' argument 2 names different: declaration 'wordNumber' definition 'elementIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.cpp:372:66: note: Function 'moveEndCursor' argument 2 names different: declaration 'wordNumber' definition 'elementIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.cpp:372:84: style: Function 'moveEndCursor' argument 3 names different: declaration 'charNumber' definition 'charIndex'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.h:57:66: note: Function 'moveEndCursor' argument 3 names different: declaration 'charNumber' definition 'charIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.cpp:372:84: note: Function 'moveEndCursor' argument 3 names different: declaration 'charNumber' definition 'charIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.cpp:25:23: warning: Member variable 'ZLTextAreaController::myScrollingMode' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.cpp:25:23: warning: Member variable 'ZLTextAreaController::myOverlappingValue' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.h:74:6: performance: Technically the member function 'ZLTextAreaController::infoHeight' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.cpp:139:27: note: Technically the member function 'ZLTextAreaController::infoHeight' can be static.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaController.h:74:6: note: Technically the member function 'ZLTextAreaController::infoHeight' can be static.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaStyle.cpp:91:80: style: Function 'elementWidth' argument 2 names different: declaration 'charNumber' definition 'charIndex'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaStyle.h:46:62: note: Function 'elementWidth' argument 2 names different: declaration 'charNumber' definition 'charIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaStyle.cpp:91:80: note: Function 'elementWidth' argument 2 names different: declaration 'charNumber' definition 'charIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaStyle.cpp:34:2: performance: Variable 'myTextStyle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaStyle.h:38:7: style: Technically the member function 'Style::increaseBidiLevel' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaStyle.cpp:171:25: note: Technically the member function 'Style::increaseBidiLevel' can be const.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaStyle.h:38:7: note: Technically the member function 'Style::increaseBidiLevel' can be const.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaStyle.h:39:7: style: Technically the member function 'Style::decreaseBidiLevel' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaStyle.cpp:175:25: note: Technically the member function 'Style::decreaseBidiLevel' can be const.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextAreaStyle.h:39:7: note: Technically the member function 'Style::decreaseBidiLevel' can be const.
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:29:2: style: Class 'ZLTextDecoratedStyle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:34:7: style: The function 'isDecorated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:34:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:49:21: style: The function 'fontFamily' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:46:29: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:49:21: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:50:6: style: The function 'fontSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:47:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:50:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:52:7: style: The function 'bold' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:49:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:52:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:53:7: style: The function 'italic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:50:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:53:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:55:21: style: The function 'colorStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:52:29: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:55:21: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:57:8: style: The function 'spaceBefore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:54:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:57:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:58:8: style: The function 'spaceAfter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:55:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:58:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:59:8: style: The function 'lineStartIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:56:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:59:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:60:8: style: The function 'lineEndIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:57:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:60:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:61:8: style: The function 'firstLineIndentDelta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:58:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:61:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:62:6: style: The function 'verticalShift' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:59:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:62:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:63:22: style: The function 'alignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:60:30: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:63:22: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:64:9: style: The function 'lineSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:61:17: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:64:9: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:66:7: style: The function 'allowHyphenations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:63:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:66:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:80:21: style: The function 'fontFamily' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:46:29: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:80:21: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:81:6: style: The function 'fontSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:47:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:81:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:82:7: style: The function 'bold' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:49:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:82:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:83:7: style: The function 'italic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:50:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:83:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:85:21: style: The function 'colorStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:52:29: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:85:21: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:87:8: style: The function 'spaceBefore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:54:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:87:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:88:8: style: The function 'spaceAfter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:55:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:88:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:89:8: style: The function 'lineStartIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:56:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:89:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:90:8: style: The function 'lineEndIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:57:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:90:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:91:8: style: The function 'firstLineIndentDelta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:58:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:91:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:92:6: style: The function 'verticalShift' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:59:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:92:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:94:22: style: The function 'alignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:60:30: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:94:22: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:95:7: style: The function 'allowHyphenations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:63:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:95:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:97:9: style: The function 'lineSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:61:17: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:97:9: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:111:21: style: The function 'fontFamily' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:46:29: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:111:21: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:112:6: style: The function 'fontSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:47:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:112:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:113:7: style: The function 'bold' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:49:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:113:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:114:7: style: The function 'italic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:50:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:114:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:116:21: style: The function 'colorStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:52:29: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:116:21: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:118:8: style: The function 'spaceBefore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:54:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:118:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:119:8: style: The function 'spaceAfter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:55:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:119:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:120:8: style: The function 'lineStartIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:56:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:120:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:121:8: style: The function 'lineEndIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:57:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:121:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:122:8: style: The function 'firstLineIndentDelta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:58:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:122:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:123:6: style: The function 'verticalShift' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:59:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:123:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:125:22: style: The function 'alignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:60:30: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:125:22: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:126:7: style: The function 'allowHyphenations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:63:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:126:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:128:9: style: The function 'lineSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyle.h:61:17: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.h:128:9: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextArea_drawTextLine.cpp:171:6: style: The scope of the variable 'x' can be reduced. [variableScope]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextArea_drawTextLine.cpp:27:131: style: Function 'rectangleBound' argument 4 names different: declaration 'toCharNumber' definition 'toCharIndex'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextArea.h:98:120: note: Function 'rectangleBound' argument 4 names different: declaration 'toCharNumber' definition 'toCharIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextArea_drawTextLine.cpp:27:131: note: Function 'rectangleBound' argument 4 names different: declaration 'toCharNumber' definition 'toCharIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextArea.h:98:6: performance: Technically the member function 'ZLTextArea::rectangleBound' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextArea_drawTextLine.cpp:27:17: note: Technically the member function 'ZLTextArea::rectangleBound' can be static.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextArea.h:98:6: note: Technically the member function 'ZLTextArea::rectangleBound' can be static.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextArea_prepareTextLine.cpp:45:20: style: The scope of the variable 'to' can be reduced. [variableScope]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextArea_processTextLine.cpp:136:3: error: Memory leak: info.NodeInfo [memleak]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphBuilder.h:38:2: style: Class 'Builder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.cpp:61:2: style: Class 'ZLTextElementPool' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextParagraphCursor.cpp:61:2: style: Class 'ZLTextElementPool' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextSelectionModel.cpp:412:30: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextSelectionModel.cpp:398:29: note: 'cursor' is assigned value 'start' here.
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextSelectionModel.cpp:411:30: note: outer condition: cursor.sameElementAs(end)
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextSelectionModel.cpp:412:30: note: identical inner condition: start.sameElementAs(end)
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextSelectionModel.cpp:29:23: warning: Member variable 'ZLTextSelectionModel::myFirstBound' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextSelectionModel.cpp:29:23: warning: Member variable 'ZLTextSelectionModel::mySecondBound' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextSelectionModel.cpp:29:23: warning: Member variable 'ZLTextSelectionModel::myStoredX' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/text/src/area/ZLTextSelectionModel.cpp:29:23: warning: Member variable 'ZLTextSelectionModel::myStoredY' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextHyphenator.h:37:7: style: Technically the member function 'ZLTextHyphenationInfo::isHyphenationPossible' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextHyphenator.h:73:36: note: Technically the member function 'ZLTextHyphenationInfo::isHyphenationPossible' can be const.
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextHyphenator.h:37:7: note: Technically the member function 'ZLTextHyphenationInfo::isHyphenationPossible' can be const.
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextHyphenationReader.h:32:2: style: Class 'ZLTextHyphenationReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextHyphenator.h:32:2: style: Class 'ZLTextHyphenationInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextTeXHyphenator.h:32:2: style: Class 'ZLTextTeXHyphenationPattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextTeXHyphenator.h:60:7: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextHyphenator.h:57:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextTeXHyphenator.h:60:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextTeXHyphenator.h:61:7: style: The function 'unload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextHyphenator.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextTeXHyphenator.h:61:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextTeXHyphenator.h:62:21: style: The function 'language' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextHyphenator.h:59:29: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextTeXHyphenator.h:62:21: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextTeXHyphenator.h:65:7: style: The function 'hyphenate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextHyphenator.h:64:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextTeXHyphenator.h:65:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextTeXHyphenator.cpp:66:2: style: Class 'ZLTextTeXHyphenationPattern' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/hyphenation/ZLTextTeXHyphenator.cpp:66:2: style: Class 'ZLTextTeXHyphenationPattern' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextModel.cpp:258:9: warning: Size of pointer 'myLastEntryStart' used instead of size of its data. [pointerSize]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:334:26: warning: Member variable 'ZLTextStyleEntry::myLengths' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:334:26: warning: Member variable 'ZLTextStyleEntry::myAlignmentType' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:334:26: warning: Member variable 'ZLTextStyleEntry::myFontSizeMag' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:398:25: warning: Member variable 'ZLTextParagraph::myFirstEntryAddress' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextMark.h:30:2: style: 'ZLTextMark::operator=' should return 'ZLTextMark &'. [operatorEq]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:96:2: style: Class 'ZLTextStyleEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:160:2: style: Class 'ZLTextFixedHSpaceEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:185:2: style: Class 'ZLTextHyperlinkControlEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:199:2: style: Class 'ZLTextEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:239:3: style: Class 'Iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:291:2: style: Class 'ZLTextSpecialParagraph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:306:2: style: Class 'ZLTextTreeParagraph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextRowMemoryAllocator.h:28:2: style: Class 'ZLTextRowMemoryAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextModel.h:103:2: style: Class 'ZLTextTreeModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:189:7: style: The function 'isHyperlink' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:148:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:189:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:295:7: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:269:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:295:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:308:7: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:269:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:308:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextModel.h:96:7: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextModel.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextModel.h:96:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextModel.h:105:7: style: The function 'kind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextModel.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextModel.h:105:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextModel.h:109:7: style: The function 'search' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextModel.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextModel.h:109:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextModel.h:110:7: style: The function 'selectParagraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextModel.h:59:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextModel.h:110:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.cpp:96:23: warning: Size of pointer 'myPointer' used instead of size of its data. [pointerSize]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.cpp:170:23: warning: Size of pointer 'myPointer' used instead of size of its data. [pointerSize]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:175:35: style: Technically the member function 'ZLTextControlEntryPool::controlEntry' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.cpp:177:58: note: Technically the member function 'ZLTextControlEntryPool::controlEntry' can be const.
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextParagraph.h:175:35: note: Technically the member function 'ZLTextControlEntryPool::controlEntry' can be const.
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextRowMemoryAllocator.cpp:61:10: warning: Size of pointer 'ptr' used instead of size of its data. [pointerSize]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextRowMemoryAllocator.cpp:26:27: warning: Member variable 'ZLTextRowMemoryAllocator::myCurrentRowSize' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/text/src/model/ZLTextRowMemoryAllocator.cpp:43:41: error: Memory is allocated but not initialized: row [uninitdata]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.cpp:77:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextDecoratedStyle.cpp:111:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyleCollection.h:65:15: style: The function 'isFullDecoration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyleCollection.h:34:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyleCollection.h:65:15: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyleCollection.h:67:26: style: The function 'createDecoratedStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyleCollection.h:36:34: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyleCollection.h:67:26: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/text/src/style/ZLTextStyleCollection.cpp:49:2: style: Class 'ZLTextStyleReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextPositionIndicator.cpp:125:72: style: Function 'sizeOfTextBeforeParagraph' argument 1 names different: declaration 'paragraphNumber' definition 'paragraphIndex'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextPositionIndicator.h:52:42: note: Function 'sizeOfTextBeforeParagraph' argument 1 names different: declaration 'paragraphNumber' definition 'paragraphIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextPositionIndicator.cpp:125:72: note: Function 'sizeOfTextBeforeParagraph' argument 1 names different: declaration 'paragraphNumber' definition 'paragraphIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextPositionIndicator.cpp:146:62: style: Function 'sizeOfParagraph' argument 1 names different: declaration 'paragraphNumber' definition 'paragraphIndex'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextPositionIndicator.h:51:32: note: Function 'sizeOfParagraph' argument 1 names different: declaration 'paragraphNumber' definition 'paragraphIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextPositionIndicator.cpp:146:62: note: Function 'sizeOfParagraph' argument 1 names different: declaration 'paragraphNumber' definition 'paragraphIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextPositionIndicator.h:32:7: style: Technically the member function 'PositionIndicator::isResponsibleFor' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextPositionIndicator.cpp:240:37: note: Technically the member function 'PositionIndicator::isResponsibleFor' can be const.
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextPositionIndicator.h:32:7: note: Technically the member function 'PositionIndicator::isResponsibleFor' can be const.
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextPositionIndicator.h:50:14: performance: Technically the member function 'PositionIndicator::timeString' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextPositionIndicator.cpp:182:44: note: Technically the member function 'PositionIndicator::timeString' can be static.
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextPositionIndicator.h:50:14: note: Technically the member function 'PositionIndicator::timeString' can be static.
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextView.h:143:3: style: Struct 'DoubleClickInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextSelectionScroller.h:37:2: style: Class 'ZLTextSelectionScroller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextView.cpp:228:35: style: Function 'gotoPosition' argument 1 names different: declaration 'paragraphNumber' definition 'paragraphIndex'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextView.h:80:24: note: Function 'gotoPosition' argument 1 names different: declaration 'paragraphNumber' definition 'paragraphIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextView.cpp:228:35: note: Function 'gotoPosition' argument 1 names different: declaration 'paragraphNumber' definition 'paragraphIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextView.cpp:228:55: style: Function 'gotoPosition' argument 2 names different: declaration 'wordNumber' definition 'elementIndex'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextView.h:80:45: note: Function 'gotoPosition' argument 2 names different: declaration 'wordNumber' definition 'elementIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextView.cpp:228:55: note: Function 'gotoPosition' argument 2 names different: declaration 'wordNumber' definition 'elementIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextView.cpp:228:73: style: Function 'gotoPosition' argument 3 names different: declaration 'charNumber' definition 'charIndex'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextView.h:80:61: note: Function 'gotoPosition' argument 3 names different: declaration 'charNumber' definition 'charIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextView.cpp:228:73: note: Function 'gotoPosition' argument 3 names different: declaration 'charNumber' definition 'charIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextView.cpp:455:41: style: Function 'highlightParagraph' argument 1 names different: declaration 'paragraphNumber' definition 'paragraphIndex'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextView.h:91:30: note: Function 'highlightParagraph' argument 1 names different: declaration 'paragraphNumber' definition 'paragraphIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextView.cpp:455:41: note: Function 'highlightParagraph' argument 1 names different: declaration 'paragraphNumber' definition 'paragraphIndex'.
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextView.cpp:599:30: warning: Member variable 'DoubleClickInfo::X' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/text/src/view/ZLTextView.cpp:599:30: warning: Member variable 'DoubleClickInfo::Y' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.cpp:286:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.cpp:300:7: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.cpp:301:4: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.cpp:303:4: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.cpp:467:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.cpp:114:61: style: Function 'ZLQtApplicationWindow' argument 1 names different: declaration 'application' definition 'a'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:76:39: note: Function 'ZLQtApplicationWindow' argument 1 names different: declaration 'application' definition 'a'.
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.cpp:114:61: note: Function 'ZLQtApplicationWindow' argument 1 names different: declaration 'application' definition 'a'.
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:86:7: performance: Technically the member function 'ZLQtApplicationWindow::addToolbarItem' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.cpp:176:29: note: Technically the member function 'ZLQtApplicationWindow::addToolbarItem' can be static.
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:86:7: note: Technically the member function 'ZLQtApplicationWindow::addToolbarItem' can be static.
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.cpp:117:2: style: Class 'ZLQtApplicationWindow' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.cpp:117:2: style: Class 'ZLQtApplicationWindow' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:45:2: style: Class 'MyMainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:76:2: style: Class 'ZLQtApplicationWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:91:3: style: Class 'MenuMaskCalculator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:109:3: style: Class 'MenuUpdater' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:84:16: style: The function 'createViewWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:46:24: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:84:16: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:87:7: style: The function 'initMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:87:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:124:7: style: The function 'refresh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:70:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:124:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:125:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:80:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:125:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:127:7: style: The function 'grabAllKeys' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:84:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:127:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:129:7: style: The function 'setCaption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:82:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:129:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:131:7: style: The function 'isFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:87:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:131:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:132:7: style: The function 'setFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:86:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.h:132:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.cpp:51:7: style: The function 'attachWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionViewHolder.h:38:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.cpp:51:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.cpp:52:7: style: The function 'attachWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionViewHolder.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.cpp:52:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.cpp:53:11: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionViewHolder.h:40:19: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.cpp:53:11: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.cpp:54:11: style: The function 'parentWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionViewHolder.h:41:19: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/application/ZLQtApplicationWindow.cpp:54:11: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLFullScreenDialog.h:47:15: warning: Virtual function 'reject' is called from constructor 'ZLFullScreenDialog(const std::string&caption)' at line 39. Dynamic binding is not used. [virtualCallInConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLFullScreenDialog.cpp:39:60: note: Calling reject
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLFullScreenDialog.h:47:15: note: reject is a virtual method
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLFullScreenDialog.h:46:15: warning: Virtual function 'accept' is called from constructor 'ZLFullScreenDialog(const std::string&caption)' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLFullScreenDialog.cpp:40:58: note: Calling accept
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLFullScreenDialog.h:46:15: note: accept is a virtual method
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLFullScreenDialog.h:34:2: style: Class 'ZLFullScreenDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLQtDialog.cpp:77:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLQtDialogContent.h:44:11: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionViewHolder.h:40:19: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLQtDialogContent.h:44:11: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLQtDialogContent.h:45:11: style: The function 'parentWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionViewHolder.h:41:19: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLQtDialogContent.h:45:11: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLQtDialogContent.h:49:7: style: The function 'attachWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionViewHolder.h:38:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLQtDialogContent.h:49:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLQtDialogContent.h:50:7: style: The function 'attachWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionViewHolder.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLQtDialogContent.h:50:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLQtDialogContent.cpp:33:2: style: Class 'ZLQtDialogContent' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLQtDialogContent.cpp:33:2: style: Class 'ZLQtDialogContent' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLQtDialogManager.cpp:38:89: style: Function 'createOptionsDialog' argument 1 names different: declaration 'id' definition 'key'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLQtDialogManager.h:40:71: note: Function 'createOptionsDialog' argument 1 names different: declaration 'id' definition 'key'.
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLQtDialogManager.cpp:38:89: note: Function 'createOptionsDialog' argument 1 names different: declaration 'id' definition 'key'.
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLQtOptionsDialog.h:61:2: style: Class 'MyQTabWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLQtSelectionDialog.h:47:3: style: Class 'ZLQtSelectionDialogListView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLQtSelectionDialog.h:70:7: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLFullScreenDialog.h:46:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLQtSelectionDialog.h:70:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/dialogs/ZLQtSelectionDialog.cpp:159:12: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/filesystem/ZLQtFSManager.h:34:14: style: The function 'convertFilenameToUtf8' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:59:22: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/filesystem/ZLQtFSManager.h:34:14: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/library/ZLibrary.cpp:39:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:33:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/library/ZLibrary.cpp:39:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/library/ZLibrary.cpp:40:18: style: The function 'createContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:34:26: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/library/ZLibrary.cpp:40:18: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/library/ZLibrary.cpp:41:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/library/ZLibrary.cpp:41:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.cpp:156:29: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.cpp:161:35: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.cpp:287:30: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:55:2: warning: Member variable 'ChoiceOptionView::myGroup' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:77:2: warning: Member variable 'BooleanOptionView::myCheckBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:98:2: warning: Member variable 'Boolean3OptionView::myCheckBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:119:2: warning: Member variable 'StringOptionView::myLabel' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:119:2: warning: Member variable 'StringOptionView::myLineEdit' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:142:2: warning: Member variable 'MultilineOptionView::myMultiLineEdit' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:162:2: warning: Member variable 'SpinOptionView::myLabel' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:162:2: warning: Member variable 'SpinOptionView::mySpinBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:205:2: warning: Member variable 'KeyOptionView::myWidget' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:205:2: warning: Member variable 'KeyOptionView::myKeyEditor' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:205:2: warning: Member variable 'KeyOptionView::myLabel' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:205:2: warning: Member variable 'KeyOptionView::myComboBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:232:2: warning: Member variable 'ColorOptionView::myWidget' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:232:2: warning: Member variable 'ColorOptionView::myRSlider' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:232:2: warning: Member variable 'ColorOptionView::myGSlider' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:232:2: warning: Member variable 'ColorOptionView::myBSlider' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:232:2: warning: Member variable 'ColorOptionView::myColorBar' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:232:2: warning: Member variable 'ColorOptionView::myPixmap' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.cpp:408:2: style: Class 'KeyLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:61:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:61:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:62:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:62:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:63:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:63:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:64:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:64:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:65:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:65:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:80:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:80:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:81:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:81:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:82:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:82:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:83:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:83:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:84:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:84:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:101:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:101:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:102:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:102:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:103:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:103:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:104:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:104:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:105:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:105:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:122:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:122:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:123:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:123:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:124:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:124:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:125:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:125:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:126:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:126:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:127:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:127:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:145:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:145:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:146:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:146:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:147:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:147:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:148:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:148:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:149:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:149:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:150:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:150:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:165:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:165:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:166:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:166:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:167:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:167:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:168:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:168:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:183:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:183:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:184:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:184:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:185:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:185:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:186:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:186:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:187:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:187:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:188:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:188:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:208:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:208:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:209:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:209:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:210:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:210:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:211:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:211:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:212:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:212:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:236:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:236:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:237:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:237:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:238:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:238:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:239:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:239:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:240:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:240:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:68:16: style: Class 'ChoiceOptionView' is unsafe, 'ChoiceOptionView::myGroup' can leak by wrong usage. [unsafeClassCanLeak]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:171:10: style: Class 'SpinOptionView' is unsafe, 'SpinOptionView::myLabel' can leak by wrong usage. [unsafeClassCanLeak]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/optionView/ZLQtOptionView.h:172:12: style: Class 'SpinOptionView' is unsafe, 'SpinOptionView::mySpinBox' can leak by wrong usage. [unsafeClassCanLeak]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/view/ZLQtPaintContext.cpp:32:19: warning: Member variable 'ZLQtPaintContext::myStoredSize' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/view/ZLQtPaintContext.cpp:32:19: warning: Member variable 'ZLQtPaintContext::myStoredBold' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/view/ZLQtPaintContext.cpp:32:19: warning: Member variable 'ZLQtPaintContext::myStoredItalic' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/view/ZLQtViewWidget.cpp:33:41: warning: Member variable 'ZLQtViewWidgetInternal::myCurrentX' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/ezx/view/ZLQtViewWidget.cpp:33:41: warning: Member variable 'ZLQtViewWidgetInternal::myCurrentY' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.cpp:33:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.cpp:38:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.cpp:46:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.cpp:50:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.cpp:54:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.cpp:58:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.h:52:7: style: Technically the member function 'ZLGtkApplicationWindow::handleKeyEventSlot' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.cpp:100:30: note: Technically the member function 'ZLGtkApplicationWindow::handleKeyEventSlot' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.h:52:7: note: Technically the member function 'ZLGtkApplicationWindow::handleKeyEventSlot' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.h:35:2: style: Class 'ZLGtkApplicationWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.h:39:16: style: The function 'createViewWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:46:24: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.h:39:16: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.h:41:7: style: The function 'refresh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:70:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.h:41:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.h:42:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:80:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.h:42:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.h:44:7: style: The function 'grabAllKeys' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:84:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.h:44:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.h:46:7: style: The function 'setCaption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:82:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.h:46:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.h:48:7: style: The function 'setFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:86:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.h:48:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.h:49:7: style: The function 'isFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:87:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/application/ZLGtkApplicationWindow.h:49:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkDialog.cpp:45:59: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkDialog.h:30:2: style: Class 'ZLGtkDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkDialogContent.h:30:2: style: Class 'ZLGtkDialogContent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:49:2: warning: Member variable 'ChoiceOptionView::myVBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:49:2: warning: Member variable 'ChoiceOptionView::myButtons' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:70:2: warning: Member variable 'BooleanOptionView::myCheckBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:92:2: warning: Member variable 'Boolean3OptionView::myCheckBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:148:2: warning: Member variable 'ComboOptionView::mySelectedIndex' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkDialogContent.cpp:24:2: performance: Variable 'myRowCounter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:55:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:55:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:56:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:56:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:57:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:57:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:58:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:58:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:59:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:59:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:73:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:73:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:74:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:74:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:75:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:75:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:76:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:76:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:77:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:77:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:80:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:80:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:95:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:95:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:96:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:96:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:97:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:97:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:98:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:98:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:99:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:99:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:103:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:103:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:116:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:116:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:117:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:117:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:118:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:118:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:119:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:119:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:120:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:120:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:121:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:121:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:122:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:122:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:135:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:135:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:136:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:136:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:137:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:137:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:138:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:138:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:151:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:151:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:152:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:152:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:153:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:153:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:154:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:154:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:155:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:155:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:156:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:156:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:157:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:157:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:172:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:172:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:173:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:173:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:174:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:174:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:175:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:175:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:176:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:176:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:195:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:195:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:196:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:196:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:197:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:197:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:198:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:198:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:199:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:199:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:200:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.h:200:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.cpp:36:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.cpp:67:30: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.cpp:431:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkOptionView.cpp:464:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkSelectionDialog.cpp:30:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/dialogs/ZLGtkSelectionDialog.cpp:35:4: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/image/ZLGtkImageManager.h:31:2: warning: Member variable 'ZLGtkImageData::myImageData' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/image/ZLGtkImageManager.h:31:2: warning: Member variable 'ZLGtkImageData::myRowStride' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/image/ZLGtkImageManager.h:31:2: warning: Member variable 'ZLGtkImageData::myPosition' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/filesystem/ZLGtkFSManager.h:34:14: style: The function 'convertFilenameToUtf8' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:59:22: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/filesystem/ZLGtkFSManager.h:34:14: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/library/ZLibrary.cpp:40:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:33:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/library/ZLibrary.cpp:40:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/library/ZLibrary.cpp:41:18: style: The function 'createContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:34:26: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/library/ZLibrary.cpp:41:18: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/library/ZLibrary.cpp:42:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/library/ZLibrary.cpp:42:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gpe/view/ZLGtkViewWidget.cpp:86:18: warning: Member variable 'ZLGtkViewWidget::myImage' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:42:2: style: Class 'ZLGtkApplicationWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:109:3: style: Class 'Toolbar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:46:16: style: The function 'createViewWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:46:24: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:46:16: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:47:7: style: The function 'addToolbarItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:65:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:47:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:48:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:48:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:49:7: style: The function 'refresh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:70:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:49:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:50:7: style: The function 'processAllEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:71:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:50:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:51:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:80:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:51:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:53:7: style: The function 'grabAllKeys' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:84:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:53:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:55:7: style: The function 'setCaption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:82:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:55:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:57:7: style: The function 'setHyperlinkCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:90:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:57:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:59:7: style: The function 'isFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:87:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:59:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:60:7: style: The function 'setFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:86:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:60:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:62:7: style: The function 'setToggleButtonState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:68:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:62:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:63:7: style: The function 'setToolbarItemState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:67:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:63:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/Toolbar.cpp:77:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/Toolbar.cpp:162:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:70:7: style: Technically the member function 'ZLGtkApplicationWindow::handleScrollEventSlot' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.cpp:134:30: note: Technically the member function 'ZLGtkApplicationWindow::handleScrollEventSlot' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-desktop/ZLGtkApplicationWindow.h:70:7: note: Technically the member function 'ZLGtkApplicationWindow::handleScrollEventSlot' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/view/ZLGtkViewWidget.h:44:7: style: The function 'trackStylus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/view/ZLGtkViewWidget.h:44:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/view/ZLGtkViewWidget.h:45:7: style: The function 'repaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/view/ZLGtkViewWidget.h:45:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/view/ZLGtkViewWidget.h:50:7: style: The function 'setScrollbarEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/view/ZLGtkViewWidget.h:50:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/view/ZLGtkViewWidget.h:51:7: style: The function 'setScrollbarPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/view/ZLGtkViewWidget.h:51:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/view/ZLGtkViewWidget.h:52:7: style: The function 'setScrollbarParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:46:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/view/ZLGtkViewWidget.h:52:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.cpp:38:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.cpp:43:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.cpp:51:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.h:39:7: style: Unused private function: 'ZLGtkApplicationWindow::addToolbarItem' [unusedPrivateFunction]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.h:51:7: style: Technically the member function 'ZLGtkApplicationWindow::handleKeyEventSlot' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.cpp:88:30: note: Technically the member function 'ZLGtkApplicationWindow::handleKeyEventSlot' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.h:51:7: note: Technically the member function 'ZLGtkApplicationWindow::handleKeyEventSlot' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.h:34:2: style: Class 'ZLGtkApplicationWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.h:38:16: style: The function 'createViewWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:46:24: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.h:38:16: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.h:40:7: style: The function 'refresh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:70:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.h:40:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.h:41:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:80:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.h:41:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.h:43:7: style: The function 'grabAllKeys' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:84:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.h:43:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.h:45:7: style: The function 'setCaption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:82:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.h:45:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.h:47:7: style: The function 'isFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:87:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.h:47:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.h:48:7: style: The function 'setFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:86:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/application-pdaxrom/ZLGtkApplicationWindow.h:48:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkDialog.cpp:45:59: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkDialog.h:31:2: style: Class 'ZLGtkDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkDialogContent.h:34:2: style: Class 'ZLGtkDialogContent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkDialogContent.h:47:7: style: The function 'attachWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionViewHolder.h:38:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkDialogContent.h:47:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkDialogContent.h:48:7: style: The function 'attachWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionViewHolder.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkDialogContent.h:48:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkDialogManager.cpp:103:63: style: Function 'setClipboardImage' argument 1 names different: declaration 'imageData' definition 'image'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkDialogManager.h:51:44: note: Function 'setClipboardImage' argument 1 names different: declaration 'imageData' definition 'image'.
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkDialogManager.cpp:103:63: note: Function 'setClipboardImage' argument 1 names different: declaration 'imageData' definition 'image'.
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkOptionsDialog.h:42:7: style: The function 'setSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopOptionsDialog.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkOptionsDialog.h:42:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkOptionsDialog.h:43:6: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopOptionsDialog.h:37:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkOptionsDialog.h:43:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkOptionsDialog.h:44:6: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopOptionsDialog.h:38:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkOptionsDialog.h:44:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkSelectionDialog.h:43:7: style: The function 'setSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopSelectionDialog.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkSelectionDialog.h:43:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkSelectionDialog.h:44:6: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopSelectionDialog.h:36:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkSelectionDialog.h:44:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkSelectionDialog.h:45:6: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopSelectionDialog.h:37:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkSelectionDialog.h:45:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkSelectionDialog.cpp:30:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/dialogs/ZLGtkSelectionDialog.cpp:35:4: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/image/ZLGtkImageManager.cpp:70:88: style: Function 'convertImageDirect' argument 2 names different: declaration 'imageData' definition 'data'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/image/ZLGtkImageManager.h:66:70: note: Function 'convertImageDirect' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/image/ZLGtkImageManager.cpp:70:88: note: Function 'convertImageDirect' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/library/ZLibrary.cpp:42:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:33:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/library/ZLibrary.cpp:42:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/library/ZLibrary.cpp:43:18: style: The function 'createContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:34:26: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/library/ZLibrary.cpp:43:18: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/library/ZLibrary.cpp:44:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/library/ZLibrary.cpp:44:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.cpp:33:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.cpp:64:30: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.cpp:412:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:48:2: warning: Member variable 'ChoiceOptionView::myVBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:48:2: warning: Member variable 'ChoiceOptionView::myButtons' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:69:2: warning: Member variable 'BooleanOptionView::myCheckBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:91:2: warning: Member variable 'Boolean3OptionView::myCheckBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:148:2: warning: Member variable 'ComboOptionView::mySelectedIndex' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:54:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:54:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:55:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:55:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:56:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:56:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:57:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:57:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:58:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:58:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:72:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:72:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:73:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:73:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:74:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:74:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:75:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:75:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:76:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:76:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:79:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:79:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:94:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:94:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:95:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:95:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:96:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:96:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:97:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:97:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:98:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:98:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:102:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:102:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:115:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:115:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:116:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:116:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:117:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:117:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:118:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:118:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:119:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:119:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:120:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:120:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:121:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:121:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:135:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:135:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:136:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:136:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:137:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:137:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:138:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:138:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:151:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:151:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:152:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:152:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:153:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:153:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:154:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:154:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:155:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:155:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:156:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:156:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:157:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:157:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:172:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:172:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:173:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:173:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:174:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:174:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:175:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:175:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:176:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:176:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:190:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:190:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:191:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:191:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:192:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:192:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:193:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:193:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:194:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:194:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:195:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:195:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:211:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:211:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:212:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:212:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:213:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:213:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:214:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/optionView/ZLGtkOptionView.h:214:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/pixbuf/ZLGtkPixbufHack.cpp:33:10: style: The scope of the variable 'sp' can be reduced. [variableScope]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/pixbuf/ZLGtkPixbufHack.cpp:56:10: style: The scope of the variable 'sp' can be reduced. [variableScope]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/pixbuf/ZLGtkPixbufHack.cpp:57:10: style: The scope of the variable 'dp' can be reduced. [variableScope]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/pixbuf/ZLGtkPixbufHack.cpp:72:26: style: Function 'rotate90' argument 1 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/pixbuf/ZLGtkPixbufHack.h:25:26: note: Function 'rotate90' argument 1 names different: declaration 'dst' definition 'dest'.
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/pixbuf/ZLGtkPixbufHack.cpp:72:26: note: Function 'rotate90' argument 1 names different: declaration 'dst' definition 'dest'.
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/view/ZLGtkViewWidget.cpp:59:32: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/view/ZLGtkViewWidget.cpp:68:32: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/gtk/view/ZLGtkViewWidget.cpp:76:32: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/dialogs/ZLCocoaDialogManager.cpp:81:65: style: Function 'setClipboardImage' argument 1 names different: declaration 'imageData' definition 'image'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/dialogs/ZLCocoaDialogManager.h:46:44: note: Function 'setClipboardImage' argument 1 names different: declaration 'imageData' definition 'image'.
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/dialogs/ZLCocoaDialogManager.cpp:81:65: note: Function 'setClipboardImage' argument 1 names different: declaration 'imageData' definition 'image'.
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/view/ZLCocoaViewWidget.h:32:6: performance: Technically the member function 'ZLCocoaViewWidget::width' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/view/ZLCocoaViewWidget.cpp:29:24: note: Technically the member function 'ZLCocoaViewWidget::width' can be static.
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/view/ZLCocoaViewWidget.h:32:6: note: Technically the member function 'ZLCocoaViewWidget::width' can be static.
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/view/ZLCocoaViewWidget.h:33:6: performance: Technically the member function 'ZLCocoaViewWidget::height' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/view/ZLCocoaViewWidget.cpp:33:24: note: Technically the member function 'ZLCocoaViewWidget::height' can be static.
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/view/ZLCocoaViewWidget.h:33:6: note: Technically the member function 'ZLCocoaViewWidget::height' can be static.
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/view/ZLCocoaViewWidget.h:34:7: performance: Technically the member function 'ZLCocoaViewWidget::doPaint' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/view/ZLCocoaViewWidget.cpp:58:25: note: Technically the member function 'ZLCocoaViewWidget::doPaint' can be static.
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/view/ZLCocoaViewWidget.h:34:7: note: Technically the member function 'ZLCocoaViewWidget::doPaint' can be static.
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/view/ZLCocoaViewWidget.h:37:7: style: The function 'trackStylus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/view/ZLCocoaViewWidget.h:37:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/view/ZLCocoaViewWidget.h:38:7: style: The function 'repaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/view/ZLCocoaViewWidget.h:38:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/view/ZLCocoaViewWidget.h:40:7: style: The function 'setScrollbarEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/view/ZLCocoaViewWidget.h:40:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/view/ZLCocoaViewWidget.h:41:7: style: The function 'setScrollbarPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/view/ZLCocoaViewWidget.h:41:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/view/ZLCocoaViewWidget.h:42:7: style: The function 'setScrollbarParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:46:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/iphone/view/ZLCocoaViewWidget.h:42:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:50:2: style: Class 'ZLGtkApplicationWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:64:3: style: Class 'MenuBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:54:16: style: The function 'createViewWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:46:24: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:54:16: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:55:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:55:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:58:7: style: The function 'addToolbarItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:65:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:58:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:59:7: style: The function 'buildTabs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLDialogContentBuilder.h:29:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:59:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:76:7: style: The function 'initMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:76:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:77:7: style: The function 'refresh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:70:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:77:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:78:7: style: The function 'processAllEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:71:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:78:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:79:7: style: The function 'present' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:78:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:79:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:80:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:80:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:80:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:82:7: style: The function 'setCaption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:82:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:82:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:84:7: style: The function 'isFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:87:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:84:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:85:7: style: The function 'setFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:86:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:85:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:87:7: style: The function 'grabAllKeys' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:84:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:87:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:89:7: style: The function 'setToggleButtonState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:68:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:89:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:90:7: style: The function 'setToolbarItemState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:67:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:90:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.cpp:52:4: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.cpp:59:4: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.cpp:71:11: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.cpp:78:11: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.cpp:86:4: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.cpp:92:4: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.cpp:98:4: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.cpp:220:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.cpp:299:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.cpp:434:60: style: Function 'onGtkButtonPress' argument 1 names different: declaration 'gtkButton' definition 'gtkItem'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.h:94:37: note: Function 'onGtkButtonPress' argument 1 names different: declaration 'gtkButton' definition 'gtkItem'.
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.cpp:434:60: note: Function 'onGtkButtonPress' argument 1 names different: declaration 'gtkButton' definition 'gtkItem'.
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/application/ZLGtkApplicationWindow.cpp:367:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/message/ZLMaemoMessage.h:52:2: style: Class 'ZLMaemoRpcMessageOutputChannel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/message/ZLMaemoMessage.h:62:2: style: Class 'ZLMaemoPresentMessageOutputChannel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/view/ZLGtkViewWidget.h:55:7: style: The function 'trackStylus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/view/ZLGtkViewWidget.h:55:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/view/ZLGtkViewWidget.h:56:7: style: The function 'repaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/view/ZLGtkViewWidget.h:56:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/view/ZLGtkViewWidget.h:61:7: style: The function 'setScrollbarEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/view/ZLGtkViewWidget.h:61:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/view/ZLGtkViewWidget.h:62:7: style: The function 'setScrollbarPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/view/ZLGtkViewWidget.h:62:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/view/ZLGtkViewWidget.h:63:7: style: The function 'setScrollbarParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:46:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/view/ZLGtkViewWidget.h:63:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/dialogs/ZLGtkDialog.cpp:44:59: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/dialogs/ZLGtkDialog.h:30:2: style: Class 'ZLGtkDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/dialogs/ZLGtkDialogContent.h:34:2: style: Class 'ZLGtkDialogContent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/dialogs/ZLGtkDialogContent.h:47:7: style: The function 'attachWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionViewHolder.h:38:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/dialogs/ZLGtkDialogContent.h:47:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/dialogs/ZLGtkDialogContent.h:48:7: style: The function 'attachWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionViewHolder.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/dialogs/ZLGtkDialogContent.h:48:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/dialogs/ZLGtkDialogContent.cpp:26:2: performance: Variable 'myRowCounter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/dialogs/ZLGtkDialogManager.cpp:90:27: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/dialogs/ZLGtkDialogManager.cpp:145:63: style: Function 'setClipboardImage' argument 1 names different: declaration 'imageData' definition 'image'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/dialogs/ZLGtkDialogManager.h:53:44: note: Function 'setClipboardImage' argument 1 names different: declaration 'imageData' definition 'image'.
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/dialogs/ZLGtkDialogManager.cpp:145:63: note: Function 'setClipboardImage' argument 1 names different: declaration 'imageData' definition 'image'.
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/dialogs/ZLGtkSelectionDialog.cpp:30:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/dialogs/ZLGtkSelectionDialog.cpp:35:4: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/library/ZLibrary.cpp:46:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:33:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/library/ZLibrary.cpp:46:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/library/ZLibrary.cpp:47:18: style: The function 'createContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:34:26: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/library/ZLibrary.cpp:47:18: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/library/ZLibrary.cpp:48:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/library/ZLibrary.cpp:48:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/message/ZLMaemoMessage.cpp:29:10: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/network/ZLMaemoNetworkManager.h:40:7: style: The function 'connect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkManager.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/network/ZLMaemoNetworkManager.h:40:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/network/ZLMaemoNetworkManager.h:41:7: style: The function 'release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkManager.h:61:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/network/ZLMaemoNetworkManager.h:41:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/network/ZLMaemoNetworkManager.h:43:7: style: The function 'providesProxyInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkManager.h:63:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/network/ZLMaemoNetworkManager.h:43:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/network/ZLMaemoNetworkManager.h:45:7: style: The function 'useProxy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkManager.h:66:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/network/ZLMaemoNetworkManager.h:45:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/network/ZLMaemoNetworkManager.h:46:14: style: The function 'proxyHost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkManager.h:67:22: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/network/ZLMaemoNetworkManager.h:46:14: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/network/ZLMaemoNetworkManager.h:47:14: style: The function 'proxyPort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/network/ZLNetworkManager.h:68:22: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/network/ZLMaemoNetworkManager.h:47:14: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.cpp:36:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.cpp:492:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.cpp:525:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:58:2: warning: Member variable 'ChoiceOptionView::myVBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:58:2: warning: Member variable 'ChoiceOptionView::myButtons' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:79:2: warning: Member variable 'BooleanOptionView::myCheckBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:101:2: warning: Member variable 'Boolean3OptionView::myLabel' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:101:2: warning: Member variable 'Boolean3OptionView::myComboBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:122:2: warning: Member variable 'StringOptionView::myLabel' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:122:2: warning: Member variable 'StringOptionView::myLineEdit' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:141:2: warning: Member variable 'MultilineOptionView::myTextBuffer' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:141:2: warning: Member variable 'MultilineOptionView::myTextView' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:160:2: warning: Member variable 'SpinOptionView::myLabel' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:160:2: warning: Member variable 'SpinOptionView::mySpinBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:176:2: warning: Member variable 'ComboOptionView::mySelectedIndex' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:197:2: warning: Member variable 'ColorOptionView::myTable' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:197:2: warning: Member variable 'ColorOptionView::myDrawingArea' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:197:2: warning: Member variable 'ColorOptionView::myRSlider' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:197:2: warning: Member variable 'ColorOptionView::myGSlider' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:197:2: warning: Member variable 'ColorOptionView::myBSlider' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:219:2: warning: Member variable 'KeyOptionView::myTable' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:219:2: warning: Member variable 'KeyOptionView::myKeyEntry' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:219:2: warning: Member variable 'KeyOptionView::myLabel' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:219:2: warning: Member variable 'KeyOptionView::myComboBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:64:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:64:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:65:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:65:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:66:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:66:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:67:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:67:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:68:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:68:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:82:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:82:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:83:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:83:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:84:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:84:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:85:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:85:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:86:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:86:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:89:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:49:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:89:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:104:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:104:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:105:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:105:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:106:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:106:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:107:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:107:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:108:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:108:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:109:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:109:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:112:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:49:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:112:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:125:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:125:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:126:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:126:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:127:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:127:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:128:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:128:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:129:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:129:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:130:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:130:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:131:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:49:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:131:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:144:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:144:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:145:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:145:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:146:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:146:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:147:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:147:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:148:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:148:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:149:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:149:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:150:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:49:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:150:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:163:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:163:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:164:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:164:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:165:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:165:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:166:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:166:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:179:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:179:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:180:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:180:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:181:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:181:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:182:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:182:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:183:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:183:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:184:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:184:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:185:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:49:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:185:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:200:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:200:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:201:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:201:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:202:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:202:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:203:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:203:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:204:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:204:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:224:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:224:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:225:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:225:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:226:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:226:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:227:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:227:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:228:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:49:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:228:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:229:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/optionView/ZLGtkOptionView.h:229:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/view/ZLGtkViewWidget.h:67:7: style: Technically the member function 'ZLGtkViewWidget::updateCoordinates' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/view/ZLGtkViewWidget.cpp:30:23: note: Technically the member function 'ZLGtkViewWidget::updateCoordinates' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/maemo/view/ZLGtkViewWidget.h:67:7: note: Technically the member function 'ZLGtkViewWidget::updateCoordinates' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:50:2: style: Class 'ZLGtkApplicationWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:64:3: style: Class 'MenuBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:54:16: style: The function 'createViewWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:46:24: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:54:16: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:55:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:55:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:58:7: style: The function 'addToolbarItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:65:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:58:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:59:7: style: The function 'buildTabs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLDialogContentBuilder.h:29:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:59:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:75:7: style: The function 'initMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:75:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:76:7: style: The function 'refresh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:70:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:76:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:77:7: style: The function 'processAllEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:71:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:77:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:78:7: style: The function 'present' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:78:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:78:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:79:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:80:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:79:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:81:7: style: The function 'setCaption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:82:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:81:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:83:7: style: The function 'isFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:87:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:83:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:84:7: style: The function 'setFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:86:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:84:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:86:7: style: The function 'grabAllKeys' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:84:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:86:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:88:7: style: The function 'setToggleButtonState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:68:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:88:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:89:7: style: The function 'setToolbarItemState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:67:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:89:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.cpp:52:4: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.cpp:59:4: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.cpp:71:11: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.cpp:78:11: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.cpp:86:4: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.cpp:92:4: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.cpp:98:4: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.cpp:226:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.cpp:306:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.cpp:271:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.cpp:447:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.cpp:441:60: style: Function 'onGtkButtonPress' argument 1 names different: declaration 'gtkButton' definition 'gtkItem'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.h:93:37: note: Function 'onGtkButtonPress' argument 1 names different: declaration 'gtkButton' definition 'gtkItem'.
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/application/ZLGtkApplicationWindow.cpp:441:60: note: Function 'onGtkButtonPress' argument 1 names different: declaration 'gtkButton' definition 'gtkItem'.
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/message/ZLMaemoMessage.h:52:2: style: Class 'ZLMaemoRpcMessageOutputChannel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/message/ZLMaemoMessage.h:62:2: style: Class 'ZLMaemoPresentMessageOutputChannel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/view/ZLGtkViewWidget.h:55:7: style: The function 'trackStylus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/view/ZLGtkViewWidget.h:55:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/view/ZLGtkViewWidget.h:56:7: style: The function 'repaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/view/ZLGtkViewWidget.h:56:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/view/ZLGtkViewWidget.h:61:7: style: The function 'setScrollbarEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/view/ZLGtkViewWidget.h:61:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/view/ZLGtkViewWidget.h:62:7: style: The function 'setScrollbarPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/view/ZLGtkViewWidget.h:62:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/view/ZLGtkViewWidget.h:63:7: style: The function 'setScrollbarParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:46:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/view/ZLGtkViewWidget.h:63:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/dialogs/ZLGtkDialog.cpp:44:59: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/dialogs/ZLGtkDialog.h:30:2: style: Class 'ZLGtkDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/dialogs/ZLGtkDialogContent.h:34:2: style: Class 'ZLGtkDialogContent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/dialogs/ZLGtkDialogContent.h:47:7: style: The function 'attachWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionViewHolder.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/dialogs/ZLGtkDialogContent.h:47:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/dialogs/ZLGtkDialogContent.h:48:7: style: The function 'attachWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionViewHolder.h:40:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/dialogs/ZLGtkDialogContent.h:48:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/dialogs/ZLGtkDialogContent.cpp:26:2: performance: Variable 'myRowCounter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/dialogs/ZLGtkDialogManager.cpp:89:27: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/dialogs/ZLGtkDialogManager.cpp:140:63: style: Function 'setClipboardImage' argument 1 names different: declaration 'imageData' definition 'image'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/dialogs/ZLGtkDialogManager.h:53:44: note: Function 'setClipboardImage' argument 1 names different: declaration 'imageData' definition 'image'.
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/dialogs/ZLGtkDialogManager.cpp:140:63: note: Function 'setClipboardImage' argument 1 names different: declaration 'imageData' definition 'image'.
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/dialogs/ZLGtkOptionsDialog.cpp:88:3: error: Reference to temporary returned. [returnTempReference]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/dialogs/ZLGtkSelectionDialog.cpp:30:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/dialogs/ZLGtkSelectionDialog.cpp:35:4: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.cpp:36:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.cpp:487:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.cpp:520:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:60:2: warning: Member variable 'ChoiceOptionView::myVBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:60:2: warning: Member variable 'ChoiceOptionView::myButtons' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:81:2: warning: Member variable 'BooleanOptionView::myCheckBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:103:2: warning: Member variable 'Boolean3OptionView::myLabel' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:103:2: warning: Member variable 'Boolean3OptionView::myComboBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:124:2: warning: Member variable 'StringOptionView::myLabel' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:124:2: warning: Member variable 'StringOptionView::myLineEdit' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:143:2: warning: Member variable 'MultilineOptionView::myTextBuffer' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:143:2: warning: Member variable 'MultilineOptionView::myTextView' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:162:2: warning: Member variable 'SpinOptionView::myLabel' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:162:2: warning: Member variable 'SpinOptionView::mySpinBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:178:2: warning: Member variable 'ComboOptionView::mySelectedIndex' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:198:2: warning: Member variable 'ColorOptionView::myTable' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:198:2: warning: Member variable 'ColorOptionView::myDrawingArea' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:198:2: warning: Member variable 'ColorOptionView::myRSlider' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:198:2: warning: Member variable 'ColorOptionView::myGSlider' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:198:2: warning: Member variable 'ColorOptionView::myBSlider' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:220:2: warning: Member variable 'KeyOptionView::myTable' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:220:2: warning: Member variable 'KeyOptionView::myKeyEntry' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:220:2: warning: Member variable 'KeyOptionView::myLabel' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:220:2: warning: Member variable 'KeyOptionView::myComboBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:66:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:66:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:67:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:67:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:68:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:68:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:69:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:69:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:70:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:70:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:84:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:84:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:85:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:85:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:86:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:86:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:87:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:87:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:88:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:88:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:91:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:51:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:91:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:106:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:106:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:107:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:107:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:108:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:108:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:109:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:109:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:110:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:110:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:111:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:111:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:114:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:51:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:114:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:127:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:127:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:128:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:128:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:129:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:129:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:130:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:130:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:131:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:131:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:132:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:132:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:133:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:51:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:133:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:146:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:146:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:147:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:147:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:148:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:148:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:149:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:149:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:150:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:150:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:151:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:151:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:152:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:51:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:152:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:165:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:165:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:166:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:166:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:167:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:167:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:168:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:168:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:181:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:181:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:182:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:182:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:183:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:183:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:184:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:184:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:185:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:185:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:186:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:186:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:187:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:51:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:187:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:201:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:201:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:202:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:202:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:203:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:203:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:204:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:204:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:205:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:205:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:225:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:225:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:226:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:226:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:227:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:227:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:228:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:228:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:229:7: style: The function 'onValueChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:51:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:229:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:230:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/maemo5/optionView/ZLGtkOptionView.h:230:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.cpp:32:61: style: Function 'ZLQtApplicationWindow' argument 1 names different: declaration 'application' definition 'a'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:34:39: note: Function 'ZLQtApplicationWindow' argument 1 names different: declaration 'application' definition 'a'.
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.cpp:32:61: note: Function 'ZLQtApplicationWindow' argument 1 names different: declaration 'application' definition 'a'.
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:34:2: style: Class 'ZLQtApplicationWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:38:16: style: The function 'createViewWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:46:24: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:38:16: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:39:7: style: The function 'addToolbarItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:65:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:39:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:40:7: style: The function 'refresh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:70:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:40:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:41:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:80:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:41:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:43:7: style: The function 'grabAllKeys' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:84:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:43:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:45:7: style: The function 'setCaption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:82:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:45:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:47:7: style: The function 'isFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:87:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:47:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:48:7: style: The function 'setFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:86:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:48:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:56:7: style: The function 'setToggleButtonState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:68:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:56:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:57:7: style: The function 'setToolbarItemState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:67:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/application/ZLQtApplicationWindow.h:57:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/view/ZLQtViewWidget.h:54:7: style: The function 'repaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/view/ZLQtViewWidget.h:54:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/view/ZLQtViewWidget.h:55:7: style: The function 'trackStylus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/view/ZLQtViewWidget.h:55:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/view/ZLQtViewWidget.h:57:7: style: The function 'setScrollbarEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/view/ZLQtViewWidget.h:57:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/view/ZLQtViewWidget.h:58:7: style: The function 'setScrollbarPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/view/ZLQtViewWidget.h:58:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLFullScreenDialog.h:31:2: style: Class 'ZLFullScreenDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtDialog.cpp:53:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtDialog.h:32:2: style: Class 'ZLQtDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:56:2: warning: Member variable 'ChoiceOptionView::myGroup' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:78:2: warning: Member variable 'BooleanOptionView::myCheckBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:99:2: warning: Member variable 'Boolean3OptionView::myCheckBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:163:2: warning: Member variable 'SpinOptionView::myLabel' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:163:2: warning: Member variable 'SpinOptionView::mySpinBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:62:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:62:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:63:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:63:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:64:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:64:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:65:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:65:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:66:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:66:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:81:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:81:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:82:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:82:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:83:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:83:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:84:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:84:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:85:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:85:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:102:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:102:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:103:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:103:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:104:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:104:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:105:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:105:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:106:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:106:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:123:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:123:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:124:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:124:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:125:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:125:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:126:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:126:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:127:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:127:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:128:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:128:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:146:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:146:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:147:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:147:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:148:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:148:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:149:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:149:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:150:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:150:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:151:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:151:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:166:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:166:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:167:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:167:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:168:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:168:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:169:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:169:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:184:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:184:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:185:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:185:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:186:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:186:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:187:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:187:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:188:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:188:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:189:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:189:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:209:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:209:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:210:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:210:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:211:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:211:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:212:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:212:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:213:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:213:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:236:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:236:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:237:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:237:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:238:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:238:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:239:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:239:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:240:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:240:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionsDialog.h:55:2: style: Class 'MyQTabWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtWaitMessage.h:30:2: style: Class 'ZLQtWaitMessage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtSelectionDialog.h:66:7: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLFullScreenDialog.h:38:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtSelectionDialog.h:66:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.cpp:137:35: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.cpp:371:2: style: Class 'KeyLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:69:16: style: Class 'ChoiceOptionView' is unsafe, 'ChoiceOptionView::myGroup' can leak by wrong usage. [unsafeClassCanLeak]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:172:10: style: Class 'SpinOptionView' is unsafe, 'SpinOptionView::myLabel' can leak by wrong usage. [unsafeClassCanLeak]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtOptionView.h:173:12: style: Class 'SpinOptionView' is unsafe, 'SpinOptionView::mySpinBox' can leak by wrong usage. [unsafeClassCanLeak]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/dialogs/ZLQtSelectionDialog.cpp:124:12: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/library/ZLibrary.cpp:39:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:33:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/library/ZLibrary.cpp:39:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/library/ZLibrary.cpp:40:18: style: The function 'createContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:34:26: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/library/ZLibrary.cpp:40:18: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/library/ZLibrary.cpp:41:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/library/ZLibrary.cpp:41:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/opie/view/ZLQtPaintContext.cpp:34:19: warning: Member variable 'ZLQtPaintContext::myStoredSize' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/view/ZLQtPaintContext.cpp:34:19: warning: Member variable 'ZLQtPaintContext::myStoredBold' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/view/ZLQtPaintContext.cpp:34:19: warning: Member variable 'ZLQtPaintContext::myStoredItalic' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/view/ZLQtViewWidget.h:59:7: style: Unused private function: 'ZLQtViewWidget::setScrollbarParameters' [unusedPrivateFunction]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/view/ZLQtViewWidget.h:59:7: performance: Technically the member function 'ZLQtViewWidget::setScrollbarParameters' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/view/ZLQtViewWidget.cpp:143:22: note: Technically the member function 'ZLQtViewWidget::setScrollbarParameters' can be static.
fbreader-0.12.10.orig/zlibrary/ui/src/opie/view/ZLQtViewWidget.h:59:7: note: Technically the member function 'ZLQtViewWidget::setScrollbarParameters' can be static.
fbreader-0.12.10.orig/zlibrary/ui/src/opie/view/ZLQtViewWidget.cpp:35:2: style: Class 'ZLQtViewWidget' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/opie/view/ZLQtViewWidget.cpp:35:2: style: Class 'ZLQtViewWidget' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtViewWidget.h:38:6: performance: Technically the member function 'ZLQtViewWidgetPositionInfo::x' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.cpp:304:33: note: Technically the member function 'ZLQtViewWidgetPositionInfo::x' can be static.
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtViewWidget.h:38:6: note: Technically the member function 'ZLQtViewWidgetPositionInfo::x' can be static.
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.cpp:124:2: style: Class 'ZLQtApplicationWindow' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.cpp:124:2: style: Class 'ZLQtApplicationWindow' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:36:2: style: Class 'ZLQtApplicationWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtPopupMenu.h:34:2: style: Class 'ZLQtPopupMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtViewWidget.h:36:2: style: Class 'ZLQtViewWidgetPositionInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:42:16: style: The function 'createViewWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:46:24: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:42:16: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:43:7: style: The function 'addToolbarItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:65:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:43:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:44:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:44:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:45:7: style: The function 'processAllEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:71:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:45:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:46:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:80:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:46:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:48:7: style: The function 'grabAllKeys' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:84:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:48:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:50:7: style: The function 'setCaption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:82:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:50:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:52:7: style: The function 'setHyperlinkCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:90:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:52:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:54:7: style: The function 'isFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:87:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:54:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:55:7: style: The function 'setFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:86:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:55:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:61:7: style: The function 'setToggleButtonState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:68:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:61:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:62:7: style: The function 'setToolbarItemState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:67:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-desktop/ZLQtApplicationWindow.h:62:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtViewWidget.h:76:7: style: The function 'repaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtViewWidget.h:76:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtViewWidget.h:77:7: style: The function 'trackStylus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtViewWidget.h:77:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtViewWidget.h:79:7: style: The function 'setScrollbarEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtViewWidget.h:79:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtViewWidget.h:80:7: style: The function 'setScrollbarPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtViewWidget.h:80:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtViewWidget.h:81:7: style: The function 'setScrollbarParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:46:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtViewWidget.h:81:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtViewWidget.h:38:6: performance: Technically the member function 'ZLQtViewWidgetPositionInfo::x' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-pdaxrom/ZLQtApplicationWindow.cpp:150:33: note: Technically the member function 'ZLQtViewWidgetPositionInfo::x' can be static.
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtViewWidget.h:38:6: note: Technically the member function 'ZLQtViewWidgetPositionInfo::x' can be static.
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-pdaxrom/ZLQtApplicationWindow.h:33:2: style: Class 'ZLQtApplicationWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-pdaxrom/ZLQtApplicationWindow.h:37:16: style: The function 'createViewWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:46:24: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-pdaxrom/ZLQtApplicationWindow.h:37:16: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-pdaxrom/ZLQtApplicationWindow.h:39:7: style: The function 'refresh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:70:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-pdaxrom/ZLQtApplicationWindow.h:39:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-pdaxrom/ZLQtApplicationWindow.h:40:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:80:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-pdaxrom/ZLQtApplicationWindow.h:40:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-pdaxrom/ZLQtApplicationWindow.h:42:7: style: The function 'grabAllKeys' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:84:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-pdaxrom/ZLQtApplicationWindow.h:42:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-pdaxrom/ZLQtApplicationWindow.h:44:7: style: The function 'setCaption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:82:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-pdaxrom/ZLQtApplicationWindow.h:44:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-pdaxrom/ZLQtApplicationWindow.h:46:7: style: The function 'isFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:87:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-pdaxrom/ZLQtApplicationWindow.h:46:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-pdaxrom/ZLQtApplicationWindow.h:47:7: style: The function 'setFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:86:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/application-pdaxrom/ZLQtApplicationWindow.h:47:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtDialog.cpp:65:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtDialog.h:32:2: style: Class 'ZLQtDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:56:2: warning: Member variable 'ChoiceOptionView::myGroup' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:78:2: warning: Member variable 'BooleanOptionView::myCheckBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:99:2: warning: Member variable 'Boolean3OptionView::myCheckBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:142:2: warning: Member variable 'SpinOptionView::myLabel' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:142:2: warning: Member variable 'SpinOptionView::mySpinBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:235:2: warning: Member variable 'OrderOptionView::myWidget' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:235:2: warning: Member variable 'OrderOptionView::myListBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:235:2: warning: Member variable 'OrderOptionView::myUpButton' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:235:2: warning: Member variable 'OrderOptionView::myDownButton' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:62:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:62:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:63:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:63:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:64:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:64:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:65:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:65:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:66:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:66:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:81:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:81:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:82:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:82:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:83:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:83:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:84:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:84:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:85:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:85:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:102:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:102:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:103:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:103:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:104:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:104:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:105:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:105:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:106:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:106:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:123:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:123:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:124:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:124:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:125:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:125:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:126:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:126:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:127:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:127:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:128:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:128:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:145:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:145:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:146:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:146:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:147:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:147:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:148:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:148:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:163:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:163:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:164:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:164:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:165:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:165:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:166:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:166:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:167:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:167:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:168:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:168:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:188:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:188:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:189:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:189:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:190:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:190:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:191:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:191:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:192:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:192:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:215:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:215:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:216:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:216:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:217:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:217:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:218:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:218:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:219:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:219:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:238:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:238:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:239:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:239:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:240:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:240:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:241:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:241:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:260:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:260:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:261:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:261:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:262:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:262:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:263:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:263:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtProgressDialog.h:35:2: style: Class 'ZLQtProgressDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtProgressDialog.h:48:2: style: Class 'ZLQtWaitMessage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionsDialog.h:42:7: style: The function 'setSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopOptionsDialog.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionsDialog.h:42:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionsDialog.h:43:6: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopOptionsDialog.h:37:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionsDialog.h:43:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionsDialog.h:44:6: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopOptionsDialog.h:38:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionsDialog.h:44:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtSelectionDialog.h:59:7: style: The function 'setSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopSelectionDialog.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtSelectionDialog.h:59:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtSelectionDialog.h:60:6: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopSelectionDialog.h:36:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtSelectionDialog.h:60:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtSelectionDialog.h:61:6: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopSelectionDialog.h:37:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtSelectionDialog.h:61:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.cpp:137:35: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.cpp:339:2: style: Class 'KeyLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:69:16: style: Class 'ChoiceOptionView' is unsafe, 'ChoiceOptionView::myGroup' can leak by wrong usage. [unsafeClassCanLeak]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:151:10: style: Class 'SpinOptionView' is unsafe, 'SpinOptionView::myLabel' can leak by wrong usage. [unsafeClassCanLeak]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:152:12: style: Class 'SpinOptionView' is unsafe, 'SpinOptionView::mySpinBox' can leak by wrong usage. [unsafeClassCanLeak]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtOptionView.h:266:10: style: Class 'StaticTextOptionView' is unsafe, 'StaticTextOptionView::myLabel' can leak by wrong usage. [unsafeClassCanLeak]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/dialogs/ZLQtSelectionDialog.cpp:151:12: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/image/ZLQtImageManager.cpp:53:87: style: Function 'convertImageDirect' argument 2 names different: declaration 'imageData' definition 'data'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/image/ZLQtImageManager.h:64:70: note: Function 'convertImageDirect' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/ui/src/qt/image/ZLQtImageManager.cpp:53:87: note: Function 'convertImageDirect' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/ui/src/qt/library/ZLibrary.cpp:42:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:33:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/library/ZLibrary.cpp:42:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/library/ZLibrary.cpp:43:18: style: The function 'createContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:34:26: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/library/ZLibrary.cpp:43:18: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/library/ZLibrary.cpp:44:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/library/ZLibrary.cpp:44:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt/util/ZLQtKeyUtil.cpp:28:45: style: Function 'keyName' argument 1 names different: declaration 'event' definition 'keyEvent'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/util/ZLQtKeyUtil.h:30:40: note: Function 'keyName' argument 1 names different: declaration 'event' definition 'keyEvent'.
fbreader-0.12.10.orig/zlibrary/ui/src/qt/util/ZLQtKeyUtil.cpp:28:45: note: Function 'keyName' argument 1 names different: declaration 'event' definition 'keyEvent'.
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtPaintContext.cpp:31:19: warning: Member variable 'ZLQtPaintContext::myStoredSize' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtPaintContext.cpp:31:19: warning: Member variable 'ZLQtPaintContext::myStoredBold' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtPaintContext.cpp:31:19: warning: Member variable 'ZLQtPaintContext::myStoredItalic' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtViewWidget.cpp:66:2: style: Class 'ZLQtViewWidget' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qt/view/ZLQtViewWidget.cpp:66:2: style: Class 'ZLQtViewWidget' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:42:2: style: Class 'ZLQtApplicationWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:48:16: style: The function 'createViewWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:46:24: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:48:16: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:49:7: style: The function 'addToolbarItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:65:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:49:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:50:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:50:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:51:7: style: The function 'processAllEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:71:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:51:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:52:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:80:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:52:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:54:7: style: The function 'grabAllKeys' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:84:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:54:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:56:7: style: The function 'setCaption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:82:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:56:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:58:7: style: The function 'setHyperlinkCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:90:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:58:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:60:7: style: The function 'isFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:87:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:60:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:61:7: style: The function 'setFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:86:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:61:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:63:7: style: The function 'setToggleButtonState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:68:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:63:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:64:7: style: The function 'setToolbarItemState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:67:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:64:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h:101:14: style: Class 'LineEditParameter' is unsafe, 'LineEditParameter::myEdit' can leak by wrong usage. [unsafeClassCanLeak]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.cpp:60:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.cpp:79:2: style: Class 'ZLQtApplicationWindow' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.cpp:79:2: style: Class 'ZLQtApplicationWindow' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/view/ZLQtViewWidget.h:64:7: style: The function 'repaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/view/ZLQtViewWidget.h:64:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/view/ZLQtViewWidget.h:65:7: style: The function 'trackStylus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/view/ZLQtViewWidget.h:65:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/view/ZLQtViewWidget.h:67:7: style: The function 'setScrollbarEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/view/ZLQtViewWidget.h:67:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/view/ZLQtViewWidget.h:68:7: style: The function 'setScrollbarPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/view/ZLQtViewWidget.h:68:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/view/ZLQtViewWidget.h:69:7: style: The function 'setScrollbarParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:46:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/view/ZLQtViewWidget.h:69:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtDialog.cpp:54:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtDialog.h:31:2: style: Class 'ZLQtDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtDialogContent.cpp:32:47: style: Function 'ZLQtDialogContent' argument 1 names different: declaration 'parent' definition 'widget'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtDialogContent.h:31:29: note: Function 'ZLQtDialogContent' argument 1 names different: declaration 'parent' definition 'widget'.
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtDialogContent.cpp:32:47: note: Function 'ZLQtDialogContent' argument 1 names different: declaration 'parent' definition 'widget'.
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtDialogContent.cpp:32:20: warning: Member variable 'ZLQtDialogContent::myParentWidget' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:60:2: warning: Member variable 'ChoiceOptionView::myGroupBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:78:2: warning: Member variable 'BooleanOptionView::myCheckBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:97:2: warning: Member variable 'Boolean3OptionView::myCheckBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:48:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:48:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:49:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:49:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:64:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:64:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:65:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:65:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:66:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:66:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:81:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:81:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:82:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:82:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:83:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:83:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:100:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:100:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:101:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:101:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:102:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:102:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:119:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:119:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:120:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:120:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:121:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:121:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:122:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:122:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:138:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:138:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:139:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:139:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:153:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:153:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:154:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:154:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:155:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:155:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:156:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:156:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:174:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:174:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:175:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:175:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:176:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:176:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:177:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:177:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:178:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:178:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:199:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:199:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:200:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:200:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:201:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:201:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:219:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:219:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:220:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:220:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtSelectionDialog.h:50:2: style: Class 'ZLQListWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtProgressDialog.h:38:2: style: Class 'ZLQtProgressDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtProgressDialog.h:51:2: style: Class 'ZLQtWaitMessage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionsDialog.h:41:7: style: The function 'setSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopOptionsDialog.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionsDialog.h:41:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionsDialog.h:42:6: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopOptionsDialog.h:37:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionsDialog.h:42:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionsDialog.h:43:6: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopOptionsDialog.h:38:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionsDialog.h:43:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtSelectionDialog.h:75:7: style: The function 'setSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopSelectionDialog.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtSelectionDialog.h:75:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtSelectionDialog.h:76:6: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopSelectionDialog.h:36:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtSelectionDialog.h:76:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtSelectionDialog.h:77:6: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopSelectionDialog.h:37:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtSelectionDialog.h:77:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:69:13: style: Class 'ChoiceOptionView' is unsafe, 'ChoiceOptionView::myGroupBox' can leak by wrong usage. [unsafeClassCanLeak]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.h:142:12: style: Class 'SpinOptionView' is unsafe, 'SpinOptionView::mySpinBox' can leak by wrong usage. [unsafeClassCanLeak]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/dialogs/ZLQtSelectionDialog.cpp:138:12: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/filesystem/ZLQtFSManager.h:34:14: style: The function 'convertFilenameToUtf8' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/filesystem/ZLFSManager.h:59:22: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/filesystem/ZLQtFSManager.h:34:14: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/image/ZLQtImageManager.cpp:79:87: style: Function 'convertImageDirect' argument 2 names different: declaration 'imageData' definition 'data'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/image/ZLQtImageManager.h:67:70: note: Function 'convertImageDirect' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/image/ZLQtImageManager.cpp:79:87: note: Function 'convertImageDirect' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/library/ZLibrary.cpp:42:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:33:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/library/ZLibrary.cpp:42:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/library/ZLibrary.cpp:43:18: style: The function 'createContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:34:26: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/library/ZLibrary.cpp:43:18: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/library/ZLibrary.cpp:44:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/library/ZLibrary.cpp:44:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/util/ZLQtKeyUtil.cpp:28:45: style: Function 'keyName' argument 1 names different: declaration 'event' definition 'keyEvent'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/util/ZLQtKeyUtil.h:30:40: note: Function 'keyName' argument 1 names different: declaration 'event' definition 'keyEvent'.
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/util/ZLQtKeyUtil.cpp:28:45: note: Function 'keyName' argument 1 names different: declaration 'event' definition 'keyEvent'.
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/view/ZLQtPaintContext.cpp:31:19: warning: Member variable 'ZLQtPaintContext::myStoredSize' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/view/ZLQtPaintContext.cpp:31:19: warning: Member variable 'ZLQtPaintContext::myStoredBold' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/view/ZLQtPaintContext.cpp:31:19: warning: Member variable 'ZLQtPaintContext::myStoredItalic' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/view/ZLQtViewWidget.cpp:76:2: style: Class 'ZLQtViewWidget' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qt4/view/ZLQtViewWidget.cpp:76:2: style: Class 'ZLQtViewWidget' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.cpp:277:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.cpp:281:7: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.cpp:282:4: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.cpp:284:4: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.cpp:425:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.cpp:110:61: style: Function 'ZLQtApplicationWindow' argument 1 names different: declaration 'application' definition 'a'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:63:39: note: Function 'ZLQtApplicationWindow' argument 1 names different: declaration 'application' definition 'a'.
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.cpp:110:61: note: Function 'ZLQtApplicationWindow' argument 1 names different: declaration 'application' definition 'a'.
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.cpp:111:2: style: Class 'ZLQtApplicationWindow' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.cpp:111:2: style: Class 'ZLQtApplicationWindow' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:44:2: style: Class 'MyMainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:63:2: style: Class 'ZLQtApplicationWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:78:3: style: Class 'MenuMaskCalculator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:96:3: style: Class 'MenuUpdater' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:71:16: style: The function 'createViewWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:46:24: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:71:16: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:73:7: style: The function 'addToolbarItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:65:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:73:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:74:7: style: The function 'initMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:60:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:74:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:111:7: style: The function 'refresh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:70:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:111:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:112:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:80:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:112:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:114:7: style: The function 'grabAllKeys' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:84:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:114:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:116:7: style: The function 'setCaption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:82:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:116:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:118:7: style: The function 'isFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:87:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:118:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:119:7: style: The function 'setFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:86:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:119:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:121:7: style: The function 'setToggleButtonState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:68:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:121:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:122:7: style: The function 'setToolbarItemState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:67:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.h:122:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/view/ZLQtViewWidget.h:61:7: style: The function 'repaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/view/ZLQtViewWidget.h:61:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/view/ZLQtViewWidget.h:62:7: style: The function 'trackStylus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/view/ZLQtViewWidget.h:62:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/view/ZLQtViewWidget.h:64:7: style: The function 'setScrollbarEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/view/ZLQtViewWidget.h:64:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/view/ZLQtViewWidget.h:65:7: style: The function 'setScrollbarPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/view/ZLQtViewWidget.h:65:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/view/ZLQtViewWidget.h:66:7: style: The function 'setScrollbarParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:46:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/view/ZLQtViewWidget.h:66:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.cpp:45:7: style: The function 'attachWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionViewHolder.h:38:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.cpp:45:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.cpp:46:7: style: The function 'attachWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionViewHolder.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.cpp:46:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.cpp:47:11: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionViewHolder.h:40:19: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.cpp:47:11: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.cpp:48:11: style: The function 'parentWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionViewHolder.h:41:19: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/application/ZLQtApplicationWindow.cpp:48:11: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLFullScreenDialog.h:31:2: style: Class 'ZLFullScreenDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLQtDialog.cpp:55:3: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLQtDialogContent.h:44:11: style: The function 'widget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionViewHolder.h:40:19: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLQtDialogContent.h:44:11: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLQtDialogContent.h:45:11: style: The function 'parentWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionViewHolder.h:41:19: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLQtDialogContent.h:45:11: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLQtDialogContent.h:49:7: style: The function 'attachWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionViewHolder.h:38:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLQtDialogContent.h:49:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLQtDialogContent.h:50:7: style: The function 'attachWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionViewHolder.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLQtDialogContent.h:50:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLQtDialogContent.cpp:33:2: style: Class 'ZLQtDialogContent' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLQtDialogContent.cpp:33:2: style: Class 'ZLQtDialogContent' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLQtDialogManager.cpp:44:89: style: Function 'createOptionsDialog' argument 1 names different: declaration 'id' definition 'key'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLQtDialogManager.h:40:71: note: Function 'createOptionsDialog' argument 1 names different: declaration 'id' definition 'key'.
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLQtDialogManager.cpp:44:89: note: Function 'createOptionsDialog' argument 1 names different: declaration 'id' definition 'key'.
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLQtOptionsDialog.h:55:2: style: Class 'MyQTabWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLQtWaitMessage.h:30:2: style: Class 'ZLQtWaitMessage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLQtSelectionDialog.h:66:7: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLFullScreenDialog.h:38:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLQtSelectionDialog.h:66:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/dialogs/ZLQtSelectionDialog.cpp:123:12: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/library/ZLibrary.cpp:39:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:33:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/library/ZLibrary.cpp:39:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/library/ZLibrary.cpp:40:18: style: The function 'createContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:34:26: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/library/ZLibrary.cpp:40:18: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/library/ZLibrary.cpp:41:7: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/unix/library/ZLibraryImplementation.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/library/ZLibrary.cpp:41:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.cpp:137:35: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:55:2: warning: Member variable 'ChoiceOptionView::myGroup' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:77:2: warning: Member variable 'BooleanOptionView::myCheckBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:98:2: warning: Member variable 'Boolean3OptionView::myCheckBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:119:2: warning: Member variable 'StringOptionView::myLabel' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:119:2: warning: Member variable 'StringOptionView::myLineEdit' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:142:2: warning: Member variable 'MultilineOptionView::myMultiLineEdit' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:162:2: warning: Member variable 'SpinOptionView::myLabel' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:162:2: warning: Member variable 'SpinOptionView::mySpinBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:205:2: warning: Member variable 'KeyOptionView::myWidget' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:205:2: warning: Member variable 'KeyOptionView::myKeyEditor' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:205:2: warning: Member variable 'KeyOptionView::myLabel' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:205:2: warning: Member variable 'KeyOptionView::myComboBox' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:232:2: warning: Member variable 'ColorOptionView::myWidget' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:232:2: warning: Member variable 'ColorOptionView::myRSlider' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:232:2: warning: Member variable 'ColorOptionView::myGSlider' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:232:2: warning: Member variable 'ColorOptionView::myBSlider' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:232:2: warning: Member variable 'ColorOptionView::myColorBar' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.cpp:373:2: style: Class 'KeyLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:61:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:61:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:62:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:62:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:63:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:63:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:64:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:64:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:65:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:65:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:80:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:80:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:81:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:81:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:82:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:82:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:83:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:83:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:84:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:84:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:101:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:101:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:102:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:102:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:103:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:103:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:104:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:104:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:105:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:105:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:122:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:122:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:123:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:123:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:124:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:124:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:125:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:125:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:126:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:126:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:127:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:127:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:145:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:145:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:146:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:146:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:147:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:147:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:148:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:148:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:149:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:149:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:150:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:150:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:165:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:165:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:166:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:166:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:167:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:167:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:168:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:168:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:183:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:183:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:184:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:184:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:185:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:185:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:186:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:186:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:187:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:187:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:188:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:188:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:208:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:208:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:209:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:209:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:210:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:210:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:211:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:211:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:212:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:212:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:235:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:235:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:236:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:236:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:237:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:237:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:238:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:238:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:239:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:239:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:68:16: style: Class 'ChoiceOptionView' is unsafe, 'ChoiceOptionView::myGroup' can leak by wrong usage. [unsafeClassCanLeak]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:171:10: style: Class 'SpinOptionView' is unsafe, 'SpinOptionView::myLabel' can leak by wrong usage. [unsafeClassCanLeak]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/optionView/ZLQtOptionView.h:172:12: style: Class 'SpinOptionView' is unsafe, 'SpinOptionView::mySpinBox' can leak by wrong usage. [unsafeClassCanLeak]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/view/ZLQtPaintContext.cpp:37:19: warning: Member variable 'ZLQtPaintContext::myStoredSize' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/view/ZLQtPaintContext.cpp:37:19: warning: Member variable 'ZLQtPaintContext::myStoredBold' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/view/ZLQtPaintContext.cpp:37:19: warning: Member variable 'ZLQtPaintContext::myStoredItalic' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/view/ZLQtViewWidget.cpp:192:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/view/ZLQtViewWidget.cpp:203:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/view/ZLQtViewWidget.cpp:233:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/view/ZLQtViewWidget.cpp:69:2: style: Class 'ZLQtViewWidget' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/qtopia/view/ZLQtViewWidget.cpp:69:2: style: Class 'ZLQtViewWidget' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/unix/message/ZLUnixMessage.h:48:2: style: Class 'ZLUnixExecMessageSender' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:44:2: style: Class 'ZLWin32ApplicationWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:48:16: style: The function 'createViewWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:46:24: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:48:16: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:49:7: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:80:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:49:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:51:7: style: The function 'grabAllKeys' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:84:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:51:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:53:7: style: The function 'setCaption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:82:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:53:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:55:7: style: The function 'setHyperlinkCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:90:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:55:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:57:7: style: The function 'isFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:87:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:57:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:58:7: style: The function 'setFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:86:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:58:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:60:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:60:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:61:7: style: The function 'refresh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:70:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:61:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:62:7: style: The function 'processAllEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:71:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:62:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:69:7: style: The function 'addToolbarItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:65:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:69:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:70:7: style: The function 'setToggleButtonState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:68:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:70:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:71:7: style: The function 'setToolbarItemState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/application/ZLApplicationWindow.h:67:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:71:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32PopupMenu.h:37:2: style: Class 'ZLWin32PopupMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.cpp:316:59: style: Function 'onToolbarButtonRelease' argument 1 names different: declaration 'index' definition 'actionCode'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.h:92:34: note: Function 'onToolbarButtonRelease' argument 1 names different: declaration 'index' definition 'actionCode'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32ApplicationWindow.cpp:316:59: note: Function 'onToolbarButtonRelease' argument 1 names different: declaration 'index' definition 'actionCode'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.h:35:2: style: Class 'ZLWin32ViewWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.h:45:7: style: The function 'repaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:55:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.h:45:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.h:46:7: style: The function 'trackStylus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:39:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.h:46:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.h:48:7: style: The function 'setScrollbarEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.h:48:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.h:49:7: style: The function 'setScrollbarPlacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.h:49:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.h:50:7: style: The function 'setScrollbarParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/view/ZLViewWidget.h:46:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.h:50:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/application/ZLWin32PopupMenu.cpp:51:2: performance: Variable 'myHMenu' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32DialogPanel.h:72:18: style: Technically the member function 'W32DialogPanel::minimumSize' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:38:2: style: Class 'W32Control' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:136:2: style: Class 'W32StandardIcon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:152:2: style: Class 'W32CheckBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:180:2: style: Class 'W32TristateBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:201:2: style: Class 'W32AbstractEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32ColorComboBox.h:38:2: style: Class 'W32ColorComboBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32DialogContent.h:34:2: style: Class 'ZLWin32DialogContent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32DialogPanel.h:64:7: style: The function 'invalidate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32ControlCollection.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32DialogPanel.h:64:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32DialogPanel.h:112:7: style: The function 'commandCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32DialogPanel.h:61:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32DialogPanel.h:112:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32DialogPanel.h:113:8: style: The function 'style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32DialogPanel.h:67:16: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32DialogPanel.h:113:8: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:55:7: style: The function 'allocate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:51:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:55:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:56:6: style: The function 'allocationSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:52:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:56:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:57:7: style: The function 'setVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:53:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:57:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:58:7: style: The function 'isVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:58:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:59:6: style: The function 'controlNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:55:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:59:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:67:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:67:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:92:7: style: The function 'minimumSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:92:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:93:7: style: The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:57:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:93:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:105:7: style: The function 'minimumSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:105:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:106:7: style: The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:57:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:106:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:121:7: style: The function 'allocate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:51:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:121:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:122:6: style: The function 'allocationSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:52:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:122:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:123:7: style: The function 'setVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:53:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:123:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:124:7: style: The function 'isVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:124:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:125:6: style: The function 'controlNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:55:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:125:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:126:7: style: The function 'minimumSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:126:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:127:7: style: The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:57:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:127:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:128:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:128:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:149:7: style: The function 'allocate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:51:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:149:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:150:6: style: The function 'allocationSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:52:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:150:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:151:7: style: The function 'setVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:53:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:151:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:152:7: style: The function 'isVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:152:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:153:6: style: The function 'controlNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:55:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:153:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:154:7: style: The function 'minimumSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:154:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:155:7: style: The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:57:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:155:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:156:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Container.h:156:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:40:7: style: The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:57:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:40:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:41:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:41:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:46:15: style: The function 'setVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:53:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:46:15: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:47:7: style: The function 'isVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:54:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:47:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:70:6: style: The function 'controlNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:55:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:70:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:71:7: style: The function 'allocate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:51:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:71:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:72:6: style: The function 'allocationSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:52:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:72:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:90:7: style: The function 'minimumSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:90:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:92:7: style: The function 'allocate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:51:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:92:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:93:7: style: The function 'classId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:73:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:93:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:94:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:94:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:96:7: style: The function 'commandCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:50:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:96:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:114:7: style: The function 'minimumSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:114:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:116:7: style: The function 'classId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:73:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:116:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:117:7: style: The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:57:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:117:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:118:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:118:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:137:7: style: The function 'minimumSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:137:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:139:7: style: The function 'classId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:73:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:139:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:140:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:140:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:153:7: style: The function 'minimumSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:153:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:155:7: style: The function 'classId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:73:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:155:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:156:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:156:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:163:7: style: The function 'commandCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:50:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:163:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:181:7: style: The function 'minimumSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:181:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:183:7: style: The function 'classId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:73:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:183:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:184:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:184:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:191:7: style: The function 'commandCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:50:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:191:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:203:7: style: The function 'classId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:73:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:203:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:204:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:204:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:214:7: style: The function 'minimumSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:214:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:215:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:215:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:219:7: style: The function 'commandCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:50:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:219:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:242:7: style: The function 'minimumSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:242:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:243:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:243:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:263:7: style: The function 'minimumSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:263:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:265:7: style: The function 'allocate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:51:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:265:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:266:6: style: The function 'allocationSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:52:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:266:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:267:6: style: The function 'controlNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:55:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:267:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:268:7: style: The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:57:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:268:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:269:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:269:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:271:7: style: The function 'setVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:46:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:271:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:273:7: style: The function 'commandCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:50:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:273:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:290:7: style: The function 'minimumSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:290:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:292:7: style: The function 'classId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:73:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:292:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:293:7: style: The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:57:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:293:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:294:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:294:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:298:7: style: The function 'commandCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:50:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:298:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:320:7: style: The function 'minimumSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:320:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:321:7: style: The function 'classId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:73:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:321:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:324:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:324:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:325:7: style: The function 'commandCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:50:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:325:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:342:7: style: The function 'minimumSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:342:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:346:7: style: The function 'setVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:46:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:346:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:351:7: style: The function 'classId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:73:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:351:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:352:7: style: The function 'allocate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:51:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:352:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:353:6: style: The function 'allocationSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:52:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:353:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:354:6: style: The function 'controlNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:55:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:354:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:355:7: style: The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:57:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:355:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:356:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:356:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32ColorComboBox.h:39:7: style: The function 'minimumSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32ColorComboBox.h:39:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32ColorComboBox.h:41:7: style: The function 'classId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:73:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32ColorComboBox.h:41:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32ColorComboBox.h:42:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32ColorComboBox.h:42:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32ColorComboBox.h:44:7: style: The function 'commandCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:50:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32ColorComboBox.h:44:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32ColorComboBox.h:45:7: style: The function 'drawItemCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:52:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32ColorComboBox.h:45:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:40:7: style: The function '_createItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:43:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:40:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:49:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:49:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:50:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:50:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:51:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:51:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:52:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:52:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:64:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:64:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:65:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:65:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:66:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:66:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:67:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:67:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:70:7: style: The function 'onEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Event.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:70:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:82:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:82:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:83:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:83:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:84:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:84:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:85:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:85:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:88:7: style: The function 'onEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Event.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:88:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:100:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:100:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:101:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:101:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:102:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:102:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:103:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:103:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:104:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:104:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:107:7: style: The function 'onEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Event.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:107:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:120:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:120:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:121:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:121:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:122:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:122:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:135:7: style: The function '_setActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:47:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:135:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:136:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:136:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:137:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:137:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:138:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:138:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:139:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:139:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:142:7: style: The function 'onEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Event.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:142:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:155:7: style: The function 'onEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Event.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:155:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:157:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:157:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:158:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:158:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:159:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:159:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:160:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:160:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:173:7: style: The function 'onEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Event.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:173:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:175:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:175:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:177:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:177:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:178:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:178:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:179:7: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:36:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:179:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:195:7: style: The function '_onAccept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:48:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:195:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:196:7: style: The function '_show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:45:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:196:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:197:7: style: The function '_hide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/dialogs/ZLOptionView.h:44:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.h:197:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32DialogContent.cpp:23:2: performance: Variable 'myContentTable' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32DialogManager.cpp:42:92: style: Function 'createOptionsDialog' argument 1 names different: declaration 'id' definition 'key'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32DialogManager.h:42:71: note: Function 'createOptionsDialog' argument 1 names different: declaration 'id' definition 'key'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32DialogManager.cpp:42:92: note: Function 'createOptionsDialog' argument 1 names different: declaration 'id' definition 'key'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32DialogManager.cpp:100:65: style: Function 'setClipboardImage' argument 1 names different: declaration 'imageData' definition 'image'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32DialogManager.h:51:44: note: Function 'setClipboardImage' argument 1 names different: declaration 'imageData' definition 'image'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32DialogManager.cpp:100:65: note: Function 'setClipboardImage' argument 1 names different: declaration 'imageData' definition 'image'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32TreeView.h:52:2: style: Class 'W32TreeView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionsDialog.h:47:7: style: The function 'onEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Event.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionsDialog.h:47:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32TreeView.h:53:7: style: The function 'minimumSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:56:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32TreeView.h:53:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32TreeView.h:61:6: style: The function 'controlNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:55:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32TreeView.h:61:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32TreeView.h:62:7: style: The function 'allocate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:51:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32TreeView.h:62:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32TreeView.h:63:6: style: The function 'allocationSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:52:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32TreeView.h:63:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32TreeView.h:64:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Widget.h:58:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32TreeView.h:64:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32TreeView.h:65:7: style: The function 'notificationCallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Control.h:51:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32TreeView.h:65:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32SelectionDialog.h:47:7: style: The function 'setSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopSelectionDialog.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32SelectionDialog.h:47:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32SelectionDialog.h:48:6: style: The function 'width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopSelectionDialog.h:36:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32SelectionDialog.h:48:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32SelectionDialog.h:49:6: style: The function 'height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/core/src/desktop/dialogs/ZLDesktopSelectionDialog.h:37:14: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32SelectionDialog.h:49:6: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32SelectionDialog.h:57:7: style: The function 'onEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Event.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32SelectionDialog.h:57:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32MessageBox.h:39:7: style: The function 'onEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32Event.h:35:15: note: Virtual function in base class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32MessageBox.h:39:7: note: Function in derived class
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32MessageBox.cpp:70:9: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.cpp:95:2: style: Class 'ChoiceOptionView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.cpp:95:2: style: Class 'ChoiceOptionView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.cpp:31:2: style: Class 'BooleanOptionView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.cpp:31:2: style: Class 'BooleanOptionView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.cpp:60:2: style: Class 'Boolean3OptionView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.cpp:60:2: style: Class 'Boolean3OptionView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.cpp:218:2: style: Class 'StringOptionView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.cpp:218:2: style: Class 'StringOptionView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.cpp:188:2: style: Class 'SpinOptionView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.cpp:188:2: style: Class 'SpinOptionView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.cpp:126:2: style: Class 'ComboOptionView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.cpp:126:2: style: Class 'ComboOptionView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.cpp:266:2: style: Class 'ColorOptionView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.cpp:266:2: style: Class 'ColorOptionView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.cpp:348:2: style: Class 'KeyOptionView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.cpp:348:2: style: Class 'KeyOptionView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.cpp:399:2: style: Class 'StaticTextOptionView' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32OptionView.cpp:399:2: style: Class 'StaticTextOptionView' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32ProgressDialog.cpp:34:5: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32SelectionDialog.cpp:51:2: style: Class 'ZLWin32SelectionDialog' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/dialogs/ZLWin32SelectionDialog.cpp:51:2: style: Class 'ZLWin32SelectionDialog' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager.cpp:131:10: style: The scope of the variable 'from' can be reduced. [variableScope]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager.cpp:131:17: style: The scope of the variable 'to' can be reduced. [variableScope]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager.cpp:163:90: style: Function 'convertImageDirect' argument 2 names different: declaration 'imageData' definition 'data'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager.h:81:70: note: Function 'convertImageDirect' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager.cpp:163:90: note: Function 'convertImageDirect' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager.cpp:22:19: warning: Member variable 'ZLWin32ImageData::myBytesPerPixel' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager.cpp:22:19: warning: Member variable 'ZLWin32ImageData::myBytesPerLine' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager.cpp:22:19: warning: Member variable 'ZLWin32ImageData::myPixelPointer' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_bmp.cpp:22:87: style: Function 'bmpConvert' argument 2 names different: declaration 'imageData' definition 'data'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager.h:84:67: note: Function 'bmpConvert' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_bmp.cpp:22:87: note: Function 'bmpConvert' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_gif.cpp:41:23: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_gif.cpp:64:87: style: Function 'gifConvert' argument 2 names different: declaration 'imageData' definition 'data'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager.h:87:67: note: Function 'gifConvert' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_gif.cpp:64:87: note: Function 'gifConvert' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_gif.cpp:30:2: style: Class 'GifReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_jpeg.cpp:64:38: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_jpeg.cpp:81:38: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_jpeg.cpp:99:11: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_jpeg.cpp:102:88: style: Function 'jpegConvert' argument 2 names different: declaration 'imageData' definition 'data'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager.h:86:68: note: Function 'jpegConvert' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_jpeg.cpp:102:88: note: Function 'jpegConvert' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_jpeg.cpp:34:2: style: Struct 'JpegSourceManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_png.cpp:44:23: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_png.cpp:50:87: style: Function 'pngConvert' argument 2 names different: declaration 'imageData' definition 'data'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager.h:85:67: note: Function 'pngConvert' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_png.cpp:50:87: note: Function 'pngConvert' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_png.cpp:27:2: style: Class 'PngReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_tiff.cpp:47:24: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_tiff.cpp:62:24: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_tiff.cpp:86:24: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_tiff.cpp:96:10: style: C-style pointer casting [cstyleCast]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_tiff.cpp:99:88: style: Function 'tiffConvert' argument 2 names different: declaration 'imageData' definition 'data'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager.h:88:68: note: Function 'tiffConvert' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_tiff.cpp:99:88: note: Function 'tiffConvert' argument 2 names different: declaration 'imageData' definition 'data'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/image/ZLWin32ImageManager_tiff.cpp:36:2: style: Class 'TIFFReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/message/ZLWin32Message.h:49:2: style: Class 'ZLWin32ExecMessageSender' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32PaintContext.cpp:28:22: warning: Member variable 'ZLWin32PaintContext::myColorIsUpToDate' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.cpp:126:20: warning: Member variable 'ZLWin32ViewWidget::myHScrollBarExtra' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.cpp:126:20: warning: Member variable 'ZLWin32ViewWidget::myVScrollBarExtra' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.h:37:7: style: Technically the member function 'ZLWin32ViewWidget::onMousePress' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.cpp:297:25: note: Technically the member function 'ZLWin32ViewWidget::onMousePress' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.h:37:7: note: Technically the member function 'ZLWin32ViewWidget::onMousePress' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.h:38:7: style: Technically the member function 'ZLWin32ViewWidget::onMouseRelease' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.cpp:302:25: note: Technically the member function 'ZLWin32ViewWidget::onMouseRelease' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.h:38:7: note: Technically the member function 'ZLWin32ViewWidget::onMouseRelease' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.h:39:7: style: Technically the member function 'ZLWin32ViewWidget::onMouseMove' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.cpp:307:25: note: Technically the member function 'ZLWin32ViewWidget::onMouseMove' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.h:39:7: note: Technically the member function 'ZLWin32ViewWidget::onMouseMove' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.h:40:7: style: Technically the member function 'ZLWin32ViewWidget::onMouseMovePressed' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.cpp:312:25: note: Technically the member function 'ZLWin32ViewWidget::onMouseMovePressed' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.h:40:7: note: Technically the member function 'ZLWin32ViewWidget::onMouseMovePressed' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.cpp:145:2: style: Class 'Rotator' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/view/ZLWin32ViewWidget.cpp:145:2: style: Class 'Rotator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32ColorComboBox.cpp:35:19: warning: Member variable 'W32ColorComboBox::myPixelWidth' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32ColorComboBox.cpp:35:19: warning: Member variable 'W32ColorComboBox::myPixelHeight' is not initialized in the constructor. [uninitMemberVar]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32ColorComboBox.h:50:7: performance: Technically the member function 'W32ColorComboBox::removeCustomColor' can be static. [functionStatic]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32ColorComboBox.cpp:68:24: note: Technically the member function 'W32ColorComboBox::removeCustomColor' can be static.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32ColorComboBox.h:50:7: note: Technically the member function 'W32ColorComboBox::removeCustomColor' can be static.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32DialogPanel.h:62:7: style: Technically the member function 'W32DialogPanel::notificationCallback' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32DialogPanel.cpp:141:22: note: Technically the member function 'W32DialogPanel::notificationCallback' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32DialogPanel.h:62:7: note: Technically the member function 'W32DialogPanel::notificationCallback' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32DialogPanel.h:63:7: style: Technically the member function 'W32DialogPanel::drawItemCallback' can be const. [functionConst]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32DialogPanel.cpp:149:22: note: Technically the member function 'W32DialogPanel::drawItemCallback' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32DialogPanel.h:63:7: note: Technically the member function 'W32DialogPanel::drawItemCallback' can be const.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32PropertySheet.cpp:107:53: style: Function 'StaticCallback' argument 1 names different: declaration 'hDialog' definition 'hPage'. [funcArgNamesDifferent]
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32DialogPanel.h:128:43: note: Function 'StaticCallback' argument 1 names different: declaration 'hDialog' definition 'hPage'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32PropertySheet.cpp:107:53: note: Function 'StaticCallback' argument 1 names different: declaration 'hDialog' definition 'hPage'.
fbreader-0.12.10.orig/zlibrary/ui/src/win32/w32widgets/W32StandaloneDialogPanel.cpp:46:4: style: C-style pointer casting [cstyleCast]
[21:40]
ftp://ftp.se.debian.org/debian/pool/main/f/fbset/fbset_2.1.orig.tar.gz
fbset-2.1/GetVideoMode.c:92:69: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fbset-2.1/GetVideoMode.c:93:69: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fbset-2.1/GetVideoMode.c:94:69: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fbset-2.1/GetVideoMode.c:95:69: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fbset-2.1/GetVideoMode.c:97:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fbset-2.1/GetVideoMode.c:98:76: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fbset-2.1/fbset.c:899:23: style: The scope of the variable 'vmode' can be reduced. [variableScope]
fbset-2.1/fbset.c:388:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fbset-2.1/fbset.c:389:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fbset-2.1/fbset.c:390:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fbset-2.1/fbset.c:391:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fbset-2.1/fbset.c:392:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fbset-2.1/fbset.c:393:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[21:40]
ftp://ftp.se.debian.org/debian/pool/main/f/fbterm/fbterm_1.7.orig.tar.gz
fbterm-1.7/im/imapi.c:61:26: style: Function 'connect_fbterm' argument 1 names different: declaration 'mode' definition 'raw'. [funcArgNamesDifferent]
fbterm-1.7/im/imapi.h:84:33: note: Function 'connect_fbterm' argument 1 names different: declaration 'mode' definition 'raw'.
fbterm-1.7/im/imapi.c:61:26: note: Function 'connect_fbterm' argument 1 names different: declaration 'mode' definition 'raw'.
fbterm-1.7/im/imapi.c:86:29: style: Function 'set_im_window' argument 1 names different: declaration 'winid' definition 'id'. [funcArgNamesDifferent]
fbterm-1.7/im/imapi.h:115:36: note: Function 'set_im_window' argument 1 names different: declaration 'winid' definition 'id'.
fbterm-1.7/im/imapi.c:86:29: note: Function 'set_im_window' argument 1 names different: declaration 'winid' definition 'id'.
fbterm-1.7/im/imapi.c:70:12: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
fbterm-1.7/im/imapi.c:83:12: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
fbterm-1.7/im/imapi.c:96:12: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
fbterm-1.7/im/imapi.c:109:12: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
fbterm-1.7/im/imapi.c:127:12: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
fbterm-1.7/im/imapi.c:248:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
fbterm-1.7/src/fbconfig.cpp:155:2: style: Variable 'cur' is reassigned a value before the old one has been used. [redundantAssignment]
fbterm-1.7/src/fbconfig.cpp:154:14: note: Variable 'cur' is reassigned a value before the old one has been used.
fbterm-1.7/src/fbconfig.cpp:155:2: note: Variable 'cur' is reassigned a value before the old one has been used.
fbterm-1.7/src/fbconfig.h:27:1: style: The class 'Config' does not have a constructor although it has private member variables. [noConstructor]
fbterm-1.7/src/fbconfig.h:37:7: style: Unused private function: 'Config::checkConfigFile' [unusedPrivateFunction]
fbterm-1.7/src/fbconfig.h:38:7: style: Unused private function: 'Config::parseOption' [unusedPrivateFunction]
fbterm-1.7/src/fbconfig.h:37:7: performance: Technically the member function 'Config::checkConfigFile' can be static. [functionStatic]
fbterm-1.7/src/fbconfig.cpp:163:14: note: Technically the member function 'Config::checkConfigFile' can be static.
fbterm-1.7/src/fbconfig.h:37:7: note: Technically the member function 'Config::checkConfigFile' can be static.
fbterm-1.7/src/screen.h:35:0: style: The class 'Screen' does not have a constructor although it has private member variables. [noConstructor]
fbterm-1.7/src/screen.h:40:6: style: Technically the member function 'Screen::height' can be const. [functionConst]
fbterm-1.7/src/screen.h:41:6: style: Technically the member function 'Screen::cols' can be const. [functionConst]
fbterm-1.7/src/screen.h:42:6: style: Technically the member function 'Screen::rows' can be const. [functionConst]
fbterm-1.7/src/screen.h:44:13: style: Technically the member function 'Screen::rotateType' can be const. [functionConst]
fbterm-1.7/src/font.h:40:6: style: Technically the member function 'Font::width' can be const. [functionConst]
fbterm-1.7/src/font.h:43:6: style: Technically the member function 'Font::height' can be const. [functionConst]
fbterm-1.7/src/fbdev.h:34:15: style: The function 'setupOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbterm-1.7/src/screen.h:75:15: note: Virtual function in base class
fbterm-1.7/src/fbdev.h:34:15: note: Function in derived class
fbterm-1.7/src/fbdev.h:35:15: style: The function 'setupPalette' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbterm-1.7/src/screen.h:76:15: note: Virtual function in base class
fbterm-1.7/src/fbdev.h:35:15: note: Function in derived class
fbterm-1.7/src/fbdev.h:36:20: style: The function 'drvId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbterm-1.7/src/screen.h:77:20: note: Virtual function in base class
fbterm-1.7/src/fbdev.h:36:20: note: Function in derived class
fbterm-1.7/src/fbshellman.h:29:1: style: The class 'FbShellManager' does not have a constructor although it has private member variables. [noConstructor]
fbterm-1.7/src/fbterm.h:27:1: style: The class 'FbTerm' does not have a constructor although it has private member variables. [noConstructor]
fbterm-1.7/src/input.h:27:1: style: The class 'TtyInput' does not have a constructor although it has private member variables. [noConstructor]
fbterm-1.7/src/fbshell.h:64:8: performance: Variable 'y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbterm-1.7/src/improxy.h:32:2: style: Class 'ImProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fbterm-1.7/src/fbshellman.h:49:6: style: Technically the member function 'FbShellManager::getIndex' can be const. [functionConst]
fbterm-1.7/src/fbshellman.cpp:122:21: note: Technically the member function 'FbShellManager::getIndex' can be const.
fbterm-1.7/src/fbshellman.h:49:6: note: Technically the member function 'FbShellManager::getIndex' can be const.
fbterm-1.7/src/fbterm.cpp:172:23: style: C-style pointer casting [cstyleCast]
fbterm-1.7/src/fbterm.h:39:7: style: Unused private function: 'FbTerm::init' [unusedPrivateFunction]
fbterm-1.7/src/fbterm.h:36:7: performance: Technically the member function 'FbTerm::initChildProcess' can be static. [functionStatic]
fbterm-1.7/src/fbterm.cpp:280:14: note: Technically the member function 'FbTerm::initChildProcess' can be static.
fbterm-1.7/src/fbterm.h:36:7: note: Technically the member function 'FbTerm::initChildProcess' can be static.
fbterm-1.7/src/font.cpp:309:17: style: C-style pointer casting [cstyleCast]
fbterm-1.7/src/improxy.cpp:110:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fbterm-1.7/src/improxy.cpp:185:27: style: Function 'sendKey' argument 1 names different: declaration 'buf' definition 'keys'. [funcArgNamesDifferent]
fbterm-1.7/src/improxy.h:38:19: note: Function 'sendKey' argument 1 names different: declaration 'buf' definition 'keys'.
fbterm-1.7/src/improxy.cpp:185:27: note: Function 'sendKey' argument 1 names different: declaration 'buf' definition 'keys'.
fbterm-1.7/src/improxy.cpp:315:28: style: Function 'setImWin' argument 1 names different: declaration 'winid' definition 'id'. [funcArgNamesDifferent]
fbterm-1.7/src/improxy.h:54:20: note: Function 'setImWin' argument 1 names different: declaration 'winid' definition 'id'.
fbterm-1.7/src/improxy.cpp:315:28: note: Function 'setImWin' argument 1 names different: declaration 'winid' definition 'id'.
fbterm-1.7/src/improxy.cpp:306:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fbterm-1.7/src/improxy.cpp:349:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fbterm-1.7/src/improxy.cpp:50:2: performance: Variable 'mPid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbterm-1.7/src/improxy.cpp:55:2: performance: Variable 'mValidWinNum' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fbterm-1.7/src/lib/vterm.h:78:6: style: Technically the member function 'VTerm::w' can be const. [functionConst]
fbterm-1.7/src/lib/vterm.h:79:6: style: Technically the member function 'VTerm::h' can be const. [functionConst]
fbterm-1.7/src/lib/vterm.h:114:6: style: Technically the member function 'VTerm::total_history_lines' can be const. [functionConst]
fbterm-1.7/src/lib/vterm.h:167:6: style: Technically the member function 'VTerm::translate_char' can be const. [functionConst]
fbterm-1.7/src/lib/charsetmap.cpp:167:12: note: Technically the member function 'VTerm::translate_char' can be const.
fbterm-1.7/src/lib/vterm.h:167:6: note: Technically the member function 'VTerm::translate_char' can be const.
fbterm-1.7/src/lib/vterm.h:33:8: style: Technically the member function 'VTerm::CharAttr::operator!=' can be const. [functionConst]
fbterm-1.7/src/lib/io.cpp:190:9: style: The scope of the variable 'nconv' can be reduced. [variableScope]
fbterm-1.7/src/lib/io.cpp:60:9: warning: Member variable 'IoPipe::mBufRead' is not initialized in the constructor. [uninitMemberVar]
fbterm-1.7/src/lib/io.cpp:60:9: warning: Member variable 'IoPipe::mBufWrite' is not initialized in the constructor. [uninitMemberVar]
fbterm-1.7/src/lib/io.h:32:6: style: Technically the member function 'IoPipe::fd' can be const. [functionConst]
fbterm-1.7/src/lib/shell.cpp:259:55: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
fbterm-1.7/src/lib/shell.cpp:272:6: style: The scope of the variable 'code' can be reduced. [variableScope]
fbterm-1.7/src/lib/shell.cpp:190:52: style: Function 'textSelect' argument 4 names different: declaration 'buttons' definition 'btn'. [funcArgNamesDifferent]
fbterm-1.7/src/lib/shell.h:64:46: note: Function 'textSelect' argument 4 names different: declaration 'buttons' definition 'btn'.
fbterm-1.7/src/lib/shell.cpp:190:52: note: Function 'textSelect' argument 4 names different: declaration 'buttons' definition 'btn'.
fbterm-1.7/src/lib/shell.cpp:256:4: style: Variable 'pos' is modified but its new value is never used. [unreadVariable]
fbterm-1.7/src/lib/shell.h:91:3: warning: Member variable 'TextSelection::start' is not initialized in the constructor. [uninitMemberVar]
fbterm-1.7/src/lib/shell.h:91:3: warning: Member variable 'TextSelection::end' is not initialized in the constructor. [uninitMemberVar]
fbterm-1.7/src/lib/shell.h:55:6: style: Technically the member function 'Shell::shellProcessId' can be const. [functionConst]
fbterm-1.7/src/lib/shell.h:58:15: style: The function 'readyRead' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbterm-1.7/src/lib/io.h:42:15: note: Virtual function in base class
fbterm-1.7/src/lib/shell.h:58:15: note: Function in derived class
fbterm-1.7/src/lib/shell.h:62:15: style: The function 'sendBack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fbterm-1.7/src/lib/vterm.h:96:15: note: Virtual function in base class
fbterm-1.7/src/lib/shell.h:62:15: note: Function in derived class
fbterm-1.7/src/lib/vterm.cpp:599:6: style: The scope of the variable 'y' can be reduced. [variableScope]
fbterm-1.7/src/lib/vterm.cpp:599:9: style: The scope of the variable 'takey' can be reduced. [variableScope]
fbterm-1.7/src/lib/vterm.cpp:599:33: style: The scope of the variable 'clr' can be reduced. [variableScope]
fbterm-1.7/src/lib/vterm.cpp:688:6: style: The scope of the variable 'yp' can be reduced. [variableScope]
fbterm-1.7/src/lib/vterm.cpp:754:6: style: The scope of the variable 'yp' can be reduced. [variableScope]
fbterm-1.7/src/lib/vterm.cpp:754:10: style: The scope of the variable 'yp_history' can be reduced. [variableScope]
fbterm-1.7/src/lib/vterm.cpp:395:73: error: Shifting 32-bit value by 65533 bits is undefined behaviour [shiftTooManyBits]
fbterm-1.7/src/lib/vterm.cpp:323:11: note: Assignment 'c=65533', assigned value is 65533
fbterm-1.7/src/lib/vterm.cpp:395:73: note: Shift
fbterm-1.7/src/lib/vterm.h:177:11: style: Technically the member function 'VTerm::erase_char_attr' can be const. [functionConst]
fbterm-1.7/src/lib/vterm.cpp:47:24: note: Technically the member function 'VTerm::erase_char_attr' can be const.
fbterm-1.7/src/lib/vterm.h:177:11: note: Technically the member function 'VTerm::erase_char_attr' can be const.
fbterm-1.7/src/lib/vterm.h:97:15: warning: Virtual function 'modeChanged' is called from constructor 'VTerm(short w=0,short h=0)' at line 115. Dynamic binding is not used. [virtualCallInConstructor]
fbterm-1.7/src/lib/vterm.cpp:115:2: note: Calling reset
fbterm-1.7/src/lib/vterm.cpp:160:2: note: Calling modeChanged
fbterm-1.7/src/lib/vterm.h:97:15: note: modeChanged is a virtual method
fbterm-1.7/src/lib/wcwidth.cpp:72:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
fbterm-1.7/src/lib/wcwidth.cpp:209:7: style: The scope of the variable 'w' can be reduced. [variableScope]
fbterm-1.7/src/lib/wcwidth.cpp:300:7: style: The scope of the variable 'w' can be reduced. [variableScope]
fbterm-1.7/src/screen.cpp:113:2: style: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fbterm-1.7/src/screen.cpp:112:0: note: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable.
fbterm-1.7/src/screen.cpp:113:2: note: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable.
fbterm-1.7/src/screen.cpp:122:2: style: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fbterm-1.7/src/screen.cpp:121:0: note: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable.
fbterm-1.7/src/screen.cpp:122:2: note: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable.
fbterm-1.7/src/screen.cpp:123:2: style: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fbterm-1.7/src/screen.cpp:122:2: note: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable.
fbterm-1.7/src/screen.cpp:123:2: note: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable.
fbterm-1.7/src/screen.cpp:372:30: style: Function 'rotatePoint' argument 1 names different: declaration 'w' definition 'W'. [funcArgNamesDifferent]
fbterm-1.7/src/screen.h:46:23: note: Function 'rotatePoint' argument 1 names different: declaration 'w' definition 'W'.
fbterm-1.7/src/screen.cpp:372:30: note: Function 'rotatePoint' argument 1 names different: declaration 'w' definition 'W'.
fbterm-1.7/src/screen.cpp:372:37: style: Function 'rotatePoint' argument 2 names different: declaration 'h' definition 'H'. [funcArgNamesDifferent]
fbterm-1.7/src/screen.h:46:30: note: Function 'rotatePoint' argument 2 names different: declaration 'h' definition 'H'.
fbterm-1.7/src/screen.cpp:372:37: note: Function 'rotatePoint' argument 2 names different: declaration 'h' definition 'H'.
fbterm-1.7/src/screen.h:45:7: style: Technically the member function 'Screen::rotateRect' can be const. [functionConst]
fbterm-1.7/src/screen.cpp:338:14: note: Technically the member function 'Screen::rotateRect' can be const.
fbterm-1.7/src/screen.h:45:7: note: Technically the member function 'Screen::rotateRect' can be const.
fbterm-1.7/src/screen.h:46:7: style: Technically the member function 'Screen::rotatePoint' can be const. [functionConst]
fbterm-1.7/src/screen.cpp:372:14: note: Technically the member function 'Screen::rotatePoint' can be const.
fbterm-1.7/src/screen.h:46:7: note: Technically the member function 'Screen::rotatePoint' can be const.
fbterm-1.7/src/screen.h:82:7: style: Technically the member function 'Screen::adjustOffset' can be const. [functionConst]
fbterm-1.7/src/screen.cpp:251:14: note: Technically the member function 'Screen::adjustOffset' can be const.
fbterm-1.7/src/screen.h:82:7: note: Technically the member function 'Screen::adjustOffset' can be const.
fbterm-1.7/src/screen_render.cpp:144:7: style: The scope of the variable 'isfg' can be reduced. [variableScope]
fbterm-1.7/src/screen_render.cpp:160:7: style: The scope of the variable 'isfg' can be reduced. [variableScope]
fbterm-1.7/src/screen.h:85:7: performance: Technically the member function 'Screen::endFillDraw' can be static. [functionStatic]
fbterm-1.7/src/screen_render.cpp:107:14: note: Technically the member function 'Screen::endFillDraw' can be static.
fbterm-1.7/src/screen.h:85:7: note: Technically the member function 'Screen::endFillDraw' can be static.
fbterm-1.7/src/screen.h:87:7: style: Technically the member function 'Screen::fillX' can be const. [functionConst]
fbterm-1.7/src/screen_render.cpp:112:14: note: Technically the member function 'Screen::fillX' can be const.
fbterm-1.7/src/screen.h:87:7: note: Technically the member function 'Screen::fillX' can be const.
fbterm-1.7/src/screen.h:89:7: style: Technically the member function 'Screen::draw8' can be const. [functionConst]
fbterm-1.7/src/screen_render.cpp:142:14: note: Technically the member function 'Screen::draw8' can be const.
fbterm-1.7/src/screen.h:89:7: note: Technically the member function 'Screen::draw8' can be const.
fbterm-1.7/src/screen.h:90:7: style: Technically the member function 'Screen::draw15' can be const. [functionConst]
fbterm-1.7/src/screen_render.cpp:196:1: note: Technically the member function 'Screen::draw15' can be const.
fbterm-1.7/src/screen.h:90:7: note: Technically the member function 'Screen::draw15' can be const.
fbterm-1.7/src/screen.h:91:7: style: Technically the member function 'Screen::draw16' can be const. [functionConst]
fbterm-1.7/src/screen_render.cpp:197:1: note: Technically the member function 'Screen::draw16' can be const.
fbterm-1.7/src/screen.h:91:7: note: Technically the member function 'Screen::draw16' can be const.
fbterm-1.7/src/screen.h:92:7: style: Technically the member function 'Screen::draw32' can be const. [functionConst]
fbterm-1.7/src/screen_render.cpp:198:1: note: Technically the member function 'Screen::draw32' can be const.
fbterm-1.7/src/screen.h:92:7: note: Technically the member function 'Screen::draw32' can be const.
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fbterm-ucimf/fbterm-ucimf_0.2.9.orig.tar.gz
fbterm_ucimf-0.2.9/fbterm_ucimf.cpp:60:13: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
fbterm_ucimf-0.2.9/fbterm_ucimf.cpp:64:13: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
fbterm_ucimf-0.2.9/imapi.c:61:26: style: Function 'connect_fbterm' argument 1 names different: declaration 'mode' definition 'raw'. [funcArgNamesDifferent]
fbterm_ucimf-0.2.9/imapi.h:84:33: note: Function 'connect_fbterm' argument 1 names different: declaration 'mode' definition 'raw'.
fbterm_ucimf-0.2.9/imapi.c:61:26: note: Function 'connect_fbterm' argument 1 names different: declaration 'mode' definition 'raw'.
fbterm_ucimf-0.2.9/imapi.c:86:29: style: Function 'set_im_window' argument 1 names different: declaration 'winid' definition 'id'. [funcArgNamesDifferent]
fbterm_ucimf-0.2.9/imapi.h:115:36: note: Function 'set_im_window' argument 1 names different: declaration 'winid' definition 'id'.
fbterm_ucimf-0.2.9/imapi.c:86:29: note: Function 'set_im_window' argument 1 names different: declaration 'winid' definition 'id'.
fbterm_ucimf-0.2.9/imapi.c:70:12: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
fbterm_ucimf-0.2.9/imapi.c:83:12: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
fbterm_ucimf-0.2.9/imapi.c:96:12: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
fbterm_ucimf-0.2.9/imapi.c:109:12: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
fbterm_ucimf-0.2.9/imapi.c:127:12: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
fbterm_ucimf-0.2.9/imapi.c:248:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fbxkb/fbxkb_0.6.orig.tar.gz
fbxkb-0.6/fbxkb.c:189:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fbxkb-0.6/fbxkb.c:96:16: style: The scope of the variable 'flag' can be reduced. [variableScope]
fbxkb-0.6/fbxkb.c:97:16: style: The scope of the variable 'mi' can be reduced. [variableScope]
fbxkb-0.6/fbxkb.c:97:21: style: The scope of the variable 'img' can be reduced. [variableScope]
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fccexam/fccexam_1.0.7.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fceu/fceu_0.98.12.orig.tar.gz
fceu-0.98.12/src/boards/malee.c:25:15: portability: Undefined behaviour, pointer arithmetic 'GameMemBlock-28672' is out of bounds. [pointerOutOfBounds]
fceu-0.98.12/src/boards/sachen.c:80:6: style: The scope of the variable 'x' can be reduced. [variableScope]
fceu-0.98.12/src/cart.c:105:18: portability: Undefined behaviour, when 'x*2048' is 63488 the pointer arithmetic 'nothing-x*2048' is out of bounds. [pointerOutOfBounds]
fceu-0.98.12/src/cart.c:111:51: portability: Undefined behaviour, when '1024*x' is 7168 the pointer arithmetic 'nothing-1024*x' is out of bounds. [pointerOutOfBounds]
fceu-0.98.12/src/cheat.c:557:2: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'int *'. [invalidScanfArgType_int]
fceu-0.98.12/src/cheat.c:185:15: style: The scope of the variable 'status' can be reduced. [variableScope]
fceu-0.98.12/src/cheat.c:186:15: style: The scope of the variable 'type' can be reduced. [variableScope]
fceu-0.98.12/src/cheat.c:193:8: style: The scope of the variable 'fn' can be reduced. [variableScope]
fceu-0.98.12/src/cheat.c:687:9: style: The scope of the variable 'x' can be reduced. [variableScope]
fceu-0.98.12/src/cheat.c:552:33: style: Function 'FCEUI_DecodePAR' argument 1 names different: declaration 'code' definition 'str'. [funcArgNamesDifferent]
fceu-0.98.12/src/driver.h:178:33: note: Function 'FCEUI_DecodePAR' argument 1 names different: declaration 'code' definition 'str'.
fceu-0.98.12/src/cheat.c:552:33: note: Function 'FCEUI_DecodePAR' argument 1 names different: declaration 'code' definition 'str'.
fceu-0.98.12/src/debug.c:213:50: error: Array 'optable[56]' accessed at index 56, which is out of bounds. [arrayIndexOutOfBounds]
fceu-0.98.12/src/debug.c:182:3: note: After for loop, x has value 56
fceu-0.98.12/src/debug.c:213:50: note: Array index out of bounds
fceu-0.98.12/src/debug.c:234:24: error: Array 'optable[56]' accessed at index 56, which is out of bounds. [arrayIndexOutOfBounds]
fceu-0.98.12/src/debug.c:182:3: note: After for loop, x has value 56
fceu-0.98.12/src/debug.c:234:24: note: Array index out of bounds
fceu-0.98.12/src/debug.c:242:24: error: Array 'optable[56]' accessed at index 56, which is out of bounds. [arrayIndexOutOfBounds]
fceu-0.98.12/src/debug.c:182:3: note: After for loop, x has value 56
fceu-0.98.12/src/debug.c:242:24: note: Array index out of bounds
fceu-0.98.12/src/debug.c:247:24: error: Array 'optable[56]' accessed at index 56, which is out of bounds. [arrayIndexOutOfBounds]
fceu-0.98.12/src/debug.c:182:3: note: After for loop, x has value 56
fceu-0.98.12/src/debug.c:247:24: note: Array index out of bounds
fceu-0.98.12/src/debug.c:251:24: error: Array 'optable[56]' accessed at index 56, which is out of bounds. [arrayIndexOutOfBounds]
fceu-0.98.12/src/debug.c:182:3: note: After for loop, x has value 56
fceu-0.98.12/src/debug.c:251:24: note: Array index out of bounds
fceu-0.98.12/src/debug.c:259:24: error: Array 'optable[56]' accessed at index 56, which is out of bounds. [arrayIndexOutOfBounds]
fceu-0.98.12/src/debug.c:182:3: note: After for loop, x has value 56
fceu-0.98.12/src/debug.c:259:24: note: Array index out of bounds
fceu-0.98.12/src/debug.c:264:24: error: Array 'optable[56]' accessed at index 56, which is out of bounds. [arrayIndexOutOfBounds]
fceu-0.98.12/src/debug.c:182:3: note: After for loop, x has value 56
fceu-0.98.12/src/debug.c:264:24: note: Array index out of bounds
fceu-0.98.12/src/debug.c:273:24: error: Array 'optable[56]' accessed at index 56, which is out of bounds. [arrayIndexOutOfBounds]
fceu-0.98.12/src/debug.c:182:3: note: After for loop, x has value 56
fceu-0.98.12/src/debug.c:273:24: note: Array index out of bounds
fceu-0.98.12/src/debug.c:279:24: error: Array 'optable[56]' accessed at index 56, which is out of bounds. [arrayIndexOutOfBounds]
fceu-0.98.12/src/debug.c:182:3: note: After for loop, x has value 56
fceu-0.98.12/src/debug.c:279:24: note: Array index out of bounds
fceu-0.98.12/src/debug.c:291:27: error: Array 'optable[56]' accessed at index 56, which is out of bounds. [arrayIndexOutOfBounds]
fceu-0.98.12/src/debug.c:182:3: note: After for loop, x has value 56
fceu-0.98.12/src/debug.c:291:27: note: Array index out of bounds
fceu-0.98.12/src/debug.c:318:2: style: Variable 'fceuindbg' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fceu-0.98.12/src/debug.c:316:2: note: Variable 'fceuindbg' is reassigned a value before the old one has been used if variable is no semaphore variable.
fceu-0.98.12/src/debug.c:318:2: note: Variable 'fceuindbg' is reassigned a value before the old one has been used if variable is no semaphore variable.
fceu-0.98.12/src/drivers/common/cheat.c:228:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fceu-0.98.12/src/drivers/common/cheat.c:306:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fceu-0.98.12/src/drivers/common/cheat.c:308:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fceu-0.98.12/src/drivers/common/cheat.c:330:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fceu-0.98.12/src/drivers/common/cheat.c:332:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fceu-0.98.12/src/drivers/common/cheat.c:377:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fceu-0.98.12/src/drivers/common/cheat.c:377:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fceu-0.98.12/src/drivers/common/cheat.c:377:2: error: Buffer is accessed out of bounds: tmp [bufferAccessOutOfBounds]
fceu-0.98.12/src/drivers/common/cheat.c:409:2: error: Buffer is accessed out of bounds: tmp [bufferAccessOutOfBounds]
fceu-0.98.12/src/drivers/common/scalebit.c:131:36: style: Same expression on both sides of '-'. [duplicateExpression]
fceu-0.98.12/src/drivers/common/scalebit.c:176:46: style: Same expression on both sides of '-'. [duplicateExpression]
fceu-0.98.12/src/drivers/common/vidblit.c:61:24: style: The scope of the variable 'y' can be reduced. [variableScope]
fceu-0.98.12/src/drivers/common/vidblit.c:218:23: style: The scope of the variable 'r' can be reduced. [variableScope]
fceu-0.98.12/src/drivers/common/vidblit.c:218:25: style: The scope of the variable 'g' can be reduced. [variableScope]
fceu-0.98.12/src/drivers/common/vidblit.c:218:27: style: The scope of the variable 'b' can be reduced. [variableScope]
fceu-0.98.12/src/drivers/common/vidblit.c:67:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fceu-0.98.12/src/drivers/pc/input.c:45:27: style: Function 'ParseGIInput' argument 1 names different: declaration 'GI' definition 'gi'. [funcArgNamesDifferent]
fceu-0.98.12/src/drivers/pc/input.h:14:27: note: Function 'ParseGIInput' argument 1 names different: declaration 'GI' definition 'gi'.
fceu-0.98.12/src/drivers/pc/input.c:45:27: note: Function 'ParseGIInput' argument 1 names different: declaration 'GI' definition 'gi'.
fceu-0.98.12/src/drivers/pc/sdl-netplay.c:219:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
fceu-0.98.12/src/drivers/pc/sdl-sound.c:309:24: style: Function 'WriteSound' argument 1 names different: declaration 'Buffer' definition 'buf'. [funcArgNamesDifferent]
fceu-0.98.12/src/drivers/pc/dface.h:19:24: note: Function 'WriteSound' argument 1 names different: declaration 'Buffer' definition 'buf'.
fceu-0.98.12/src/drivers/pc/sdl-sound.c:309:24: note: Function 'WriteSound' argument 1 names different: declaration 'Buffer' definition 'buf'.
fceu-0.98.12/src/drivers/pc/sdl-sound.c:322:23: style: Function 'SilenceSound' argument 1 names different: declaration 's' definition 'n'. [funcArgNamesDifferent]
fceu-0.98.12/src/drivers/pc/dface.h:24:23: note: Function 'SilenceSound' argument 1 names different: declaration 's' definition 'n'.
fceu-0.98.12/src/drivers/pc/sdl-sound.c:322:23: note: Function 'SilenceSound' argument 1 names different: declaration 's' definition 'n'.
fceu-0.98.12/src/drivers/pc/sdl-video.c:237:9: warning: Either the condition '!screen' is redundant or there is possible null pointer dereference: screen. [nullPointerRedundantCheck]
fceu-0.98.12/src/drivers/pc/sdl-video.c:238:5: note: Assuming that condition '!screen' is not redundant
fceu-0.98.12/src/drivers/pc/sdl-video.c:237:9: note: Null pointer dereference
fceu-0.98.12/src/drivers/pc/sdl-video.c:311:29: style: Function 'FCEUD_GetPalette' argument 1 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
fceu-0.98.12/src/driver.h:19:29: note: Function 'FCEUD_GetPalette' argument 1 names different: declaration 'i' definition 'index'.
fceu-0.98.12/src/drivers/pc/sdl-video.c:311:29: note: Function 'FCEUD_GetPalette' argument 1 names different: declaration 'i' definition 'index'.
fceu-0.98.12/src/drivers/pc/sdl-video.c:386:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fceu-0.98.12/src/drivers/pc/sdl-video.c:388:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fceu-0.98.12/src/drivers/pc/sdl-video.c:393:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fceu-0.98.12/src/drivers/pc/sdl-video.c:395:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fceu-0.98.12/src/drivers/pc/sdl.c:140:27: style: Function 'GetMouseData' argument 1 names different: declaration 'MouseData' definition 'd'. [funcArgNamesDifferent]
fceu-0.98.12/src/drivers/pc/dface.h:29:27: note: Function 'GetMouseData' argument 1 names different: declaration 'MouseData' definition 'd'.
fceu-0.98.12/src/drivers/pc/sdl.c:140:27: note: Function 'GetMouseData' argument 1 names different: declaration 'MouseData' definition 'd'.
fceu-0.98.12/src/drivers/pc/sdl.c:289:11: style: Variable 'screen' is assigned a value that is never used. [unreadVariable]
fceu-0.98.12/src/drivers/sexyal/drivers/dsound.c:226:26: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fceu-0.98.12/src/drivers/sexyal/drivers/dsound.c:52:10: style: Unused variable: dsbcaps [unusedVariable]
fceu-0.98.12/src/drivers/sexyal/drivers/dsound.c:197:11: style: Unused variable: cw [unusedVariable]
fceu-0.98.12/src/drivers/sexyal/smallc.c:8:17: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fceu-0.98.12/src/drivers/sexyal/smallc.c:9:16: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fceu-0.98.12/src/drivers/win/args.c:25:13: style: Unused variable: x [unusedVariable]
fceu-0.98.12/src/drivers/win/cheat.c:44:2: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
fceu-0.98.12/src/drivers/win/input.c:57:6: style: The scope of the variable 'x' can be reduced. [variableScope]
fceu-0.98.12/src/drivers/win/input.c:76:27: style: Function 'ParseGIInput' argument 1 names different: declaration 'GI' definition 'gi'. [funcArgNamesDifferent]
fceu-0.98.12/src/drivers/win/input.h:31:27: note: Function 'ParseGIInput' argument 1 names different: declaration 'GI' definition 'gi'.
fceu-0.98.12/src/drivers/win/input.c:76:27: note: Function 'ParseGIInput' argument 1 names different: declaration 'GI' definition 'gi'.
fceu-0.98.12/src/drivers/win/joystick.c:406:24: style: Function 'InitJoysticks' argument 1 names different: declaration 'wnd' definition 'hwnd'. [funcArgNamesDifferent]
fceu-0.98.12/src/drivers/win/joystick.h:1:24: note: Function 'InitJoysticks' argument 1 names different: declaration 'wnd' definition 'hwnd'.
fceu-0.98.12/src/drivers/win/joystick.c:406:24: note: Function 'InitJoysticks' argument 1 names different: declaration 'wnd' definition 'hwnd'.
fceu-0.98.12/src/drivers/win/joystick.c:345:9: style: Unused variable: r [unusedVariable]
fceu-0.98.12/src/drivers/win/joystick.c:365:10: style: Unused variable: dival [unusedVariable]
fceu-0.98.12/src/drivers/win/log.c:103:26: style: Function 'FCEUD_Message' argument 1 names different: declaration 's' definition 'text'. [funcArgNamesDifferent]
fceu-0.98.12/src/driver.h:23:26: note: Function 'FCEUD_Message' argument 1 names different: declaration 's' definition 'text'.
fceu-0.98.12/src/drivers/win/log.c:103:26: note: Function 'FCEUD_Message' argument 1 names different: declaration 's' definition 'text'.
fceu-0.98.12/src/drivers/win/main.c:222:8: style: The scope of the variable 'emsg' can be reduced. [variableScope]
fceu-0.98.12/src/drivers/win/window.c:815:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
fceu-0.98.12/src/drivers/win/main.c:503:35: style: Function 'FCEUD_UTF8fopen' argument 1 names different: declaration 'fn' definition 'n'. [funcArgNamesDifferent]
fceu-0.98.12/src/driver.h:11:35: note: Function 'FCEUD_UTF8fopen' argument 1 names different: declaration 'fn' definition 'n'.
fceu-0.98.12/src/drivers/win/main.c:503:35: note: Function 'FCEUD_UTF8fopen' argument 1 names different: declaration 'fn' definition 'n'.
fceu-0.98.12/src/drivers/win/main.c:503:50: style: Function 'FCEUD_UTF8fopen' argument 2 names different: declaration 'mode' definition 'm'. [funcArgNamesDifferent]
fceu-0.98.12/src/driver.h:11:51: note: Function 'FCEUD_UTF8fopen' argument 2 names different: declaration 'mode' definition 'm'.
fceu-0.98.12/src/drivers/win/main.c:503:50: note: Function 'FCEUD_UTF8fopen' argument 2 names different: declaration 'mode' definition 'm'.
fceu-0.98.12/src/drivers/win/sound.c:161:26: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fceu-0.98.12/src/drivers/win/sound.c:132:11: style: Unused variable: cw [unusedVariable]
fceu-0.98.12/src/drivers/win/video.c:452:8: style: Unused variable: x [unusedVariable]
fceu-0.98.12/src/drivers/win/window.c:666:7: style: Unused variable: w [unusedVariable]
fceu-0.98.12/src/drivers/win/window.c:666:9: style: Unused variable: h [unusedVariable]
fceu-0.98.12/src/drivers/win/window.c:667:8: style: Unused variable: wrect [unusedVariable]
fceu-0.98.12/src/drivers/win/window.c:391:22: error: Uninitialized variable: how [uninitvar]
fceu-0.98.12/src/drivers/win/netplay.c:301:19: style: The scope of the variable 'phostentb' can be reduced. [variableScope]
fceu-0.98.12/src/drivers/win/netplay.c:307:14: style: Variable 'sockin_len' is assigned a value that is never used. [unreadVariable]
fceu-0.98.12/src/fceu.c:87:8: style: The scope of the variable 'x' can be reduced. [variableScope]
fceu-0.98.12/src/fceu.c:324:4: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
fceu-0.98.12/src/fds.c:97:6: style: The scope of the variable 'x' can be reduced. [variableScope]
fceu-0.98.12/src/fds.c:505:8: style: The scope of the variable 'x' can be reduced. [variableScope]
fceu-0.98.12/src/fds.c:525:8: style: The scope of the variable 'x' can be reduced. [variableScope]
fceu-0.98.12/src/fds.c:627:20: style: Unsigned variable 'DiskPtr' can't be negative so it is unnecessary to test it. [unsignedPositive]
fceu-0.98.12/src/fds.c:649:21: style: Checking if unsigned variable 'DiskPtr' is less than zero. [unsignedLessThanZero]
fceu-0.98.12/src/fds.c:289:8: style: struct member 'FDSSOUND::speedo' is never used. [unusedStructMember]
fceu-0.98.12/src/fds.c:290:8: style: struct member 'FDSSOUND::mwcount' is never used. [unusedStructMember]
fceu-0.98.12/src/fds.c:291:8: style: struct member 'FDSSOUND::mwstart' is never used. [unusedStructMember]
fceu-0.98.12/src/fds.c:261:9: portability: Undefined behaviour, pointer arithmetic 'GameMemBlock-24576' is out of bounds. [pointerOutOfBounds]
fceu-0.98.12/src/fds.c:266:17: portability: Undefined behaviour, pointer arithmetic 'FDSBIOS-57344' is out of bounds. [pointerOutOfBounds]
fceu-0.98.12/src/fds.c:271:16: portability: Undefined behaviour, pointer arithmetic 'GameMemBlock-24576' is out of bounds. [pointerOutOfBounds]
fceu-0.98.12/src/file.c:466:27: style: Function 'FCEU_read16le' argument 1 names different: declaration 'Bufo' definition 'val'. [funcArgNamesDifferent]
fceu-0.98.12/src/file.h:14:27: note: Function 'FCEU_read16le' argument 1 names different: declaration 'Bufo' definition 'val'.
fceu-0.98.12/src/file.c:466:27: note: Function 'FCEU_read16le' argument 1 names different: declaration 'Bufo' definition 'val'.
fceu-0.98.12/src/general.c:213:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fceu-0.98.12/src/general.c:76:3: error: Memory leak: strp [memleak]
fceu-0.98.12/src/general.c:79:2: error: Memory leak: strp [memleak]
fceu-0.98.12/src/general.c:76:11: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
fceu-0.98.12/src/ines.c:928:13: style: The scope of the variable 'x' can be reduced. [variableScope]
fceu-0.98.12/src/ines.c:122:9: style: struct member 'CRCMATCH::crc' is never used. [unusedStructMember]
fceu-0.98.12/src/ines.c:123:8: style: struct member 'CRCMATCH::name' is never used. [unusedStructMember]
fceu-0.98.12/src/input/bworld.c:64:3: error: Buffer is accessed out of bounds: bdata [bufferAccessOutOfBounds]
fceu-0.98.12/src/input/cursor.c:69:6: style: The scope of the variable 'x' can be reduced. [variableScope]
fceu-0.98.12/src/input/cursor.c:69:8: style: The scope of the variable 'y' can be reduced. [variableScope]
fceu-0.98.12/src/input/cursor.c:70:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fceu-0.98.12/src/input/cursor.c:70:8: style: The scope of the variable 'd' can be reduced. [variableScope]
fceu-0.98.12/src/mappers/16.c:139:16: style: The scope of the variable 'prefix_parity_type' can be reduced. [variableScope]
fceu-0.98.12/src/mappers/189.c:31:8: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fceu-0.98.12/src/mappers/208.c:38:15: style: The scope of the variable 'lut' can be reduced. [variableScope]
fceu-0.98.12/src/mappers/24and26.c:134:8: style: The scope of the variable 'V' can be reduced. [variableScope]
fceu-0.98.12/src/mappers/24and26.c:227:8: style: The scope of the variable 'V' can be reduced. [variableScope]
fceu-0.98.12/src/mappers/24and26.c:268:15: style: The scope of the variable 'b3' can be reduced. [variableScope]
fceu-0.98.12/src/mappers/24and26.c:269:15: style: The scope of the variable 'phaseacc' can be reduced. [variableScope]
fceu-0.98.12/src/mappers/24and26.c:270:8: style: The scope of the variable 'V' can be reduced. [variableScope]
fceu-0.98.12/src/mappers/43.c:39:6: style: The scope of the variable 'transo' can be reduced. [variableScope]
fceu-0.98.12/src/mappers/6.c:53:9: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fceu-0.98.12/src/mappers/69.c:126:9: style: The scope of the variable 'V' can be reduced. [variableScope]
fceu-0.98.12/src/mappers/69.c:151:8: style: The scope of the variable 'V' can be reduced. [variableScope]
fceu-0.98.12/src/mappers/69.c:35:8: portability: Undefined behaviour, pointer arithmetic 'GameMemBlock-24576' is out of bounds. [pointerOutOfBounds]
fceu-0.98.12/src/mappers/emu2413.c:1041:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
fceu-0.98.12/src/mappers/emu2413.c:1056:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
fceu-0.98.12/src/mappers/emu2413.c:1126:52: style: Function 'OPLL_writeReg' argument 3 names different: declaration 'val' definition 'data'. [funcArgNamesDifferent]
fceu-0.98.12/src/mappers/emu2413.h:115:63: note: Function 'OPLL_writeReg' argument 3 names different: declaration 'val' definition 'data'.
fceu-0.98.12/src/mappers/emu2413.c:1126:52: note: Function 'OPLL_writeReg' argument 3 names different: declaration 'val' definition 'data'.
fceu-0.98.12/src/mappers/emu2413.c:1293:37: style: Function 'OPLL_writeIO' argument 2 names different: declaration 'reg' definition 'adr'. [funcArgNamesDifferent]
fceu-0.98.12/src/mappers/emu2413.h:114:48: note: Function 'OPLL_writeIO' argument 2 names different: declaration 'reg' definition 'adr'.
fceu-0.98.12/src/mappers/emu2413.c:1293:37: note: Function 'OPLL_writeIO' argument 2 names different: declaration 'reg' definition 'adr'.
fceu-0.98.12/src/mappers/emu2413.c:746:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fceu-0.98.12/src/mappers/emu2413.c:747:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fceu-0.98.12/src/mappers/simple.c:286:6: style: The scope of the variable 'x' can be reduced. [variableScope]
fceu-0.98.12/src/mbshare/mmc5.c:522:10: style: The scope of the variable 'V' can be reduced. [variableScope]
fceu-0.98.12/src/mbshare/mmc5.c:537:10: style: The scope of the variable 'V' can be reduced. [variableScope]
fceu-0.98.12/src/mbshare/mmc5.c:588:8: style: The scope of the variable 'V' can be reduced. [variableScope]
fceu-0.98.12/src/mbshare/mmc5.c:627:8: style: The scope of the variable 'V' can be reduced. [variableScope]
fceu-0.98.12/src/movie.c:39:8: style: The scope of the variable 'fn' can be reduced. [variableScope]
fceu-0.98.12/src/movie.c:92:8: style: The scope of the variable 'fn' can be reduced. [variableScope]
fceu-0.98.12/src/movie.c:157:6: style: The scope of the variable 'x' can be reduced. [variableScope]
fceu-0.98.12/src/movie.c:157:8: style: The scope of the variable 'y' can be reduced. [variableScope]
fceu-0.98.12/src/movie.c:236:15: style: The scope of the variable 'fn' can be reduced. [variableScope]
fceu-0.98.12/src/netplay.c:156:39: style: The scope of the variable 'cbuf' can be reduced. [variableScope]
fceu-0.98.12/src/netplay.c:158:39: style: The scope of the variable 'buf' can be reduced. [variableScope]
fceu-0.98.12/src/netplay.c:87:2: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
fceu-0.98.12/src/netplay.c:133:8: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
fceu-0.98.12/src/nsf.c:397:6: style: The scope of the variable 'x' can be reduced. [variableScope]
fceu-0.98.12/src/nsf.c:79:16: portability: Undefined behaviour, pointer arithmetic 'NSFROM-14336' is out of bounds. [pointerOutOfBounds]
fceu-0.98.12/src/palette.c:281:14: style: The scope of the variable 'which' can be reduced. [variableScope]
fceu-0.98.12/src/ppu.c:509:9: style: Variable 'vofs' is reassigned a value before the old one has been used. [redundantAssignment]
fceu-0.98.12/src/ppu.c:507:9: note: Variable 'vofs' is reassigned a value before the old one has been used.
fceu-0.98.12/src/ppu.c:509:9: note: Variable 'vofs' is reassigned a value before the old one has been used.
fceu-0.98.12/src/ppu.c:974:16: style: The scope of the variable 'C' can be reduced. [variableScope]
fceu-0.98.12/src/ppu.c:1254:9: style: The scope of the variable 'x' can be reduced. [variableScope]
fceu-0.98.12/src/ppu.c:572:21: style: Variable 'tochange' is assigned a value that is never used. [unreadVariable]
fceu-0.98.12/src/pputile.h:45:12: style: Variable 'zz' is assigned a value that is never used. [unreadVariable]
fceu-0.98.12/src/ppu.c:412:39: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
fceu-0.98.12/src/ppu.c:417:34: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
fceu-0.98.12/src/sound.c:1055:5: style: Variable 'DoNoise' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fceu-0.98.12/src/sound.c:1051:5: note: Variable 'DoNoise' is reassigned a value before the old one has been used if variable is no semaphore variable.
fceu-0.98.12/src/sound.c:1055:5: note: Variable 'DoNoise' is reassigned a value before the old one has been used if variable is no semaphore variable.
fceu-0.98.12/src/sound.c:161:9: style: The scope of the variable 'mod' can be reduced. [variableScope]
fceu-0.98.12/src/sound.c:367:11: style: The scope of the variable 'mod' can be reduced. [variableScope]
fceu-0.98.12/src/sound.c:686:8: style: The scope of the variable 'V' can be reduced. [variableScope]
fceu-0.98.12/src/sound.c:1022:7: style: The scope of the variable 'x' can be reduced. [variableScope]
fceu-0.98.12/src/sound.c:370:21: style: Checking if unsigned variable 'SweepCount[P]' is less than zero. [unsignedLessThanZero]
fceu-0.98.12/src/soundexp.c:23:8: style: Variable 'boo' is not assigned a value. [unassignedVariable]
fceu-0.98.12/src/state.c:163:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fceu-0.98.12/src/state.c:257:8: style: The scope of the variable 'fn' can be reduced. [variableScope]
fceu-0.98.12/src/state.c:316:8: style: The scope of the variable 'fn' can be reduced. [variableScope]
fceu-0.98.12/src/state.c:359:15: style: The scope of the variable 'fn' can be reduced. [variableScope]
fceu-0.98.12/src/state.c:171:23: style: Checking if unsigned variable 'fread(toa,1,4,st)' is less than zero. [unsignedLessThanZero]
fceu-0.98.12/src/state.c:234:9: error: Buffer is accessed out of bounds: header [bufferAccessOutOfBounds]
fceu-0.98.12/src/unif.c:136:16: style: The scope of the variable 'stuffo' can be reduced. [variableScope]
fceu-0.98.12/src/unif.c:406:8: style: The scope of the variable 'x' can be reduced. [variableScope]
fceu-0.98.12/src/unif.c:407:8: style: The scope of the variable 't' can be reduced. [variableScope]
fceu-0.98.12/src/unzip.c:361:29: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse]
fceu-0.98.12/src/unzip.c:662:10: style: Variable 'lSeek' is assigned a value that is never used. [unreadVariable]
fceu-0.98.12/src/unzip.c:432:5: error: Uninitialized struct member: us.num_file [uninitStructMember]
fceu-0.98.12/src/unzip.c:432:5: error: Uninitialized struct member: us.pos_in_central_dir [uninitStructMember]
fceu-0.98.12/src/unzip.c:432:5: error: Uninitialized struct member: us.current_file_ok [uninitStructMember]
fceu-0.98.12/src/unzip.c:432:5: error: Uninitialized struct member: us.cur_file_info [uninitStructMember]
fceu-0.98.12/src/unzip.c:432:5: error: Uninitialized struct member: us.cur_file_info_internal [uninitStructMember]
fceu-0.98.12/src/drawing.h:80:6: style: The scope of the variable 'z' can be reduced. [variableScope]
fceu-0.98.12/src/drawing.h:80:8: style: The scope of the variable 'x' can be reduced. [variableScope]
fceu-0.98.12/src/drawing.h:80:10: style: The scope of the variable 'y' can be reduced. [variableScope]
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fceux/fceux_2.2.2+dfsg0.orig.tar.gz
fceux-2.2.2+dfsg0/fceux-server/server.cpp:595:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fceux-2.2.2+dfsg0/fceux-server/server.cpp:593:31: note: outer condition: !fegame
fceux-2.2.2+dfsg0/fceux-server/server.cpp:595:7: note: identical inner condition: !fegame
fceux-2.2.2+dfsg0/fceux-server/server.cpp:595:7: style: Condition '!fegame' is always true [knownConditionTrueFalse]
fceux-2.2.2+dfsg0/fceux-server/server.cpp:593:31: note: Assuming that condition '!fegame' is not redundant
fceux-2.2.2+dfsg0/fceux-server/server.cpp:595:7: note: Condition '!fegame' is always true
fceux-2.2.2+dfsg0/fceux-server/server.cpp:120:5: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
fceux-2.2.2+dfsg0/fceux-server/server.cpp:122:5: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
fceux-2.2.2+dfsg0/fceux-server/server.cpp:124:5: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
fceux-2.2.2+dfsg0/fceux-server/server.cpp:126:5: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
fceux-2.2.2+dfsg0/fceux-server/server.cpp:130:5: warning: %a in format string (no. 1) requires 'float *' but the argument type is 'signed char *'. [invalidScanfArgType_float]
fceux-2.2.2+dfsg0/fceux-server/server.cpp:395:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fceux-2.2.2+dfsg0/fceux-server/server.cpp:395:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
fceux-2.2.2+dfsg0/fceux-server/server.cpp:550:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
fceux-2.2.2+dfsg0/fceux-server/server.cpp:556:4: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
fceux-2.2.2+dfsg0/fceux-server/server.cpp:564:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fceux-2.2.2+dfsg0/fceux-server/server.cpp:607:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
fceux-2.2.2+dfsg0/fceux-server/server.cpp:813:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fceux-2.2.2+dfsg0/fceux-server/server.cpp:683:0: style: Variable 'configfile' is assigned a value that is never used. [unreadVariable]
fceux-2.2.2+dfsg0/fceux-server/server.cpp:888:25: style: Variable 'localplayers' is assigned a value that is never used. [unreadVariable]
fceux-2.2.2+dfsg0/fceux-server/server.cpp:180:13: style: Unhandled exception specification when calling function BroadcastText(). [unhandledExceptionSpecification]
fceux-2.2.2+dfsg0/fceux-server/server.cpp:578:3: note: Unhandled exception specification when calling function BroadcastText().
fceux-2.2.2+dfsg0/fceux-server/server.cpp:180:13: note: Unhandled exception specification when calling function BroadcastText().
fceux-2.2.2+dfsg0/fceux-server/server.cpp:157:0: error: Resource leak: fp [resourceLeak]
fceux-2.2.2+dfsg0/src/types.h:123:0: error: #error PSS_STYLE undefined or invalid; see "types.h" for possible values, and add as compile-time option. [preprocessorErrorDirective]
fceux-2.2.2+dfsg0/src/boards/emu2413.c:849:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/boards/emu2413.c:860:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/boards/emu2413.c:926:52: style: Function 'OPLL_writeReg' argument 3 names different: declaration 'val' definition 'data'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/boards/emu2413.h:120:47: note: Function 'OPLL_writeReg' argument 3 names different: declaration 'val' definition 'data'.
fceux-2.2.2+dfsg0/src/boards/emu2413.c:926:52: note: Function 'OPLL_writeReg' argument 3 names different: declaration 'val' definition 'data'.
fceux-2.2.2+dfsg0/src/boards/emu2413.c:1072:39: style: Function 'OPLL_writeIO' argument 2 names different: declaration 'reg' definition 'adr'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/boards/emu2413.h:119:34: note: Function 'OPLL_writeIO' argument 2 names different: declaration 'reg' definition 'adr'.
fceux-2.2.2+dfsg0/src/boards/emu2413.c:1072:39: note: Function 'OPLL_writeIO' argument 2 names different: declaration 'reg' definition 'adr'.
fceux-2.2.2+dfsg0/src/boards/emu2413.c:607:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fceux-2.2.2+dfsg0/src/boards/emu2413.c:608:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fceux-2.2.2+dfsg0/src/drivers/common/nes_ntsc.c:269:4: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
fceux-2.2.2+dfsg0/src/drivers/common/nes_ntsc.c:273:4: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
fceux-2.2.2+dfsg0/src/drivers/common/nes_ntsc.c:277:4: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
fceux-2.2.2+dfsg0/src/drivers/common/nes_ntsc.c:287:3: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
fceux-2.2.2+dfsg0/src/drivers/common/nes_ntsc.c:291:3: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
fceux-2.2.2+dfsg0/src/drivers/common/nes_ntsc.c:295:3: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
fceux-2.2.2+dfsg0/src/drivers/common/nes_ntsc.c:246:66: style: Function 'nes_ntsc_blit' argument 2 names different: declaration 'nes_in' definition 'input'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/drivers/common/nes_ntsc.h:63:66: note: Function 'nes_ntsc_blit' argument 2 names different: declaration 'nes_in' definition 'input'.
fceux-2.2.2+dfsg0/src/drivers/common/nes_ntsc.c:246:66: note: Function 'nes_ntsc_blit' argument 2 names different: declaration 'nes_in' definition 'input'.
fceux-2.2.2+dfsg0/src/drivers/common/nes_ntsc.c:253:3: style: Variable 'TempMultiplier' is assigned a value that is never used. [unreadVariable]
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:687:13: warning: %llX in format string (no. 1) requires 'unsigned long long *' but the argument type is 'signed long long *'. [invalidScanfArgType_int]
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:687:13: warning: %llX in format string (no. 2) requires 'unsigned long long *' but the argument type is 'signed long long *'. [invalidScanfArgType_int]
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:251:13: warning: Redundant assignment of 'what' to itself. [selfAssignment]
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:593:9: style: Label 'raw_fallback' is not used. [unusedLabel]
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:155:5: warning: Member variable 'NormalAVI::vid_width' is not initialized in the constructor. [uninitMemberVar]
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:155:5: warning: Member variable 'NormalAVI::vid_height' is not initialized in the constructor. [uninitMemberVar]
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:155:5: warning: Member variable 'NormalAVI::vid_fps_scaled' is not initialized in the constructor. [uninitMemberVar]
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:155:5: warning: Member variable 'NormalAVI::aud_rate' is not initialized in the constructor. [uninitMemberVar]
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:155:5: warning: Member variable 'NormalAVI::aud_chans' is not initialized in the constructor. [uninitMemberVar]
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:155:5: warning: Member variable 'NormalAVI::aud_bits' is not initialized in the constructor. [uninitMemberVar]
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:691:10: style: Unused private function: 'RerecordingAVI::WriteStates' [unusedPrivateFunction]
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:447:5: style: Class 'RerecordingAVI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:438:9: style: Class 'LockF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fceux-2.2.2+dfsg0/src/drivers/videolog/quantize.h:44:5: style: Struct 'QuantizeNoDither' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:173:18: style: The function 'Audio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:124:18: note: Virtual function in base class
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:173:18: note: Function in derived class
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:206:18: style: The function 'Video' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:128:18: note: Virtual function in base class
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:206:18: note: Function in derived class
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:476:18: style: The function 'Audio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:124:18: note: Virtual function in base class
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:476:18: note: Function in derived class
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:495:18: style: The function 'Video' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:128:18: note: Virtual function in base class
fceux-2.2.2+dfsg0/src/drivers/videolog/nesvideos-piece.cpp:495:18: note: Function in derived class
fceux-2.2.2+dfsg0/src/drivers/videolog/rgbtorgb.cpp:153:27: style: struct member 'Bits32const::static_value' is never used. [unusedStructMember]
fceux-2.2.2+dfsg0/src/drivers/videolog/rgbtorgb.cpp:165:27: style: struct member 'Bits8const::static_value' is never used. [unusedStructMember]
fceux-2.2.2+dfsg0/src/drivers/videolog/rgbtorgb.cpp:181:27: style: struct member 'MaskBconst::basevalue_lo' is never used. [unusedStructMember]
fceux-2.2.2+dfsg0/src/drivers/videolog/rgbtorgb.cpp:182:27: style: struct member 'MaskBconst::basevalue_hi' is never used. [unusedStructMember]
fceux-2.2.2+dfsg0/src/drivers/videolog/rgbtorgb.cpp:189:0: style: struct member 'Convert_2byte_consts < bits >::mask_lo' is never used. [unusedStructMember]
fceux-2.2.2+dfsg0/src/drivers/videolog/rgbtorgb.cpp:190:0: style: struct member 'Convert_2byte_consts < bits >::mask_hi' is never used. [unusedStructMember]
fceux-2.2.2+dfsg0/src/drivers/videolog/rgbtorgb.cpp:191:0: style: struct member 'Convert_2byte_consts < bits >::mask_frac' is never used. [unusedStructMember]
fceux-2.2.2+dfsg0/src/drivers/videolog/rgbtorgb.cpp:139:0: style: struct member 'Bits16const < basevalue_lo , basevalue_hi >::static_value' is never used. [unusedStructMember]
fceux-2.2.2+dfsg0/src/drivers/videolog/rgbtorgb.cpp:647:0: style: Variable 'stride' is assigned a value that is never used. [unreadVariable]
fceux-2.2.2+dfsg0/src/drivers/videolog/simd.h:186:5: warning: Member variable 'c64_nonMMX::value' is not initialized in the constructor. [uninitMemberVar]
fceux-2.2.2+dfsg0/src/drivers/videolog/rgbtorgb.cpp:227:0: performance: Variable 'lo' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fceux-2.2.2+dfsg0/src/drivers/videolog/rgbtorgb.cpp:228:0: performance: Variable 'hi' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fceux-2.2.2+dfsg0/src/drivers/videolog/simd.h:187:5: style: Struct 'c64_nonMMX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fceux-2.2.2+dfsg0/src/drivers/videolog/simd.h:188:5: style: Struct 'c64_nonMMX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:217:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:155:3: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:156:30: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:161:3: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:162:10: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:165:39: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:171:26: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:172:3: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:173:9: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:174:9: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:178:17: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:191:44: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:198:4: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:208:15: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:231:4: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:238:3: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:243:21: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:256:3: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:264:3: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:269:21: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:273:4: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:278:7: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:279:23: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:297:27: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:301:27: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:227:2: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:225:0: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:227:2: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:236:2: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:235:2: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:236:2: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:111:7: style: The scope of the variable 'done' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:153:24: warning: Member variable 'OAKRA_Module_OutputDS::threadData' is not initialized in the constructor. [uninitMemberVar]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:148:2: warning: Member variable 'ThreadData::ds' is not initialized in the constructor. [uninitMemberVar]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:46:9: performance: Variable 'format' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:43:6: performance: Technically the member function 'OAKRA_Module::adapt_to_2S16' can be static. [functionStatic]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:154:2: style: Class 'OAKRA_Module_OutputDS' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:154:2: style: Class 'OAKRA_Module_OutputDS' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:197:15: style: The function 'getVoice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:176:26: note: Virtual function in base class
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:197:15: note: Function in derived class
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:198:15: style: The function 'getVoice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:177:23: note: Virtual function in base class
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:198:15: note: Function in derived class
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:199:7: style: The function 'freeVoice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:181:15: note: Virtual function in base class
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:199:7: note: Function in derived class
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:205:7: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:183:15: note: Virtual function in base class
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:205:7: note: Function in derived class
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:206:7: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:184:15: note: Virtual function in base class
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:206:7: note: Function in derived class
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:23:15: style: The function 'setPan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:149:15: note: Virtual function in base class
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:23:15: note: Function in derived class
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:26:15: style: The function 'setVol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:151:15: note: Virtual function in base class
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:26:15: note: Function in derived class
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:29:14: style: The function 'getVol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:152:14: note: Virtual function in base class
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:29:14: note: Function in derived class
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:30:14: style: The function 'getPan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:150:14: note: Virtual function in base class
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:30:14: note: Function in derived class
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:31:7: style: The function 'setSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:153:15: note: Virtual function in base class
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:31:7: note: Function in derived class
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:84:15: style: The function 'volFade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fceux-2.2.2+dfsg0/src/drivers/win/oakra.h:155:15: note: Virtual function in base class
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:84:15: note: Function in derived class
fceux-2.2.2+dfsg0/src/drivers/win/OutputDS.cpp:187:2: error: Returning/dereferencing 'dsv' after it is deallocated / released [deallocret]
fceux-2.2.2+dfsg0/src/drivers/win/Win32InputBox.cpp:324:15: style: C-style pointer casting [cstyleCast]
fceux-2.2.2+dfsg0/src/drivers/win/Win32InputBox.h:80:8: style: Unused private function: 'CWin32InputBox::SetParam' [unusedPrivateFunction]
fceux-2.2.2+dfsg0/src/drivers/win/Win32InputBox.cpp:96:3: performance: Variable 'hwndOwner' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fceux-2.2.2+dfsg0/src/drivers/win/Win32InputBox.cpp:98:3: performance: Variable 'hInstance' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fceux-2.2.2+dfsg0/src/drivers/win/Win32InputBox.h:85:3: style: Class 'CWin32InputBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fceux-2.2.2+dfsg0/src/drivers/win/taseditor/piano_roll.cpp:422:0: error: The code contains unhandled character(s) (character code=209). Neither unicode nor extended ascii is supported. [syntaxError]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/adler32.c:28:9: style: The scope of the variable 'k' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/deflate.c:732:21: style: The scope of the variable 'match' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/deflate.c:966:14: style: The scope of the variable 'more' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/deflate.c:1089:9: style: The scope of the variable 'max_start' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/deflate.c:148:32: style: struct member 'static_tree_desc_s::dummy' is never used. [unusedStructMember]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/example.c:329:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/gzio.c:604:10: style: The scope of the variable 'len' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/gzio.c:825:9: style: The scope of the variable 'err' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/gzio.c:14:28: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/infblock.c:268:14: style: The scope of the variable 'i' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/infblock.c:268:17: style: The scope of the variable 'j' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/inffast.c:13:33: style: struct member 'inflate_codes_state::dummy' is never used. [unusedStructMember]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/inftrees.c:110:8: style: The scope of the variable 'a' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/inftrees.c:21:29: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/infutil.c:12:33: style: struct member 'inflate_codes_state::dummy' is never used. [unusedStructMember]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/maketree.c:77:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/maketree.c:78:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/maketree.c:30:10: style: The scope of the variable 'e' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/trees.c:714:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/trees.c:759:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/trees.c:1076:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/trees.c:1077:9: style: The scope of the variable 'lc' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/trees.c:1078:14: style: The scope of the variable 'lx' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/trees.c:1079:14: style: The scope of the variable 'code' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/trees.c:1080:9: style: The scope of the variable 'extra' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/unzip.c:660:10: style: Variable 'lSeek' is assigned a value that is never used. [unreadVariable]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/unzip.c:430:5: error: Uninitialized struct member: us.num_file [uninitStructMember]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/unzip.c:430:5: error: Uninitialized struct member: us.pos_in_central_dir [uninitStructMember]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/unzip.c:430:5: error: Uninitialized struct member: us.current_file_ok [uninitStructMember]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/unzip.c:430:5: error: Uninitialized struct member: us.cur_file_info [uninitStructMember]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/unzip.c:430:5: error: Uninitialized struct member: us.cur_file_info_internal [uninitStructMember]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/zutil.c:213:31: style: Same expression on both sides of '-'. [duplicateExpression]
fceux-2.2.2+dfsg0/src/drivers/win/zlib/zutil.c:10:33: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
fceux-2.2.2+dfsg0/src/lua/src/lapi.c:248:53: style: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lua.h:140:59: note: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'.
fceux-2.2.2+dfsg0/src/lua/src/lapi.c:248:53: note: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'.
fceux-2.2.2+dfsg0/src/lua/src/lapi.c:1025:53: style: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lua.h:182:55: note: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'.
fceux-2.2.2+dfsg0/src/lua/src/lapi.c:1025:53: note: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'.
fceux-2.2.2+dfsg0/src/lua/src/lauxlib.c:158:61: style: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lauxlib.h:50:63: note: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'.
fceux-2.2.2+dfsg0/src/lua/src/lauxlib.c:158:61: note: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'.
fceux-2.2.2+dfsg0/src/lua/src/lauxlib.c:158:75: style: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lauxlib.h:51:67: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
fceux-2.2.2+dfsg0/src/lua/src/lauxlib.c:158:75: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
fceux-2.2.2+dfsg0/src/lua/src/lauxlib.c:165:59: style: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lauxlib.h:52:61: note: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'.
fceux-2.2.2+dfsg0/src/lua/src/lauxlib.c:165:59: note: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'.
fceux-2.2.2+dfsg0/src/lua/src/lauxlib.c:166:66: style: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lauxlib.h:53:68: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
fceux-2.2.2+dfsg0/src/lua/src/lauxlib.c:166:66: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
fceux-2.2.2+dfsg0/src/lua/src/lcode.c:36:16: style: The scope of the variable 'previous' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/lua/src/lcode.c:472:59: style: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lcode.h:61:69: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
fceux-2.2.2+dfsg0/src/lua/src/lcode.c:472:59: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
fceux-2.2.2+dfsg0/src/lua/src/lcode.c:697:53: style: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lcode.h:70:63: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
fceux-2.2.2+dfsg0/src/lua/src/lcode.c:697:53: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
fceux-2.2.2+dfsg0/src/lua/src/lcode.c:745:54: style: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lcode.h:72:64: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
fceux-2.2.2+dfsg0/src/lua/src/lcode.c:745:54: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
fceux-2.2.2+dfsg0/src/lua/src/lcode.c:745:67: style: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lcode.h:72:77: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
fceux-2.2.2+dfsg0/src/lua/src/lcode.c:745:67: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
fceux-2.2.2+dfsg0/src/lua/src/lcode.c:812:48: style: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lcode.h:46:58: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
fceux-2.2.2+dfsg0/src/lua/src/lcode.c:812:48: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
fceux-2.2.2+dfsg0/src/lua/src/lcode.c:812:55: style: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lcode.h:46:65: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
fceux-2.2.2+dfsg0/src/lua/src/lcode.c:812:55: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
fceux-2.2.2+dfsg0/src/lua/src/lcode.c:812:62: style: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lcode.h:46:72: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
fceux-2.2.2+dfsg0/src/lua/src/lcode.c:812:62: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
fceux-2.2.2+dfsg0/src/lua/src/lcode.c:820:48: style: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lcode.h:45:58: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
fceux-2.2.2+dfsg0/src/lua/src/lcode.c:820:48: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
fceux-2.2.2+dfsg0/src/lua/src/lcode.c:820:64: style: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lcode.h:45:74: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
fceux-2.2.2+dfsg0/src/lua/src/lcode.c:820:64: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
fceux-2.2.2+dfsg0/src/lua/src/ldebug.c:567:65: style: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/ldebug.h:22:58: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
fceux-2.2.2+dfsg0/src/lua/src/ldebug.c:567:65: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
fceux-2.2.2+dfsg0/src/lua/src/ldo.c:456:27: style: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/ldo.h:45:51: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
fceux-2.2.2+dfsg0/src/lua/src/ldo.c:456:27: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
fceux-2.2.2+dfsg0/src/lua/src/ldo.c:115:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
fceux-2.2.2+dfsg0/src/lua/src/lfunc.c:163:45: style: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lfunc.h:30:55: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
fceux-2.2.2+dfsg0/src/lua/src/lfunc.c:163:45: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
fceux-2.2.2+dfsg0/src/lua/src/llex.c:112:50: style: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/llex.h:77:60: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
fceux-2.2.2+dfsg0/src/lua/src/llex.c:112:50: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
fceux-2.2.2+dfsg0/src/lua/src/llex.c:81:21: warning: Either the condition 'token<257' is redundant or iscntrl() argument nr 1 can have invalid value. The value is 256 but the valid values are '0:255'. [invalidFunctionArg]
fceux-2.2.2+dfsg0/src/lua/src/llex.c:79:13: note: Assuming that condition 'token<257' is not redundant
fceux-2.2.2+dfsg0/src/lua/src/llex.c:81:21: note: Invalid argument
fceux-2.2.2+dfsg0/src/lua/src/lmem.c:46:67: style: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lmem.h:45:39: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
fceux-2.2.2+dfsg0/src/lua/src/lmem.c:46:67: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
fceux-2.2.2+dfsg0/src/lua/src/lmem.c:76:56: style: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lmem.h:41:66: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
fceux-2.2.2+dfsg0/src/lua/src/lmem.c:76:56: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
fceux-2.2.2+dfsg0/src/lua/src/lmem.c:76:70: style: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lmem.h:42:66: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
fceux-2.2.2+dfsg0/src/lua/src/lmem.c:76:70: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
fceux-2.2.2+dfsg0/src/lua/src/lobject.c:182:58: style: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/lobject.h:377:68: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
fceux-2.2.2+dfsg0/src/lua/src/lobject.c:182:58: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:359:14: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:359:14: note: Null pointer dereference
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:362:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:362:3: note: Null pointer dereference
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:363:17: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:363:17: note: Null pointer dereference
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:364:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:364:3: note: Null pointer dereference
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:365:21: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:365:21: note: Null pointer dereference
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:366:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:366:3: note: Null pointer dereference
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:367:14: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:367:14: note: Null pointer dereference
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:368:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:368:3: note: Null pointer dereference
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:369:14: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:369:14: note: Null pointer dereference
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:370:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:370:3: note: Null pointer dereference
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:371:20: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:371:20: note: Null pointer dereference
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:376:12: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
fceux-2.2.2+dfsg0/src/lua/src/lparser.c:376:12: note: Null pointer dereference
fceux-2.2.2+dfsg0/src/lua/src/ltable.c:358:48: style: Function 'luaH_new' argument 3 names different: declaration 'lnhash' definition 'nhash'. [funcArgNamesDifferent]
fceux-2.2.2+dfsg0/src/lua/src/ltable.h:27:58: note: Function 'luaH_new' argument 3 names different: declaration 'lnhash' definition 'nhash'.
fceux-2.2.2+dfsg0/src/lua/src/ltable.c:358:48: note: Function 'luaH_new' argument 3 names different: declaration 'lnhash' definition 'nhash'.
fceux-2.2.2+dfsg0/src/utils/ConvertUTF.c:116:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
fceux-2.2.2+dfsg0/src/utils/unzip.cpp:603:25: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse]
fceux-2.2.2+dfsg0/src/utils/unzip.cpp:421:9: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fceux-2.2.2+dfsg0/src/utils/unzip.cpp:425:17: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fceux-2.2.2+dfsg0/src/utils/unzip.cpp:448:13: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fceux-2.2.2+dfsg0/src/utils/unzip.cpp:489:9: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fceux-2.2.2+dfsg0/src/utils/unzip.cpp:493:17: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fceux-2.2.2+dfsg0/src/utils/unzip.cpp:516:13: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fceux-2.2.2+dfsg0/src/utils/unzip.cpp:538:9: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fceux-2.2.2+dfsg0/src/utils/unzip.cpp:562:9: style: Redundant pointer operation on 'pzlib_filefunc_def' - it's already a pointer. [redundantPointerOp]
fceux-2.2.2+dfsg0/src/utils/unzip.cpp:1105:16: style: Variable 'lSeek' is assigned a value that is never used. [unreadVariable]
fceux-2.2.2+dfsg0/src/~attic/sexyal/drivers/dsound.c:226:26: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fceux-2.2.2+dfsg0/src/~attic/sexyal/drivers/dsound.c:52:10: style: Unused variable: dsbcaps [unusedVariable]
fceux-2.2.2+dfsg0/src/~attic/sexyal/smallc.c:8:17: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fceux-2.2.2+dfsg0/src/~attic/sexyal/smallc.c:9:16: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcgiwrap/fcgiwrap_1.1.0.orig.tar.xz
fcgiwrap-1.1.0/fcgiwrap.c:310:6: style: The scope of the variable 'nready' can be reduced. [variableScope]
fcgiwrap-1.1.0/fcgiwrap.c:469:8: style: The scope of the variable 'q' can be reduced. [variableScope]
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcheck/fcheck_2.7.59.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx/fcitx_4.2.9.6.orig.tar.xz
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:884:29: warning: Either the condition '!fcitxcontext' is redundant or there is possible null pointer dereference: fcitxcontext. [nullPointerRedundantCheck]
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:899:20: note: Assuming that condition '!fcitxcontext' is not redundant
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:884:29: note: Null pointer dereference
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:412:51: style: Function 'fcitx_im_context_init' argument 1 names different: declaration 'im_context' definition 'context'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:99:51: note: Function 'fcitx_im_context_init' argument 1 names different: declaration 'im_context' definition 'context'.
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:412:51: note: Function 'fcitx_im_context_init' argument 1 names different: declaration 'im_context' definition 'context'.
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:629:63: style: Function 'fcitx_im_context_filter_keypress' argument 2 names different: declaration 'key' definition 'event'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:104:63: note: Function 'fcitx_im_context_filter_keypress' argument 2 names different: declaration 'key' definition 'event'.
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:629:63: note: Function 'fcitx_im_context_filter_keypress' argument 2 names different: declaration 'key' definition 'event'.
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:1105:70: style: Function 'fcitx_im_context_set_surrounding' argument 3 names different: declaration 'len' definition 'l'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:113:70: note: Function 'fcitx_im_context_set_surrounding' argument 3 names different: declaration 'len' definition 'l'.
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:1105:70: note: Function 'fcitx_im_context_set_surrounding' argument 3 names different: declaration 'len' definition 'l'.
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:1306:50: style: Function '_fcitx_im_context_enable_im_cb' argument 1 names different: declaration 'client' definition 'im'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:136:57: note: Function '_fcitx_im_context_enable_im_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:1306:50: note: Function '_fcitx_im_context_enable_im_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:1311:49: style: Function '_fcitx_im_context_close_im_cb' argument 1 names different: declaration 'client' definition 'im'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:138:56: note: Function '_fcitx_im_context_close_im_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:1311:49: note: Function '_fcitx_im_context_close_im_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:1324:54: style: Function '_fcitx_im_context_commit_string_cb' argument 1 names different: declaration 'client' definition 'im'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:139:61: note: Function '_fcitx_im_context_commit_string_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:1324:54: note: Function '_fcitx_im_context_commit_string_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:1332:52: style: Function '_fcitx_im_context_forward_key_cb' argument 1 names different: declaration 'client' definition 'im'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:141:59: note: Function '_fcitx_im_context_forward_key_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:1332:52: note: Function '_fcitx_im_context_forward_key_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:1345:18: style: Function '_fcitx_im_context_delete_surrounding_text_cb' argument 1 names different: declaration 'client' definition 'im'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:145:59: note: Function '_fcitx_im_context_delete_surrounding_text_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:1345:18: note: Function '_fcitx_im_context_delete_surrounding_text_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:1537:48: style: Function '_fcitx_im_context_connect_cb' argument 1 names different: declaration 'client' definition 'im'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:148:55: note: Function '_fcitx_im_context_connect_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk2/fcitximcontext.c:1537:48: note: Function '_fcitx_im_context_connect_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:884:29: warning: Either the condition '!fcitxcontext' is redundant or there is possible null pointer dereference: fcitxcontext. [nullPointerRedundantCheck]
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:899:20: note: Assuming that condition '!fcitxcontext' is not redundant
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:884:29: note: Null pointer dereference
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:412:51: style: Function 'fcitx_im_context_init' argument 1 names different: declaration 'im_context' definition 'context'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:99:51: note: Function 'fcitx_im_context_init' argument 1 names different: declaration 'im_context' definition 'context'.
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:412:51: note: Function 'fcitx_im_context_init' argument 1 names different: declaration 'im_context' definition 'context'.
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:629:63: style: Function 'fcitx_im_context_filter_keypress' argument 2 names different: declaration 'key' definition 'event'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:104:63: note: Function 'fcitx_im_context_filter_keypress' argument 2 names different: declaration 'key' definition 'event'.
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:629:63: note: Function 'fcitx_im_context_filter_keypress' argument 2 names different: declaration 'key' definition 'event'.
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:1105:70: style: Function 'fcitx_im_context_set_surrounding' argument 3 names different: declaration 'len' definition 'l'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:113:70: note: Function 'fcitx_im_context_set_surrounding' argument 3 names different: declaration 'len' definition 'l'.
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:1105:70: note: Function 'fcitx_im_context_set_surrounding' argument 3 names different: declaration 'len' definition 'l'.
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:1306:50: style: Function '_fcitx_im_context_enable_im_cb' argument 1 names different: declaration 'client' definition 'im'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:136:57: note: Function '_fcitx_im_context_enable_im_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:1306:50: note: Function '_fcitx_im_context_enable_im_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:1311:49: style: Function '_fcitx_im_context_close_im_cb' argument 1 names different: declaration 'client' definition 'im'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:138:56: note: Function '_fcitx_im_context_close_im_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:1311:49: note: Function '_fcitx_im_context_close_im_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:1324:54: style: Function '_fcitx_im_context_commit_string_cb' argument 1 names different: declaration 'client' definition 'im'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:139:61: note: Function '_fcitx_im_context_commit_string_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:1324:54: note: Function '_fcitx_im_context_commit_string_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:1332:52: style: Function '_fcitx_im_context_forward_key_cb' argument 1 names different: declaration 'client' definition 'im'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:141:59: note: Function '_fcitx_im_context_forward_key_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:1332:52: note: Function '_fcitx_im_context_forward_key_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:1345:18: style: Function '_fcitx_im_context_delete_surrounding_text_cb' argument 1 names different: declaration 'client' definition 'im'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:145:59: note: Function '_fcitx_im_context_delete_surrounding_text_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:1345:18: note: Function '_fcitx_im_context_delete_surrounding_text_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:1537:48: style: Function '_fcitx_im_context_connect_cb' argument 1 names different: declaration 'client' definition 'im'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:148:55: note: Function '_fcitx_im_context_connect_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/gtk3/fcitximcontext.c:1537:48: note: Function '_fcitx_im_context_connect_cb' argument 1 names different: declaration 'client' definition 'im'.
fcitx-4.2.9.6/src/frontend/ipc/ipc.c:614:87: style: Function 'IPCDBusEventHandler' argument 2 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/ipc/ipc.c:92:87: note: Function 'IPCDBusEventHandler' argument 2 names different: declaration 'message' definition 'msg'.
fcitx-4.2.9.6/src/frontend/ipc/ipc.c:614:87: note: Function 'IPCDBusEventHandler' argument 2 names different: declaration 'message' definition 'msg'.
fcitx-4.2.9.6/src/frontend/ipc/ipc.c:1274:55: style: Function 'IPCGetPropertyIMList' argument 2 names different: declaration 'iter' definition 'args'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/ipc/ipc.c:102:62: note: Function 'IPCGetPropertyIMList' argument 2 names different: declaration 'iter' definition 'args'.
fcitx-4.2.9.6/src/frontend/ipc/ipc.c:1274:55: note: Function 'IPCGetPropertyIMList' argument 2 names different: declaration 'iter' definition 'args'.
fcitx-4.2.9.6/src/frontend/ipc/ipc.c:1317:55: style: Function 'IPCSetPropertyIMList' argument 2 names different: declaration 'iter' definition 'args'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/ipc/ipc.c:103:62: note: Function 'IPCSetPropertyIMList' argument 2 names different: declaration 'iter' definition 'args'.
fcitx-4.2.9.6/src/frontend/ipc/ipc.c:1317:55: note: Function 'IPCSetPropertyIMList' argument 2 names different: declaration 'iter' definition 'args'.
fcitx-4.2.9.6/src/frontend/ipc/ipc.c:1383:58: style: Function 'IPCGetPropertyCurrentIM' argument 2 names different: declaration 'iter' definition 'args'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/ipc/ipc.c:105:65: note: Function 'IPCGetPropertyCurrentIM' argument 2 names different: declaration 'iter' definition 'args'.
fcitx-4.2.9.6/src/frontend/ipc/ipc.c:1383:58: note: Function 'IPCGetPropertyCurrentIM' argument 2 names different: declaration 'iter' definition 'args'.
fcitx-4.2.9.6/src/frontend/ipc/ipc.c:1393:58: style: Function 'IPCSetPropertyCurrentIM' argument 2 names different: declaration 'iter' definition 'args'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/ipc/ipc.c:106:65: note: Function 'IPCSetPropertyCurrentIM' argument 2 names different: declaration 'iter' definition 'args'.
fcitx-4.2.9.6/src/frontend/ipc/ipc.c:1393:58: note: Function 'IPCSetPropertyCurrentIM' argument 2 names different: declaration 'iter' definition 'args'.
fcitx-4.2.9.6/src/frontend/ipcportal/ipcportal.c:386:90: style: Function 'PortalDBusEventHandler' argument 2 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/ipcportal/ipcportal.c:90:90: note: Function 'PortalDBusEventHandler' argument 2 names different: declaration 'message' definition 'msg'.
fcitx-4.2.9.6/src/frontend/ipcportal/ipcportal.c:386:90: note: Function 'PortalDBusEventHandler' argument 2 names different: declaration 'message' definition 'msg'.
fcitx-4.2.9.6/src/frontend/qt/fcitxinputcontextproxy.cpp:210:38: style: Function 'updateFormattedPreeditWrapper' argument 1 names different: declaration 'str' definition 'list'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/qt/fcitxinputcontextproxy.h:72:73: note: Function 'updateFormattedPreeditWrapper' argument 1 names different: declaration 'str' definition 'list'.
fcitx-4.2.9.6/src/frontend/qt/fcitxinputcontextproxy.cpp:210:38: note: Function 'updateFormattedPreeditWrapper' argument 1 names different: declaration 'str' definition 'list'.
fcitx-4.2.9.6/src/frontend/qt/fcitxqtdbustypes.cpp:45:56: style: Function 'operator<<' argument 2 names different: declaration 'im' definition 'preedit'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/qt/fcitxqtdbustypes.h:45:56: note: Function 'operator<<' argument 2 names different: declaration 'im' definition 'preedit'.
fcitx-4.2.9.6/src/frontend/qt/fcitxqtdbustypes.cpp:45:56: note: Function 'operator<<' argument 2 names different: declaration 'im' definition 'preedit'.
fcitx-4.2.9.6/src/frontend/qt/fcitxqtdbustypes.cpp:54:56: style: Function 'operator>>' argument 2 names different: declaration 'im' definition 'preedit'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/qt/fcitxqtdbustypes.h:47:56: note: Function 'operator>>' argument 2 names different: declaration 'im' definition 'preedit'.
fcitx-4.2.9.6/src/frontend/qt/fcitxqtdbustypes.cpp:54:56: note: Function 'operator>>' argument 2 names different: declaration 'im' definition 'preedit'.
fcitx-4.2.9.6/src/frontend/qt/fcitxqtdbustypes.cpp:84:60: style: Function 'operator<<' argument 2 names different: declaration 'im' definition 'arg'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/qt/fcitxqtdbustypes.h:70:60: note: Function 'operator<<' argument 2 names different: declaration 'im' definition 'arg'.
fcitx-4.2.9.6/src/frontend/qt/fcitxqtdbustypes.cpp:84:60: note: Function 'operator<<' argument 2 names different: declaration 'im' definition 'arg'.
fcitx-4.2.9.6/src/frontend/qt/fcitxqtdbustypes.cpp:93:60: style: Function 'operator>>' argument 2 names different: declaration 'im' definition 'arg'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/qt/fcitxqtdbustypes.h:72:60: note: Function 'operator>>' argument 2 names different: declaration 'im' definition 'arg'.
fcitx-4.2.9.6/src/frontend/qt/fcitxqtdbustypes.cpp:93:60: note: Function 'operator>>' argument 2 names different: declaration 'im' definition 'arg'.
fcitx-4.2.9.6/src/frontend/qt/qfcitxinputcontext.cpp:183:10: style: The scope of the variable 'setSurrounding' can be reduced. [variableScope]
fcitx-4.2.9.6/src/frontend/qt/qfcitxinputcontext.cpp:560:65: style: Function 'deleteSurroundingText' argument 2 names different: declaration 'nchar' definition '_nchar'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/qt/qfcitxinputcontext.h:128:49: note: Function 'deleteSurroundingText' argument 2 names different: declaration 'nchar' definition '_nchar'.
fcitx-4.2.9.6/src/frontend/qt/qfcitxinputcontext.cpp:560:65: note: Function 'deleteSurroundingText' argument 2 names different: declaration 'nchar' definition '_nchar'.
fcitx-4.2.9.6/src/frontend/qt/qfcitxinputcontext.h:43:24: style: Struct 'FcitxQtICData' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fcitx-4.2.9.6/src/frontend/qt/qfcitxinputcontext.h:43:24: style: Struct 'FcitxQtICData' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fcitx-4.2.9.6/src/frontend/qt/qfcitxinputcontext.h:111:18: warning: Virtual function 'reset' is called from destructor '~QFcitxInputContext()' at line 109. Dynamic binding is not used. [virtualCallInConstructor]
fcitx-4.2.9.6/src/frontend/qt/qfcitxinputcontext.cpp:109:5: note: Calling cleanUp
fcitx-4.2.9.6/src/frontend/qt/qfcitxinputcontext.cpp:126:5: note: Calling reset
fcitx-4.2.9.6/src/frontend/qt/qfcitxinputcontext.h:111:18: note: reset is a virtual method
fcitx-4.2.9.6/src/frontend/qt/qfcitxinputcontext.h:42:5: style: Struct 'FcitxQtICData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-4.2.9.6/src/frontend/qt/qfcitxinputcontextplugin.cpp:34:5: style: Class 'QFcitxInputContextPlugin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-4.2.9.6/src/frontend/xim/IC.c:54:51: style: Function 'XimCheckIC' argument 2 names different: declaration 'arg1' definition 'context'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/xim/IC.h:92:51: note: Function 'XimCheckIC' argument 2 names different: declaration 'arg1' definition 'context'.
fcitx-4.2.9.6/src/frontend/xim/IC.c:54:51: note: Function 'XimCheckIC' argument 2 names different: declaration 'arg1' definition 'context'.
fcitx-4.2.9.6/src/frontend/xim/IC.c:54:66: style: Function 'XimCheckIC' argument 3 names different: declaration 'arg2' definition 'priv'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/xim/IC.h:92:63: note: Function 'XimCheckIC' argument 3 names different: declaration 'arg2' definition 'priv'.
fcitx-4.2.9.6/src/frontend/xim/IC.c:54:66: note: Function 'XimCheckIC' argument 3 names different: declaration 'arg2' definition 'priv'.
fcitx-4.2.9.6/src/frontend/xim/IC.c:201:49: style: Function 'XimDestroyIC' argument 2 names different: declaration 'arg1' definition 'context'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/frontend/xim/IC.h:91:53: note: Function 'XimDestroyIC' argument 2 names different: declaration 'arg1' definition 'context'.
fcitx-4.2.9.6/src/frontend/xim/IC.c:201:49: note: Function 'XimDestroyIC' argument 2 names different: declaration 'arg1' definition 'context'.
fcitx-4.2.9.6/src/frontend/xim/lib/FrameMgr.c:729:15: style: The scope of the variable 'fitr' can be reduced. [variableScope]
fcitx-4.2.9.6/src/frontend/xim/lib/FrameMgr.c:1636:19: style: The scope of the variable 'd' can be reduced. [variableScope]
fcitx-4.2.9.6/src/frontend/xim/lib/FrameMgr.c:1666:19: style: The scope of the variable 'd' can be reduced. [variableScope]
fcitx-4.2.9.6/src/frontend/xim/lib/FrameMgr.c:1696:19: style: The scope of the variable 'd' can be reduced. [variableScope]
fcitx-4.2.9.6/src/frontend/xim/lib/FrameMgr.c:737:21: style: Variable 'next_type' is assigned a value that is never used. [unreadVariable]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:54:5: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:44:0: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:54:5: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:95:5: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:86:0: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:95:5: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:208:5: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:196:0: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:208:5: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:251:5: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:241:0: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:251:5: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:291:5: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:282:0: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:291:5: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:425:5: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:415:0: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:425:5: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:471:5: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:456:0: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nClbk.c:471:5: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nIc.c:335:18: style: The scope of the variable 'fm' can be reduced. [variableScope]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nIc.c:240:9: style: Redundant pointer operation on 'value' - it's already a pointer. [redundantPointerOp]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nIc.c:248:9: style: Redundant pointer operation on 'value' - it's already a pointer. [redundantPointerOp]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nIc.c:465:0: error: Memory leak: nest_list [memleak]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nMethod.c:431:18: style: Same expression on both sides of '!=' because the value of 'data' and 'NULL' are the same. [duplicateExpression]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nMethod.c:402:18: note: 'data' is assigned value 'NULL' here.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nMethod.c:431:18: note: Same expression on both sides of '!=' because the value of 'data' and 'NULL' are the same.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nMethod.c:474:14: style: Same expression on both sides of '!=' because the value of 'data' and 'NULL' are the same. [duplicateExpression]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nMethod.c:402:18: note: 'data' is assigned value 'NULL' here.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nMethod.c:474:14: note: Same expression on both sides of '!=' because the value of 'data' and 'NULL' are the same.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nMethod.c:517:18: style: Same expression on both sides of '!=' because the value of 'data' and 'NULL' are the same. [duplicateExpression]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nMethod.c:490:18: note: 'data' is assigned value 'NULL' here.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nMethod.c:517:18: note: Same expression on both sides of '!=' because the value of 'data' and 'NULL' are the same.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nMethod.c:553:14: style: Same expression on both sides of '!=' because the value of 'data' and 'NULL' are the same. [duplicateExpression]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nMethod.c:490:18: note: 'data' is assigned value 'NULL' here.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nMethod.c:553:14: note: Same expression on both sides of '!=' because the value of 'data' and 'NULL' are the same.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nMethod.c:105:9: error: Memory leak: p_style [memleak]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nMethod.c:130:9: error: Memory leak: p_key [memleak]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nMethod.c:155:9: error: Memory leak: p_encoding [memleak]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nPtHdr.c:1565:47: warning: Either the condition 'hdr==(struct _XimProtoHdr*)NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nPtHdr.c:1573:13: note: Assuming that condition 'hdr==(struct _XimProtoHdr*)NULL' is not redundant
fcitx-4.2.9.6/src/frontend/xim/lib/i18nPtHdr.c:1565:47: note: Null pointer addition
fcitx-4.2.9.6/src/frontend/xim/lib/i18nPtHdr.c:108:5: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nPtHdr.c:74:0: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nPtHdr.c:108:5: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nPtHdr.c:586:13: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nPtHdr.c:575:0: note: Variable 'data' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nPtHdr.c:586:13: note: Variable 'data' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nPtHdr.c:1222:5: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nPtHdr.c:1191:0: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nPtHdr.c:1222:5: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nPtHdr.c:564:18: style: The scope of the variable 'i' can be reduced. [variableScope]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nUtil.c:139:5: style: Variable 'reply_hdr' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nUtil.c:127:0: note: Variable 'reply_hdr' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nUtil.c:139:5: note: Variable 'reply_hdr' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nUtil.c:248:5: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nUtil.c:240:0: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nUtil.c:248:5: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/frontend/xim/lib/i18nX.c:75:14: style: The scope of the variable 'fm' can be reduced. [variableScope]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nX.c:78:20: style: The scope of the variable 'p1' can be reduced. [variableScope]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nX.c:369:24: style: The scope of the variable 'packet' can be reduced. [variableScope]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nX.c:370:22: style: The scope of the variable 'hdr' can be reduced. [variableScope]
fcitx-4.2.9.6/src/frontend/xim/lib/i18nX.c:467:20: style: The scope of the variable 'packet' can be reduced. [variableScope]
fcitx-4.2.9.6/src/frontend/xim/xim.c:151:9: style: Condition '!imname' is always true [knownConditionTrueFalse]
fcitx-4.2.9.6/src/frontend/xim/xim.c:129:20: note: Assignment 'imname=NULL', assigned value is 0
fcitx-4.2.9.6/src/frontend/xim/xim.c:151:9: note: Condition '!imname' is always true
fcitx-4.2.9.6/src/frontend/xim/xim.c:384:39: warning: Either the condition '!ic' is redundant or there is possible null pointer dereference: ic. [nullPointerRedundantCheck]
fcitx-4.2.9.6/src/frontend/xim/xim.c:387:9: note: Assuming that condition '!ic' is not redundant
fcitx-4.2.9.6/src/frontend/xim/xim.c:384:39: note: Null pointer dereference
fcitx-4.2.9.6/src/frontend/xim/ximhandler.c:143:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/keyboard/keyboard.c:2681:9: style: The scope of the variable 'mid' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/keyboard/keyboard.c:2704:9: style: The scope of the variable 'mid' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/pinyin/py.c:1057:38: style: Redundant condition: val. '!val || (val && strlen(phrase->strMap)==iMatchedLength)' is equivalent to '!val || strlen(phrase->strMap)==iMatchedLength' [redundantCondition]
fcitx-4.2.9.6/src/im/pinyin/py.c:1095:38: style: Redundant condition: val. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
fcitx-4.2.9.6/src/im/pinyin/py.c:1330:30: style: Redundant condition: val. '!val || (val && strlen(phrase->strMap)==iMatchedLength)' is equivalent to '!val || strlen(phrase->strMap)==iMatchedLength' [redundantCondition]
fcitx-4.2.9.6/src/im/pinyin/py.c:1352:30: style: Redundant condition: val. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
fcitx-4.2.9.6/src/im/pinyin/py.c:2237:48: style: Same expression on both sides of '-'. [duplicateExpression]
fcitx-4.2.9.6/src/im/pinyin/py.c:258:9: style: The scope of the variable 'j' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/pinyin/py.c:336:24: style: The scope of the variable 'n' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/pinyin/py.c:385:26: style: The scope of the variable 'pPyFreq' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/pinyin/py.c:386:18: style: The scope of the variable 'pHZ' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/pinyin/py.c:519:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/pinyin/py.c:535:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/pinyin/py.c:536:9: style: The scope of the variable 'val' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/pinyin/py.c:1020:9: style: The scope of the variable 'iCount' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/pinyin/py.c:1484:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/pinyin/py.c:502:26: style: Function 'ResetPYStatus' argument 1 names different: declaration 'pystate' definition 'arg'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/im/pinyin/py.h:203:37: note: Function 'ResetPYStatus' argument 1 names different: declaration 'pystate' definition 'arg'.
fcitx-4.2.9.6/src/im/pinyin/py.c:502:26: note: Function 'ResetPYStatus' argument 1 names different: declaration 'pystate' definition 'arg'.
fcitx-4.2.9.6/src/im/pinyin/py.c:1165:65: style: Function 'PYGetCandWord' argument 2 names different: declaration 'pycandWord' definition 'candWord'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/im/pinyin/py.h:213:65: note: Function 'PYGetCandWord' argument 2 names different: declaration 'pycandWord' definition 'candWord'.
fcitx-4.2.9.6/src/im/pinyin/py.c:1165:65: note: Function 'PYGetCandWord' argument 2 names different: declaration 'pycandWord' definition 'candWord'.
fcitx-4.2.9.6/src/im/pinyin/py.c:1398:115: style: Function 'PYAddPhraseCandWord' argument 5 names different: declaration 'pycandWord' definition 'pycandword'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/im/pinyin/py.h:219:122: note: Function 'PYAddPhraseCandWord' argument 5 names different: declaration 'pycandWord' definition 'pycandword'.
fcitx-4.2.9.6/src/im/pinyin/py.c:1398:115: note: Function 'PYAddPhraseCandWord' argument 5 names different: declaration 'pycandWord' definition 'pycandword'.
fcitx-4.2.9.6/src/im/pinyin/py.c:1482:60: style: Function 'PYGetFreqCandWords' argument 2 names different: declaration 'pyFreq' definition 'pCurFreq'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/im/pinyin/py.h:216:71: note: Function 'PYGetFreqCandWords' argument 2 names different: declaration 'pyFreq' definition 'pCurFreq'.
fcitx-4.2.9.6/src/im/pinyin/py.c:1482:60: note: Function 'PYGetFreqCandWords' argument 2 names different: declaration 'pyFreq' definition 'pCurFreq'.
fcitx-4.2.9.6/src/im/pinyin/pyParser.c:108:21: style: The scope of the variable 'iTemp' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/pinyin/pyParser.c:110:21: style: The scope of the variable 'strTemp' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/pinyin/pyParser.c:455:21: style: The scope of the variable 'iVal' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/pinyin/sp.c:48:21: style: The scope of the variable 'fp' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/pinyin/sp.c:49:31: style: The scope of the variable 'strS' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/pinyin/sp.c:49:41: style: The scope of the variable 'pstr' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/qw/qw.c:145:9: style: The scope of the variable 'iQu' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/qw/qw.c:145:14: style: The scope of the variable 'iWei' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/qw/qw.c:145:20: style: The scope of the variable 'i' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/table/table.c:1107:58: style: Redundant condition: tableCandWord->flag==CT_AUTOPHRASE. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
fcitx-4.2.9.6/src/im/table/table.c:466:29: style: Variable 'candWord' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/im/table/table.c:465:0: note: Variable 'candWord' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/im/table/table.c:466:29: note: Variable 'candWord' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/im/table/table.c:951:21: style: The scope of the variable 'i' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/table/table.c:1166:21: style: The scope of the variable 'iTemp' can be reduced. [variableScope]
fcitx-4.2.9.6/src/im/table/tabledict.c:163:17: error: Common realloc mistake: 'strHZ' nulled but not freed upon failure [memleakOnRealloc]
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:652:8: warning: Either the condition 'len>sizeof(buf)' is redundant or the array 'buf[40]' is accessed at index 40, which is out of bounds. [arrayIndexOutOfBoundsCond]
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:647:13: note: Assuming that condition 'len>sizeof(buf)' is not redundant
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:652:8: note: Array index out of bounds
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:1075:37: warning: Possible null pointer dereference: option [nullPointer]
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:1034:41: note: Assignment 'option=NULL', assigned value is 0
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:1039:49: note: Calling function 'FcitxConfigSyncValue', 3rd argument 'option' value is 0
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:1075:37: note: Null pointer dereference
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:982:21: style: Variable 'subkey' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:981:0: note: Variable 'subkey' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:982:21: note: Variable 'subkey' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:741:48: style: The scope of the variable 'curGroup' can be reduced. [variableScope]
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:758:57: style: The scope of the variable 'curGroup' can be reduced. [variableScope]
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:774:50: style: The scope of the variable 'curOption' can be reduced. [variableScope]
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:790:59: style: The scope of the variable 'curOption' can be reduced. [variableScope]
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:71:82: style: Function 'FcitxConfigParseConfigFile' argument 2 names different: declaration 'cfdesc' definition 'fileDesc'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.h:467:86: note: Function 'FcitxConfigParseConfigFile' argument 2 names different: declaration 'cfdesc' definition 'fileDesc'.
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:71:82: note: Function 'FcitxConfigParseConfigFile' argument 2 names different: declaration 'cfdesc' definition 'fileDesc'.
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:86:96: style: Function 'FcitxConfigParseMultiConfigFile' argument 3 names different: declaration 'cfdesc' definition 'fileDesc'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.h:481:101: note: Function 'FcitxConfigParseMultiConfigFile' argument 3 names different: declaration 'cfdesc' definition 'fileDesc'.
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:86:96: note: Function 'FcitxConfigParseMultiConfigFile' argument 3 names different: declaration 'cfdesc' definition 'fileDesc'.
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:149:53: style: Function 'FcitxConfigCheckConfigFile' argument 1 names different: declaration 'configFile' definition 'cfile'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.h:511:57: note: Function 'FcitxConfigCheckConfigFile' argument 1 names different: declaration 'configFile' definition 'cfile'.
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:149:53: note: Function 'FcitxConfigCheckConfigFile' argument 1 names different: declaration 'configFile' definition 'cfile'.
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:149:81: style: Function 'FcitxConfigCheckConfigFile' argument 2 names different: declaration 'fileDesc' definition 'cfdesc'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.h:511:90: note: Function 'FcitxConfigCheckConfigFile' argument 2 names different: declaration 'fileDesc' definition 'cfdesc'.
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:149:81: note: Function 'FcitxConfigCheckConfigFile' argument 2 names different: declaration 'fileDesc' definition 'cfdesc'.
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:864:67: style: Function 'FcitxConfigParseIniFp' argument 2 names different: declaration 'reuse' definition 'cfile'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.h:547:71: note: Function 'FcitxConfigParseIniFp' argument 2 names different: declaration 'reuse' definition 'cfile'.
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:864:67: note: Function 'FcitxConfigParseIniFp' argument 2 names different: declaration 'reuse' definition 'cfile'.
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:1154:67: style: Function 'FcitxConfigSaveConfigFileFp' argument 2 names different: declaration 'cfile' definition 'config'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.h:616:71: note: Function 'FcitxConfigSaveConfigFileFp' argument 2 names different: declaration 'cfile' definition 'config'.
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:1154:67: note: Function 'FcitxConfigSaveConfigFileFp' argument 2 names different: declaration 'cfile' definition 'config'.
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:1281:86: style: Function 'FcitxConfigGetBindValue' argument 2 names different: declaration 'group' definition 'groupName'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.h:637:90: note: Function 'FcitxConfigGetBindValue' argument 2 names different: declaration 'group' definition 'groupName'.
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:1281:86: note: Function 'FcitxConfigGetBindValue' argument 2 names different: declaration 'group' definition 'groupName'.
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:1281:109: style: Function 'FcitxConfigGetBindValue' argument 3 names different: declaration 'option' definition 'optionName'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.h:637:109: note: Function 'FcitxConfigGetBindValue' argument 3 names different: declaration 'option' definition 'optionName'.
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:1281:109: note: Function 'FcitxConfigGetBindValue' argument 3 names different: declaration 'option' definition 'optionName'.
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:652:8: warning: Either the condition 'len>40' is redundant or the array 'buf[40]' is accessed at index 40, which is out of bounds. [arrayIndexOutOfBoundsCond]
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:647:13: note: Assuming that condition 'len>40' is not redundant
fcitx-4.2.9.6/src/lib/fcitx-config/fcitx-config.c:652:8: note: Array index out of bounds
fcitx-4.2.9.6/src/lib/fcitx-config/hotkey.c:410:9: style: The scope of the variable 'mid' can be reduced. [variableScope]
fcitx-4.2.9.6/src/lib/fcitx-config/hotkey.c:445:9: style: The scope of the variable 'mid' can be reduced. [variableScope]
fcitx-4.2.9.6/src/lib/fcitx-config/hotkey.c:833:21: style: The scope of the variable 'strKey' can be reduced. [variableScope]
fcitx-4.2.9.6/src/lib/fcitx-config/hotkey.c:834:21: style: The scope of the variable 'i' can be reduced. [variableScope]
fcitx-4.2.9.6/src/lib/fcitx-config/hotkey.c:830:36: style: Function 'FcitxHotkeySetKey' argument 1 names different: declaration 'strKey' definition 'str'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-config/hotkey.h:72:40: note: Function 'FcitxHotkeySetKey' argument 1 names different: declaration 'strKey' definition 'str'.
fcitx-4.2.9.6/src/lib/fcitx-config/hotkey.c:830:36: note: Function 'FcitxHotkeySetKey' argument 1 names different: declaration 'strKey' definition 'str'.
fcitx-4.2.9.6/src/lib/fcitx-config/sprintf.c:39:19: error: va_list 'ap2' was opened but not closed by va_end(). [va_end_missing]
fcitx-4.2.9.6/src/lib/fcitx-config/xdg.c:326:10: style: The scope of the variable 'dir' can be reduced. [variableScope]
fcitx-4.2.9.6/src/lib/fcitx-config/xdg.c:144:13: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
fcitx-4.2.9.6/src/lib/fcitx-gclient/fcitxconnection.c:435:5: style: Variable 'address' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/lib/fcitx-gclient/fcitxconnection.c:434:0: note: Variable 'address' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/lib/fcitx-gclient/fcitxconnection.c:435:5: note: Variable 'address' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/lib/fcitx-gclient/fcitxconnection.c:400:53: style: Function 'fcitx_connection_is_valid' argument 1 names different: declaration 'connection' definition 'self'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-gclient/fcitxconnection.h:63:53: note: Function 'fcitx_connection_is_valid' argument 1 names different: declaration 'connection' definition 'self'.
fcitx-4.2.9.6/src/lib/fcitx-gclient/fcitxconnection.c:400:53: note: Function 'fcitx_connection_is_valid' argument 1 names different: declaration 'connection' definition 'self'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtconfiguifactory.cpp:31:86: style: Function 'FcitxQtConfigUIFactoryPrivate' argument 1 names different: declaration 'conn' definition 'factory'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtconfiguifactory_p.h:29:59: note: Function 'FcitxQtConfigUIFactoryPrivate' argument 1 names different: declaration 'conn' definition 'factory'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtconfiguifactory.cpp:31:86: note: Function 'FcitxQtConfigUIFactoryPrivate' argument 1 names different: declaration 'conn' definition 'factory'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtconfiguifactory_p.h:29:5: style: Class 'FcitxQtConfigUIFactoryPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtconnection.h:35:1: style: The class 'FcitxQtConnection' does not have a constructor although it has private member variables. [noConstructor]
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtconnection_p.h:33:5: style: Class 'FcitxQtConnectionPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtformattedpreedit.cpp:58:83: style: Function 'operator<<' argument 2 names different: declaration 'im' definition 'preedit'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtformattedpreedit.h:45:83: note: Function 'operator<<' argument 2 names different: declaration 'im' definition 'preedit'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtformattedpreedit.cpp:58:83: note: Function 'operator<<' argument 2 names different: declaration 'im' definition 'preedit'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtformattedpreedit.cpp:68:89: style: Function 'operator>>' argument 2 names different: declaration 'im' definition 'preedit'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtformattedpreedit.h:46:89: note: Function 'operator>>' argument 2 names different: declaration 'im' definition 'preedit'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtformattedpreedit.cpp:68:89: note: Function 'operator>>' argument 2 names different: declaration 'im' definition 'preedit'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtinputmethoditem.cpp:43:46: style: Function 'setEnabled' argument 1 names different: declaration 'name' definition 'enable'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtinputmethoditem.h:41:26: note: Function 'setEnabled' argument 1 names different: declaration 'name' definition 'enable'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtinputmethoditem.cpp:43:46: note: Function 'setEnabled' argument 1 names different: declaration 'name' definition 'enable'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtinputmethoditem.cpp:47:57: style: Function 'setLangCode' argument 1 names different: declaration 'name' definition 'lang'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtinputmethoditem.h:40:37: note: Function 'setLangCode' argument 1 names different: declaration 'name' definition 'lang'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtinputmethoditem.cpp:47:57: note: Function 'setLangCode' argument 1 names different: declaration 'name' definition 'lang'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtinputmethoditem.h:30:1: style: The class 'FcitxQtInputMethodItem' does not have a constructor although it has private member variables. [noConstructor]
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeyboardlayout.cpp:74:81: style: Function 'operator<<' argument 2 names different: declaration 'l' definition 'layout'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeyboardlayout.h:52:81: note: Function 'operator<<' argument 2 names different: declaration 'l' definition 'layout'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeyboardlayout.cpp:74:81: note: Function 'operator<<' argument 2 names different: declaration 'l' definition 'layout'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeyboardlayout.cpp:86:87: style: Function 'operator>>' argument 2 names different: declaration 'l' definition 'layout'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeyboardlayout.h:53:87: note: Function 'operator>>' argument 2 names different: declaration 'l' definition 'layout'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeyboardlayout.cpp:86:87: note: Function 'operator>>' argument 2 names different: declaration 'l' definition 'layout'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeysequencewidget.cpp:232:135: style: Function 'setKeySequence' argument 3 names different: declaration 'val' definition 'validate'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeysequencewidget.h:122:100: note: Function 'setKeySequence' argument 3 names different: declaration 'val' definition 'validate'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeysequencewidget.cpp:232:135: note: Function 'setKeySequence' argument 3 names different: declaration 'val' definition 'validate'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeysequencewidget.cpp:373:47: style: Function 'event' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeysequencewidget_p.h:65:33: note: Function 'event' argument 1 names different: declaration 'event' definition 'e'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeysequencewidget.cpp:373:47: note: Function 'event' argument 1 names different: declaration 'event' definition 'e'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeysequencewidget.cpp:393:57: style: Function 'keyPressEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeysequencewidget_p.h:66:43: note: Function 'keyPressEvent' argument 1 names different: declaration 'event' definition 'e'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeysequencewidget.cpp:393:57: note: Function 'keyPressEvent' argument 1 names different: declaration 'event' definition 'e'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeysequencewidget.cpp:476:59: style: Function 'keyReleaseEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeysequencewidget_p.h:67:45: note: Function 'keyReleaseEvent' argument 1 names different: declaration 'event' definition 'e'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeysequencewidget.cpp:476:59: note: Function 'keyReleaseEvent' argument 1 names different: declaration 'event' definition 'e'.
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeysequencewidget.cpp:117:34: warning: Member variable 'FcitxQtKeySequenceWidgetPrivate::oldSide' is not initialized in the constructor. [uninitMemberVar]
fcitx-4.2.9.6/src/lib/fcitx-qt/fcitxqtkeysequencewidget.cpp:65:5: style: Class 'FcitxQtKeySequenceWidgetPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-4.2.9.6/src/lib/fcitx-utils/utils.h:1041:5: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fcitx-4.2.9.6/src/lib/fcitx-utils/utils.h:1042:5: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fcitx-4.2.9.6/src/lib/fcitx-utils/utils.h:1046:5: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fcitx-4.2.9.6/src/lib/fcitx-utils/utils.h:1047:5: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fcitx-4.2.9.6/src/lib/fcitx-utils/utils.h:1048:5: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fcitx-4.2.9.6/src/lib/fcitx-utils/utils.h:1052:5: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fcitx-4.2.9.6/src/lib/fcitx-utils/handler-table.c:97:69: style: Function 'fcitx_handler_key_append' argument 2 names different: declaration 'key' definition 'key_struct'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-utils/handler-table.h:60:51: note: Function 'fcitx_handler_key_append' argument 2 names different: declaration 'key' definition 'key_struct'.
fcitx-4.2.9.6/src/lib/fcitx-utils/handler-table.c:97:69: note: Function 'fcitx_handler_key_append' argument 2 names different: declaration 'key' definition 'key_struct'.
fcitx-4.2.9.6/src/lib/fcitx-utils/handler-table.c:129:70: style: Function 'fcitx_handler_key_prepend' argument 2 names different: declaration 'key' definition 'key_struct'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-utils/handler-table.h:62:52: note: Function 'fcitx_handler_key_prepend' argument 2 names different: declaration 'key' definition 'key_struct'.
fcitx-4.2.9.6/src/lib/fcitx-utils/handler-table.c:129:70: note: Function 'fcitx_handler_key_prepend' argument 2 names different: declaration 'key' definition 'key_struct'.
fcitx-4.2.9.6/src/lib/fcitx-utils/objpool.h:137:28: portability: 'pool->array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/lib/fcitx-utils/objpool.h:137:61: portability: 'pool->array+fcitx_obj_pool_offset(pool,i)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/lib/fcitx-utils/handler-table.c:80:47: portability: '(void*)(key_struct+1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/lib/fcitx-utils/handler-table.c:267:45: portability: 'obj' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/lib/fcitx-utils/handler-table.c:275:45: portability: 'obj' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/lib/fcitx-utils/log.c:103:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fcitx-4.2.9.6/src/lib/fcitx-utils/log.c:121:9: style: Variable 'wmessage' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/lib/fcitx-utils/log.c:119:0: note: Variable 'wmessage' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/lib/fcitx-utils/log.c:121:9: note: Variable 'wmessage' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/lib/fcitx-utils/log.c:135:28: style: Function 'FcitxLogFunc' argument 1 names different: declaration 'level' definition 'e'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-utils/log.h:79:37: note: Function 'FcitxLogFunc' argument 1 names different: declaration 'level' definition 'e'.
fcitx-4.2.9.6/src/lib/fcitx-utils/log.c:135:28: note: Function 'FcitxLogFunc' argument 1 names different: declaration 'level' definition 'e'.
fcitx-4.2.9.6/src/lib/fcitx-utils/memory.c:78:28: portability: 'result' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/lib/fcitx-utils/memory.c:90:24: portability: 'result' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/lib/fcitx-utils/memory.c:92:24: portability: 'result' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/lib/fcitx-utils/msort_r.c:63:17: portability: 'b_a' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/lib/fcitx-utils/msort_r.c:67:17: portability: 'b_b' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/lib/fcitx-utils/objpool.c:89:12: style: The scope of the variable 'offset' can be reduced. [variableScope]
fcitx-4.2.9.6/src/lib/fcitx-utils/objpool.c:81:29: portability: 'pool->array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/lib/fcitx-utils/objpool.c:83:25: portability: 'pool->array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/lib/fcitx-utils/objpool.c:94:47: portability: 'pool->array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/lib/fcitx-utils/objpool.c:95:29: portability: 'pool->array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/lib/fcitx-utils/objpool.c:103:29: portability: 'pool->array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/lib/fcitx-utils/objpool.c:111:33: portability: 'pool->array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/lib/fcitx-utils/objpool.c:113:29: portability: 'pool->array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/lib/fcitx-utils/objpool.c:125:29: portability: 'pool->array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/lib/fcitx-utils/objpool.c:127:25: portability: 'pool->array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/lib/fcitx-utils/utils.c:141:33: style: Condition 'comparison>0' is always true [knownConditionTrueFalse]
fcitx-4.2.9.6/src/lib/fcitx-utils/utils.c:129:22: style: The scope of the variable 'idx' can be reduced. [variableScope]
fcitx-4.2.9.6/src/lib/fcitx-utils/utils.c:130:21: style: The scope of the variable 'p' can be reduced. [variableScope]
fcitx-4.2.9.6/src/lib/fcitx-utils/utils.c:131:13: style: The scope of the variable 'comparison' can be reduced. [variableScope]
fcitx-4.2.9.6/src/lib/fcitx-utils/utils.c:370:25: style: The scope of the variable 'curStr' can be reduced. [variableScope]
fcitx-4.2.9.6/src/lib/fcitx-utils/utils.c:651:62: style: Function 'fcitx_utils_launch_configure_tool_for_addon' argument 1 names different: declaration 'addon' definition 'imaddon'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx-utils/utils.h:465:66: note: Function 'fcitx_utils_launch_configure_tool_for_addon' argument 1 names different: declaration 'addon' definition 'imaddon'.
fcitx-4.2.9.6/src/lib/fcitx-utils/utils.c:651:62: note: Function 'fcitx_utils_launch_configure_tool_for_addon' argument 1 names different: declaration 'addon' definition 'imaddon'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:1166:20: style: Condition 'index>=0' is always true [knownConditionTrueFalse]
fcitx-4.2.9.6/src/lib/fcitx/ime.c:1984:13: style: Variable 'ime' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/lib/fcitx/ime.c:1981:13: note: Variable 'ime' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:1984:13: note: Variable 'ime' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:1930:19: style: The scope of the variable 'cur' can be reduced. [variableScope]
fcitx-4.2.9.6/src/lib/fcitx/ime.c:146:1: style: Function 'FcitxInputStateGetIsInRemind' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:693:59: note: Function 'FcitxInputStateGetIsInRemind' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:146:1: note: Function 'FcitxInputStateGetIsInRemind' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:147:1: style: Function 'FcitxInputStateSetIsInRemind' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:702:56: note: Function 'FcitxInputStateSetIsInRemind' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:147:1: note: Function 'FcitxInputStateSetIsInRemind' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:147:1: style: Function 'FcitxInputStateSetIsInRemind' argument 2 names different: declaration 'isInRemind' definition 'value'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:702:71: note: Function 'FcitxInputStateSetIsInRemind' argument 2 names different: declaration 'isInRemind' definition 'value'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:147:1: note: Function 'FcitxInputStateSetIsInRemind' argument 2 names different: declaration 'isInRemind' definition 'value'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:148:1: style: Function 'FcitxInputStateGetIsDoInputOnly' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:710:62: note: Function 'FcitxInputStateGetIsDoInputOnly' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:148:1: note: Function 'FcitxInputStateGetIsDoInputOnly' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:149:1: style: Function 'FcitxInputStateSetIsDoInputOnly' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:719:59: note: Function 'FcitxInputStateSetIsDoInputOnly' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:149:1: note: Function 'FcitxInputStateSetIsDoInputOnly' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:149:1: style: Function 'FcitxInputStateSetIsDoInputOnly' argument 2 names different: declaration 'isDoInputOnly' definition 'value'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:719:74: note: Function 'FcitxInputStateSetIsDoInputOnly' argument 2 names different: declaration 'isDoInputOnly' definition 'value'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:149:1: note: Function 'FcitxInputStateSetIsDoInputOnly' argument 2 names different: declaration 'isDoInputOnly' definition 'value'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:150:1: style: Function 'FcitxInputStateGetOutputString' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:332:59: note: Function 'FcitxInputStateGetOutputString' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:150:1: note: Function 'FcitxInputStateGetOutputString' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:151:1: style: Function 'FcitxInputStateGetLastCommitString' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:342:70: note: Function 'FcitxInputStateGetLastCommitString' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:151:1: note: Function 'FcitxInputStateGetLastCommitString' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:152:1: style: Function 'FcitxInputStateGetRawInputBuffer' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:727:61: note: Function 'FcitxInputStateGetRawInputBuffer' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:152:1: note: Function 'FcitxInputStateGetRawInputBuffer' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:153:1: style: Function 'FcitxInputStateGetCursorPos' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:735:54: note: Function 'FcitxInputStateGetCursorPos' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:153:1: note: Function 'FcitxInputStateGetCursorPos' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:154:1: style: Function 'FcitxInputStateSetCursorPos' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:744:55: note: Function 'FcitxInputStateSetCursorPos' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:154:1: note: Function 'FcitxInputStateSetCursorPos' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:154:1: style: Function 'FcitxInputStateSetCursorPos' argument 2 names different: declaration 'cursorPos' definition 'value'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:744:66: note: Function 'FcitxInputStateSetCursorPos' argument 2 names different: declaration 'cursorPos' definition 'value'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:154:1: note: Function 'FcitxInputStateSetCursorPos' argument 2 names different: declaration 'cursorPos' definition 'value'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:155:1: style: Function 'FcitxInputStateGetClientCursorPos' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:752:60: note: Function 'FcitxInputStateGetClientCursorPos' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:155:1: note: Function 'FcitxInputStateGetClientCursorPos' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:156:1: style: Function 'FcitxInputStateSetClientCursorPos' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:761:61: note: Function 'FcitxInputStateSetClientCursorPos' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:156:1: note: Function 'FcitxInputStateSetClientCursorPos' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:156:1: style: Function 'FcitxInputStateSetClientCursorPos' argument 2 names different: declaration 'cursorPos' definition 'value'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:761:72: note: Function 'FcitxInputStateSetClientCursorPos' argument 2 names different: declaration 'cursorPos' definition 'value'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:156:1: note: Function 'FcitxInputStateSetClientCursorPos' argument 2 names different: declaration 'cursorPos' definition 'value'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:157:1: style: Function 'FcitxInputStateGetCandidateList' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:685:86: note: Function 'FcitxInputStateGetCandidateList' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:157:1: note: Function 'FcitxInputStateGetCandidateList' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:158:1: style: Function 'FcitxInputStateGetAuxUp' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:769:61: note: Function 'FcitxInputStateGetAuxUp' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:158:1: note: Function 'FcitxInputStateGetAuxUp' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:159:1: style: Function 'FcitxInputStateGetAuxDown' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:777:63: note: Function 'FcitxInputStateGetAuxDown' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:159:1: note: Function 'FcitxInputStateGetAuxDown' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:160:1: style: Function 'FcitxInputStateGetPreedit' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:785:63: note: Function 'FcitxInputStateGetPreedit' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:160:1: note: Function 'FcitxInputStateGetPreedit' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:161:1: style: Function 'FcitxInputStateGetClientPreedit' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:793:69: note: Function 'FcitxInputStateGetClientPreedit' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:161:1: note: Function 'FcitxInputStateGetClientPreedit' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:162:1: style: Function 'FcitxInputStateGetRawInputBufferSize' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:801:63: note: Function 'FcitxInputStateGetRawInputBufferSize' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:162:1: note: Function 'FcitxInputStateGetRawInputBufferSize' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:163:1: style: Function 'FcitxInputStateSetRawInputBufferSize' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:810:64: note: Function 'FcitxInputStateSetRawInputBufferSize' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:163:1: note: Function 'FcitxInputStateSetRawInputBufferSize' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:163:1: style: Function 'FcitxInputStateSetRawInputBufferSize' argument 2 names different: declaration 'size' definition 'value'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:810:75: note: Function 'FcitxInputStateSetRawInputBufferSize' argument 2 names different: declaration 'size' definition 'value'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:163:1: note: Function 'FcitxInputStateSetRawInputBufferSize' argument 2 names different: declaration 'size' definition 'value'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:164:1: style: Function 'FcitxInputStateGetShowCursor' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:818:59: note: Function 'FcitxInputStateGetShowCursor' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:164:1: note: Function 'FcitxInputStateGetShowCursor' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:165:1: style: Function 'FcitxInputStateSetShowCursor' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:827:56: note: Function 'FcitxInputStateSetShowCursor' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:165:1: note: Function 'FcitxInputStateSetShowCursor' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:165:1: style: Function 'FcitxInputStateSetShowCursor' argument 2 names different: declaration 'showCursor' definition 'value'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:827:71: note: Function 'FcitxInputStateSetShowCursor' argument 2 names different: declaration 'showCursor' definition 'value'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:165:1: note: Function 'FcitxInputStateSetShowCursor' argument 2 names different: declaration 'showCursor' definition 'value'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:166:1: style: Function 'FcitxInputStateGetLastIsSingleChar' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:835:61: note: Function 'FcitxInputStateGetLastIsSingleChar' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:166:1: note: Function 'FcitxInputStateGetLastIsSingleChar' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:167:1: style: Function 'FcitxInputStateSetKeyCode' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:853:54: note: Function 'FcitxInputStateSetKeyCode' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:167:1: note: Function 'FcitxInputStateSetKeyCode' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:168:1: style: Function 'FcitxInputStateSetKeySym' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:862:53: note: Function 'FcitxInputStateSetKeySym' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:168:1: note: Function 'FcitxInputStateSetKeySym' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:169:1: style: Function 'FcitxInputStateSetKeyState' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:871:55: note: Function 'FcitxInputStateSetKeyState' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:169:1: note: Function 'FcitxInputStateSetKeyState' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:169:1: style: Function 'FcitxInputStateSetKeyState' argument 2 names different: declaration 'state' definition 'value'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:871:71: note: Function 'FcitxInputStateSetKeyState' argument 2 names different: declaration 'state' definition 'value'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:169:1: note: Function 'FcitxInputStateSetKeyState' argument 2 names different: declaration 'state' definition 'value'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:170:1: style: Function 'FcitxInputStateGetKeyCode' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:879:58: note: Function 'FcitxInputStateGetKeyCode' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:170:1: note: Function 'FcitxInputStateGetKeyCode' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:171:1: style: Function 'FcitxInputStateGetKeySym' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:887:57: note: Function 'FcitxInputStateGetKeySym' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:171:1: note: Function 'FcitxInputStateGetKeySym' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:172:1: style: Function 'FcitxInputStateGetKeyState' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:895:59: note: Function 'FcitxInputStateGetKeyState' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:172:1: note: Function 'FcitxInputStateGetKeyState' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:173:1: style: Function 'FcitxInputStateSetLastIsSingleChar' argument 1 names different: declaration 'input' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:844:62: note: Function 'FcitxInputStateSetLastIsSingleChar' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:173:1: note: Function 'FcitxInputStateSetLastIsSingleChar' argument 1 names different: declaration 'input' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:173:1: style: Function 'FcitxInputStateSetLastIsSingleChar' argument 2 names different: declaration 'lastIsSingleChar' definition 'value'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:844:73: note: Function 'FcitxInputStateSetLastIsSingleChar' argument 2 names different: declaration 'lastIsSingleChar' definition 'value'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:173:1: note: Function 'FcitxInputStateSetLastIsSingleChar' argument 2 names different: declaration 'lastIsSingleChar' definition 'value'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:1312:74: style: Function 'FcitxInstanceReloadAddonConfig' argument 2 names different: declaration 'addon' definition 'addonname'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:607:86: note: Function 'FcitxInstanceReloadAddonConfig' argument 2 names different: declaration 'addon' definition 'addonname'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:1312:74: note: Function 'FcitxInstanceReloadAddonConfig' argument 2 names different: declaration 'addon' definition 'addonname'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:2034:87: style: Function 'FcitxInstanceGetIMFromIMList' argument 2 names different: declaration 'imas' definition 'status'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/ime.h:905:99: note: Function 'FcitxInstanceGetIMFromIMList' argument 2 names different: declaration 'imas' definition 'status'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:2034:87: note: Function 'FcitxInstanceGetIMFromIMList' argument 2 names different: declaration 'imas' definition 'status'.
fcitx-4.2.9.6/src/lib/fcitx/ime.c:757:28: style: struct member 'Anonymous0::hk1' is never used. [unusedStructMember]
fcitx-4.2.9.6/src/lib/fcitx/ime.c:758:28: style: struct member 'Anonymous0::hk2' is never used. [unusedStructMember]
fcitx-4.2.9.6/src/lib/fcitx/instance.c:504:23: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
fcitx-4.2.9.6/src/lib/fcitx/instance.c:501:20: note: outer condition: pfrontend!=NULL
fcitx-4.2.9.6/src/lib/fcitx/instance.c:504:23: note: opposite inner condition: pfrontend==NULL
fcitx-4.2.9.6/src/lib/fcitx/instance.c:514:21: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
fcitx-4.2.9.6/src/lib/fcitx/instance.c:512:18: note: outer condition: pmodule!=NULL
fcitx-4.2.9.6/src/lib/fcitx/instance.c:514:21: note: opposite inner condition: pmodule==NULL
fcitx-4.2.9.6/src/lib/fcitx/instance.c:56:1: style: Function 'FcitxInstanceGetAddons' argument 1 names different: declaration 'instance' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance.h:183:53: note: Function 'FcitxInstanceGetAddons' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:56:1: note: Function 'FcitxInstanceGetAddons' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:57:1: style: Function 'FcitxInstanceGetUIMenus' argument 1 names different: declaration 'instance' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance.h:185:54: note: Function 'FcitxInstanceGetUIMenus' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:57:1: note: Function 'FcitxInstanceGetUIMenus' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:58:1: style: Function 'FcitxInstanceGetUIStats' argument 1 names different: declaration 'instance' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance.h:187:54: note: Function 'FcitxInstanceGetUIStats' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:58:1: note: Function 'FcitxInstanceGetUIStats' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:59:1: style: Function 'FcitxInstanceGetUIComplexStats' argument 1 names different: declaration 'instance' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance.h:189:61: note: Function 'FcitxInstanceGetUIComplexStats' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:59:1: note: Function 'FcitxInstanceGetUIComplexStats' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:60:1: style: Function 'FcitxInstanceGetIMEs' argument 1 names different: declaration 'instance' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance.h:191:51: note: Function 'FcitxInstanceGetIMEs' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:60:1: note: Function 'FcitxInstanceGetIMEs' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:61:1: style: Function 'FcitxInstanceGetAvailIMEs' argument 1 names different: declaration 'instance' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance.h:193:56: note: Function 'FcitxInstanceGetAvailIMEs' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:61:1: note: Function 'FcitxInstanceGetAvailIMEs' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:62:1: style: Function 'FcitxInstanceGetReadFDSet' argument 1 names different: declaration 'instance' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance.h:195:54: note: Function 'FcitxInstanceGetReadFDSet' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:62:1: note: Function 'FcitxInstanceGetReadFDSet' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:63:1: style: Function 'FcitxInstanceGetWriteFDSet' argument 1 names different: declaration 'instance' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance.h:197:55: note: Function 'FcitxInstanceGetWriteFDSet' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:63:1: note: Function 'FcitxInstanceGetWriteFDSet' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:64:1: style: Function 'FcitxInstanceGetExceptFDSet' argument 1 names different: declaration 'instance' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance.h:199:56: note: Function 'FcitxInstanceGetExceptFDSet' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:64:1: note: Function 'FcitxInstanceGetExceptFDSet' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:65:1: style: Function 'FcitxInstanceGetCurrentUI' argument 1 names different: declaration 'instance' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance.h:201:66: note: Function 'FcitxInstanceGetCurrentUI' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:65:1: note: Function 'FcitxInstanceGetCurrentUI' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:66:1: style: Function 'FcitxInstanceGetMaxFD' argument 1 names different: declaration 'instance' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance.h:203:46: note: Function 'FcitxInstanceGetMaxFD' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:66:1: note: Function 'FcitxInstanceGetMaxFD' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:67:1: style: Function 'FcitxInstanceSetMaxFD' argument 1 names different: declaration 'instance' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance.h:205:47: note: Function 'FcitxInstanceSetMaxFD' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:67:1: note: Function 'FcitxInstanceSetMaxFD' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:67:1: style: Function 'FcitxInstanceSetMaxFD' argument 2 names different: declaration 'maxfd' definition 'value'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance.h:205:61: note: Function 'FcitxInstanceSetMaxFD' argument 2 names different: declaration 'maxfd' definition 'value'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:67:1: note: Function 'FcitxInstanceSetMaxFD' argument 2 names different: declaration 'maxfd' definition 'value'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:68:1: style: Function 'FcitxInstanceGetGlobalConfig' argument 1 names different: declaration 'instance' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance.h:207:68: note: Function 'FcitxInstanceGetGlobalConfig' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:68:1: note: Function 'FcitxInstanceGetGlobalConfig' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:69:1: style: Function 'FcitxInstanceGetProfile' argument 1 names different: declaration 'instance' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance.h:209:58: note: Function 'FcitxInstanceGetProfile' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:69:1: note: Function 'FcitxInstanceGetProfile' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:70:1: style: Function 'FcitxInstanceGetInputState' argument 1 names different: declaration 'instance' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance.h:211:64: note: Function 'FcitxInstanceGetInputState' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:70:1: note: Function 'FcitxInstanceGetInputState' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:71:1: style: Function 'FcitxInstanceGetIsDestroying' argument 1 names different: declaration 'instance' definition 'object'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance.h:158:57: note: Function 'FcitxInstanceGetIsDestroying' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:71:1: note: Function 'FcitxInstanceGetIsDestroying' argument 1 names different: declaration 'instance' definition 'object'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:535:38: style: Function 'FcitxInstanceLock' argument 1 names different: declaration 'instance' definition 'inst'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance.h:132:42: note: Function 'FcitxInstanceLock' argument 1 names different: declaration 'instance' definition 'inst'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:535:38: note: Function 'FcitxInstanceLock' argument 1 names different: declaration 'instance' definition 'inst'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:543:40: style: Function 'FcitxInstanceUnlock' argument 1 names different: declaration 'instance' definition 'inst'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance.h:140:44: note: Function 'FcitxInstanceUnlock' argument 1 names different: declaration 'instance' definition 'inst'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:543:40: note: Function 'FcitxInstanceUnlock' argument 1 names different: declaration 'instance' definition 'inst'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:700:69: style: Function 'FcitxInstanceSetDelayedIM' argument 2 names different: declaration 'im' definition 'delayedIM'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/lib/fcitx/instance-internal.h:174:69: note: Function 'FcitxInstanceSetDelayedIM' argument 2 names different: declaration 'im' definition 'delayedIM'.
fcitx-4.2.9.6/src/lib/fcitx/instance.c:700:69: note: Function 'FcitxInstanceSetDelayedIM' argument 2 names different: declaration 'im' definition 'delayedIM'.
fcitx-4.2.9.6/src/module/chttrans/chttrans.c:278:25: style: The scope of the variable 'fp' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/chttrans/chttrans.c:381:25: style: The scope of the variable 'fp' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/freedesktop-notify/freedesktop-notify.c:630:95: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fcitx-4.2.9.6/src/module/lua/luawrap.c:449:5: warning: Either the condition 'command==NULL' is redundant or there is possible null pointer dereference: command. [nullPointerRedundantCheck]
fcitx-4.2.9.6/src/module/lua/luawrap.c:450:17: note: Assuming that condition 'command==NULL' is not redundant
fcitx-4.2.9.6/src/module/lua/luawrap.c:449:5: note: Null pointer dereference
fcitx-4.2.9.6/src/module/lua/luawrap.c:587:5: style: Variable 'lua' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/module/lua/luawrap.c:585:0: note: Variable 'lua' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/module/lua/luawrap.c:587:5: note: Variable 'lua' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/module/lua/luawrap.c:257:23: style: The scope of the variable 'f' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/lua/luawrap.c:323:41: style: Function 'LoadExtension' argument 1 names different: declaration 'luamodule' definition 'module'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/module/lua/luawrap.h:45:41: note: Function 'LoadExtension' argument 1 names different: declaration 'luamodule' definition 'module'.
fcitx-4.2.9.6/src/module/lua/luawrap.c:323:41: note: Function 'LoadExtension' argument 1 names different: declaration 'luamodule' definition 'module'.
fcitx-4.2.9.6/src/module/lua/luawrap.c:376:39: style: Function 'UnloadExtensionByName' argument 1 names different: declaration 'luamodule' definition 'module'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/module/lua/luawrap.h:48:39: note: Function 'UnloadExtensionByName' argument 1 names different: declaration 'luamodule' definition 'module'.
fcitx-4.2.9.6/src/module/lua/luawrap.c:376:39: note: Function 'UnloadExtensionByName' argument 1 names different: declaration 'luamodule' definition 'module'.
fcitx-4.2.9.6/src/module/lua/luawrap.c:484:45: style: Function 'RegisterInputTrigger' argument 2 names different: declaration 'input_string' definition 'input'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/module/lua/luawrap.c:80:61: note: Function 'RegisterInputTrigger' argument 2 names different: declaration 'input_string' definition 'input'.
fcitx-4.2.9.6/src/module/lua/luawrap.c:484:45: note: Function 'RegisterInputTrigger' argument 2 names different: declaration 'input_string' definition 'input'.
fcitx-4.2.9.6/src/module/lua/luawrap.c:740:36: style: Function 'InputTrigger' argument 1 names different: declaration 'luamodule' definition 'module'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/module/lua/luawrap.h:53:36: note: Function 'InputTrigger' argument 1 names different: declaration 'luamodule' definition 'module'.
fcitx-4.2.9.6/src/module/lua/luawrap.c:740:36: note: Function 'InputTrigger' argument 1 names different: declaration 'luamodule' definition 'module'.
fcitx-4.2.9.6/src/module/notificationitem/dbusmenu.c:628:5: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/module/notificationitem/dbusmenu.c:627:0: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/module/notificationitem/dbusmenu.c:628:5: note: Variable 'reply' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/module/notificationitem/notificationitem.c:644:37: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
fcitx-4.2.9.6/src/module/notificationitem/notificationitem.c:643:33: note: outer condition: notificationitem->callback
fcitx-4.2.9.6/src/module/notificationitem/notificationitem.c:644:37: note: identical inner condition: notificationitem->callback
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-internal.h:68:52: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-cfp.c:404:25: style: The scope of the variable 'cand_word' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-map.h:35:36: portability: '(void*)(intptr_t)word' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-map.h:53:23: portability: '(void*)map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-cfp.c:203:5: error: Common realloc mistake: 'selected' nulled but not freed upon failure [memleakOnRealloc]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-py.c:376:32: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-py.c:377:20: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-py.c:383:15: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-py.c:387:40: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-py.c:480:48: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-py.c:411:16: style: The scope of the variable 'res' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-py.c:413:16: style: The scope of the variable 'count' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-py.c:355:27: portability: 'buff->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-py.c:378:58: portability: 'array->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-py.c:379:35: portability: 'py_table->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-py.c:387:29: portability: 'array->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-py.c:387:38: portability: 'array->data+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-py.c:388:29: portability: 'array->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-py.c:389:30: portability: 'array->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-py.c:464:43: portability: 'key->py_table_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-py.c:484:44: portability: 'pyenhance->py_table.data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-py.c:438:17: error: Common realloc mistake: 'list_buff' nulled but not freed upon failure [memleakOnRealloc]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-stroke.c:501:46: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-stroke.c:509:38: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-stroke.c:519:27: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-stroke.c:590:38: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-stroke.c:591:20: style: Same value in both branches of ternary operator. [duplicateValueTernary]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-stroke.c:452:13: style: The scope of the variable 'res' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-stroke.c:516:15: style: The scope of the variable 'words' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-stroke.h:43:52: portability: 'tree->words.data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-stroke.c:78:50: portability: 'tree->keys.data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-stroke.c:520:33: portability: 'tree->words.data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-sym.c:159:19: style: The scope of the variable 'py' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/pinyin-enhance/pinyin-enhance-sym.c:171:13: error: Common realloc mistake: 'res' nulled but not freed upon failure [memleakOnRealloc]
fcitx-4.2.9.6/src/module/punc/punc.c:385:16: style: The scope of the variable 'punc' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/punc/punc.c:403:21: style: The scope of the variable 'i' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/punc/punc.c:489:16: style: The scope of the variable 'cur' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/quickphrase/quickphrase.c:617:9: style: The scope of the variable 'iInputLen' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/quickphrase/quickphrase.c:625:9: style: The scope of the variable 'iFirstQuickPhrase' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/remote/remote.c:147:38: style: Function 'RemoteProcessEvent' argument 1 names different: declaration 'arg' definition 'p'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/module/remote/remote.c:43:38: note: Function 'RemoteProcessEvent' argument 1 names different: declaration 'arg' definition 'p'.
fcitx-4.2.9.6/src/module/remote/remote.c:147:38: note: Function 'RemoteProcessEvent' argument 1 names different: declaration 'arg' definition 'p'.
fcitx-4.2.9.6/src/module/spell/dict/comp_spell_dict.c:80:9: style: The scope of the variable 'ifd' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/spell/dict/comp_spell_dict.c:81:9: style: The scope of the variable 'ofd' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/spell/spell.c:426:30: style: The scope of the variable 'hint_provider' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/spell/spell.c:201:16: portability: '(void*)list' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/spell/spell.c:216:30: portability: '(void*)strs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/spell/spell.c:217:37: portability: '(void*)strs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/spell/spell.c:244:19: portability: '(void*)displays' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/spell/spell.c:246:11: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/spell/spell.c:251:19: portability: '(void*)commits' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/spell/spell.c:253:11: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/spell/spell.c:283:15: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/spell/spell.c:286:19: portability: '(void*)commits' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/spell/spell.c:287:11: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/unicode/charselectdata.c:150:9: style: The scope of the variable 'mid' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/unicode/charselectdata.c:188:9: style: The scope of the variable 'mid' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/unicode/charselectdata.c:259:17: style: The scope of the variable 'mid' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/unicode/charselectdata.c:271:58: portability: 'charselect->dataFile' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/unicode/charselectdata.c:271:67: portability: 'charselect->dataFile+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcitx-4.2.9.6/src/module/vk/vk.c:444:21: style: The scope of the variable 'iIndex' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/vk/vk.c:559:21: style: The scope of the variable 'pstr' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/x11/x11stuff.c:607:0: style: Same expression used in consecutive assignments of 'l1' and 'r1'. [duplicateAssignExpression]
fcitx-4.2.9.6/src/module/x11/x11stuff.c:608:0: note: Same expression used in consecutive assignments of 'l1' and 'r1'.
fcitx-4.2.9.6/src/module/x11/x11stuff.c:607:0: note: Same expression used in consecutive assignments of 'l1' and 'r1'.
fcitx-4.2.9.6/src/module/x11/x11stuff.c:614:0: style: Same expression used in consecutive assignments of 'l2' and 'r2'. [duplicateAssignExpression]
fcitx-4.2.9.6/src/module/x11/x11stuff.c:615:0: note: Same expression used in consecutive assignments of 'l2' and 'r2'.
fcitx-4.2.9.6/src/module/x11/x11stuff.c:614:0: note: Same expression used in consecutive assignments of 'l2' and 'r2'.
fcitx-4.2.9.6/src/module/x11/x11stuff.c:624:0: style: Same expression used in consecutive assignments of 't1' and 'b1'. [duplicateAssignExpression]
fcitx-4.2.9.6/src/module/x11/x11stuff.c:625:0: note: Same expression used in consecutive assignments of 't1' and 'b1'.
fcitx-4.2.9.6/src/module/x11/x11stuff.c:624:0: note: Same expression used in consecutive assignments of 't1' and 'b1'.
fcitx-4.2.9.6/src/module/x11/x11stuff.c:631:0: style: Same expression used in consecutive assignments of 't2' and 'b2'. [duplicateAssignExpression]
fcitx-4.2.9.6/src/module/x11/x11stuff.c:632:0: note: Same expression used in consecutive assignments of 't2' and 'b2'.
fcitx-4.2.9.6/src/module/x11/x11stuff.c:631:0: note: Same expression used in consecutive assignments of 't2' and 'b2'.
fcitx-4.2.9.6/src/module/x11/x11stuff.c:254:25: style: The scope of the variable 'handler' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/x11/x11stuff.c:268:25: style: The scope of the variable 'handler' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/x11/x11stuff.c:333:24: style: The scope of the variable 'format' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/x11/x11stuff.c:557:15: style: The scope of the variable 'x' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/x11/x11stuff.c:557:18: style: The scope of the variable 'y' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/x11/x11stuff.c:557:21: style: The scope of the variable 'w' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/x11/x11stuff.c:557:24: style: The scope of the variable 'h' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/x11/x11stuff.c:711:23: error: Uninitialized variable: value [uninitvar]
fcitx-4.2.9.6/src/module/x11/xerrorhandler.c:79:5: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/module/x11/xerrorhandler.c:77:0: note: Variable 'fp' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/module/x11/xerrorhandler.c:79:5: note: Variable 'fp' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/module/x11/xerrorhandler.c:76:13: style: The scope of the variable 'str' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/xkb/xkb.c:725:12: style: The scope of the variable 'layoutName' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/xkb/xkb.c:726:11: style: The scope of the variable 'variantName' can be reduced. [variableScope]
fcitx-4.2.9.6/src/module/xkb/xkb.c:1056:30: style: Function 'SaveXkbConfig' argument 1 names different: declaration 'fs' definition 'xkb'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/module/xkb/xkb.c:119:37: note: Function 'SaveXkbConfig' argument 1 names different: declaration 'fs' definition 'xkb'.
fcitx-4.2.9.6/src/module/xkb/xkb.c:1056:30: note: Function 'SaveXkbConfig' argument 1 names different: declaration 'fs' definition 'xkb'.
fcitx-4.2.9.6/src/ui/classic/InputWindow.c:160:21: style: Variable 'strGBKT' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-4.2.9.6/src/ui/classic/InputWindow.c:157:0: note: Variable 'strGBKT' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/ui/classic/InputWindow.c:160:21: note: Variable 'strGBKT' is reassigned a value before the old one has been used.
fcitx-4.2.9.6/src/ui/classic/MainWindow.c:536:13: style: The scope of the variable 'mouse' can be reduced. [variableScope]
fcitx-4.2.9.6/src/ui/classic/MenuWindow.c:401:33: style: Function 'ReverseColor' argument 1 names different: declaration 'Menu' definition 'menu'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/ui/classic/MenuWindow.c:41:40: note: Function 'ReverseColor' argument 1 names different: declaration 'Menu' definition 'menu'.
fcitx-4.2.9.6/src/ui/classic/MenuWindow.c:401:33: note: Function 'ReverseColor' argument 1 names different: declaration 'Menu' definition 'menu'.
fcitx-4.2.9.6/src/ui/classic/TrayWindow.c:162:19: warning: Either the condition 'image' is redundant or there is possible null pointer dereference: image. [nullPointerRedundantCheck]
fcitx-4.2.9.6/src/ui/classic/TrayWindow.c:159:20: note: Assuming that condition 'image' is not redundant
fcitx-4.2.9.6/src/ui/classic/TrayWindow.c:162:19: note: Null pointer dereference
fcitx-4.2.9.6/src/ui/classic/TrayWindow.c:50:12: style: The scope of the variable 'strWindowName' can be reduced. [variableScope]
fcitx-4.2.9.6/src/ui/classic/classicui.c:287:5: error: Memory pointed to by 'name' is freed twice. [doubleFree]
fcitx-4.2.9.6/src/ui/classic/skin.c:642:10: style: The scope of the variable 'dir' can be reduced. [variableScope]
fcitx-4.2.9.6/src/ui/classic/skin.c:285:59: style: Function 'LoadImage' argument 3 names different: declaration 'fallback' definition 'flag'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/ui/classic/skin.h:199:59: note: Function 'LoadImage' argument 3 names different: declaration 'fallback' definition 'flag'.
fcitx-4.2.9.6/src/ui/classic/skin.c:285:59: note: Function 'LoadImage' argument 3 names different: declaration 'fallback' definition 'flag'.
fcitx-4.2.9.6/src/ui/classic/tray.c:88:26: style: Function 'TrayInitAtom' argument 1 names different: declaration 'win' definition 'tray'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/ui/classic/tray.h:30:30: note: Function 'TrayInitAtom' argument 1 names different: declaration 'win' definition 'tray'.
fcitx-4.2.9.6/src/ui/classic/tray.c:88:26: note: Function 'TrayInitAtom' argument 1 names different: declaration 'win' definition 'tray'.
fcitx-4.2.9.6/src/ui/kimpanel/kimpanel.c:579:9: style: The scope of the variable 'nLabels' can be reduced. [variableScope]
fcitx-4.2.9.6/src/ui/kimpanel/kimpanel.c:580:9: style: The scope of the variable 'nTexts' can be reduced. [variableScope]
fcitx-4.2.9.6/src/ui/kimpanel/kimpanel.c:581:11: style: The scope of the variable 'label' can be reduced. [variableScope]
fcitx-4.2.9.6/src/ui/kimpanel/kimpanel.c:582:11: style: The scope of the variable 'text' can be reduced. [variableScope]
fcitx-4.2.9.6/src/ui/kimpanel/kimpanel.c:583:10: style: The scope of the variable 'cmb' can be reduced. [variableScope]
fcitx-4.2.9.6/src/ui/kimpanel/kimpanel.c:656:10: style: The scope of the variable 'aux' can be reduced. [variableScope]
fcitx-4.2.9.6/src/ui/kimpanel/kimpanel.c:657:10: style: The scope of the variable 'empty' can be reduced. [variableScope]
fcitx-4.2.9.6/src/ui/kimpanel/kimpanel.c:710:39: style: Function 'KimpanelDBusEventHandler' argument 2 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/ui/kimpanel/kimpanel.c:177:92: note: Function 'KimpanelDBusEventHandler' argument 2 names different: declaration 'message' definition 'msg'.
fcitx-4.2.9.6/src/ui/kimpanel/kimpanel.c:710:39: note: Function 'KimpanelDBusEventHandler' argument 2 names different: declaration 'message' definition 'msg'.
fcitx-4.2.9.6/src/ui/kimpanel/kimpanel.c:710:50: style: Function 'KimpanelDBusEventHandler' argument 3 names different: declaration 'user_data' definition 'arg'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/ui/kimpanel/kimpanel.c:177:107: note: Function 'KimpanelDBusEventHandler' argument 3 names different: declaration 'user_data' definition 'arg'.
fcitx-4.2.9.6/src/ui/kimpanel/kimpanel.c:710:50: note: Function 'KimpanelDBusEventHandler' argument 3 names different: declaration 'user_data' definition 'arg'.
fcitx-4.2.9.6/src/ui/kimpanel/kimpanel.c:735:79: style: Function 'KimpanelDBusFilter' argument 2 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
fcitx-4.2.9.6/src/ui/kimpanel/kimpanel.c:178:86: note: Function 'KimpanelDBusFilter' argument 2 names different: declaration 'message' definition 'msg'.
fcitx-4.2.9.6/src/ui/kimpanel/kimpanel.c:735:79: note: Function 'KimpanelDBusFilter' argument 2 names different: declaration 'message' definition 'msg'.
fcitx-4.2.9.6/test/testconfig.c:8:11: style: struct member '_TestConfig::name' is never used. [unusedStructMember]
fcitx-4.2.9.6/test/teststring.c:21:19: warning: Possible null pointer dereference: cat [nullPointer]
fcitx-4.2.9.6/test/teststring.c:19:17: note: Assignment 'cat=NULL', assigned value is 0
fcitx-4.2.9.6/test/teststring.c:21:19: note: Null pointer dereference
fcitx-4.2.9.6/test/teststring.c:23:19: warning: Possible null pointer dereference: cat [nullPointer]
fcitx-4.2.9.6/test/teststring.c:19:17: note: Assignment 'cat=NULL', assigned value is 0
fcitx-4.2.9.6/test/teststring.c:23:19: note: Null pointer dereference
fcitx-4.2.9.6/tools/cli/createPYMB.c:75:21: style: The scope of the variable 'iSW' can be reduced. [variableScope]
fcitx-4.2.9.6/tools/cli/createPYMB.c:166:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-4.2.9.6/tools/cli/createPYMB.c:167:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-4.2.9.6/tools/cli/createPYMB.c:297:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-4.2.9.6/tools/cli/createPYMB.c:298:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-4.2.9.6/tools/cli/mb2org.c:180:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fcitx-4.2.9.6/tools/cli/pyTools.c:33:15: style: The scope of the variable 'r' can be reduced. [variableScope]
fcitx-4.2.9.6/tools/cli/readPYBase.c:112:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fcitx-4.2.9.6/tools/cli/readPYBase.c:34:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fcitx-4.2.9.6/tools/cli/readPYMB.c:112:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fcitx-4.2.9.6/tools/cli/scel2org.c:125:0: error: Resource leak: fp [resourceLeak]
fcitx-4.2.9.6/tools/cli/txt2mb.c:170:33: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
fcitx-4.2.9.6/tools/cli/txt2mb.c:177:33: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
fcitx-4.2.9.6/tools/cli/txt2mb.c:184:33: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
fcitx-4.2.9.6/tools/cli/txt2mb.c:378:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcitx-4.2.9.6/tools/cli/txt2mb.c:486:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcitx-4.2.9.6/tools/cli/txt2mb.c:201:21: style: Checking if unsigned variable 'iCodeLength' is less than zero. [unsignedLessThanZero]
fcitx-4.2.9.6/tools/dev/fcitx-po-parser.c:242:12: style: The scope of the variable 'count' can be reduced. [variableScope]
fcitx-4.2.9.6/tools/dev/fcitx-scanner.c:839:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcitx-4.2.9.6/tools/dev/fcitx-scanner.c:870:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcitx-4.2.9.6/tools/dev/fcitx-scanner.c:873:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcitx-4.2.9.6/tools/dev/fcitx-scanner.c:883:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcitx-4.2.9.6/tools/dev/fcitx-scanner.c:921:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcitx-4.2.9.6/tools/dev/fcitx-scanner.c:944:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcitx-4.2.9.6/tools/dev/fcitx-scanner.c:1101:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcitx-4.2.9.6/tools/dev/fcitx-scanner.c:1104:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcitx-4.2.9.6/tools/dev/fcitx-scanner.c:1108:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcitx-4.2.9.6/tools/dev/fcitx-scanner.c:1178:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcitx-4.2.9.6/tools/dev/fcitx-scanner.c:342:9: style: The scope of the variable 'len' can be reduced. [variableScope]
fcitx-4.2.9.6/tools/dev/fcitx-scanner.c:970:26: style: The scope of the variable 'macro_desc' can be reduced. [variableScope]
fcitx-4.2.9.6/tools/dev/fcitx-scanner.c:986:25: style: The scope of the variable 'func_desc' can be reduced. [variableScope]
fcitx-4.2.9.6/tools/dev/fcitx-scanner.c:259:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fcitx-4.2.9.6/tools/dev/fcitx-scanner.c:262:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fcitx-4.2.9.6/tools/dev/fcitx-scanner.c:279:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
fcitx-4.2.9.6/tools/gui/wrapper/wrapperapp.cpp:42:28: style: The scope of the variable 'widget' can be reduced. [variableScope]
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-anthy/fcitx-anthy_0.2.3.orig.tar.xz
fcitx-anthy-0.2.3/src/common.h:37:5: warning: Member variable 'KeyEvent::keycode' is not initialized in the constructor. [uninitMemberVar]
fcitx-anthy-0.2.3/src/common.h:38:9: performance: Variable 'sym' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fcitx-anthy-0.2.3/src/action.h:46:10: style: Technically the member function 'Action::operator<' can be const. [functionConst]
fcitx-anthy-0.2.3/src/conversion.cpp:525:28: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/conversion.cpp:179:46: style: Checking if unsigned variable 'm_segments.size()' is less than zero. [unsignedLessThanZero]
fcitx-anthy-0.2.3/src/conversion.cpp:145:36: style: Function 'convert' argument 1 names different: declaration 'type' definition 'ctype'. [funcArgNamesDifferent]
fcitx-anthy-0.2.3/src/conversion.h:74:57: note: Function 'convert' argument 1 names different: declaration 'type' definition 'ctype'.
fcitx-anthy-0.2.3/src/conversion.cpp:145:36: note: Function 'convert' argument 1 names different: declaration 'type' definition 'ctype'.
fcitx-anthy-0.2.3/src/conversion.cpp:534:53: style: Function 'get_candidates' argument 1 names different: declaration 'candList' definition 'table'. [funcArgNamesDifferent]
fcitx-anthy-0.2.3/src/conversion.h:106:67: note: Function 'get_candidates' argument 1 names different: declaration 'candList' definition 'table'.
fcitx-anthy-0.2.3/src/conversion.cpp:534:53: note: Function 'get_candidates' argument 1 names different: declaration 'candList' definition 'table'.
fcitx-anthy-0.2.3/src/conversion.cpp:264:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/conversion.cpp:274:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/conversion.cpp:284:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/conversion.cpp:301:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/conversion.h:118:20: style: Unused private function: 'Conversion::get_prediction_string' [unusedPrivateFunction]
fcitx-anthy-0.2.3/src/style_file.h:59:19: style: Technically the member function 'StyleLine::get_line' can be const. [functionConst]
fcitx-anthy-0.2.3/src/key2kana_table.h:128:10: style: Technically the member function 'Key2KanaTableSet::get_typing_method' can be const. [functionConst]
fcitx-anthy-0.2.3/src/key2kana_table.h:129:10: style: Technically the member function 'Key2KanaTableSet::symbol_is_half' can be const. [functionConst]
fcitx-anthy-0.2.3/src/key2kana_table.h:130:10: style: Technically the member function 'Key2KanaTableSet::number_is_half' can be const. [functionConst]
fcitx-anthy-0.2.3/src/key2kana_table.h:132:10: style: Technically the member function 'Key2KanaTableSet::get_period_style' can be const. [functionConst]
fcitx-anthy-0.2.3/src/key2kana_table.h:134:10: style: Technically the member function 'Key2KanaTableSet::get_comma_style' can be const. [functionConst]
fcitx-anthy-0.2.3/src/key2kana_table.h:136:10: style: Technically the member function 'Key2KanaTableSet::get_bracket_style' can be const. [functionConst]
fcitx-anthy-0.2.3/src/key2kana_table.h:138:10: style: Technically the member function 'Key2KanaTableSet::get_slash_style' can be const. [functionConst]
fcitx-anthy-0.2.3/src/key2kana.h:53:16: style: Technically the member function 'Key2KanaConvertor::is_pseudo_ascii_mode' can be const. [functionConst]
fcitx-anthy-0.2.3/src/reading.h:51:25: style: Technically the member function 'ReadingSegment::get' can be const. [functionConst]
fcitx-anthy-0.2.3/src/reading.h:52:29: style: Technically the member function 'ReadingSegment::get_raw' can be const. [functionConst]
fcitx-anthy-0.2.3/src/conversion.h:50:18: style: Technically the member function 'ConversionSegment::get_candidate_id' can be const. [functionConst]
fcitx-anthy-0.2.3/src/conversion.cpp:53:20: note: Technically the member function 'ConversionSegment::get_candidate_id' can be const.
fcitx-anthy-0.2.3/src/conversion.h:50:18: note: Technically the member function 'ConversionSegment::get_candidate_id' can be const.
fcitx-anthy-0.2.3/src/conversion.h:51:18: style: Technically the member function 'ConversionSegment::get_reading_length' can be const. [functionConst]
fcitx-anthy-0.2.3/src/conversion.cpp:59:20: note: Technically the member function 'ConversionSegment::get_reading_length' can be const.
fcitx-anthy-0.2.3/src/conversion.h:51:18: note: Technically the member function 'ConversionSegment::get_reading_length' can be const.
fcitx-anthy-0.2.3/src/conversion.h:85:19: style: Technically the member function 'Conversion::is_converting' can be const. [functionConst]
fcitx-anthy-0.2.3/src/conversion.cpp:245:13: note: Technically the member function 'Conversion::is_converting' can be const.
fcitx-anthy-0.2.3/src/conversion.h:85:19: note: Technically the member function 'Conversion::is_converting' can be const.
fcitx-anthy-0.2.3/src/conversion.h:86:19: style: Technically the member function 'Conversion::is_predicting' can be const. [functionConst]
fcitx-anthy-0.2.3/src/conversion.cpp:254:13: note: Technically the member function 'Conversion::is_predicting' can be const.
fcitx-anthy-0.2.3/src/conversion.h:86:19: note: Technically the member function 'Conversion::is_predicting' can be const.
fcitx-anthy-0.2.3/src/conversion.h:98:19: style: Technically the member function 'Conversion::get_selected_segment' can be const. [functionConst]
fcitx-anthy-0.2.3/src/conversion.cpp:400:13: note: Technically the member function 'Conversion::get_selected_segment' can be const.
fcitx-anthy-0.2.3/src/conversion.h:98:19: note: Technically the member function 'Conversion::get_selected_segment' can be const.
fcitx-anthy-0.2.3/src/conversion.h:118:20: performance: Technically the member function 'Conversion::get_prediction_string' can be static. [functionStatic]
fcitx-anthy-0.2.3/src/conversion.cpp:807:13: note: Technically the member function 'Conversion::get_prediction_string' can be static.
fcitx-anthy-0.2.3/src/conversion.h:118:20: note: Technically the member function 'Conversion::get_prediction_string' can be static.
fcitx-anthy-0.2.3/src/imengine.h:135:12: style: Technically the member function 'AnthyInstance::get_conversion_mode' can be const. [functionConst]
fcitx-anthy-0.2.3/src/imengine.h:137:12: style: Technically the member function 'AnthyInstance::get_period_style' can be const. [functionConst]
fcitx-anthy-0.2.3/src/imengine.h:139:12: style: Technically the member function 'AnthyInstance::get_symbol_style' can be const. [functionConst]
fcitx-anthy-0.2.3/src/key2kana_table.h:83:5: style: Class 'Key2KanaTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-anthy-0.2.3/src/kana.h:33:16: style: Class 'KanaConvertor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-anthy-0.2.3/src/reading.h:64:5: style: Class 'Reading' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-anthy-0.2.3/src/preedit.h:36:5: style: Class 'Preedit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-anthy-0.2.3/src/imengine.h:46:5: style: Class 'AnthyInstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-anthy-0.2.3/src/key2kana.h:38:16: style: The function 'can_append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:35:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/key2kana.h:38:16: note: Function in derived class
fcitx-anthy-0.2.3/src/key2kana.h:40:16: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:37:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/key2kana.h:40:16: note: Function in derived class
fcitx-anthy-0.2.3/src/key2kana.h:44:16: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:44:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/key2kana.h:44:16: note: Function in derived class
fcitx-anthy-0.2.3/src/key2kana.h:46:16: style: The function 'is_pending' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:46:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/key2kana.h:46:16: note: Function in derived class
fcitx-anthy-0.2.3/src/key2kana.h:47:17: style: The function 'get_pending' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:47:25: note: Virtual function in base class
fcitx-anthy-0.2.3/src/key2kana.h:47:17: note: Function in derived class
fcitx-anthy-0.2.3/src/key2kana.h:48:17: style: The function 'flush_pending' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:48:25: note: Virtual function in base class
fcitx-anthy-0.2.3/src/key2kana.h:48:17: note: Function in derived class
fcitx-anthy-0.2.3/src/key2kana.h:49:16: style: The function 'reset_pending' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:49:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/key2kana.h:49:16: note: Function in derived class
fcitx-anthy-0.2.3/src/key2kana.h:55:16: style: The function 'process_pseudo_ascii_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:54:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/key2kana.h:55:16: note: Function in derived class
fcitx-anthy-0.2.3/src/key2kana.h:56:16: style: The function 'reset_pseudo_ascii_mode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:52:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/key2kana.h:56:16: note: Function in derived class
fcitx-anthy-0.2.3/src/key2kana.h:59:16: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:41:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/key2kana.h:59:16: note: Function in derived class
fcitx-anthy-0.2.3/src/kana.h:36:16: style: The function 'can_append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:35:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/kana.h:36:16: note: Function in derived class
fcitx-anthy-0.2.3/src/kana.h:38:16: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:37:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/kana.h:38:16: note: Function in derived class
fcitx-anthy-0.2.3/src/kana.h:42:16: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:41:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/kana.h:42:16: note: Function in derived class
fcitx-anthy-0.2.3/src/kana.h:45:16: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:44:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/kana.h:45:16: note: Function in derived class
fcitx-anthy-0.2.3/src/kana.h:47:16: style: The function 'is_pending' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:46:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/kana.h:47:16: note: Function in derived class
fcitx-anthy-0.2.3/src/kana.h:48:17: style: The function 'get_pending' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:47:25: note: Virtual function in base class
fcitx-anthy-0.2.3/src/kana.h:48:17: note: Function in derived class
fcitx-anthy-0.2.3/src/kana.h:49:17: style: The function 'flush_pending' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:48:25: note: Virtual function in base class
fcitx-anthy-0.2.3/src/kana.h:49:17: note: Function in derived class
fcitx-anthy-0.2.3/src/kana.h:50:16: style: The function 'reset_pending' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:49:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/kana.h:50:16: note: Function in derived class
fcitx-anthy-0.2.3/src/nicola.h:46:16: style: The function 'can_append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:35:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/nicola.h:46:16: note: Function in derived class
fcitx-anthy-0.2.3/src/nicola.h:48:16: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:37:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/nicola.h:48:16: note: Function in derived class
fcitx-anthy-0.2.3/src/nicola.h:52:16: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:41:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/nicola.h:52:16: note: Function in derived class
fcitx-anthy-0.2.3/src/nicola.h:55:16: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:44:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/nicola.h:55:16: note: Function in derived class
fcitx-anthy-0.2.3/src/nicola.h:57:16: style: The function 'is_pending' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:46:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/nicola.h:57:16: note: Function in derived class
fcitx-anthy-0.2.3/src/nicola.h:58:17: style: The function 'get_pending' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:47:25: note: Virtual function in base class
fcitx-anthy-0.2.3/src/nicola.h:58:17: note: Function in derived class
fcitx-anthy-0.2.3/src/nicola.h:59:17: style: The function 'flush_pending' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:48:25: note: Virtual function in base class
fcitx-anthy-0.2.3/src/nicola.h:59:17: note: Function in derived class
fcitx-anthy-0.2.3/src/nicola.h:60:16: style: The function 'reset_pending' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-anthy-0.2.3/src/key2kana_base.h:49:24: note: Virtual function in base class
fcitx-anthy-0.2.3/src/nicola.h:60:16: note: Function in derived class
fcitx-anthy-0.2.3/src/conversion.cpp:33:51: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/conversion.cpp:65:37: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/conversion.cpp:104:34: performance: Function parameter 'source' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/factory.cpp:114:28: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/factory.cpp:122:28: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/factory.cpp:130:28: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/factory.cpp:137:28: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/factory.cpp:144:28: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/factory.cpp:167:28: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/factory.cpp:182:28: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/factory.cpp:199:28: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/factory.cpp:216:28: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/factory.cpp:224:28: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/factory.cpp:230:28: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/imengine.cpp:2486:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
fcitx-anthy-0.2.3/src/imengine.cpp:636:28: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/imengine.cpp:643:28: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/imengine.cpp:650:28: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/imengine.cpp:657:28: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/imengine.cpp:664:28: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/imengine.cpp:713:1: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/imengine.cpp:714:1: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/imengine.cpp:715:1: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/imengine.cpp:716:1: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/imengine.cpp:717:1: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/imengine.cpp:2420:17: style: The scope of the variable 'section_romaji' can be reduced. [variableScope]
fcitx-anthy-0.2.3/src/imengine.cpp:2432:17: style: The scope of the variable 'section_kana' can be reduced. [variableScope]
fcitx-anthy-0.2.3/src/imengine.cpp:2444:17: style: The scope of the variable 'section_nicola' can be reduced. [variableScope]
fcitx-anthy-0.2.3/src/imengine.cpp:2326:17: style: Unused variable: file [unusedVariable]
fcitx-anthy-0.2.3/src/imengine.cpp:275:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/imengine.h:156:17: style: Technically the member function 'AnthyInstance::get_input_mode_icon' can be const. [functionConst]
fcitx-anthy-0.2.3/src/imengine.cpp:668:28: note: Technically the member function 'AnthyInstance::get_input_mode_icon' can be const.
fcitx-anthy-0.2.3/src/imengine.h:156:17: note: Technically the member function 'AnthyInstance::get_input_mode_icon' can be const.
fcitx-anthy-0.2.3/src/imengine.h:157:17: style: Technically the member function 'AnthyInstance::get_typing_method_icon' can be const. [functionConst]
fcitx-anthy-0.2.3/src/imengine.cpp:673:28: note: Technically the member function 'AnthyInstance::get_typing_method_icon' can be const.
fcitx-anthy-0.2.3/src/imengine.h:157:17: note: Technically the member function 'AnthyInstance::get_typing_method_icon' can be const.
fcitx-anthy-0.2.3/src/imengine.h:158:17: style: Technically the member function 'AnthyInstance::get_conversion_mode_icon' can be const. [functionConst]
fcitx-anthy-0.2.3/src/imengine.cpp:678:28: note: Technically the member function 'AnthyInstance::get_conversion_mode_icon' can be const.
fcitx-anthy-0.2.3/src/imengine.h:158:17: note: Technically the member function 'AnthyInstance::get_conversion_mode_icon' can be const.
fcitx-anthy-0.2.3/src/imengine.h:159:17: style: Technically the member function 'AnthyInstance::get_period_style_icon' can be const. [functionConst]
fcitx-anthy-0.2.3/src/imengine.cpp:683:28: note: Technically the member function 'AnthyInstance::get_period_style_icon' can be const.
fcitx-anthy-0.2.3/src/imengine.h:159:17: note: Technically the member function 'AnthyInstance::get_period_style_icon' can be const.
fcitx-anthy-0.2.3/src/imengine.h:160:17: style: Technically the member function 'AnthyInstance::get_symbol_style_icon' can be const. [functionConst]
fcitx-anthy-0.2.3/src/imengine.cpp:688:28: note: Technically the member function 'AnthyInstance::get_symbol_style_icon' can be const.
fcitx-anthy-0.2.3/src/imengine.h:160:17: note: Technically the member function 'AnthyInstance::get_symbol_style_icon' can be const.
fcitx-anthy-0.2.3/src/imengine.h:190:12: style: Technically the member function 'AnthyInstance::is_single_segment' can be const. [functionConst]
fcitx-anthy-0.2.3/src/imengine.cpp:2043:16: note: Technically the member function 'AnthyInstance::is_single_segment' can be const.
fcitx-anthy-0.2.3/src/imengine.h:190:12: note: Technically the member function 'AnthyInstance::is_single_segment' can be const.
fcitx-anthy-0.2.3/src/imengine.h:191:12: style: Technically the member function 'AnthyInstance::is_realtime_conversion' can be const. [functionConst]
fcitx-anthy-0.2.3/src/imengine.cpp:2053:16: note: Technically the member function 'AnthyInstance::is_realtime_conversion' can be const.
fcitx-anthy-0.2.3/src/imengine.h:191:12: note: Technically the member function 'AnthyInstance::is_realtime_conversion' can be const.
fcitx-anthy-0.2.3/src/kana.cpp:208:44: style: Function 'append' argument 1 names different: declaration 'raw' definition 'str'. [funcArgNamesDifferent]
fcitx-anthy-0.2.3/src/kana.h:42:60: note: Function 'append' argument 1 names different: declaration 'raw' definition 'str'.
fcitx-anthy-0.2.3/src/kana.cpp:208:44: note: Function 'append' argument 1 names different: declaration 'raw' definition 'str'.
fcitx-anthy-0.2.3/src/key2kana.cpp:28:20: warning: Member variable 'Key2KanaConvertor::m_reset_pseudo_ascii_mode' is not initialized in the constructor. [uninitMemberVar]
fcitx-anthy-0.2.3/src/key2kana.cpp:226:21: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fcitx-anthy-0.2.3/src/key2kana_table.cpp:336:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/key2kana_table.cpp:351:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/key2kana_table.cpp:362:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/key2kana_table.h:67:17: style: Technically the member function 'Key2KanaRule::get_sequence' can be const. [functionConst]
fcitx-anthy-0.2.3/src/key2kana_table.cpp:146:15: note: Technically the member function 'Key2KanaRule::get_sequence' can be const.
fcitx-anthy-0.2.3/src/key2kana_table.h:67:17: note: Technically the member function 'Key2KanaRule::get_sequence' can be const.
fcitx-anthy-0.2.3/src/key2kana_table.h:68:17: style: Technically the member function 'Key2KanaRule::get_result' can be const. [functionConst]
fcitx-anthy-0.2.3/src/key2kana_table.cpp:152:15: note: Technically the member function 'Key2KanaRule::get_result' can be const.
fcitx-anthy-0.2.3/src/key2kana_table.h:68:17: note: Technically the member function 'Key2KanaRule::get_result' can be const.
fcitx-anthy-0.2.3/src/key2kana_table.cpp:133:41: performance: Function parameter 'sequence' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/key2kana_table.cpp:185:43: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/key2kana_table.cpp:190:43: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/key2kana_table.cpp:200:43: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/nicola.cpp:30:34: style: C-style pointer casting [cstyleCast]
fcitx-anthy-0.2.3/src/nicola.cpp:426:46: style: Function 'append' argument 1 names different: declaration 'raw' definition 'str'. [funcArgNamesDifferent]
fcitx-anthy-0.2.3/src/nicola.h:52:66: note: Function 'append' argument 1 names different: declaration 'raw' definition 'str'.
fcitx-anthy-0.2.3/src/nicola.cpp:426:46: note: Function 'append' argument 1 names different: declaration 'raw' definition 'str'.
fcitx-anthy-0.2.3/src/nicola.h:82:17: style: Unused private function: 'NicolaConvertor::thumb_key' [unusedPrivateFunction]
fcitx-anthy-0.2.3/src/preedit.cpp:208:41: style: Checking if unsigned variable 'm_reading.get_length_by_char()' is less than zero. [unsignedLessThanZero]
fcitx-anthy-0.2.3/src/preedit.cpp:261:39: style: Function 'commit' argument 2 names different: declaration 'lean' definition 'learn'. [funcArgNamesDifferent]
fcitx-anthy-0.2.3/src/preedit.h:68:56: note: Function 'commit' argument 2 names different: declaration 'lean' definition 'learn'.
fcitx-anthy-0.2.3/src/preedit.cpp:261:39: note: Function 'commit' argument 2 names different: declaration 'lean' definition 'learn'.
fcitx-anthy-0.2.3/src/preedit.cpp:358:26: style: Function 'move_caret' argument 1 names different: declaration 'len' definition 'step'. [funcArgNamesDifferent]
fcitx-anthy-0.2.3/src/preedit.h:92:58: note: Function 'move_caret' argument 1 names different: declaration 'len' definition 'step'.
fcitx-anthy-0.2.3/src/preedit.cpp:358:26: note: Function 'move_caret' argument 1 names different: declaration 'len' definition 'step'.
fcitx-anthy-0.2.3/src/preedit.h:49:19: style: Technically the member function 'Preedit::is_reconverting' can be const. [functionConst]
fcitx-anthy-0.2.3/src/preedit.cpp:166:10: note: Technically the member function 'Preedit::is_reconverting' can be const.
fcitx-anthy-0.2.3/src/preedit.h:49:19: note: Technically the member function 'Preedit::is_reconverting' can be const.
fcitx-anthy-0.2.3/src/preedit.h:99:19: style: Technically the member function 'Preedit::get_input_mode' can be const. [functionConst]
fcitx-anthy-0.2.3/src/preedit.cpp:412:10: note: Technically the member function 'Preedit::get_input_mode' can be const.
fcitx-anthy-0.2.3/src/preedit.h:99:19: note: Technically the member function 'Preedit::get_input_mode' can be const.
fcitx-anthy-0.2.3/src/reading.cpp:400:28: style: Checking if unsigned variable 'm_segments.size()' is less than zero. [unsignedLessThanZero]
fcitx-anthy-0.2.3/src/reading.cpp:476:28: style: Checking if unsigned variable 'm_segments.size()' is less than zero. [unsignedLessThanZero]
fcitx-anthy-0.2.3/src/reading.cpp:491:23: style: Checking if unsigned variable 'm_segment_pos' is less than zero. [unsignedLessThanZero]
fcitx-anthy-0.2.3/src/reading.cpp:577:48: style: Checking if unsigned variable 'm_segments.size()' is less than zero. [unsignedLessThanZero]
fcitx-anthy-0.2.3/src/reading.cpp:208:47: style: Function 'get_by_char' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
fcitx-anthy-0.2.3/src/reading.h:73:58: note: Function 'get_by_char' argument 2 names different: declaration 'length' definition 'len'.
fcitx-anthy-0.2.3/src/reading.cpp:208:47: note: Function 'get_by_char' argument 2 names different: declaration 'length' definition 'len'.
fcitx-anthy-0.2.3/src/reading.cpp:278:51: style: Function 'get_raw_by_char' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
fcitx-anthy-0.2.3/src/reading.h:77:58: note: Function 'get_raw_by_char' argument 2 names different: declaration 'length' definition 'len'.
fcitx-anthy-0.2.3/src/reading.cpp:278:51: note: Function 'get_raw_by_char' argument 2 names different: declaration 'length' definition 'len'.
fcitx-anthy-0.2.3/src/reading.cpp:398:41: style: Function 'erase' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
fcitx-anthy-0.2.3/src/reading.h:81:58: note: Function 'erase' argument 2 names different: declaration 'length' definition 'len'.
fcitx-anthy-0.2.3/src/reading.cpp:398:41: note: Function 'erase' argument 2 names different: declaration 'length' definition 'len'.
fcitx-anthy-0.2.3/src/reading.cpp:81:27: style: Unused variable: it [unusedVariable]
fcitx-anthy-0.2.3/src/reading.cpp:623:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/reading.h:84:18: style: Technically the member function 'Reading::get_length' can be const. [functionConst]
fcitx-anthy-0.2.3/src/reading.cpp:506:10: note: Technically the member function 'Reading::get_length' can be const.
fcitx-anthy-0.2.3/src/reading.h:84:18: note: Technically the member function 'Reading::get_length' can be const.
fcitx-anthy-0.2.3/src/reading.cpp:35:26: performance: Function parameter 'c' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/style_file.cpp:402:25: style: Checking if unsigned variable 'it->size()' is less than zero. [unsignedLessThanZero]
fcitx-anthy-0.2.3/src/style_file.cpp:525:25: style: Checking if unsigned variable 'it->size()' is less than zero. [unsignedLessThanZero]
fcitx-anthy-0.2.3/src/style_file.cpp:582:25: style: Checking if unsigned variable 'it->size()' is less than zero. [unsignedLessThanZero]
fcitx-anthy-0.2.3/src/style_file.cpp:633:25: style: Checking if unsigned variable 'it->size()' is less than zero. [unsignedLessThanZero]
fcitx-anthy-0.2.3/src/style_file.cpp:585:30: style: Unused variable: lit [unusedVariable]
fcitx-anthy-0.2.3/src/style_file.cpp:358:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/style_file.cpp:360:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/style_file.cpp:401:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/style_file.cpp:412:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/style_file.cpp:434:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/style_file.cpp:453:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/style_file.cpp:487:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/style_file.cpp:524:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/style_file.cpp:547:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/style_file.cpp:567:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/style_file.cpp:581:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/style_file.cpp:605:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/style_file.cpp:632:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcitx-anthy-0.2.3/src/style_file.h:83:17: style: Technically the member function 'StyleFile::get_title' can be const. [functionConst]
fcitx-anthy-0.2.3/src/style_file.cpp:386:12: note: Technically the member function 'StyleFile::get_title' can be const.
fcitx-anthy-0.2.3/src/style_file.h:83:17: note: Technically the member function 'StyleFile::get_title' can be const.
fcitx-anthy-0.2.3/src/style_file.h:84:17: style: Technically the member function 'StyleFile::get_file_name' can be const. [functionConst]
fcitx-anthy-0.2.3/src/style_file.cpp:392:12: note: Technically the member function 'StyleFile::get_file_name' can be const.
fcitx-anthy-0.2.3/src/style_file.h:84:17: note: Technically the member function 'StyleFile::get_file_name' can be const.
fcitx-anthy-0.2.3/src/style_file.h:86:12: style: Technically the member function 'StyleFile::get_section_list' can be const. [functionConst]
fcitx-anthy-0.2.3/src/style_file.cpp:514:12: note: Technically the member function 'StyleFile::get_section_list' can be const.
fcitx-anthy-0.2.3/src/style_file.h:86:12: note: Technically the member function 'StyleFile::get_section_list' can be const.
fcitx-anthy-0.2.3/src/style_file.cpp:66:58: performance: Function parameter 'line' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/style_file.cpp:73:58: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/style_file.cpp:73:75: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/style_file.cpp:81:58: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/style_file.cpp:231:35: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/style_file.cpp:398:56: performance: Function parameter 'section' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/style_file.cpp:398:77: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/style_file.cpp:426:42: performance: Function parameter 'section' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/style_file.cpp:426:63: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/style_file.cpp:447:36: performance: Function parameter 'section' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/style_file.cpp:480:42: performance: Function parameter 'section' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/style_file.cpp:521:59: performance: Function parameter 'section' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/style_file.cpp:540:70: performance: Function parameter 'section' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/style_file.cpp:559:36: performance: Function parameter 'section' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/style_file.cpp:559:57: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/style_file.cpp:578:40: performance: Function parameter 'section' should be passed by const reference. [passedByValue]
fcitx-anthy-0.2.3/src/utils.cpp:263:23: style: Checking if unsigned variable 'array.size()' is less than zero. [unsignedLessThanZero]
fcitx-anthy-0.2.3/src/utils.cpp:49:42: style: Function 'util_match_key_event' argument 1 names different: declaration 'list' definition 'hotkey'. [funcArgNamesDifferent]
fcitx-anthy-0.2.3/src/utils.h:32:52: note: Function 'util_match_key_event' argument 1 names different: declaration 'list' definition 'hotkey'.
fcitx-anthy-0.2.3/src/utils.cpp:49:42: note: Function 'util_match_key_event' argument 1 names different: declaration 'list' definition 'hotkey'.
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-autoeng-ng/fcitx-autoeng-ng_0.1.1~git20150311.orig.tar.gz
fcitx-autoeng-ng-0.1.1~git20150311/src/iniparser/dictionary.c:143:34: style: Function 'dictionary_del' argument 1 names different: declaration 'vd' definition 'd'. [funcArgNamesDifferent]
fcitx-autoeng-ng-0.1.1~git20150311/src/iniparser/dictionary.h:90:34: note: Function 'dictionary_del' argument 1 names different: declaration 'vd' definition 'd'.
fcitx-autoeng-ng-0.1.1~git20150311/src/iniparser/dictionary.c:143:34: note: Function 'dictionary_del' argument 1 names different: declaration 'vd' definition 'd'.
fcitx-autoeng-ng-0.1.1~git20150311/src/iniparser/dictionary.c:221:33: style: Function 'dictionary_set' argument 1 names different: declaration 'vd' definition 'd'. [funcArgNamesDifferent]
fcitx-autoeng-ng-0.1.1~git20150311/src/iniparser/dictionary.h:135:33: note: Function 'dictionary_set' argument 1 names different: declaration 'vd' definition 'd'.
fcitx-autoeng-ng-0.1.1~git20150311/src/iniparser/dictionary.c:221:33: note: Function 'dictionary_set' argument 1 names different: declaration 'vd' definition 'd'.
fcitx-autoeng-ng-0.1.1~git20150311/src/iniparser/iniparser.c:210:13: style: The scope of the variable 'secname' can be reduced. [variableScope]
fcitx-autoeng-ng-0.1.1~git20150311/src/iniparser/iniparser.c:640:10: style: The scope of the variable 'len' can be reduced. [variableScope]
fcitx-autoeng-ng-0.1.1~git20150311/src/iniparser/iniparser.c:52:13: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fcitx-autoeng-ng-0.1.1~git20150311/src/iniparser/iniparser.c:577:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-autoeng-ng-0.1.1~git20150311/src/iniparser/iniparser.c:581:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-autoeng-ng-0.1.1~git20150311/src/iniparser/iniparser.c:582:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-autoeng-ng-0.1.1~git20150311/src/iniparser/iniparser.c:583:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-autoeng-ng-0.1.1~git20150311/src/iniparser/iniparser.c:596:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-autoeng-ng-0.1.1~git20150311/src/iniparser/iniparser.c:597:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-chewing/fcitx-chewing_0.2.2.orig.tar.xz
fcitx-chewing-0.2.2/src/eim.c:543:44: style: Function 'SaveChewingConfig' argument 1 names different: declaration 'fs' definition 'fc'. [funcArgNamesDifferent]
fcitx-chewing-0.2.2/src/eim.c:48:51: note: Function 'SaveChewingConfig' argument 1 names different: declaration 'fs' definition 'fc'.
fcitx-chewing-0.2.2/src/eim.c:543:44: note: Function 'SaveChewingConfig' argument 1 names different: declaration 'fs' definition 'fc'.
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-cloudpinyin/fcitx-cloudpinyin_0.3.6.orig.tar.xz
fcitx-cloudpinyin-0.3.6/src/cloudpinyin.c:299:13: style: Variable 'strToFree' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-cloudpinyin-0.3.6/src/cloudpinyin.c:298:0: note: Variable 'strToFree' is reassigned a value before the old one has been used.
fcitx-cloudpinyin-0.3.6/src/cloudpinyin.c:299:13: note: Variable 'strToFree' is reassigned a value before the old one has been used.
fcitx-cloudpinyin-0.3.6/src/cloudpinyin.c:515:17: style: Variable 'strToFree' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-cloudpinyin-0.3.6/src/cloudpinyin.c:514:0: note: Variable 'strToFree' is reassigned a value before the old one has been used.
fcitx-cloudpinyin-0.3.6/src/cloudpinyin.c:515:17: note: Variable 'strToFree' is reassigned a value before the old one has been used.
fcitx-cloudpinyin-0.3.6/src/cloudpinyin.c:510:34: style: Variable 'cacheEntry' is assigned a value that is never used. [unreadVariable]
fcitx-cloudpinyin-0.3.6/src/parse.c:37:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-configtool/fcitx-configtool_0.4.9.orig.tar.gz
fcitx-configtool-0.4.9/gtk/config_widget.c:476:24: style: The scope of the variable 'button' can be reduced. [variableScope]
fcitx-configtool-0.4.9/gtk/gdm-languages.c:219:14: warning: Possible null pointer dereference: language [nullPointer]
fcitx-configtool-0.4.9/gtk/gdm-languages.c:192:66: note: Calling function 'construct_language_name', 1st argument 'language' value is 0
fcitx-configtool-0.4.9/gtk/gdm-languages.c:219:14: note: Null pointer dereference
fcitx-configtool-0.4.9/gtk/gdm-languages.c:90:17: style: The scope of the variable 'p' can be reduced. [variableScope]
fcitx-configtool-0.4.9/gtk/gdm-languages.c:91:11: style: The scope of the variable 'q' can be reduced. [variableScope]
fcitx-configtool-0.4.9/gtk/gdm-languages.c:554:11: style: The scope of the variable 'getsret' can be reduced. [variableScope]
fcitx-configtool-0.4.9/gtk/gdm-languages.c:688:22: style: The scope of the variable 'translated_name' can be reduced. [variableScope]
fcitx-configtool-0.4.9/gtk/keygrab.c:45:48: style: Function 'keygrab_button_init' argument 1 names different: declaration 'keygrab_button' definition 'keygrabbutton'. [funcArgNamesDifferent]
fcitx-configtool-0.4.9/gtk/keygrab.c:36:48: note: Function 'keygrab_button_init' argument 1 names different: declaration 'keygrab_button' definition 'keygrabbutton'.
fcitx-configtool-0.4.9/gtk/keygrab.c:45:48: note: Function 'keygrab_button_init' argument 1 names different: declaration 'keygrab_button' definition 'keygrabbutton'.
fcitx-configtool-0.4.9/gtk/sub_config_parser.c:145:36: style: Function 'sub_config_pattern_free' argument 1 names different: declaration 'pattern' definition 'data'. [funcArgNamesDifferent]
fcitx-configtool-0.4.9/gtk/sub_config_parser.c:34:43: note: Function 'sub_config_pattern_free' argument 1 names different: declaration 'pattern' definition 'data'.
fcitx-configtool-0.4.9/gtk/sub_config_parser.c:145:36: note: Function 'sub_config_pattern_free' argument 1 names different: declaration 'pattern' definition 'data'.
fcitx-configtool-0.4.9/gtk3/config_widget.c:189:5: style: Variable 'oldarg' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-configtool-0.4.9/gtk3/config_widget.c:186:0: note: Variable 'oldarg' is reassigned a value before the old one has been used.
fcitx-configtool-0.4.9/gtk3/config_widget.c:189:5: note: Variable 'oldarg' is reassigned a value before the old one has been used.
fcitx-configtool-0.4.9/gtk3/gdm-languages.c:219:14: warning: Possible null pointer dereference: language [nullPointer]
fcitx-configtool-0.4.9/gtk3/gdm-languages.c:192:66: note: Calling function 'construct_language_name', 1st argument 'language' value is 0
fcitx-configtool-0.4.9/gtk3/gdm-languages.c:219:14: note: Null pointer dereference
fcitx-configtool-0.4.9/gtk3/gdm-languages.c:90:17: style: The scope of the variable 'p' can be reduced. [variableScope]
fcitx-configtool-0.4.9/gtk3/gdm-languages.c:91:11: style: The scope of the variable 'q' can be reduced. [variableScope]
fcitx-configtool-0.4.9/gtk3/gdm-languages.c:554:11: style: The scope of the variable 'getsret' can be reduced. [variableScope]
fcitx-configtool-0.4.9/gtk3/gdm-languages.c:688:22: style: The scope of the variable 'translated_name' can be reduced. [variableScope]
fcitx-configtool-0.4.9/gtk3/im_dialog.c:260:9: warning: The buffer 'temp' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
fcitx-configtool-0.4.9/gtk3/im_dialog.c:314:5: warning: The buffer 'tempa' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
fcitx-configtool-0.4.9/gtk3/im_dialog.c:316:5: warning: The buffer 'tempb' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
fcitx-configtool-0.4.9/gtk3/im_dialog.c:368:13: warning: The buffer 'temp' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
fcitx-configtool-0.4.9/gtk3/keygrab.c:144:7: style: Same expression on both sides of '||'. [duplicateExpression]
fcitx-configtool-0.4.9/gtk3/sub_config_parser.c:158:36: style: Function 'sub_config_pattern_free' argument 1 names different: declaration 'pattern' definition 'data'. [funcArgNamesDifferent]
fcitx-configtool-0.4.9/gtk3/sub_config_parser.c:34:43: note: Function 'sub_config_pattern_free' argument 1 names different: declaration 'pattern' definition 'data'.
fcitx-configtool-0.4.9/gtk3/sub_config_parser.c:158:36: note: Function 'sub_config_pattern_free' argument 1 names different: declaration 'pattern' definition 'data'.
fcitx-configtool-0.4.9/gtk3/ui_widget.c:73:45: style: Function 'fcitx_ui_widget_connect' argument 1 names different: declaration 'widget' definition 'self'. [funcArgNamesDifferent]
fcitx-configtool-0.4.9/gtk3/ui_widget.h:65:40: note: Function 'fcitx_ui_widget_connect' argument 1 names different: declaration 'widget' definition 'self'.
fcitx-configtool-0.4.9/gtk3/ui_widget.c:73:45: note: Function 'fcitx_ui_widget_connect' argument 1 names different: declaration 'widget' definition 'self'.
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-fbterm/fcitx-fbterm_0.2.0.orig.tar.xz
fcitx-fbterm-0.2.0/src/fcitx-fbterm.c:134:14: style: The scope of the variable 'mid' can be reduced. [variableScope]
fcitx-fbterm-0.2.0/src/fcitx-fbterm.c:231:14: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
fcitx-fbterm-0.2.0/src/imapi.c:61:26: style: Function 'connect_fbterm' argument 1 names different: declaration 'mode' definition 'raw'. [funcArgNamesDifferent]
fcitx-fbterm-0.2.0/src/imapi.h:84:33: note: Function 'connect_fbterm' argument 1 names different: declaration 'mode' definition 'raw'.
fcitx-fbterm-0.2.0/src/imapi.c:61:26: note: Function 'connect_fbterm' argument 1 names different: declaration 'mode' definition 'raw'.
fcitx-fbterm-0.2.0/src/imapi.c:88:29: style: Function 'set_im_window' argument 1 names different: declaration 'winid' definition 'id'. [funcArgNamesDifferent]
fcitx-fbterm-0.2.0/src/imapi.h:115:36: note: Function 'set_im_window' argument 1 names different: declaration 'winid' definition 'id'.
fcitx-fbterm-0.2.0/src/imapi.c:88:29: note: Function 'set_im_window' argument 1 names different: declaration 'winid' definition 'id'.
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-fullwidthchar-enhance/fcitx-fullwidthchar-enhance_0.0~git20150311.orig.tar.gz
fcitx-fullwidthchar-enhance-0.0~git20150311/src/iniparser/dictionary.c:143:34: style: Function 'dictionary_del' argument 1 names different: declaration 'vd' definition 'd'. [funcArgNamesDifferent]
fcitx-fullwidthchar-enhance-0.0~git20150311/src/iniparser/dictionary.h:90:34: note: Function 'dictionary_del' argument 1 names different: declaration 'vd' definition 'd'.
fcitx-fullwidthchar-enhance-0.0~git20150311/src/iniparser/dictionary.c:143:34: note: Function 'dictionary_del' argument 1 names different: declaration 'vd' definition 'd'.
fcitx-fullwidthchar-enhance-0.0~git20150311/src/iniparser/dictionary.c:221:33: style: Function 'dictionary_set' argument 1 names different: declaration 'vd' definition 'd'. [funcArgNamesDifferent]
fcitx-fullwidthchar-enhance-0.0~git20150311/src/iniparser/dictionary.h:135:33: note: Function 'dictionary_set' argument 1 names different: declaration 'vd' definition 'd'.
fcitx-fullwidthchar-enhance-0.0~git20150311/src/iniparser/dictionary.c:221:33: note: Function 'dictionary_set' argument 1 names different: declaration 'vd' definition 'd'.
fcitx-fullwidthchar-enhance-0.0~git20150311/src/iniparser/iniparser.c:210:13: style: The scope of the variable 'secname' can be reduced. [variableScope]
fcitx-fullwidthchar-enhance-0.0~git20150311/src/iniparser/iniparser.c:640:10: style: The scope of the variable 'len' can be reduced. [variableScope]
fcitx-fullwidthchar-enhance-0.0~git20150311/src/iniparser/iniparser.c:52:13: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fcitx-fullwidthchar-enhance-0.0~git20150311/src/iniparser/iniparser.c:577:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-fullwidthchar-enhance-0.0~git20150311/src/iniparser/iniparser.c:581:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-fullwidthchar-enhance-0.0~git20150311/src/iniparser/iniparser.c:582:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-fullwidthchar-enhance-0.0~git20150311/src/iniparser/iniparser.c:583:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-fullwidthchar-enhance-0.0~git20150311/src/iniparser/iniparser.c:596:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-fullwidthchar-enhance-0.0~git20150311/src/iniparser/iniparser.c:597:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-googlepinyin/fcitx-googlepinyin_0.1.6.orig.tar.xz
fcitx-googlepinyin-0.1.6/src/eim.cpp:213:53: warning: Possible null pointer dereference: start [nullPointer]
fcitx-googlepinyin-0.1.6/src/eim.cpp:208:51: note: Assignment 'start=0', assigned value is 0
fcitx-googlepinyin-0.1.6/src/eim.cpp:213:53: note: Null pointer dereference
fcitx-googlepinyin-0.1.6/src/eim.cpp:242:49: warning: Possible null pointer dereference: start [nullPointer]
fcitx-googlepinyin-0.1.6/src/eim.cpp:239:51: note: Assignment 'start=0', assigned value is 0
fcitx-googlepinyin-0.1.6/src/eim.cpp:242:49: note: Null pointer dereference
fcitx-googlepinyin-0.1.6/src/eim.cpp:288:51: warning: Possible null pointer dereference: start [nullPointer]
fcitx-googlepinyin-0.1.6/src/eim.cpp:278:43: note: Assignment 'start=0', assigned value is 0
fcitx-googlepinyin-0.1.6/src/eim.cpp:288:51: note: Null pointer dereference
fcitx-googlepinyin-0.1.6/src/eim.cpp:290:39: warning: Possible null pointer dereference: start [nullPointer]
fcitx-googlepinyin-0.1.6/src/eim.cpp:278:43: note: Assignment 'start=0', assigned value is 0
fcitx-googlepinyin-0.1.6/src/eim.cpp:290:39: note: Null pointer dereference
fcitx-googlepinyin-0.1.6/src/eim.cpp:298:36: warning: Possible null pointer dereference: start [nullPointer]
fcitx-googlepinyin-0.1.6/src/eim.cpp:278:43: note: Assignment 'start=0', assigned value is 0
fcitx-googlepinyin-0.1.6/src/eim.cpp:298:36: note: Null pointer dereference
fcitx-googlepinyin-0.1.6/src/eim.cpp:299:21: warning: Possible null pointer dereference: start [nullPointer]
fcitx-googlepinyin-0.1.6/src/eim.cpp:278:43: note: Assignment 'start=0', assigned value is 0
fcitx-googlepinyin-0.1.6/src/eim.cpp:299:21: note: Null pointer dereference
fcitx-googlepinyin-0.1.6/src/eim.cpp:302:33: warning: Possible null pointer dereference: start [nullPointer]
fcitx-googlepinyin-0.1.6/src/eim.cpp:278:43: note: Assignment 'start=0', assigned value is 0
fcitx-googlepinyin-0.1.6/src/eim.cpp:302:33: note: Null pointer dereference
fcitx-googlepinyin-0.1.6/src/eim.cpp:305:35: warning: Possible null pointer dereference: start [nullPointer]
fcitx-googlepinyin-0.1.6/src/eim.cpp:278:43: note: Assignment 'start=0', assigned value is 0
fcitx-googlepinyin-0.1.6/src/eim.cpp:305:35: note: Null pointer dereference
fcitx-googlepinyin-0.1.6/src/eim.cpp:307:26: warning: Possible null pointer dereference: start [nullPointer]
fcitx-googlepinyin-0.1.6/src/eim.cpp:278:43: note: Assignment 'start=0', assigned value is 0
fcitx-googlepinyin-0.1.6/src/eim.cpp:307:26: note: Null pointer dereference
fcitx-googlepinyin-0.1.6/src/eim.cpp:320:107: warning: Possible null pointer dereference: start [nullPointer]
fcitx-googlepinyin-0.1.6/src/eim.cpp:278:43: note: Assignment 'start=0', assigned value is 0
fcitx-googlepinyin-0.1.6/src/eim.cpp:320:107: note: Null pointer dereference
fcitx-googlepinyin-0.1.6/src/eim.cpp:325:66: warning: Possible null pointer dereference: start [nullPointer]
fcitx-googlepinyin-0.1.6/src/eim.cpp:278:43: note: Assignment 'start=0', assigned value is 0
fcitx-googlepinyin-0.1.6/src/eim.cpp:325:66: note: Null pointer dereference
fcitx-googlepinyin-0.1.6/src/eim.cpp:326:60: warning: Possible null pointer dereference: start [nullPointer]
fcitx-googlepinyin-0.1.6/src/eim.cpp:278:43: note: Assignment 'start=0', assigned value is 0
fcitx-googlepinyin-0.1.6/src/eim.cpp:326:60: note: Null pointer dereference
fcitx-googlepinyin-0.1.6/src/eim.cpp:528:20: warning: Possible null pointer dereference: start [nullPointer]
fcitx-googlepinyin-0.1.6/src/eim.cpp:524:39: note: Assignment 'start=0', assigned value is 0
fcitx-googlepinyin-0.1.6/src/eim.cpp:528:20: note: Null pointer dereference
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-hangul/fcitx-hangul_0.3.1.orig.tar.gz
fcitx-hangul-0.3.1/src/eim.c:891:42: style: Function 'SaveHangulConfig' argument 1 names different: declaration 'fs' definition 'fa'. [funcArgNamesDifferent]
fcitx-hangul-0.3.1/src/eim.c:62:49: note: Function 'SaveHangulConfig' argument 1 names different: declaration 'fs' definition 'fa'.
fcitx-hangul-0.3.1/src/eim.c:891:42: note: Function 'SaveHangulConfig' argument 1 names different: declaration 'fs' definition 'fa'.
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-imlist/fcitx-imlist_0.5.1.orig.tar.gz
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-kkc/fcitx-kkc_0.1.4.orig.tar.xz
fcitx-kkc-0.1.4/gui/shortcutmodel.h:25:1: warning: The class 'ShortcutEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fcitx-kkc-0.1.4/gui/dictwidget.h:37:18: warning: Virtual function 'load' is called from constructor 'KkcDictWidget(QWidget*parent=0)' at line 41. Dynamic binding is not used. [virtualCallInConstructor]
fcitx-kkc-0.1.4/gui/dictwidget.cpp:41:5: note: Calling load
fcitx-kkc-0.1.4/gui/dictwidget.h:37:18: note: load is a virtual method
fcitx-kkc-0.1.4/gui/shortcutmodel.cpp:211:38: style: Function 'setNeedSave' argument 1 names different: declaration 'arg1' definition 'needSave'. [funcArgNamesDifferent]
fcitx-kkc-0.1.4/gui/shortcutmodel.h:96:27: note: Function 'setNeedSave' argument 1 names different: declaration 'arg1' definition 'needSave'.
fcitx-kkc-0.1.4/gui/shortcutmodel.cpp:211:38: note: Function 'setNeedSave' argument 1 names different: declaration 'arg1' definition 'needSave'.
fcitx-kkc-0.1.4/gui/shortcutwidget.h:39:18: warning: Virtual function 'load' is called from constructor 'KkcShortcutWidget(QWidget*parent=0)' at line 48. Dynamic binding is not used. [virtualCallInConstructor]
fcitx-kkc-0.1.4/gui/shortcutwidget.cpp:48:5: note: Calling load
fcitx-kkc-0.1.4/gui/shortcutwidget.h:39:18: note: load is a virtual method
fcitx-kkc-0.1.4/src/kkc.c:395:13: style: Variable 'word.strExtra' is reassigned a value before the old one has been used. [redundantAssignment]
fcitx-kkc-0.1.4/src/kkc.c:394:13: note: Variable 'word.strExtra' is reassigned a value before the old one has been used.
fcitx-kkc-0.1.4/src/kkc.c:395:13: note: Variable 'word.strExtra' is reassigned a value before the old one has been used.
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-libpinyin/fcitx-libpinyin_0.5.3.orig.tar.gz
fcitx-libpinyin-0.5.3/dictmanager/browserdialog.cpp:43:5: style: Class 'WebPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-libpinyin-0.5.3/dictmanager/erroroverlay.cpp:77:48: style: Function 'onConnectStatusChanged' argument 1 names different: declaration 'arg1' definition 'connected'. [funcArgNamesDifferent]
fcitx-libpinyin-0.5.3/dictmanager/erroroverlay.h:40:38: note: Function 'onConnectStatusChanged' argument 1 names different: declaration 'arg1' definition 'connected'.
fcitx-libpinyin-0.5.3/dictmanager/erroroverlay.cpp:77:48: note: Function 'onConnectStatusChanged' argument 1 names different: declaration 'arg1' definition 'connected'.
fcitx-libpinyin-0.5.3/dictmanager/filedownloader.cpp:26:17: warning: Member variable 'FileDownloader::m_reply' is not initialized in the constructor. [uninitMemberVar]
fcitx-libpinyin-0.5.3/src/bus.cpp:24:30: style: C-style pointer casting [cstyleCast]
fcitx-libpinyin-0.5.3/src/bus.h:9:5: style: Class 'FcitxLibPinyinBus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-libpinyin-0.5.3/src/eim.cpp:138:33: style: C-style pointer casting [cstyleCast]
fcitx-libpinyin-0.5.3/src/eim.cpp:175:33: style: C-style pointer casting [cstyleCast]
fcitx-libpinyin-0.5.3/src/eim.cpp:360:33: style: C-style pointer casting [cstyleCast]
fcitx-libpinyin-0.5.3/src/eim.cpp:589:33: style: C-style pointer casting [cstyleCast]
fcitx-libpinyin-0.5.3/src/eim.cpp:711:33: style: C-style pointer casting [cstyleCast]
fcitx-libpinyin-0.5.3/src/eim.cpp:786:33: style: C-style pointer casting [cstyleCast]
fcitx-libpinyin-0.5.3/src/eim.cpp:979:33: style: C-style pointer casting [cstyleCast]
fcitx-libpinyin-0.5.3/src/eim.cpp:914:61: style: Function 'FcitxLibPinyinReconfigure' argument 1 names different: declaration 'libpinyin' definition 'libpinyinaddon'. [funcArgNamesDifferent]
fcitx-libpinyin-0.5.3/src/eim.cpp:71:68: note: Function 'FcitxLibPinyinReconfigure' argument 1 names different: declaration 'libpinyin' definition 'libpinyinaddon'.
fcitx-libpinyin-0.5.3/src/eim.cpp:914:61: note: Function 'FcitxLibPinyinReconfigure' argument 1 names different: declaration 'libpinyin' definition 'libpinyinaddon'.
fcitx-libpinyin-0.5.3/src/eim.cpp:763:17: warning: Member variable 'FcitxLibPinyin::m_cursorPos' is not initialized in the constructor. [uninitMemberVar]
fcitx-libpinyin-0.5.3/src/eim.cpp:763:17: warning: Member variable 'FcitxLibPinyin::m_parsedLen' is not initialized in the constructor. [uninitMemberVar]
fcitx-libpinyin-0.5.3/src/eim.cpp:641:9: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam]
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-m17n/fcitx-m17n_0.2.4.orig.tar.xz
fcitx-m17n-0.2.4/im/fcitx-m17n.c:510:38: style: Function 'FcitxM17NCreate' argument 1 names different: declaration 'instance' definition 'inst'. [funcArgNamesDifferent]
fcitx-m17n-0.2.4/im/fcitx-m17n.c:55:58: note: Function 'FcitxM17NCreate' argument 1 names different: declaration 'instance' definition 'inst'.
fcitx-m17n-0.2.4/im/fcitx-m17n.c:510:38: note: Function 'FcitxM17NCreate' argument 1 names different: declaration 'instance' definition 'inst'.
fcitx-m17n-0.2.4/im/fcitx-m17n.c:281:18: style: Variable 'toShow' is assigned a value that is never used. [unreadVariable]
fcitx-m17n-0.2.4/testmim/m17n.hh:32:5: style: Technically the member function 'm17n::Object::operatorT' can be const. [functionConst]
fcitx-m17n-0.2.4/testmim/m17n.hh:25:5: style: Class 'Object' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-punc-ng/fcitx-punc-ng_0.1.1~git20161101.orig.tar.gz
fcitx-punc-ng-0.1.1~git20161101/src/iniparser/dictionary.c:143:34: style: Function 'dictionary_del' argument 1 names different: declaration 'vd' definition 'd'. [funcArgNamesDifferent]
fcitx-punc-ng-0.1.1~git20161101/src/iniparser/dictionary.h:90:34: note: Function 'dictionary_del' argument 1 names different: declaration 'vd' definition 'd'.
fcitx-punc-ng-0.1.1~git20161101/src/iniparser/dictionary.c:143:34: note: Function 'dictionary_del' argument 1 names different: declaration 'vd' definition 'd'.
fcitx-punc-ng-0.1.1~git20161101/src/iniparser/dictionary.c:221:33: style: Function 'dictionary_set' argument 1 names different: declaration 'vd' definition 'd'. [funcArgNamesDifferent]
fcitx-punc-ng-0.1.1~git20161101/src/iniparser/dictionary.h:135:33: note: Function 'dictionary_set' argument 1 names different: declaration 'vd' definition 'd'.
fcitx-punc-ng-0.1.1~git20161101/src/iniparser/dictionary.c:221:33: note: Function 'dictionary_set' argument 1 names different: declaration 'vd' definition 'd'.
fcitx-punc-ng-0.1.1~git20161101/src/iniparser/iniparser.c:210:13: style: The scope of the variable 'secname' can be reduced. [variableScope]
fcitx-punc-ng-0.1.1~git20161101/src/iniparser/iniparser.c:640:10: style: The scope of the variable 'len' can be reduced. [variableScope]
fcitx-punc-ng-0.1.1~git20161101/src/iniparser/iniparser.c:52:13: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fcitx-punc-ng-0.1.1~git20161101/src/iniparser/iniparser.c:577:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-punc-ng-0.1.1~git20161101/src/iniparser/iniparser.c:581:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-punc-ng-0.1.1~git20161101/src/iniparser/iniparser.c:582:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-punc-ng-0.1.1~git20161101/src/iniparser/iniparser.c:583:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-punc-ng-0.1.1~git20161101/src/iniparser/iniparser.c:596:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-punc-ng-0.1.1~git20161101/src/iniparser/iniparser.c:597:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fcitx-punc-ng-0.1.1~git20161101/src/punc-ng.c:466:16: style: The scope of the variable 'punc' can be reduced. [variableScope]
fcitx-punc-ng-0.1.1~git20161101/src/punc-ng.c:484:21: style: The scope of the variable 'i' can be reduced. [variableScope]
fcitx-punc-ng-0.1.1~git20161101/src/punc-ng.c:570:16: style: The scope of the variable 'cur' can be reduced. [variableScope]
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-qimpanel/fcitx-qimpanel_2.1.3.orig.tar.gz
fcitx-qimpanel-fcitx-qimpanel-2.1.3/config-tool/kimpanelagenttype.h:53:15: performance: Variable 'key' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/config-tool/kimpanelagenttype.h:54:15: performance: Variable 'label' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/config-tool/kimpanelagenttype.h:55:15: performance: Variable 'tip' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/config-tool/kimpanelagenttype.h:56:15: performance: Variable 'icon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/config-tool/kimpanelagenttype.h:57:15: performance: Variable 'state' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/config-tool/kimpanelagenttype.h:58:15: performance: Variable 'menu' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/config-tool/main_model.cpp:126:20: style: The scope of the variable 'candidate' can be reduced. [variableScope]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/config-tool/mainwindow.cpp:221:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/config-tool/mainwindow.cpp:248:23: style: Variable 'idx' is assigned a value that is never used. [unreadVariable]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/kimpanelagenttype.h:53:15: performance: Variable 'key' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/kimpanelagenttype.h:54:15: performance: Variable 'label' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/kimpanelagenttype.h:55:15: performance: Variable 'tip' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/kimpanelagenttype.h:56:15: performance: Variable 'icon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/kimpanelagenttype.h:57:15: performance: Variable 'state' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/kimpanelagenttype.h:58:15: performance: Variable 'menu' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/kimpanelagent.h:39:5: style: Class 'PanelAgent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/system_tray_menu.h:36:5: style: Class 'SystemTrayMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/main.cpp:104:0: error: Memory leak: servicename [memleak]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/main_controller.cpp:46:17: warning: Member variable 'MainController::mTopLevel' is not initialized in the constructor. [uninitMemberVarPrivate]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/main_controller.cpp:46:17: warning: Member variable 'MainController::mModel' is not initialized in the constructor. [uninitMemberVarPrivate]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/main_controller.cpp:46:17: warning: Member variable 'MainController::mAgent' is not initialized in the constructor. [uninitMemberVarPrivate]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/main_controller.cpp:46:17: warning: Member variable 'MainController::mSkinBase' is not initialized in the constructor. [uninitMemberVarPrivate]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/main_controller.cpp:46:17: warning: Member variable 'MainController::mTimer' is not initialized in the constructor. [uninitMemberVarPrivate]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/main_controller.cpp:46:17: warning: Member variable 'MainController::mSystemTray' is not initialized in the constructor. [uninitMemberVarPrivate]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/main_controller.cpp:46:17: warning: Member variable 'MainController::mTrayMenu' is not initialized in the constructor. [uninitMemberVarPrivate]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/main_controller.cpp:46:17: warning: Member variable 'MainController::mIsHorizontal' is not initialized in the constructor. [uninitMemberVarPrivate]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/main_controller.cpp:46:17: warning: Member variable 'MainController::mSocketNotifier' is not initialized in the constructor. [uninitMemberVarPrivate]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/main_model.cpp:127:20: style: The scope of the variable 'candidate' can be reduced. [variableScope]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/main_model.cpp:34:12: warning: Member variable 'MainModel::mHasPrev' is not initialized in the constructor. [uninitMemberVarPrivate]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/main_model.cpp:34:12: warning: Member variable 'MainModel::mHasNext' is not initialized in the constructor. [uninitMemberVarPrivate]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/main_model.cpp:34:12: warning: Member variable 'MainModel::mHighLight' is not initialized in the constructor. [uninitMemberVarPrivate]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/main_model.cpp:34:12: warning: Member variable 'MainModel::mIsHorizontal' is not initialized in the constructor. [uninitMemberVarPrivate]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/main_model.cpp:34:12: warning: Member variable 'MainModel::mShowTips' is not initialized in the constructor. [uninitMemberVarPrivate]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/main_model.cpp:34:12: warning: Member variable 'MainModel::mShowPreedit' is not initialized in the constructor. [uninitMemberVarPrivate]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/main_model.cpp:34:12: warning: Member variable 'MainModel::mShowLookupTable' is not initialized in the constructor. [uninitMemberVarPrivate]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/my_action.cpp:23:11: warning: Member variable 'MyAction::mSkinClass' is not initialized in the constructor. [uninitMemberVar]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/my_action.cpp:23:11: warning: Member variable 'MyAction::mMyActionType' is not initialized in the constructor. [uninitMemberVar]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/my_action.cpp:28:11: warning: Member variable 'MyAction::mSkinClass' is not initialized in the constructor. [uninitMemberVar]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/my_action.cpp:28:11: warning: Member variable 'MyAction::mMyActionType' is not initialized in the constructor. [uninitMemberVar]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/skin/skinfcitx.h:30:18: style: The function 'loadSkin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/skin/skinbase.h:332:18: note: Virtual function in base class
fcitx-qimpanel-fcitx-qimpanel-2.1.3/skin/skinfcitx.h:30:18: note: Function in derived class
fcitx-qimpanel-fcitx-qimpanel-2.1.3/system_tray_menu.cpp:422:30: style: C-style pointer casting [cstyleCast]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/system_tray_menu.cpp:588:26: style: C-style pointer casting [cstyleCast]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/system_tray_menu.cpp:193:15: style: The scope of the variable 'menu' can be reduced. [variableScope]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/system_tray_menu.cpp:248:15: style: The scope of the variable 'menu' can be reduced. [variableScope]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/system_tray_menu.cpp:260:15: style: The scope of the variable 'menu' can be reduced. [variableScope]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/system_tray_menu.cpp:38:17: warning: Member variable 'SystemTrayMenu::mSkinMenu' is not initialized in the constructor. [uninitMemberVar]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/system_tray_menu.cpp:38:17: warning: Member variable 'SystemTrayMenu::mVKListMenu' is not initialized in the constructor. [uninitMemberVar]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/system_tray_menu.cpp:38:17: warning: Member variable 'SystemTrayMenu::mMozcToolMenu' is not initialized in the constructor. [uninitMemberVar]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/system_tray_menu.cpp:38:17: warning: Member variable 'SystemTrayMenu::mMozcHiraganaMenu' is not initialized in the constructor. [uninitMemberVar]
fcitx-qimpanel-fcitx-qimpanel-2.1.3/system_tray_menu.cpp:595:5: error: Uninitialized variable: skin [uninitvar]
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-qt5/fcitx-qt5_1.2.3.orig.tar.xz
fcitx-qt5-1.2.3/dbusaddons/fcitxqtconnection.h:34:1: style: The class 'FcitxQtConnection' does not have a constructor although it has private member variables. [noConstructor]
fcitx-qt5-1.2.3/dbusaddons/fcitxqtconnection_p.h:33:5: style: Class 'FcitxQtConnectionPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-qt5-1.2.3/dbusaddons/fcitxqtformattedpreedit.cpp:47:58: style: Function 'operator<<' argument 2 names different: declaration 'im' definition 'preedit'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/dbusaddons/fcitxqtformattedpreedit.h:47:58: note: Function 'operator<<' argument 2 names different: declaration 'im' definition 'preedit'.
fcitx-qt5-1.2.3/dbusaddons/fcitxqtformattedpreedit.cpp:47:58: note: Function 'operator<<' argument 2 names different: declaration 'im' definition 'preedit'.
fcitx-qt5-1.2.3/dbusaddons/fcitxqtformattedpreedit.cpp:57:58: style: Function 'operator>>' argument 2 names different: declaration 'im' definition 'preedit'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/dbusaddons/fcitxqtformattedpreedit.h:49:58: note: Function 'operator>>' argument 2 names different: declaration 'im' definition 'preedit'.
fcitx-qt5-1.2.3/dbusaddons/fcitxqtformattedpreedit.cpp:57:58: note: Function 'operator>>' argument 2 names different: declaration 'im' definition 'preedit'.
fcitx-qt5-1.2.3/dbusaddons/fcitxqtinputmethoditem.cpp:33:46: style: Function 'setEnabled' argument 1 names different: declaration 'name' definition 'enable'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/dbusaddons/fcitxqtinputmethoditem.h:40:26: note: Function 'setEnabled' argument 1 names different: declaration 'name' definition 'enable'.
fcitx-qt5-1.2.3/dbusaddons/fcitxqtinputmethoditem.cpp:33:46: note: Function 'setEnabled' argument 1 names different: declaration 'name' definition 'enable'.
fcitx-qt5-1.2.3/dbusaddons/fcitxqtinputmethoditem.cpp:34:57: style: Function 'setLangCode' argument 1 names different: declaration 'name' definition 'lang'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/dbusaddons/fcitxqtinputmethoditem.h:39:37: note: Function 'setLangCode' argument 1 names different: declaration 'name' definition 'lang'.
fcitx-qt5-1.2.3/dbusaddons/fcitxqtinputmethoditem.cpp:34:57: note: Function 'setLangCode' argument 1 names different: declaration 'name' definition 'lang'.
fcitx-qt5-1.2.3/dbusaddons/fcitxqtinputmethoditem.h:30:1: style: The class 'FcitxQtInputMethodItem' does not have a constructor although it has private member variables. [noConstructor]
fcitx-qt5-1.2.3/dbusaddons/fcitxqtkeyboardlayout.cpp:56:56: style: Function 'operator<<' argument 2 names different: declaration 'l' definition 'layout'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/dbusaddons/fcitxqtkeyboardlayout.h:53:56: note: Function 'operator<<' argument 2 names different: declaration 'l' definition 'layout'.
fcitx-qt5-1.2.3/dbusaddons/fcitxqtkeyboardlayout.cpp:56:56: note: Function 'operator<<' argument 2 names different: declaration 'l' definition 'layout'.
fcitx-qt5-1.2.3/dbusaddons/fcitxqtkeyboardlayout.cpp:68:56: style: Function 'operator>>' argument 2 names different: declaration 'l' definition 'layout'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/dbusaddons/fcitxqtkeyboardlayout.h:55:56: note: Function 'operator>>' argument 2 names different: declaration 'l' definition 'layout'.
fcitx-qt5-1.2.3/dbusaddons/fcitxqtkeyboardlayout.cpp:68:56: note: Function 'operator>>' argument 2 names different: declaration 'l' definition 'layout'.
fcitx-qt5-1.2.3/guiwrapper/wrapperapp.cpp:45:28: style: The scope of the variable 'widget' can be reduced. [variableScope]
fcitx-qt5-1.2.3/platforminputcontext/fcitxinputcontextproxy.cpp:211:38: style: Function 'updateFormattedPreeditWrapper' argument 1 names different: declaration 'str' definition 'list'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/platforminputcontext/fcitxinputcontextproxy.h:73:73: note: Function 'updateFormattedPreeditWrapper' argument 1 names different: declaration 'str' definition 'list'.
fcitx-qt5-1.2.3/platforminputcontext/fcitxinputcontextproxy.cpp:211:38: note: Function 'updateFormattedPreeditWrapper' argument 1 names different: declaration 'str' definition 'list'.
fcitx-qt5-1.2.3/platforminputcontext/fcitxqtdbustypes.cpp:46:56: style: Function 'operator<<' argument 2 names different: declaration 'im' definition 'preedit'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/platforminputcontext/fcitxqtdbustypes.h:47:56: note: Function 'operator<<' argument 2 names different: declaration 'im' definition 'preedit'.
fcitx-qt5-1.2.3/platforminputcontext/fcitxqtdbustypes.cpp:46:56: note: Function 'operator<<' argument 2 names different: declaration 'im' definition 'preedit'.
fcitx-qt5-1.2.3/platforminputcontext/fcitxqtdbustypes.cpp:55:56: style: Function 'operator>>' argument 2 names different: declaration 'im' definition 'preedit'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/platforminputcontext/fcitxqtdbustypes.h:49:56: note: Function 'operator>>' argument 2 names different: declaration 'im' definition 'preedit'.
fcitx-qt5-1.2.3/platforminputcontext/fcitxqtdbustypes.cpp:55:56: note: Function 'operator>>' argument 2 names different: declaration 'im' definition 'preedit'.
fcitx-qt5-1.2.3/platforminputcontext/fcitxqtdbustypes.cpp:85:60: style: Function 'operator<<' argument 2 names different: declaration 'im' definition 'arg'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/platforminputcontext/fcitxqtdbustypes.h:72:60: note: Function 'operator<<' argument 2 names different: declaration 'im' definition 'arg'.
fcitx-qt5-1.2.3/platforminputcontext/fcitxqtdbustypes.cpp:85:60: note: Function 'operator<<' argument 2 names different: declaration 'im' definition 'arg'.
fcitx-qt5-1.2.3/platforminputcontext/fcitxqtdbustypes.cpp:94:60: style: Function 'operator>>' argument 2 names different: declaration 'im' definition 'arg'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/platforminputcontext/fcitxqtdbustypes.h:74:60: note: Function 'operator>>' argument 2 names different: declaration 'im' definition 'arg'.
fcitx-qt5-1.2.3/platforminputcontext/fcitxqtdbustypes.cpp:94:60: note: Function 'operator>>' argument 2 names different: declaration 'im' definition 'arg'.
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.h:96:26: style: Struct 'FcitxQtICData' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.h:95:5: style: Struct 'FcitxQtICData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.cpp:162:64: style: Function 'update' argument 1 names different: declaration 'quries' definition 'queries'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.h:170:48: note: Function 'update' argument 1 names different: declaration 'quries' definition 'queries'.
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.cpp:162:64: note: Function 'update' argument 1 names different: declaration 'quries' definition 'queries'.
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.cpp:458:61: style: Function 'deleteSurroundingText' argument 2 names different: declaration 'nchar' definition '_nchar'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.h:179:49: note: Function 'deleteSurroundingText' argument 2 names different: declaration 'nchar' definition '_nchar'.
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.cpp:458:61: note: Function 'deleteSurroundingText' argument 2 names different: declaration 'nchar' definition '_nchar'.
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.cpp:580:60: style: Function 'createKeyEvent' argument 3 names different: declaration 'isRelaese' definition 'isRelease'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.h:189:61: note: Function 'createKeyEvent' argument 3 names different: declaration 'isRelaese' definition 'isRelease'.
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.cpp:580:60: note: Function 'createKeyEvent' argument 3 names different: declaration 'isRelaese' definition 'isRelease'.
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.cpp:739:59: style: Function 'filterEventFallback' argument 4 names different: declaration 'isRelaese' definition 'isRelease'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.h:217:35: note: Function 'filterEventFallback' argument 4 names different: declaration 'isRelaese' definition 'isRelease'.
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.cpp:739:59: note: Function 'filterEventFallback' argument 4 names different: declaration 'isRelaese' definition 'isRelease'.
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.cpp:756:54: style: Function 'validICByWindow' argument 1 names different: declaration 'window' definition 'w'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.h:215:54: note: Function 'validICByWindow' argument 1 names different: declaration 'window' definition 'w'.
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.cpp:756:54: note: Function 'validICByWindow' argument 1 names different: declaration 'window' definition 'w'.
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.cpp:775:54: style: Function 'processCompose' argument 3 names different: declaration 'isRelaese' definition 'isRelease'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.h:188:55: note: Function 'processCompose' argument 3 names different: declaration 'isRelaese' definition 'isRelease'.
fcitx-qt5-1.2.3/platforminputcontext/qfcitxplatforminputcontext.cpp:775:54: note: Function 'processCompose' argument 3 names different: declaration 'isRelaese' definition 'isRelease'.
fcitx-qt5-1.2.3/quickphrase-editor/editor.h:45:18: warning: Virtual function 'load' is called from constructor 'ListEditor(QWidget*parent=0)' at line 65. Dynamic binding is not used. [virtualCallInConstructor]
fcitx-qt5-1.2.3/quickphrase-editor/editor.cpp:65:58: note: Calling addFileTriggered
fcitx-qt5-1.2.3/quickphrase-editor/editor.cpp:284:5: note: Calling load
fcitx-qt5-1.2.3/quickphrase-editor/editor.h:45:18: note: load is a virtual method
fcitx-qt5-1.2.3/quickphrase-editor/editor.h:45:18: warning: Virtual function 'load' is called from constructor 'ListEditor(QWidget*parent=0)' at line 67. Dynamic binding is not used. [virtualCallInConstructor]
fcitx-qt5-1.2.3/quickphrase-editor/editor.cpp:67:37: note: Calling removeFileTriggered
fcitx-qt5-1.2.3/quickphrase-editor/editor.cpp:321:5: note: Calling loadFileList
fcitx-qt5-1.2.3/quickphrase-editor/editor.cpp:239:5: note: Calling load
fcitx-qt5-1.2.3/quickphrase-editor/editor.h:45:18: note: load is a virtual method
fcitx-qt5-1.2.3/quickphrase-editor/editor.h:45:18: warning: Virtual function 'load' is called from constructor 'ListEditor(QWidget*parent=0)' at line 69. Dynamic binding is not used. [virtualCallInConstructor]
fcitx-qt5-1.2.3/quickphrase-editor/editor.cpp:69:37: note: Calling refreshListTriggered
fcitx-qt5-1.2.3/quickphrase-editor/editor.cpp:287:43: note: Calling loadFileList
fcitx-qt5-1.2.3/quickphrase-editor/editor.cpp:239:5: note: Calling load
fcitx-qt5-1.2.3/quickphrase-editor/editor.h:45:18: note: load is a virtual method
fcitx-qt5-1.2.3/quickphrase-editor/editor.h:45:18: warning: Virtual function 'load' is called from constructor 'ListEditor(QWidget*parent=0)' at line 72. Dynamic binding is not used. [virtualCallInConstructor]
fcitx-qt5-1.2.3/quickphrase-editor/editor.cpp:72:5: note: Calling loadFileList
fcitx-qt5-1.2.3/quickphrase-editor/editor.cpp:239:5: note: Calling load
fcitx-qt5-1.2.3/quickphrase-editor/editor.h:45:18: note: load is a virtual method
fcitx-qt5-1.2.3/quickphrase-editor/editor.h:45:18: warning: Virtual function 'load' is called from constructor 'ListEditor(QWidget*parent=0)' at line 88. Dynamic binding is not used. [virtualCallInConstructor]
fcitx-qt5-1.2.3/quickphrase-editor/editor.cpp:88:18: note: Calling changeFile
fcitx-qt5-1.2.3/quickphrase-editor/editor.cpp:135:5: note: Calling load
fcitx-qt5-1.2.3/quickphrase-editor/editor.h:45:18: note: load is a virtual method
fcitx-qt5-1.2.3/widgetsaddons/fcitxqtconfiguifactory.cpp:32:29: style: Function 'FcitxQtConfigUIFactoryPrivate' argument 1 names different: declaration 'conn' definition 'factory'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/widgetsaddons/fcitxqtconfiguifactory_p.h:29:59: note: Function 'FcitxQtConfigUIFactoryPrivate' argument 1 names different: declaration 'conn' definition 'factory'.
fcitx-qt5-1.2.3/widgetsaddons/fcitxqtconfiguifactory.cpp:32:29: note: Function 'FcitxQtConfigUIFactoryPrivate' argument 1 names different: declaration 'conn' definition 'factory'.
fcitx-qt5-1.2.3/widgetsaddons/fcitxqtconfiguifactory_p.h:29:5: style: Class 'FcitxQtConfigUIFactoryPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-qt5-1.2.3/widgetsaddons/fcitxqtkeysequencewidget.cpp:200:42: style: Function 'setKeySequence' argument 3 names different: declaration 'val' definition 'validate'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/widgetsaddons/fcitxqtkeysequencewidget.h:111:36: note: Function 'setKeySequence' argument 3 names different: declaration 'val' definition 'validate'.
fcitx-qt5-1.2.3/widgetsaddons/fcitxqtkeysequencewidget.cpp:200:42: note: Function 'setKeySequence' argument 3 names different: declaration 'val' definition 'validate'.
fcitx-qt5-1.2.3/widgetsaddons/fcitxqtkeysequencewidget.cpp:341:46: style: Function 'event' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/widgetsaddons/fcitxqtkeysequencewidget_p.h:64:32: note: Function 'event' argument 1 names different: declaration 'event' definition 'e'.
fcitx-qt5-1.2.3/widgetsaddons/fcitxqtkeysequencewidget.cpp:341:46: note: Function 'event' argument 1 names different: declaration 'event' definition 'e'.
fcitx-qt5-1.2.3/widgetsaddons/fcitxqtkeysequencewidget.cpp:359:57: style: Function 'keyPressEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/widgetsaddons/fcitxqtkeysequencewidget_p.h:65:43: note: Function 'keyPressEvent' argument 1 names different: declaration 'event' definition 'e'.
fcitx-qt5-1.2.3/widgetsaddons/fcitxqtkeysequencewidget.cpp:359:57: note: Function 'keyPressEvent' argument 1 names different: declaration 'event' definition 'e'.
fcitx-qt5-1.2.3/widgetsaddons/fcitxqtkeysequencewidget.cpp:445:59: style: Function 'keyReleaseEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
fcitx-qt5-1.2.3/widgetsaddons/fcitxqtkeysequencewidget_p.h:66:45: note: Function 'keyReleaseEvent' argument 1 names different: declaration 'event' definition 'e'.
fcitx-qt5-1.2.3/widgetsaddons/fcitxqtkeysequencewidget.cpp:445:59: note: Function 'keyReleaseEvent' argument 1 names different: declaration 'event' definition 'e'.
fcitx-qt5-1.2.3/widgetsaddons/fcitxqtkeysequencewidget.cpp:112:34: warning: Member variable 'FcitxQtKeySequenceWidgetPrivate::oldSide' is not initialized in the constructor. [uninitMemberVar]
fcitx-qt5-1.2.3/widgetsaddons/fcitxqtkeysequencewidget.cpp:64:5: style: Class 'FcitxQtKeySequenceWidgetPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-rime/fcitx-rime_0.3.2.orig.tar.xz
fcitx-rime-0.3.2/src/fcitx-rime.c:229:67: style: Function 'FcitxRimeDoReleaseInput' argument 2 names different: declaration 'sym' definition '_sym'. [funcArgNamesDifferent]
fcitx-rime-0.3.2/src/fcitx-rime.c:27:74: note: Function 'FcitxRimeDoReleaseInput' argument 2 names different: declaration 'sym' definition '_sym'.
fcitx-rime-0.3.2/src/fcitx-rime.c:229:67: note: Function 'FcitxRimeDoReleaseInput' argument 2 names different: declaration 'sym' definition '_sym'.
fcitx-rime-0.3.2/src/fcitx-rime.c:229:86: style: Function 'FcitxRimeDoReleaseInput' argument 3 names different: declaration 'state' definition '_state'. [funcArgNamesDifferent]
fcitx-rime-0.3.2/src/fcitx-rime.c:27:92: note: Function 'FcitxRimeDoReleaseInput' argument 3 names different: declaration 'state' definition '_state'.
fcitx-rime-0.3.2/src/fcitx-rime.c:229:86: note: Function 'FcitxRimeDoReleaseInput' argument 3 names different: declaration 'state' definition '_state'.
fcitx-rime-0.3.2/src/fcitx-rime.c:275:60: style: Function 'FcitxRimeDoInput' argument 2 names different: declaration 'sym' definition '_sym'. [funcArgNamesDifferent]
fcitx-rime-0.3.2/src/fcitx-rime.c:26:67: note: Function 'FcitxRimeDoInput' argument 2 names different: declaration 'sym' definition '_sym'.
fcitx-rime-0.3.2/src/fcitx-rime.c:275:60: note: Function 'FcitxRimeDoInput' argument 2 names different: declaration 'sym' definition '_sym'.
fcitx-rime-0.3.2/src/fcitx-rime.c:275:79: style: Function 'FcitxRimeDoInput' argument 3 names different: declaration 'state' definition '_state'. [funcArgNamesDifferent]
fcitx-rime-0.3.2/src/fcitx-rime.c:26:85: note: Function 'FcitxRimeDoInput' argument 3 names different: declaration 'state' definition '_state'.
fcitx-rime-0.3.2/src/fcitx-rime.c:275:79: note: Function 'FcitxRimeDoInput' argument 3 names different: declaration 'state' definition '_state'.
fcitx-rime-0.3.2/src/fcitx-rime.c:292:64: style: Function 'FcitxRimeDoInputReal' argument 2 names different: declaration '_sym' definition 'sym'. [funcArgNamesDifferent]
fcitx-rime-0.3.2/src/fcitx-rime.c:28:71: note: Function 'FcitxRimeDoInputReal' argument 2 names different: declaration '_sym' definition 'sym'.
fcitx-rime-0.3.2/src/fcitx-rime.c:292:64: note: Function 'FcitxRimeDoInputReal' argument 2 names different: declaration '_sym' definition 'sym'.
fcitx-rime-0.3.2/src/fcitx-rime.c:292:82: style: Function 'FcitxRimeDoInputReal' argument 3 names different: declaration '_state' definition 'state'. [funcArgNamesDifferent]
fcitx-rime-0.3.2/src/fcitx-rime.c:28:90: note: Function 'FcitxRimeDoInputReal' argument 3 names different: declaration '_state' definition 'state'.
fcitx-rime-0.3.2/src/fcitx-rime.c:292:82: note: Function 'FcitxRimeDoInputReal' argument 3 names different: declaration '_state' definition 'state'.
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-sayura/fcitx-sayura_0.1.1.orig.tar.xz
fcitx-sayura-0.1.1/src/eim.c:502:5: warning: Either the condition '!arg' is redundant or there is possible null pointer dereference: sayura. [nullPointerRedundantCheck]
fcitx-sayura-0.1.1/src/eim.c:503:9: note: Assuming that condition '!arg' is not redundant
fcitx-sayura-0.1.1/src/eim.c:500:27: note: Assignment 'sayura=(struct _FcitxSayura*)arg', assigned value is 0
fcitx-sayura-0.1.1/src/eim.c:502:5: note: Null pointer dereference
fcitx-sayura-0.1.1/src/eim.c:458:22: style: The scope of the variable 'input' can be reduced. [variableScope]
fcitx-sayura-0.1.1/src/eim.c:459:20: style: The scope of the variable 'msgPreedit' can be reduced. [variableScope]
fcitx-sayura-0.1.1/src/eim.c:460:20: style: The scope of the variable 'clientPreedit' can be reduced. [variableScope]
fcitx-sayura-0.1.1/src/eim.c:461:24: style: The scope of the variable 'ic' can be reduced. [variableScope]
fcitx-sayura-0.1.1/src/eim.c:462:19: style: The scope of the variable 'profile' can be reduced. [variableScope]
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-skk/fcitx-skk_0.1.4.orig.tar.gz
fcitx-skk-0.1.4/gui/dictwidget.h:38:18: warning: Virtual function 'load' is called from constructor 'SkkDictWidget(QWidget*parent=0)' at line 46. Dynamic binding is not used. [virtualCallInConstructor]
fcitx-skk-0.1.4/gui/dictwidget.cpp:46:5: note: Calling load
fcitx-skk-0.1.4/gui/dictwidget.h:38:18: note: load is a virtual method
fcitx-skk-0.1.4/src/skk.c:501:60: warning: Either the condition '!arg' is redundant or there is possible null pointer dereference: skk. [nullPointerRedundantCheck]
fcitx-skk-0.1.4/src/skk.c:499:24: note: Assuming that condition '!arg' is not redundant
fcitx-skk-0.1.4/src/skk.c:498:21: note: Assignment 'skk=(struct FcitxSkk*)arg', assigned value is 0
fcitx-skk-0.1.4/src/skk.c:501:60: note: Null pointer dereference
fcitx-skk-0.1.4/src/skk.c:502:60: warning: Either the condition '!arg' is redundant or there is possible null pointer dereference: skk. [nullPointerRedundantCheck]
fcitx-skk-0.1.4/src/skk.c:499:24: note: Assuming that condition '!arg' is not redundant
fcitx-skk-0.1.4/src/skk.c:498:21: note: Assignment 'skk=(struct FcitxSkk*)arg', assigned value is 0
fcitx-skk-0.1.4/src/skk.c:502:60: note: Null pointer dereference
fcitx-skk-0.1.4/src/skk.c:503:33: warning: Either the condition '!arg' is redundant or there is possible null pointer dereference: skk. [nullPointerRedundantCheck]
fcitx-skk-0.1.4/src/skk.c:499:24: note: Assuming that condition '!arg' is not redundant
fcitx-skk-0.1.4/src/skk.c:498:21: note: Assignment 'skk=(struct FcitxSkk*)arg', assigned value is 0
fcitx-skk-0.1.4/src/skk.c:503:33: note: Null pointer dereference
fcitx-skk-0.1.4/src/skk.c:504:33: warning: Either the condition '!arg' is redundant or there is possible null pointer dereference: skk. [nullPointerRedundantCheck]
fcitx-skk-0.1.4/src/skk.c:499:24: note: Assuming that condition '!arg' is not redundant
fcitx-skk-0.1.4/src/skk.c:498:21: note: Assignment 'skk=(struct FcitxSkk*)arg', assigned value is 0
fcitx-skk-0.1.4/src/skk.c:504:33: note: Null pointer dereference
fcitx-skk-0.1.4/src/skk.c:505:33: warning: Either the condition '!arg' is redundant or there is possible null pointer dereference: skk. [nullPointerRedundantCheck]
fcitx-skk-0.1.4/src/skk.c:499:24: note: Assuming that condition '!arg' is not redundant
fcitx-skk-0.1.4/src/skk.c:498:21: note: Assignment 'skk=(struct FcitxSkk*)arg', assigned value is 0
fcitx-skk-0.1.4/src/skk.c:505:33: note: Null pointer dereference
fcitx-skk-0.1.4/src/skk.c:506:33: warning: Either the condition '!arg' is redundant or there is possible null pointer dereference: skk. [nullPointerRedundantCheck]
fcitx-skk-0.1.4/src/skk.c:499:24: note: Assuming that condition '!arg' is not redundant
fcitx-skk-0.1.4/src/skk.c:498:21: note: Assignment 'skk=(struct FcitxSkk*)arg', assigned value is 0
fcitx-skk-0.1.4/src/skk.c:506:33: note: Null pointer dereference
fcitx-skk-0.1.4/src/skk.c:507:20: warning: Either the condition '!arg' is redundant or there is possible null pointer dereference: skk. [nullPointerRedundantCheck]
fcitx-skk-0.1.4/src/skk.c:499:24: note: Assuming that condition '!arg' is not redundant
fcitx-skk-0.1.4/src/skk.c:498:21: note: Assignment 'skk=(struct FcitxSkk*)arg', assigned value is 0
fcitx-skk-0.1.4/src/skk.c:507:20: note: Null pointer dereference
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-sunpinyin/fcitx-sunpinyin_0.4.2.orig.tar.xz
fcitx-sunpinyin-0.4.2/src/handler.h:26:1: style: The class 'FcitxWindowHandler' does not have a constructor although it has private member variables. [noConstructor]
[21:41]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-table-extra/fcitx-table-extra_0.3.8.orig.tar.xz
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-table-other/fcitx-table-other_0.2.4.orig.tar.xz
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-ui-light/fcitx-ui-light_0.1.3.orig.tar.bz2
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-unikey/fcitx-unikey_0.2.4.orig.tar.xz
fcitx-unikey-0.2.4/macro-editor/editor.h:35:18: warning: Virtual function 'load' is called from constructor 'MacroEditor(QWidget*parent=0)' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
fcitx-unikey-0.2.4/macro-editor/editor.cpp:55:5: note: Calling load
fcitx-unikey-0.2.4/macro-editor/editor.h:35:18: note: load is a virtual method
fcitx-unikey-0.2.4/macro-editor/editor.cpp:147:5: warning: Possible leak in public function. The pointer 'm_table' is not deallocated before it is allocated. [publicAllocationError]
fcitx-unikey-0.2.4/src/unikey-im.cpp:121:27: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/src/unikey-im.cpp:188:27: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/src/unikey-im.cpp:205:27: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/src/unikey-im.cpp:548:27: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/src/unikey-im.cpp:564:27: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/src/unikey-im.cpp:580:27: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/src/unikey-im.cpp:310:22: style: The scope of the variable 'i' can be reduced. [variableScope]
fcitx-unikey-0.2.4/src/unikey-im.cpp:436:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
fcitx-unikey-0.2.4/src/unikey-im.cpp:468:19: style: The scope of the variable 'c' can be reduced. [variableScope]
fcitx-unikey-0.2.4/src/unikey-ui.cpp:38:27: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/src/unikey-ui.cpp:44:27: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/src/unikey-ui.cpp:52:27: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/src/unikey-ui.cpp:58:27: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/src/unikey-ui.cpp:76:27: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/src/unikey-ui.cpp:83:27: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/src/unikey-ui.cpp:89:27: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/src/unikey-ui.cpp:96:27: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/unikey/byteio.cpp:229:6: style: The scope of the variable 'n' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/byteio.cpp:371:14: style: The scope of the variable 'b2' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/byteio.cpp:386:14: style: The scope of the variable 'w2' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/byteio.cpp:400:10: style: The scope of the variable 'hi' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/byteio.cpp:265:32: style: Function 'FileBIStream' argument 1 names different: declaration 'bufsize' definition 'bufSize'. [funcArgNamesDifferent]
fcitx-unikey-0.2.4/unikey/byteio.h:117:19: note: Function 'FileBIStream' argument 1 names different: declaration 'bufsize' definition 'bufSize'.
fcitx-unikey-0.2.4/unikey/byteio.cpp:265:32: note: Function 'FileBIStream' argument 1 names different: declaration 'bufsize' definition 'bufSize'.
fcitx-unikey-0.2.4/unikey/byteio.cpp:442:32: style: Function 'FileBOStream' argument 1 names different: declaration 'bufsize' definition 'bufSize'. [funcArgNamesDifferent]
fcitx-unikey-0.2.4/unikey/byteio.h:179:19: note: Function 'FileBOStream' argument 1 names different: declaration 'bufsize' definition 'bufSize'.
fcitx-unikey-0.2.4/unikey/byteio.cpp:442:32: note: Function 'FileBOStream' argument 1 names different: declaration 'bufsize' definition 'bufSize'.
fcitx-unikey-0.2.4/unikey/byteio.cpp:6:17: warning: Member variable 'StringBIStream::m_bookmark' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/byteio.cpp:265:15: warning: Member variable 'FileBIStream::m_bookmark' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/byteio.cpp:265:15: warning: Member variable 'FileBIStream::m_readByte' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/byteio.h:90:6: style: Technically the member function 'StringBIStream::left' can be const. [functionConst]
fcitx-unikey-0.2.4/unikey/byteio.h:163:6: style: Technically the member function 'StringBOStream::getOutBytes' can be const. [functionConst]
fcitx-unikey-0.2.4/unikey/byteio.h:122:14: warning: Virtual function 'close' is called from destructor '~FileBIStream()' at line 281. Dynamic binding is not used. [virtualCallInConstructor]
fcitx-unikey-0.2.4/unikey/byteio.cpp:281:3: note: Calling close
fcitx-unikey-0.2.4/unikey/byteio.h:122:14: note: close is a virtual method
fcitx-unikey-0.2.4/unikey/byteio.h:184:14: warning: Virtual function 'close' is called from destructor '~FileBOStream()' at line 455. Dynamic binding is not used. [virtualCallInConstructor]
fcitx-unikey-0.2.4/unikey/byteio.cpp:455:3: note: Calling close
fcitx-unikey-0.2.4/unikey/byteio.h:184:14: note: close is a virtual method
fcitx-unikey-0.2.4/unikey/byteio.h:74:14: style: The function 'getNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:23:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:74:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:75:14: style: The function 'peekNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:24:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:75:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:76:14: style: The function 'unget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:25:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:76:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:78:14: style: The function 'getNextW' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:27:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:78:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:79:14: style: The function 'peekNextW' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:28:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:79:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:81:14: style: The function 'getNextDW' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:30:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:81:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:83:17: style: The function 'eos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:42:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:83:17: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:84:14: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:43:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:84:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:86:14: style: The function 'bookmark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:32:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:86:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:87:14: style: The function 'gotoBookmark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:37:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:87:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:122:14: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:43:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:122:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:124:14: style: The function 'getNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:23:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:124:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:125:14: style: The function 'peekNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:24:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:125:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:126:14: style: The function 'unget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:25:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:126:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:128:14: style: The function 'getNextW' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:27:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:128:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:129:14: style: The function 'peekNextW' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:28:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:129:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:131:17: style: The function 'getNextDW' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:30:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:131:17: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:133:17: style: The function 'eos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:42:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:133:17: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:135:14: style: The function 'bookmark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:32:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:135:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:136:14: style: The function 'gotoBookmark' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:37:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:136:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:152:14: style: The function 'putB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:50:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:152:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:153:14: style: The function 'putW' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:51:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:153:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:154:14: style: The function 'puts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:52:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:154:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:155:14: style: The function 'isOK' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:53:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:155:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:186:14: style: The function 'putB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:50:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:186:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:187:14: style: The function 'putW' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:51:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:187:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:188:14: style: The function 'puts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:52:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:188:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/byteio.h:189:14: style: The function 'isOK' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/byteio.h:53:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/byteio.h:189:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.cpp:187:17: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/unikey/charset.cpp:188:17: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/unikey/charset.cpp:228:27: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/unikey/charset.cpp:238:13: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/unikey/charset.cpp:994:13: style: Same expression on both sides of '-'. [duplicateExpression]
fcitx-unikey-0.2.4/unikey/charset.cpp:1003:13: style: Same expression on both sides of '-'. [duplicateExpression]
fcitx-unikey-0.2.4/unikey/charset.cpp:106:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/charset.cpp:460:10: style: The scope of the variable 'digit' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/charset.cpp:497:10: style: The scope of the variable 'digit' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/charset.cpp:575:10: style: The scope of the variable 'digit' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/charset.cpp:707:10: style: The scope of the variable 'dw' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/charset.h:186:2: warning: Member variable 'UnicodeCStringCharset::m_prevIsHex' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/charset.cpp:703:14: warning: Member variable 'VIQRCharset::m_atWordBeginning' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/charset.cpp:703:14: warning: Member variable 'VIQRCharset::m_escapeBowl' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/charset.cpp:703:14: warning: Member variable 'VIQRCharset::m_escapeRoof' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/charset.cpp:703:14: warning: Member variable 'VIQRCharset::m_escapeHook' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/charset.cpp:703:14: warning: Member variable 'VIQRCharset::m_escapeTone' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/charset.cpp:703:14: warning: Member variable 'VIQRCharset::m_gotTone' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/charset.cpp:703:14: warning: Member variable 'VIQRCharset::m_escAll' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/charset.cpp:703:14: warning: Member variable 'VIQRCharset::m_noOutEsc' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/charset.cpp:703:14: warning: Member variable 'VIQRCharset::m_suspicious' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/charset.cpp:989:16: warning: Member variable 'CVnCharsetLib::m_pUniCString' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/charset.h:114:2: style: Class 'SingleByteCharset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-unikey-0.2.4/unikey/charset.h:134:2: style: Class 'UnicodeCharset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-unikey-0.2.4/unikey/charset.h:147:2: style: Class 'DoubleByteCharset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-unikey-0.2.4/unikey/charset.h:156:2: style: Class 'UnicodeUTF8Charset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-unikey-0.2.4/unikey/charset.h:166:2: style: Class 'UnicodeRefCharset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-unikey-0.2.4/unikey/charset.h:176:2: style: Class 'UnicodeHexCharset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-unikey-0.2.4/unikey/charset.h:186:2: style: Class 'UnicodeCStringCharset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-unikey-0.2.4/unikey/charset.h:239:2: style: Class 'VIQRCharset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcitx-unikey-0.2.4/unikey/charset.h:115:14: style: The function 'nextInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:92:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:115:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:116:14: style: The function 'putChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:103:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:116:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:123:15: style: The function 'nextInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:92:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:123:15: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:124:15: style: The function 'putChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:103:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:124:15: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:125:15: style: The function 'elementSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:104:17: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:125:15: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:135:14: style: The function 'nextInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:92:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:135:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:136:14: style: The function 'putChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:103:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:136:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:137:17: style: The function 'elementSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:104:17: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:137:17: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:148:14: style: The function 'nextInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:92:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:148:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:149:14: style: The function 'putChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:103:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:149:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:158:14: style: The function 'nextInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:135:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:158:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:159:14: style: The function 'putChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:136:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:159:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:168:14: style: The function 'nextInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:135:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:168:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:169:14: style: The function 'putChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:136:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:169:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:177:14: style: The function 'putChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:169:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:177:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:187:14: style: The function 'nextInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:135:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:187:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:188:14: style: The function 'putChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:136:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:188:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:189:15: style: The function 'startInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:89:15: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:189:15: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:202:14: style: The function 'nextInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:92:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:202:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:203:14: style: The function 'putChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:103:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:203:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:219:14: style: The function 'nextInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:92:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:219:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:220:14: style: The function 'putChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:103:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:220:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:221:17: style: The function 'elementSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:104:17: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:221:17: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:240:15: style: The function 'startInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:89:15: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:240:15: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:241:15: style: The function 'startOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:90:15: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:241:15: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:242:14: style: The function 'nextInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:92:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:242:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:243:14: style: The function 'putChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:103:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:243:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:255:15: style: The function 'startInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:89:15: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:255:15: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:256:15: style: The function 'startOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:90:15: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:256:15: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:257:14: style: The function 'nextInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:92:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:257:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/charset.h:258:14: style: The function 'putChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcitx-unikey-0.2.4/unikey/charset.h:103:14: note: Virtual function in base class
fcitx-unikey-0.2.4/unikey/charset.h:258:14: note: Function in derived class
fcitx-unikey-0.2.4/unikey/convert.cpp:39:12: style: The scope of the variable 'stdChar' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/inputproc.h:86:17: style: Technically the member function 'UkInputProcessor::getIM' can be const. [functionConst]
fcitx-unikey-0.2.4/unikey/inputproc.h:91:8: style: Technically the member function 'UkInputProcessor::keyCodeToEvent' can be const. [functionConst]
fcitx-unikey-0.2.4/unikey/inputproc.cpp:341:24: note: Technically the member function 'UkInputProcessor::keyCodeToEvent' can be const.
fcitx-unikey-0.2.4/unikey/inputproc.h:91:8: note: Technically the member function 'UkInputProcessor::keyCodeToEvent' can be const.
fcitx-unikey-0.2.4/unikey/inputproc.h:92:8: performance: Technically the member function 'UkInputProcessor::keyCodeToSymbol' can be static. [functionStatic]
fcitx-unikey-0.2.4/unikey/inputproc.cpp:373:24: note: Technically the member function 'UkInputProcessor::keyCodeToSymbol' can be static.
fcitx-unikey-0.2.4/unikey/inputproc.h:92:8: note: Technically the member function 'UkInputProcessor::keyCodeToSymbol' can be static.
fcitx-unikey-0.2.4/unikey/inputproc.h:95:8: style: Technically the member function 'UkInputProcessor::getKeyMap' can be const. [functionConst]
fcitx-unikey-0.2.4/unikey/inputproc.cpp:395:24: note: Technically the member function 'UkInputProcessor::getKeyMap' can be const.
fcitx-unikey-0.2.4/unikey/inputproc.h:95:8: note: Technically the member function 'UkInputProcessor::getKeyMap' can be const.
fcitx-unikey-0.2.4/unikey/inputproc.h:97:14: performance: Technically the member function 'UkInputProcessor::getCharType' can be static. [functionStatic]
fcitx-unikey-0.2.4/unikey/inputproc.cpp:387:30: note: Technically the member function 'UkInputProcessor::getCharType' can be static.
fcitx-unikey-0.2.4/unikey/inputproc.h:97:14: note: Technically the member function 'UkInputProcessor::getCharType' can be static.
fcitx-unikey-0.2.4/unikey/mactab.cpp:52:66: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/unikey/mactab.cpp:53:66: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/unikey/mactab.cpp:81:66: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/unikey/mactab.cpp:108:17: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/unikey/mactab.cpp:56:15: style: The scope of the variable 'ls1' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/mactab.cpp:56:20: style: The scope of the variable 'ls2' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/mactab.cpp:83:15: style: The scope of the variable 'ls1' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/mactab.cpp:83:20: style: The scope of the variable 'ls2' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/mactab.cpp:179:12: style: The scope of the variable 'len' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/mactab.cpp:224:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/mactab.cpp:236:11: style: The scope of the variable 'p' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/mactab.h:69:10: performance: Technically the member function 'CMacroTable::readHeader' can be static. [functionStatic]
fcitx-unikey-0.2.4/unikey/mactab.cpp:121:19: note: Technically the member function 'CMacroTable::readHeader' can be static.
fcitx-unikey-0.2.4/unikey/mactab.h:69:10: note: Technically the member function 'CMacroTable::readHeader' can be static.
fcitx-unikey-0.2.4/unikey/mactab.h:70:10: performance: Technically the member function 'CMacroTable::writeHeader' can be static. [functionStatic]
fcitx-unikey-0.2.4/unikey/mactab.cpp:158:19: note: Technically the member function 'CMacroTable::writeHeader' can be static.
fcitx-unikey-0.2.4/unikey/mactab.h:70:10: note: Technically the member function 'CMacroTable::writeHeader' can be static.
fcitx-unikey-0.2.4/unikey/ukengine.cpp:302:20: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:303:20: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:317:20: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:318:20: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:332:18: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:333:18: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:471:23: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:485:23: style: C-style pointer casting [cstyleCast]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:1135:47: style: The scope of the variable 'newTonePos' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:1388:24: style: The scope of the variable 'tonePos' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:1388:33: style: The scope of the variable 'newTonePos' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:2032:41: style: Array index 'rid' is used before limits check. [arrayIndexThenCheck]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:2004:11: warning: Member variable 'UkEngine::m_changePos' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:2004:11: warning: Member variable 'UkEngine::m_backs' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:2004:11: warning: Member variable 'UkEngine::m_keyStrokes' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:2004:11: warning: Member variable 'UkEngine::m_pOutBuf' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:2004:11: warning: Member variable 'UkEngine::m_pOutSize' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:2004:11: warning: Member variable 'UkEngine::m_outputWritten' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:2004:11: warning: Member variable 'UkEngine::m_keyRestoring' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:2004:11: warning: Member variable 'UkEngine::m_outType' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:2004:11: warning: Member variable 'UkEngine::m_buffer' is not initialized in the constructor. [uninitMemberVar]
fcitx-unikey-0.2.4/unikey/ukengine.h:72:10: style: Technically the member function 'UkEngine::atWordBeginning' can be const. [functionConst]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:2273:16: note: Technically the member function 'UkEngine::atWordBeginning' can be const.
fcitx-unikey-0.2.4/unikey/ukengine.h:72:10: note: Technically the member function 'UkEngine::atWordBeginning' can be const.
fcitx-unikey-0.2.4/unikey/ukengine.h:148:9: style: Technically the member function 'UkEngine::getTonePosition' can be const. [functionConst]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:937:15: note: Technically the member function 'UkEngine::getTonePosition' can be const.
fcitx-unikey-0.2.4/unikey/ukengine.h:148:9: note: Technically the member function 'UkEngine::getTonePosition' can be const.
fcitx-unikey-0.2.4/unikey/ukengine.h:154:10: style: Technically the member function 'UkEngine::lastWordHasVnMark' can be const. [functionConst]
fcitx-unikey-0.2.4/unikey/ukengine.cpp:2374:16: note: Technically the member function 'UkEngine::lastWordHasVnMark' can be const.
fcitx-unikey-0.2.4/unikey/ukengine.h:154:10: note: Technically the member function 'UkEngine::lastWordHasVnMark' can be const.
fcitx-unikey-0.2.4/unikey/usrkeymap.cpp:154:12: style: The scope of the variable 'len' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/usrkeymap.cpp:238:9: style: The scope of the variable 'labelIndex' can be reduced. [variableScope]
fcitx-unikey-0.2.4/unikey/usrkeymap.cpp:259:23: style: Function 'getLabelIndex' argument 1 names different: declaration 'action' definition 'event'. [funcArgNamesDifferent]
fcitx-unikey-0.2.4/unikey/usrkeymap.cpp:33:23: note: Function 'getLabelIndex' argument 1 names different: declaration 'action' definition 'event'.
fcitx-unikey-0.2.4/unikey/usrkeymap.cpp:259:23: note: Function 'getLabelIndex' argument 1 names different: declaration 'action' definition 'event'.
[21:42]
ftp://ftp.se.debian.org/debian/pool/main/f/fcitx-zhuyin/fcitx-zhuyin_0~20150911.orig.tar.xz
src/eim.cpp:537:5: style: Variable 'sentence' is reassigned a value before the old one has been used. [redundantAssignment]
src/eim.cpp:534:0: note: Variable 'sentence' is reassigned a value before the old one has been used.
src/eim.cpp:537:5: note: Variable 'sentence' is reassigned a value before the old one has been used.
src/eim.cpp:615:13: style: Variable 'sentence' is reassigned a value before the old one has been used. [redundantAssignment]
src/eim.cpp:613:0: note: Variable 'sentence' is reassigned a value before the old one has been used.
src/eim.cpp:615:13: note: Variable 'sentence' is reassigned a value before the old one has been used.
src/eim.cpp:709:55: style: Function 'FcitxZhuyinReconfigure' argument 1 names different: declaration 'zhuyin' definition 'zhuyinaddon'. [funcArgNamesDifferent]
src/eim.cpp:73:62: note: Function 'FcitxZhuyinReconfigure' argument 1 names different: declaration 'zhuyin' definition 'zhuyinaddon'.
src/eim.cpp:709:55: note: Function 'FcitxZhuyinReconfigure' argument 1 names different: declaration 'zhuyin' definition 'zhuyinaddon'.
[21:42]
ftp://ftp.se.debian.org/debian/pool/main/f/fckeditor/fckeditor_2.6.6.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fcl/fcl_0.5.0.orig.tar.gz
fcl-0.5.0/src/BV/OBB.cpp:98:35: style: Variable 'min' is assigned a value that is never used. [unreadVariable]
fcl-0.5.0/src/BV/RSS.cpp:1088:34: style: Variable 'min' is assigned a value that is never used. [unreadVariable]
fcl-0.5.0/src/BV/kIOS.cpp:63:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fcl-0.5.0/src/BVH/BV_fitter.cpp:57:44: style: Variable 'min' is assigned a value that is never used. [unreadVariable]
fcl-0.5.0/src/broadphase/broadphase_SSaP.cpp:395:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcl-0.5.0/src/broadphase/broadphase_SSaP.cpp:401:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcl-0.5.0/src/broadphase/broadphase_SSaP.cpp:413:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcl-0.5.0/src/broadphase/broadphase_SSaP.cpp:82:3: style: Class 'DummyCollisionObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcl-0.5.0/src/broadphase/broadphase_SaP.cpp:55:3: error: Iterator 'it' used after element has been erased. [eraseDereference]
fcl-0.5.0/src/broadphase/broadphase_SaP.cpp:61:19: note: Iterator 'it' used after element has been erased.
fcl-0.5.0/src/broadphase/broadphase_SaP.cpp:55:3: note: Iterator 'it' used after element has been erased.
fcl-0.5.0/src/broadphase/broadphase_SaP.cpp:55:3: error: Iterator 'it' used after element has been erased. [eraseDereference]
fcl-0.5.0/src/broadphase/broadphase_SaP.cpp:62:3: note: Iterator 'it' used after element has been erased.
fcl-0.5.0/src/broadphase/broadphase_SaP.cpp:55:3: note: Iterator 'it' used after element has been erased.
fcl-0.5.0/src/broadphase/broadphase_bruteforce.cpp:115:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcl-0.5.0/src/broadphase/broadphase_bruteforce.cpp:132:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fcl-0.5.0/src/broadphase/hierarchy_tree.cpp:83:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fcl-0.5.0/src/broadphase/hierarchy_tree.cpp:84:3: note: Found duplicate branches for 'if' and 'else'.
fcl-0.5.0/src/broadphase/hierarchy_tree.cpp:83:3: note: Found duplicate branches for 'if' and 'else'.
fcl-0.5.0/src/broadphase/hierarchy_tree.cpp:98:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fcl-0.5.0/src/broadphase/hierarchy_tree.cpp:99:3: note: Found duplicate branches for 'if' and 'else'.
fcl-0.5.0/src/broadphase/hierarchy_tree.cpp:98:3: note: Found duplicate branches for 'if' and 'else'.
fcl-0.5.0/src/broadphase/interval_tree.cpp:88:26: style: C-style pointer casting [cstyleCast]
fcl-0.5.0/src/broadphase/interval_tree.cpp:539:32: style: C-style pointer casting [cstyleCast]
fcl-0.5.0/src/intersect.cpp:1020:16: style: The scope of the variable 'vi' can be reduced. [variableScope]
fcl-0.5.0/src/intersect.cpp:1022:16: style: The scope of the variable 'classify' can be reduced. [variableScope]
fcl-0.5.0/src/intersect.cpp:1669:67: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fcl-0.5.0/src/intersect.cpp:1791:67: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fcl-0.5.0/src/narrowphase/gjk.cpp:227:14: style: The scope of the variable 'next_simplex' can be reduced. [variableScope]
fcl-0.5.0/src/narrowphase/gjk.cpp:559:16: style: The scope of the variable 'valid' can be reduced. [variableScope]
fcl-0.5.0/src/narrowphase/gjk_libccd.cpp:712:28: style: C-style pointer casting [cstyleCast]
fcl-0.5.0/src/narrowphase/gjk_libccd.cpp:375:7: style: The scope of the variable 'do_simplex_res' can be reduced. [variableScope]
fcl-0.5.0/src/narrowphase/gjk_libccd.cpp:615:17: style: The scope of the variable 'rad' can be reduced. [variableScope]
fcl-0.5.0/src/shape/geometric_shapes_utility.cpp:776:10: style: Expression is always false because 'else if' condition matches previous condition at line 766. [multiCondition]
fcl-0.5.0/src/shape/geometric_shapes_utility.cpp:998:10: style: Expression is always false because 'else if' condition matches previous condition at line 990. [multiCondition]
fcl-0.5.0/src/traversal/traversal_recurse.cpp:403:8: style: Boolean variable 'l1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
fcl-0.5.0/test/libsvm/svm.cpp:97:10: style: C-style pointer casting [cstyleCast]
fcl-0.5.0/test/libsvm/svm.cpp:2169:22: style: C-style pointer casting [cstyleCast]
fcl-0.5.0/test/libsvm/svm.cpp:2264:28: style: C-style pointer casting [cstyleCast]
fcl-0.5.0/test/libsvm/svm.cpp:2900:22: style: C-style pointer casting [cstyleCast]
fcl-0.5.0/test/libsvm/svm.cpp:3063:21: style: C-style pointer casting [cstyleCast]
fcl-0.5.0/test/libsvm/svm.cpp:1740:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fcl-0.5.0/test/libsvm/svm.cpp:1745:7: note: Found duplicate branches for 'if' and 'else'.
fcl-0.5.0/test/libsvm/svm.cpp:1740:7: note: Found duplicate branches for 'if' and 'else'.
fcl-0.5.0/test/libsvm/svm.cpp:1520:0: style: Same expression used in consecutive assignments of 'sum_pos' and 'sum_neg'. [duplicateAssignExpression]
fcl-0.5.0/test/libsvm/svm.cpp:1521:0: note: Same expression used in consecutive assignments of 'sum_pos' and 'sum_neg'.
fcl-0.5.0/test/libsvm/svm.cpp:1520:0: note: Same expression used in consecutive assignments of 'sum_pos' and 'sum_neg'.
fcl-0.5.0/test/libsvm/svm.cpp:1291:16: style: The scope of the variable 'j' can be reduced. [variableScope]
fcl-0.5.0/test/libsvm/svm.cpp:1340:16: style: The scope of the variable 'j' can be reduced. [variableScope]
fcl-0.5.0/test/libsvm/svm.cpp:1782:19: style: The scope of the variable 'h11' can be reduced. [variableScope]
fcl-0.5.0/test/libsvm/svm.cpp:1782:23: style: The scope of the variable 'h22' can be reduced. [variableScope]
fcl-0.5.0/test/libsvm/svm.cpp:1782:27: style: The scope of the variable 'h21' can be reduced. [variableScope]
fcl-0.5.0/test/libsvm/svm.cpp:1782:31: style: The scope of the variable 'g1' can be reduced. [variableScope]
fcl-0.5.0/test/libsvm/svm.cpp:1782:34: style: The scope of the variable 'g2' can be reduced. [variableScope]
fcl-0.5.0/test/libsvm/svm.cpp:1782:37: style: The scope of the variable 'det' can be reduced. [variableScope]
fcl-0.5.0/test/libsvm/svm.cpp:1782:41: style: The scope of the variable 'dA' can be reduced. [variableScope]
fcl-0.5.0/test/libsvm/svm.cpp:1782:44: style: The scope of the variable 'dB' can be reduced. [variableScope]
fcl-0.5.0/test/libsvm/svm.cpp:1782:47: style: The scope of the variable 'gd' can be reduced. [variableScope]
fcl-0.5.0/test/libsvm/svm.cpp:1782:50: style: The scope of the variable 'stepsize' can be reduced. [variableScope]
fcl-0.5.0/test/libsvm/svm.cpp:1894:10: style: The scope of the variable 'pQp' can be reduced. [variableScope]
fcl-0.5.0/test/libsvm/svm.cpp:2874:7: style: The scope of the variable 'len' can be reduced. [variableScope]
fcl-0.5.0/test/libsvm/svm.cpp:95:18: style: Function 'Cache' argument 1 names different: declaration 'l' definition 'l_'. [funcArgNamesDifferent]
fcl-0.5.0/test/libsvm/svm.cpp:71:13: note: Function 'Cache' argument 1 names different: declaration 'l' definition 'l_'.
fcl-0.5.0/test/libsvm/svm.cpp:95:18: note: Function 'Cache' argument 1 names different: declaration 'l' definition 'l_'.
fcl-0.5.0/test/libsvm/svm.cpp:95:26: style: Function 'Cache' argument 2 names different: declaration 'size' definition 'size_'. [funcArgNamesDifferent]
fcl-0.5.0/test/libsvm/svm.cpp:71:20: note: Function 'Cache' argument 2 names different: declaration 'size' definition 'size_'.
fcl-0.5.0/test/libsvm/svm.cpp:95:26: note: Function 'Cache' argument 2 names different: declaration 'size' definition 'size_'.
fcl-0.5.0/test/libsvm/svm.cpp:261:42: style: Function 'Kernel' argument 2 names different: declaration 'x' definition 'x_'. [funcArgNamesDifferent]
fcl-0.5.0/test/libsvm/svm.cpp:205:36: note: Function 'Kernel' argument 2 names different: declaration 'x' definition 'x_'.
fcl-0.5.0/test/libsvm/svm.cpp:261:42: note: Function 'Kernel' argument 2 names different: declaration 'x' definition 'x_'.
fcl-0.5.0/test/libsvm/svm.cpp:795:37: style: Function 'select_working_set' argument 1 names different: declaration 'i' definition 'out_i'. [funcArgNamesDifferent]
fcl-0.5.0/test/libsvm/svm.cpp:451:39: note: Function 'select_working_set' argument 1 names different: declaration 'i' definition 'out_i'.
fcl-0.5.0/test/libsvm/svm.cpp:795:37: note: Function 'select_working_set' argument 1 names different: declaration 'i' definition 'out_i'.
fcl-0.5.0/test/libsvm/svm.cpp:795:49: style: Function 'select_working_set' argument 2 names different: declaration 'j' definition 'out_j'. [funcArgNamesDifferent]
fcl-0.5.0/test/libsvm/svm.cpp:451:47: note: Function 'select_working_set' argument 2 names different: declaration 'j' definition 'out_j'.
fcl-0.5.0/test/libsvm/svm.cpp:795:49: note: Function 'select_working_set' argument 2 names different: declaration 'j' definition 'out_j'.
fcl-0.5.0/test/libsvm/svm.cpp:1038:40: style: Function 'select_working_set' argument 1 names different: declaration 'i' definition 'out_i'. [funcArgNamesDifferent]
fcl-0.5.0/test/libsvm/svm.cpp:1031:31: note: Function 'select_working_set' argument 1 names different: declaration 'i' definition 'out_i'.
fcl-0.5.0/test/libsvm/svm.cpp:1038:40: note: Function 'select_working_set' argument 1 names different: declaration 'i' definition 'out_i'.
fcl-0.5.0/test/libsvm/svm.cpp:1038:52: style: Function 'select_working_set' argument 2 names different: declaration 'j' definition 'out_j'. [funcArgNamesDifferent]
fcl-0.5.0/test/libsvm/svm.cpp:1031:39: note: Function 'select_working_set' argument 2 names different: declaration 'j' definition 'out_j'.
fcl-0.5.0/test/libsvm/svm.cpp:1038:52: note: Function 'select_working_set' argument 2 names different: declaration 'j' definition 'out_j'.
fcl-0.5.0/test/libsvm/svm.cpp:1796:27: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
fcl-0.5.0/test/libsvm/svm.cpp:1798:32: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
fcl-0.5.0/test/libsvm/svm.cpp:1851:31: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
fcl-0.5.0/test/libsvm/svm.cpp:1853:36: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
fcl-0.5.0/test/libsvm/svm.cpp:403:3: warning: Member variable 'Solver::active_size' is not initialized in the constructor. [uninitMemberVar]
fcl-0.5.0/test/libsvm/svm.cpp:403:3: warning: Member variable 'Solver::y' is not initialized in the constructor. [uninitMemberVar]
fcl-0.5.0/test/libsvm/svm.cpp:403:3: warning: Member variable 'Solver::G' is not initialized in the constructor. [uninitMemberVar]
fcl-0.5.0/test/libsvm/svm.cpp:403:3: warning: Member variable 'Solver::alpha_status' is not initialized in the constructor. [uninitMemberVar]
fcl-0.5.0/test/libsvm/svm.cpp:403:3: warning: Member variable 'Solver::alpha' is not initialized in the constructor. [uninitMemberVar]
fcl-0.5.0/test/libsvm/svm.cpp:403:3: warning: Member variable 'Solver::Q' is not initialized in the constructor. [uninitMemberVar]
fcl-0.5.0/test/libsvm/svm.cpp:403:3: warning: Member variable 'Solver::QD' is not initialized in the constructor. [uninitMemberVar]
fcl-0.5.0/test/libsvm/svm.cpp:403:3: warning: Member variable 'Solver::eps' is not initialized in the constructor. [uninitMemberVar]
fcl-0.5.0/test/libsvm/svm.cpp:403:3: warning: Member variable 'Solver::Cp' is not initialized in the constructor. [uninitMemberVar]
fcl-0.5.0/test/libsvm/svm.cpp:403:3: warning: Member variable 'Solver::Cn' is not initialized in the constructor. [uninitMemberVar]
fcl-0.5.0/test/libsvm/svm.cpp:403:3: warning: Member variable 'Solver::C' is not initialized in the constructor. [uninitMemberVar]
fcl-0.5.0/test/libsvm/svm.cpp:403:3: warning: Member variable 'Solver::p' is not initialized in the constructor. [uninitMemberVar]
fcl-0.5.0/test/libsvm/svm.cpp:403:3: warning: Member variable 'Solver::active_set' is not initialized in the constructor. [uninitMemberVar]
fcl-0.5.0/test/libsvm/svm.cpp:403:3: warning: Member variable 'Solver::G_bar' is not initialized in the constructor. [uninitMemberVar]
fcl-0.5.0/test/libsvm/svm.cpp:403:3: warning: Member variable 'Solver::l' is not initialized in the constructor. [uninitMemberVar]
fcl-0.5.0/test/libsvm/svm.cpp:403:3: warning: Member variable 'Solver::unshrink' is not initialized in the constructor. [uninitMemberVar]
fcl-0.5.0/test/libsvm/svm.cpp:1021:3: warning: Member variable 'Solver_NU::si' is not initialized in the constructor. [uninitMemberVar]
fcl-0.5.0/test/libsvm/svm.cpp:91:8: performance: Technically the member function 'Cache::lru_delete' can be static. [functionStatic]
fcl-0.5.0/test/libsvm/svm.cpp:111:13: note: Technically the member function 'Cache::lru_delete' can be static.
fcl-0.5.0/test/libsvm/svm.cpp:91:8: note: Technically the member function 'Cache::lru_delete' can be static.
fcl-0.5.0/test/libsvm/svm.cpp:434:10: style: Technically the member function 'Solver::get_C' can be const. [functionConst]
fcl-0.5.0/test/libsvm/svm.cpp:446:8: style: Technically the member function 'Solver::is_upper_bound' can be const. [functionConst]
fcl-0.5.0/test/libsvm/svm.cpp:447:8: style: Technically the member function 'Solver::is_lower_bound' can be const. [functionConst]
fcl-0.5.0/test/libsvm/svm.cpp:448:8: style: Technically the member function 'Solver::is_free' can be const. [functionConst]
fcl-0.5.0/test/libsvm/svm.cpp:97:3: style: Class 'Cache' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fcl-0.5.0/test/libsvm/svm.cpp:97:3: style: Class 'Cache' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fcl-0.5.0/test/libsvm/svm.cpp:288:5: style: Class 'Kernel' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fcl-0.5.0/test/libsvm/svm.cpp:288:5: style: Class 'Kernel' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fcl-0.5.0/test/libsvm/svm.cpp:1282:5: style: Class 'SVC_Q' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fcl-0.5.0/test/libsvm/svm.cpp:1282:5: style: Class 'SVC_Q' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fcl-0.5.0/test/libsvm/svm.cpp:1331:5: style: Class 'ONE_CLASS_Q' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fcl-0.5.0/test/libsvm/svm.cpp:1331:5: style: Class 'ONE_CLASS_Q' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fcl-0.5.0/test/libsvm/svm.cpp:1378:5: style: Class 'SVR_Q' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fcl-0.5.0/test/libsvm/svm.cpp:1378:5: style: Class 'SVR_Q' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fcl-0.5.0/test/libsvm/svm.cpp:211:19: style: The function 'get_Q' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcl-0.5.0/test/libsvm/svm.cpp:197:19: note: Virtual function in base class
fcl-0.5.0/test/libsvm/svm.cpp:211:19: note: Function in derived class
fcl-0.5.0/test/libsvm/svm.cpp:212:19: style: The function 'get_QD' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcl-0.5.0/test/libsvm/svm.cpp:198:19: note: Virtual function in base class
fcl-0.5.0/test/libsvm/svm.cpp:212:19: note: Function in derived class
fcl-0.5.0/test/libsvm/svm.cpp:213:16: style: The function 'swap_index' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcl-0.5.0/test/libsvm/svm.cpp:199:16: note: Virtual function in base class
fcl-0.5.0/test/libsvm/svm.cpp:213:16: note: Function in derived class
fcl-0.5.0/test/libsvm/svm.cpp:1031:7: style: The function 'select_working_set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcl-0.5.0/test/libsvm/svm.cpp:451:15: note: Virtual function in base class
fcl-0.5.0/test/libsvm/svm.cpp:1031:7: note: Function in derived class
fcl-0.5.0/test/libsvm/svm.cpp:1032:10: style: The function 'calculate_rho' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcl-0.5.0/test/libsvm/svm.cpp:452:18: note: Virtual function in base class
fcl-0.5.0/test/libsvm/svm.cpp:1032:10: note: Function in derived class
fcl-0.5.0/test/libsvm/svm.cpp:1034:8: style: The function 'do_shrinking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcl-0.5.0/test/libsvm/svm.cpp:453:16: note: Virtual function in base class
fcl-0.5.0/test/libsvm/svm.cpp:1034:8: note: Function in derived class
fcl-0.5.0/test/libsvm/svm.cpp:1288:11: style: The function 'get_Q' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcl-0.5.0/test/libsvm/svm.cpp:211:19: note: Virtual function in base class
fcl-0.5.0/test/libsvm/svm.cpp:1288:11: note: Function in derived class
fcl-0.5.0/test/libsvm/svm.cpp:1300:11: style: The function 'get_QD' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcl-0.5.0/test/libsvm/svm.cpp:212:19: note: Virtual function in base class
fcl-0.5.0/test/libsvm/svm.cpp:1300:11: note: Function in derived class
fcl-0.5.0/test/libsvm/svm.cpp:1305:8: style: The function 'swap_index' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcl-0.5.0/test/libsvm/svm.cpp:213:16: note: Virtual function in base class
fcl-0.5.0/test/libsvm/svm.cpp:1305:8: note: Function in derived class
fcl-0.5.0/test/libsvm/svm.cpp:1337:11: style: The function 'get_Q' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcl-0.5.0/test/libsvm/svm.cpp:211:19: note: Virtual function in base class
fcl-0.5.0/test/libsvm/svm.cpp:1337:11: note: Function in derived class
fcl-0.5.0/test/libsvm/svm.cpp:1349:11: style: The function 'get_QD' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcl-0.5.0/test/libsvm/svm.cpp:212:19: note: Virtual function in base class
fcl-0.5.0/test/libsvm/svm.cpp:1349:11: note: Function in derived class
fcl-0.5.0/test/libsvm/svm.cpp:1354:8: style: The function 'swap_index' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcl-0.5.0/test/libsvm/svm.cpp:213:16: note: Virtual function in base class
fcl-0.5.0/test/libsvm/svm.cpp:1354:8: note: Function in derived class
fcl-0.5.0/test/libsvm/svm.cpp:1396:8: style: The function 'swap_index' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcl-0.5.0/test/libsvm/svm.cpp:213:16: note: Virtual function in base class
fcl-0.5.0/test/libsvm/svm.cpp:1396:8: note: Function in derived class
fcl-0.5.0/test/libsvm/svm.cpp:1403:11: style: The function 'get_Q' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcl-0.5.0/test/libsvm/svm.cpp:211:19: note: Virtual function in base class
fcl-0.5.0/test/libsvm/svm.cpp:1403:11: note: Function in derived class
fcl-0.5.0/test/libsvm/svm.cpp:1422:11: style: The function 'get_QD' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fcl-0.5.0/test/libsvm/svm.cpp:212:19: note: Virtual function in base class
fcl-0.5.0/test/libsvm/svm.cpp:1422:11: note: Function in derived class
fcl-0.5.0/test/libsvm/svm.cpp:2105:9: error: Common realloc mistake: 'label' nulled but not freed upon failure [memleakOnRealloc]
fcl-0.5.0/test/libsvm/svm.cpp:2106:9: error: Common realloc mistake: 'count' nulled but not freed upon failure [memleakOnRealloc]
fcl-0.5.0/test/libsvm/svm.cpp:2882:5: error: Common realloc mistake: 'line' nulled but not freed upon failure [memleakOnRealloc]
fcl-0.5.0/test/libsvm/svm.cpp:3244:11: error: Common realloc mistake: 'label' nulled but not freed upon failure [memleakOnRealloc]
fcl-0.5.0/test/libsvm/svm.cpp:3245:11: error: Common realloc mistake: 'count' nulled but not freed upon failure [memleakOnRealloc]
fcl-0.5.0/test/test_fcl_octomap.cpp:534:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fcl-0.5.0/test/test_fcl_octomap.cpp:535:5: note: Found duplicate branches for 'if' and 'else'.
fcl-0.5.0/test/test_fcl_octomap.cpp:534:5: note: Found duplicate branches for 'if' and 'else'.
fcl-0.5.0/test/test_fcl_octomap.cpp:667:62: style: Function 'generateBoxesFromOctomap' argument 1 names different: declaration 'env' definition 'boxes'. [funcArgNamesDifferent]
fcl-0.5.0/test/test_fcl_octomap.cpp:76:62: note: Function 'generateBoxesFromOctomap' argument 1 names different: declaration 'env' definition 'boxes'.
fcl-0.5.0/test/test_fcl_octomap.cpp:667:62: note: Function 'generateBoxesFromOctomap' argument 1 names different: declaration 'env' definition 'boxes'.
fcl-0.5.0/test/test_fcl_octomap.cpp:720:66: style: Function 'generateBoxesFromOctomapMesh' argument 1 names different: declaration 'env' definition 'boxes'. [funcArgNamesDifferent]
fcl-0.5.0/test/test_fcl_octomap.cpp:79:66: note: Function 'generateBoxesFromOctomapMesh' argument 1 names different: declaration 'env' definition 'boxes'.
fcl-0.5.0/test/test_fcl_octomap.cpp:720:66: note: Function 'generateBoxesFromOctomapMesh' argument 1 names different: declaration 'env' definition 'boxes'.
fcl-0.5.0/test/test_fcl_utility.cpp:352:79: style: Function 'defaultCollisionFunction' argument 3 names different: declaration 'cdata' definition 'cdata_'. [funcArgNamesDifferent]
fcl-0.5.0/test/test_fcl_utility.h:172:79: note: Function 'defaultCollisionFunction' argument 3 names different: declaration 'cdata' definition 'cdata_'.
fcl-0.5.0/test/test_fcl_utility.cpp:352:79: note: Function 'defaultCollisionFunction' argument 3 names different: declaration 'cdata' definition 'cdata_'.
fcl-0.5.0/test/test_fcl_utility.cpp:368:78: style: Function 'defaultDistanceFunction' argument 3 names different: declaration 'cdata' definition 'cdata_'. [funcArgNamesDifferent]
fcl-0.5.0/test/test_fcl_utility.h:175:78: note: Function 'defaultDistanceFunction' argument 3 names different: declaration 'cdata' definition 'cdata_'.
fcl-0.5.0/test/test_fcl_utility.cpp:368:78: note: Function 'defaultDistanceFunction' argument 3 names different: declaration 'cdata' definition 'cdata_'.
fcl-0.5.0/test/test_fcl_utility.cpp:331:39: style: Unused variable: results [unusedVariable]
fcl-0.5.0/test/test_fcl_utility.cpp:186:0: error: Resource leak: file [resourceLeak]
[21:42]
ftp://ftp.se.debian.org/debian/pool/main/f/fclib/fclib_3.0.0+dfsg.orig.tar.gz
fclib-3.0.0/src/fclib.h:1157:19: style: The scope of the variable 'i' can be reduced. [variableScope]
fclib-3.0.0/src/fclib.h:1158:8: style: The scope of the variable 'num' can be reduced. [variableScope]
fclib-3.0.0/src/fclib.h:744:0: style: Variable 'dim' is assigned a value that is never used. [unreadVariable]
fclib-3.0.0/src/fclib.h:1139:49: error: Memory leak: solution [memleak]
fclib-3.0.0/src/tests/fctst.c:221:20: warning: Either the condition 'a' is redundant or there is possible null pointer dereference: a. [nullPointerRedundantCheck]
fclib-3.0.0/src/tests/fctst.c:220:13: note: Assuming that condition 'a' is not redundant
fclib-3.0.0/src/tests/fctst.c:221:20: note: Null pointer dereference
fclib-3.0.0/src/tests/fctst.c:221:32: warning: Either the condition 'b' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
fclib-3.0.0/src/tests/fctst.c:220:32: note: Assuming that condition 'b' is not redundant
fclib-3.0.0/src/tests/fctst.c:221:32: note: Null pointer dereference
fclib-3.0.0/src/tests/fctst.c:359:20: warning: Either the condition 'a' is redundant or there is possible null pointer dereference: a. [nullPointerRedundantCheck]
fclib-3.0.0/src/tests/fctst.c:358:13: note: Assuming that condition 'a' is not redundant
fclib-3.0.0/src/tests/fctst.c:359:20: note: Null pointer dereference
fclib-3.0.0/src/tests/fctst.c:359:30: warning: Either the condition 'b' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
fclib-3.0.0/src/tests/fctst.c:358:32: note: Assuming that condition 'b' is not redundant
fclib-3.0.0/src/tests/fctst.c:359:30: note: Null pointer dereference
fclib-3.0.0/src/tests/fctst.c:416:36: style: The scope of the variable 'p' can be reduced. [variableScope]
fclib-3.0.0/src/tests/fctst.c:417:39: style: The scope of the variable 's' can be reduced. [variableScope]
fclib-3.0.0/src/tests/fctst.c:418:38: style: The scope of the variable 'g' can be reduced. [variableScope]
fclib-3.0.0/src/tests/fctst.c:461:35: style: The scope of the variable 'p' can be reduced. [variableScope]
fclib-3.0.0/src/tests/fctst.c:462:39: style: The scope of the variable 's' can be reduced. [variableScope]
fclib-3.0.0/src/tests/fctst.c:463:38: style: The scope of the variable 'g' can be reduced. [variableScope]
fclib-3.0.0/src/tests/fctst.c:80:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fclib-3.0.0/src/tests/fctst_merit.c:223:20: warning: Either the condition 'a' is redundant or there is possible null pointer dereference: a. [nullPointerRedundantCheck]
fclib-3.0.0/src/tests/fctst_merit.c:222:13: note: Assuming that condition 'a' is not redundant
fclib-3.0.0/src/tests/fctst_merit.c:223:20: note: Null pointer dereference
fclib-3.0.0/src/tests/fctst_merit.c:223:32: warning: Either the condition 'b' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
fclib-3.0.0/src/tests/fctst_merit.c:222:32: note: Assuming that condition 'b' is not redundant
fclib-3.0.0/src/tests/fctst_merit.c:223:32: note: Null pointer dereference
fclib-3.0.0/src/tests/fctst_merit.c:361:20: warning: Either the condition 'a' is redundant or there is possible null pointer dereference: a. [nullPointerRedundantCheck]
fclib-3.0.0/src/tests/fctst_merit.c:360:13: note: Assuming that condition 'a' is not redundant
fclib-3.0.0/src/tests/fctst_merit.c:361:20: note: Null pointer dereference
fclib-3.0.0/src/tests/fctst_merit.c:361:30: warning: Either the condition 'b' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
fclib-3.0.0/src/tests/fctst_merit.c:360:32: note: Assuming that condition 'b' is not redundant
fclib-3.0.0/src/tests/fctst_merit.c:361:30: note: Null pointer dereference
fclib-3.0.0/src/tests/fctst_merit.c:412:7: style: Unused variable: i [unusedVariable]
fclib-3.0.0/src/tests/fctst_merit.c:415:36: style: Unused variable: p [unusedVariable]
fclib-3.0.0/src/tests/fctst_merit.c:416:39: style: Unused variable: s [unusedVariable]
fclib-3.0.0/src/tests/fctst_merit.c:417:38: style: Unused variable: g [unusedVariable]
fclib-3.0.0/src/tests/fctst_merit.c:436:35: style: Unused variable: p [unusedVariable]
fclib-3.0.0/src/tests/fctst_merit.c:437:39: style: Unused variable: s [unusedVariable]
fclib-3.0.0/src/tests/fctst_merit.c:438:38: style: Unused variable: g [unusedVariable]
fclib-3.0.0/src/tests/fctst_merit.c:439:0: style: Variable 'allfine' is assigned a value that is never used. [unreadVariable]
fclib-3.0.0/src/tests/fctst_merit.c:82:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
[21:42]
ftp://ftp.se.debian.org/debian/pool/main/f/fcm/fcm_2017.10.0.orig.tar.xz
[21:42]
ftp://ftp.se.debian.org/debian/pool/main/f/fcml/fcml_1.1.3.orig.tar.xz
fcml-1.1.3/check/cpp-tests/assembler_t.cpp:210:2: style: Variable 'instruction' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
fcml-1.1.3/check/cpp-tests/assembler_t.cpp:208:2: note: Variable 'instruction' is reassigned a value before the old one has been used if variable is no semaphore variable.
fcml-1.1.3/check/cpp-tests/assembler_t.cpp:210:2: note: Variable 'instruction' is reassigned a value before the old one has been used if variable is no semaphore variable.
fcml-1.1.3/check/internal-tests/modrm_decoder_t.c:425:10: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
fcml-1.1.3/check/internal-tests/modrm_decoder_t.c:720:10: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
fcml-1.1.3/check/internal-tests/modrm_decoder_t.c:768:10: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
fcml-1.1.3/check/internal-tests/modrm_decoder_t.c:816:10: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
fcml-1.1.3/check/internal-tests/modrm_encoder_t.c:862:10: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
fcml-1.1.3/check/internal-tests/stream_t.c:73:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/check/internal-tests/stream_t.c:66:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:73:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:156:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/check/internal-tests/stream_t.c:149:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:156:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:163:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/check/internal-tests/stream_t.c:156:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:163:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:170:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/check/internal-tests/stream_t.c:163:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:170:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:267:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/check/internal-tests/stream_t.c:260:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:267:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:274:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/check/internal-tests/stream_t.c:267:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:274:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:281:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/check/internal-tests/stream_t.c:274:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:281:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:384:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/check/internal-tests/stream_t.c:377:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:384:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:391:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/check/internal-tests/stream_t.c:384:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:391:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:398:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/check/internal-tests/stream_t.c:391:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:398:5: note: Variable 'data' is reassigned a value before the old one has been used.
fcml-1.1.3/check/internal-tests/stream_t.c:73:12: style: Variable 'data' is assigned a value that is never used. [unreadVariable]
fcml-1.1.3/check/public-tests/instructions_base_t.c:235:20: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fcml-1.1.3/check/public-tests/instructions_base_t.c:66:98: style: Function 'fcml_fn_ts_instruction_test' argument 3 names different: declaration 'addr_mode' definition 'op_mode'. [funcArgNamesDifferent]
fcml-1.1.3/check/public-tests/instructions_base_t.h:156:98: note: Function 'fcml_fn_ts_instruction_test' argument 3 names different: declaration 'addr_mode' definition 'op_mode'.
fcml-1.1.3/check/public-tests/instructions_base_t.c:66:98: note: Function 'fcml_fn_ts_instruction_test' argument 3 names different: declaration 'addr_mode' definition 'op_mode'.
fcml-1.1.3/check/public-tests/instructions_base_t.c:435:103: style: Function 'fcml_fn_ts_instruction_test_diss' argument 3 names different: declaration 'addr_mode' definition 'op_mode'. [funcArgNamesDifferent]
fcml-1.1.3/check/public-tests/instructions_base_t.h:157:103: note: Function 'fcml_fn_ts_instruction_test_diss' argument 3 names different: declaration 'addr_mode' definition 'op_mode'.
fcml-1.1.3/check/public-tests/instructions_base_t.c:435:103: note: Function 'fcml_fn_ts_instruction_test_diss' argument 3 names different: declaration 'addr_mode' definition 'op_mode'.
fcml-1.1.3/include/fcml_common.hpp:277:18: style: 'operator=' should either return reference to 'this' instance or be declared private and left unimplemented. [operatorEqShouldBeLeftUnimplemented]
fcml-1.1.3/include/fcml_common.hpp:168:15: performance: Variable '_msg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fcml-1.1.3/include/fcml_common.hpp:172:15: performance: Variable '_msg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fcml-1.1.3/include/fcml_common.hpp:6592:10: performance: Technically the member function 'fcml::Instruction::checkArrayAccess' can be static. [functionStatic]
fcml-1.1.3/include/fcml_common.hpp:164:5: style: Class 'BaseException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcml-1.1.3/include/fcml_common.hpp:252:5: style: Class 'OperationNotSupportedException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcml-1.1.3/include/fcml_common.hpp:383:5: style: Struct 'InstructionHint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcml-1.1.3/include/fcml_common.hpp:438:5: style: Struct 'OperandHint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcml-1.1.3/include/fcml_common.hpp:684:5: style: Class 'Integer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcml-1.1.3/include/fcml_common.hpp:689:5: style: Class 'Integer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcml-1.1.3/include/fcml_common.hpp:694:5: style: Class 'Integer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcml-1.1.3/include/fcml_common.hpp:699:5: style: Class 'Integer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcml-1.1.3/include/fcml_common.hpp:704:5: style: Class 'Integer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcml-1.1.3/include/fcml_common.hpp:709:5: style: Class 'Integer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcml-1.1.3/include/fcml_common.hpp:714:5: style: Class 'Integer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcml-1.1.3/include/fcml_common.hpp:719:5: style: Class 'Integer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcml-1.1.3/include/fcml_common.hpp:1615:5: style: Class 'Register' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcml-1.1.3/include/fcml_common.hpp:3523:5: style: Class 'EffectiveAddress' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcml-1.1.3/include/fcml_common.hpp:3533:5: style: Class 'EffectiveAddress' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcml-1.1.3/include/fcml_common.hpp:6227:5: style: Class 'Instruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcml-1.1.3/include/fcml_common.hpp:6633:5: style: Class 'IB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fcml-1.1.3/include/fcml_common.hpp:3355:1: warning: The class 'SegmentSelector' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
fcml-1.1.3/src/fcml_apc_ast.c:664:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/src/fcml_apc_ast.c:659:0: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_apc_ast.c:664:5: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_apc_ast.c:115:23: style: Function 'fcml_fn_ast_alloc_node_instruction' argument 5 names different: declaration 'operand_list' definition 'operands_list'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_apc_ast.h:156:27: note: Function 'fcml_fn_ast_alloc_node_instruction' argument 5 names different: declaration 'operand_list' definition 'operands_list'.
fcml-1.1.3/src/fcml_apc_ast.c:115:23: note: Function 'fcml_fn_ast_alloc_node_instruction' argument 5 names different: declaration 'operand_list' definition 'operands_list'.
fcml-1.1.3/src/fcml_apc_ast.c:236:17: style: Function 'fcml_fn_ast_alloc_node_define_symbol' argument 2 names different: declaration 'symbol' definition 'symbol_name'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_apc_ast.h:159:79: note: Function 'fcml_fn_ast_alloc_node_define_symbol' argument 2 names different: declaration 'symbol' definition 'symbol_name'.
fcml-1.1.3/src/fcml_apc_ast.c:236:17: note: Function 'fcml_fn_ast_alloc_node_define_symbol' argument 2 names different: declaration 'symbol' definition 'symbol_name'.
fcml-1.1.3/src/fcml_apc_ast.c:366:23: style: Function 'fcml_fn_ast_set_effective_address_details' argument 3 names different: declaration 'effective_address' definition 'effective_address_node'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_apc_ast.h:165:27: note: Function 'fcml_fn_ast_set_effective_address_details' argument 3 names different: declaration 'effective_address' definition 'effective_address_node'.
fcml-1.1.3/src/fcml_apc_ast.c:366:23: note: Function 'fcml_fn_ast_set_effective_address_details' argument 3 names different: declaration 'effective_address' definition 'effective_address_node'.
fcml-1.1.3/src/fcml_apc_ast.c:392:23: style: Function 'fcml_fn_ast_set_displacemnt' argument 2 names different: declaration 'effective_address' definition 'effective_address_node'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_apc_ast.h:166:98: note: Function 'fcml_fn_ast_set_displacemnt' argument 2 names different: declaration 'effective_address' definition 'effective_address_node'.
fcml-1.1.3/src/fcml_apc_ast.c:392:23: note: Function 'fcml_fn_ast_set_displacemnt' argument 2 names different: declaration 'effective_address' definition 'effective_address_node'.
fcml-1.1.3/src/fcml_apc_ast.c:568:58: style: Function 'fcml_fn_ast_visit_nodes' argument 1 names different: declaration 'ast_tree' definition 'ast_node'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_apc_ast.h:171:59: note: Function 'fcml_fn_ast_visit_nodes' argument 1 names different: declaration 'ast_tree' definition 'ast_node'.
fcml-1.1.3/src/fcml_apc_ast.c:568:58: note: Function 'fcml_fn_ast_visit_nodes' argument 1 names different: declaration 'ast_tree' definition 'ast_node'.
fcml-1.1.3/src/fcml_apc_ast.c:1106:103: style: Function 'fcml_fn_ast_to_cif_converter' argument 2 names different: declaration 'ast_tree' definition 'ast_instruction_node'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_apc_ast.h:173:104: note: Function 'fcml_fn_ast_to_cif_converter' argument 2 names different: declaration 'ast_tree' definition 'ast_instruction_node'.
fcml-1.1.3/src/fcml_apc_ast.c:1106:103: note: Function 'fcml_fn_ast_to_cif_converter' argument 2 names different: declaration 'ast_tree' definition 'ast_instruction_node'.
fcml-1.1.3/src/fcml_apc_ast.c:1107:31: style: Function 'fcml_fn_ast_to_cif_converter' argument 3 names different: declaration 'instruction' definition 'out_instruction'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_apc_ast.h:173:136: note: Function 'fcml_fn_ast_to_cif_converter' argument 3 names different: declaration 'instruction' definition 'out_instruction'.
fcml-1.1.3/src/fcml_apc_ast.c:1107:31: note: Function 'fcml_fn_ast_to_cif_converter' argument 3 names different: declaration 'instruction' definition 'out_instruction'.
fcml-1.1.3/src/fcml_coll.c:257:58: style: Function 'fcml_fn_coll_map_size' argument 1 names different: declaration 'map' definition 'map_int'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_coll.h:85:58: note: Function 'fcml_fn_coll_map_size' argument 1 names different: declaration 'map' definition 'map_int'.
fcml-1.1.3/src/fcml_coll.c:257:58: note: Function 'fcml_fn_coll_map_size' argument 1 names different: declaration 'map' definition 'map_int'.
fcml-1.1.3/src/fcml_coll.c:315:41: style: Function 'fcml_fn_coll_map_put' argument 1 names different: declaration 'map' definition 'map_int'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_coll.h:83:42: note: Function 'fcml_fn_coll_map_put' argument 1 names different: declaration 'map' definition 'map_int'.
fcml-1.1.3/src/fcml_coll.c:315:41: note: Function 'fcml_fn_coll_map_put' argument 1 names different: declaration 'map' definition 'map_int'.
fcml-1.1.3/src/fcml_coll.c:379:44: style: Function 'fcml_fn_coll_map_remove' argument 1 names different: declaration 'map' definition 'map_int'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_coll.h:88:45: note: Function 'fcml_fn_coll_map_remove' argument 1 names different: declaration 'map' definition 'map_int'.
fcml-1.1.3/src/fcml_coll.c:379:44: note: Function 'fcml_fn_coll_map_remove' argument 1 names different: declaration 'map' definition 'map_int'.
fcml-1.1.3/src/fcml_coll.c:411:51: style: Function 'fcml_fn_coll_map_iterate' argument 1 names different: declaration 'map' definition 'map_int'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_coll.h:86:52: note: Function 'fcml_fn_coll_map_iterate' argument 1 names different: declaration 'map' definition 'map_int'.
fcml-1.1.3/src/fcml_coll.c:411:51: note: Function 'fcml_fn_coll_map_iterate' argument 1 names different: declaration 'map' definition 'map_int'.
fcml-1.1.3/src/fcml_coll.c:429:19: style: Function 'fcml_fn_coll_map_remove_if' argument 1 names different: declaration 'map' definition 'map_int'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_coll.h:89:48: note: Function 'fcml_fn_coll_map_remove_if' argument 1 names different: declaration 'map' definition 'map_int'.
fcml-1.1.3/src/fcml_coll.c:429:19: note: Function 'fcml_fn_coll_map_remove_if' argument 1 names different: declaration 'map' definition 'map_int'.
fcml-1.1.3/src/fcml_coll.c:459:43: style: Function 'fcml_fn_coll_map_clear' argument 1 names different: declaration 'map' definition 'map_int'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_coll.h:87:44: note: Function 'fcml_fn_coll_map_clear' argument 1 names different: declaration 'map' definition 'map_int'.
fcml-1.1.3/src/fcml_coll.c:459:43: note: Function 'fcml_fn_coll_map_clear' argument 1 names different: declaration 'map' definition 'map_int'.
fcml-1.1.3/src/fcml_coll.c:479:45: style: Function 'fcml_fn_coll_map_get' argument 1 names different: declaration 'map' definition 'map_int'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_coll.h:84:46: note: Function 'fcml_fn_coll_map_get' argument 1 names different: declaration 'map' definition 'map_int'.
fcml-1.1.3/src/fcml_coll.c:479:45: note: Function 'fcml_fn_coll_map_get' argument 1 names different: declaration 'map' definition 'map_int'.
fcml-1.1.3/src/fcml_coll.c:495:42: style: Function 'fcml_fn_coll_map_free' argument 1 names different: declaration 'map' definition 'map_int'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_coll.h:90:43: note: Function 'fcml_fn_coll_map_free' argument 1 names different: declaration 'map' definition 'map_int'.
fcml-1.1.3/src/fcml_coll.c:495:42: note: Function 'fcml_fn_coll_map_free' argument 1 names different: declaration 'map' definition 'map_int'.
fcml-1.1.3/src/fcml_coll.c:214:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fcml-1.1.3/src/fcml_dialect_int.c:91:89: style: Function 'fcml_fn_asm_dialect_alloc_mnemonic_lookup' argument 1 names different: declaration 'dialect_context' definition 'out_dialect_context'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_dialect_int.h:86:89: note: Function 'fcml_fn_asm_dialect_alloc_mnemonic_lookup' argument 1 names different: declaration 'dialect_context' definition 'out_dialect_context'.
fcml-1.1.3/src/fcml_dialect_int.c:91:89: note: Function 'fcml_fn_asm_dialect_alloc_mnemonic_lookup' argument 1 names different: declaration 'dialect_context' definition 'out_dialect_context'.
fcml-1.1.3/src/fcml_disassembler.c:670:9: warning: Identical condition '!result', second condition is always false [identicalConditionAfterEarlyExit]
fcml-1.1.3/src/fcml_disassembler.c:666:9: note: first condition
fcml-1.1.3/src/fcml_disassembler.c:670:9: note: second condition
fcml-1.1.3/src/fcml_disassembler.c:724:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/src/fcml_disassembler.c:713:0: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_disassembler.c:724:5: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_disassembler.c:2084:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/src/fcml_disassembler.c:2075:0: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_disassembler.c:2084:5: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_disassembler.c:2614:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/src/fcml_disassembler.c:2609:0: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_disassembler.c:2614:5: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_disassembler.c:2268:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fcml-1.1.3/src/fcml_encoding.c:1773:38: style: Redundant condition: context->is_short_form. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
fcml-1.1.3/src/fcml_encoding.c:1826:77: style: Redundant condition: context->is_short_form. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
fcml-1.1.3/src/fcml_encoding.c:1367:5: style: Variable 'is_mem' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/src/fcml_encoding.c:1365:0: note: Variable 'is_mem' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_encoding.c:1367:5: note: Variable 'is_mem' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_encoding.c:1368:5: style: Variable 'is_reg' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/src/fcml_encoding.c:1364:0: note: Variable 'is_reg' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_encoding.c:1368:5: note: Variable 'is_reg' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_encoding.c:1919:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/src/fcml_encoding.c:1914:0: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_encoding.c:1919:5: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_encoding.c:1977:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/src/fcml_encoding.c:1973:0: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_encoding.c:1977:5: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_encoding.c:3882:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/src/fcml_encoding.c:3875:0: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_encoding.c:3882:5: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_encoding.c:4004:85: style: Function 'fcml_fn_asm_init_instruction_encodings' argument 1 names different: declaration 'context' definition 'dialect_context'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_encoding.h:39:85: note: Function 'fcml_fn_asm_init_instruction_encodings' argument 1 names different: declaration 'context' definition 'dialect_context'.
fcml-1.1.3/src/fcml_encoding.c:4004:85: note: Function 'fcml_fn_asm_init_instruction_encodings' argument 1 names different: declaration 'context' definition 'dialect_context'.
fcml-1.1.3/src/fcml_encoding.c:4004:117: style: Function 'fcml_fn_asm_init_instruction_encodings' argument 2 names different: declaration 'instructions_map' definition 'inst_map'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_encoding.h:39:109: note: Function 'fcml_fn_asm_init_instruction_encodings' argument 2 names different: declaration 'instructions_map' definition 'inst_map'.
fcml-1.1.3/src/fcml_encoding.c:4004:117: note: Function 'fcml_fn_asm_init_instruction_encodings' argument 2 names different: declaration 'instructions_map' definition 'inst_map'.
fcml-1.1.3/src/fcml_encoding.c:2155:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
fcml-1.1.3/src/fcml_env_int.c:121:42: warning: Function 'fcml_fn_env_str_strcpy' argument order different: declaration 'src, dst' definition 'dst, src' [funcArgOrderDifferent]
fcml-1.1.3/src/fcml_env_int.h:42:42: note: Function 'fcml_fn_env_str_strcpy' argument order different: declaration 'src, dst' definition 'dst, src'
fcml-1.1.3/src/fcml_env_int.c:121:42: note: Function 'fcml_fn_env_str_strcpy' argument order different: declaration 'src, dst' definition 'dst, src'
fcml-1.1.3/src/fcml_gas_dialect.c:1284:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/src/fcml_gas_dialect.c:1280:0: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_gas_dialect.c:1284:5: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_gas_dialect.c:1500:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/src/fcml_gas_dialect.c:1496:0: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_gas_dialect.c:1500:5: note: Variable 'error' is reassigned a value before the old one has been used.
fcml_gas_lexer.c:2949:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fcml_gas_lexer.c:2065:23: style: Checking if unsigned variable 'num_to_read' is less than zero. [unsignedLessThanZero]
fcml_gas_lexer.c:2078:19: style: Checking if unsigned variable 'new_size' is less than zero. [unsignedLessThanZero]
fcml_gas_lexer.c:2183:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
fcml_gas_lexer.c:340:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
fcml_gas_lexer.c:2183:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
fcml_gas_lexer.c:2598:50: style: Function 'gas__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
fcml_gas_lexer.c:297:49: note: Function 'gas__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
fcml_gas_lexer.c:2598:50: note: Function 'gas__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
fcml_gas_lexer.c:2611:50: style: Function 'gas__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
fcml_gas_lexer.c:298:48: note: Function 'gas__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
fcml_gas_lexer.c:2611:50: note: Function 'gas__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
fcml_gas_lexer.c:2611:70: style: Function 'gas__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
fcml_gas_lexer.c:298:64: note: Function 'gas__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
fcml_gas_lexer.c:2611:70: note: Function 'gas__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
fcml_gas_lexer.c:2806:26: style: Function 'gas_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
fcml_gas_lexer.c:769:25: note: Function 'gas_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
fcml_gas_lexer.c:2806:26: note: Function 'gas_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
fcml_gas_lexer.c:2833:28: style: Function 'gas_lex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'. [funcArgNamesDifferent]
fcml_gas_lexer.c:758:29: note: Function 'gas_lex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
fcml_gas_lexer.c:2833:28: note: Function 'gas_lex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
fcml_gas_lexer.c:2862:38: style: Function 'gas_lex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'. [funcArgNamesDifferent]
fcml_gas_lexer.c:760:39: note: Function 'gas_lex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'.
fcml_gas_lexer.c:2862:38: note: Function 'gas_lex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'.
fcml_gas_lexer.c:2862:64: style: Function 'gas_lex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'. [funcArgNamesDifferent]
fcml_gas_lexer.c:760:62: note: Function 'gas_lex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'.
fcml_gas_lexer.c:2862:64: note: Function 'gas_lex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'.
* yacc.c:684 *:337:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fcml-1.1.3/src/fcml_gas_rend.c:177:25: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
fcml-1.1.3/src/fcml_intel_dialect.c:1072:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/src/fcml_intel_dialect.c:1070:0: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_intel_dialect.c:1072:5: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_intel_dialect.c:1119:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/src/fcml_intel_dialect.c:1115:0: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_intel_dialect.c:1119:5: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_intel_dialect.c:1202:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/src/fcml_intel_dialect.c:1198:0: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_intel_dialect.c:1202:5: note: Variable 'error' is reassigned a value before the old one has been used.
fcml_intel_lexer.c:3225:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fcml_intel_lexer.c:2341:23: style: Checking if unsigned variable 'num_to_read' is less than zero. [unsignedLessThanZero]
fcml_intel_lexer.c:2354:19: style: Checking if unsigned variable 'new_size' is less than zero. [unsignedLessThanZero]
fcml_intel_lexer.c:2459:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
fcml_intel_lexer.c:340:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
fcml_intel_lexer.c:2459:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
fcml_intel_lexer.c:2874:52: style: Function 'intel__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
fcml_intel_lexer.c:297:51: note: Function 'intel__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
fcml_intel_lexer.c:2874:52: note: Function 'intel__scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
fcml_intel_lexer.c:2887:52: style: Function 'intel__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
fcml_intel_lexer.c:298:50: note: Function 'intel__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
fcml_intel_lexer.c:2887:52: note: Function 'intel__scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
fcml_intel_lexer.c:2887:72: style: Function 'intel__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
fcml_intel_lexer.c:298:66: note: Function 'intel__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
fcml_intel_lexer.c:2887:72: note: Function 'intel__scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
fcml_intel_lexer.c:3082:28: style: Function 'intel_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
fcml_intel_lexer.c:905:27: note: Function 'intel_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
fcml_intel_lexer.c:3082:28: note: Function 'intel_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
fcml_intel_lexer.c:3109:30: style: Function 'intel_lex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'. [funcArgNamesDifferent]
fcml_intel_lexer.c:894:31: note: Function 'intel_lex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
fcml_intel_lexer.c:3109:30: note: Function 'intel_lex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
fcml_intel_lexer.c:3138:40: style: Function 'intel_lex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'. [funcArgNamesDifferent]
fcml_intel_lexer.c:896:41: note: Function 'intel_lex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'.
fcml_intel_lexer.c:3138:40: note: Function 'intel_lex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'.
fcml_intel_lexer.c:3138:66: style: Function 'intel_lex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'. [funcArgNamesDifferent]
fcml_intel_lexer.c:896:64: note: Function 'intel_lex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'.
fcml_intel_lexer.c:3138:66: note: Function 'intel_lex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'.
fcml-1.1.3/src/fcml_intel_rend.c:212:25: style: Variable 'first' is assigned a value that is never used. [unreadVariable]
fcml-1.1.3/src/fcml_intel_rend.c:229:17: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
fcml-1.1.3/src/fcml_mnemonic_parser.c:204:101: style: Function 'fcml_fn_mp_parse_mnemonics' argument 2 names different: declaration 'mnemonics' definition 'mnemonics_set'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_mnemonic_parser.h:60:101: note: Function 'fcml_fn_mp_parse_mnemonics' argument 2 names different: declaration 'mnemonics' definition 'mnemonics_set'.
fcml-1.1.3/src/fcml_mnemonic_parser.c:204:101: note: Function 'fcml_fn_mp_parse_mnemonics' argument 2 names different: declaration 'mnemonics' definition 'mnemonics_set'.
fcml-1.1.3/src/fcml_modrm_decoder.c:46:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
fcml-1.1.3/src/fcml_modrm_decoder.c:43:0: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_modrm_decoder.c:46:5: note: Variable 'error' is reassigned a value before the old one has been used.
fcml-1.1.3/src/fcml_modrm_decoder.c:79:67: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fcml-1.1.3/src/fcml_parser_int.c:48:89: style: Function 'fcml_fn_parse_to_cif' argument 2 names different: declaration 'instruction' definition 'mnemonic'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_parser_int.h:38:89: note: Function 'fcml_fn_parse_to_cif' argument 2 names different: declaration 'instruction' definition 'mnemonic'.
fcml-1.1.3/src/fcml_parser_int.c:48:89: note: Function 'fcml_fn_parse_to_cif' argument 2 names different: declaration 'instruction' definition 'mnemonic'.
fcml-1.1.3/src/fcml_parser_int.c:48:122: style: Function 'fcml_fn_parse_to_cif' argument 3 names different: declaration 'result_out' definition 'result'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_parser_int.h:38:125: note: Function 'fcml_fn_parse_to_cif' argument 3 names different: declaration 'result_out' definition 'result'.
fcml-1.1.3/src/fcml_parser_int.c:48:122: note: Function 'fcml_fn_parse_to_cif' argument 3 names different: declaration 'result_out' definition 'result'.
fcml-1.1.3/src/fcml_parser_int.c:169:89: style: Function 'fcml_fn_parse_to_ast' argument 2 names different: declaration 'instruction' definition 'mnemonic'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_parser_int.h:39:89: note: Function 'fcml_fn_parse_to_ast' argument 2 names different: declaration 'instruction' definition 'mnemonic'.
fcml-1.1.3/src/fcml_parser_int.c:169:89: note: Function 'fcml_fn_parse_to_ast' argument 2 names different: declaration 'instruction' definition 'mnemonic'.
fcml-1.1.3/src/fcml_parser_int.c:169:119: style: Function 'fcml_fn_parse_to_ast' argument 3 names different: declaration 'ast_out' definition 'ast'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_parser_int.h:39:122: note: Function 'fcml_fn_parse_to_ast' argument 3 names different: declaration 'ast_out' definition 'ast'.
fcml-1.1.3/src/fcml_parser_int.c:169:119: note: Function 'fcml_fn_parse_to_ast' argument 3 names different: declaration 'ast_out' definition 'ast'.
fcml-1.1.3/src/fcml_parser_utils.c:46:86: style: Function 'fcml_fn_pu_parse_register' argument 3 names different: declaration 'num' definition 'reg'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_parser_utils.h:51:86: note: Function 'fcml_fn_pu_parse_register' argument 3 names different: declaration 'num' definition 'reg'.
fcml-1.1.3/src/fcml_parser_utils.c:46:86: note: Function 'fcml_fn_pu_parse_register' argument 3 names different: declaration 'num' definition 'reg'.
fcml-1.1.3/src/fcml_rend_utils.c:164:103: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fcml-1.1.3/src/fcml_rend_utils.c:167:103: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fcml-1.1.3/src/fcml_rend_utils.c:170:103: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fcml-1.1.3/src/fcml_rend_utils.c:173:103: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fcml-1.1.3/src/fcml_rend_utils.c:189:119: style: Function 'fcml_fn_rend_utils_format_append_reg' argument 2 names different: declaration 'stream' definition 'output_stream'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_rend_utils.h:42:119: note: Function 'fcml_fn_rend_utils_format_append_reg' argument 2 names different: declaration 'stream' definition 'output_stream'.
fcml-1.1.3/src/fcml_rend_utils.c:189:119: note: Function 'fcml_fn_rend_utils_format_append_reg' argument 2 names different: declaration 'stream' definition 'output_stream'.
fcml-1.1.3/src/fcml_rend_utils.c:259:140: style: Function 'fcml_fn_rend_utils_render_operand_separator' argument 3 names different: declaration 'padding_length' definition 'mnemonic_length'. [funcArgNamesDifferent]
fcml-1.1.3/src/fcml_rend_utils.h:46:140: note: Function 'fcml_fn_rend_utils_render_operand_separator' argument 3 names different: declaration 'padding_length' definition 'mnemonic_length'.
fcml-1.1.3/src/fcml_rend_utils.c:259:140: note: Function 'fcml_fn_rend_utils_render_operand_separator' argument 3 names different: declaration 'padding_length' definition 'mnemonic_length'.
fcml-1.1.3/src/fcml_rend_utils.c:164:113: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fcml-1.1.3/src/fcml_rend_utils.c:167:113: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fcml-1.1.3/src/fcml_rend_utils.c:170:113: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fcml-1.1.3/src/fcml_rend_utils.c:173:113: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fcml-1.1.3/src/fcml_rend_utils.c:50:1: error: va_list 'arg_list' was opened but not closed by va_end(). [va_end_missing]
[21:42]
ftp://ftp.se.debian.org/debian/pool/main/f/fcmp/fcmp_1.18.20030311.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fcode-utils/fcode-utils_1.0.2.orig.tar.gz
fcode-utils/detok/addfcodes.c:322:17: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fcode-utils/detok/addfcodes.c:322:17: warning: Width 32 given in format string (no. 2) is smaller than destination buffer 'vs_fc_name[36]'. [invalidScanfFormatWidth_smaller]
fcode-utils/detok/addfcodes.c:326:18: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fcode-utils/detok/addfcodes.c:326:18: warning: Width 32 given in format string (no. 2) is smaller than destination buffer 'vs_fc_name[36]'. [invalidScanfFormatWidth_smaller]
fcode-utils/detok/addfcodes.c:330:18: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fcode-utils/detok/addfcodes.c:330:18: warning: Width 32 given in format string (no. 2) is smaller than destination buffer 'vs_fc_name[36]'. [invalidScanfFormatWidth_smaller]
fcode-utils/detok/decode.c:129:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcode-utils/detok/decode.c:709:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcode-utils/detok/decode.c:713:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcode-utils/detok/decode.c:713:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcode-utils/detok/decode.c:420:10: style: Variable 'token' is assigned a value that is never used. [unreadVariable]
fcode-utils/detok/detok.c:93:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fcode-utils/detok/pcihdr.c:315:41: style: Condition '128!=0' is always true [knownConditionTrueFalse]
fcode-utils/detok/pcihdr.c:462:3: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
fcode-utils/detok/printformats.c:90:6: style: The scope of the variable 'substrlen' can be reduced. [variableScope]
fcode-utils/detok/stream.c:99:3: error: Resource leak: infile [resourceLeak]
fcode-utils/romheaders/romheaders.c:211:3: error: Resource leak: romfile [resourceLeak]
fcode-utils/romheaders/romheaders.c:113:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fcode-utils/toke/clflags.c:406:40: style: Function 'set_cl_flag' argument 2 names different: declaration 'print_message' definition 'from_src'. [funcArgNamesDifferent]
fcode-utils/toke/clflags.h:137:40: note: Function 'set_cl_flag' argument 2 names different: declaration 'print_message' definition 'from_src'.
fcode-utils/toke/clflags.c:406:40: note: Function 'set_cl_flag' argument 2 names different: declaration 'print_message' definition 'from_src'.
fcode-utils/toke/clflags.c:326:38: style: Boolean variable 'upper_case_tokens' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
fcode-utils/toke/clflags.c:327:38: style: Boolean variable 'was_upper_case_tk' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
fcode-utils/toke/conditl.c:428:17: style: The scope of the variable 'wlen' can be reduced. [variableScope]
fcode-utils/toke/devnode.c:564:16: style: The scope of the variable 'found' can be reduced. [variableScope]
fcode-utils/toke/dictionary.c:568:34: style: Function 'lookup_current' argument 1 names different: declaration 'name' definition 'tname'. [funcArgNamesDifferent]
fcode-utils/toke/vocabfuncts.h:66:34: note: Function 'lookup_current' argument 1 names different: declaration 'name' definition 'tname'.
fcode-utils/toke/dictionary.c:568:34: note: Function 'lookup_current' argument 1 names different: declaration 'name' definition 'tname'.
fcode-utils/toke/emit.c:563:29: style: Variable 'pci_hdr' is assigned a value that is never used. [unreadVariable]
fcode-utils/toke/errhandler.c:530:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcode-utils/toke/errhandler.c:536:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcode-utils/toke/errhandler.c:541:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcode-utils/toke/errhandler.c:654:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcode-utils/toke/flowcontrol.c:1020:19: style: The scope of the variable 'targ_opc' can be reduced. [variableScope]
fcode-utils/toke/flowcontrol.c:1091:19: style: The scope of the variable 'resvd_opc' can be reduced. [variableScope]
fcode-utils/toke/flowcontrol.c:1847:19: style: The scope of the variable 'n_endofs' can be reduced. [variableScope]
fcode-utils/toke/macros.c:460:11: style: The scope of the variable 'macroname' can be reduced. [variableScope]
fcode-utils/toke/macros.c:461:11: style: The scope of the variable 'macrobody' can be reduced. [variableScope]
fcode-utils/toke/parselocals.c:395:17: style: The scope of the variable 'wlen' can be reduced. [variableScope]
fcode-utils/toke/scanner.c:165:10: style: The scope of the variable 'ch_tmp' can be reduced. [variableScope]
fcode-utils/toke/scanner.c:210:10: style: The scope of the variable 'ch_tmp' can be reduced. [variableScope]
fcode-utils/toke/scanner.c:1246:10: style: The scope of the variable 'next_ch' can be reduced. [variableScope]
fcode-utils/toke/scanner.c:1338:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fcode-utils/toke/scanner.c:2360:9: style: The scope of the variable 's' can be reduced. [variableScope]
fcode-utils/toke/scanner.c:2361:6: style: The scope of the variable 'num_encoded' can be reduced. [variableScope]
fcode-utils/toke/scanner.c:3178:17: style: The scope of the variable 'wlen' can be reduced. [variableScope]
fcode-utils/toke/scanner.c:3417:16: style: The scope of the variable 'test_entry' can be reduced. [variableScope]
fcode-utils/toke/scanner.c:4187:11: style: The scope of the variable 'new_alias' can be reduced. [variableScope]
fcode-utils/toke/scanner.c:391:59: style: Function 'push_source' argument 3 names different: declaration 'is_f_chg' definition 'file_chg'. [funcArgNamesDifferent]
fcode-utils/toke/scanner.h:96:59: note: Function 'push_source' argument 3 names different: declaration 'is_f_chg' definition 'file_chg'.
fcode-utils/toke/scanner.c:391:59: note: Function 'push_source' argument 3 names different: declaration 'is_f_chg' definition 'file_chg'.
fcode-utils/toke/scanner.c:1570:9: style: Variable 'wlen' is assigned a value that is never used. [unreadVariable]
fcode-utils/toke/scanner.c:4065:13: style: Variable 'wlen' is assigned a value that is never used. [unreadVariable]
fcode-utils/toke/scanner.c:4103:3: style: Variable 'abort_string' is assigned a value that is never used. [unreadVariable]
fcode-utils/toke/stack.c:203:10: style: The scope of the variable 'nos_temp' can be reduced. [variableScope]
fcode-utils/toke/stack.c:214:10: style: The scope of the variable 'two_deep' can be reduced. [variableScope]
fcode-utils/toke/stack.c:214:20: style: The scope of the variable 'three_deep' can be reduced. [variableScope]
fcode-utils/toke/stream.c:1587:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcode-utils/toke/stream.c:554:9: style: The scope of the variable 'stat_reslt' can be reduced. [variableScope]
fcode-utils/toke/stream.c:1080:11: style: The scope of the variable 'infile' can be reduced. [variableScope]
fcode-utils/toke/stream.c:1373:31: style: Function 'init_output' argument 1 names different: declaration 'inname' definition 'in_name'. [funcArgNamesDifferent]
fcode-utils/toke/stream.h:89:31: note: Function 'init_output' argument 1 names different: declaration 'inname' definition 'in_name'.
fcode-utils/toke/stream.c:1373:31: note: Function 'init_output' argument 1 names different: declaration 'inname' definition 'in_name'.
fcode-utils/toke/stream.c:1373:52: style: Function 'init_output' argument 2 names different: declaration 'outname' definition 'out_name'. [funcArgNamesDifferent]
fcode-utils/toke/stream.h:89:51: note: Function 'init_output' argument 2 names different: declaration 'outname' definition 'out_name'.
fcode-utils/toke/stream.c:1373:52: note: Function 'init_output' argument 2 names different: declaration 'outname' definition 'out_name'.
fcode-utils/toke/strsubvocab.c:178:5: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
fcode-utils/toke/strsubvocab.c:176:0: note: Variable 'found' is reassigned a value before the old one has been used.
fcode-utils/toke/strsubvocab.c:178:5: note: Variable 'found' is reassigned a value before the old one has been used.
fcode-utils/toke/toke.c:232:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fcode-utils/toke/usersymbols.c:258:5: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
fcode-utils/toke/usersymbols.c:255:0: note: Variable 'found' is reassigned a value before the old one has been used.
fcode-utils/toke/usersymbols.c:258:5: note: Variable 'found' is reassigned a value before the old one has been used.
fcode-utils/toke/usersymbols.c:253:30: style: Function 'eval_user_symbol' argument 1 names different: declaration 'symbol' definition 'symb_nam'. [funcArgNamesDifferent]
fcode-utils/toke/usersymbols.h:42:29: note: Function 'eval_user_symbol' argument 1 names different: declaration 'symbol' definition 'symb_nam'.
fcode-utils/toke/usersymbols.c:253:30: note: Function 'eval_user_symbol' argument 1 names different: declaration 'symbol' definition 'symb_nam'.
[21:42]
ftp://ftp.se.debian.org/debian/pool/main/f/fcoe-utils/fcoe-utils_1.0.31+git20160622.5dfd3e4.orig.tar.gz
fcoe-utils/fcnsq.c:384:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fcoe-utils/fcoeadm.c:118:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
fcoe-utils/fcoeadm.c:109:0: note: Variable 'rc' is reassigned a value before the old one has been used.
fcoe-utils/fcoeadm.c:118:2: note: Variable 'rc' is reassigned a value before the old one has been used.
fcoe-utils/fcoeadm.c:234:2: warning: The buffer 'progname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
fcoe-utils/fcoeadm_display.c:300:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcoe-utils/fcoeadm_display.c:313:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcoe-utils/fcoeadm_display.c:378:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcoe-utils/fcoeadm_display.c:378:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcoe-utils/fcoeadm_display.c:839:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
fcoe-utils/fcoeadm_display.c:493:61: style: Function 'display_port_stats' argument 2 names different: declaration 'stat_interval' definition 'interval'. [funcArgNamesDifferent]
fcoe-utils/fcoeadm_display.h:35:13: note: Function 'display_port_stats' argument 2 names different: declaration 'stat_interval' definition 'interval'.
fcoe-utils/fcoeadm_display.c:493:61: note: Function 'display_port_stats' argument 2 names different: declaration 'stat_interval' definition 'interval'.
fcoe-utils/fcoeadm_display.c:898:11: style: Function 'display_port_lesb_stats' argument 2 names different: declaration 'stat_interval' definition 'interval'. [funcArgNamesDifferent]
fcoe-utils/fcoeadm_display.h:37:11: note: Function 'display_port_lesb_stats' argument 2 names different: declaration 'stat_interval' definition 'interval'.
fcoe-utils/fcoeadm_display.c:898:11: note: Function 'display_port_lesb_stats' argument 2 names different: declaration 'stat_interval' definition 'interval'.
fcoe-utils/fcoemon.c:448:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
fcoe-utils/fcoemon.c:446:0: note: Variable 'p' is reassigned a value before the old one has been used.
fcoe-utils/fcoemon.c:448:2: note: Variable 'p' is reassigned a value before the old one has been used.
fcoe-utils/fcoemon.c:2874:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
fcoe-utils/fcoemon.c:2871:0: note: Variable 'fp' is reassigned a value before the old one has been used.
fcoe-utils/fcoemon.c:2874:2: note: Variable 'fp' is reassigned a value before the old one has been used.
fcoe-utils/fcoemon.c:485:17: style: The scope of the variable 'dp' can be reduced. [variableScope]
fcoe-utils/fcoemon.c:755:19: style: The scope of the variable 'ep' can be reduced. [variableScope]
fcoe-utils/fcoemon.c:935:7: style: The scope of the variable 'real_name' can be reduced. [variableScope]
fcoe-utils/fcoemon.c:1587:7: style: The scope of the variable 'real_dev' can be reduced. [variableScope]
fcoe-utils/fcoemon.c:1846:20: style: The scope of the variable 'ip' can be reduced. [variableScope]
fcoe-utils/fcoemon.c:1847:11: style: The scope of the variable 'type' can be reduced. [variableScope]
fcoe-utils/fcoemon.c:1848:9: style: The scope of the variable 'plen' can be reduced. [variableScope]
fcoe-utils/fcoemon.c:2340:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fcoe-utils/fcoemon.c:2341:6: style: The scope of the variable 'n' can be reduced. [variableScope]
fcoe-utils/fcoemon.c:2343:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
fcoe-utils/fcoemon.c:2917:6: style: The scope of the variable 's' can be reduced. [variableScope]
fcoe-utils/fcoemon.c:2997:25: style: Checking if unsigned variable 'strlen(p->fchost)' is less than zero. [unsignedLessThanZero]
fcoe-utils/fcoemon.c:3008:25: style: Checking if unsigned variable 'strlen(p->fchost)' is less than zero. [unsignedLessThanZero]
fcoe-utils/fcoemon.c:1035:24: portability: '(void*)tlv' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcoe-utils/fcoemon.c:3686:2: warning: The buffer 'progname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
fcoe-utils/fcoemon.c:521:3: warning: The buffer 'file' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
fcoe-utils/fcping.c:84:2: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
fcoe-utils/fcping.c:100:2: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
fcoe-utils/fcping.c:551:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcoe-utils/fcping.c:551:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcoe-utils/fcping.c:551:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcoe-utils/fcping.c:889:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcoe-utils/fcping.c:925:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcoe-utils/fcping.c:249:10: style: The scope of the variable 'arg' can be reduced. [variableScope]
fcoe-utils/fcping.c:273:15: style: The scope of the variable 'tlen' can be reduced. [variableScope]
fcoe-utils/fcping.c:296:9: style: The scope of the variable 'tlen' can be reduced. [variableScope]
fcoe-utils/fcping.c:869:21: style: The scope of the variable 'usec' can be reduced. [variableScope]
fcoe-utils/fcping.c:870:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
fcoe-utils/fcping.c:871:7: style: The scope of the variable 'time_msg' can be reduced. [variableScope]
fcoe-utils/fcping.c:953:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
fcoe-utils/fcping.c:984:7: style: The scope of the variable 'bsg_dev' can be reduced. [variableScope]
fcoe-utils/fcrls.c:282:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
fcoe-utils/fcrls.c:274:0: note: Variable 'rc' is reassigned a value before the old one has been used.
fcoe-utils/fcrls.c:282:2: note: Variable 'rc' is reassigned a value before the old one has been used.
fcoe-utils/fipvlan.c:201:25: style: The scope of the variable 'vlan' can be reduced. [variableScope]
fcoe-utils/fipvlan.c:285:11: style: The scope of the variable 'vlan' can be reduced. [variableScope]
fcoe-utils/fipvlan.c:522:14: style: The scope of the variable 'c' can be reduced. [variableScope]
fcoe-utils/fipvlan.c:597:7: style: The scope of the variable 'vlan_name' can be reduced. [variableScope]
fcoe-utils/fipvlan.c:724:14: style: The scope of the variable 'iff' can be reduced. [variableScope]
fcoe-utils/fipvlan.c:761:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
fcoe-utils/fipvlan.c:844:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fcoe-utils/fipvlan.c:268:24: portability: '(void*)tlv' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcoe-utils/lib/fcoe_utils.c:133:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
fcoe-utils/lib/fcoe_utils.c:131:0: note: Variable 'rc' is reassigned a value before the old one has been used.
fcoe-utils/lib/fcoe_utils.c:133:2: note: Variable 'rc' is reassigned a value before the old one has been used.
fcoe-utils/lib/fcoe_utils.c:203:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
fcoe-utils/lib/fcoe_utils.c:200:0: note: Variable 'fp' is reassigned a value before the old one has been used.
fcoe-utils/lib/fcoe_utils.c:203:2: note: Variable 'fp' is reassigned a value before the old one has been used.
fcoe-utils/lib/fcoe_utils.c:25:15: style: The scope of the variable 'i' can be reduced. [variableScope]
fcoe-utils/lib/fcoe_utils.c:130:7: style: The scope of the variable 'fchost' can be reduced. [variableScope]
fcoe-utils/lib/rtnetlink.c:175:24: warning: Possible null pointer dereference: data [nullPointer]
fcoe-utils/lib/rtnetlink.c:183:22: note: Calling function 'add_rtattr', 3rd argument 'data' value is 0
fcoe-utils/lib/rtnetlink.c:175:24: note: Null pointer dereference
fcoe-utils/lib/rtnetlink.c:170:23: portability: '(void*)(n)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcoe-utils/lib/rtnetlink.c:181:24: portability: '(void*)(n)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcoe-utils/lib/rtnetlink.c:189:26: portability: '(void*)(n)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcoe-utils/lib/rtnetlink.c:550:29: portability: '(void*)((char*)(rta)+NLA_HDRLEN)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fcoe-utils/lib/sa_log.c:164:7: style: The scope of the variable 'ctime_buf' can be reduced. [variableScope]
fcoe-utils/lib/sa_select.c:59:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
fcoe-utils/lib/sa_sys.c:35:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
fcoe-utils/lib/sa_sys.c:170:17: style: The scope of the variable 'dp' can be reduced. [variableScope]
fcoe-utils/lib/sa_sys.c:250:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fcoe-utils/lib/sa_sys.c:275:8: style: The scope of the variable 'ep' can be reduced. [variableScope]
fcoe-utils/lib/sa_sys.c:301:8: style: The scope of the variable 'ep' can be reduced. [variableScope]
fcoe-utils/lib/sa_timer.c:149:20: style: The scope of the variable 'prev' can be reduced. [variableScope]
fcoe-utils/lib/sysfs_hba.c:467:9: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fcoe-utils/lib/sysfs_hba.c:467:9: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fcoe-utils/lib/sysfs_hba.c:467:9: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fcoe-utils/lib/sysfs_hba.c:467:9: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fcoe-utils/lib/sysfs_hba.c:269:21: style: The scope of the variable 'dev' can be reduced. [variableScope]
[21:42]
ftp://ftp.se.debian.org/debian/pool/main/f/fcopulae/fcopulae_3042.82.orig.tar.gz
[21:42]
ftp://ftp.se.debian.org/debian/pool/main/f/fcrackzip/fcrackzip_1.0.orig.tar.gz
fcrackzip-1.0/cpmask.c:87:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fcrackzip-1.0/cpmask.c:385:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
fcrackzip-1.0/cpmask.c:57:9: style: The scope of the variable 'img' can be reduced. [variableScope]
fcrackzip-1.0/cpmask.c:336:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
fcrackzip-1.0/cpmask.c:111:1: error: Resource leak: img [resourceLeak]
fcrackzip-1.0/main.c:331:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
[21:42]
ftp://ftp.se.debian.org/debian/pool/main/f/fdb/fdb_1.6.1+dfsg1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fdclone/fdclone_3.01e.orig.tar.gz
FD-3.01e/apply.c:258:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/apply.c:289:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
FD-3.01e/apply.c:501:6: style: The scope of the variable 'duperrno' can be reduced. [variableScope]
FD-3.01e/apply.c:503:14: style: The scope of the variable 's' can be reduced. [variableScope]
FD-3.01e/apply.c:504:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/apply.c:505:9: style: The scope of the variable 'len' can be reduced. [variableScope]
FD-3.01e/apply.c:1916:6: style: The scope of the variable 'order' can be reduced. [variableScope]
FD-3.01e/archive.c:447:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/archive.c:635:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/archive.c:692:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/archive.c:748:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/archive.c:748:9: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/archive.c:748:12: style: The scope of the variable 'flags' can be reduced. [variableScope]
FD-3.01e/archive.c:748:19: style: The scope of the variable 'dupfilepos' can be reduced. [variableScope]
FD-3.01e/archive.c:983:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/archive.c:984:6: style: The scope of the variable 'flags' can be reduced. [variableScope]
FD-3.01e/archive.c:986:12: style: The scope of the variable 're' can be reduced. [variableScope]
FD-3.01e/archive.c:1580:26: style: The scope of the variable 'dupmaxfile' can be reduced. [variableScope]
FD-3.01e/archive.c:1580:38: style: The scope of the variable 'dupfilepos' can be reduced. [variableScope]
FD-3.01e/auth.c:40:8: style: struct member '_digest_t::realm' is never used. [unusedStructMember]
FD-3.01e/auth.c:41:8: style: struct member '_digest_t::nonce' is never used. [unusedStructMember]
FD-3.01e/auth.c:42:8: style: struct member '_digest_t::algorithm' is never used. [unusedStructMember]
FD-3.01e/auth.c:43:8: style: struct member '_digest_t::qop' is never used. [unusedStructMember]
FD-3.01e/auth.c:44:8: style: struct member '_digest_t::opaque' is never used. [unusedStructMember]
FD-3.01e/auth.c:45:8: style: struct member '_digest_t::cnonce' is never used. [unusedStructMember]
FD-3.01e/backend.c:166:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/backend.c:406:6: style: The scope of the variable 'len' can be reduced. [variableScope]
FD-3.01e/backend.c:540:18: style: The scope of the variable 'width' can be reduced. [variableScope]
FD-3.01e/backend.c:1577:29: style: The scope of the variable 'buf2' can be reduced. [variableScope]
FD-3.01e/browse.c:307:26: style: The scope of the variable 'len' can be reduced. [variableScope]
FD-3.01e/browse.c:458:9: style: The scope of the variable 'color' can be reduced. [variableScope]
FD-3.01e/browse.c:595:9: style: The scope of the variable 'c' can be reduced. [variableScope]
FD-3.01e/browse.c:1023:9: style: The scope of the variable 'j' can be reduced. [variableScope]
FD-3.01e/browse.c:1148:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/browse.c:1165:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/browse.c:1296:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/browse.c:1723:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
FD-3.01e/browse.c:1064:46: warning: Either the condition 'j<((int)((u_int)4/sizeof(*suffixlist)))' is redundant, otherwise there is negative array index -1. [negativeIndex]
FD-3.01e/browse.c:1064:9: note: Assuming that condition 'j<((int)((u_int)4/sizeof(*suffixlist)))' is not redundant
FD-3.01e/browse.c:1064:46: note: Negative array index
FD-3.01e/builtin.c:1188:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
FD-3.01e/builtin.c:318:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/builtin.c:505:9: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/builtin.c:772:9: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/builtin.c:888:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/builtin.c:888:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
FD-3.01e/builtin.c:986:8: style: The scope of the variable 'ext' can be reduced. [variableScope]
FD-3.01e/builtin.c:987:9: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/builtin.c:1042:8: style: The scope of the variable 'ext' can be reduced. [variableScope]
FD-3.01e/builtin.c:1043:9: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/builtin.c:1486:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/builtin.c:1846:9: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/builtin.c:1963:9: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/builtin.c:1997:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/builtin.c:2055:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/builtin.c:2109:16: style: The scope of the variable 'next' can be reduced. [variableScope]
FD-3.01e/builtin.c:2203:9: style: The scope of the variable 'j' can be reduced. [variableScope]
FD-3.01e/builtin.c:2203:18: style: The scope of the variable 'fd' can be reduced. [variableScope]
FD-3.01e/builtin.c:2203:25: style: The scope of the variable 'l1' can be reduced. [variableScope]
FD-3.01e/builtin.c:2203:29: style: The scope of the variable 'l2' can be reduced. [variableScope]
FD-3.01e/builtin.c:2203:33: style: The scope of the variable 'len' can be reduced. [variableScope]
FD-3.01e/builtin.c:2203:38: style: The scope of the variable 'max' can be reduced. [variableScope]
FD-3.01e/builtin.c:2442:7: style: The scope of the variable 'path' can be reduced. [variableScope]
FD-3.01e/builtin.c:2773:9: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/builtin.c:2179:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
FD-3.01e/builtin.c:2182:16: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
FD-3.01e/builtin.c:2187:19: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
FD-3.01e/builtin.c:2328:16: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
FD-3.01e/builtin.c:2354:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
FD-3.01e/builtin.c:2367:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
FD-3.01e/command.c:350:6: style: The scope of the variable 'p' can be reduced. [variableScope]
FD-3.01e/command.c:375:6: style: The scope of the variable 'p' can be reduced. [variableScope]
FD-3.01e/command.c:440:6: style: The scope of the variable 'p' can be reduced. [variableScope]
FD-3.01e/command.c:537:7: style: The scope of the variable 'path' can be reduced. [variableScope]
FD-3.01e/command.c:539:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FD-3.01e/command.c:541:9: style: The scope of the variable 'm' can be reduced. [variableScope]
FD-3.01e/command.c:892:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/command.c:892:9: style: The scope of the variable 'yy' can be reduced. [variableScope]
FD-3.01e/command.c:981:12: style: The scope of the variable 'min' can be reduced. [variableScope]
FD-3.01e/command.c:981:17: style: The scope of the variable 'max' can be reduced. [variableScope]
FD-3.01e/command.c:1130:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/command.c:1276:14: style: The scope of the variable 'str' can be reduced. [variableScope]
FD-3.01e/command.c:1277:6: style: The scope of the variable 'val' can be reduced. [variableScope]
FD-3.01e/command.c:1432:7: style: The scope of the variable 'path' can be reduced. [variableScope]
FD-3.01e/custom.c:4018:14: warning: Logical conjunction always evaluates to false: n > 0 && n <= (u_char)(~(u_char)0). [incorrectLogicOperator]
FD-3.01e/custom.c:4031:14: warning: Logical conjunction always evaluates to false: n > 0 && n <= (u_short)(~(u_short)0). [incorrectLogicOperator]
FD-3.01e/custom.c:4043:14: warning: Logical conjunction always evaluates to false: n > 0 && n <= (u_short)(~(u_short)0). [incorrectLogicOperator]
FD-3.01e/custom.c:944:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
FD-3.01e/custom.c:1111:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/custom.c:1158:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/custom.c:1196:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/custom.c:1232:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/custom.c:1335:15: style: The scope of the variable 'old' can be reduced. [variableScope]
FD-3.01e/custom.c:1542:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/custom.c:1871:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/custom.c:1871:9: style: The scope of the variable 'top' can be reduced. [variableScope]
FD-3.01e/custom.c:2457:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/custom.c:2521:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/custom.c:3246:9: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/custom.c:3400:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/custom.c:3401:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/custom.c:3660:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/custom.c:3661:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/custom.c:3868:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/custom.c:3868:18: style: The scope of the variable 'w2' can be reduced. [variableScope]
FD-3.01e/custom.c:4222:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/custom.c:4222:20: style: The scope of the variable 'argv' can be reduced. [variableScope]
FD-3.01e/custom.c:4224:28: style: The scope of the variable 'argc' can be reduced. [variableScope]
FD-3.01e/custom.c:4465:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/custom.c:4812:14: style: The scope of the variable 'hmes' can be reduced. [variableScope]
FD-3.01e/custom.c:771:12: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
FD-3.01e/custom.c:1902:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
FD-3.01e/dict.c:271:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/dict.c:401:12: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/dict.c:647:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/dict.c:710:32: style: The scope of the variable 'freq' can be reduced. [variableScope]
FD-3.01e/dict.c:711:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/dict.c:922:7: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/dict.c:1101:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/dict.c:1140:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/dict.c:1211:7: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/dict.c:1211:10: style: The scope of the variable 'argc' can be reduced. [variableScope]
FD-3.01e/dict.c:1235:7: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/dict.c:1384:9: style: The scope of the variable 'freq' can be reduced. [variableScope]
FD-3.01e/dict.c:415:9: warning: Either the condition 'n<((u_short)(~(u_short)0))' is redundant, otherwise there is negative array index -2. [negativeIndex]
FD-3.01e/dict.c:414:9: note: Assuming that condition 'n<((u_short)(~(u_short)0))' is not redundant
FD-3.01e/dict.c:415:9: note: Negative array index
FD-3.01e/doscom.c:71:8: style: struct member 'filestat_t::nam' is never used. [unusedStructMember]
FD-3.01e/doscom.c:78:8: style: struct member 'filestat_t::lnam' is never used. [unusedStructMember]
FD-3.01e/doscom.c:82:9: style: struct member 'filestat_t::mtim' is never used. [unusedStructMember]
FD-3.01e/doscom.c:83:9: style: struct member 'filestat_t::atim' is never used. [unusedStructMember]
FD-3.01e/dosdisk.c:1149:6: style: The scope of the variable 'nsect' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:1195:7: style: The scope of the variable 'l' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:1196:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:1372:7: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:1372:15: style: The scope of the variable 'size' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:1373:6: style: The scope of the variable 'duperrno' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:1396:7: style: The scope of the variable 'next' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:1419:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:1419:9: style: The scope of the variable 'cc' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:1419:13: style: The scope of the variable 'fd' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:1419:17: style: The scope of the variable 'nh' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:1419:21: style: The scope of the variable 'ns' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:2119:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:2119:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:2177:9: style: The scope of the variable 'j' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:2302:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:2598:7: style: The scope of the variable 'next' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:2729:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:2731:6: style: The scope of the variable 'c' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:3395:6: style: The scope of the variable 'dd' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:3395:10: style: The scope of the variable 'drive' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:3672:13: style: The scope of the variable 'new' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:3733:7: style: The scope of the variable 'size' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:3766:7: style: The scope of the variable 'size' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:3804:7: style: The scope of the variable 'size' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:3884:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:3947:9: style: The scope of the variable 'sum' can be reduced. [variableScope]
FD-3.01e/dosdisk.c:2293:2: error: Array 'dentp.time[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
FD-3.01e/dosdisk.c:3178:6: note: Array 'dentp.time[2]' accessed at index 2, which is out of bounds.
FD-3.01e/dosdisk.c:2293:2: note: Array 'dentp.time[2]' accessed at index 2, which is out of bounds.
FD-3.01e/dosdisk.c:2294:2: error: Array 'dentp.time[2]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
FD-3.01e/dosdisk.c:3178:6: note: Array 'dentp.time[2]' accessed at index 3, which is out of bounds.
FD-3.01e/dosdisk.c:2294:2: note: Array 'dentp.time[2]' accessed at index 3, which is out of bounds.
FD-3.01e/dosdisk.c:2426:3: error: Memory leak: dircache [memleak]
FD-3.01e/dosdisk.c:2435:3: error: Memory leak: dircache [memleak]
FD-3.01e/dosdisk.c:2447:3: error: Memory leak: dircache [memleak]
FD-3.01e/dosdisk.c:2845:3: error: Memory leak: pathname [memleak]
FD-3.01e/dosdisk.c:2849:3: error: Memory leak: pathname [memleak]
FD-3.01e/dosdisk.c:2854:3: error: Memory leak: pathname [memleak]
FD-3.01e/dosdisk.c:2919:3: error: Memory leak: dircache [memleak]
FD-3.01e/dosdisk.c:2929:3: error: Memory leak: dircache [memleak]
FD-3.01e/dosdisk.c:2946:2: error: Memory leak: dircache [memleak]
FD-3.01e/dosdisk.c:1543:0: error: Memory leak: buf [memleak]
FD-3.01e/encode.c:281:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/encode.c:309:12: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/expfunc.c:89:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/expfunc.c:158:9: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/expfunc.c:158:17: style: The scope of the variable 'quote' can be reduced. [variableScope]
FD-3.01e/expfunc.c:158:24: style: The scope of the variable 'size' can be reduced. [variableScope]
FD-3.01e/expfunc.c:300:9: style: The scope of the variable 'len' can be reduced. [variableScope]
FD-3.01e/expfunc.c:348:6: style: The scope of the variable 'len' can be reduced. [variableScope]
FD-3.01e/expfunc.c:174:10: error: Common realloc mistake: 'buf' nulled but not freed upon failure [memleakOnRealloc]
FD-3.01e/file.c:317:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FD-3.01e/file.c:526:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/file.c:658:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/file.c:931:46: style: The scope of the variable 'duperrno' can be reduced. [variableScope]
FD-3.01e/file.c:1090:9: style: The scope of the variable 'now' can be reduced. [variableScope]
FD-3.01e/file.c:1121:12: style: The scope of the variable 'c' can be reduced. [variableScope]
FD-3.01e/file.c:1397:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/file.c:1497:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/file.c:1497:14: style: The scope of the variable 'lfn' can be reduced. [variableScope]
FD-3.01e/file.c:1497:19: style: The scope of the variable 'dot' can be reduced. [variableScope]
FD-3.01e/file.c:1673:17: style: The scope of the variable 'dp' can be reduced. [variableScope]
FD-3.01e/file.c:1674:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/frontend.c:111:6: style: The scope of the variable 'dupdumbterm' can be reduced. [variableScope]
FD-3.01e/frontend.c:128:6: style: The scope of the variable 'dupdumbterm' can be reduced. [variableScope]
FD-3.01e/frontend.c:176:6: style: The scope of the variable 'len' can be reduced. [variableScope]
FD-3.01e/frontend.c:464:12: style: The scope of the variable 'ch' can be reduced. [variableScope]
FD-3.01e/frontend.c:602:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/frontend.c:656:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/frontend.c:687:9: style: The scope of the variable 'argv' can be reduced. [variableScope]
FD-3.01e/frontend.c:688:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/ftp.c:69:6: style: struct member '_ftpcmd_t::id' is never used. [unusedStructMember]
FD-3.01e/ftp.c:70:14: style: struct member '_ftpcmd_t::cmd' is never used. [unusedStructMember]
FD-3.01e/ftp.c:71:6: style: struct member '_ftpcmd_t::argc' is never used. [unusedStructMember]
FD-3.01e/ftp.c:72:6: style: struct member '_ftpcmd_t::flags' is never used. [unusedStructMember]
FD-3.01e/html.c:33:14: style: struct member '_langtable::ident' is never used. [unusedStructMember]
FD-3.01e/html.c:38:14: style: struct member '_htmltag_t::ident' is never used. [unusedStructMember]
FD-3.01e/html.c:40:7: style: struct member '_htmltag_t::level' is never used. [unusedStructMember]
FD-3.01e/html.c:41:7: style: struct member '_htmltag_t::next' is never used. [unusedStructMember]
FD-3.01e/html.c:42:15: style: struct member '_htmltag_t::func' is never used. [unusedStructMember]
FD-3.01e/html.c:46:14: style: struct member '_htmlamp_t::ident' is never used. [unusedStructMember]
FD-3.01e/html.c:48:6: style: struct member '_htmlamp_t::ch' is never used. [unusedStructMember]
FD-3.01e/http.c:48:6: style: struct member '_httpcmd_t::id' is never used. [unusedStructMember]
FD-3.01e/http.c:49:14: style: struct member '_httpcmd_t::cmd' is never used. [unusedStructMember]
FD-3.01e/http.c:53:14: style: struct member '_httpfld_t::ident' is never used. [unusedStructMember]
FD-3.01e/http.c:55:13: style: struct member '_httpfld_t::func' is never used. [unusedStructMember]
FD-3.01e/ime.c:436:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/ime.c:525:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/ime.c:525:9: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/ime.c:525:12: style: The scope of the variable 'c' can be reduced. [variableScope]
FD-3.01e/ime.c:731:16: style: The scope of the variable 'old' can be reduced. [variableScope]
FD-3.01e/ime.c:1089:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/info.c:537:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/info.c:618:6: style: The scope of the variable 'width' can be reduced. [variableScope]
FD-3.01e/info.c:257:12: warning: Either the condition 'code>((u_char)(~(u_char)0))' is redundant, otherwise there is negative array index -1. [negativeIndex]
FD-3.01e/info.c:255:17: note: Assuming that condition 'code>((u_char)(~(u_char)0))' is not redundant
FD-3.01e/info.c:257:12: note: Negative array index
FD-3.01e/input.c:871:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/input.c:908:6: style: The scope of the variable 'x' can be reduced. [variableScope]
FD-3.01e/input.c:1615:9: style: The scope of the variable 'j' can be reduced. [variableScope]
FD-3.01e/input.c:1615:12: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/input.c:1615:15: style: The scope of the variable 'len' can be reduced. [variableScope]
FD-3.01e/input.c:1615:20: style: The scope of the variable 'maxlen' can be reduced. [variableScope]
FD-3.01e/input.c:1768:13: style: The scope of the variable 'rw' can be reduced. [variableScope]
FD-3.01e/input.c:2105:9: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/input.c:2105:12: style: The scope of the variable 'len' can be reduced. [variableScope]
FD-3.01e/input.c:2107:6: style: The scope of the variable 'ch2' can be reduced. [variableScope]
FD-3.01e/input.c:2382:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
FD-3.01e/input.c:2411:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/input.c:2428:13: style: The scope of the variable 'hlen' can be reduced. [variableScope]
FD-3.01e/input.c:2564:16: style: The scope of the variable 'ch2' can be reduced. [variableScope]
FD-3.01e/input.c:2564:21: style: The scope of the variable 'ovptr' can be reduced. [variableScope]
FD-3.01e/input.c:3071:18: style: The scope of the variable 'pc' can be reduced. [variableScope]
FD-3.01e/input.c:3071:22: style: The scope of the variable 'qtop' can be reduced. [variableScope]
FD-3.01e/input.c:3570:13: style: The scope of the variable 'old' can be reduced. [variableScope]
FD-3.01e/input.c:3697:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/input.c:3697:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
FD-3.01e/kconv.c:1727:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FD-3.01e/kconv.c:1731:5: note: Found duplicate branches for 'if' and 'else'.
FD-3.01e/kconv.c:1727:5: note: Found duplicate branches for 'if' and 'else'.
FD-3.01e/kconv.c:1835:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
FD-3.01e/kconv.c:1839:5: note: Found duplicate branches for 'if' and 'else'.
FD-3.01e/kconv.c:1835:5: note: Found duplicate branches for 'if' and 'else'.
FD-3.01e/kconv.c:496:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/kconv.c:521:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/kconv.c:521:25: style: The scope of the variable 'min' can be reduced. [variableScope]
FD-3.01e/kconv.c:521:30: style: The scope of the variable 'max' can be reduced. [variableScope]
FD-3.01e/kconv.c:90:9: style: struct member '_kpathtable::path' is never used. [unusedStructMember]
FD-3.01e/libc.c:67:6: style: The scope of the variable 'duperrno' can be reduced. [variableScope]
FD-3.01e/libc.c:149:6: style: The scope of the variable 'duperrno' can be reduced. [variableScope]
FD-3.01e/log.c:54:14: style: The scope of the variable 'home' can be reduced. [variableScope]
FD-3.01e/log.c:55:13: style: The scope of the variable 'top' can be reduced. [variableScope]
FD-3.01e/log.c:112:13: style: The scope of the variable 'tm' can be reduced. [variableScope]
FD-3.01e/log.c:113:7: style: The scope of the variable 'hbuf' can be reduced. [variableScope]
FD-3.01e/lsparse.c:239:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/lsparse.c:1181:9: style: The scope of the variable 'len' can be reduced. [variableScope]
FD-3.01e/lsparse.c:1240:12: style: The scope of the variable 're' can be reduced. [variableScope]
FD-3.01e/lsparse.c:1241:14: style: The scope of the variable 's1' can be reduced. [variableScope]
FD-3.01e/lsparse.c:1241:19: style: The scope of the variable 's2' can be reduced. [variableScope]
FD-3.01e/lsparse.c:1243:9: style: The scope of the variable 'len' can be reduced. [variableScope]
FD-3.01e/lsparse.c:1528:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/main.c:1552:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
FD-3.01e/main.c:653:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/main.c:995:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FD-3.01e/main.c:1203:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/main.c:1203:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FD-3.01e/main.c:1241:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/main.c:1242:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/main.c:1327:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/main.c:1354:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/mkcat.c:291:7: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/mkdict.c:3240:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/mkdict.c:3285:14: style: The scope of the variable 'kstr' can be reduced. [variableScope]
FD-3.01e/mkdict.c:3456:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
FD-3.01e/mkdict.c:3456:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
FD-3.01e/mkdict.c:3624:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
FD-3.01e/mkdict.c:3641:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
FD-3.01e/mkfuncno.c:26:9: style: The scope of the variable 'len' can be reduced. [variableScope]
FD-3.01e/mkkanji.c:24:13: style: The scope of the variable 's' can be reduced. [variableScope]
FD-3.01e/mkkanji.c:27:9: style: The scope of the variable 'len' can be reduced. [variableScope]
FD-3.01e/mkkanji.c:94:0: error: Resource leak: fpin [resourceLeak]
FD-3.01e/mkkanji.c:94:0: error: Resource leak: fpout [resourceLeak]
FD-3.01e/mktankan.c:719:3: error: Resource leak: fp [resourceLeak]
FD-3.01e/parse.c:541:8: style: The scope of the variable 'new' can be reduced. [variableScope]
FD-3.01e/parse.c:542:6: style: The scope of the variable 'len' can be reduced. [variableScope]
FD-3.01e/pathname.c:177:6: style: The scope of the variable 'duperrno' can be reduced. [variableScope]
FD-3.01e/pathname.c:404:9: style: The scope of the variable 'len' can be reduced. [variableScope]
FD-3.01e/pathname.c:899:15: style: The scope of the variable 'pc' can be reduced. [variableScope]
FD-3.01e/pathname.c:899:25: style: The scope of the variable 'metachar' can be reduced. [variableScope]
FD-3.01e/pathname.c:1056:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/pathname.c:1056:17: style: The scope of the variable 'c1' can be reduced. [variableScope]
FD-3.01e/pathname.c:1128:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/pathname.c:1197:8: style: The scope of the variable 'new' can be reduced. [variableScope]
FD-3.01e/pathname.c:1198:15: style: The scope of the variable 'pc' can be reduced. [variableScope]
FD-3.01e/pathname.c:1505:13: style: The scope of the variable 'nextp' can be reduced. [variableScope]
FD-3.01e/pathname.c:1606:17: style: The scope of the variable 'duperrno' can be reduced. [variableScope]
FD-3.01e/pathname.c:1612:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FD-3.01e/pathname.c:1612:14: style: The scope of the variable 'path' can be reduced. [variableScope]
FD-3.01e/pathname.c:1613:6: style: The scope of the variable 'len' can be reduced. [variableScope]
FD-3.01e/pathname.c:1613:11: style: The scope of the variable 'dlen' can be reduced. [variableScope]
FD-3.01e/pathname.c:1613:17: style: The scope of the variable 'cost' can be reduced. [variableScope]
FD-3.01e/pathname.c:1613:23: style: The scope of the variable 'size' can be reduced. [variableScope]
FD-3.01e/pathname.c:1613:29: style: The scope of the variable 'ret' can be reduced. [variableScope]
FD-3.01e/pathname.c:1941:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FD-3.01e/pathname.c:1942:6: style: The scope of the variable 'dlen' can be reduced. [variableScope]
FD-3.01e/pathname.c:2051:12: style: The scope of the variable 'c' can be reduced. [variableScope]
FD-3.01e/pathname.c:2110:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/pathname.c:2310:6: style: The scope of the variable 'pc' can be reduced. [variableScope]
FD-3.01e/pathname.c:2310:13: style: The scope of the variable 'f' can be reduced. [variableScope]
FD-3.01e/pathname.c:2362:6: style: The scope of the variable 'c' can be reduced. [variableScope]
FD-3.01e/pathname.c:2895:12: style: The scope of the variable 'up' can be reduced. [variableScope]
FD-3.01e/pathname.c:2898:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/pathname.c:3064:17: style: The scope of the variable 'pwd' can be reduced. [variableScope]
FD-3.01e/pathname.c:3066:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FD-3.01e/pathname.c:3140:12: style: The scope of the variable 'pc' can be reduced. [variableScope]
FD-3.01e/pathname.c:3353:9: style: The scope of the variable 'wild' can be reduced. [variableScope]
FD-3.01e/pathname.c:3385:12: style: The scope of the variable 'pc' can be reduced. [variableScope]
FD-3.01e/pathname.c:3428:15: style: The scope of the variable 'pc' can be reduced. [variableScope]
FD-3.01e/pathname.c:449:17: style: Array index 'n' is used before limits check. [arrayIndexThenCheck]
FD-3.01e/posixsh.c:52:8: style: struct member '_mailpath_t::path' is never used. [unusedStructMember]
FD-3.01e/posixsh.c:53:8: style: struct member '_mailpath_t::msg' is never used. [unusedStructMember]
FD-3.01e/posixsh.c:54:9: style: struct member '_mailpath_t::mtime' is never used. [unusedStructMember]
FD-3.01e/printf.c:438:9: style: The scope of the variable 'c' can be reduced. [variableScope]
FD-3.01e/printf.c:171:11: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
FD-3.01e/printf.c:172:12: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
FD-3.01e/printf.c:173:20: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
FD-3.01e/printf.c:171:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
FD-3.01e/printf.c:172:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
FD-3.01e/printf.c:173:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
FD-3.01e/realpath.c:243:11: style: Condition 'rlen>0' is always false [knownConditionTrueFalse]
FD-3.01e/realpath.c:181:16: note: Assignment 'rlen=0', assigned value is 0
FD-3.01e/realpath.c:243:11: note: Condition 'rlen>0' is always false
FD-3.01e/realpath.c:259:3: style: Variable 'rlen' is assigned a value that is never used. [unreadVariable]
FD-3.01e/rockridg.c:63:3: warning: Either the condition 'cp' is redundant or there is possible null pointer dereference: cp. [nullPointerRedundantCheck]
FD-3.01e/rockridg.c:59:28: note: Assuming that condition 'cp' is not redundant
FD-3.01e/rockridg.c:63:3: note: Null pointer dereference
FD-3.01e/rockridg.c:292:16: style: The scope of the variable 'dlen' can be reduced. [variableScope]
FD-3.01e/rockridg.c:356:6: style: The scope of the variable 'dlen' can be reduced. [variableScope]
FD-3.01e/roman.c:186:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/roman.c:237:9: style: The scope of the variable 'j' can be reduced. [variableScope]
FD-3.01e/shell.c:148:7: style: The scope of the variable 'rpath' can be reduced. [variableScope]
FD-3.01e/shell.c:308:12: style: The scope of the variable 'm' can be reduced. [variableScope]
FD-3.01e/shell.c:544:25: style: The scope of the variable 'conv' can be reduced. [variableScope]
FD-3.01e/shell.c:546:12: style: The scope of the variable 'c' can be reduced. [variableScope]
FD-3.01e/shell.c:546:15: style: The scope of the variable 'pc' can be reduced. [variableScope]
FD-3.01e/shell.c:1299:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/shell.c:1301:9: style: The scope of the variable 'argv' can be reduced. [variableScope]
FD-3.01e/shell.c:1557:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/shell.c:1577:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/shell.c:1757:15: style: The scope of the variable 'pc' can be reduced. [variableScope]
FD-3.01e/shell.c:1595:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
FD-3.01e/shell.c:1630:42: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
FD-3.01e/shell.c:1660:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
FD-3.01e/shell.c:1715:28: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
FD-3.01e/shell.c:1717:25: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
FD-3.01e/shell.c:1719:12: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
FD-3.01e/stream.c:607:9: style: The scope of the variable 'nl' can be reduced. [variableScope]
FD-3.01e/stream.c:747:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/stream.c:747:9: style: The scope of the variable 'c' can be reduced. [variableScope]
FD-3.01e/string.c:87:6: style: The scope of the variable 'c1' can be reduced. [variableScope]
FD-3.01e/string.c:87:10: style: The scope of the variable 'c2' can be reduced. [variableScope]
FD-3.01e/string.c:110:6: style: The scope of the variable 'c1' can be reduced. [variableScope]
FD-3.01e/string.c:110:10: style: The scope of the variable 'c2' can be reduced. [variableScope]
FD-3.01e/sysemu.c:2239:6: style: Condition '!n' is always false [knownConditionTrueFalse]
FD-3.01e/sysemu.c:2217:6: note: Assignment 'n=1', assigned value is 1
FD-3.01e/sysemu.c:2239:6: note: Condition '!n' is always false
FD-3.01e/sysemu.c:1195:7: warning: Redundant assignment of 'path' to itself. [selfAssignment]
FD-3.01e/sysemu.c:1299:10: warning: Redundant assignment of 'cp' to itself. [selfAssignment]
FD-3.01e/sysemu.c:1622:7: warning: Redundant assignment of 'path' to itself. [selfAssignment]
FD-3.01e/sysemu.c:2099:7: warning: Redundant assignment of 'path' to itself. [selfAssignment]
FD-3.01e/sysemu.c:115:7: style: struct member '_openstat_t::dirp' is never used. [unusedStructMember]
FD-3.01e/sysemu.c:116:6: style: struct member '_openstat_t::fd' is never used. [unusedStructMember]
FD-3.01e/system.c:65:6: style: struct member '_lockbuf_t::fd' is never used. [unusedStructMember]
FD-3.01e/term.c:1453:20: style: The scope of the variable 'err' can be reduced. [variableScope]
FD-3.01e/term.c:1750:12: style: The scope of the variable 'p' can be reduced. [variableScope]
FD-3.01e/term.c:3026:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/term.c:1474:45: error: Memory leak: buf [memleak]
FD-3.01e/termemu.c:400:38: warning: Either the condition 'comm' is redundant or there is possible null pointer dereference: comm. [nullPointerRedundantCheck]
FD-3.01e/termemu.c:400:7: note: Assuming that condition 'comm' is not redundant
FD-3.01e/termemu.c:400:38: note: Null pointer dereference
FD-3.01e/termemu.c:163:9: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/termemu.c:264:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/termemu.c:710:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/termemu.c:746:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/termio.c:276:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/termio.c:313:6: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/tree.c:732:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/tree.c:733:20: style: The scope of the variable 'oy' can be reduced. [variableScope]
FD-3.01e/tree.c:733:24: style: The scope of the variable 'otop' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:1228:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
FD-3.01e/unixdisk.c:171:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:175:14: style: The scope of the variable 'path' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:268:6: style: The scope of the variable 'ver' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:404:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:463:9: style: The scope of the variable 'j' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:1041:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:1043:6: style: The scope of the variable 'j' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:1043:9: style: The scope of the variable 'n' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:1345:16: style: The scope of the variable 'level' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:1618:20: style: The scope of the variable 'lbufp' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:1621:20: style: The scope of the variable 'dbufp' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:1623:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:1623:12: style: The scope of the variable 'path' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:1729:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:1852:7: style: The scope of the variable 'buf1' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:1852:25: style: The scope of the variable 'buf2' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:1918:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:1949:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:1976:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:2043:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:2120:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:2121:9: style: The scope of the variable 'len' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:2162:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:2217:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:2256:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
FD-3.01e/unixdisk.c:2257:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
FD-3.01e/urldisk.c:22:6: style: struct member '_urlopen_t::fd' is never used. [unusedStructMember]
FD-3.01e/urldisk.c:23:6: style: struct member '_urlopen_t::uh' is never used. [unusedStructMember]
FD-3.01e/urldisk.c:24:8: style: struct member '_urlopen_t::path' is never used. [unusedStructMember]
FD-3.01e/urldisk.c:25:6: style: struct member '_urlopen_t::flags' is never used. [unusedStructMember]
[21:42]
ftp://ftp.se.debian.org/debian/pool/main/f/fdm/fdm_1.7+cvs20140912.orig.tar.gz
fdm-1.7+cvs20140912/attach.c:95:17: style: The scope of the variable 'at' can be reduced. [variableScope]
fdm-1.7+cvs20140912/cache-op.c:105:15: style: The scope of the variable 'db' can be reduced. [variableScope]
fdm-1.7+cvs20140912/child-fetch.c:264:22: style: The scope of the variable 'dctx' can be reduced. [variableScope]
fdm-1.7+cvs20140912/child-fetch.c:526:28: style: The scope of the variable 'rhost' can be reduced. [variableScope]
fdm-1.7+cvs20140912/child-fetch.c:529:10: style: The scope of the variable 'error' can be reduced. [variableScope]
fdm-1.7+cvs20140912/child.c:104:24: style: The scope of the variable 'childp' can be reduced. [variableScope]
fdm-1.7+cvs20140912/child.c:105:16: style: The scope of the variable 'n' can be reduced. [variableScope]
fdm-1.7+cvs20140912/child.c:107:13: style: The scope of the variable 'io' can be reduced. [variableScope]
fdm-1.7+cvs20140912/cleanup.c:37:19: style: The scope of the variable 'cent' can be reduced. [variableScope]
fdm-1.7+cvs20140912/cleanup.c:70:19: style: The scope of the variable 'cent' can be reduced. [variableScope]
fdm-1.7+cvs20140912/command.c:208:12: style: The scope of the variable 'n' can be reduced. [variableScope]
fdm-1.7+cvs20140912/connect.c:94:22: style: The scope of the variable 'p' can be reduced. [variableScope]
fdm-1.7+cvs20140912/deliver-remove-header.c:42:18: style: The scope of the variable 'hdr' can be reduced. [variableScope]
fdm-1.7+cvs20140912/fdm.c:180:16: style: The scope of the variable 'child' can be reduced. [variableScope]
fdm-1.7+cvs20140912/fdm.c:573:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fdm-1.7+cvs20140912/fetch-maildir.c:156:11: style: The scope of the variable 'path' can be reduced. [variableScope]
fdm-1.7+cvs20140912/fetch-maildir.c:157:10: style: The scope of the variable 'dirp' can be reduced. [variableScope]
fdm-1.7+cvs20140912/fetch-maildir.c:158:19: style: The scope of the variable 'dp' can be reduced. [variableScope]
fdm-1.7+cvs20140912/fetch-maildir.c:281:11: style: The scope of the variable 'path' can be reduced. [variableScope]
fdm-1.7+cvs20140912/fetch-mbox.c:259:26: style: The scope of the variable 'fmbox' can be reduced. [variableScope]
fdm-1.7+cvs20140912/fetch-nntp.c:346:27: style: The scope of the variable 'group' can be reduced. [variableScope]
fdm-1.7+cvs20140912/fetch-nntp.c:688:10: style: The scope of the variable 'line' can be reduced. [variableScope]
fdm-1.7+cvs20140912/file.c:282:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fdm-1.7+cvs20140912/io.c:388:6: style: The scope of the variable 'error' can be reduced. [variableScope]
fdm-1.7+cvs20140912/io.c:645:11: style: The scope of the variable 'aq' can be reduced. [variableScope]
fdm-1.7+cvs20140912/io.c:691:6: style: The scope of the variable 'res' can be reduced. [variableScope]
fdm-1.7+cvs20140912/io.c:582:4: style: Redundant pointer operation on 'len' - it's already a pointer. [redundantPointerOp]
fdm-1.7+cvs20140912/io.c:593:2: style: Redundant pointer operation on 'len' - it's already a pointer. [redundantPointerOp]
fdm-1.7+cvs20140912/lex.c:346:8: style: The scope of the variable 'ch2' can be reduced. [variableScope]
fdm-1.7+cvs20140912/lex.c:347:22: style: The scope of the variable 'name' can be reduced. [variableScope]
fdm-1.7+cvs20140912/lex.c:350:16: style: The scope of the variable 'macro' can be reduced. [variableScope]
fdm-1.7+cvs20140912/log.c:162:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
fdm-1.7+cvs20140912/log.c:175:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
fdm-1.7+cvs20140912/log.c:188:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
fdm-1.7+cvs20140912/log.c:201:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
fdm-1.7+cvs20140912/log.c:238:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
fdm-1.7+cvs20140912/log.c:249:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
fdm-1.7+cvs20140912/lookup.c:28:19: style: The scope of the variable 'ud' can be reduced. [variableScope]
fdm-1.7+cvs20140912/mail-state.c:347:18: style: The scope of the variable 'rs' can be reduced. [variableScope]
fdm-1.7+cvs20140912/mail-state.c:420:11: style: The scope of the variable 'user' can be reduced. [variableScope]
fdm-1.7+cvs20140912/mail-state.c:421:21: style: The scope of the variable 'udata' can be reduced. [variableScope]
fdm-1.7+cvs20140912/mail.c:538:2: style: Variable 'from' is reassigned a value before the old one has been used. [redundantAssignment]
fdm-1.7+cvs20140912/mail.c:535:0: note: Variable 'from' is reassigned a value before the old one has been used.
fdm-1.7+cvs20140912/mail.c:538:2: note: Variable 'from' is reassigned a value before the old one has been used.
fdm-1.7+cvs20140912/mail.c:563:17: style: The scope of the variable 'off' can be reduced. [variableScope]
fdm-1.7+cvs20140912/match-account.c:42:11: style: The scope of the variable 's' can be reduced. [variableScope]
fdm-1.7+cvs20140912/match-attachment.c:42:13: style: The scope of the variable 'size' can be reduced. [variableScope]
fdm-1.7+cvs20140912/parse-fn.c:58:14: style: The scope of the variable 's' can be reduced. [variableScope]
fdm-1.7+cvs20140912/parse-fn.c:278:18: style: The scope of the variable 'ti' can be reduced. [variableScope]
fdm-1.7+cvs20140912/parse-fn.c:370:15: style: The scope of the variable 'rr' can be reduced. [variableScope]
fdm-1.7+cvs20140912/pop3-common.c:130:26: style: The scope of the variable 'aux' can be reduced. [variableScope]
fdm-1.7+cvs20140912/pop3-common.c:142:26: style: The scope of the variable 'aux' can be reduced. [variableScope]
fdm-1.7+cvs20140912/pop3-common.c:374:17: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fdm-1.7+cvs20140912/pop3-common.c:375:10: style: The scope of the variable 'out' can be reduced. [variableScope]
fdm-1.7+cvs20140912/privsep.c:54:8: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
fdm-1.7+cvs20140912/re.c:31:10: style: The scope of the variable 'len' can be reduced. [variableScope]
fdm-1.7+cvs20140912/re.c:32:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
fdm-1.7+cvs20140912/strb.c:62:18: style: The scope of the variable 'sbe' can be reduced. [variableScope]
[21:42]
ftp://ftp.se.debian.org/debian/pool/main/f/fdm-materials/fdm-materials_3.3.0.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fdmdv2/fdmdv2_0.96.6.1592.orig.tar.xz
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.h:59:29: performance: Technically the member function 'PortAudioWrap::getDeviceCount' can be static. [functionStatic]
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.h:104:29: style: Technically the member function 'PortAudioWrap::getDataAvail' can be const. [functionConst]
fdmdv2-0.96.6.1592/src/fdmdv2_plot.h:92:9: style: Class 'PlotPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fdmdv2-0.96.6.1592/src/fdmdv2_plot_scatter.h:34:9: style: Class 'PlotScatter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:281:5: style: Class 'MyExtraPlayFilePanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:294:5: style: Class 'MyExtraRecFilePanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:324:9: style: Class 'MainFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fdmdv2-0.96.6.1592/src/fdmdv2_plot_scalar.h:63:14: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/fdmdv2_plot.h:123:25: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_scalar.h:63:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_scalar.h:64:7: style: The function 'drawGraticule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/fdmdv2_plot.h:124:25: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_scalar.h:64:7: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_scalar.h:67:14: style: The function 'OnShow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/fdmdv2_plot.h:127:25: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_scalar.h:67:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_scatter.h:43:14: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/fdmdv2_plot.h:123:25: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_scatter.h:43:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_scatter.h:46:14: style: The function 'OnShow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/fdmdv2_plot.h:127:25: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_scatter.h:46:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_waterfall.h:53:21: style: The function 'OnShow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/fdmdv2_plot.h:127:25: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_waterfall.h:53:21: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_waterfall.h:54:21: style: The function 'drawGraticule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/fdmdv2_plot.h:124:25: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_waterfall.h:54:21: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_waterfall.h:55:21: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/fdmdv2_plot.h:123:25: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_waterfall.h:55:21: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_waterfall.h:57:21: style: The function 'OnMouseLeftDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/fdmdv2_plot.h:112:25: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_waterfall.h:57:21: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_waterfall.h:58:21: style: The function 'OnMouseRightDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/fdmdv2_plot.h:114:25: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_waterfall.h:58:21: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_spectrum.h:41:21: style: The function 'OnShow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/fdmdv2_plot.h:127:25: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_spectrum.h:41:21: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_spectrum.h:42:21: style: The function 'drawGraticule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/fdmdv2_plot.h:124:25: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_spectrum.h:42:21: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_spectrum.h:43:21: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/fdmdv2_plot.h:123:25: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_spectrum.h:43:21: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_spectrum.h:44:21: style: The function 'OnMouseLeftDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/fdmdv2_plot.h:112:25: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_plot_spectrum.h:44:21: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:415:14: style: The function 'OnTop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:116:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:415:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:416:14: style: The function 'OnExit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:115:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:416:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:418:14: style: The function 'OnToolsAudio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:117:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:418:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:419:14: style: The function 'OnToolsAudioUI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:118:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:419:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:420:14: style: The function 'OnToolsComCfg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:123:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:420:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:421:14: style: The function 'OnToolsComCfgUI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:124:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:421:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:422:14: style: The function 'OnToolsFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:119:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:422:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:423:14: style: The function 'OnToolsOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:121:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:423:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:424:14: style: The function 'OnToolsOptionsUI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:122:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:424:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:426:14: style: The function 'OnPlayFileToMicIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:125:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:426:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:427:14: style: The function 'OnRecFileFromRadio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:126:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:427:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:428:14: style: The function 'OnPlayFileFromRadio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:127:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:428:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:430:14: style: The function 'OnHelpCheckUpdates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:129:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:430:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:431:14: style: The function 'OnHelpCheckUpdatesUI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:130:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:431:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:432:14: style: The function 'OnHelpAbout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:131:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:432:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:433:14: style: The function 'OnCmdSliderScroll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:134:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:433:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:437:14: style: The function 'OnCheckSQClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:138:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:437:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:438:14: style: The function 'OnCheckSNRClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:139:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:438:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:441:14: style: The function 'OnTogBtnSplitClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:144:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:441:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:442:14: style: The function 'OnTogBtnAnalogClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:145:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:442:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:443:14: style: The function 'OnTogBtnRxID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:132:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:443:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:444:14: style: The function 'OnTogBtnTxID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:133:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:444:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:445:14: style: The function 'OnTogBtnPTT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:147:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:445:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:446:14: style: The function 'OnTogBtnOnOff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:143:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:446:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:448:14: style: The function 'OnCallSignReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:157:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:448:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:449:14: style: The function 'OnBerReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fdmdv2-0.96.6.1592/src/topFrame.h:158:22: note: Virtual function in base class
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:449:14: note: Function in derived class
fdmdv2-0.96.6.1592/src/dlg_audiooptions.cpp:753:5: style: Variable 'idx' is reassigned a value before the old one has been used. [redundantAssignment]
fdmdv2-0.96.6.1592/src/dlg_audiooptions.cpp:748:5: note: Variable 'idx' is reassigned a value before the old one has been used.
fdmdv2-0.96.6.1592/src/dlg_audiooptions.cpp:753:5: note: Variable 'idx' is reassigned a value before the old one has been used.
fdmdv2-0.96.6.1592/src/dlg_audiooptions.cpp:758:5: style: Variable 'idx' is reassigned a value before the old one has been used. [redundantAssignment]
fdmdv2-0.96.6.1592/src/dlg_audiooptions.cpp:753:5: note: Variable 'idx' is reassigned a value before the old one has been used.
fdmdv2-0.96.6.1592/src/dlg_audiooptions.cpp:758:5: note: Variable 'idx' is reassigned a value before the old one has been used.
fdmdv2-0.96.6.1592/src/dlg_audiooptions.cpp:459:44: style: Same expression on both sides of '&&'. [duplicateExpression]
fdmdv2-0.96.6.1592/src/dlg_audiooptions.cpp:400:12: style: The scope of the variable 'aDevNum' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/dlg_audiooptions.cpp:868:55: style: Function 'OnRxInDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/dlg_audiooptions.h:150:47: note: Function 'OnRxInDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'.
fdmdv2-0.96.6.1592/src/dlg_audiooptions.cpp:868:55: note: Function 'OnRxInDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'.
fdmdv2-0.96.6.1592/src/dlg_audiooptions.cpp:881:56: style: Function 'OnRxOutDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/dlg_audiooptions.h:157:48: note: Function 'OnRxOutDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'.
fdmdv2-0.96.6.1592/src/dlg_audiooptions.cpp:881:56: note: Function 'OnRxOutDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'.
fdmdv2-0.96.6.1592/src/dlg_audiooptions.cpp:894:55: style: Function 'OnTxInDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/dlg_audiooptions.h:158:47: note: Function 'OnTxInDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'.
fdmdv2-0.96.6.1592/src/dlg_audiooptions.cpp:894:55: note: Function 'OnTxInDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'.
fdmdv2-0.96.6.1592/src/dlg_audiooptions.cpp:907:56: style: Function 'OnTxOutDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/dlg_audiooptions.h:159:48: note: Function 'OnTxOutDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'.
fdmdv2-0.96.6.1592/src/dlg_audiooptions.cpp:907:56: note: Function 'OnTxOutDeviceSelect' argument 1 names different: declaration 'event' definition 'evt'.
fdmdv2-0.96.6.1592/src/dlg_audiooptions.cpp:828:11: style: Variable 'idx' is assigned a value that is never used. [unreadVariable]
fdmdv2-0.96.6.1592/src/dlg_filter.cpp:721:20: style: The scope of the variable 'w' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/dlg_filter.cpp:235:85: style: Function 'newLPCPFControl' argument 3 names different: declaration 'sbs' definition 's'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/dlg_filter.h:132:91: note: Function 'newLPCPFControl' argument 3 names different: declaration 'sbs' definition 's'.
fdmdv2-0.96.6.1592/src/dlg_filter.cpp:235:85: note: Function 'newLPCPFControl' argument 3 names different: declaration 'sbs' definition 's'.
fdmdv2-0.96.6.1592/src/dlg_filter.cpp:716:55: style: Function 'calcFilterSpectrum' argument 2 names different: declaration 'arc' definition 'argc'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/dlg_filter.h:141:61: note: Function 'calcFilterSpectrum' argument 2 names different: declaration 'arc' definition 'argc'.
fdmdv2-0.96.6.1592/src/dlg_filter.cpp:716:55: note: Function 'calcFilterSpectrum' argument 2 names different: declaration 'arc' definition 'argc'.
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:2057:11: style: The scope of the variable 'inputChannels1' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:2057:27: style: The scope of the variable 'inputChannels2' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:2389:12: style: The scope of the variable 'st' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:2389:16: style: The scope of the variable 'en' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:2389:20: style: The scope of the variable 'max' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:2389:25: style: The scope of the variable 'min' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:2717:25: style: The scope of the variable 'nin_prev' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:2720:25: style: The scope of the variable 'next_state' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:2823:22: style: The scope of the variable 'data_flag_index' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:2823:39: style: The scope of the variable 'valid' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:577:41: style: Function 'openComPort' argument 1 names different: declaration 'port' definition 'name'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:399:38: note: Function 'openComPort' argument 1 names different: declaration 'port' definition 'name'.
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:577:41: note: Function 'openComPort' argument 1 names different: declaration 'port' definition 'name'.
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:967:37: style: Function 'OnIdle' argument 1 names different: declaration 'evt' definition 'event'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:460:34: note: Function 'OnIdle' argument 1 names different: declaration 'evt' definition 'event'.
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:967:37: note: Function 'OnIdle' argument 1 names different: declaration 'evt' definition 'event'.
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:2627:46: style: Function 'rxCallback' argument 1 names different: declaration 'inBuffer' definition 'inputBuffer'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:363:45: note: Function 'rxCallback' argument 1 names different: declaration 'inBuffer' definition 'inputBuffer'.
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:2627:46: note: Function 'rxCallback' argument 1 names different: declaration 'inBuffer' definition 'inputBuffer'.
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:2628:46: style: Function 'rxCallback' argument 2 names different: declaration 'outBuffer' definition 'outputBuffer'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:364:39: note: Function 'rxCallback' argument 2 names different: declaration 'outBuffer' definition 'outputBuffer'.
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:2628:46: note: Function 'rxCallback' argument 2 names different: declaration 'outBuffer' definition 'outputBuffer'.
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:2630:61: style: Function 'rxCallback' argument 4 names different: declaration 'outTime' definition 'timeInfo'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:366:65: note: Function 'rxCallback' argument 4 names different: declaration 'outTime' definition 'timeInfo'.
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:2630:61: note: Function 'rxCallback' argument 4 names different: declaration 'outTime' definition 'timeInfo'.
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:3182:41: style: Function 'txCallback' argument 1 names different: declaration 'inBuffer' definition 'inputBuffer'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:372:45: note: Function 'txCallback' argument 1 names different: declaration 'inBuffer' definition 'inputBuffer'.
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:3182:41: note: Function 'txCallback' argument 1 names different: declaration 'inBuffer' definition 'inputBuffer'.
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:3183:35: style: Function 'txCallback' argument 2 names different: declaration 'outBuffer' definition 'outputBuffer'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/fdmdv2_main.h:373:39: note: Function 'txCallback' argument 2 names different: declaration 'outBuffer' definition 'outputBuffer'.
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:3183:35: note: Function 'txCallback' argument 2 names different: declaration 'outBuffer' definition 'outputBuffer'.
fdmdv2-0.96.6.1592/src/fdmdv2_main.cpp:956:9: error: Mismatching allocation and deallocation: error_pattern [mismatchAllocDealloc]
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.cpp:283:52: style: Function 'setSampleRate' argument 1 names different: declaration 'size' definition 'rate'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.h:65:57: note: Function 'setSampleRate' argument 1 names different: declaration 'size' definition 'rate'.
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.cpp:283:52: note: Function 'setSampleRate' argument 1 names different: declaration 'size' definition 'rate'.
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.cpp:301:53: style: Function 'setInputDevice' argument 1 names different: declaration 'dev' definition 'index'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.h:73:58: note: Function 'setInputDevice' argument 1 names different: declaration 'dev' definition 'index'.
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.cpp:301:53: note: Function 'setInputDevice' argument 1 names different: declaration 'dev' definition 'index'.
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.cpp:310:54: style: Function 'setOutputDevice' argument 1 names different: declaration 'dev' definition 'index'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.h:83:59: note: Function 'setOutputDevice' argument 1 names different: declaration 'dev' definition 'index'.
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.cpp:310:54: note: Function 'setOutputDevice' argument 1 names different: declaration 'dev' definition 'index'.
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.cpp:319:54: style: Function 'setCallback' argument 1 names different: declaration 'm_pStreamCallback' definition 'callback'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.h:68:59: note: Function 'setCallback' argument 1 names different: declaration 'm_pStreamCallback' definition 'callback'.
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.cpp:319:54: note: Function 'setCallback' argument 1 names different: declaration 'm_pStreamCallback' definition 'callback'.
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.cpp:26:16: warning: Member variable 'PortAudioWrap::m_pFDMDV_state' is not initialized in the constructor. [uninitMemberVar]
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.cpp:32:5: performance: Variable 'm_statusFlags' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.h:60:29: performance: Technically the member function 'PortAudioWrap::getDefaultInputDevice' can be static. [functionStatic]
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.cpp:146:30: note: Technically the member function 'PortAudioWrap::getDefaultInputDevice' can be static.
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.h:60:29: note: Technically the member function 'PortAudioWrap::getDefaultInputDevice' can be static.
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.h:61:29: performance: Technically the member function 'PortAudioWrap::getDefaultOutputDevice' can be static. [functionStatic]
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.cpp:154:30: note: Technically the member function 'PortAudioWrap::getDefaultOutputDevice' can be static.
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.h:61:29: note: Technically the member function 'PortAudioWrap::getDefaultOutputDevice' can be static.
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.h:75:29: style: Technically the member function 'PortAudioWrap::getInputChannelCount' can be const. [functionConst]
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.cpp:171:24: note: Technically the member function 'PortAudioWrap::getInputChannelCount' can be const.
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.h:75:29: note: Technically the member function 'PortAudioWrap::getInputChannelCount' can be const.
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.h:81:30: performance: Technically the member function 'PortAudioWrap::getDeviceName' can be static. [functionStatic]
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.cpp:230:28: note: Technically the member function 'PortAudioWrap::getDeviceName' can be static.
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.h:81:30: note: Technically the member function 'PortAudioWrap::getDeviceName' can be static.
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.h:85:29: style: Technically the member function 'PortAudioWrap::getOutputChannelCount' can be const. [functionConst]
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.cpp:222:26: note: Technically the member function 'PortAudioWrap::getOutputChannelCount' can be const.
fdmdv2-0.96.6.1592/src/fdmdv2_pa_wrapper.h:85:29: note: Technically the member function 'PortAudioWrap::getOutputChannelCount' can be const.
fdmdv2-0.96.6.1592/src/fdmdv2_plot.cpp:195:45: style: Function 'draw' argument 1 names different: declaration 'pdc' definition 'pDC'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/fdmdv2_plot.h:123:54: note: Function 'draw' argument 1 names different: declaration 'pdc' definition 'pDC'.
fdmdv2-0.96.6.1592/src/fdmdv2_plot.cpp:195:45: note: Function 'draw' argument 1 names different: declaration 'pdc' definition 'pDC'.
fdmdv2-0.96.6.1592/src/fdmdv2_plot.cpp:237:54: style: Function 'drawGraticule' argument 1 names different: declaration 'pdc' definition 'pDC'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/fdmdv2_plot.h:124:63: note: Function 'drawGraticule' argument 1 names different: declaration 'pdc' definition 'pDC'.
fdmdv2-0.96.6.1592/src/fdmdv2_plot.cpp:237:54: note: Function 'drawGraticule' argument 1 names different: declaration 'pdc' definition 'pDC'.
fdmdv2-0.96.6.1592/src/fdmdv2_plot.cpp:278:40: style: Function 'OnPaint' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent]
fdmdv2-0.96.6.1592/src/fdmdv2_plot.h:119:47: note: Function 'OnPaint' argument 1 names different: declaration 'event' definition 'evt'.
fdmdv2-0.96.6.1592/src/fdmdv2_plot.cpp:278:40: note: Function 'OnPaint' argument 1 names different: declaration 'event' definition 'evt'.
fdmdv2-0.96.6.1592/src/fdmdv2_plot_scalar.cpp:199:14: style: The scope of the variable 'x' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_plot_scalar.cpp:199:17: style: The scope of the variable 'y' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_plot_scatter.cpp:73:11: style: The scope of the variable 'x' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_plot_scatter.cpp:74:11: style: The scope of the variable 'y' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_plot_scatter.cpp:111:11: style: The scope of the variable 'real' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_plot_scatter.cpp:111:16: style: The scope of the variable 'imag' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_plot_spectrum.cpp:122:11: style: The scope of the variable 'x' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_plot_spectrum.cpp:122:14: style: The scope of the variable 'y' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_plot_spectrum.cpp:123:38: style: The scope of the variable 'mag' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_plot_spectrum.cpp:166:17: style: The scope of the variable 'y' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/fdmdv2_plot_waterfall.cpp:231:17: style: The scope of the variable 'y' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/hamlib.cpp:77:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fdmdv2-0.96.6.1592/src/sox.h:382:0: error: #error Unable to determine an appropriate definition for sox_int8_t. [preprocessorErrorDirective]
fdmdv2-0.96.6.1592/src/topFrame.cpp:72:5: style: Variable 'm_menuItemCaptTxInStream' is assigned a value that is never used. [unreadVariable]
fdmdv2-0.96.6.1592/src/topFrame.cpp:225:5: style: Variable 'bSizer141' is assigned a value that is never used. [unreadVariable]
fdmdv2-0.96.6.1592/src/varicode.c:40:27: style: The scope of the variable 'index' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/varicode.c:40:34: style: The scope of the variable 'n_zeros' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/varicode.c:40:43: style: The scope of the variable 'v_len' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/varicode.c:41:20: style: The scope of the variable 'byte1' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/varicode.c:41:27: style: The scope of the variable 'byte2' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/varicode.c:41:34: style: The scope of the variable 'packed' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/varicode.c:93:27: style: The scope of the variable 'i' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/varicode.c:94:20: style: The scope of the variable 'byte1' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/varicode.c:94:27: style: The scope of the variable 'byte2' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/varicode.c:148:20: style: The scope of the variable 'output' can be reduced. [variableScope]
fdmdv2-0.96.6.1592/src/varicode.c:144:12: error: Uninitialized variable: found [uninitvar]
[21:42]
ftp://ftp.se.debian.org/debian/pool/main/f/fdroidcl/fdroidcl_0.4.0.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fdroidserver/fdroidserver_1.0.9.orig.tar.gz.asc
ftp://ftp.se.debian.org/debian/pool/main/f/fdsend/fdsend_0.2.1.orig.tar.gz
fdsend-0.2.1/_fdsend.c:76:2: style: Variable 'fast_seq' is reassigned a value before the old one has been used. [redundantAssignment]
fdsend-0.2.1/_fdsend.c:70:0: note: Variable 'fast_seq' is reassigned a value before the old one has been used.
fdsend-0.2.1/_fdsend.c:76:2: note: Variable 'fast_seq' is reassigned a value before the old one has been used.
[21:42]
ftp://ftp.se.debian.org/debian/pool/main/f/fdupes/fdupes_1.6.1.orig.tar.gz
fdupes-1.6.1/fdupes.c:228:7: style: The scope of the variable 'testind' can be reduced. [variableScope]
fdupes-1.6.1/fdupes.c:620:10: style: The scope of the variable 'r1' can be reduced. [variableScope]
fdupes-1.6.1/fdupes.c:1063:7: style: The scope of the variable 'firstrecurse' can be reduced. [variableScope]
fdupes-1.6.1/fdupes.c:152:0: error: Memory leak: tmp [memleak]
fdupes-1.6.1/fdupes.c:120:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
[21:42]
ftp://ftp.se.debian.org/debian/pool/main/f/fdutils/fdutils_5.5-20060227.orig.tar.gz
fdutils-5.5-20060227/src/calc-format.c:454:15: warning: Redundant assignment of 'fd[*offset]' to itself. [selfAssignment]
fdutils-5.5-20060227/src/calc-format.c:368:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fdutils-5.5-20060227/src/calc-format.c:67:9: style: The scope of the variable 'nr' can be reduced. [variableScope]
fdutils-5.5-20060227/src/calc-format.c:146:6: style: The scope of the variable 't_chunksize' can be reduced. [variableScope]
fdutils-5.5-20060227/src/calc-format.c:187:6: style: The scope of the variable 'tot_size' can be reduced. [variableScope]
fdutils-5.5-20060227/src/calc-format.c:324:21: style: The scope of the variable 'max_offset' can be reduced. [variableScope]
fdutils-5.5-20060227/src/convert.c:77:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
fdutils-5.5-20060227/src/convert.c:78:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fdutils-5.5-20060227/src/diskd.c:89:10: style: Same expression on both sides of '==' because the value of 'fd' and '-2' are the same. [duplicateExpression]
fdutils-5.5-20060227/src/diskd.c:56:10: note: 'fd' is assigned value '-2' here.
fdutils-5.5-20060227/src/diskd.c:89:10: note: Same expression on both sides of '==' because the value of 'fd' and '-2' are the same.
fdutils-5.5-20060227/src/diskd.c:101:28: style: Same expression on both sides of '/' because the value of 'interval' and '10' are the same. [duplicateExpression]
fdutils-5.5-20060227/src/diskd.c:58:15: note: 'interval' is assigned value '10' here.
fdutils-5.5-20060227/src/diskd.c:101:28: note: Same expression on both sides of '/' because the value of 'interval' and '10' are the same.
fdutils-5.5-20060227/src/diskd.c:102:30: style: Same expression on both sides of '%' because the value of 'interval' and '10' are the same. [duplicateExpression]
fdutils-5.5-20060227/src/diskd.c:58:15: note: 'interval' is assigned value '10' here.
fdutils-5.5-20060227/src/diskd.c:102:30: note: Same expression on both sides of '%' because the value of 'interval' and '10' are the same.
fdutils-5.5-20060227/src/diskseekd.c:42:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
fdutils-5.5-20060227/src/diskseekd.c:48:6: style: The scope of the variable 'drive' can be reduced. [variableScope]
fdutils-5.5-20060227/src/diskseekd.c:52:8: style: The scope of the variable 'pidfile' can be reduced. [variableScope]
fdutils-5.5-20060227/src/diskseekd.c:53:6: style: The scope of the variable 'pid' can be reduced. [variableScope]
fdutils-5.5-20060227/src/enh_options.c:259:9: style: The scope of the variable 'wl' can be reduced. [variableScope]
fdutils-5.5-20060227/src/enh_options.c:477:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
fdutils-5.5-20060227/src/fdmount.c:383:14: style: The scope of the variable 'type' can be reduced. [variableScope]
fdutils-5.5-20060227/src/fdmount.c:883:11: style: The scope of the variable 'type' can be reduced. [variableScope]
fdutils-5.5-20060227/src/fdmount.c:915:9: style: The scope of the variable 'e' can be reduced. [variableScope]
fdutils-5.5-20060227/src/fdmount.c:915:14: style: The scope of the variable 'disk_in' can be reduced. [variableScope]
fdutils-5.5-20060227/src/fdmount.c:1067:13: style: The scope of the variable 'c' can be reduced. [variableScope]
fdutils-5.5-20060227/src/fdrawcmd.c:137:6: style: The scope of the variable 'have_flags' can be reduced. [variableScope]
fdutils-5.5-20060227/src/floppycontrol.c:394:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fdutils-5.5-20060227/src/floppycontrol.c:395:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fdutils-5.5-20060227/src/floppycontrol.c:396:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fdutils-5.5-20060227/src/floppycontrol.c:397:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fdutils-5.5-20060227/src/floppycontrol.c:398:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fdutils-5.5-20060227/src/floppycontrol.c:399:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fdutils-5.5-20060227/src/floppymeter.c:184:13: style: Same expression on both sides of '==' because the value of 'density' and '3' are the same. [duplicateExpression]
fdutils-5.5-20060227/src/floppymeter.c:96:14: note: 'density' is assigned value '3' here.
fdutils-5.5-20060227/src/floppymeter.c:184:13: note: Same expression on both sides of '==' because the value of 'density' and '3' are the same.
fdutils-5.5-20060227/src/floppymeter.c:82:42: style: The scope of the variable 'sum2_x' can be reduced. [variableScope]
fdutils-5.5-20060227/src/floppymeter.c:83:39: style: The scope of the variable 'time' can be reduced. [variableScope]
fdutils-5.5-20060227/src/floppymeter.c:85:7: style: The scope of the variable 'c' can be reduced. [variableScope]
fdutils-5.5-20060227/src/mediaprm.c:133:19: style: The scope of the variable 'mysize' can be reduced. [variableScope]
fdutils-5.5-20060227/src/mediaprm.c:134:19: style: The scope of the variable 'fmt_gap' can be reduced. [variableScope]
fdutils-5.5-20060227/src/mediaprm.c:282:8: style: The scope of the variable 'r' can be reduced. [variableScope]
fdutils-5.5-20060227/src/oldfdprm.c:48:22: style: Function 'scan_fdprm' argument 1 names different: declaration 'f' definition 'file'. [funcArgNamesDifferent]
fdutils-5.5-20060227/src/oldfdprm.h:1:22: note: Function 'scan_fdprm' argument 1 names different: declaration 'f' definition 'file'.
fdutils-5.5-20060227/src/oldfdprm.c:48:22: note: Function 'scan_fdprm' argument 1 names different: declaration 'f' definition 'file'.
fdutils-5.5-20060227/src/oldfdprm.c:73:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fdutils-5.5-20060227/src/parse.c:45:10: style: The scope of the variable 'var' can be reduced. [variableScope]
fdutils-5.5-20060227/src/skews.c:40:8: style: The scope of the variable 'new' can be reduced. [variableScope]
fdutils-5.5-20060227/src/superformat.c:979:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fdutils-5.5-20060227/src/superformat.c:1002:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fdutils-5.5-20060227/src/superformat.c:390:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fdutils-5.5-20060227/src/superformat.c:392:3: note: Found duplicate branches for 'if' and 'else'.
fdutils-5.5-20060227/src/superformat.c:390:3: note: Found duplicate branches for 'if' and 'else'.
fdutils-5.5-20060227/src/superformat.c:205:6: style: The scope of the variable 'n' can be reduced. [variableScope]
fdutils-5.5-20060227/src/superformat.c:232:6: style: The scope of the variable 'n' can be reduced. [variableScope]
fdutils-5.5-20060227/src/superformat.c:280:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
[21:42]
ftp://ftp.se.debian.org/debian/pool/main/f/featherpad/featherpad_0.9.0.orig.tar.gz
FeatherPad-0.9.0/featherpad/brackets.cpp:150:64: style: Function 'matchLeftParenthesis' argument 2 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
FeatherPad-0.9.0/featherpad/fpwin.h:236:61: note: Function 'matchLeftParenthesis' argument 2 names different: declaration 'index' definition 'i'.
FeatherPad-0.9.0/featherpad/brackets.cpp:150:64: note: Function 'matchLeftParenthesis' argument 2 names different: declaration 'index' definition 'i'.
FeatherPad-0.9.0/featherpad/brackets.cpp:150:71: style: Function 'matchLeftParenthesis' argument 3 names different: declaration 'numRightParentheses' definition 'numLeftParentheses'. [funcArgNamesDifferent]
FeatherPad-0.9.0/featherpad/fpwin.h:236:72: note: Function 'matchLeftParenthesis' argument 3 names different: declaration 'numRightParentheses' definition 'numLeftParentheses'.
FeatherPad-0.9.0/featherpad/brackets.cpp:150:71: note: Function 'matchLeftParenthesis' argument 3 names different: declaration 'numRightParentheses' definition 'numLeftParentheses'.
FeatherPad-0.9.0/featherpad/brackets.cpp:182:65: style: Function 'matchRightParenthesis' argument 2 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
FeatherPad-0.9.0/featherpad/fpwin.h:237:62: note: Function 'matchRightParenthesis' argument 2 names different: declaration 'index' definition 'i'.
FeatherPad-0.9.0/featherpad/brackets.cpp:182:65: note: Function 'matchRightParenthesis' argument 2 names different: declaration 'index' definition 'i'.
FeatherPad-0.9.0/featherpad/brackets.cpp:182:72: style: Function 'matchRightParenthesis' argument 3 names different: declaration 'numLeftParentheses' definition 'numRightParentheses'. [funcArgNamesDifferent]
FeatherPad-0.9.0/featherpad/fpwin.h:237:73: note: Function 'matchRightParenthesis' argument 3 names different: declaration 'numLeftParentheses' definition 'numRightParentheses'.
FeatherPad-0.9.0/featherpad/brackets.cpp:182:72: note: Function 'matchRightParenthesis' argument 3 names different: declaration 'numLeftParentheses' definition 'numRightParentheses'.
FeatherPad-0.9.0/featherpad/brackets.cpp:213:58: style: Function 'matchLeftBrace' argument 2 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
FeatherPad-0.9.0/featherpad/fpwin.h:238:55: note: Function 'matchLeftBrace' argument 2 names different: declaration 'index' definition 'i'.
FeatherPad-0.9.0/featherpad/brackets.cpp:213:58: note: Function 'matchLeftBrace' argument 2 names different: declaration 'index' definition 'i'.
FeatherPad-0.9.0/featherpad/brackets.cpp:245:59: style: Function 'matchRightBrace' argument 2 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
FeatherPad-0.9.0/featherpad/fpwin.h:239:56: note: Function 'matchRightBrace' argument 2 names different: declaration 'index' definition 'i'.
FeatherPad-0.9.0/featherpad/brackets.cpp:245:59: note: Function 'matchRightBrace' argument 2 names different: declaration 'index' definition 'i'.
FeatherPad-0.9.0/featherpad/brackets.cpp:276:60: style: Function 'matchLeftBracket' argument 2 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
FeatherPad-0.9.0/featherpad/fpwin.h:240:57: note: Function 'matchLeftBracket' argument 2 names different: declaration 'index' definition 'i'.
FeatherPad-0.9.0/featherpad/brackets.cpp:276:60: note: Function 'matchLeftBracket' argument 2 names different: declaration 'index' definition 'i'.
FeatherPad-0.9.0/featherpad/brackets.cpp:308:61: style: Function 'matchRightBracket' argument 2 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
FeatherPad-0.9.0/featherpad/fpwin.h:241:58: note: Function 'matchRightBracket' argument 2 names different: declaration 'index' definition 'i'.
FeatherPad-0.9.0/featherpad/brackets.cpp:308:61: note: Function 'matchRightBracket' argument 2 names different: declaration 'index' definition 'i'.
FeatherPad-0.9.0/featherpad/textedit.h:339:5: style: Class 'LineNumberArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FeatherPad-0.9.0/featherpad/lineedit.h:33:5: style: Class 'LineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FeatherPad-0.9.0/featherpad/sidepane.h:36:5: style: Class 'ListWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FeatherPad-0.9.0/featherpad/sidepane.h:57:5: style: Class 'SidePane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FeatherPad-0.9.0/featherpad/config.cpp:26:9: warning: Member variable 'Config::openRecentFiles_' is not initialized in the constructor. [uninitMemberVar]
FeatherPad-0.9.0/featherpad/encoding.cpp:125:9: style: The scope of the variable 'j' can be reduced. [variableScope]
FeatherPad-0.9.0/featherpad/find.cpp:42:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
FeatherPad-0.9.0/featherpad/warningbar.h:36:9: performance: Variable 'message_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FeatherPad-0.9.0/featherpad/messagebox.h:35:5: style: Class 'MessageBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FeatherPad-0.9.0/featherpad/pref.h:35:5: style: Class 'Delegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FeatherPad-0.9.0/featherpad/highlighter.cpp:2393:20: warning: Either the condition 'if(prevData)' is redundant or there is possible null pointer dereference: prevData. [nullPointerRedundantCheck]
FeatherPad-0.9.0/featherpad/highlighter.cpp:2421:16: note: Assuming that condition 'if(prevData)' is not redundant
FeatherPad-0.9.0/featherpad/highlighter.cpp:2393:20: note: Null pointer dereference
FeatherPad-0.9.0/featherpad/replace.cpp:148:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
FeatherPad-0.9.0/featherpad/replace.cpp:202:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
FeatherPad-0.9.0/featherpad/searchbar.cpp:34:5: performance: Variable 'lineEdit_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FeatherPad-0.9.0/featherpad/singleton.cpp:100:38: warning: Either the condition '!localSocket' is redundant or there is possible null pointer dereference: localSocket. [nullPointerRedundantCheck]
FeatherPad-0.9.0/featherpad/singleton.cpp:98:9: note: Assuming that condition '!localSocket' is not redundant
FeatherPad-0.9.0/featherpad/singleton.cpp:100:38: note: Null pointer dereference
FeatherPad-0.9.0/featherpad/svgicons.cpp:45:5: style: Class 'symbolicIconEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FeatherPad-0.9.0/featherpad/tabbar.h:34:5: style: Class 'TabBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FeatherPad-0.9.0/featherpad/tabwidget.cpp:50:42: style: Function 'timerEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
FeatherPad-0.9.0/featherpad/tabwidget.h:46:35: note: Function 'timerEvent' argument 1 names different: declaration 'event' definition 'e'.
FeatherPad-0.9.0/featherpad/tabwidget.cpp:50:42: note: Function 'timerEvent' argument 1 names different: declaration 'event' definition 'e'.
FeatherPad-0.9.0/featherpad/tabwidget.h:37:5: style: Class 'TabWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FeatherPad-0.9.0/featherpad/textedit.cpp:993:43: style: Function 'resizeEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
FeatherPad-0.9.0/featherpad/textedit.h:234:37: note: Function 'resizeEvent' argument 1 names different: declaration 'event' definition 'e'.
FeatherPad-0.9.0/featherpad/textedit.cpp:993:43: note: Function 'resizeEvent' argument 1 names different: declaration 'event' definition 'e'.
FeatherPad-0.9.0/featherpad/textedit.cpp:1009:41: style: Function 'timerEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
FeatherPad-0.9.0/featherpad/textedit.h:235:35: note: Function 'timerEvent' argument 1 names different: declaration 'event' definition 'e'.
FeatherPad-0.9.0/featherpad/textedit.cpp:1009:41: note: Function 'timerEvent' argument 1 names different: declaration 'event' definition 'e'.
FeatherPad-0.9.0/featherpad/textedit.cpp:51:5: performance: Variable 'prog_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FeatherPad-0.9.0/featherpad/textedit.cpp:53:5: performance: Variable 'textTab_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
FeatherPad-0.9.0/featherpad/vscrollbar.h:33:5: style: Class 'VScrollBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FeatherPad-0.9.0/featherpad/textedit.cpp:824:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
FeatherPad-0.9.0/featherpad/textedit.cpp:840:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[21:43]
ftp://ftp.se.debian.org/debian/pool/main/f/feature-check/feature-check_0.1.1.orig.tar.xz.asc
ftp://ftp.se.debian.org/debian/pool/main/f/febootstrap/febootstrap_3.17.orig.tar.gz
febootstrap-3.17/helper/appliance.c:206:33: style: Function 'add_kernel_modules' argument 1 names different: declaration 'whitelist' definition 'whitelist_file'. [funcArgNamesDifferent]
febootstrap-3.17/helper/appliance.c:41:45: note: Function 'add_kernel_modules' argument 1 names different: declaration 'whitelist' definition 'whitelist_file'.
febootstrap-3.17/helper/appliance.c:206:33: note: Function 'add_kernel_modules' argument 1 names different: declaration 'whitelist' definition 'whitelist_file'.
febootstrap-3.17/helper/cpio.c:70:11: style: The scope of the variable 'r' can be reduced. [variableScope]
febootstrap-3.17/helper/ext2cpio.c:117:16: style: Checking if unsigned variable 'name_len' is less than zero. [unsignedLessThanZero]
febootstrap-3.17/helper/ext2cpio.c:120:18: style: Checking if unsigned variable 'body_len' is less than zero. [unsignedLessThanZero]
febootstrap-3.17/helper/ext2initrd.c:253:32: style: Function 'print_module_load_order' argument 1 names different: declaration 'f' definition 'pipe'. [funcArgNamesDifferent]
febootstrap-3.17/helper/ext2initrd.c:45:44: note: Function 'print_module_load_order' argument 1 names different: declaration 'f' definition 'pipe'.
febootstrap-3.17/helper/ext2initrd.c:253:32: note: Function 'print_module_load_order' argument 1 names different: declaration 'f' definition 'pipe'.
febootstrap-3.17/helper/ext2initrd.c:253:44: style: Function 'print_module_load_order' argument 2 names different: declaration 'pp' definition 'list'. [funcArgNamesDifferent]
febootstrap-3.17/helper/ext2initrd.c:45:53: note: Function 'print_module_load_order' argument 2 names different: declaration 'pp' definition 'list'.
febootstrap-3.17/helper/ext2initrd.c:253:44: note: Function 'print_module_load_order' argument 2 names different: declaration 'pp' definition 'list'.
febootstrap-3.17/helper/init.c:400:29: style: Function 'show_directory' argument 1 names different: declaration 'dir' definition 'dirname'. [funcArgNamesDifferent]
febootstrap-3.17/helper/init.c:87:41: note: Function 'show_directory' argument 1 names different: declaration 'dir' definition 'dirname'.
febootstrap-3.17/helper/init.c:400:29: note: Function 'show_directory' argument 1 names different: declaration 'dir' definition 'dirname'.
febootstrap-3.17/helper/kernel.c:282:15: warning: Either the condition '!path' is redundant or there is possible null pointer dereference: filename. [nullPointerRedundantCheck]
febootstrap-3.17/helper/kernel.c:70:11: note: Assuming that condition '!path' is not redundant
febootstrap-3.17/helper/kernel.c:64:35: note: Calling function 'get_kernel_version', 1st argument 'filename' value is 0
febootstrap-3.17/helper/kernel.c:282:15: note: Null pointer dereference
febootstrap-3.17/helper/utils.c:224:10: style: The scope of the variable 'r' can be reduced. [variableScope]
febootstrap-3.17/lib/chdir-long.c:32:0: error: #error "compile this file only if your system defines PATH_MAX" [preprocessorErrorDirective]
febootstrap-3.17/lib/error.c:135:0: error: #error Please port fcntl to your platform [preprocessorErrorDirective]
febootstrap-3.17/lib/filenamecat-lgpl.c:61:49: style: Function 'mfile_name_concat' argument 2 names different: declaration 'base' definition 'abase'. [funcArgNamesDifferent]
febootstrap-3.17/lib/filenamecat.h:26:55: note: Function 'mfile_name_concat' argument 2 names different: declaration 'base' definition 'abase'.
febootstrap-3.17/lib/filenamecat-lgpl.c:61:49: note: Function 'mfile_name_concat' argument 2 names different: declaration 'base' definition 'abase'.
febootstrap-3.17/lib/fts.c:1846:11: style: Suspicious condition (bitwise operator + comparison); Clarify expression with parentheses. [clarifyCondition]
febootstrap-3.17/lib/fts.c:1846:20: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
febootstrap-3.17/lib/fts.c:585:26: style: The scope of the variable 'freep' can be reduced. [variableScope]
febootstrap-3.17/lib/fts.c:1994:16: style: The scope of the variable 'len' can be reduced. [variableScope]
febootstrap-3.17/lib/gettext.h:213:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
febootstrap-3.17/lib/gettext.h:259:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
febootstrap-3.17/lib/getopt.c:346:25: style: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:118:36: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
febootstrap-3.17/lib/getopt.c:346:25: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
febootstrap-3.17/lib/getopt.c:346:38: style: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:118:52: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
febootstrap-3.17/lib/getopt.c:346:38: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
febootstrap-3.17/lib/getopt.c:346:56: style: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:119:44: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
febootstrap-3.17/lib/getopt.c:346:56: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
febootstrap-3.17/lib/getopt.c:347:42: style: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:120:53: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
febootstrap-3.17/lib/getopt.c:347:42: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
febootstrap-3.17/lib/getopt.c:347:57: style: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:120:70: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
febootstrap-3.17/lib/getopt.c:347:57: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
febootstrap-3.17/lib/getopt.c:348:25: style: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:121:36: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
febootstrap-3.17/lib/getopt.c:348:25: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
febootstrap-3.17/lib/getopt.c:348:57: style: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:121:70: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
febootstrap-3.17/lib/getopt.c:348:57: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
febootstrap-3.17/lib/getopt.c:348:64: style: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:122:36: note: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'.
febootstrap-3.17/lib/getopt.c:348:64: note: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'.
febootstrap-3.17/lib/getopt.c:1128:23: style: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:24:34: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
febootstrap-3.17/lib/getopt.c:1128:23: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
febootstrap-3.17/lib/getopt.c:1128:36: style: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:24:50: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
febootstrap-3.17/lib/getopt.c:1128:36: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
febootstrap-3.17/lib/getopt.c:1128:54: style: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:25:42: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
febootstrap-3.17/lib/getopt.c:1128:54: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
febootstrap-3.17/lib/getopt.c:1129:40: style: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:26:51: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
febootstrap-3.17/lib/getopt.c:1129:40: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
febootstrap-3.17/lib/getopt.c:1129:55: style: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:26:68: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
febootstrap-3.17/lib/getopt.c:1129:55: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
febootstrap-3.17/lib/getopt.c:1129:68: style: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:27:34: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
febootstrap-3.17/lib/getopt.c:1129:68: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
febootstrap-3.17/lib/getopt.c:1130:23: style: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:27:51: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
febootstrap-3.17/lib/getopt.c:1130:23: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
febootstrap-3.17/lib/getopt1.c:48:21: style: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:124:32: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
febootstrap-3.17/lib/getopt1.c:48:21: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
febootstrap-3.17/lib/getopt1.c:48:34: style: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:124:48: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
febootstrap-3.17/lib/getopt1.c:48:34: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
febootstrap-3.17/lib/getopt1.c:48:52: style: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:125:40: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
febootstrap-3.17/lib/getopt1.c:48:52: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
febootstrap-3.17/lib/getopt1.c:49:38: style: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:126:49: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
febootstrap-3.17/lib/getopt1.c:49:38: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
febootstrap-3.17/lib/getopt1.c:49:57: style: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:126:66: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
febootstrap-3.17/lib/getopt1.c:49:57: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
febootstrap-3.17/lib/getopt1.c:50:38: style: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:127:49: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
febootstrap-3.17/lib/getopt1.c:50:38: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
febootstrap-3.17/lib/getopt1.c:71:26: style: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:129:37: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
febootstrap-3.17/lib/getopt1.c:71:26: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
febootstrap-3.17/lib/getopt1.c:71:39: style: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:129:53: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
febootstrap-3.17/lib/getopt1.c:71:39: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
febootstrap-3.17/lib/getopt1.c:71:57: style: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:130:45: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
febootstrap-3.17/lib/getopt1.c:71:57: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
febootstrap-3.17/lib/getopt1.c:72:43: style: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:131:54: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
febootstrap-3.17/lib/getopt1.c:72:43: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
febootstrap-3.17/lib/getopt1.c:72:62: style: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:132:38: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
febootstrap-3.17/lib/getopt1.c:72:62: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
febootstrap-3.17/lib/getopt1.c:73:43: style: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
febootstrap-3.17/lib/getopt_int.h:133:54: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
febootstrap-3.17/lib/getopt1.c:73:43: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
febootstrap-3.17/lib/hash.c:456:31: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
febootstrap-3.17/lib/i-ring.c:25:30: style: Function 'i_ring_init' argument 2 names different: declaration 'ir_default_val' definition 'default_val'. [funcArgNamesDifferent]
febootstrap-3.17/lib/i-ring.h:41:35: note: Function 'i_ring_init' argument 2 names different: declaration 'ir_default_val' definition 'default_val'.
febootstrap-3.17/lib/i-ring.c:25:30: note: Function 'i_ring_init' argument 2 names different: declaration 'ir_default_val' definition 'default_val'.
febootstrap-3.17/lib/memchr.c:95:19: style: Condition '4294967295U<(unsigned long)-1' is always false [knownConditionTrueFalse]
febootstrap-3.17/lib/memrchr.c:82:19: style: Condition '4294967295U<(unsigned long)-1' is always false [knownConditionTrueFalse]
febootstrap-3.17/lib/strerror.c:45:7: style: Condition 'msg' is always false [knownConditionTrueFalse]
febootstrap-3.17/lib/strerror.c:44:21: note: Assignment 'msg=NULL', assigned value is 0
febootstrap-3.17/lib/strerror.c:45:7: note: Condition 'msg' is always false
febootstrap-3.17/lib/xmalloc.c:102:8: style: Condition '!HAVE_GNU_CALLOC' is always true [knownConditionTrueFalse]
febootstrap-3.17/lib/xmalloc.c:103:37: style: Condition 'HAVE_GNU_CALLOC' is always false [knownConditionTrueFalse]
febootstrap-3.17/lib/xmalloc.c:41:17: style: Function 'xmalloc' argument 1 names different: declaration 's' definition 'n'. [funcArgNamesDifferent]
febootstrap-3.17/lib/xalloc.h:49:23: note: Function 'xmalloc' argument 1 names different: declaration 's' definition 'n'.
febootstrap-3.17/lib/xmalloc.c:41:17: note: Function 'xmalloc' argument 1 names different: declaration 's' definition 'n'.
febootstrap-3.17/lib/xmalloc.c:53:27: style: Function 'xrealloc' argument 2 names different: declaration 's' definition 'n'. [funcArgNamesDifferent]
febootstrap-3.17/lib/xalloc.h:55:33: note: Function 'xrealloc' argument 2 names different: declaration 's' definition 'n'.
febootstrap-3.17/lib/xmalloc.c:53:27: note: Function 'xrealloc' argument 2 names different: declaration 's' definition 'n'.
febootstrap-3.17/lib/xmalloc.c:121:22: style: Function 'xstrdup' argument 1 names different: declaration 'str' definition 'string'. [funcArgNamesDifferent]
febootstrap-3.17/lib/xalloc.h:60:28: note: Function 'xstrdup' argument 1 names different: declaration 'str' definition 'string'.
febootstrap-3.17/lib/xmalloc.c:121:22: note: Function 'xstrdup' argument 1 names different: declaration 'str' definition 'string'.
febootstrap-3.17/lib/xmalloc.c:88:17: error: Allocation with xmalloc, memset doesn't release it. [leakNoVarFunctionCall]
febootstrap-3.17/lib/xmalloc.c:115:17: error: Allocation with xmalloc, memcpy doesn't release it. [leakNoVarFunctionCall]
[21:43]
ftp://ftp.se.debian.org/debian/pool/main/f/fedmsg/fedmsg_0.9.3.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fedmsg-meta-debian/fedmsg-meta-debian_0.2.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fedmsg-meta-fedora-infrastructure/fedmsg-meta-fedora-infrastructure_0.2.18.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/feed2imap/feed2imap_1.2.5.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/feed2omb/feed2omb_0.9.2.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/feedgenerator/feedgenerator_1.9.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/feedgnuplot/feedgnuplot_1.49.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/feedparser/feedparser_5.2.1.orig.tar.bz2
ftp://ftp.se.debian.org/debian/pool/main/f/feedreader/feedreader_2.2.orig.tar.gz
FeedReader-2.2/libraries/libVilistextum/fileio.c:193:2: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
FeedReader-2.2/libraries/libVilistextum/fileio.c:98:3: error: Memory leak: buffer [memleak]
FeedReader-2.2/libraries/libVilistextum/fileio.c:67:3: error: Common realloc mistake: 'OUTPUT' nulled but not freed upon failure [memleakOnRealloc]
FeedReader-2.2/libraries/libVilistextum/html.c:47:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
FeedReader-2.2/libraries/libVilistextum/html.c:47:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
FeedReader-2.2/libraries/libVilistextum/html.c:406:6: style: The scope of the variable 'found_ctnt' can be reduced. [variableScope]
FeedReader-2.2/libraries/libVilistextum/html.c:407:6: style: The scope of the variable 'found_chst' can be reduced. [variableScope]
FeedReader-2.2/libraries/libVilistextum/html.c:408:6: style: The scope of the variable 'found_ecdg' can be reduced. [variableScope]
FeedReader-2.2/libraries/libVilistextum/html.c:410:7: style: The scope of the variable 'stripped_locale' can be reduced. [variableScope]
FeedReader-2.2/libraries/libVilistextum/latin1.c:80:10: style: The scope of the variable 'j' can be reduced. [variableScope]
FeedReader-2.2/libraries/libVilistextum/latin1.c:50:25: style: Function 'parse_entity' argument 1 names different: declaration 'string' definition 'str'. [funcArgNamesDifferent]
FeedReader-2.2/libraries/libVilistextum/latin1.h:6:25: note: Function 'parse_entity' argument 1 names different: declaration 'string' definition 'str'.
FeedReader-2.2/libraries/libVilistextum/latin1.c:50:25: note: Function 'parse_entity' argument 1 names different: declaration 'string' definition 'str'.
FeedReader-2.2/libraries/libVilistextum/latin1.c:78:27: style: Function 'parse_entities' argument 1 names different: declaration 'string' definition 's'. [funcArgNamesDifferent]
FeedReader-2.2/libraries/libVilistextum/latin1.h:7:27: note: Function 'parse_entities' argument 1 names different: declaration 'string' definition 's'.
FeedReader-2.2/libraries/libVilistextum/latin1.c:78:27: note: Function 'parse_entities' argument 1 names different: declaration 'string' definition 's'.
FeedReader-2.2/libraries/libVilistextum/text.c:53:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FeedReader-2.2/libraries/libVilistextum/text.c:53:8: style: The scope of the variable 'j' can be reduced. [variableScope]
FeedReader-2.2/libraries/libVilistextum/text.c:79:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FeedReader-2.2/libraries/libVilistextum/text.c:79:8: style: The scope of the variable 'j' can be reduced. [variableScope]
FeedReader-2.2/libraries/libVilistextum/text.c:102:7: style: The scope of the variable 'j' can be reduced. [variableScope]
FeedReader-2.2/libraries/libVilistextum/text.c:176:2: style: The scope of the variable 'j' can be reduced. [variableScope]
FeedReader-2.2/libraries/libVilistextum/text.c:191:2: style: The scope of the variable 'j' can be reduced. [variableScope]
FeedReader-2.2/libraries/libVilistextum/text.c:209:2: style: The scope of the variable 'j' can be reduced. [variableScope]
FeedReader-2.2/libraries/libVilistextum/text.c:232:6: style: The scope of the variable 'i' can be reduced. [variableScope]
FeedReader-2.2/libraries/libVilistextum/util.c:106:2: style: The scope of the variable 'current_nr' can be reduced. [variableScope]
FeedReader-2.2/libraries/libVilistextum/util.c:138:6: style: The scope of the variable 'number' can be reduced. [variableScope]
FeedReader-2.2/libraries/libgd/gd-notification.c:271:15: style: The scope of the variable 'delta' can be reduced. [variableScope]
FeedReader-2.2/libraries/libgd/gd-notification.c:568:20: style: The scope of the variable 'context' can be reduced. [variableScope]
FeedReader-2.2/libraries/libgd/gd-notification.c:746:18: style: Function 'gd_notification_get_preferred_height' argument 2 names different: declaration 'minimum_size' definition 'minimum_height'. [funcArgNamesDifferent]
FeedReader-2.2/libraries/libgd/gd-notification.c:87:35: note: Function 'gd_notification_get_preferred_height' argument 2 names different: declaration 'minimum_size' definition 'minimum_height'.
FeedReader-2.2/libraries/libgd/gd-notification.c:746:18: note: Function 'gd_notification_get_preferred_height' argument 2 names different: declaration 'minimum_size' definition 'minimum_height'.
FeedReader-2.2/libraries/libgd/gd-notification.c:747:18: style: Function 'gd_notification_get_preferred_height' argument 3 names different: declaration 'natural_size' definition 'natural_height'. [funcArgNamesDifferent]
FeedReader-2.2/libraries/libgd/gd-notification.c:88:35: note: Function 'gd_notification_get_preferred_height' argument 3 names different: declaration 'natural_size' definition 'natural_height'.
FeedReader-2.2/libraries/libgd/gd-notification.c:747:18: note: Function 'gd_notification_get_preferred_height' argument 3 names different: declaration 'natural_size' definition 'natural_height'.
FeedReader-2.2/libraries/libgtkimageview/gtkimageview.c:2296:7: style: Condition 'error' is always false [knownConditionTrueFalse]
FeedReader-2.2/libraries/libgtkimageview/gtkimageview.c:2287:19: note: Assignment 'error=NULL', assigned value is 0
FeedReader-2.2/libraries/libgtkimageview/gtkimageview.c:2296:7: note: Condition 'error' is always false
FeedReader-2.2/libraries/libgtkimageview/gtkimageview.c:639:3: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
FeedReader-2.2/libraries/libgtkimageview/gtkimageview.c:635:0: note: Variable 'value' is reassigned a value before the old one has been used.
FeedReader-2.2/libraries/libgtkimageview/gtkimageview.c:639:3: note: Variable 'value' is reassigned a value before the old one has been used.
FeedReader-2.2/libraries/libgtkimageview/gtkimageview.c:640:3: style: Variable 'upper' is reassigned a value before the old one has been used. [redundantAssignment]
FeedReader-2.2/libraries/libgtkimageview/gtkimageview.c:636:0: note: Variable 'upper' is reassigned a value before the old one has been used.
FeedReader-2.2/libraries/libgtkimageview/gtkimageview.c:640:3: note: Variable 'upper' is reassigned a value before the old one has been used.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:148:9: style: The scope of the variable 'value' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:345:9: style: The scope of the variable 'value' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:369:9: style: The scope of the variable 'value' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:393:9: style: The scope of the variable 'value' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:425:9: style: The scope of the variable 'value' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:457:9: style: The scope of the variable 'value' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:489:9: style: The scope of the variable 'value' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:654:8: style: The scope of the variable 'integer' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:655:19: style: The scope of the variable 'version' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:656:10: style: The scope of the variable 'string' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:849:9: style: The scope of the variable 'value' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:850:10: style: The scope of the variable 'string' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:874:9: style: The scope of the variable 'value' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:875:10: style: The scope of the variable 'string' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:899:9: style: The scope of the variable 'value' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:900:10: style: The scope of the variable 'string' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:932:9: style: The scope of the variable 'value' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:933:10: style: The scope of the variable 'string' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:965:9: style: The scope of the variable 'value' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:966:10: style: The scope of the variable 'string' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:998:9: style: The scope of the variable 'value' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:999:10: style: The scope of the variable 'string' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:1000:8: style: The scope of the variable 'integer' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:68:21: style: Function 'mrss_new' argument 1 names different: declaration 'mrss' definition 'data'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libmrss/mrss.h:758:35: note: Function 'mrss_new' argument 1 names different: declaration 'mrss' definition 'data'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:68:21: note: Function 'mrss_new' argument 1 names different: declaration 'mrss' definition 'data'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:93:26: style: Function 'mrss_set' argument 1 names different: declaration 'element' definition 'data'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libmrss/mrss.h:773:40: note: Function 'mrss_set' argument 1 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:93:26: note: Function 'mrss_set' argument 1 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:598:26: style: Function 'mrss_get' argument 1 names different: declaration 'element' definition 'data'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libmrss/mrss.h:787:40: note: Function 'mrss_get' argument 1 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:598:26: note: Function 'mrss_get' argument 1 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:1109:34: warning: Function 'mrss_new_subdata' argument order different: declaration 'element, subelement, subdata' definition 'data, element, new' [funcArgOrderDifferent]
FeedReader-2.2/plugins/backend/local/libmrss/mrss.h:813:47: note: Function 'mrss_new_subdata' argument order different: declaration 'element, subelement, subdata' definition 'data, element, new'
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:1109:34: note: Function 'mrss_new_subdata' argument order different: declaration 'element, subelement, subdata' definition 'data, element, new'
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:1393:37: style: Function 'mrss_remove_subdata' argument 1 names different: declaration 'element' definition 'data'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libmrss/mrss.h:829:50: note: Function 'mrss_remove_subdata' argument 1 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:1393:37: note: Function 'mrss_remove_subdata' argument 1 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_edit.c:78:2: error: Memory leak: data [memleak]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:1154:9: style: The scope of the variable 'c' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:1202:38: style: Function 'mrss_parse_url' argument 2 names different: declaration 'mrss' definition 'ret'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libmrss/mrss.h:541:17: note: Function 'mrss_parse_url' argument 2 names different: declaration 'mrss' definition 'ret'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:1202:38: note: Function 'mrss_parse_url' argument 2 names different: declaration 'mrss' definition 'ret'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:1210:51: style: Function 'mrss_parse_url_with_options' argument 2 names different: declaration 'mrss' definition 'ret'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libmrss/mrss.h:552:17: note: Function 'mrss_parse_url_with_options' argument 2 names different: declaration 'mrss' definition 'ret'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:1210:51: note: Function 'mrss_parse_url_with_options' argument 2 names different: declaration 'mrss' definition 'ret'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:1219:61: style: Function 'mrss_parse_url_with_options_and_error' argument 2 names different: declaration 'mrss' definition 'ret'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libmrss/mrss.h:565:17: note: Function 'mrss_parse_url_with_options_and_error' argument 2 names different: declaration 'mrss' definition 'ret'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:1219:61: note: Function 'mrss_parse_url_with_options_and_error' argument 2 names different: declaration 'mrss' definition 'ret'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:1221:23: style: Function 'mrss_parse_url_with_options_and_error' argument 4 names different: declaration 'curlcode' definition 'code'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libmrss/mrss.h:567:18: note: Function 'mrss_parse_url_with_options_and_error' argument 4 names different: declaration 'curlcode' definition 'code'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:1221:23: note: Function 'mrss_parse_url_with_options_and_error' argument 4 names different: declaration 'curlcode' definition 'code'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:1230:24: style: Function 'mrss_parse_url_with_options_error_and_transfer_buffer' argument 2 names different: declaration 'mrss' definition 'ret'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libmrss/mrss.h:582:17: note: Function 'mrss_parse_url_with_options_error_and_transfer_buffer' argument 2 names different: declaration 'mrss' definition 'ret'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:1230:24: note: Function 'mrss_parse_url_with_options_error_and_transfer_buffer' argument 2 names different: declaration 'mrss' definition 'ret'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:1233:25: style: Function 'mrss_parse_url_with_options_error_and_transfer_buffer' argument 4 names different: declaration 'curlcode' definition 'code'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libmrss/mrss.h:584:18: note: Function 'mrss_parse_url_with_options_error_and_transfer_buffer' argument 4 names different: declaration 'curlcode' definition 'code'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:1233:25: note: Function 'mrss_parse_url_with_options_error_and_transfer_buffer' argument 4 names different: declaration 'curlcode' definition 'code'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:1312:40: style: Function 'mrss_parse_file' argument 2 names different: declaration 'mrss' definition 'ret'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libmrss/mrss.h:595:17: note: Function 'mrss_parse_file' argument 2 names different: declaration 'mrss' definition 'ret'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:1312:40: note: Function 'mrss_parse_file' argument 2 names different: declaration 'mrss' definition 'ret'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:1352:41: style: Function 'mrss_parse_buffer' argument 2 names different: declaration 'size_buffer' definition 'size'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libmrss/mrss.h:605:15: note: Function 'mrss_parse_buffer' argument 2 names different: declaration 'size_buffer' definition 'size'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:1352:41: note: Function 'mrss_parse_buffer' argument 2 names different: declaration 'size_buffer' definition 'size'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:1352:57: style: Function 'mrss_parse_buffer' argument 3 names different: declaration 'mrss' definition 'ret'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libmrss/mrss.h:606:17: note: Function 'mrss_parse_buffer' argument 3 names different: declaration 'mrss' definition 'ret'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:1352:57: note: Function 'mrss_parse_buffer' argument 3 names different: declaration 'mrss' definition 'ret'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_parser.c:90:0: error: Memory leak: attribute [memleak]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_search.c:67:7: style: The scope of the variable 'i' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_search.c:94:7: style: The scope of the variable 'i' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_search.c:26:33: style: Function 'mrss_search_tag' argument 1 names different: declaration 'element' definition 'data'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libmrss/mrss.h:843:47: note: Function 'mrss_search_tag' argument 1 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_search.c:26:33: note: Function 'mrss_search_tag' argument 1 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_search.c:89:39: style: Function 'mrss_search_attribute' argument 1 names different: declaration 'element' definition 'data'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libmrss/mrss.h:856:52: note: Function 'mrss_search_attribute' argument 1 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_search.c:89:39: note: Function 'mrss_search_attribute' argument 1 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libmrss/mrss_write.c:1185:2: error: Memory leak: obj [memleak]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_write.c:1197:1: error: Memory leak: obj [memleak]
FeedReader-2.2/plugins/backend/local/libmrss/mrss_write.c:1191:14: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_download.c:54:40: style: Function 'nxml_download_file' argument 2 names different: declaration 'url' definition 'fl'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:420:15: note: Function 'nxml_download_file' argument 2 names different: declaration 'url' definition 'fl'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_download.c:54:40: note: Function 'nxml_download_file' argument 2 names different: declaration 'url' definition 'fl'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_easy.c:219:26: style: Function 'nxmle_add_namespace_data' argument 3 names different: declaration 'ns' definition 'namespace'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:834:32: note: Function 'nxmle_add_namespace_data' argument 3 names different: declaration 'ns' definition 'namespace'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_easy.c:219:26: note: Function 'nxmle_add_namespace_data' argument 3 names different: declaration 'ns' definition 'namespace'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_easy.c:273:47: style: Function 'nxmle_find_element' argument 2 names different: declaration 'parent' definition 'data'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:872:22: note: Function 'nxmle_find_element' argument 2 names different: declaration 'parent' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_easy.c:273:47: note: Function 'nxmle_find_element' argument 2 names different: declaration 'parent' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_easy.c:290:35: style: Function 'nxmle_find_attribute' argument 1 names different: declaration 'element' definition 'data'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:885:41: note: Function 'nxmle_find_attribute' argument 1 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_easy.c:290:35: note: Function 'nxmle_find_attribute' argument 1 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_easy.c:318:35: style: Function 'nxmle_find_namespace' argument 1 names different: declaration 'element' definition 'data'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:898:41: note: Function 'nxmle_find_namespace' argument 1 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_easy.c:318:35: note: Function 'nxmle_find_namespace' argument 1 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_easy.c:346:31: style: Function 'nxmle_get_string' argument 1 names different: declaration 'element' definition 'data'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:910:37: note: Function 'nxmle_get_string' argument 1 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_easy.c:346:31: note: Function 'nxmle_get_string' argument 1 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_edit.c:22:47: style: Function 'nxml_root_element' argument 2 names different: declaration 'element' definition 'data'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:557:25: note: Function 'nxml_root_element' argument 2 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_edit.c:22:47: note: Function 'nxml_root_element' argument 2 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_edit.c:45:53: style: Function 'nxml_doctype_element' argument 2 names different: declaration 'doctype' definition 'data'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:595:28: note: Function 'nxml_doctype_element' argument 2 names different: declaration 'doctype' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_edit.c:45:53: note: Function 'nxml_doctype_element' argument 2 names different: declaration 'doctype' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_edit.c:55:30: style: Function 'nxml_get_string' argument 1 names different: declaration 'element' definition 'data'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:666:43: note: Function 'nxml_get_string' argument 1 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_edit.c:55:30: note: Function 'nxml_get_string' argument 1 names different: declaration 'element' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_edit.c:87:46: style: Function 'nxml_find_element' argument 2 names different: declaration 'parent' definition 'data'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:582:24: note: Function 'nxml_find_element' argument 2 names different: declaration 'parent' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_edit.c:87:46: note: Function 'nxml_find_element' argument 2 names different: declaration 'parent' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_edit.c:154:25: style: Function 'nxml_find_namespace' argument 3 names different: declaration 'ns' definition 'namespace'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:640:29: note: Function 'nxml_find_namespace' argument 3 names different: declaration 'ns' definition 'namespace'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_edit.c:154:25: note: Function 'nxml_find_namespace' argument 3 names different: declaration 'ns' definition 'namespace'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_free.c:107:18: style: The scope of the variable 'tmp' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_free.c:147:19: style: The scope of the variable 'old' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_free.c:183:19: style: The scope of the variable 'entity' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_free.c:71:34: style: Function 'nxml_free_attribute' argument 1 names different: declaration 'data' definition 't'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:526:47: note: Function 'nxml_free_attribute' argument 1 names different: declaration 'data' definition 't'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_free.c:71:34: note: Function 'nxml_free_attribute' argument 1 names different: declaration 'data' definition 't'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_free.c:88:39: style: Function 'nxml_free_namespace' argument 1 names different: declaration 'data' definition 't'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:534:52: note: Function 'nxml_free_namespace' argument 1 names different: declaration 'data' definition 't'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_free.c:88:39: note: Function 'nxml_free_namespace' argument 1 names different: declaration 'data' definition 't'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_free.c:130:19: style: Function 'nxml_free' argument 1 names different: declaration 'nxml' definition 'data'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:509:32: note: Function 'nxml_free' argument 1 names different: declaration 'nxml' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_free.c:130:19: note: Function 'nxml_free' argument 1 names different: declaration 'nxml' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_free.c:145:20: style: Function 'nxml_empty' argument 1 names different: declaration 'nxml' definition 'data'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:499:33: note: Function 'nxml_empty' argument 1 names different: declaration 'nxml' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_free.c:145:20: note: Function 'nxml_empty' argument 1 names different: declaration 'nxml' definition 'data'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:136:70: style: Function 'nxml_add_attribute' argument 3 names different: declaration 'attribute' definition 'attr'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:282:23: note: Function 'nxml_add_attribute' argument 3 names different: declaration 'attribute' definition 'attr'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:136:70: note: Function 'nxml_add_attribute' argument 3 names different: declaration 'attribute' definition 'attr'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:166:21: style: Function 'nxml_remove_attribute' argument 3 names different: declaration 'attribute' definition 'attr'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:295:25: note: Function 'nxml_remove_attribute' argument 3 names different: declaration 'attribute' definition 'attr'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:166:21: note: Function 'nxml_remove_attribute' argument 3 names different: declaration 'attribute' definition 'attr'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:200:27: style: Function 'nxml_add_namespace' argument 3 names different: declaration 'ns' definition 'namespace'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:307:28: note: Function 'nxml_add_namespace' argument 3 names different: declaration 'ns' definition 'namespace'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:200:27: note: Function 'nxml_add_namespace' argument 3 names different: declaration 'ns' definition 'namespace'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:231:26: style: Function 'nxml_remove_namespace' argument 3 names different: declaration 'ns' definition 'namespace'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:319:30: note: Function 'nxml_remove_namespace' argument 3 names different: declaration 'ns' definition 'namespace'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:231:26: note: Function 'nxml_remove_namespace' argument 3 names different: declaration 'ns' definition 'namespace'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:275:36: style: Function 'nxml_set_timeout' argument 2 names different: declaration 'seconds' definition 'timeout'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:346:14: note: Function 'nxml_set_timeout' argument 2 names different: declaration 'seconds' definition 'timeout'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:275:36: note: Function 'nxml_set_timeout' argument 2 names different: declaration 'seconds' definition 'timeout'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:359:42: style: Function 'nxml_set_certificate' argument 2 names different: declaration 'certfile' definition 'certificate'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml.h:392:17: note: Function 'nxml_set_certificate' argument 2 names different: declaration 'certfile' definition 'certificate'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:359:42: note: Function 'nxml_set_certificate' argument 2 names different: declaration 'certfile' definition 'certificate'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:28:3: error: Memory leak: nxml [memleak]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:30:2: error: Memory leak: nxml [memleak]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:55:3: error: Memory leak: child [memleak]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:94:2: error: Memory leak: child [memleak]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:144:3: error: Memory leak: attr [memleak]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:161:2: error: Memory leak: attr [memleak]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:209:3: error: Memory leak: namespace [memleak]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_init.c:226:2: error: Memory leak: namespace [memleak]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_namespace.c:275:33: style: The scope of the variable 'old' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_parser.c:940:29: style: The scope of the variable 'child_last' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_parser.c:1409:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_parser.c:108:21: style: Array index 'k' is used before limits check. [arrayIndexThenCheck]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_parser.c:139:21: style: Array index 'k' is used before limits check. [arrayIndexThenCheck]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_parser.c:283:3: error: Memory leak: attr [memleak]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_parser.c:289:2: error: Memory leak: attr [memleak]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_string.c:93:11: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:354:13: style: Checking if unsigned variable '*size' is less than zero. [unsignedLessThanZero]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:369:13: style: Checking if unsigned variable '*size' is less than zero. [unsignedLessThanZero]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:384:13: style: Checking if unsigned variable '*size' is less than zero. [unsignedLessThanZero]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:399:13: style: Checking if unsigned variable '*size' is less than zero. [unsignedLessThanZero]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:414:13: style: Checking if unsigned variable '*size' is less than zero. [unsignedLessThanZero]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:429:13: style: Checking if unsigned variable '*size' is less than zero. [unsignedLessThanZero]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:443:24: style: Function '__nxml_int_charset' argument 1 names different: declaration 'i' definition 'ch'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_internal.h:38:32: note: Function '__nxml_int_charset' argument 1 names different: declaration 'i' definition 'ch'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:443:24: note: Function '__nxml_int_charset' argument 1 names different: declaration 'i' definition 'ch'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:443:43: style: Function '__nxml_int_charset' argument 2 names different: declaration 'buffer' definition 'str'. [funcArgNamesDifferent]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_internal.h:39:25: note: Function '__nxml_int_charset' argument 2 names different: declaration 'buffer' definition 'str'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:443:43: note: Function '__nxml_int_charset' argument 2 names different: declaration 'buffer' definition 'str'.
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:154:4: error: Common realloc mistake: 'ret' nulled but not freed upon failure [memleakOnRealloc]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:167:4: error: Common realloc mistake: 'ret' nulled but not freed upon failure [memleakOnRealloc]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:181:4: error: Common realloc mistake: 'ret' nulled but not freed upon failure [memleakOnRealloc]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:196:4: error: Common realloc mistake: 'ret' nulled but not freed upon failure [memleakOnRealloc]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:212:4: error: Common realloc mistake: 'ret' nulled but not freed upon failure [memleakOnRealloc]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:269:4: error: Common realloc mistake: 'ret' nulled but not freed upon failure [memleakOnRealloc]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:282:4: error: Common realloc mistake: 'ret' nulled but not freed upon failure [memleakOnRealloc]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:296:4: error: Common realloc mistake: 'ret' nulled but not freed upon failure [memleakOnRealloc]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:311:4: error: Common realloc mistake: 'ret' nulled but not freed upon failure [memleakOnRealloc]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_utf.c:327:4: error: Common realloc mistake: 'ret' nulled but not freed upon failure [memleakOnRealloc]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_write.c:366:4: error: Memory leak: obj [memleak]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_write.c:379:1: error: Memory leak: obj [memleak]
FeedReader-2.2/plugins/backend/local/libnxml/nxml_write.c:372:10: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
FeedReader-2.2/plugins/backend/local/rss-glib/rss-parser.c:142:19: style: The scope of the variable 'rss_item' can be reduced. [variableScope]
[21:43]
ftp://ftp.se.debian.org/debian/pool/main/f/feel++/feel++_0.99.0-final.1.orig.tar.gz
feelpp-0.99.0-final.1/applications/check/check.cpp:214:5: style: Variable 'rhs' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/check/check.cpp:213:0: note: Variable 'rhs' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/check/check.cpp:214:5: note: Variable 'rhs' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/check/check.cpp:251:5: style: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/check/check.cpp:250:0: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/check/check.cpp:251:5: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/BenchmarkGrepl/benchmarkgrepl-linear-elliptic.hpp:447:10: style: The scope of the variable 'all_proc_same_sampling' can be reduced. [variableScope]
feelpp-0.99.0-final.1/applications/crb/BenchmarkGrepl/benchmarkgrepl-linear-elliptic.hpp:494:10: style: The scope of the variable 'all_proc_same_sampling' can be reduced. [variableScope]
feelpp-0.99.0-final.1/applications/crb/BenchmarkGrepl/benchmarkgrepl-linear-elliptic.hpp:225:24: style: Variable 'mu0' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/BenchmarkGrepl/benchmarkgrepl-linear-elliptic.hpp:226:25: style: Variable 'mu1' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/BenchmarkGrepl/benchmarkgrepl-nonlinear-elliptic.hpp:676:5: style: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/BenchmarkGrepl/benchmarkgrepl-nonlinear-elliptic.hpp:675:0: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/BenchmarkGrepl/benchmarkgrepl-nonlinear-elliptic.hpp:676:5: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/BenchmarkGrepl/benchmarkgrepl-nonlinear-elliptic.hpp:709:5: style: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/BenchmarkGrepl/benchmarkgrepl-nonlinear-elliptic.hpp:708:0: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/BenchmarkGrepl/benchmarkgrepl-nonlinear-elliptic.hpp:709:5: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/BenchmarkGrepl/benchmarkgrepl-nonlinear-elliptic.hpp:459:10: style: The scope of the variable 'all_proc_same_sampling' can be reduced. [variableScope]
feelpp-0.99.0-final.1/applications/crb/BenchmarkGrepl/benchmarkgrepl-nonlinear-elliptic.hpp:209:17: style: Variable 'M' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/BenchmarkGrepl/benchmarkgrepl-nonlinear-elliptic.hpp:210:18: style: Variable 'Mu' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/BenchmarkGrepl/benchmarkgrepl-nonlinear-elliptic.hpp:230:17: style: Variable 'M' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/BenchmarkGrepl/benchmarkgrepl-nonlinear-elliptic.hpp:231:18: style: Variable 'Mu' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/BenchmarkGrepl/benchmarkgrepl-nonlinear-elliptic.hpp:139:1: style: The class 'BenchmarkGreplNonlinearElliptic' does not have a constructor although it has private member variables. [noConstructor]
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:329:5: style: Variable 'a0' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:328:0: note: Variable 'a0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:329:5: note: Variable 'a0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:333:5: style: Variable 'a1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:332:0: note: Variable 'a1' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:333:5: note: Variable 'a1' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:337:5: style: Variable 'a2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:336:0: note: Variable 'a2' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:337:5: note: Variable 'a2' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:341:5: style: Variable 'a3' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:340:0: note: Variable 'a3' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:341:5: note: Variable 'a3' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:345:5: style: Variable 'm' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:344:0: note: Variable 'm' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:345:5: note: Variable 'm' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:350:5: style: Variable 'f0' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:349:0: note: Variable 'f0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:350:5: note: Variable 'f0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:353:5: style: Variable 'f1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:352:0: note: Variable 'f1' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:353:5: note: Variable 'f1' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:358:5: style: Variable 'out' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:357:0: note: Variable 'out' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:358:5: note: Variable 'out' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:364:5: style: Variable 'energy' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:363:0: note: Variable 'energy' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:364:5: note: Variable 'energy' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:372:5: style: Variable 'mass' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:371:0: note: Variable 'mass' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:372:5: note: Variable 'mass' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:267:19: warning: Member variable 'GeoHeatDiffusion::surface' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:273:19: warning: Member variable 'GeoHeatDiffusion::surface' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/GeoHeatDiffusion/geoheatdiffusion.hpp:181:5: style: Class 'GeoHeatDiffusion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/applications/crb/Rbheat/Rbheat.hpp:515:22: style: Variable 'N' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/Rbheat/Rbheat.hpp:457:9: warning: Member variable 'RbHeat::M_use_weak_dirichlet' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/Rbheat/Rbheat.hpp:457:9: warning: Member variable 'RbHeat::M_gammabc' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/Rbheat/Rbheat.hpp:469:9: warning: Member variable 'RbHeat::M_use_weak_dirichlet' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/Rbheat/Rbheat.hpp:469:9: warning: Member variable 'RbHeat::M_gammabc' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/Rbheat/Rbheat.hpp:234:9: performance: Technically the member function 'Feel::RbHeat::Qa' can be static. [functionStatic]
feelpp-0.99.0-final.1/applications/crb/Rbheat/Rbheat.hpp:245:9: performance: Technically the member function 'Feel::RbHeat::Nl' can be static. [functionStatic]
feelpp-0.99.0-final.1/applications/crb/Rbheat/Rbheat.hpp:254:9: performance: Technically the member function 'Feel::RbHeat::Ql' can be static. [functionStatic]
feelpp-0.99.0-final.1/applications/crb/Rbheat/Rbheat.hpp:264:19: style: Technically the member function 'Feel::RbHeat::functionSpace' can be const. [functionConst]
feelpp-0.99.0-final.1/applications/crb/Rbheat/Rbheat.hpp:210:5: style: Class 'RbHeat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/applications/crb/advection-diffusion-2d-1/ad.hpp:508:21: warning: Member variable 'AdvectionDiffusion::M_use_weak_dirichlet' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/advection-diffusion-2d-1/ad.hpp:508:21: warning: Member variable 'AdvectionDiffusion::M_gammabc' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/advection-diffusion-2d-1/ad.hpp:518:21: warning: Member variable 'AdvectionDiffusion::M_use_weak_dirichlet' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/advection-diffusion-2d-1/ad.hpp:518:21: warning: Member variable 'AdvectionDiffusion::M_gammabc' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/advection-diffusion-2d-1/ad.hpp:238:5: style: Class 'AdvectionDiffusion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/applications/crb/eads/eads.cpp:41:35: style: Function 'makeEadsAbout' argument 1 names different: declaration 'appname' definition 'str'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/applications/crb/eads/eads.hpp:42:45: note: Function 'makeEadsAbout' argument 1 names different: declaration 'appname' definition 'str'.
feelpp-0.99.0-final.1/applications/crb/eads/eads.cpp:41:35: note: Function 'makeEadsAbout' argument 1 names different: declaration 'appname' definition 'str'.
feelpp-0.99.0-final.1/applications/crb/eads/opusdata.hpp:107:5: style: Class 'OpusData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/applications/crb/eads/opusdata.hpp:80:5: warning: The struct 'Inflow' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
feelpp-0.99.0-final.1/applications/crb/eads/opuscomponent.hpp:57:32: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/applications/crb/eads/opuscomponent.hpp:78:32: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelbase.hpp:84:6: warning: Class 'OpusModelBase' which has virtual members does not have a virtual destructor. [virtualDestructor]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelbase.hpp:78:5: style: Class 'OpusModelBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb.hpp:285:0: style: Class 'Feel :: OpusModelRB < OrderU , OrderP , OrderT >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/applications/crb/eads/opusdata.cpp:94:11: warning: Member variable 'OpusData::M_equal_order' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusdata.cpp:188:11: warning: Member variable 'OpusData::M_equal_order' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusdata.cpp:147:11: warning: Member variable 'OpusData::M_vm' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusdata.cpp:147:11: warning: Member variable 'OpusData::M_equal_order' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusdata.cpp:147:11: warning: Member variable 'OpusData::M_gamma_bc' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusdata.hpp:277:10: performance: Technically the member function 'Feel::OpusData::load' can be static. [functionStatic]
feelpp-0.99.0-final.1/applications/crb/eads/opusdata.cpp:274:11: note: Technically the member function 'Feel::OpusData::load' can be static.
feelpp-0.99.0-final.1/applications/crb/eads/opusdata.hpp:277:10: note: Technically the member function 'Feel::OpusData::load' can be static.
feelpp-0.99.0-final.1/applications/crb/eads/opusdata.hpp:280:10: performance: Technically the member function 'Feel::OpusData::save' can be static. [functionStatic]
feelpp-0.99.0-final.1/applications/crb/eads/opusdata.cpp:314:11: note: Technically the member function 'Feel::OpusData::save' can be static.
feelpp-0.99.0-final.1/applications/crb/eads/opusdata.hpp:280:10: note: Technically the member function 'Feel::OpusData::save' can be static.
feelpp-0.99.0-final.1/applications/crb/eads/opusdata.hpp:51:1: warning: The class 'OpusData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
feelpp-0.99.0-final.1/applications/crb/eads/opuseadsrb.cpp:26:5: style: Class 'OpusApp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelfluidpoiseuille.hpp:161:5: style: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelfluidpoiseuille.hpp:160:0: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelfluidpoiseuille.hpp:161:5: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:307:5: style: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:289:0: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:307:5: note: Variable 'u' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:308:5: style: Variable 'p' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:290:0: note: Variable 'p' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:308:5: note: Variable 'p' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelthermal.hpp:224:54: style: Function 'update' argument 2 names different: declaration 'mass' definition 'mass_coeff'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelthermal.hpp:122:47: note: Function 'update' argument 2 names different: declaration 'mass' definition 'mass_coeff'.
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelthermal.hpp:224:54: note: Function 'update' argument 2 names different: declaration 'mass' definition 'mass_coeff'.
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelthermal.hpp:225:54: style: Function 'update' argument 3 names different: declaration 'diff' definition 'diff_coeff'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelthermal.hpp:122:69: note: Function 'update' argument 3 names different: declaration 'diff' definition 'diff_coeff'.
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelthermal.hpp:225:54: note: Function 'update' argument 3 names different: declaration 'diff' definition 'diff_coeff'.
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelthermal.hpp:226:54: style: Function 'update' argument 4 names different: declaration 'conv' definition 'conv_coeff'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelthermal.hpp:122:91: note: Function 'update' argument 4 names different: declaration 'conv' definition 'conv_coeff'.
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelthermal.hpp:226:54: note: Function 'update' argument 4 names different: declaration 'conv' definition 'conv_coeff'.
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelthermal.hpp:227:53: style: Function 'update' argument 5 names different: declaration 'rhsExpr' definition 'rhs_coeff'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelthermal.hpp:122:112: note: Function 'update' argument 5 names different: declaration 'rhsExpr' definition 'rhs_coeff'.
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelthermal.hpp:227:53: note: Function 'update' argument 5 names different: declaration 'rhsExpr' definition 'rhs_coeff'.
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:279:24: style: Unused variable: os [unusedVariable]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:78:34: warning: Member variable 'OpusModel::s1' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:78:34: warning: Member variable 'OpusModel::s2' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:78:34: warning: Member variable 'OpusModel::M_thermal_conductance' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:59:34: warning: Member variable 'OpusModel::s1' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:59:34: warning: Member variable 'OpusModel::s2' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:59:34: warning: Member variable 'OpusModel::M_thermal_conductance' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::mu_file' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::M_dt' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::s1' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::s2' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::M_meshsize' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::M_thermal_conductance' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::M_mesh_air' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::M_mesh_line' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::M_mesh_cross_section_2' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::M_P0h' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::domains' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::rhoC' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::k' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::Q' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::M_P1h' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::M_temp_bdf' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::M_Th' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::M_grad_Th' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::M_fluid_bdf' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::M_Xh' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::M_fluid' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::M_exporter' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel_impl.hpp:50:34: warning: Member variable 'OpusModel::M_exporter_fluid' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelfluidoseen.hpp:128:12: performance: Technically the member function 'Feel::OpusModelFluidOseen::rho' can be static. [functionStatic]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelfluidoseen.hpp:133:12: performance: Technically the member function 'Feel::OpusModelFluidOseen::nu' can be static. [functionStatic]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel.hpp:189:5: style: Class 'OpusModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel.hpp:65:1: warning: The class 'OpusModel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel.hpp:222:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelbase.hpp:137:18: note: Virtual function in base class
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel.hpp:222:10: note: Function in derived class
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel.hpp:224:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelbase.hpp:138:18: note: Virtual function in base class
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel.hpp:224:10: note: Function in derived class
feelpp-0.99.0-final.1/applications/crb/eads/opusmodel.hpp:189:0: style: Class 'Feel :: OpusModel < 2 , 1 , 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb_impl.hpp:857:0: style: Variable 'c_1' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb_impl.hpp:858:20: style: Variable 'c_2' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb_impl.hpp:859:22: style: Variable 'c_3' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb_impl.hpp:860:19: style: Variable 'TJ' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb_impl.hpp:861:19: style: Variable 'Tb' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb_impl.hpp:873:20: style: Variable 'k_AIR' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb_impl.hpp:876:20: style: Variable 'J44xx' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb_impl.hpp:877:0: style: Variable 'J44yy' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb_impl.hpp:996:0: style: Variable 'c_1' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb_impl.hpp:997:20: style: Variable 'c_2' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb_impl.hpp:998:22: style: Variable 'c_3' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb_impl.hpp:999:19: style: Variable 'TJ' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb_impl.hpp:1000:19: style: Variable 'Tb' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb.hpp:285:5: style: Class 'OpusModelRB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb.hpp:517:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelbase.hpp:138:18: note: Virtual function in base class
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb.hpp:517:10: note: Function in derived class
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb.hpp:518:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelbase.hpp:137:18: note: Virtual function in base class
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb.hpp:518:10: note: Function in derived class
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb.hpp:285:0: style: Class 'Feel :: OpusModelRB < 2 , 1 , 1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb.hpp:285:0: style: Class 'Feel :: OpusModelRB < 2 , 1 , 2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb.hpp:285:0: style: Class 'Feel :: OpusModelRB < 2 , 1 , 3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/applications/crb/eads/opusmodelrb.hpp:285:0: style: Class 'Feel :: OpusModelRB < 2 , 1 , 4 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/applications/crb/eeg/eeg.hpp:790:5: style: Variable 'e' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/eeg/eeg.hpp:789:0: note: Variable 'e' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/eeg/eeg.hpp:790:5: note: Variable 'e' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/eeg/eeg.hpp:505:6: warning: Member variable 'EEG::domain' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eeg/eeg.hpp:515:6: warning: Member variable 'EEG::domain' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/eeg/eeg.hpp:240:5: style: Class 'EEG' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:120:5: style: Variable 'a0' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:119:0: note: Variable 'a0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:120:5: note: Variable 'a0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:125:5: style: Variable 'a1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:124:0: note: Variable 'a1' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:125:5: note: Variable 'a1' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:129:5: style: Variable 'a2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:128:0: note: Variable 'a2' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:129:5: note: Variable 'a2' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:134:5: style: Variable 'f0' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:133:0: note: Variable 'f0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:134:5: note: Variable 'f0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:137:5: style: Variable 'f1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:136:0: note: Variable 'f1' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:137:5: note: Variable 'f1' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:142:5: style: Variable 'out' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:141:0: note: Variable 'out' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:142:5: note: Variable 'out' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:147:5: style: Variable 'energy' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:146:0: note: Variable 'energy' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heat1d/heat1d.hpp:147:5: note: Variable 'energy' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield.hpp:165:25: style: Unused variable: symbol [unusedVariable]
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield.hpp:120:1: style: The class 'HeatShield' does not have a constructor although it has private member variables. [noConstructor]
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:137:5: style: Variable 'a0' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:136:0: note: Variable 'a0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:137:5: note: Variable 'a0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:140:5: style: Variable 'a1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:139:0: note: Variable 'a1' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:140:5: note: Variable 'a1' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:143:5: style: Variable 'a2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:142:0: note: Variable 'a2' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:143:5: note: Variable 'a2' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:147:5: style: Variable 'mass' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:146:0: note: Variable 'mass' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:147:5: note: Variable 'mass' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:151:5: style: Variable 'f0' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:150:0: note: Variable 'f0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:151:5: note: Variable 'f0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:155:5: style: Variable 'out' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:154:0: note: Variable 'out' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:155:5: note: Variable 'out' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:159:5: style: Variable 'energy' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:158:0: note: Variable 'energy' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:159:5: note: Variable 'energy' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/heatshield/heatshield-minimalversion.hpp:75:1: style: The class 'HeatShieldMinimalVersion' does not have a constructor although it has private member variables. [noConstructor]
feelpp-0.99.0-final.1/applications/crb/heatsink-2d/heatSink2d.hpp:601:13: warning: Member variable 'HeatSink2D::surface_gamma4' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/heatsink-2d/heatSink2d.hpp:601:13: warning: Member variable 'HeatSink2D::surface_gamma1' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/heatsink-2d/heatSink2d.hpp:601:13: warning: Member variable 'HeatSink2D::M_Nsnap' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/heatsink-2d/heatSink2d.hpp:615:13: warning: Member variable 'HeatSink2D::surface_gamma4' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/heatsink-2d/heatSink2d.hpp:615:13: warning: Member variable 'HeatSink2D::surface_gamma1' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/heatsink-2d/heatSink2d.hpp:615:13: warning: Member variable 'HeatSink2D::M_Nsnap' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/heatsink-2d/heatSink2d.hpp:240:5: style: Class 'HeatSink2D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/applications/crb/helmholtz/anisotropic-wavespeed/aw.hpp:544:22: style: Variable 'N' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/helmholtz/anisotropic-wavespeed/aw.hpp:475:23: warning: Member variable 'AnisotropicWavespeed::M_use_weak_dirichlet' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/helmholtz/anisotropic-wavespeed/aw.hpp:488:23: warning: Member variable 'AnisotropicWavespeed::M_use_weak_dirichlet' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/crb/helmholtz/anisotropic-wavespeed/aw.hpp:207:5: style: Class 'AnisotropicWavespeed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/applications/crb/helmholtz/microphone/mic.hpp:178:5: style: Class 'Microphone' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/applications/crb/templates/octave_wrapper.cpp:0:0: error: syntax error [syntaxError]
feelpp-0.99.0-final.1/applications/crb/templates/octave_wrapper.cpp:0:0: note: syntax error
feelpp-0.99.0-final.1/applications/crb/templates/octave_wrapper.cpp:0:0: note: syntax error
feelpp-0.99.0-final.1/applications/crb/templates/ot_python_command_wrapper.cpp:58:0: error: syntax error [syntaxError]
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock.hpp:895:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock.hpp:228:26: style: Variable 'use_ginac' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock.hpp:231:22: style: Variable 'qa' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock.hpp:232:22: style: Variable 'nl' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock.hpp:353:14: style: Variable 'qa' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock.hpp:141:1: style: The class 'ThermalBlock' does not have a constructor although it has private member variables. [noConstructor]
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-operatorsfree.hpp:125:1: style: The class 'ThermalBlockFree' does not have a constructor although it has private member variables. [noConstructor]
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:150:5: style: Variable 'f0' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:149:0: note: Variable 'f0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:150:5: note: Variable 'f0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:157:5: style: Variable 'a0' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:156:0: note: Variable 'a0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:157:5: note: Variable 'a0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:160:5: style: Variable 'a1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:159:0: note: Variable 'a1' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:160:5: note: Variable 'a1' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:163:5: style: Variable 'a2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:162:0: note: Variable 'a2' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:163:5: note: Variable 'a2' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:166:5: style: Variable 'a3' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:165:0: note: Variable 'a3' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:166:5: note: Variable 'a3' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:169:5: style: Variable 'a4' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:168:0: note: Variable 'a4' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:169:5: note: Variable 'a4' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:172:5: style: Variable 'a5' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:171:0: note: Variable 'a5' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:172:5: note: Variable 'a5' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:175:5: style: Variable 'a6' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:174:0: note: Variable 'a6' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:175:5: note: Variable 'a6' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:182:5: style: Variable 'a7' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:181:0: note: Variable 'a7' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:182:5: note: Variable 'a7' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:189:5: style: Variable 'a8' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:188:0: note: Variable 'a8' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:189:5: note: Variable 'a8' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:196:5: style: Variable 'a9' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:195:0: note: Variable 'a9' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/thermalblock/thermalblock-minimalversion.hpp:196:5: note: Variable 'a9' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:361:5: style: Variable 'a0' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:360:0: note: Variable 'a0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:361:5: note: Variable 'a0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:366:5: style: Variable 'a1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:365:0: note: Variable 'a1' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:366:5: note: Variable 'a1' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:370:5: style: Variable 'a2' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:369:0: note: Variable 'a2' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:370:5: note: Variable 'a2' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:375:5: style: Variable 'm' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:374:0: note: Variable 'm' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:375:5: note: Variable 'm' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:381:5: style: Variable 'f0' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:379:0: note: Variable 'f0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:381:5: note: Variable 'f0' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:383:5: style: Variable 'f1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:380:0: note: Variable 'f1' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:383:5: note: Variable 'f1' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:388:5: style: Variable 'out' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:387:0: note: Variable 'out' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:388:5: note: Variable 'out' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:393:5: style: Variable 'energy' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:392:0: note: Variable 'energy' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:393:5: note: Variable 'energy' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:400:5: style: Variable 'mass' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:399:0: note: Variable 'mass' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:400:5: note: Variable 'mass' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/applications/crb/unsteady_heat1d/unsteadyHeat1d.hpp:219:5: style: Class 'UnsteadyHeat1D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/applications/polyvis/basisgen.hpp:56:0: error: failed to expand 'CONVEX', Invalid ## usage when expanding 'CONVEX'. [preprocessorErrorDirective]
feelpp-0.99.0-final.1/applications/polyvis/basisgen.hpp:70:0: error: failed to expand 'DIM3', Invalid ## usage when expanding 'DIM3'. [preprocessorErrorDirective]
feelpp-0.99.0-final.1/applications/polyvis/basisgen.hpp:64:0: error: failed to expand 'SIMPLEX', Invalid ## usage when expanding 'SIMPLEX'. [preprocessorErrorDirective]
feelpp-0.99.0-final.1/applications/polyvis/polyvisbase.cpp:37:14: warning: Member variable 'PolyvisBase::M_vm' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/applications/polyvis/polyvisbase.cpp:37:14: warning: Member variable 'PolyvisBase::M_pname' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/eigen/bench/basicbenchmark.h:41:46: style: Function 'benchBasic' argument 2 names different: declaration 'size' definition 'iterations'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/eigen/bench/basicbenchmark.h:38:46: note: Function 'benchBasic' argument 2 names different: declaration 'size' definition 'iterations'.
feelpp-0.99.0-final.1/contrib/eigen/bench/basicbenchmark.h:41:46: note: Function 'benchBasic' argument 2 names different: declaration 'size' definition 'iterations'.
feelpp-0.99.0-final.1/contrib/eigen/bench/BenchTimer.h:119:17: performance: Technically the member function 'Eigen::BenchTimer::getCpuTime' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/bench/BenchTimer.h:134:17: performance: Technically the member function 'Eigen::BenchTimer::getRealTime' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/bench/benchBlasGemm.cpp:208:7: style: The scope of the variable 'M' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/bench/benchBlasGemm.cpp:208:10: style: The scope of the variable 'N' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/bench/benchBlasGemm.cpp:208:13: style: The scope of the variable 'K' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/bench/benchVecAdd.cpp:45:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
feelpp-0.99.0-final.1/contrib/eigen/bench/bench_norm.cpp:275:0: style: Variable 'iters' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/data/mean.cxx:87:12: style: The scope of the variable 'mic' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/data/mean.cxx:88:12: style: The scope of the variable 'moc' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/data/mean.cxx:124:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/data/mean.cxx:145:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/data/mean.cxx:51:10: style: Member variable 'Lib_Mean::_mean_in_cache' is in the wrong place in the initializer list. [initializerList]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/data/mean.cxx:36:32: note: Member variable 'Lib_Mean::_mean_in_cache' is in the wrong place in the initializer list.
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/data/mean.cxx:51:10: note: Member variable 'Lib_Mean::_mean_in_cache' is in the wrong place in the initializer list.
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/data/mean.cxx:51:10: style: Member variable 'Lib_Mean::_mean_in_cache' is in the wrong place in the initializer list. [initializerList]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/data/mean.cxx:41:89: note: Member variable 'Lib_Mean::_mean_in_cache' is in the wrong place in the initializer list.
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/data/mean.cxx:51:10: note: Member variable 'Lib_Mean::_mean_in_cache' is in the wrong place in the initializer list.
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/data/mean.cxx:51:10: style: Member variable 'Lib_Mean::_mean_in_cache' is in the wrong place in the initializer list. [initializerList]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/data/mean.cxx:44:57: note: Member variable 'Lib_Mean::_mean_in_cache' is in the wrong place in the initializer list.
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/data/mean.cxx:51:10: note: Member variable 'Lib_Mean::_mean_in_cache' is in the wrong place in the initializer list.
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/data/mean.cxx:33:1: warning: The class 'Lib_Mean' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/data/smooth.cxx:127:0: style: Variable 'max_window_width' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/libs/BLAS/blas_interface_impl.hh:78:0: style: Variable 'uplo' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/libs/BLAS/blas_interface_impl.hh:80:24: warning: Obsolete function 'alloca' called. [allocaCalled]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/libs/C_BLAS/C_BLAS_interface.hh:261:0: style: Variable 'uplo' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/libs/C_BLAS/C_BLAS_interface.hh:263:24: warning: Obsolete function 'alloca' called. [allocaCalled]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/libs/STL_algo/STL_algo_interface.hh:120:9: style: Member variable 'vector_generator::_index' is in the wrong place in the initializer list. [initializerList]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/libs/STL_algo/STL_algo_interface.hh:105:7: note: Member variable 'vector_generator::_index' is in the wrong place in the initializer list.
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/libs/STL_algo/STL_algo_interface.hh:120:9: note: Member variable 'vector_generator::_index' is in the wrong place in the initializer list.
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/libs/STL_algo/STL_algo_interface.hh:87:10: style: Technically the member function 'STL_algo_interface::somme::operator()' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/libs/STL_algo/STL_algo_interface.hh:85:5: style: Class 'somme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/libs/eigen3/eigen3_interface.hh:126:7: style: Variable 'alignedEnd' is reassigned a value before the old one has been used. [redundantAssignment]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/libs/eigen3/eigen3_interface.hh:124:0: note: Variable 'alignedEnd' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/libs/eigen3/eigen3_interface.hh:126:7: note: Variable 'alignedEnd' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/libs/f77/f77_interface.hh:78:0: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/libs/hand_vec/hand_vec_interface.hh:269:7: style: Variable 'alignedEnd' is reassigned a value before the old one has been used. [redundantAssignment]
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/libs/hand_vec/hand_vec_interface.hh:267:0: note: Variable 'alignedEnd' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/eigen/bench/btl/libs/hand_vec/hand_vec_interface.hh:269:7: note: Variable 'alignedEnd' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/eigen/Eigen/src/Core/util/Macros.h:271:0: error: #error Please tell me what is the equivalent of __attribute__((aligned(n))) for your compiler [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/eigen/bench/geometry.cpp:45:0: style: Struct 'ToRotationMatrixWrapper < Quaternion < float > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/eigen/bench/sparse_cholesky.cpp:79:7: style: The scope of the variable 'rows' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/bench/sparse_cholesky.cpp:81:9: style: The scope of the variable 'density' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/bench/sparse_lu.cpp:74:7: style: The scope of the variable 'rows' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/bench/sparse_lu.cpp:76:9: style: The scope of the variable 'density' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/bench/sparse_product.cpp:102:0: style: Variable 'density' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/eigen/bench/sparse_setter.cpp:70:6: style: Condition 'fullyrand' is always true [knownConditionTrueFalse]
feelpp-0.99.0-final.1/contrib/eigen/bench/sparse_setter.cpp:65:20: note: Assignment 'fullyrand=true', assigned value is 1
feelpp-0.99.0-final.1/contrib/eigen/bench/sparse_setter.cpp:70:6: note: Condition 'fullyrand' is always true
feelpp-0.99.0-final.1/contrib/eigen/bench/sparse_setter.cpp:303:0: performance: Function parameter 'Aij' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/eigen/bench/sparse_setter.cpp:304:0: performance: Function parameter 'Ax' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/eigen/bench/sparse_transpose.cpp:40:0: style: Variable 'density' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/eigen/bench/sparse_trisolver.cpp:60:0: style: Variable 'density' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/eigen/bench/sparse_trisolver.cpp:68:20: style: Variable 'densedone' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/eigen/bench/spbench/sp_solver.cpp:31:12: style: Unused variable: matrix_file [unusedVariable]
feelpp-0.99.0-final.1/contrib/eigen/bench/spbench/sp_solver.cpp:32:10: style: Unused variable: line [unusedVariable]
feelpp-0.99.0-final.1/contrib/eigen/bench/spbench/test_sparseLU.cpp:35:12: style: Unused variable: matrix_file [unusedVariable]
feelpp-0.99.0-final.1/contrib/eigen/bench/spbench/test_sparseLU.cpp:36:10: style: Unused variable: line [unusedVariable]
feelpp-0.99.0-final.1/contrib/eigen/demos/mandelbrot/mandelbrot.cpp:129:16: style: The scope of the variable 'max_speed' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/demos/mandelbrot/mandelbrot.h:29:5: warning: Member variable 'MandelbrotThread::total_iter' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/eigen/demos/mandelbrot/mandelbrot.h:29:5: warning: Member variable 'MandelbrotThread::max_iter' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/eigen/demos/mandelbrot/mandelbrot.h:29:5: warning: Member variable 'MandelbrotThread::single_precision' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/eigen/demos/mix_eigen_and_c/example.c:15:42: style: Unused variable: result [unusedVariable]
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/camera.h:76:35: style: Technically the member function 'Camera::target' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/camera.h:88:10: style: Technically the member function 'Camera::activateGL' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/camera.cpp:238:14: note: Technically the member function 'Camera::activateGL' can be const.
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/camera.h:88:10: note: Technically the member function 'Camera::activateGL' can be const.
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/gpuhelper.h:91:17: performance: Technically the member function 'GpuHelper::draw' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/gpuhelper.h:191:24: note: Technically the member function 'GpuHelper::draw' can be static.
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/gpuhelper.h:91:17: note: Technically the member function 'GpuHelper::draw' can be static.
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/gpuhelper.h:94:17: performance: Technically the member function 'GpuHelper::draw' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/gpuhelper.h:202:24: note: Technically the member function 'GpuHelper::draw' can be static.
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/gpuhelper.h:94:17: note: Technically the member function 'GpuHelper::draw' can be static.
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/gpuhelper.h:97:17: performance: Technically the member function 'GpuHelper::draw' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/gpuhelper.h:197:24: note: Technically the member function 'GpuHelper::draw' can be static.
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/gpuhelper.h:97:17: note: Technically the member function 'GpuHelper::draw' can be static.
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/gpuhelper.cpp:23:5: performance: Variable 'mCurrentMatrixTarget' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/gpuhelper.h:87:10: performance: Technically the member function 'GpuHelper::drawUnitCube' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/gpuhelper.cpp:98:17: note: Technically the member function 'GpuHelper::drawUnitCube' can be static.
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/gpuhelper.h:87:10: note: Technically the member function 'GpuHelper::drawUnitCube' can be static.
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/gpuhelper.h:88:10: performance: Technically the member function 'GpuHelper::drawUnitSphere' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/gpuhelper.cpp:120:17: note: Technically the member function 'GpuHelper::drawUnitSphere' can be static.
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/gpuhelper.h:88:10: note: Technically the member function 'GpuHelper::drawUnitSphere' can be static.
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/icosphere.h:19:5: style: Class 'IcoSphere' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/gpuhelper.cpp:100:18: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/trackball.h:23:5: warning: Member variable 'Trackball::mMode' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/trackball.h:23:5: warning: Member variable 'Trackball::mLastPointOk' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/quaternion_demo.cpp:197:18: warning: Member variable 'RenderingWidget::m_alpha' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/eigen/demos/opengl/quaternion_demo.cpp:152:3: style: Class 'EulerAngles' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/eigen/failtest/failtest_sanity_check.cpp:2:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
feelpp-0.99.0-final.1/contrib/eigen/blas/common.h:20:0: error: #error the token SCALAR must be defined to compile this file [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/eigen/test/main.h:56:0: error: #error EIGEN_TEST_FUNC must be defined [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/eigen/test/eigen2/main.h:18:0: error: #error EIGEN_TEST_FUNC must be defined [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/BVH.cpp:49:3: style: Struct 'BallPointStuff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:24:30: style: The scope of the variable 'tmp4' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:135:16: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:135:22: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:135:28: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:151:16: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:151:22: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:151:28: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:151:34: style: The scope of the variable 'tmp4' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:248:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:248:22: style: The scope of the variable 'temp1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:248:29: style: The scope of the variable 'temp2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:353:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:353:22: style: The scope of the variable 'temp1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:353:29: style: The scope of the variable 'temp2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:436:16: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:436:22: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:436:28: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:536:16: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:536:21: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:536:26: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:1671:42: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:246:9: style: Technically the member function 'hybrj_functor::operator()' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:262:9: performance: Technically the member function 'hybrj_functor::df' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:433:9: style: Technically the member function 'lmstr_functor::operator()' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:452:9: performance: Technically the member function 'lmstr_functor::df' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:638:9: style: Technically the member function 'chwirut2_functor::operator()' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:650:9: performance: Technically the member function 'chwirut2_functor::df' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:725:9: style: Technically the member function 'misra1a_functor::operator()' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:734:9: performance: Technically the member function 'misra1a_functor::df' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:798:9: style: Technically the member function 'hahn1_functor::operator()' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:815:9: performance: Technically the member function 'hahn1_functor::df' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:900:9: style: Technically the member function 'misra1d_functor::operator()' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:909:9: performance: Technically the member function 'misra1d_functor::df' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:976:9: style: Technically the member function 'lanczos1_functor::operator()' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:984:9: performance: Technically the member function 'lanczos1_functor::df' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:1062:9: style: Technically the member function 'rat42_functor::operator()' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:1072:9: performance: Technically the member function 'rat42_functor::df' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:1141:9: style: Technically the member function 'MGH10_functor::operator()' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:1149:9: performance: Technically the member function 'MGH10_functor::df' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:1219:9: style: Technically the member function 'BoxBOD_functor::operator()' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:1228:9: performance: Technically the member function 'BoxBOD_functor::df' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:1299:9: style: Technically the member function 'MGH17_functor::operator()' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:1307:9: performance: Technically the member function 'MGH17_functor::df' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:1385:9: style: Technically the member function 'MGH09_functor::operator()' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:1395:9: performance: Technically the member function 'MGH09_functor::df' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:1472:9: style: Technically the member function 'Bennett5_functor::operator()' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:1480:9: performance: Technically the member function 'Bennett5_functor::df' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:1553:9: style: Technically the member function 'thurber_functor::operator()' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:1564:9: performance: Technically the member function 'thurber_functor::df' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:1652:9: style: Technically the member function 'rat43_functor::operator()' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:1660:9: performance: Technically the member function 'rat43_functor::df' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:1740:9: style: Technically the member function 'eckerle4_functor::operator()' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NonLinearOptimization.cpp:1748:9: performance: Technically the member function 'eckerle4_functor::df' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NumericalDiff.cpp:39:16: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NumericalDiff.cpp:39:22: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NumericalDiff.cpp:39:28: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NumericalDiff.cpp:55:16: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NumericalDiff.cpp:55:22: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NumericalDiff.cpp:55:28: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/NumericalDiff.cpp:55:34: style: The scope of the variable 'tmp4' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/autodiff.cpp:21:0: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/levenberg_marquardt.cpp:970:3: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/levenberg_marquardt.cpp:949:3: note: Variable 'info' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/levenberg_marquardt.cpp:970:3: note: Variable 'info' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/levenberg_marquardt.cpp:28:16: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/levenberg_marquardt.cpp:28:22: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/levenberg_marquardt.cpp:28:28: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/levenberg_marquardt.cpp:44:16: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/levenberg_marquardt.cpp:44:22: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/levenberg_marquardt.cpp:44:28: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/levenberg_marquardt.cpp:44:34: style: The scope of the variable 'tmp4' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/levenberg_marquardt.cpp:141:16: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/levenberg_marquardt.cpp:141:21: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/levenberg_marquardt.cpp:141:26: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/levenberg_marquardt.cpp:1277:42: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/matrix_exponential.cpp:53:0: style: The scope of the variable 'angle' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/matrix_exponential.cpp:53:0: style: The scope of the variable 'ch' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/matrix_exponential.cpp:53:0: style: The scope of the variable 'sh' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/matrix_exponential.cpp:30:0: style: The scope of the variable 'angle' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/matrix_power.cpp:64:0: style: The scope of the variable 'angle' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/matrix_power.cpp:43:0: style: The scope of the variable 'angle' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/matrix_power.cpp:43:0: style: The scope of the variable 'c' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/matrix_power.cpp:43:0: style: The scope of the variable 's' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:3340:35: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:3384:33: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:3740:39: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:3833:41: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:3916:17: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:3930:15: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:3942:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:3943:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:3967:20: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:3979:20: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:3989:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:4013:47: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:4019:64: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:4088:61: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:4125:12: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:3984:7: style: Variable 'br' is reassigned a value before the old one has been used. [redundantAssignment]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:3981:0: note: Variable 'br' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:3984:7: note: Variable 'br' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:3985:7: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:3982:0: note: Variable 'end' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:3985:7: note: Variable 'end' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:4222:27: style: Opposite expression on both sides of '&'. [oppositeExpression]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:4222:27: note: Opposite expression on both sides of '&'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:4222:27: note: Opposite expression on both sides of '&'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:4264:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:4264:23: note: Opposite expression on both sides of '&'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:4264:23: note: Opposite expression on both sides of '&'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:4650:31: style: Opposite expression on both sides of '&'. [oppositeExpression]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:4650:31: note: Opposite expression on both sides of '&'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:4650:31: note: Opposite expression on both sides of '&'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:3807:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:3862:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:4106:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:4249:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:4819:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:2962:12: style: The scope of the variable 'magic' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:4482:13: style: The scope of the variable 'array_chunk' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:710:23: style: struct member 'mallinfo::smblks' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:711:23: style: struct member 'mallinfo::hblks' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/dlmalloc.c:714:23: style: struct member 'mallinfo::fsmblks' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1665:12: style: The scope of the variable 'slen' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1665:18: style: The scope of the variable 'nslen' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.cpp:452:9: style: The scope of the variable 'slen' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.cpp:452:15: style: The scope of the variable 'nslen' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1014:47: style: Function 'operator+=' argument 1 names different: declaration 'v' definition 'u'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:195:36: note: Function 'operator+=' argument 1 names different: declaration 'v' definition 'u'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1014:47: note: Function 'operator+=' argument 1 names different: declaration 'v' definition 'u'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1021:47: style: Function 'operator+=' argument 1 names different: declaration 'v' definition 'u'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:196:36: note: Function 'operator+=' argument 1 names different: declaration 'v' definition 'u'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1021:47: note: Function 'operator+=' argument 1 names different: declaration 'v' definition 'u'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1028:47: style: Function 'operator+=' argument 1 names different: declaration 'v' definition 'u'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:197:36: note: Function 'operator+=' argument 1 names different: declaration 'v' definition 'u'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1028:47: note: Function 'operator+=' argument 1 names different: declaration 'v' definition 'u'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1149:53: style: Function 'operator-=' argument 1 names different: declaration 'u' definition 'v'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:224:42: note: Function 'operator-=' argument 1 names different: declaration 'u' definition 'v'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1149:53: note: Function 'operator-=' argument 1 names different: declaration 'u' definition 'v'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1156:48: style: Function 'operator-=' argument 1 names different: declaration 'u' definition 'v'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:225:37: note: Function 'operator-=' argument 1 names different: declaration 'u' definition 'v'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1156:48: note: Function 'operator-=' argument 1 names different: declaration 'u' definition 'v'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1168:55: style: Function 'operator-=' argument 1 names different: declaration 'u' definition 'v'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:226:44: note: Function 'operator-=' argument 1 names different: declaration 'u' definition 'v'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1168:55: note: Function 'operator-=' argument 1 names different: declaration 'u' definition 'v'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1175:54: style: Function 'operator-=' argument 1 names different: declaration 'u' definition 'v'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:227:43: note: Function 'operator-=' argument 1 names different: declaration 'u' definition 'v'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1175:54: note: Function 'operator-=' argument 1 names different: declaration 'u' definition 'v'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1182:46: style: Function 'operator-=' argument 1 names different: declaration 'u' definition 'v'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:228:35: note: Function 'operator-=' argument 1 names different: declaration 'u' definition 'v'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1182:46: note: Function 'operator-=' argument 1 names different: declaration 'u' definition 'v'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1189:45: style: Function 'operator-=' argument 1 names different: declaration 'u' definition 'v'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:229:34: note: Function 'operator-=' argument 1 names different: declaration 'u' definition 'v'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1189:45: note: Function 'operator-=' argument 1 names different: declaration 'u' definition 'v'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1805:36: style: Function 'setSign' argument 1 names different: declaration 'Sign' definition 'sign'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:500:33: note: Function 'setSign' argument 1 names different: declaration 'Sign' definition 'sign'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1805:36: note: Function 'setSign' argument 1 names different: declaration 'Sign' definition 'sign'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1824:35: style: Function 'setInf' argument 1 names different: declaration 'Sign' definition 'sign'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:497:33: note: Function 'setInf' argument 1 names different: declaration 'Sign' definition 'sign'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1824:35: note: Function 'setInf' argument 1 names different: declaration 'Sign' definition 'sign'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1838:39: style: Function 'setZero' argument 1 names different: declaration 'Sign' definition 'sign'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:499:33: note: Function 'setZero' argument 1 names different: declaration 'Sign' definition 'sign'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1838:39: note: Function 'setZero' argument 1 names different: declaration 'Sign' definition 'sign'.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:306:19: style: Technically the member function 'mpfr::mpreal::mpfr_ptr' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:1611:31: note: Technically the member function 'mpfr::mpreal::mpfr_ptr' can be const.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:306:19: note: Technically the member function 'mpfr::mpreal::mpfr_ptr' can be const.
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:152:5: style: Class 'mpreal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/mpreal/mpreal.h:153:5: style: Class 'mpreal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/openglsupport.cpp:60:13: style: The scope of the variable 'infoLog' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/openglsupport.cpp:219:0: style: Variable 'vtx' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/sparse_ldlt.cpp:61:0: warning: Conversion of string literal "LDLT: default" to bool always evaluates to true. [incorrectStringBooleanError]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/sparse_ldlt.cpp:111:0: warning: Conversion of string literal "SimplicialCholesky: solve, full storage, lower, single dense rhs" to bool always evaluates to true. [incorrectStringBooleanError]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/sparse_ldlt.cpp:114:0: warning: Conversion of string literal "SimplicialCholesky: solve, full storage, upper, single dense rhs" to bool always evaluates to true. [incorrectStringBooleanError]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/sparse_ldlt.cpp:117:0: warning: Conversion of string literal "SimplicialCholesky: solve, lower only, single dense rhs" to bool always evaluates to true. [incorrectStringBooleanError]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/sparse_ldlt.cpp:120:0: warning: Conversion of string literal "SimplicialCholesky: solve, upper only, single dense rhs" to bool always evaluates to true. [incorrectStringBooleanError]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/sparse_ldlt.cpp:127:0: warning: Conversion of string literal "SimplicialCholesky: solve, full storage, lower, multiple dense rhs" to bool always evaluates to true. [incorrectStringBooleanError]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/sparse_ldlt.cpp:130:0: warning: Conversion of string literal "SimplicialCholesky: solve, full storage, upper, multiple dense rhs" to bool always evaluates to true. [incorrectStringBooleanError]
feelpp-0.99.0-final.1/contrib/eigen/unsupported/test/sparse_llt.cpp:57:0: warning: Conversion of string literal "LLT: default" to bool always evaluates to true. [incorrectStringBooleanError]
feelpp-0.99.0-final.1/contrib/gflags/src/mutex.h:152:0: error: #error Need to implement mutex.h for your architecture, or #define NO_THREADS [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_completions.cc:667:13: style: Function 'OutputSingleGroupWithLimit' argument 7 names different: declaration 'completion_elements_added' definition 'completion_elements_output'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_completions.cc:149:13: note: Function 'OutputSingleGroupWithLimit' argument 7 names different: declaration 'completion_elements_added' definition 'completion_elements_output'.
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_completions.cc:667:13: note: Function 'OutputSingleGroupWithLimit' argument 7 names different: declaration 'completion_elements_added' definition 'completion_elements_output'.
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_completions.cc:71:1: style: union member 'Anonymous0::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_completions.cc:604:23: style: Variable 'lines_so_far' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest-main.cc:69:1: style: union member 'Anonymous0::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest-main.cc:74:1: style: union member 'Anonymous1::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest-main.cc:85:1: style: union member 'Anonymous2::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest-main.cc:95:1: style: union member 'Anonymous3::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest-main.cc:96:1: style: union member 'Anonymous4::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest-main.cc:97:1: style: union member 'Anonymous5::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest-main.cc:100:1: style: union member 'Anonymous6::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest-main.cc:114:1: style: union member 'Anonymous7::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest-main.cc:125:1: style: union member 'Anonymous8::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest.cc:69:1: style: union member 'Anonymous0::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest.cc:74:1: style: union member 'Anonymous1::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest.cc:85:1: style: union member 'Anonymous2::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest.cc:95:1: style: union member 'Anonymous3::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest.cc:96:1: style: union member 'Anonymous4::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest.cc:97:1: style: union member 'Anonymous5::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest.cc:100:1: style: union member 'Anonymous6::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest.cc:114:1: style: union member 'Anonymous7::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest.cc:125:1: style: union member 'Anonymous8::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest_main.cc:69:1: style: union member 'Anonymous0::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest_main.cc:74:1: style: union member 'Anonymous1::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest_main.cc:85:1: style: union member 'Anonymous2::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest_main.cc:95:1: style: union member 'Anonymous3::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest_main.cc:96:1: style: union member 'Anonymous4::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest_main.cc:97:1: style: union member 'Anonymous5::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest_main.cc:100:1: style: union member 'Anonymous6::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest_main.cc:114:1: style: union member 'Anonymous7::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/gflags_unittest_main.cc:125:1: style: union member 'Anonymous8::align' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/gflags/src/windows/port.cc:35:0: error: #error You should only be including windows/port.cc in a windows environment! [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ginac/check/check_inifcns.cpp:38:2: style: Variable 'errorflag' is reassigned a value before the old one has been used. [redundantAssignment]
feelpp-0.99.0-final.1/contrib/ginac/check/check_inifcns.cpp:35:0: note: Variable 'errorflag' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/ginac/check/check_inifcns.cpp:38:2: note: Variable 'errorflag' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/ginac/check/check_numeric.cpp:100:21: warning: Logical conjunction always evaluates to false: ratio > 1.0001 && ratio < 0.9999. [incorrectLogicOperator]
feelpp-0.99.0-final.1/contrib/ginac/check/exam_inifcns_nstdsums.cpp:236:18: style: Variable 'digitsbuf' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/ginac/check/exam_inifcns_nstdsums.cpp:151:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/check/exam_inifcns_nstdsums.cpp:200:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/check/exam_inifcns_nstdsums.cpp:281:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/check/exam_lsolve.cpp:140:21: style: Condition '0*x+0*y==0' is always true [knownConditionTrueFalse]
feelpp-0.99.0-final.1/contrib/ginac/check/exam_matrices.cpp:327:4: style: Exception should be caught by reference. [catchExceptionByValue]
feelpp-0.99.0-final.1/contrib/ginac/check/exam_misc.cpp:188:8: style: Condition 'e1!=i1' is always false [knownConditionTrueFalse]
feelpp-0.99.0-final.1/contrib/ginac/check/exam_misc.cpp:184:7: note: Assignment 'e1=7', assigned value is 7
feelpp-0.99.0-final.1/contrib/ginac/check/exam_misc.cpp:186:10: note: e1 is decremented', new value is 6
feelpp-0.99.0-final.1/contrib/ginac/check/exam_misc.cpp:188:8: note: Condition 'e1!=i1' is always false
feelpp-0.99.0-final.1/contrib/ginac/check/exam_misc.cpp:170:2: style: Variable 'e1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/contrib/ginac/check/exam_misc.cpp:168:2: note: Variable 'e1' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/contrib/ginac/check/exam_misc.cpp:170:2: note: Variable 'e1' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/contrib/ginac/check/exam_misc.cpp:171:2: style: Variable 'i1' is reassigned a value before the old one has been used. [redundantAssignment]
feelpp-0.99.0-final.1/contrib/ginac/check/exam_misc.cpp:169:2: note: Variable 'i1' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/ginac/check/exam_misc.cpp:171:2: note: Variable 'i1' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/ginac/check/exam_pseries.cpp:341:20: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
feelpp-0.99.0-final.1/contrib/ginac/check/exam_pseries.cpp:352:17: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
feelpp-0.99.0-final.1/contrib/ginac/check/genex.cpp:124:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
feelpp-0.99.0-final.1/contrib/ginac/check/genex.cpp:149:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
feelpp-0.99.0-final.1/contrib/ginac/check/mul_eval_memleak.cpp:84:0: style: Variable 'n_failures' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/ginac/check/parser_memleak.cpp:42:21: style: The scope of the variable 'str' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:222:2: style: 'node::operator=' should return 'node &'. [operatorEq]
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:107:2: style: Class 'Sigma' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:139:2: style: Class 'Sigma_flipped' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:152:2: style: Class 'Gamma' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:186:2: style: Class 'Vacuum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:220:2: style: Class 'node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:108:10: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:92:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:108:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:109:9: style: The function 'get_increment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:93:17: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:109:9: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:110:11: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:94:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:110:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:140:10: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:92:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:140:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:141:9: style: The function 'get_increment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:93:17: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:141:9: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:142:11: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:94:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:142:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:153:10: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:92:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:153:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:154:11: style: The function 'get_increment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:93:17: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:154:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:155:11: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:94:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:155:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:187:10: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:92:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:187:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:188:9: style: The function 'get_increment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:93:17: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:188:9: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:189:11: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:94:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/check/time_antipode.cpp:189:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/check/time_lw_M2.cpp:160:11: style: The scope of the variable 'count' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ginac/check/time_lw_M2.cpp:162:9: style: The scope of the variable 'time' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ginac/check/time_lw_N.cpp:64:11: style: The scope of the variable 'count' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ginac/check/time_lw_N.cpp:66:9: style: The scope of the variable 'time' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ginac/check/time_lw_Q.cpp:66:11: style: The scope of the variable 'count' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ginac/check/time_lw_Q.cpp:68:9: style: The scope of the variable 'time' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ginac/check/time_lw_Qprime.cpp:78:11: style: The scope of the variable 'count' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ginac/check/time_lw_Qprime.cpp:80:9: style: The scope of the variable 'time' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ginac/check/test_runner.h:45:7: style: The scope of the variable 'go_on' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ginac/check/timer.cpp:85:9: style: Unused variable: elapsed [unusedVariable]
feelpp-0.99.0-final.1/contrib/ginac/check/timer.cpp:43:2: performance: Variable 'used1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/ginac/check/timer.h:43:7: style: Technically the member function 'timer::running' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/ginac/check/timer.cpp:100:13: note: Technically the member function 'timer::running' can be const.
feelpp-0.99.0-final.1/contrib/ginac/check/timer.h:43:7: note: Technically the member function 'timer::running' can be const.
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.cpp:513:35: style: Function 'derivative' argument 1 names different: declaration 's' definition 'y'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:67:31: note: Function 'derivative' argument 1 names different: declaration 's' definition 'y'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.cpp:513:35: note: Function 'derivative' argument 1 names different: declaration 's' definition 'y'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:112:2: warning: Member variable 'basic::hashvalue' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:361:2: warning: Member variable 'const_iterator::i' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ginac/ginac/archive.h:66:3: warning: Member variable 'property_info::type' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ginac/ginac/archive.h:66:3: warning: Member variable 'property_info::count' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ginac/ginac/archive.h:77:3: warning: Member variable 'property::type' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ginac/ginac/archive.h:77:3: warning: Member variable 'property::name' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ginac/ginac/archive.h:77:3: warning: Member variable 'property::value' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ginac/ginac/archive.h:308:3: warning: Member variable 'archived_ex::name' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ginac/ginac/archive.h:308:3: warning: Member variable 'archived_ex::root' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:122:2: style: 'basic::operator=' should return 'basic &'. [operatorEq]
feelpp-0.99.0-final.1/contrib/ginac/ginac/archive.h:90:2: style: 'archive_node::operator=' should return 'archive_node &'. [operatorEq]
feelpp-0.99.0-final.1/contrib/ginac/ginac/ptr.h:80:0: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:112:26: performance: Technically the member function 'GiNaC::ex::preorder_end' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:647:36: note: Technically the member function 'GiNaC::ex::preorder_end' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:112:26: note: Technically the member function 'GiNaC::ex::preorder_end' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:114:27: performance: Technically the member function 'GiNaC::ex::postorder_end' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:657:37: note: Technically the member function 'GiNaC::ex::postorder_end' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:114:27: note: Technically the member function 'GiNaC::ex::postorder_end' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:53:7: performance: Technically the member function 'GiNaC::container_storage::reserve' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:71:7: style: Technically the member function 'GiNaC::symbol::set_name' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:142:2: style: Class 'print_tree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:202:2: style: Class 'print_ptrfun_handler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:221:2: style: Class 'print_memfun_handler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:244:2: style: Class 'print_functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:250:2: style: Class 'print_functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:84:2: style: Class 'ex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:85:2: style: Class 'ex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:86:2: style: Class 'ex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:87:2: style: Class 'ex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:88:2: style: Class 'ex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:89:2: style: Class 'ex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/archive.h:87:2: style: Class 'archive_node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/archive.h:259:2: style: Class 'archive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:95:2: style: Class 'numeric' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:96:2: style: Class 'numeric' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:97:2: style: Class 'numeric' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:98:2: style: Class 'numeric' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:100:2: style: Class 'numeric' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:101:2: style: Class 'numeric' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:75:2: style: Class 'container_init' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.h:40:2: style: Class 'wildcard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:53:2: style: Class 'indexed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:74:2: style: Class 'expairseq' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:41:2: style: Class 'add' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:42:2: style: Class 'add' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:42:2: style: Class 'mul' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:43:2: style: Class 'mul' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:40:2: style: Class 'matrix_init' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:103:2: style: Class 'minkmetric' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:53:2: style: Class 'ncmul' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/class_info.h:43:0: style: Class 'GiNaC :: class_info < OPT >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/class_info.h:66:0: style: Struct 'tree_node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/class_info.h:43:0: style: Class 'GiNaC :: class_info < print_context_options >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/ptr.h:67:0: style: Class 'GiNaC :: ptr < basic >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:108:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:96:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:108:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:108:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:96:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:108:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:108:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:96:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:108:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:116:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:96:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:116:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:116:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:96:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:116:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:116:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:96:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:116:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:124:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:96:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:124:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:124:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:96:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:124:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:124:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:96:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:124:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:132:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:96:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:132:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:132:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:96:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:132:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:132:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:96:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:132:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:140:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:96:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:140:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:140:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:96:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:140:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:140:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:96:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:140:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:151:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:96:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:151:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:151:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:96:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:151:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:151:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:96:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:151:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:159:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:151:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:159:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:159:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:151:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:159:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:159:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:151:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:159:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:167:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:151:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:167:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:167:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:151:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:167:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:167:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:151:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:167:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:175:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:151:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:175:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:175:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:151:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:175:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:175:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:151:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:175:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:203:24: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:192:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:203:24: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:205:7: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:193:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:205:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:222:24: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:192:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:222:24: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:224:7: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:193:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:224:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:838:5: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:90:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:838:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:848:5: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:90:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:848:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:859:5: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:90:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:859:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:871:5: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:90:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:871:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:881:5: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:90:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:881:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:892:5: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:90:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:892:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:904:5: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:90:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:904:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:917:5: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:90:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:917:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:89:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:89:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:89:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:89:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:89:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:131:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:89:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:89:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:175:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:89:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:105:11: style: The function 'precedence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:147:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:105:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:106:7: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:150:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:106:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:107:7: style: The function 'is_polynomial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:182:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:107:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:108:6: style: The function 'degree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:183:14: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:108:6: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:109:6: style: The function 'ldegree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:184:14: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:109:6: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:110:5: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:185:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:110:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:111:7: style: The function 'has' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:162:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:111:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:112:5: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:134:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:112:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:113:5: style: The function 'evalf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:135:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:113:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:118:10: style: The function 'integer_content' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:203:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:118:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:119:5: style: The function 'smod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:204:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:119:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:120:10: style: The function 'max_coefficient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:205:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:120:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:121:5: style: The function 'conjugate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:218:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:121:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:122:5: style: The function 'real_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:219:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:122:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:123:5: style: The function 'imag_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:220:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:123:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:125:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:125:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:127:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:127:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:131:5: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:193:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:131:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:132:7: style: The function 'is_equal_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:225:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:132:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:133:11: style: The function 'calchash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:227:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:133:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:130:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:130:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:130:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:130:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:130:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:131:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:130:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:130:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:175:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:130:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:360:7: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:150:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:360:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:361:11: style: The function 'precedence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:147:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:361:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:362:9: style: The function 'nops' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:153:17: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:362:9: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:363:5: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:154:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:363:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:364:7: style: The function 'let_op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:157:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:364:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:365:5: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:134:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:365:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:368:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:368:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:385:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:385:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:396:5: style: The function 'conjugate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:218:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:396:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:423:5: style: The function 'real_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:219:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:423:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:434:5: style: The function 'imag_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:220:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:434:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:445:7: style: The function 'is_equal_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:225:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:445:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.h:35:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.h:35:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.h:35:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.h:35:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.h:35:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:131:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.h:35:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.h:35:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:175:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.h:35:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.h:47:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.h:47:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.h:49:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.h:49:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.h:51:11: style: The function 'calchash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:227:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.h:51:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:130:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:130:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:130:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:130:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:130:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:146:11: style: The function 'precedence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:147:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:146:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:147:7: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:150:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:147:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:148:5: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:134:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:148:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:149:5: style: The function 'real_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:219:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:149:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:150:5: style: The function 'imag_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:220:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:150:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:151:11: style: The function 'get_free_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:208:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:151:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:154:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:154:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:156:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:156:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:158:5: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:193:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:158:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:161:11: style: The function 'return_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:214:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:161:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:162:16: style: The function 'return_type_tinfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:215:24: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:162:16: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:163:5: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:188:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:163:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:69:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:69:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:69:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:69:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:69:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:131:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:69:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:69:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:175:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:69:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:80:11: style: The function 'precedence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:147:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:80:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:81:7: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:150:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:81:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:82:9: style: The function 'nops' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:153:17: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:82:9: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:83:5: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:154:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:83:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:84:5: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:172:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:84:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:85:5: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:134:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:85:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:90:5: style: The function 'conjugate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:218:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:90:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:92:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:92:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:93:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:93:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:95:7: style: The function 'is_equal_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:225:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:95:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:96:11: style: The function 'return_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:214:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:96:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:97:11: style: The function 'calchash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:227:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:97:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:98:5: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:188:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:98:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:33:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:69:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:33:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:33:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:69:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:33:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:33:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:69:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:33:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:33:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:69:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:33:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:33:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:69:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:33:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:48:11: style: The function 'precedence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:147:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:48:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:49:7: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:150:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:49:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:50:7: style: The function 'is_polynomial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:182:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:50:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:51:6: style: The function 'degree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:183:14: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:51:6: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:52:6: style: The function 'ldegree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:184:14: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:52:6: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:53:5: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:185:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:53:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:54:5: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:134:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:54:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:55:5: style: The function 'evalm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:136:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:55:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:56:5: style: The function 'series' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:195:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:56:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:58:10: style: The function 'integer_content' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:203:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:58:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:59:5: style: The function 'smod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:204:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:59:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:60:10: style: The function 'max_coefficient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:205:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:60:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:61:5: style: The function 'conjugate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:218:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:61:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:62:5: style: The function 'real_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:219:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:62:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:63:5: style: The function 'imag_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:220:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:63:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:64:11: style: The function 'get_free_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:208:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:64:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:65:5: style: The function 'eval_ncmul' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:139:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:65:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:67:5: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:193:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:67:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:68:11: style: The function 'return_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:214:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:68:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:69:16: style: The function 'return_type_tinfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:215:24: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:69:16: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:70:5: style: The function 'thisexpairseq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:102:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:70:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:71:5: style: The function 'thisexpairseq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:103:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:71:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:72:9: style: The function 'split_ex_to_pair' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:109:17: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:72:9: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:73:9: style: The function 'combine_ex_with_coeff_to_pair' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:110:17: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:73:9: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:75:9: style: The function 'combine_pair_with_coeff_to_pair' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:112:17: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:75:9: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:77:5: style: The function 'recombine_pair_to_ex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:114:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:77:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:78:5: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:188:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/add.h:78:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:33:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:69:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:33:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:33:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:69:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:33:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:33:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:69:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:33:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:33:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:69:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:33:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:33:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:69:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:33:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:50:11: style: The function 'precedence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:147:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:50:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:51:7: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:150:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:51:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:52:7: style: The function 'is_polynomial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:182:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:52:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:53:6: style: The function 'degree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:183:14: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:53:6: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:54:6: style: The function 'ldegree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:184:14: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:54:6: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:55:5: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:185:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:55:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:56:7: style: The function 'has' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:162:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:56:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:57:5: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:134:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:57:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:58:5: style: The function 'evalf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:135:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:58:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:59:5: style: The function 'real_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:219:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:59:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:60:5: style: The function 'imag_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:220:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:60:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:61:5: style: The function 'evalm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:136:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:61:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:62:5: style: The function 'series' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:195:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:62:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:64:10: style: The function 'integer_content' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:203:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:64:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:65:5: style: The function 'smod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:204:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:65:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:66:10: style: The function 'max_coefficient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:205:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:66:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:67:11: style: The function 'get_free_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:208:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:67:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:68:5: style: The function 'conjugate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:218:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:68:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:70:5: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:193:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:70:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:71:5: style: The function 'eval_ncmul' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:139:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:71:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:72:11: style: The function 'return_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:214:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:72:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:73:16: style: The function 'return_type_tinfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:215:24: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:73:16: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:74:5: style: The function 'thisexpairseq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:102:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:74:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:75:5: style: The function 'thisexpairseq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:103:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:75:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:76:9: style: The function 'split_ex_to_pair' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:109:17: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:76:9: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:77:9: style: The function 'combine_ex_with_coeff_to_pair' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:110:17: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:77:9: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:78:9: style: The function 'combine_pair_with_coeff_to_pair' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:112:17: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:78:9: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:79:5: style: The function 'recombine_pair_to_ex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:114:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:79:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:81:5: style: The function 'default_overall_coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:116:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:81:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:82:7: style: The function 'combine_overall_coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:117:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:82:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:83:7: style: The function 'combine_overall_coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:118:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:83:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:84:7: style: The function 'can_make_flat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:119:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:84:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:85:5: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:188:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:85:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:96:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:96:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:96:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:96:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:96:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:131:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:96:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:96:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:175:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:96:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:114:9: style: The function 'nops' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:153:17: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:114:9: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:115:5: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:154:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:115:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:116:7: style: The function 'let_op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:157:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:116:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:117:5: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:134:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:117:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:118:5: style: The function 'evalm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:136:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:118:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:120:5: style: The function 'eval_indexed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:141:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:120:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:121:5: style: The function 'add_indexed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:209:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:121:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:122:5: style: The function 'scalar_mul_indexed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:210:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:122:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:123:7: style: The function 'contract_with' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:211:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:123:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:124:5: style: The function 'conjugate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:218:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:124:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:125:5: style: The function 'real_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:219:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:125:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:126:5: style: The function 'imag_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:220:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:126:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:129:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:129:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:131:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:131:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:133:7: style: The function 'match_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:165:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:133:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:134:11: style: The function 'return_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:214:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:134:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:131:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:175:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:40:11: style: The function 'return_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:214:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:40:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:55:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:55:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:55:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:55:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:55:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:55:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:55:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:55:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:55:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:55:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:59:7: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:150:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:59:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:60:5: style: The function 'eval_indexed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:141:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:60:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:61:7: style: The function 'contract_with' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:211:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:61:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:65:11: style: The function 'return_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:214:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:65:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:81:7: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:150:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:81:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:82:5: style: The function 'eval_indexed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:141:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:82:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:83:7: style: The function 'contract_with' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:211:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:83:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:87:11: style: The function 'return_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:214:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:87:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:98:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:98:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:98:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:98:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:98:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:98:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:98:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:98:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:98:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:98:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:107:7: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:150:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:107:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:108:5: style: The function 'eval_indexed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:141:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:108:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:111:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:111:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:113:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:113:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:116:11: style: The function 'return_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:214:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:116:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:133:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:133:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:133:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:133:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:133:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:133:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:133:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:133:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:133:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:77:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:133:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:137:7: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:150:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:137:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:138:5: style: The function 'eval_indexed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:141:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:138:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:139:7: style: The function 'contract_with' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:211:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:139:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:153:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:153:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:153:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:153:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:153:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:153:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:153:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:153:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:153:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:153:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:161:7: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:150:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:161:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:162:5: style: The function 'eval_indexed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:141:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:162:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:163:7: style: The function 'contract_with' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:211:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:163:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:166:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:166:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:168:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:168:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:171:11: style: The function 'return_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:214:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:171:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:40:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:40:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:40:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:40:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:40:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:131:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:40:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:40:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:175:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:40:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:48:7: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:150:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:48:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:49:5: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:134:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:49:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:50:5: style: The function 'evalf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:135:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:50:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:51:5: style: The function 'series' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:195:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:51:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:56:5: style: The function 'conjugate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:218:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:56:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:57:5: style: The function 'real_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:219:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:57:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:58:5: style: The function 'imag_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:220:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:58:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:59:7: style: The function 'is_polynomial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:182:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:59:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:61:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:61:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:63:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:63:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:65:5: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:193:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:65:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:66:7: style: The function 'is_equal_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:225:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:66:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:67:11: style: The function 'calchash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:227:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:67:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:100:11: style: The function 'get_domain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:73:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:100:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:102:5: style: The function 'conjugate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:218:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:102:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:103:5: style: The function 'real_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:219:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:103:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:104:5: style: The function 'imag_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:220:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:104:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:106:14: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:40:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:106:14: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:119:11: style: The function 'get_domain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:73:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:119:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:37:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:37:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:37:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:37:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:37:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:131:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:37:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:37:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:175:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:37:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:50:7: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:150:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:50:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:51:9: style: The function 'nops' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:153:17: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:51:9: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:52:5: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:154:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:52:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:53:5: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:172:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:53:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:54:5: style: The function 'evalf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:135:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:54:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:56:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:56:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:57:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:57:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:59:5: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:193:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:59:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:60:7: style: The function 'match_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:165:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:60:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:61:11: style: The function 'calchash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:227:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:61:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:114:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:37:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:114:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:114:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:37:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:114:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:114:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:37:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:114:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:114:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:37:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:114:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:114:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:37:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:114:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:128:7: style: The function 'is_dummy_pair_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:67:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:128:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:129:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:129:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:130:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:130:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:132:7: style: The function 'match_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:165:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:132:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:163:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:114:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:163:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:163:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:114:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:163:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:163:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:114:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:163:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:163:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:114:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:163:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:163:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:114:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:163:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:178:7: style: The function 'is_dummy_pair_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:67:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:178:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:180:5: style: The function 'conjugate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:218:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:180:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:181:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:181:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:182:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:182:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:184:7: style: The function 'match_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:165:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:184:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:42:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:42:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:42:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:42:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:42:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:42:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:42:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:42:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:42:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:42:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:54:11: style: The function 'precedence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:147:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:54:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:55:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:55:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:56:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:56:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:58:5: style: The function 'eval_ncmul' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:139:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:58:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:59:7: style: The function 'match_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:165:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:59:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:62:11: style: The function 'return_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:214:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:62:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:63:16: style: The function 'return_type_tinfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:215:24: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:63:16: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:72:16: style: The function 'nops' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:153:17: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:72:16: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:73:5: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:154:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:73:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:74:7: style: The function 'let_op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:157:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:74:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:92:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:92:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:92:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:92:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:92:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:92:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:92:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:92:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:92:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:92:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:105:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:105:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:105:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:105:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:105:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:105:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:105:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:105:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:105:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:105:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:109:7: style: The function 'contract_with' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:211:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:109:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:121:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:105:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:121:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:121:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:105:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:121:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:121:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:105:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:121:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:121:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:105:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:121:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:121:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:105:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:121:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:125:7: style: The function 'contract_with' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:211:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:125:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:139:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:139:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:139:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:139:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:139:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:139:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:139:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:139:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:139:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:139:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:142:5: style: The function 'conjugate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:218:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:142:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:156:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:156:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:156:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:156:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:156:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:156:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:156:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:156:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:156:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:156:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:159:5: style: The function 'conjugate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:218:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:159:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:173:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:173:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:173:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:173:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:173:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:173:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:173:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:173:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:173:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:173:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:176:5: style: The function 'conjugate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:218:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:176:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:34:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:130:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:34:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:34:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:130:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:34:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:34:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:130:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:34:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:34:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:130:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:34:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:34:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/container.h:130:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:34:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:57:11: style: The function 'precedence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:147:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:57:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:58:7: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:150:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:58:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:59:6: style: The function 'degree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:183:14: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:59:6: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:60:6: style: The function 'ldegree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:184:14: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:60:6: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:61:5: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:188:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:61:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:62:5: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:185:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:62:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:63:5: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:134:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:63:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:64:5: style: The function 'evalm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:136:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:64:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:65:11: style: The function 'get_free_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:208:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:65:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:68:5: style: The function 'conjugate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:218:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:68:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:69:5: style: The function 'real_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:219:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:69:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:70:5: style: The function 'imag_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:220:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:70:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:73:5: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:193:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:73:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:74:11: style: The function 'return_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:214:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:74:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:75:16: style: The function 'return_type_tinfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:215:24: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.h:75:16: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/archive.cpp:91:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/archive.cpp:621:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/archive.cpp:633:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/archive.cpp:646:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/archive.h:142:7: style: Technically the member function 'GiNaC::archive_node::forget' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/ginac/ginac/archive.cpp:604:20: note: Technically the member function 'GiNaC::archive_node::forget' can be const.
feelpp-0.99.0-final.1/contrib/ginac/ginac/archive.h:142:7: note: Technically the member function 'GiNaC::archive_node::forget' can be const.
feelpp-0.99.0-final.1/contrib/ginac/ginac/archive.h:48:1: warning: The class 'archive_node' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.cpp:280:28: style: Function 'has' argument 1 names different: declaration 'other' definition 'pattern'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:162:30: note: Function 'has' argument 1 names different: declaration 'other' definition 'pattern'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.cpp:280:28: note: Function 'has' argument 1 names different: declaration 'other' definition 'pattern'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:90:8: performance: Technically the member function 'GiNaC::relational::safe_bool_helper::nonnull' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.cpp:423:2: style: Struct 'evalf_map_function' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.cpp:708:2: style: Struct 'derivative_map_function' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.cpp:802:2: style: Struct 'expand_map_function' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:40:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:40:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:40:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:40:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:40:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:131:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:40:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:40:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:175:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:40:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:53:11: style: The function 'precedence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:147:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:53:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:54:7: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:150:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:54:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:55:9: style: The function 'nops' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:153:17: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:55:9: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:56:5: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:154:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:56:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:57:5: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:172:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:57:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:58:7: style: The function 'is_polynomial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:182:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:58:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:59:6: style: The function 'degree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:183:14: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:59:6: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:60:6: style: The function 'ldegree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:184:14: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:60:6: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:61:5: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:185:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:61:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:62:5: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:134:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:62:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:63:5: style: The function 'evalf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:135:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:63:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:64:5: style: The function 'evalm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:136:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:64:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:65:5: style: The function 'series' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:195:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:65:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:67:7: style: The function 'has' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:162:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:67:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:71:5: style: The function 'conjugate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:218:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:71:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:72:5: style: The function 'real_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:219:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:72:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:73:5: style: The function 'imag_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:220:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:73:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:75:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:75:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:77:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:77:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:79:5: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:193:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:79:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:80:5: style: The function 'eval_ncmul' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:139:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:80:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:81:11: style: The function 'return_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:214:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:81:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:82:16: style: The function 'return_type_tinfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:215:24: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:82:16: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:83:5: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:188:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:83:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:36:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:36:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:36:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:36:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:36:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:131:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:36:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:36:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:175:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:36:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:55:11: style: The function 'precedence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:147:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:55:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:56:7: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:150:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:56:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:57:9: style: The function 'nops' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:153:17: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:57:9: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:58:5: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:154:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:58:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:59:5: style: The function 'map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:172:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:59:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:61:5: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:134:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:61:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:64:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:64:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:66:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:66:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:68:5: style: The function 'eval_ncmul' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:139:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:68:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:69:7: style: The function 'match_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:165:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:69:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:70:11: style: The function 'return_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:214:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:70:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:71:16: style: The function 'return_type_tinfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:215:24: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:71:16: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:72:11: style: The function 'calchash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:227:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:72:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.cpp:424:5: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:90:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.cpp:424:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.cpp:446:5: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:90:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.cpp:446:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.cpp:460:5: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:90:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.cpp:460:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.cpp:709:5: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:90:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.cpp:709:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.cpp:803:5: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:90:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.cpp:803:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.cpp:743:8: style: The scope of the variable 'symmetric' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.cpp:1173:11: style: The scope of the variable 'min' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.cpp:1173:16: style: The scope of the variable 'max' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.cpp:1014:37: style: Function 'canonicalize_clifford' argument 1 names different: declaration 'e' definition 'e_'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:277:37: note: Function 'canonicalize_clifford' argument 1 names different: declaration 'e' definition 'e_'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.cpp:1014:37: note: Function 'canonicalize_clifford' argument 1 names different: declaration 'e' definition 'e_'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.cpp:526:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:96:7: performance: Technically the member function 'GiNaC::diracone::do_print' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.cpp:303:1: note: Technically the member function 'GiNaC::diracone::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:96:7: note: Technically the member function 'GiNaC::diracone::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:97:7: performance: Technically the member function 'GiNaC::diracone::do_print_latex' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.cpp:303:1: note: Technically the member function 'GiNaC::diracone::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:97:7: note: Technically the member function 'GiNaC::diracone::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:113:7: performance: Technically the member function 'GiNaC::cliffordunit::do_print' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.cpp:304:1: note: Technically the member function 'GiNaC::cliffordunit::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:113:7: note: Technically the member function 'GiNaC::cliffordunit::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:114:7: performance: Technically the member function 'GiNaC::cliffordunit::do_print_latex' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.cpp:304:1: note: Technically the member function 'GiNaC::cliffordunit::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:114:7: note: Technically the member function 'GiNaC::cliffordunit::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:129:7: performance: Technically the member function 'GiNaC::diracgamma::do_print' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.cpp:305:1: note: Technically the member function 'GiNaC::diracgamma::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:129:7: note: Technically the member function 'GiNaC::diracgamma::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:130:7: performance: Technically the member function 'GiNaC::diracgamma::do_print_latex' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.cpp:305:1: note: Technically the member function 'GiNaC::diracgamma::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:130:7: note: Technically the member function 'GiNaC::diracgamma::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:146:7: performance: Technically the member function 'GiNaC::diracgamma5::do_print' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.cpp:306:1: note: Technically the member function 'GiNaC::diracgamma5::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:146:7: note: Technically the member function 'GiNaC::diracgamma5::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:147:7: performance: Technically the member function 'GiNaC::diracgamma5::do_print_latex' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.cpp:306:1: note: Technically the member function 'GiNaC::diracgamma5::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:147:7: note: Technically the member function 'GiNaC::diracgamma5::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:163:7: performance: Technically the member function 'GiNaC::diracgammaL::do_print' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.cpp:307:1: note: Technically the member function 'GiNaC::diracgammaL::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:163:7: note: Technically the member function 'GiNaC::diracgammaL::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:164:7: performance: Technically the member function 'GiNaC::diracgammaL::do_print_latex' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.cpp:307:1: note: Technically the member function 'GiNaC::diracgammaL::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:164:7: note: Technically the member function 'GiNaC::diracgammaL::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:180:7: performance: Technically the member function 'GiNaC::diracgammaR::do_print' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.cpp:308:1: note: Technically the member function 'GiNaC::diracgammaR::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:180:7: note: Technically the member function 'GiNaC::diracgammaR::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:181:7: performance: Technically the member function 'GiNaC::diracgammaR::do_print_latex' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.cpp:308:1: note: Technically the member function 'GiNaC::diracgammaR::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/clifford.h:181:7: note: Technically the member function 'GiNaC::diracgammaR::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.h:59:2: style: Class 'symmetry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.h:44:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.h:44:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.h:44:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.h:44:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.h:44:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:131:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.h:44:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.h:44:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:175:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.h:44:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.h:89:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.h:89:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.h:91:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.h:91:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.h:95:11: style: The function 'calchash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:227:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.h:95:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.cpp:173:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.cpp:342:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:81:7: performance: Technically the member function 'GiNaC::su3one::do_print' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.cpp:156:1: note: Technically the member function 'GiNaC::su3one::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:81:7: note: Technically the member function 'GiNaC::su3one::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:82:7: performance: Technically the member function 'GiNaC::su3one::do_print_latex' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.cpp:156:1: note: Technically the member function 'GiNaC::su3one::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:82:7: note: Technically the member function 'GiNaC::su3one::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:97:7: performance: Technically the member function 'GiNaC::su3t::do_print' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.cpp:157:1: note: Technically the member function 'GiNaC::su3t::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:97:7: note: Technically the member function 'GiNaC::su3t::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:116:7: performance: Technically the member function 'GiNaC::su3f::do_print' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.cpp:158:1: note: Technically the member function 'GiNaC::su3f::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:116:7: note: Technically the member function 'GiNaC::su3f::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:134:7: performance: Technically the member function 'GiNaC::su3d::do_print' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.cpp:159:1: note: Technically the member function 'GiNaC::su3d::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:134:7: note: Technically the member function 'GiNaC::su3d::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:42:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:42:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:42:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:42:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:42:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:42:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:42:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:42:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:42:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:41:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:42:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:51:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:51:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:52:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:52:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:56:5: style: The function 'eval_ncmul' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:139:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:56:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:57:7: style: The function 'match_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:165:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:57:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:60:11: style: The function 'return_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:214:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:60:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:61:16: style: The function 'return_type_tinfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:215:24: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:61:16: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:77:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:77:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:77:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:77:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:77:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:77:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:77:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:77:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:77:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:77:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:89:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:89:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:89:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:89:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:89:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:89:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:89:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:89:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:89:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:89:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:93:7: style: The function 'contract_with' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:211:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:93:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:106:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:106:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:106:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:106:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:106:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:106:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:106:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:106:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:106:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:106:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:110:5: style: The function 'eval_indexed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:141:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:110:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:111:7: style: The function 'contract_with' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:211:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:111:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:115:11: style: The function 'return_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:214:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:115:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:124:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:124:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:124:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:124:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:124:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:124:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:124:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:124:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:124:2: style: The function 'compare_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:36:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:124:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:128:5: style: The function 'eval_indexed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:141:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:128:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:129:7: style: The function 'contract_with' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:211:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:129:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:133:11: style: The function 'return_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:214:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/color.h:133:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.cpp:59:108: style: Function 'constant' argument 4 names different: declaration 'domain' definition 'dm'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:45:119: note: Function 'constant' argument 4 names different: declaration 'domain' definition 'dm'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.cpp:59:108: note: Function 'constant' argument 4 names different: declaration 'domain' definition 'dm'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.cpp:69:116: style: Function 'constant' argument 4 names different: declaration 'domain' definition 'dm'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:46:123: note: Function 'constant' argument 4 names different: declaration 'domain' definition 'dm'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.cpp:69:116: note: Function 'constant' argument 4 names different: declaration 'domain' definition 'dm'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.cpp:83:57: style: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:57:48: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.cpp:83:57: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:42:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:42:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:42:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:42:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:42:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:131:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:42:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:42:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:175:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:42:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:50:7: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:150:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:50:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:51:5: style: The function 'evalf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:135:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:51:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:52:7: style: The function 'is_polynomial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:182:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:52:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:53:5: style: The function 'conjugate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:218:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:53:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:54:5: style: The function 'real_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:219:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:54:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:55:5: style: The function 'imag_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:220:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:55:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:56:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:56:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:57:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:57:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:59:5: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:193:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:59:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:60:7: style: The function 'is_equal_same_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:225:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:60:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:61:11: style: The function 'calchash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:227:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/constant.h:61:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/excompiler.h:115:32: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/ginac/ginac/excompiler.cpp:464:105: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/ginac/ginac/excompiler.cpp:469:86: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/ginac/ginac/excompiler.cpp:474:32: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/ginac/ginac/excompiler.cpp:479:32: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/ginac/ginac/excompiler.cpp:484:32: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/ginac/ginac/excompiler.cpp:489:34: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.cpp:144:58: style: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.h:93:48: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/expairseq.cpp:144:58: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/factor.cpp:230:20: style: struct member 'uvar_poly_p::value' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/contrib/ginac/ginac/factor.cpp:1365:2: style: Class 'factor_partition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/factor.cpp:1827:2: style: Struct 'make_modular_map' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/factor.cpp:2499:2: style: Struct 'apply_factor_map' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/fail.h:42:7: performance: Technically the member function 'GiNaC::fail::do_print' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/fail.cpp:51:1: note: Technically the member function 'GiNaC::fail::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/fail.h:42:7: note: Technically the member function 'GiNaC::fail::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/fail.h:34:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/fail.h:34:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/fail.h:34:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/fail.h:34:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/fail.h:34:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:131:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/fail.h:34:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/fail.h:34:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:175:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/fail.h:34:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/fail.h:38:11: style: The function 'return_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:214:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/fail.h:38:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.cpp:72:35: style: Function 'idx' argument 2 names different: declaration 'dim' definition 'd'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:46:40: note: Function 'idx' argument 2 names different: declaration 'dim' definition 'd'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.cpp:72:35: note: Function 'idx' argument 2 names different: declaration 'dim' definition 'd'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.cpp:79:41: style: Function 'varidx' argument 2 names different: declaration 'dim' definition 'd'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:124:34: note: Function 'varidx' argument 2 names different: declaration 'dim' definition 'd'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.cpp:79:41: note: Function 'varidx' argument 2 names different: declaration 'dim' definition 'd'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.cpp:79:49: style: Function 'varidx' argument 3 names different: declaration 'covariant' definition 'cov'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:124:44: note: Function 'varidx' argument 3 names different: declaration 'covariant' definition 'cov'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.cpp:79:49: note: Function 'varidx' argument 3 names different: declaration 'covariant' definition 'cov'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.cpp:83:43: style: Function 'spinidx' argument 2 names different: declaration 'dim' definition 'd'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:174:35: note: Function 'spinidx' argument 2 names different: declaration 'dim' definition 'd'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.cpp:83:43: note: Function 'spinidx' argument 2 names different: declaration 'dim' definition 'd'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.cpp:83:51: style: Function 'spinidx' argument 3 names different: declaration 'covariant' definition 'cov'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:174:49: note: Function 'spinidx' argument 3 names different: declaration 'covariant' definition 'cov'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.cpp:83:51: note: Function 'spinidx' argument 3 names different: declaration 'covariant' definition 'cov'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.cpp:83:61: style: Function 'spinidx' argument 4 names different: declaration 'dotted' definition 'dot'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:174:73: note: Function 'spinidx' argument 4 names different: declaration 'dotted' definition 'dot'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.cpp:83:61: note: Function 'spinidx' argument 4 names different: declaration 'dotted' definition 'dot'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.cpp:91:52: style: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:57:48: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.cpp:91:52: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.cpp:99:55: style: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:130:48: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.cpp:99:55: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.cpp:106:56: style: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.h:182:48: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.cpp:106:56: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/idx.cpp:549:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:104:49: style: Function 'indexed' argument 2 names different: declaration 'iv' definition 'v'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:128:41: note: Function 'indexed' argument 2 names different: declaration 'iv' definition 'v'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:104:49: note: Function 'indexed' argument 2 names different: declaration 'iv' definition 'v'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:110:72: style: Function 'indexed' argument 3 names different: declaration 'iv' definition 'v'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:137:64: note: Function 'indexed' argument 3 names different: declaration 'iv' definition 'v'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:110:72: note: Function 'indexed' argument 3 names different: declaration 'iv' definition 'v'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:132:56: style: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:156:48: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:132:56: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:1300:31: style: Function 'spmapkey' argument 1 names different: declaration 'v1' definition 'v1_'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:210:22: note: Function 'spmapkey' argument 1 names different: declaration 'v1' definition 'v1_'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:1300:31: note: Function 'spmapkey' argument 1 names different: declaration 'v1' definition 'v1_'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:1300:47: style: Function 'spmapkey' argument 2 names different: declaration 'v2' definition 'v2_'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:210:37: note: Function 'spmapkey' argument 2 names different: declaration 'v2' definition 'v2_'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:1300:47: note: Function 'spmapkey' argument 2 names different: declaration 'v2' definition 'v2_'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:1300:63: style: Function 'spmapkey' argument 3 names different: declaration 'dim' definition 'dim_'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.h:210:52: note: Function 'spmapkey' argument 3 names different: declaration 'dim' definition 'dim_'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:1300:63: note: Function 'spmapkey' argument 3 names different: declaration 'dim' definition 'dim_'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:192:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:201:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:384:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:461:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:803:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:818:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:1147:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:1184:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:1213:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:1225:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:571:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:35:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:35:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:35:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:35:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:35:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:131:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:35:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:35:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:175:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:35:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:43:11: style: The function 'precedence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:147:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:43:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:44:5: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:134:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:44:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:45:5: style: The function 'evalf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:135:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:45:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:46:6: style: The function 'degree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:183:14: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:46:6: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:47:6: style: The function 'ldegree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:184:14: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:47:6: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:48:5: style: The function 'eval_ncmul' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:139:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:48:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:49:9: style: The function 'nops' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:153:17: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:49:9: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:50:5: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:154:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:50:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:51:7: style: The function 'let_op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:157:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:51:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:52:5: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:188:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:52:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:53:11: style: The function 'get_free_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:208:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:53:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:54:11: style: The function 'return_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:214:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:54:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:55:16: style: The function 'return_type_tinfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:215:24: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:55:16: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:56:5: style: The function 'conjugate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:218:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:56:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:57:5: style: The function 'eval_integ' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:137:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:57:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:59:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:59:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:61:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:61:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:63:5: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:193:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:63:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:64:5: style: The function 'series' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:195:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:64:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/indexed.cpp:711:35: error: After erase(), the iterator 'vitend' may be invalid. [invalidIterator2]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns.cpp:968:18: style: Function 'fsolve' argument 1 names different: declaration 'f' definition 'f_in'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns.h:200:32: note: Function 'fsolve' argument 1 names different: declaration 'f' definition 'f_in'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns.cpp:968:18: note: Function 'fsolve' argument 1 names different: declaration 'f' definition 'f_in'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:37:2: style: The function 'get_class_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:37:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:37:2: style: The function 'class_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:106:2: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:37:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:37:2: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:131:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:37:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:37:2: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:175:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:37:2: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:45:11: style: The function 'precedence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:147:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:45:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:46:9: style: The function 'nops' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:153:17: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:46:9: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:47:5: style: The function 'op' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:154:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:47:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:48:6: style: The function 'degree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:183:14: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:48:6: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:49:6: style: The function 'ldegree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:184:14: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:49:6: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:50:5: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:185:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:50:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:51:5: style: The function 'collect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:189:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:51:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:52:5: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:134:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:52:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:53:5: style: The function 'evalf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:135:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:53:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:54:5: style: The function 'series' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:195:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:54:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:57:5: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:188:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:57:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:58:5: style: The function 'conjugate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:218:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:58:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:59:5: style: The function 'real_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:219:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:59:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:60:5: style: The function 'imag_part' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:220:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:60:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:61:5: style: The function 'eval_integ' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:137:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:61:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:62:5: style: The function 'evalm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:136:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:62:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:64:7: style: The function 'archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:250:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:64:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:66:7: style: The function 'read_archive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:259:15: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:66:7: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:68:5: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:193:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:68:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns.cpp:432:17: performance: Use const reference for 'nx' to avoid unnecessary data copying. [redundantCopyLocalConst]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns.cpp:433:17: performance: Use const reference for 'ny' to avoid unnecessary data copying. [redundantCopyLocalConst]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns.cpp:434:17: performance: Use const reference for 'nxy' to avoid unnecessary data copying. [redundantCopyLocalConst]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns.cpp:457:17: performance: Use const reference for 'nx' to avoid unnecessary data copying. [redundantCopyLocalConst]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns.cpp:458:17: performance: Use const reference for 'ny' to avoid unnecessary data copying. [redundantCopyLocalConst]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns.cpp:459:17: performance: Use const reference for 'nxy' to avoid unnecessary data copying. [redundantCopyLocalConst]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3485:6: style: The scope of the variable 'Smp1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3638:6: style: The scope of the variable 'skp1buf' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:130:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:146:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:155:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:157:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:162:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:169:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:179:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:1692:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:1693:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:1700:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:1701:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:1757:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:1758:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:1763:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:1764:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:1771:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:1774:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:1793:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:1804:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:1805:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:2248:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:2250:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:2255:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:2268:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:2270:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:2400:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:2416:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:2428:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:2465:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:2470:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:2471:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:2531:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3151:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3153:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3158:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3178:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3191:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3283:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3310:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3312:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3320:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3322:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3414:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3415:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3548:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3815:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3816:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3906:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3907:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3962:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3963:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3964:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3965:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:3985:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:4039:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:4040:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:4041:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:1000:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_nstdsums.cpp:1203:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_trans.cpp:848:12: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_trans.cpp:226:33: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_trans.cpp:877:17: performance: Use const reference for 'x_re' to avoid unnecessary data copying. [redundantCopyLocalConst]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_trans.cpp:878:17: performance: Use const reference for 'x_im' to avoid unnecessary data copying. [redundantCopyLocalConst]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_trans.cpp:1312:17: performance: Use const reference for 'x_re' to avoid unnecessary data copying. [redundantCopyLocalConst]
feelpp-0.99.0-final.1/contrib/ginac/ginac/inifcns_trans.cpp:1313:17: performance: Use const reference for 'x_im' to avoid unnecessary data copying. [redundantCopyLocalConst]
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.cpp:73:57: style: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.h:61:48: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/integral.cpp:73:57: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.cpp:108:55: style: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:131:48: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.cpp:108:55: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.cpp:228:31: style: Function 'subs' argument 1 names different: declaration 'm' definition 'mp'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.h:119:24: note: Function 'subs' argument 1 names different: declaration 'm' definition 'mp'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/matrix.cpp:228:31: note: Function 'subs' argument 1 names different: declaration 'm' definition 'mp'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.cpp:751:26: style: Function 'has' argument 1 names different: declaration 'other' definition 'pattern'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:56:22: note: Function 'has' argument 1 names different: declaration 'other' definition 'pattern'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.cpp:751:26: note: Function 'has' argument 1 names different: declaration 'other' definition 'pattern'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.cpp:455:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.cpp:462:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/ncmul.cpp:467:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/normal.cpp:992:40: style: Function 'primpart' argument 2 names different: declaration 'cont' definition 'c'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:199:37: note: Function 'primpart' argument 2 names different: declaration 'cont' definition 'c'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/normal.cpp:992:40: note: Function 'primpart' argument 2 names different: declaration 'cont' definition 'c'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/normal.cpp:332:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/normal.cpp:1178:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/normal.cpp:1225:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/normal.cpp:1562:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/normal.cpp:2185:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/normal.cpp:2208:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/normal.cpp:2244:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/normal.cpp:2049:2: style: Struct 'normal_map_function' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/normal.cpp:2050:5: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ginac/ginac/basic.h:90:13: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ginac/ginac/normal.cpp:2050:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ginac/ginac/normal.cpp:168:14: error: Uninitialized struct member: d.deg_a [uninitStructMember]
feelpp-0.99.0-final.1/contrib/ginac/ginac/normal.cpp:168:14: error: Uninitialized struct member: d.deg_b [uninitStructMember]
feelpp-0.99.0-final.1/contrib/ginac/ginac/normal.cpp:168:14: error: Uninitialized struct member: d.ldeg_a [uninitStructMember]
feelpp-0.99.0-final.1/contrib/ginac/ginac/normal.cpp:168:14: error: Uninitialized struct member: d.ldeg_b [uninitStructMember]
feelpp-0.99.0-final.1/contrib/ginac/ginac/normal.cpp:168:14: error: Uninitialized struct member: d.max_deg [uninitStructMember]
feelpp-0.99.0-final.1/contrib/ginac/ginac/normal.cpp:168:14: error: Uninitialized struct member: d.max_lcnops [uninitStructMember]
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.cpp:283:56: style: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:127:48: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.cpp:283:56: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.cpp:2169:40: style: Function 'bernoulli' argument 1 names different: declaration 'n' definition 'nn'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:240:40: note: Function 'bernoulli' argument 1 names different: declaration 'n' definition 'nn'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.cpp:2169:40: note: Function 'bernoulli' argument 1 names different: declaration 'n' definition 'nn'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.cpp:2344:35: style: Function 'smod' argument 1 names different: declaration 'a' definition 'a_'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:246:35: note: Function 'smod' argument 1 names different: declaration 'a' definition 'a_'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.cpp:2344:35: note: Function 'smod' argument 1 names different: declaration 'a' definition 'a_'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.cpp:2344:54: style: Function 'smod' argument 2 names different: declaration 'b' definition 'b_'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:246:53: note: Function 'smod' argument 2 names different: declaration 'b' definition 'b_'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.cpp:2344:54: note: Function 'smod' argument 2 names different: declaration 'b' definition 'b_'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.cpp:1786:17: warning: Member variable 'lanczos_coeffs::current_vector' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.cpp:80:2: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.cpp:134:2: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.cpp:141:2: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.cpp:163:2: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.cpp:251:2: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:63:2: style: Technically the member function 'GiNaC::_numeric_digits::operatorlong' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.cpp:2552:18: note: Technically the member function 'GiNaC::_numeric_digits::operatorlong' can be const.
feelpp-0.99.0-final.1/contrib/ginac/ginac/numeric.h:63:2: note: Technically the member function 'GiNaC::_numeric_digits::operatorlong' can be const.
feelpp-0.99.0-final.1/contrib/ginac/ginac/parser/lexer.cpp:138:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
feelpp-0.99.0-final.1/contrib/ginac/ginac/parser/parse_binop_rhs.cpp:50:6: style: The scope of the variable 'binop' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ginac/ginac/parser/parser.cpp:255:9: warning: Member variable 'parser::token' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ginac/ginac/parser/parser.cpp:259:2: style: Class 'parser' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/parser/parser.cpp:259:2: style: Class 'parser' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
feelpp-0.99.0-final.1/contrib/ginac/ginac/polynomial/collect_vargs.cpp:128:47: style: Function 'wipe_out_zeros' argument 1 names different: declaration 'ec' definition 'm'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/polynomial/collect_vargs.cpp:46:47: note: Function 'wipe_out_zeros' argument 1 names different: declaration 'ec' definition 'm'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/polynomial/collect_vargs.cpp:128:47: note: Function 'wipe_out_zeros' argument 1 names different: declaration 'ec' definition 'm'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/polynomial/smod_helpers.h:78:2: style: Struct 'random_modint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/polynomial/mgcd.cpp:72:12: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/ginac/ginac/polynomial/optimal_vars_finder.cpp:144:48: style: Function 'gcd_optimal_variables_order' argument 1 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/polynomial/optimal_vars_finder.h:42:55: note: Function 'gcd_optimal_variables_order' argument 1 names different: declaration 'A' definition 'a'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/polynomial/optimal_vars_finder.cpp:144:48: note: Function 'gcd_optimal_variables_order' argument 1 names different: declaration 'A' definition 'a'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/polynomial/optimal_vars_finder.cpp:144:61: style: Function 'gcd_optimal_variables_order' argument 2 names different: declaration 'B' definition 'b'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/polynomial/optimal_vars_finder.h:42:68: note: Function 'gcd_optimal_variables_order' argument 2 names different: declaration 'B' definition 'b'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/polynomial/optimal_vars_finder.cpp:144:61: note: Function 'gcd_optimal_variables_order' argument 2 names different: declaration 'B' definition 'b'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/polynomial/optimal_vars_finder.cpp:94:14: error: Uninitialized struct member: d.deg_a [uninitStructMember]
feelpp-0.99.0-final.1/contrib/ginac/ginac/polynomial/optimal_vars_finder.cpp:94:14: error: Uninitialized struct member: d.deg_b [uninitStructMember]
feelpp-0.99.0-final.1/contrib/ginac/ginac/polynomial/optimal_vars_finder.cpp:94:14: error: Uninitialized struct member: d.ldeg_a [uninitStructMember]
feelpp-0.99.0-final.1/contrib/ginac/ginac/polynomial/optimal_vars_finder.cpp:94:14: error: Uninitialized struct member: d.ldeg_b [uninitStructMember]
feelpp-0.99.0-final.1/contrib/ginac/ginac/polynomial/optimal_vars_finder.cpp:94:14: error: Uninitialized struct member: d.max_deg [uninitStructMember]
feelpp-0.99.0-final.1/contrib/ginac/ginac/polynomial/optimal_vars_finder.cpp:94:14: error: Uninitialized struct member: d.max_lcnops [uninitStructMember]
feelpp-0.99.0-final.1/contrib/ginac/ginac/polynomial/eval_point_finder.h:43:2: style: Struct 'eval_point_finder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.cpp:74:54: style: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:77:48: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.cpp:74:54: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:100:5: performance: Technically the member function 'GiNaC::power::expand_mul' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.cpp:1024:11: note: Technically the member function 'GiNaC::power::expand_mul' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:100:5: note: Technically the member function 'GiNaC::power::expand_mul' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:46:58: style: Function 'print_context' argument 2 names different: declaration 'options' definition 'opt'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:98:41: note: Function 'print_context' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:46:58: note: Function 'print_context' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:51:52: style: Function 'print_dflt' argument 2 names different: declaration 'options' definition 'opt'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:110:38: note: Function 'print_dflt' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:51:52: note: Function 'print_dflt' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:56:54: style: Function 'print_latex' argument 2 names different: declaration 'options' definition 'opt'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:118:39: note: Function 'print_latex' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:56:54: note: Function 'print_latex' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:61:56: style: Function 'print_python' argument 2 names different: declaration 'options' definition 'opt'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:126:40: note: Function 'print_python' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:61:56: note: Function 'print_python' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:66:66: style: Function 'print_python_repr' argument 2 names different: declaration 'options' definition 'opt'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:134:45: note: Function 'print_python_repr' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:66:66: note: Function 'print_python_repr' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:73:52: style: Function 'print_tree' argument 2 names different: declaration 'options' definition 'opt'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:143:38: note: Function 'print_tree' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:73:52: note: Function 'print_tree' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:78:52: style: Function 'print_csrc' argument 2 names different: declaration 'options' definition 'opt'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:153:38: note: Function 'print_csrc' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:78:52: note: Function 'print_csrc' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:83:64: style: Function 'print_csrc_float' argument 2 names different: declaration 'options' definition 'opt'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:161:44: note: Function 'print_csrc_float' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:83:64: note: Function 'print_csrc_float' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:88:66: style: Function 'print_csrc_double' argument 2 names different: declaration 'options' definition 'opt'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:169:45: note: Function 'print_csrc_double' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:88:66: note: Function 'print_csrc_double' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:93:62: style: Function 'print_csrc_cl_N' argument 2 names different: declaration 'options' definition 'opt'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.h:177:43: note: Function 'print_csrc_cl_N' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/print.cpp:93:62: note: Function 'print_csrc_cl_N' argument 2 names different: declaration 'options' definition 'opt'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.cpp:84:56: style: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.h:66:48: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.cpp:84:56: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.cpp:680:38: style: Function 'series' argument 1 names different: declaration 's' definition 'r'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:51:31: note: Function 'series' argument 1 names different: declaration 's' definition 'r'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.cpp:680:38: note: Function 'series' argument 1 names different: declaration 's' definition 'r'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.cpp:884:35: style: Function 'series' argument 1 names different: declaration 's' definition 'r'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/mul.h:62:31: note: Function 'series' argument 1 names different: declaration 's' definition 'r'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.cpp:884:35: note: Function 'series' argument 1 names different: declaration 's' definition 'r'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.cpp:1103:37: style: Function 'series' argument 1 names different: declaration 's' definition 'r'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/power.h:65:31: note: Function 'series' argument 1 names different: declaration 's' definition 'r'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.cpp:1103:37: note: Function 'series' argument 1 names different: declaration 's' definition 'r'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/pseries.cpp:75:2: performance: Variable 'point' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.cpp:59:59: style: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.h:66:48: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.cpp:59:59: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/relational.cpp:44:13: warning: Member variable 'relational::o' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.cpp:101:55: style: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.h:63:48: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/symbol.cpp:101:55: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.cpp:87:57: style: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.h:91:48: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.cpp:87:57: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.cpp:129:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.cpp:135:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.cpp:465:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ginac/ginac/symmetry.cpp:404:2: style: Class 'sy_is_less' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.cpp:83:29: style: Function 'minkmetric' argument 1 names different: declaration 'pos_sig' definition 'ps'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:103:18: note: Function 'minkmetric' argument 1 names different: declaration 'pos_sig' definition 'ps'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.cpp:83:29: note: Function 'minkmetric' argument 1 names different: declaration 'pos_sig' definition 'ps'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.cpp:91:31: style: Function 'tensepsilon' argument 1 names different: declaration 'minkowski' definition 'mink'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:157:19: note: Function 'tensepsilon' argument 1 names different: declaration 'minkowski' definition 'mink'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.cpp:91:31: note: Function 'tensepsilon' argument 1 names different: declaration 'minkowski' definition 'mink'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.cpp:91:42: style: Function 'tensepsilon' argument 2 names different: declaration 'pos_sig' definition 'ps'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:157:35: note: Function 'tensepsilon' argument 2 names different: declaration 'pos_sig' definition 'ps'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.cpp:91:42: note: Function 'tensepsilon' argument 2 names different: declaration 'pos_sig' definition 'ps'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.cpp:99:59: style: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:113:48: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.cpp:99:59: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.cpp:112:60: style: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:168:48: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.cpp:112:60: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:66:7: performance: Technically the member function 'GiNaC::tensdelta::do_print' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.cpp:204:1: note: Technically the member function 'GiNaC::tensdelta::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:66:7: note: Technically the member function 'GiNaC::tensdelta::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:67:7: performance: Technically the member function 'GiNaC::tensdelta::do_print_latex' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.cpp:204:1: note: Technically the member function 'GiNaC::tensdelta::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:67:7: note: Technically the member function 'GiNaC::tensdelta::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:88:7: performance: Technically the member function 'GiNaC::tensmetric::do_print' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.cpp:205:1: note: Technically the member function 'GiNaC::tensmetric::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:88:7: note: Technically the member function 'GiNaC::tensmetric::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:117:7: performance: Technically the member function 'GiNaC::minkmetric::do_print' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.cpp:206:1: note: Technically the member function 'GiNaC::minkmetric::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:117:7: note: Technically the member function 'GiNaC::minkmetric::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:118:7: performance: Technically the member function 'GiNaC::minkmetric::do_print_latex' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.cpp:206:1: note: Technically the member function 'GiNaC::minkmetric::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:118:7: note: Technically the member function 'GiNaC::minkmetric::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:142:7: performance: Technically the member function 'GiNaC::spinmetric::do_print' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.cpp:207:1: note: Technically the member function 'GiNaC::spinmetric::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:142:7: note: Technically the member function 'GiNaC::spinmetric::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:143:7: performance: Technically the member function 'GiNaC::spinmetric::do_print_latex' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.cpp:207:1: note: Technically the member function 'GiNaC::spinmetric::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:143:7: note: Technically the member function 'GiNaC::spinmetric::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:172:7: performance: Technically the member function 'GiNaC::tensepsilon::do_print' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.cpp:208:1: note: Technically the member function 'GiNaC::tensepsilon::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:172:7: note: Technically the member function 'GiNaC::tensepsilon::do_print' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:173:7: performance: Technically the member function 'GiNaC::tensepsilon::do_print_latex' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.cpp:208:1: note: Technically the member function 'GiNaC::tensepsilon::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/tensor.h:173:7: note: Technically the member function 'GiNaC::tensepsilon::do_print_latex' can be static.
feelpp-0.99.0-final.1/contrib/ginac/ginac/ex.h:50:14: style: Unused private function: 'library_init::init_unarchivers' [unusedPrivateFunction]
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.cpp:50:29: style: Function 'wildcard' argument 1 names different: declaration 'label' definition 'l'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.h:40:20: note: Function 'wildcard' argument 1 names different: declaration 'label' definition 'l'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.cpp:50:29: note: Function 'wildcard' argument 1 names different: declaration 'label' definition 'l'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.cpp:59:57: style: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.h:49:48: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/ginac/wildcard.cpp:59:57: note: Function 'read_archive' argument 2 names different: declaration 'syms' definition 'sym_lst'.
feelpp-0.99.0-final.1/contrib/ginac/tools/viewgar.cpp:40:7: style: The scope of the variable 'dump_mode' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/glog/src/demangle.cc:226:26: warning: String literal compared with variable 'state->mangled_cur'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
feelpp-0.99.0-final.1/contrib/glog/src/base/mutex.h:145:0: error: #error Need to implement mutex.h for your architecture, or #define NO_THREADS [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/glog/src/windows/port.cc:36:0: error: #error You should only be including windows/port.cc in a windows environment! [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:220:4: style: Variable 'x_lj' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:210:0: note: Variable 'x_lj' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:220:4: note: Variable 'x_lj' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:221:4: style: Variable 'x_uj' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:211:0: note: Variable 'x_uj' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:221:4: note: Variable 'x_uj' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:222:4: style: Variable 'g_lj' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:212:0: note: Variable 'g_lj' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:222:4: note: Variable 'g_lj' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:223:4: style: Variable 'g_uj' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:213:0: note: Variable 'g_uj' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:223:4: note: Variable 'g_uj' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:165:24: style: Function 'Jipopt' argument 1 names different: declaration 'env' definition 'env_'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:27:19: note: Function 'Jipopt' argument 1 names different: declaration 'env' definition 'env_'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:165:24: note: Function 'Jipopt' argument 1 names different: declaration 'env' definition 'env_'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:165:38: style: Function 'Jipopt' argument 2 names different: declaration 'solver' definition 'solver_'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:27:32: note: Function 'Jipopt' argument 2 names different: declaration 'solver' definition 'solver_'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:165:38: note: Function 'Jipopt' argument 2 names different: declaration 'solver' definition 'solver_'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:165:52: style: Function 'Jipopt' argument 3 names different: declaration 'n' definition 'n_'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:27:45: note: Function 'Jipopt' argument 3 names different: declaration 'n' definition 'n_'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:165:52: note: Function 'Jipopt' argument 3 names different: declaration 'n' definition 'n_'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:165:61: style: Function 'Jipopt' argument 4 names different: declaration 'm' definition 'm_'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:27:53: note: Function 'Jipopt' argument 4 names different: declaration 'm' definition 'm_'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:165:61: note: Function 'Jipopt' argument 4 names different: declaration 'm' definition 'm_'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:165:70: style: Function 'Jipopt' argument 5 names different: declaration 'nele_jac' definition 'nele_jac_'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:27:61: note: Function 'Jipopt' argument 5 names different: declaration 'nele_jac' definition 'nele_jac_'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:165:70: note: Function 'Jipopt' argument 5 names different: declaration 'nele_jac' definition 'nele_jac_'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:165:86: style: Function 'Jipopt' argument 6 names different: declaration 'nele_hess' definition 'nele_hess_'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:27:76: note: Function 'Jipopt' argument 6 names different: declaration 'nele_hess' definition 'nele_hess_'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:165:86: note: Function 'Jipopt' argument 6 names different: declaration 'nele_hess' definition 'nele_hess_'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:165:103: style: Function 'Jipopt' argument 7 names different: declaration 'index_style' definition 'index_style_'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:27:92: note: Function 'Jipopt' argument 7 names different: declaration 'index_style' definition 'index_style_'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:165:103: note: Function 'Jipopt' argument 7 names different: declaration 'index_style' definition 'index_style_'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:317:25: style: Function 'eval_jac_g' argument 8 names different: declaration 'values' definition 'jac_g'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:63:15: note: Function 'eval_jac_g' argument 8 names different: declaration 'values' definition 'jac_g'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:317:25: note: Function 'eval_jac_g' argument 8 names different: declaration 'values' definition 'jac_g'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:370:38: style: Function 'eval_h' argument 11 names different: declaration 'values' definition 'hess'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:72:28: note: Function 'eval_h' argument 11 names different: declaration 'values' definition 'hess'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:370:38: note: Function 'eval_h' argument 11 names different: declaration 'values' definition 'hess'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/JavaInterface/jipopt.cpp:171:4: performance: Variable 'application' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/callbackfunctions.cpp:31:3: style: Class 'CallbackFunctions' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/callbackfunctions.cpp:31:3: style: Class 'CallbackFunctions' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabexception.hpp:28:3: style: Class 'MatlabException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabjournal.hpp:23:5: style: Class 'MatlabJournal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/iterate.cpp:16:18: style: The scope of the variable 'p' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/iterate.cpp:46:14: style: The scope of the variable 'p' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/iterate.cpp:47:14: style: The scope of the variable 'm' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/iterate.cpp:65:20: style: The scope of the variable 'p' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/iterate.cpp:66:20: style: The scope of the variable 'm' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabfunctionhandle.hpp:47:8: style: Technically the member function 'MatlabFunctionHandle::evaluate' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabfunctionhandle.cpp:31:28: note: Technically the member function 'MatlabFunctionHandle::evaluate' can be const.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabfunctionhandle.hpp:47:8: note: Technically the member function 'MatlabFunctionHandle::evaluate' can be const.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabfunctionhandle.cpp:44:3: style: Exception should be caught by reference. [catchExceptionByValue]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.cpp:166:37: style: Function 'eval_jac_g' argument 1 names different: declaration 'numVariables' definition 'n'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.hpp:64:32: note: Function 'eval_jac_g' argument 1 names different: declaration 'numVariables' definition 'n'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.cpp:166:37: note: Function 'eval_jac_g' argument 1 names different: declaration 'numVariables' definition 'n'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.cpp:166:54: style: Function 'eval_jac_g' argument 2 names different: declaration 'variables' definition 'vars'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.hpp:64:60: note: Function 'eval_jac_g' argument 2 names different: declaration 'variables' definition 'vars'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.cpp:166:54: note: Function 'eval_jac_g' argument 2 names different: declaration 'variables' definition 'vars'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.cpp:166:65: style: Function 'eval_jac_g' argument 3 names different: declaration 'ignoreThis' definition 'ignore'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.hpp:65:12: note: Function 'eval_jac_g' argument 3 names different: declaration 'ignoreThis' definition 'ignore'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.cpp:166:65: note: Function 'eval_jac_g' argument 3 names different: declaration 'ignoreThis' definition 'ignore'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.cpp:166:77: style: Function 'eval_jac_g' argument 4 names different: declaration 'numConstraints' definition 'm'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.hpp:65:28: note: Function 'eval_jac_g' argument 4 names different: declaration 'numConstraints' definition 'm'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.cpp:166:77: note: Function 'eval_jac_g' argument 4 names different: declaration 'numConstraints' definition 'm'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.cpp:253:65: style: Function 'finalize_solution' argument 2 names different: declaration 'numVariables' definition 'n'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.hpp:76:60: note: Function 'finalize_solution' argument 2 names different: declaration 'numVariables' definition 'n'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.cpp:253:65: note: Function 'finalize_solution' argument 2 names different: declaration 'numVariables' definition 'n'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.cpp:254:26: style: Function 'finalize_solution' argument 3 names different: declaration 'variables' definition 'vars'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.hpp:77:21: note: Function 'finalize_solution' argument 3 names different: declaration 'variables' definition 'vars'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.cpp:254:26: note: Function 'finalize_solution' argument 3 names different: declaration 'variables' definition 'vars'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.cpp:255:34: style: Function 'finalize_solution' argument 6 names different: declaration 'numConstraints' definition 'm'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.hpp:78:29: note: Function 'finalize_solution' argument 6 names different: declaration 'numConstraints' definition 'm'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.cpp:255:34: note: Function 'finalize_solution' argument 6 names different: declaration 'numConstraints' definition 'm'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.cpp:256:26: style: Function 'finalize_solution' argument 7 names different: declaration 'constraints' definition 'g'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.hpp:79:21: note: Function 'finalize_solution' argument 7 names different: declaration 'constraints' definition 'g'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.cpp:256:26: note: Function 'finalize_solution' argument 7 names different: declaration 'constraints' definition 'g'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.cpp:257:19: style: Function 'finalize_solution' argument 9 names different: declaration 'objective' definition 'f'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.hpp:80:36: note: Function 'finalize_solution' argument 9 names different: declaration 'objective' definition 'f'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/matlabprogram.cpp:257:19: note: Function 'finalize_solution' argument 9 names different: declaration 'objective' definition 'f'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/sparsematrix.cpp:25:3: style: Class 'SparseMatrix' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/MatlabInterface/src/sparsematrix.cpp:25:3: style: Class 'SparseMatrix' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/RInterface/src/IpoptRJournal.hpp:27:5: style: Class 'IpoptRJournal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/RInterface/src/IpoptRNLP.cpp:125:67: style: Function 'get_nlp_info' argument 5 names different: declaration 'Index_style' definition 'index_style'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/RInterface/src/IpoptRNLP.hpp:93:70: note: Function 'get_nlp_info' argument 5 names different: declaration 'Index_style' definition 'index_style'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/RInterface/src/IpoptRNLP.cpp:125:67: note: Function 'get_nlp_info' argument 5 names different: declaration 'Index_style' definition 'index_style'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/AmplSolver/SensAmplTNLP.cpp:56:21: style: Variable 'asl' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/AmplSolver/SensAmplTNLP.cpp:104:21: style: Variable 'asl' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/AmplSolver/SensAmplTNLP.cpp:153:21: style: Variable 'asl' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/AmplSolver/SensAmplTNLP.cpp:305:21: style: Variable 'asl' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/AmplSolver/SensAmplTNLP.cpp:339:21: style: Variable 'asl' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/AmplSolver/SensAmplTNLP.cpp:377:21: style: Variable 'asl' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensSimpleBacksolver.hpp:22:5: style: Class 'SimpleBacksolver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensSimpleBacksolver.hpp:30:10: style: The function 'Solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensBacksolver.hpp:31:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensSimpleBacksolver.hpp:30:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensApplication.cpp:24:20: warning: Member variable 'SensApplication::run_sens_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensApplication.cpp:24:20: warning: Member variable 'SensApplication::compute_red_hessian_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensBuilder.cpp:186:5: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensBuilder.cpp:182:5: note: Variable 'retval' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensBuilder.cpp:186:5: note: Variable 'retval' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensBuilder.cpp:93:24: style: Unused variable: sens_state_list [unusedVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensBuilder.cpp:95:17: style: Unused variable: E_i_name [unusedVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensBuilder.cpp:186:14: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexPCalculator.hpp:30:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensPCalculator.hpp:45:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexPCalculator.hpp:30:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexPCalculator.hpp:33:18: style: The function 'ComputeP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensPCalculator.hpp:52:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexPCalculator.hpp:33:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexPCalculator.hpp:35:18: style: The function 'GetSchurMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensPCalculator.hpp:55:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexPCalculator.hpp:35:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexPCalculator.hpp:37:18: style: The function 'PrintImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensPCalculator.hpp:57:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexPCalculator.hpp:37:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:28:33: style: The function 'MakeNewSchurDataCopy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensSchurData.hpp:40:33: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:28:33: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:30:19: style: The function 'GetNRowsAdded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensSchurData.hpp:57:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:30:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:32:18: style: The function 'SetData_Flag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensSchurData.hpp:45:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:32:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:34:18: style: The function 'SetData_Flag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensSchurData.hpp:48:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:34:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:36:19: style: The function 'SetData_Index' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensSchurData.hpp:50:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:36:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:38:18: style: The function 'SetData_List' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensSchurData.hpp:52:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:38:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:40:18: style: The function 'GetRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensSchurData.hpp:69:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:40:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:42:18: style: The function 'GetMultiplyingVectors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensSchurData.hpp:76:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:42:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:44:18: style: The function 'Multiply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensSchurData.hpp:79:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:44:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:46:18: style: The function 'TransMultiply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensSchurData.hpp:82:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:46:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:48:18: style: The function 'PrintImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensSchurData.hpp:84:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:48:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:66:10: style: The function 'AddData_List' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensSchurData.hpp:54:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:66:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensDenseGenSchurDriver.hpp:29:18: style: The function 'SchurBuild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensSchurDriver.hpp:84:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensDenseGenSchurDriver.hpp:29:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensDenseGenSchurDriver.hpp:32:18: style: The function 'SchurFactorize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensSchurDriver.hpp:87:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensDenseGenSchurDriver.hpp:32:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensMetadataMeasurement.hpp:30:32: style: The function 'GetInitialEqConstraints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensMeasurement.hpp:36:32: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensMetadataMeasurement.hpp:30:32: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensMetadataMeasurement.hpp:32:35: style: The function 'GetMeasurement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensMeasurement.hpp:39:35: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensMetadataMeasurement.hpp:32:35: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensMetadataMeasurement.hpp:34:18: style: The function 'SetSolution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensMeasurement.hpp:42:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensMetadataMeasurement.hpp:34:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensMetadataMeasurement.hpp:38:32: style: The function 'GetIntegerSuffix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensSuffixHandler.hpp:32:32: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensMetadataMeasurement.hpp:38:32: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensStdStepCalc.hpp:26:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensStepCalc.hpp:36:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensStdStepCalc.hpp:26:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensStdStepCalc.hpp:31:18: style: The function 'Step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensStepCalc.hpp:66:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensStdStepCalc.hpp:31:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:24:45: performance: Function parameter 'idx' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:24:75: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensDenseGenSchurDriver.cpp:57:10: style: The scope of the variable 'retval' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensDenseGenSchurDriver.cpp:66:65: style: Function 'SchurSolve' argument 1 names different: declaration 'x' definition 'lhs'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensDenseGenSchurDriver.hpp:52:54: note: Function 'SchurSolve' argument 1 names different: declaration 'x' definition 'lhs'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensDenseGenSchurDriver.cpp:66:65: note: Function 'SchurSolve' argument 1 names different: declaration 'x' definition 'lhs'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensDenseGenSchurDriver.cpp:67:43: style: Function 'SchurSolve' argument 2 names different: declaration 'f' definition 'rhs'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensDenseGenSchurDriver.hpp:53:39: note: Function 'SchurSolve' argument 2 names different: declaration 'f' definition 'rhs'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensDenseGenSchurDriver.cpp:67:43: note: Function 'SchurSolve' argument 2 names different: declaration 'f' definition 'rhs'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensDenseGenSchurDriver.cpp:68:29: style: Function 'SchurSolve' argument 3 names different: declaration 'g' definition 'delta_u'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensDenseGenSchurDriver.hpp:54:25: note: Function 'SchurSolve' argument 3 names different: declaration 'g' definition 'delta_u'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensDenseGenSchurDriver.cpp:68:29: note: Function 'SchurSolve' argument 3 names different: declaration 'g' definition 'delta_u'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensDenseGenSchurDriver.cpp:69:37: style: Function 'SchurSolve' argument 4 names different: declaration 'Kf' definition 'sol'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensDenseGenSchurDriver.hpp:55:33: note: Function 'SchurSolve' argument 4 names different: declaration 'Kf' definition 'sol'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensDenseGenSchurDriver.cpp:69:37: note: Function 'SchurSolve' argument 4 names different: declaration 'Kf' definition 'sol'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexPCalculator.cpp:165:19: style: The scope of the variable 'col_val' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexPCalculator.cpp:195:81: style: Function 'GetSchurMatrixRows' argument 2 names different: declaration 'S' definition 'S_col'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexPCalculator.hpp:66:82: note: Function 'GetSchurMatrixRows' argument 2 names different: declaration 'S' definition 'S_col'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexPCalculator.cpp:195:81: note: Function 'GetSchurMatrixRows' argument 2 names different: declaration 'S' definition 'S_col'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexPCalculator.cpp:142:24: style: Unused variable: indices [unusedVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexPCalculator.cpp:143:25: style: Unused variable: factors [unusedVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.cpp:243:13: style: The scope of the variable 'curr_val' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.cpp:327:10: style: The scope of the variable 'oldindex' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.cpp:139:37: style: Function 'GetRow' argument 1 names different: declaration 'i' definition 'row'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:40:31: note: Function 'GetRow' argument 1 names different: declaration 'i' definition 'row'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.cpp:139:37: note: Function 'GetRow' argument 1 names different: declaration 'i' definition 'row'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.cpp:164:52: style: Function 'GetMultiplyingVectors' argument 1 names different: declaration 'i' definition 'row'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.hpp:42:46: note: Function 'GetMultiplyingVectors' argument 1 names different: declaration 'i' definition 'row'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.cpp:164:52: note: Function 'GetMultiplyingVectors' argument 1 names different: declaration 'i' definition 'row'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.cpp:24:59: performance: Function parameter 'idx' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensIndexSchurData.cpp:24:89: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensReducedHessianCalculator.cpp:16:29: warning: Member variable 'ReducedHessianCalculator::compute_eigenvalues_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensStdStepCalc.cpp:114:2: style: Variable 'delta_u_space' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensStdStepCalc.cpp:113:2: note: Variable 'delta_u_space' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensStdStepCalc.cpp:114:2: note: Variable 'delta_u_space' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensStdStepCalc.cpp:90:15: style: The scope of the variable 'new_du_values' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/contrib/sIPOPT/src/SensStdStepCalc.cpp:140:12: error: Uninitialized variable: retval [uninitvar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactNewtonNormal.hpp:27:5: style: Class 'InexactNewtonNormalStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactNormalTerminationTester.hpp:34:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpIterativeSolverTerminationTester.hpp:53:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactNormalTerminationTester.hpp:34:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactNormalTerminationTester.hpp:44:18: style: The function 'InitializeSolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpIterativeSolverTerminationTester.hpp:59:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactNormalTerminationTester.hpp:44:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactNormalTerminationTester.hpp:52:30: style: The function 'TestTermination' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpIterativeSolverTerminationTester.hpp:67:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactNormalTerminationTester.hpp:52:30: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactNormalTerminationTester.hpp:58:18: style: The function 'Clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpIterativeSolverTerminationTester.hpp:73:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactNormalTerminationTester.hpp:58:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactNormalTerminationTester.hpp:63:19: style: The function 'GetSolverIterations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpIterativeSolverTerminationTester.hpp:83:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactNormalTerminationTester.hpp:63:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactDoglegNormal.hpp:34:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactNormalStepCalc.hpp:35:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactDoglegNormal.hpp:34:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactDoglegNormal.hpp:41:18: style: The function 'ComputeNormalStep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactNormalStepCalc.hpp:42:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactDoglegNormal.hpp:41:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactPDTerminationTester.hpp:34:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpIterativeSolverTerminationTester.hpp:53:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactPDTerminationTester.hpp:34:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactPDTerminationTester.hpp:44:18: style: The function 'InitializeSolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpIterativeSolverTerminationTester.hpp:59:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactPDTerminationTester.hpp:44:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactPDTerminationTester.hpp:52:30: style: The function 'TestTermination' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpIterativeSolverTerminationTester.hpp:67:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactPDTerminationTester.hpp:52:30: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactPDTerminationTester.hpp:58:18: style: The function 'Clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpIterativeSolverTerminationTester.hpp:73:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactPDTerminationTester.hpp:58:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactPDTerminationTester.hpp:62:19: style: The function 'GetSolverIterations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpIterativeSolverTerminationTester.hpp:83:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactPDTerminationTester.hpp:62:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactData.cpp:13:16: warning: Member variable 'InexactData::full_step_accepted_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactData.cpp:13:16: warning: Member variable 'InexactData::compute_normal_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactData.cpp:13:16: warning: Member variable 'InexactData::next_compute_normal_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactDoglegNormal.cpp:17:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactLSAcceptor.cpp:18:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactNewtonNormal.cpp:27:77: style: Function 'RegisterOptions' argument 1 names different: declaration 'roptions' definition 'reg_options'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactNewtonNormal.hpp:46:61: note: Function 'RegisterOptions' argument 1 names different: declaration 'roptions' definition 'reg_options'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactNewtonNormal.cpp:27:77: note: Function 'RegisterOptions' argument 1 names different: declaration 'roptions' definition 'reg_options'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactNormalTerminationTester.cpp:18:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactPDSolver.cpp:17:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactPDTerminationTester.cpp:18:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpInexactSearchDirCalc.cpp:19:3: warning: Member variable 'InexactSearchDirCalculator::decomposition_type_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpIterativePardisoSolverInterface.cpp:22:0: error: #error "don't have header file for stdio" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/Inexact/IpIterativeSolverTerminationTester.cpp:54:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAdaptiveMuUpdate.cpp:18:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAlgBuilder.hpp:38:5: style: Class 'AlgorithmBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpStdAugSystemSolver.hpp:33:5: style: Class 'StdAugSystemSolver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilter.hpp:117:5: style: Class 'Filter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:31:5: style: Class 'FilterLSAcceptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:31:5: style: Class 'PenaltyLSAcceptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPDSearchDirCalc.hpp:27:5: style: Class 'PDSearchDirCalculator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMonotoneMuUpdate.hpp:28:5: style: Class 'MonotoneMuUpdate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpQualityFunctionMuOracle.hpp:28:5: style: Class 'QualityFunctionMuOracle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpProbingMuOracle.hpp:27:5: style: Class 'ProbingMuOracle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLeastSquareMults.hpp:30:5: style: Class 'LeastSquareMultipliers' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLimMemQuasiNewtonUpdater.hpp:31:5: style: Class 'LimMemQuasiNewtonUpdater' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.hpp:30:5: style: Class 'LowRankAugSystemSolver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIterationOutput.hpp:31:5: style: Class 'RestoIterationOutput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIterateInitializer.hpp:30:5: style: Class 'RestoIterateInitializer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpUserScaling.hpp:25:5: style: Class 'UserScaling' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpGradientScaling.hpp:26:5: style: Class 'GradientScaling' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpEquilibrationScaling.hpp:26:5: style: Class 'EquilibrationScaling' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:243:20: style: The function 'apply_obj_scaling' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:55:20: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:243:20: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:245:20: style: The function 'unapply_obj_scaling' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:57:20: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:245:20: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:248:5: style: The function 'apply_vector_scaling_x_NonConst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:60:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:248:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:251:5: style: The function 'apply_vector_scaling_x' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:63:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:251:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:254:5: style: The function 'unapply_vector_scaling_x_NonConst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:66:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:254:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:257:5: style: The function 'unapply_vector_scaling_x' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:69:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:257:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:260:5: style: The function 'apply_vector_scaling_c' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:72:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:260:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:263:5: style: The function 'unapply_vector_scaling_c' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:75:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:263:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:266:5: style: The function 'apply_vector_scaling_c_NonConst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:78:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:266:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:269:5: style: The function 'unapply_vector_scaling_c_NonConst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:81:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:269:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:272:5: style: The function 'apply_vector_scaling_d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:84:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:272:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:275:5: style: The function 'unapply_vector_scaling_d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:87:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:275:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:278:5: style: The function 'apply_vector_scaling_d_NonConst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:90:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:278:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:281:5: style: The function 'unapply_vector_scaling_d_NonConst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:93:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:281:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:287:5: style: The function 'apply_jac_c_scaling' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:99:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:287:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:293:5: style: The function 'apply_jac_d_scaling' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:105:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:293:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:299:5: style: The function 'apply_hessian_scaling' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:111:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:299:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:305:18: style: The function 'have_x_scaling' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:172:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:305:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:306:18: style: The function 'have_c_scaling' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:174:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:306:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:307:18: style: The function 'have_d_scaling' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:176:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:307:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:313:18: style: The function 'DetermineScaling' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:182:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:313:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:332:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:196:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:332:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:416:18: style: The function 'DetermineScalingParametersImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:339:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:416:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpSearchDirCalculator.hpp:35:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAlgStrategy.hpp:114:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpSearchDirCalculator.hpp:35:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMuUpdate.hpp:35:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAlgStrategy.hpp:114:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMuUpdate.hpp:35:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpConvCheck.hpp:47:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAlgStrategy.hpp:114:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpConvCheck.hpp:47:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIterateInitializer.hpp:37:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAlgStrategy.hpp:114:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIterateInitializer.hpp:37:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIterationOutput.hpp:37:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAlgStrategy.hpp:114:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIterationOutput.hpp:37:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpHessianUpdater.hpp:37:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAlgStrategy.hpp:114:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpHessianUpdater.hpp:37:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpEqMultCalculator.hpp:35:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAlgStrategy.hpp:114:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpEqMultCalculator.hpp:35:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptAlg.hpp:70:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAlgStrategy.hpp:114:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptAlg.hpp:70:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:51:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAlgStrategy.hpp:114:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:51:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:51:18: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:45:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:51:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:57:18: style: The function 'InitializeStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:63:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:57:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:72:18: style: The function 'GetWarmStartIterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:78:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:72:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:79:20: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:83:20: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:79:20: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:83:20: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:187:20: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:83:20: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:86:36: style: The function 'grad_f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:86:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:86:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:90:36: style: The function 'grad_f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:191:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:90:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:93:36: style: The function 'c' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:89:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:93:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:96:36: style: The function 'jac_c' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:92:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:96:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:100:36: style: The function 'd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:96:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:100:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:103:36: style: The function 'jac_d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:99:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:103:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:106:39: style: The function 'h' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:102:39: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:106:39: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:114:39: style: The function 'h' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:195:39: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:114:39: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:123:39: style: The function 'uninitialized_h' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:204:39: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:123:39: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:126:36: style: The function 'x_L' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:109:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:126:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:132:36: style: The function 'Px_L' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:112:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:132:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:138:36: style: The function 'x_U' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:115:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:138:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:144:36: style: The function 'Px_U' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:118:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:144:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:150:36: style: The function 'd_L' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:121:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:150:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:156:36: style: The function 'Pd_L' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:124:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:156:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:162:36: style: The function 'd_U' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:127:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:162:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:168:36: style: The function 'Pd_U' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:130:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:168:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:173:44: style: The function 'HessianMatrixSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:134:44: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:173:44: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:180:18: style: The function 'GetSpaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:138:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:180:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:197:18: style: The function 'AdjustVariableBounds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:155:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:197:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:204:19: style: The function 'f_evals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:162:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:204:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:208:19: style: The function 'grad_f_evals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:163:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:208:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:212:19: style: The function 'c_evals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:164:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:212:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:216:19: style: The function 'jac_c_evals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:165:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:216:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:220:19: style: The function 'd_evals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:166:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:220:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:224:19: style: The function 'jac_d_evals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:167:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:224:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:228:19: style: The function 'h_evals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:168:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:228:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:236:10: style: The function 'FinalizeSolution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:209:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:236:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:243:10: style: The function 'IntermediateCallBack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:217:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.hpp:243:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpStdAugSystemSolver.hpp:40:10: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:51:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpStdAugSystemSolver.hpp:40:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpStdAugSystemSolver.hpp:47:30: style: The function 'MultiSolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:110:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpStdAugSystemSolver.hpp:47:30: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpStdAugSystemSolver.hpp:77:19: style: The function 'NumberOfNegEVals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:165:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpStdAugSystemSolver.hpp:77:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpStdAugSystemSolver.hpp:82:18: style: The function 'ProvidesInertia' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:170:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpStdAugSystemSolver.hpp:82:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpStdAugSystemSolver.hpp:90:18: style: The function 'IncreaseQuality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:178:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpStdAugSystemSolver.hpp:90:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.hpp:42:10: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:51:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.hpp:42:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.hpp:49:30: style: The function 'Solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:61:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.hpp:49:30: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.hpp:76:19: style: The function 'NumberOfNegEVals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:165:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.hpp:76:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.hpp:84:18: style: The function 'ProvidesInertia' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:170:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.hpp:84:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.hpp:95:18: style: The function 'IncreaseQuality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:178:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.hpp:95:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPDSystemSolver.hpp:91:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAlgStrategy.hpp:114:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPDSystemSolver.hpp:91:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPDPerturbationHandler.hpp:37:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAlgStrategy.hpp:114:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPDPerturbationHandler.hpp:37:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPDFullSpaceSolver.hpp:48:10: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPDSystemSolver.hpp:91:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPDFullSpaceSolver.hpp:48:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPDFullSpaceSolver.hpp:53:18: style: The function 'Solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPDSystemSolver.hpp:106:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPDFullSpaceSolver.hpp:53:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOptErrorConvCheck.hpp:33:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpConvCheck.hpp:47:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOptErrorConvCheck.hpp:33:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOptErrorConvCheck.hpp:38:5: style: The function 'CheckConvergence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpConvCheck.hpp:55:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOptErrorConvCheck.hpp:38:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOptErrorConvCheck.hpp:42:18: style: The function 'CurrentIsAcceptable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpConvCheck.hpp:62:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOptErrorConvCheck.hpp:42:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:36:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAlgStrategy.hpp:114:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:36:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoPhase.hpp:48:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAlgStrategy.hpp:114:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoPhase.hpp:48:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLineSearch.hpp:58:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAlgStrategy.hpp:114:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLineSearch.hpp:58:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLineSearch.hpp:64:18: style: The function 'FindAcceptableTrialPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLineSearch.hpp:37:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLineSearch.hpp:64:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLineSearch.hpp:72:18: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLineSearch.hpp:45:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLineSearch.hpp:72:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLineSearch.hpp:85:18: style: The function 'SetRigorousLineSearch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLineSearch.hpp:58:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLineSearch.hpp:85:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLineSearch.hpp:94:18: style: The function 'CheckSkippedLineSearch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLineSearch.hpp:64:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLineSearch.hpp:94:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLineSearch.hpp:101:18: style: The function 'ActivateFallbackMechanism' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLineSearch.hpp:74:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLineSearch.hpp:101:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:38:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:36:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:38:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:47:18: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:45:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:47:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:52:18: style: The function 'InitThisLineSearch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:50:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:52:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:58:18: style: The function 'PrepareRestoPhaseStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:56:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:58:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:61:20: style: The function 'CalculateAlphaMin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:62:20: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:61:20: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:68:18: style: The function 'CheckAcceptabilityOfTrialPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:71:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:68:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:81:18: style: The function 'TrySecondOrderCorrection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:84:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:81:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:91:18: style: The function 'TryCorrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:94:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:91:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:99:18: style: The function 'UpdateForNextIteration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:103:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:99:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:103:18: style: The function 'StartWatchDog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:107:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:103:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:107:18: style: The function 'StopWatchDog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:111:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.hpp:107:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:38:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:36:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:38:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:47:18: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:45:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:47:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:52:18: style: The function 'InitThisLineSearch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:50:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:52:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:57:18: style: The function 'PrepareRestoPhaseStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:56:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:57:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:60:20: style: The function 'CalculateAlphaMin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:62:20: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:60:20: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:67:18: style: The function 'CheckAcceptabilityOfTrialPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:71:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:67:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:81:18: style: The function 'TrySecondOrderCorrection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:84:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:81:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:91:18: style: The function 'TryCorrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:94:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:91:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:99:18: style: The function 'UpdateForNextIteration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:103:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:99:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:103:18: style: The function 'StartWatchDog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:107:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:103:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:107:18: style: The function 'StopWatchDog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLSAcceptor.hpp:111:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.hpp:107:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPDSearchDirCalc.hpp:34:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpSearchDirCalculator.hpp:35:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPDSearchDirCalc.hpp:34:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPDSearchDirCalc.hpp:39:18: style: The function 'ComputeSearchDirection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpSearchDirCalculator.hpp:40:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPDSearchDirCalc.hpp:39:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMonotoneMuUpdate.hpp:35:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMuUpdate.hpp:35:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMonotoneMuUpdate.hpp:35:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMonotoneMuUpdate.hpp:43:18: style: The function 'UpdateBarrierParameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMuUpdate.hpp:46:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMonotoneMuUpdate.hpp:43:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMuOracle.hpp:35:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAlgStrategy.hpp:114:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMuOracle.hpp:35:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpQualityFunctionMuOracle.hpp:34:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMuOracle.hpp:35:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpQualityFunctionMuOracle.hpp:34:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpQualityFunctionMuOracle.hpp:40:18: style: The function 'CalculateMu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMuOracle.hpp:46:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpQualityFunctionMuOracle.hpp:40:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAdaptiveMuUpdate.hpp:37:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMuUpdate.hpp:35:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAdaptiveMuUpdate.hpp:37:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAdaptiveMuUpdate.hpp:45:18: style: The function 'UpdateBarrierParameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMuUpdate.hpp:46:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAdaptiveMuUpdate.hpp:45:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLoqoMuOracle.hpp:32:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMuOracle.hpp:35:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLoqoMuOracle.hpp:32:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLoqoMuOracle.hpp:38:18: style: The function 'CalculateMu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMuOracle.hpp:46:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLoqoMuOracle.hpp:38:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpProbingMuOracle.hpp:33:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMuOracle.hpp:35:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpProbingMuOracle.hpp:33:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpProbingMuOracle.hpp:40:18: style: The function 'CalculateMu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMuOracle.hpp:46:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpProbingMuOracle.hpp:40:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoMinC_1Nrm.hpp:41:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoPhase.hpp:48:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoMinC_1Nrm.hpp:41:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoMinC_1Nrm.hpp:51:18: style: The function 'PerformRestoration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoPhase.hpp:53:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoMinC_1Nrm.hpp:51:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLeastSquareMults.hpp:37:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpEqMultCalculator.hpp:35:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLeastSquareMults.hpp:37:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLeastSquareMults.hpp:44:18: style: The function 'CalculateMultipliers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpEqMultCalculator.hpp:42:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLeastSquareMults.hpp:44:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpDefaultIterateInitializer.hpp:45:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIterateInitializer.hpp:37:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpDefaultIterateInitializer.hpp:45:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpDefaultIterateInitializer.hpp:50:18: style: The function 'SetInitialIterates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIterateInitializer.hpp:42:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpDefaultIterateInitializer.hpp:50:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpWarmStartIterateInitializer.hpp:34:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIterateInitializer.hpp:37:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpWarmStartIterateInitializer.hpp:34:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpWarmStartIterateInitializer.hpp:39:18: style: The function 'SetInitialIterates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIterateInitializer.hpp:42:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpWarmStartIterateInitializer.hpp:39:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIterationOutput.hpp:32:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIterationOutput.hpp:37:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIterationOutput.hpp:32:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIterationOutput.hpp:38:18: style: The function 'WriteOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIterationOutput.hpp:43:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIterationOutput.hpp:38:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLimMemQuasiNewtonUpdater.hpp:39:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpHessianUpdater.hpp:37:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLimMemQuasiNewtonUpdater.hpp:39:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLimMemQuasiNewtonUpdater.hpp:44:18: style: The function 'UpdateHessian' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpHessianUpdater.hpp:43:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLimMemQuasiNewtonUpdater.hpp:44:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.hpp:37:10: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:51:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.hpp:37:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.hpp:43:30: style: The function 'Solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:61:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.hpp:43:30: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.hpp:73:19: style: The function 'NumberOfNegEVals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:165:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.hpp:73:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.hpp:78:18: style: The function 'ProvidesInertia' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:170:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.hpp:78:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.hpp:86:18: style: The function 'IncreaseQuality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:178:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.hpp:86:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankSSAugSystemSolver.hpp:42:10: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:51:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankSSAugSystemSolver.hpp:42:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankSSAugSystemSolver.hpp:48:30: style: The function 'Solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:61:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankSSAugSystemSolver.hpp:48:30: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankSSAugSystemSolver.hpp:78:19: style: The function 'NumberOfNegEVals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:165:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankSSAugSystemSolver.hpp:78:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankSSAugSystemSolver.hpp:83:18: style: The function 'ProvidesInertia' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:170:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankSSAugSystemSolver.hpp:83:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankSSAugSystemSolver.hpp:91:18: style: The function 'IncreaseQuality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:178:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankSSAugSystemSolver.hpp:91:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIterationOutput.hpp:38:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIterationOutput.hpp:37:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIterationOutput.hpp:38:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIterationOutput.hpp:44:18: style: The function 'WriteOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIterationOutput.hpp:43:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIterationOutput.hpp:44:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoConvCheck.hpp:43:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOptErrorConvCheck.hpp:33:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoConvCheck.hpp:43:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoConvCheck.hpp:47:31: style: The function 'CheckConvergence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOptErrorConvCheck.hpp:38:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoConvCheck.hpp:47:31: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoFilterConvCheck.hpp:42:10: style: The function 'SetOrigLSAcceptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoConvCheck.hpp:50:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoFilterConvCheck.hpp:42:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoFilterConvCheck.hpp:45:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoConvCheck.hpp:43:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoFilterConvCheck.hpp:45:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoFilterConvCheck.hpp:70:5: style: The function 'TestOrigProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoConvCheck.hpp:73:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoFilterConvCheck.hpp:70:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIterateInitializer.hpp:39:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIterateInitializer.hpp:37:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIterateInitializer.hpp:39:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIterateInitializer.hpp:44:18: style: The function 'SetInitialIterates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIterateInitializer.hpp:42:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIterateInitializer.hpp:44:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoPenaltyConvCheck.hpp:41:10: style: The function 'SetOrigLSAcceptor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoConvCheck.hpp:50:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoPenaltyConvCheck.hpp:41:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoPenaltyConvCheck.hpp:44:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoConvCheck.hpp:43:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoPenaltyConvCheck.hpp:44:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoPenaltyConvCheck.hpp:69:5: style: The function 'TestOrigProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoConvCheck.hpp:73:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoPenaltyConvCheck.hpp:69:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoRestoPhase.hpp:38:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoPhase.hpp:48:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoRestoPhase.hpp:38:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoRestoPhase.hpp:43:18: style: The function 'PerformRestoration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoPhase.hpp:53:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoRestoPhase.hpp:43:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpUserScaling.hpp:37:18: style: The function 'DetermineScalingParametersImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:339:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpUserScaling.hpp:37:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpGradientScaling.hpp:45:10: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:332:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpGradientScaling.hpp:45:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpGradientScaling.hpp:48:18: style: The function 'DetermineScalingParametersImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:339:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpGradientScaling.hpp:48:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpEquilibrationScaling.hpp:45:10: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:332:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpEquilibrationScaling.hpp:45:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpEquilibrationScaling.hpp:48:18: style: The function 'DetermineScalingParametersImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpNLPScaling.hpp:339:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpEquilibrationScaling.hpp:48:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpExactHessianUpdater.hpp:35:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpHessianUpdater.hpp:37:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpExactHessianUpdater.hpp:35:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpExactHessianUpdater.hpp:40:18: style: The function 'UpdateHessian' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpHessianUpdater.hpp:43:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpExactHessianUpdater.hpp:40:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:46:18: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:45:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:46:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:52:18: style: The function 'InitializeStructures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:63:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:52:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:67:18: style: The function 'GetWarmStartIterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:78:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:67:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:74:10: style: The function 'FinalizeSolution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:209:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:74:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:89:18: style: The function 'objective_depends_on_mu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:180:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:89:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:95:20: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:83:20: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:95:20: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:98:20: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:187:20: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:98:20: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:101:36: style: The function 'grad_f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:86:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:101:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:104:36: style: The function 'grad_f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:191:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:104:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:107:36: style: The function 'c' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:89:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:107:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:110:36: style: The function 'jac_c' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:92:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:110:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:114:36: style: The function 'd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:96:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:114:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:117:36: style: The function 'jac_d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:99:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:117:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:121:39: style: The function 'h' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:102:39: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:121:39: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:128:39: style: The function 'h' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:195:39: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:128:39: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:137:39: style: The function 'uninitialized_h' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:204:39: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:137:39: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:140:36: style: The function 'x_L' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:109:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:140:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:146:36: style: The function 'Px_L' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:112:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:146:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:152:36: style: The function 'x_U' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:115:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:152:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:158:36: style: The function 'Px_U' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:118:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:158:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:164:36: style: The function 'd_L' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:121:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:164:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:170:36: style: The function 'Pd_L' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:124:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:170:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:176:36: style: The function 'd_U' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:127:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:176:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:182:36: style: The function 'Pd_U' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:130:36: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:182:36: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:187:44: style: The function 'HessianMatrixSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:134:44: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:187:44: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:194:18: style: The function 'GetSpaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:138:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:194:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:210:18: style: The function 'AdjustVariableBounds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:155:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:210:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:216:10: style: The function 'IntermediateCallBack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:217:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:216:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:252:19: style: The function 'f_evals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:162:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:252:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:256:19: style: The function 'grad_f_evals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:163:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:256:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:260:19: style: The function 'c_evals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:164:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:260:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:264:19: style: The function 'jac_c_evals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:165:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:264:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:268:19: style: The function 'd_evals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:166:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:268:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:272:19: style: The function 'jac_d_evals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:167:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:272:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:276:19: style: The function 'h_evals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptNLP.hpp:168:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.hpp:276:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.cpp:352:35: style: Function 'Sigma_tilde_n_c_inv' argument 1 names different: declaration 'sigma_tilde_n_c' definition 'sigma_n_c'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.hpp:150:37: note: Function 'Sigma_tilde_n_c_inv' argument 1 names different: declaration 'sigma_tilde_n_c' definition 'sigma_n_c'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.cpp:352:35: note: Function 'Sigma_tilde_n_c_inv' argument 1 names different: declaration 'sigma_tilde_n_c' definition 'sigma_n_c'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.cpp:354:19: style: Function 'Sigma_tilde_n_c_inv' argument 3 names different: declaration 'any_vec_in_n_c' definition 'any_vec_in_c'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.hpp:152:21: note: Function 'Sigma_tilde_n_c_inv' argument 3 names different: declaration 'any_vec_in_n_c' definition 'any_vec_in_c'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.cpp:354:19: note: Function 'Sigma_tilde_n_c_inv' argument 3 names different: declaration 'any_vec_in_n_c' definition 'any_vec_in_c'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.cpp:391:35: style: Function 'Sigma_tilde_p_c_inv' argument 1 names different: declaration 'sigma_tilde_p_c' definition 'sigma_p_c'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.hpp:155:37: note: Function 'Sigma_tilde_p_c_inv' argument 1 names different: declaration 'sigma_tilde_p_c' definition 'sigma_p_c'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.cpp:391:35: note: Function 'Sigma_tilde_p_c_inv' argument 1 names different: declaration 'sigma_tilde_p_c' definition 'sigma_p_c'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.cpp:393:19: style: Function 'Sigma_tilde_p_c_inv' argument 3 names different: declaration 'any_vec_in_p_c' definition 'any_vec_in_c'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.hpp:157:21: note: Function 'Sigma_tilde_p_c_inv' argument 3 names different: declaration 'any_vec_in_p_c' definition 'any_vec_in_c'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.cpp:393:19: note: Function 'Sigma_tilde_p_c_inv' argument 3 names different: declaration 'any_vec_in_p_c' definition 'any_vec_in_c'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.cpp:428:35: style: Function 'Sigma_tilde_n_d_inv' argument 1 names different: declaration 'sigma_tilde_n_d' definition 'sigma_n_d'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.hpp:160:37: note: Function 'Sigma_tilde_n_d_inv' argument 1 names different: declaration 'sigma_tilde_n_d' definition 'sigma_n_d'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.cpp:428:35: note: Function 'Sigma_tilde_n_d_inv' argument 1 names different: declaration 'sigma_tilde_n_d' definition 'sigma_n_d'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.cpp:465:35: style: Function 'Sigma_tilde_p_d_inv' argument 1 names different: declaration 'sigma_tilde_p_d' definition 'sigma_p_d'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.hpp:165:37: note: Function 'Sigma_tilde_p_d_inv' argument 1 names different: declaration 'sigma_tilde_p_d' definition 'sigma_p_d'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.cpp:465:35: note: Function 'Sigma_tilde_p_d_inv' argument 1 names different: declaration 'sigma_tilde_p_d' definition 'sigma_p_d'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.cpp:580:95: style: Function 'Rhs_dR' argument 7 names different: declaration 'pd_U' definition 'neg_pd_U'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.hpp:188:21: note: Function 'Rhs_dR' argument 7 names different: declaration 'pd_U' definition 'neg_pd_U'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugRestoSystemSolver.cpp:580:95: note: Function 'Rhs_dR' argument 7 names different: declaration 'pd_U' definition 'neg_pd_U'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpBacktrackingLineSearch.cpp:22:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpDefaultIterateInitializer.cpp:17:30: warning: Member variable 'DefaultIterateInitializer::warm_start_init_point_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpDefaultIterateInitializer.cpp:17:30: warning: Member variable 'DefaultIterateInitializer::least_square_init_primal_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpDefaultIterateInitializer.cpp:17:30: warning: Member variable 'DefaultIterateInitializer::least_square_init_duals_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpDefaultIterateInitializer.cpp:17:30: warning: Member variable 'DefaultIterateInitializer::bound_mult_init_method_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpEquilibrationScaling.cpp:23:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilter.cpp:48:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilter.cpp:66:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilter.cpp:72:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilter.cpp:100:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilter.cpp:23:48: performance: Function parameter 'vals' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpFilterLSAcceptor.cpp:22:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpGenAugSystemSolver.cpp:19:23: warning: Member variable 'GenAugSystemSolver::w_factor_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpGenAugSystemSolver.cpp:19:23: warning: Member variable 'GenAugSystemSolver::warm_start_same_structure_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpGenAugSystemSolver.hpp:28:5: style: Class 'GenAugSystemSolver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpGenAugSystemSolver.hpp:35:10: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:51:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpGenAugSystemSolver.hpp:35:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpGenAugSystemSolver.hpp:42:30: style: The function 'MultiSolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:110:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpGenAugSystemSolver.hpp:42:30: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpGenAugSystemSolver.hpp:72:19: style: The function 'NumberOfNegEVals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:165:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpGenAugSystemSolver.hpp:72:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpGenAugSystemSolver.hpp:77:18: style: The function 'ProvidesInertia' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:170:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpGenAugSystemSolver.hpp:77:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpGenAugSystemSolver.hpp:85:18: style: The function 'IncreaseQuality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpAugSystemSolver.hpp:178:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpGenAugSystemSolver.hpp:85:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptAlg.cpp:317:9: style: Variable 'emergency_mode' is reassigned a value before the old one has been used. [redundantAssignment]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptAlg.cpp:313:0: note: Variable 'emergency_mode' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptAlg.cpp:317:9: note: Variable 'emergency_mode' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptAlg.cpp:25:19: warning: Member variable 'IpoptAlgorithm::skip_print_problem_stats_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptAlg.cpp:25:19: warning: Member variable 'IpoptAlgorithm::recalc_y_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptAlg.cpp:25:19: warning: Member variable 'IpoptAlgorithm::mehrotra_algorithm_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptCalculatedQuantities.cpp:20:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptData.cpp:15:14: warning: Member variable 'IpoptData::have_deltas_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptData.cpp:15:14: warning: Member variable 'IpoptData::have_affine_deltas_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptData.cpp:15:14: warning: Member variable 'IpoptData::mu_initialized_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptData.cpp:15:14: warning: Member variable 'IpoptData::tau_initialized_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptData.cpp:15:14: warning: Member variable 'IpoptData::initialize_called_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptData.cpp:15:14: warning: Member variable 'IpoptData::have_prototypes_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptData.cpp:15:14: warning: Member variable 'IpoptData::free_mu_mode_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptData.cpp:15:14: warning: Member variable 'IpoptData::tiny_step_flag_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptData.cpp:15:14: warning: Member variable 'IpoptData::info_alpha_primal_char_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptData.cpp:15:14: warning: Member variable 'IpoptData::info_skip_output_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIpoptData.cpp:15:14: warning: Member variable 'IpoptData::info_iters_since_header_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIteratesVector.cpp:133:5: performance: Variable 'x_space_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIteratesVector.cpp:134:5: performance: Variable 's_space_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIteratesVector.cpp:135:5: performance: Variable 'y_c_space_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIteratesVector.cpp:136:5: performance: Variable 'y_d_space_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIteratesVector.cpp:137:5: performance: Variable 'z_L_space_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIteratesVector.cpp:138:5: performance: Variable 'z_U_space_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIteratesVector.cpp:139:5: performance: Variable 'v_L_space_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpIteratesVector.cpp:140:5: performance: Variable 'v_U_space_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLimMemQuasiNewtonUpdater.cpp:18:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLoqoMuOracle.cpp:17:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.cpp:108:37: warning: Either the condition 'if(J_c)' is redundant or there is possible null pointer dereference: J_c. [nullPointerRedundantCheck]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.cpp:132:10: note: Assuming that condition 'if(J_c)' is not redundant
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.cpp:108:37: note: Null pointer dereference
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.cpp:108:57: warning: Either the condition 'if(J_d)' is redundant or there is possible null pointer dereference: J_d. [nullPointerRedundantCheck]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.cpp:145:10: note: Assuming that condition 'if(J_d)' is not redundant
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.cpp:108:57: note: Null pointer dereference
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.cpp:407:34: style: Function 'SolveMultiVector' argument 18 names different: declaration 'Vtilde1' definition 'Vtilde'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.hpp:229:36: note: Function 'SolveMultiVector' argument 18 names different: declaration 'Vtilde1' definition 'Vtilde'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.cpp:407:34: note: Function 'SolveMultiVector' argument 18 names different: declaration 'Vtilde1' definition 'Vtilde'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.cpp:408:34: style: Function 'SolveMultiVector' argument 19 names different: declaration 'Vtilde1_x' definition 'Vtilde_x'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.hpp:230:36: note: Function 'SolveMultiVector' argument 19 names different: declaration 'Vtilde1_x' definition 'Vtilde_x'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.cpp:408:34: note: Function 'SolveMultiVector' argument 19 names different: declaration 'Vtilde1_x' definition 'Vtilde_x'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankAugSystemSolver.cpp:18:27: warning: Member variable 'LowRankAugSystemSolver::first_call_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankSSAugSystemSolver.cpp:111:36: warning: Either the condition 'if(J_c)' is redundant or there is possible null pointer dereference: J_c. [nullPointerRedundantCheck]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankSSAugSystemSolver.cpp:134:10: note: Assuming that condition 'if(J_c)' is not redundant
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankSSAugSystemSolver.cpp:111:36: note: Null pointer dereference
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankSSAugSystemSolver.cpp:111:56: warning: Either the condition 'if(J_d)' is redundant or there is possible null pointer dereference: J_d. [nullPointerRedundantCheck]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankSSAugSystemSolver.cpp:147:10: note: Assuming that condition 'if(J_d)' is not redundant
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankSSAugSystemSolver.cpp:111:56: note: Null pointer dereference
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpLowRankSSAugSystemSolver.cpp:20:29: warning: Member variable 'LowRankSSAugSystemSolver::first_call_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpMonotoneMuUpdate.cpp:18:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOptErrorConvCheck.cpp:17:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIpoptNLP.cpp:20:0: error: #error "don't have header file for stdio" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpOrigIterationOutput.cpp:17:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPDFullSpaceSolver.cpp:18:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPDPerturbationHandler.cpp:17:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPDSearchDirCalc.cpp:19:26: warning: Member variable 'PDSearchDirCalculator::fast_step_computation_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPDSearchDirCalc.cpp:19:26: warning: Member variable 'PDSearchDirCalculator::mehrotra_algorithm_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpPenaltyLSAcceptor.cpp:18:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpProbingMuOracle.cpp:17:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpQualityFunctionMuOracle.cpp:17:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoConvCheck.cpp:23:26: warning: Member variable 'RestoConvergenceCheck::first_resto_iter_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIpoptNLP.cpp:24:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIterateInitializer.cpp:20:44: style: Function 'RestoIterateInitializer' argument 1 names different: declaration 'eq_mult_calculator' definition 'resto_eq_mult_calculator'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIterateInitializer.hpp:31:46: note: Function 'RestoIterateInitializer' argument 1 names different: declaration 'eq_mult_calculator' definition 'resto_eq_mult_calculator'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIterateInitializer.cpp:20:44: note: Function 'RestoIterateInitializer' argument 1 names different: declaration 'eq_mult_calculator' definition 'resto_eq_mult_calculator'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoIterationOutput.cpp:18:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpRestoMinC_1Nrm.cpp:20:30: warning: Member variable 'MinC_1NrmRestorationPhase::expect_infeasible_problem_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpStdAugSystemSolver.cpp:27:0: error: #error "don't have header file for stdio" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/IpWarmStartIterateInitializer.cpp:21:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpIterativeWsmpSolverInterface.cpp:20:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:124:5: warning: Member variable 'Ma77SolverInterface::ndim_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:124:5: warning: Member variable 'Ma77SolverInterface::numneg_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:124:5: warning: Member variable 'Ma77SolverInterface::control_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:124:5: warning: Member variable 'Ma77SolverInterface::umax_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:124:5: warning: Member variable 'Ma77SolverInterface::ordering_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:127:5: warning: Member variable 'Ma86SolverInterface::ndim_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:127:5: warning: Member variable 'Ma86SolverInterface::numneg_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:127:5: warning: Member variable 'Ma86SolverInterface::order_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:127:5: warning: Member variable 'Ma86SolverInterface::control_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:127:5: warning: Member variable 'Ma86SolverInterface::umax_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:127:5: warning: Member variable 'Ma86SolverInterface::ordering_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:151:5: warning: Member variable 'Ma97SolverInterface::ndim_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:151:5: warning: Member variable 'Ma97SolverInterface::numneg_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:151:5: warning: Member variable 'Ma97SolverInterface::control_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:151:5: warning: Member variable 'Ma97SolverInterface::umax_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:151:5: warning: Member variable 'Ma97SolverInterface::ordering_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:151:5: warning: Member variable 'Ma97SolverInterface::switch_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:151:5: warning: Member variable 'Ma97SolverInterface::scaling_val_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:151:5: warning: Member variable 'Ma97SolverInterface::current_level_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.hpp:50:10: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSymLinearSolver.hpp:63:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.hpp:50:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.hpp:58:30: style: The function 'MultiSolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSymLinearSolver.hpp:80:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.hpp:58:30: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.hpp:68:19: style: The function 'NumberOfNegEVals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSymLinearSolver.hpp:108:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.hpp:68:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.hpp:78:18: style: The function 'IncreaseQuality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSymLinearSolver.hpp:118:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.hpp:78:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.hpp:83:18: style: The function 'ProvidesInertia' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSymLinearSolver.hpp:123:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.hpp:83:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.hpp:32:10: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:128:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.hpp:32:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.hpp:43:30: style: The function 'InitializeStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:139:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.hpp:43:30: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.hpp:52:21: style: The function 'GetValuesArrayPtr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:149:21: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.hpp:52:21: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.hpp:57:30: style: The function 'MultiSolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:183:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.hpp:57:30: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.hpp:71:19: style: The function 'NumberOfNegEVals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:197:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.hpp:71:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.hpp:81:18: style: The function 'IncreaseQuality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:208:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.hpp:81:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.hpp:86:18: style: The function 'ProvidesInertia' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:213:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.hpp:86:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.hpp:93:19: style: The function 'MatrixFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:218:27: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa27TSolverInterface.hpp:93:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.hpp:40:10: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:128:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.hpp:40:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.hpp:51:30: style: The function 'InitializeStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:139:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.hpp:51:30: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.hpp:62:21: style: The function 'GetValuesArrayPtr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:149:21: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.hpp:62:21: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.hpp:67:30: style: The function 'MultiSolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:183:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.hpp:67:30: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.hpp:81:19: style: The function 'NumberOfNegEVals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:197:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.hpp:81:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.hpp:91:18: style: The function 'IncreaseQuality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:208:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.hpp:91:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.hpp:96:18: style: The function 'ProvidesInertia' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:213:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.hpp:96:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.hpp:103:19: style: The function 'MatrixFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:218:27: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.hpp:103:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:131:10: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:128:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:131:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:142:22: style: The function 'InitializeStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:139:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:142:22: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:152:13: style: The function 'GetValuesArrayPtr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:149:21: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:152:13: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:189:22: style: The function 'MultiSolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:183:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:189:22: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:203:11: style: The function 'NumberOfNegEVals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:197:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:203:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:217:10: style: The function 'IncreaseQuality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:208:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:217:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:222:10: style: The function 'ProvidesInertia' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:213:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:222:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:230:19: style: The function 'MatrixFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:218:27: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:230:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:241:10: style: The function 'ProvidesDegeneracyDetection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:226:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:241:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:247:22: style: The function 'DetermineDependentRows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:232:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa77SolverInterface.hpp:247:22: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:134:10: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:128:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:134:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:145:22: style: The function 'InitializeStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:139:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:145:22: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:155:13: style: The function 'GetValuesArrayPtr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:149:21: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:155:13: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:192:22: style: The function 'MultiSolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:183:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:192:22: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:206:11: style: The function 'NumberOfNegEVals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:197:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:206:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:220:10: style: The function 'IncreaseQuality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:208:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:220:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:225:10: style: The function 'ProvidesInertia' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:213:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:225:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:233:19: style: The function 'MatrixFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:218:27: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:233:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:244:10: style: The function 'ProvidesDegeneracyDetection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:226:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:244:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:250:22: style: The function 'DetermineDependentRows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:232:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa86SolverInterface.hpp:250:22: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:160:10: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:128:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:160:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:171:22: style: The function 'InitializeStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:139:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:171:22: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:181:13: style: The function 'GetValuesArrayPtr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:149:21: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:181:13: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:218:22: style: The function 'MultiSolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:183:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:218:22: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:232:11: style: The function 'NumberOfNegEVals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:197:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:232:11: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:246:10: style: The function 'IncreaseQuality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:208:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:246:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:251:10: style: The function 'ProvidesInertia' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:213:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:251:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:259:19: style: The function 'MatrixFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:218:27: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:259:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:270:10: style: The function 'ProvidesDegeneracyDetection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:226:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:270:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:276:22: style: The function 'DetermineDependentRows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:232:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa97SolverInterface.hpp:276:22: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa28TDependencyDetector.hpp:31:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTDependencyDetector.hpp:33:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa28TDependencyDetector.hpp:31:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa28TDependencyDetector.hpp:42:18: style: The function 'DetermineDependentRows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTDependencyDetector.hpp:44:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMa28TDependencyDetector.hpp:42:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpPardisoSolverInterface.hpp:37:10: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:128:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpPardisoSolverInterface.hpp:37:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpPardisoSolverInterface.hpp:44:30: style: The function 'InitializeStructure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:139:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpPardisoSolverInterface.hpp:44:30: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpPardisoSolverInterface.hpp:50:21: style: The function 'GetValuesArrayPtr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:149:21: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpPardisoSolverInterface.hpp:50:21: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpPardisoSolverInterface.hpp:53:30: style: The function 'MultiSolve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:183:30: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpPardisoSolverInterface.hpp:53:30: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpPardisoSolverInterface.hpp:64:19: style: The function 'NumberOfNegEVals' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:197:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpPardisoSolverInterface.hpp:64:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpPardisoSolverInterface.hpp:71:18: style: The function 'IncreaseQuality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:208:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpPardisoSolverInterface.hpp:71:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpPardisoSolverInterface.hpp:76:18: style: The function 'ProvidesInertia' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:213:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpPardisoSolverInterface.hpp:76:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpPardisoSolverInterface.hpp:83:19: style: The function 'MatrixFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp:218:27: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpPardisoSolverInterface.hpp:83:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpMumpsSolverInterface.cpp:29:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpPardisoSolverInterface.cpp:28:0: error: #error "don't have header file for stdio" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSlackBasedTSymScalingMethod.hpp:36:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymScalingMethod.hpp:36:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpSlackBasedTSymScalingMethod.hpp:36:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymDependencyDetector.hpp:25:5: style: Class 'TSymDependencyDetector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymDependencyDetector.hpp:32:18: style: The function 'InitializeImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTDependencyDetector.hpp:33:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymDependencyDetector.hpp:32:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymDependencyDetector.hpp:43:18: style: The function 'DetermineDependentRows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTDependencyDetector.hpp:44:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymDependencyDetector.hpp:43:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.cpp:156:49: style: Function 'MultiSolve' argument 1 names different: declaration 'A' definition 'sym_A'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.hpp:58:58: note: Function 'MultiSolve' argument 1 names different: declaration 'A' definition 'sym_A'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.cpp:156:49: note: Function 'MultiSolve' argument 1 names different: declaration 'A' definition 'sym_A'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.cpp:293:58: style: Function 'InitializeStructure' argument 1 names different: declaration 'symT_A' definition 'sym_A'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.hpp:203:59: note: Function 'InitializeStructure' argument 1 names different: declaration 'symT_A' definition 'sym_A'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.cpp:293:58: note: Function 'InitializeStructure' argument 1 names different: declaration 'symT_A' definition 'sym_A'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.cpp:645:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.cpp:19:21: warning: Member variable 'TSymLinearSolver::linear_scaling_on_demand_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.cpp:19:21: warning: Member variable 'TSymLinearSolver::use_scaling_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.cpp:19:21: warning: Member variable 'TSymLinearSolver::just_switched_on_scaling_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.cpp:19:21: warning: Member variable 'TSymLinearSolver::matrix_format_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTSymLinearSolver.cpp:19:21: warning: Member variable 'TSymLinearSolver::warm_start_same_structure_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpTripletToCSRConverter.cpp:19:0: error: #error "don't have header file for stddef" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Algorithm/LinearSolvers/IpWsmpSolverInterface.cpp:21:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Apps/AmplSolver/AmplTNLP.cpp:23:0: error: #error "don't have header file for string" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Apps/AmplSolver/ampl_ipopt.cpp:19:0: error: #error "don't have header file for string" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpSmartPtr.hpp:644:23: style: Function 'operator==' argument 1 names different: declaration 'lhs' definition 'raw_lhs'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpSmartPtr.hpp:346:23: note: Function 'operator==' argument 1 names different: declaration 'lhs' definition 'raw_lhs'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpSmartPtr.hpp:644:23: note: Function 'operator==' argument 1 names different: declaration 'lhs' definition 'raw_lhs'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpSmartPtr.hpp:644:52: style: Function 'operator==' argument 2 names different: declaration 'raw_rhs' definition 'rhs'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpSmartPtr.hpp:346:48: note: Function 'operator==' argument 2 names different: declaration 'raw_rhs' definition 'rhs'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpSmartPtr.hpp:644:52: note: Function 'operator==' argument 2 names different: declaration 'raw_rhs' definition 'rhs'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpSmartPtr.hpp:683:23: style: Function 'operator!=' argument 1 names different: declaration 'lhs' definition 'raw_lhs'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpSmartPtr.hpp:355:23: note: Function 'operator!=' argument 1 names different: declaration 'lhs' definition 'raw_lhs'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpSmartPtr.hpp:683:23: note: Function 'operator!=' argument 1 names different: declaration 'lhs' definition 'raw_lhs'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpSmartPtr.hpp:683:52: style: Function 'operator!=' argument 2 names different: declaration 'raw_rhs' definition 'rhs'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpSmartPtr.hpp:355:48: note: Function 'operator!=' argument 2 names different: declaration 'raw_rhs' definition 'rhs'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpSmartPtr.hpp:683:52: note: Function 'operator!=' argument 2 names different: declaration 'raw_rhs' definition 'rhs'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpSmartPtr.hpp:370:127: style: Variable 'trying_to_use_SmartPtr_with_an_object_that_does_not_inherit_from_ReferencedObject_' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpSmartPtr.hpp:386:127: style: Variable 'trying_to_use_SmartPtr_with_an_object_that_does_not_inherit_from_ReferencedObject_' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpSmartPtr.hpp:404:127: style: Variable 'trying_to_use_SmartPtr_with_an_object_that_does_not_inherit_from_ReferencedObject_' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpSmartPtr.hpp:421:0: style: Variable 'trying_to_use_SmartPtr_with_an_object_that_does_not_inherit_from_ReferencedObject_' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpSmartPtr.hpp:190:5: style: Class 'SmartPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpJournalist.hpp:403:18: style: The function 'PrintImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpJournalist.hpp:337:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpJournalist.hpp:403:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpJournalist.hpp:407:18: style: The function 'PrintfImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpJournalist.hpp:341:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpJournalist.hpp:407:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpJournalist.hpp:411:18: style: The function 'FlushBufferImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpJournalist.hpp:345:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpJournalist.hpp:411:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpJournalist.hpp:459:18: style: The function 'PrintImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpJournalist.hpp:337:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpJournalist.hpp:459:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpJournalist.hpp:463:18: style: The function 'PrintfImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpJournalist.hpp:341:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpJournalist.hpp:463:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpJournalist.hpp:467:18: style: The function 'FlushBufferImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpJournalist.hpp:345:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpJournalist.hpp:467:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpJournalist.cpp:19:0: error: #error "don't have header file for stdio" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpObserver.hpp:303:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpObserver.hpp:358:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpOptionsList.cpp:18:0: error: #error "don't have header file for ctype" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpRegOptions.cpp:20:0: error: #error "don't have header file for stdio" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Common/IpUtils.cpp:26:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:51:18: style: The function 'ProcessOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpNLP.hpp:56:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:51:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:56:18: style: The function 'GetSpaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpNLP.hpp:65:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:56:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:72:18: style: The function 'GetBoundsInformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpNLP.hpp:81:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:72:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:83:18: style: The function 'GetStartingPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpNLP.hpp:93:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:83:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:98:18: style: The function 'GetWarmStartIterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpNLP.hpp:109:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:98:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:103:18: style: The function 'Eval_f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpNLP.hpp:118:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:103:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:105:18: style: The function 'Eval_grad_f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpNLP.hpp:120:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:105:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:107:18: style: The function 'Eval_c' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpNLP.hpp:122:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:107:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:109:18: style: The function 'Eval_jac_c' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpNLP.hpp:124:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:109:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:111:18: style: The function 'Eval_d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpNLP.hpp:126:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:111:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:113:18: style: The function 'Eval_jac_d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpNLP.hpp:128:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:113:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:115:18: style: The function 'Eval_h' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpNLP.hpp:130:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:115:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:121:18: style: The function 'GetScalingParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpNLP.hpp:188:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:121:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:133:18: style: The function 'FinalizeSolution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpNLP.hpp:145:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:133:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:142:18: style: The function 'IntermediateCallBack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpNLP.hpp:170:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:142:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:155:5: style: The function 'GetQuasiNewtonApproximationSpaces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpNLP.hpp:217:5: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.hpp:155:5: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpIpoptApplication.cpp:39:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:75:18: style: The function 'get_nlp_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:81:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:75:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:79:18: style: The function 'get_bounds_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:109:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:79:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:84:18: style: The function 'get_scaling_parameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:119:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:84:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:91:18: style: The function 'get_starting_point' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:152:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:91:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:96:18: style: The function 'eval_f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:167:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:96:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:101:18: style: The function 'eval_grad_f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:172:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:101:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:105:18: style: The function 'eval_g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:176:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:105:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:111:18: style: The function 'eval_jac_g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:183:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:111:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:117:18: style: The function 'eval_h' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:196:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:117:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:123:18: style: The function 'intermediate_callback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:240:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:123:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:136:18: style: The function 'finalize_solution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:208:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpStdInterfaceTNLP.hpp:136:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPAdapter.cpp:44:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.cpp:20:56: style: Function 'TNLPReducer' argument 9 names different: declaration 'index_f_fix' definition 'index_x_fix'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:34:45: note: Function 'TNLPReducer' argument 9 names different: declaration 'index_f_fix' definition 'index_x_fix'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.cpp:20:56: note: Function 'TNLPReducer' argument 9 names different: declaration 'index_f_fix' definition 'index_x_fix'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.cpp:16:16: warning: Member variable 'TNLPReducer::index_style_orig_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:41:18: style: The function 'get_nlp_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:81:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:41:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:44:18: style: The function 'get_bounds_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:109:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:44:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:47:18: style: The function 'get_scaling_parameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:119:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:47:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:53:18: style: The function 'get_variables_linearity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:132:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:53:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:55:18: style: The function 'get_constraints_linearity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:140:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:55:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:57:18: style: The function 'get_starting_point' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:152:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:57:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:62:18: style: The function 'get_warm_start_iterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:161:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:62:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:64:18: style: The function 'eval_f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:167:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:64:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:67:18: style: The function 'eval_grad_f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:172:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:67:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:70:18: style: The function 'eval_g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:176:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:70:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:73:18: style: The function 'eval_jac_g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:183:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:73:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:77:18: style: The function 'eval_h' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:196:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:77:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:82:18: style: The function 'finalize_solution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:208:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:82:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:89:18: style: The function 'intermediate_callback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:240:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:89:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:99:19: style: The function 'get_number_of_nonlinear_variables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:267:19: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:99:19: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:101:18: style: The function 'get_list_of_nonlinear_variables' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLP.hpp:272:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.hpp:101:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.cpp:135:0: error: Deallocating a deallocated pointer: iRow [deallocDealloc]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/Interfaces/IpTNLPReducer.cpp:136:0: error: Deallocating a deallocated pointer: jCol [deallocDealloc]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpCompoundMatrix.cpp:19:0: error: #error "don't have header file for stdio" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpCompoundSymMatrix.cpp:19:0: error: #error "don't have header file for stdio" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpCompoundVector.cpp:18:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseGenMatrix.cpp:19:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseSymMatrix.cpp:20:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.cpp:20:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:35:5: warning: Member variable 'Matrix::cached_valid_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymMatrix.hpp:31:5: style: Class 'SymMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDiagMatrix.hpp:28:5: style: Class 'DiagMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDiagMatrix.hpp:96:5: style: Class 'DiagMatrixSpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymMatrix.hpp:56:18: style: The function 'TransMultVectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:160:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymMatrix.hpp:56:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymMatrix.hpp:65:18: style: The function 'ComputeColAMaxImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:191:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymMatrix.hpp:65:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymMatrix.hpp:105:21: style: The function 'MakeNew' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:261:21: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymMatrix.hpp:105:21: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDiagMatrix.hpp:49:18: style: The function 'MultVectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:155:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDiagMatrix.hpp:49:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDiagMatrix.hpp:54:18: style: The function 'HasValidNumbersImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:179:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDiagMatrix.hpp:54:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDiagMatrix.hpp:56:18: style: The function 'ComputeRowAMaxImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:187:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDiagMatrix.hpp:56:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDiagMatrix.hpp:58:18: style: The function 'PrintImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:194:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDiagMatrix.hpp:58:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDiagMatrix.hpp:108:24: style: The function 'MakeNewSymMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymMatrix.hpp:101:24: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDiagMatrix.hpp:108:24: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpExpandedMultiVectorMatrix.cpp:18:0: error: #error "don't have header file for stdio" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpExpansionMatrix.hpp:36:5: style: Class 'ExpansionMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:48:5: style: Class 'DenseVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:293:5: style: Class 'DenseVectorSpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpExpansionMatrix.hpp:64:18: style: The function 'MultVectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:155:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpExpansionMatrix.hpp:64:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpExpansionMatrix.hpp:67:18: style: The function 'TransMultVectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:160:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpExpansionMatrix.hpp:67:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpExpansionMatrix.hpp:72:18: style: The function 'AddMSinvZImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:166:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpExpansionMatrix.hpp:72:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpExpansionMatrix.hpp:77:18: style: The function 'SinvBlrmZMTdBrImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:172:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpExpansionMatrix.hpp:77:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpExpansionMatrix.hpp:81:18: style: The function 'ComputeRowAMaxImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:187:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpExpansionMatrix.hpp:81:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpExpansionMatrix.hpp:83:18: style: The function 'ComputeColAMaxImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:191:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpExpansionMatrix.hpp:83:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpExpansionMatrix.hpp:85:18: style: The function 'PrintImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:194:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpExpansionMatrix.hpp:85:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpExpansionMatrix.hpp:165:21: style: The function 'MakeNew' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:261:21: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpExpansionMatrix.hpp:165:21: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:123:18: style: The function 'CopyImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:235:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:123:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:126:18: style: The function 'ScalImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:238:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:126:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:129:18: style: The function 'AxpyImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:241:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:129:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:132:20: style: The function 'DotImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:244:20: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:132:20: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:135:20: style: The function 'Nrm2Impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:247:20: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:135:20: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:138:20: style: The function 'AsumImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:250:20: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:138:20: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:141:20: style: The function 'AmaxImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:253:20: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:141:20: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:144:18: style: The function 'SetImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:256:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:144:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:147:18: style: The function 'ElementWiseDivideImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:259:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:147:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:150:18: style: The function 'ElementWiseMultiplyImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:262:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:150:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:153:18: style: The function 'ElementWiseMaxImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:265:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:153:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:156:18: style: The function 'ElementWiseMinImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:268:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:156:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:159:18: style: The function 'ElementWiseReciprocalImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:271:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:159:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:162:18: style: The function 'ElementWiseAbsImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:274:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:162:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:165:18: style: The function 'ElementWiseSqrtImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:277:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:165:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:168:18: style: The function 'ElementWiseSgnImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:280:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:168:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:171:18: style: The function 'AddScalarImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:283:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:171:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:174:20: style: The function 'MaxImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:286:20: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:174:20: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:177:20: style: The function 'MinImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:289:20: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:177:20: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:180:20: style: The function 'SumImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:292:20: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:180:20: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:183:20: style: The function 'SumLogsImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:295:20: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:183:20: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:189:10: style: The function 'AddTwoVectorsImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:299:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:189:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:192:12: style: The function 'FracToBoundImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:303:20: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:192:12: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:194:10: style: The function 'AddVectorQuotientImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:306:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:194:10: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:201:18: style: The function 'PrintImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:315:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:201:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:313:21: style: The function 'MakeNew' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.hpp:408:21: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:313:21: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:448:62: performance: Function parameter 'tag' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:461:63: performance: Function parameter 'tag' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:474:63: performance: Function parameter 'tag' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:514:86: performance: Function parameter 'meta_data' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:520:81: performance: Function parameter 'meta_data' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpDenseVector.hpp:526:82: performance: Function parameter 'meta_data' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpIdentityMatrix.hpp:31:5: style: Class 'IdentityMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpIdentityMatrix.hpp:105:5: style: Class 'IdentityMatrixSpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpIdentityMatrix.hpp:55:18: style: The function 'MultVectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:155:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpIdentityMatrix.hpp:55:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpIdentityMatrix.hpp:58:18: style: The function 'AddMSinvZImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:166:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpIdentityMatrix.hpp:58:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpIdentityMatrix.hpp:63:18: style: The function 'HasValidNumbersImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:179:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpIdentityMatrix.hpp:63:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpIdentityMatrix.hpp:65:18: style: The function 'ComputeRowAMaxImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:187:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpIdentityMatrix.hpp:65:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpIdentityMatrix.hpp:67:18: style: The function 'PrintImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:194:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpIdentityMatrix.hpp:67:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpIdentityMatrix.hpp:117:24: style: The function 'MakeNewSymMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymMatrix.hpp:101:24: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpIdentityMatrix.hpp:117:24: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpLapack.cpp:131:53: style: Function 'IpLapackDgetrf' argument 3 names different: declaration 'pivot' definition 'ipiv'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpLapack.hpp:39:53: note: Function 'IpLapackDgetrf' argument 3 names different: declaration 'pivot' definition 'ipiv'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpLapack.cpp:131:53: note: Function 'IpLapackDgetrf' argument 3 names different: declaration 'pivot' definition 'ipiv'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMultiVectorMatrix.hpp:34:5: style: Class 'MultiVectorMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpLowRankUpdateSymMatrix.hpp:39:5: style: Class 'LowRankUpdateSymMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMultiVectorMatrix.hpp:109:18: style: The function 'MultVectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:155:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMultiVectorMatrix.hpp:109:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMultiVectorMatrix.hpp:112:18: style: The function 'TransMultVectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:160:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMultiVectorMatrix.hpp:112:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMultiVectorMatrix.hpp:117:18: style: The function 'HasValidNumbersImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:179:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMultiVectorMatrix.hpp:117:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMultiVectorMatrix.hpp:119:18: style: The function 'ComputeRowAMaxImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:187:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMultiVectorMatrix.hpp:119:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMultiVectorMatrix.hpp:121:18: style: The function 'ComputeColAMaxImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:191:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMultiVectorMatrix.hpp:121:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMultiVectorMatrix.hpp:123:18: style: The function 'PrintImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:194:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMultiVectorMatrix.hpp:123:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMultiVectorMatrix.hpp:208:21: style: The function 'MakeNew' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:261:21: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMultiVectorMatrix.hpp:208:21: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpLowRankUpdateSymMatrix.hpp:99:18: style: The function 'MultVectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:155:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpLowRankUpdateSymMatrix.hpp:99:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpLowRankUpdateSymMatrix.hpp:104:18: style: The function 'HasValidNumbersImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:179:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpLowRankUpdateSymMatrix.hpp:104:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpLowRankUpdateSymMatrix.hpp:106:18: style: The function 'ComputeRowAMaxImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:187:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpLowRankUpdateSymMatrix.hpp:106:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpLowRankUpdateSymMatrix.hpp:108:18: style: The function 'ComputeColAMaxImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymMatrix.hpp:65:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpLowRankUpdateSymMatrix.hpp:108:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpLowRankUpdateSymMatrix.hpp:110:18: style: The function 'PrintImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:194:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpLowRankUpdateSymMatrix.hpp:110:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpLowRankUpdateSymMatrix.hpp:177:24: style: The function 'MakeNewSymMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymMatrix.hpp:101:24: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpLowRankUpdateSymMatrix.hpp:177:24: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMultiVectorMatrix.cpp:19:0: error: #error "don't have header file for stdio" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpScaledMatrix.hpp:35:5: style: Class 'ScaledMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpScaledMatrix.hpp:62:18: style: The function 'MultVectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:155:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpScaledMatrix.hpp:62:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpScaledMatrix.hpp:65:18: style: The function 'TransMultVectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:160:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpScaledMatrix.hpp:65:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpScaledMatrix.hpp:71:18: style: The function 'HasValidNumbersImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:179:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpScaledMatrix.hpp:71:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpScaledMatrix.hpp:73:18: style: The function 'ComputeRowAMaxImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:187:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpScaledMatrix.hpp:73:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpScaledMatrix.hpp:75:18: style: The function 'ComputeColAMaxImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:191:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpScaledMatrix.hpp:75:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpScaledMatrix.hpp:77:18: style: The function 'PrintImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:194:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpScaledMatrix.hpp:77:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpScaledMatrix.hpp:87:18: style: The function 'AddMSinvZImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:166:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpScaledMatrix.hpp:87:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpScaledMatrix.hpp:93:18: style: The function 'SinvBlrmZMTdBrImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:172:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpScaledMatrix.hpp:93:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpScaledMatrix.hpp:160:21: style: The function 'MakeNew' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:261:21: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpScaledMatrix.hpp:160:21: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSumMatrix.cpp:18:0: error: #error "don't have header file for stdio" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSumSymMatrix.cpp:18:0: error: #error "don't have header file for stdio" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymScaledMatrix.hpp:122:7: performance: Variable 'scaling_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymScaledMatrix.hpp:35:5: style: Class 'SymScaledMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymScaledMatrix.hpp:59:18: style: The function 'MultVectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:155:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymScaledMatrix.hpp:59:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymScaledMatrix.hpp:65:18: style: The function 'HasValidNumbersImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:179:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymScaledMatrix.hpp:65:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymScaledMatrix.hpp:67:18: style: The function 'ComputeRowAMaxImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:187:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymScaledMatrix.hpp:67:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymScaledMatrix.hpp:69:18: style: The function 'PrintImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:194:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymScaledMatrix.hpp:69:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymScaledMatrix.hpp:145:24: style: The function 'MakeNewSymMatrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymMatrix.hpp:101:24: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymScaledMatrix.hpp:145:24: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymScaledMatrix.hpp:151:21: style: The function 'MakeNew' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymMatrix.hpp:105:21: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpSymScaledMatrix.hpp:151:21: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpTransposeMatrix.cpp:18:5: performance: Variable 'orig_matrix_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpTransposeMatrix.hpp:32:5: style: Class 'TransposeMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpTransposeMatrix.hpp:119:5: style: Class 'TransposeMatrixSpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpTransposeMatrix.hpp:47:18: style: The function 'MultVectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:155:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpTransposeMatrix.hpp:47:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpTransposeMatrix.hpp:54:18: style: The function 'TransMultVectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:160:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpTransposeMatrix.hpp:54:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpTransposeMatrix.hpp:63:18: style: The function 'HasValidNumbersImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:179:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpTransposeMatrix.hpp:63:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpTransposeMatrix.hpp:69:18: style: The function 'ComputeRowAMaxImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:187:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpTransposeMatrix.hpp:69:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpTransposeMatrix.hpp:75:18: style: The function 'ComputeColAMaxImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:191:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpTransposeMatrix.hpp:75:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpTransposeMatrix.hpp:81:18: style: The function 'PrintImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:194:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpTransposeMatrix.hpp:81:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpTransposeMatrix.hpp:132:21: style: The function 'MakeNew' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:261:21: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpTransposeMatrix.hpp:132:21: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpVector.cpp:17:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpZeroMatrix.hpp:29:5: style: Class 'ZeroMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpZeroMatrix.hpp:38:18: style: The function 'MultVectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:155:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpZeroMatrix.hpp:38:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpZeroMatrix.hpp:41:18: style: The function 'TransMultVectorImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:160:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpZeroMatrix.hpp:41:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpZeroMatrix.hpp:44:18: style: The function 'ComputeRowAMaxImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:187:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpZeroMatrix.hpp:44:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpZeroMatrix.hpp:47:18: style: The function 'ComputeColAMaxImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:191:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpZeroMatrix.hpp:47:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpZeroMatrix.hpp:50:18: style: The function 'PrintImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:194:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpZeroMatrix.hpp:50:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpZeroMatrix.hpp:98:21: style: The function 'MakeNew' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpMatrix.hpp:261:21: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/IpZeroMatrix.hpp:98:21: note: Function in derived class
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/TMatrices/IpGenTMatrix.cpp:19:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/TMatrices/IpSymTMatrix.cpp:19:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/TMatrices/IpGenTMatrix.hpp:45:5: style: Class 'GenTMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/LinAlg/TMatrices/IpSymTMatrix.hpp:51:5: style: Class 'SymTMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyCq.cpp:20:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.cpp:33:5: style: Variable 'have_cgpen_deltas_' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.cpp:26:5: note: Variable 'have_cgpen_deltas_' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.cpp:33:5: note: Variable 'have_cgpen_deltas_' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.cpp:34:5: style: Variable 'have_cgfast_deltas_' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.cpp:27:5: note: Variable 'have_cgfast_deltas_' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.cpp:34:5: note: Variable 'have_cgfast_deltas_' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.hpp:280:65: style: Function 'set_delta_cgpen' argument 1 names different: declaration 'delta_pen' definition 'delta_cgpen'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.hpp:51:52: note: Function 'set_delta_cgpen' argument 1 names different: declaration 'delta_pen' definition 'delta_cgpen'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.hpp:280:65: note: Function 'set_delta_cgpen' argument 1 names different: declaration 'delta_pen' definition 'delta_cgpen'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.hpp:299:71: style: Function 'set_delta_cgpen' argument 1 names different: declaration 'delta_pen' definition 'delta_cgpen'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.hpp:59:58: note: Function 'set_delta_cgpen' argument 1 names different: declaration 'delta_pen' definition 'delta_cgpen'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.hpp:299:71: note: Function 'set_delta_cgpen' argument 1 names different: declaration 'delta_pen' definition 'delta_cgpen'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.hpp:318:66: style: Function 'set_delta_cgfast' argument 1 names different: declaration 'delta_fast' definition 'delta_cgfast'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.hpp:68:53: note: Function 'set_delta_cgfast' argument 1 names different: declaration 'delta_fast' definition 'delta_cgfast'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.hpp:318:66: note: Function 'set_delta_cgfast' argument 1 names different: declaration 'delta_fast' definition 'delta_cgfast'.
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.cpp:15:18: warning: Member variable 'CGPenaltyData::have_cgpen_deltas_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.cpp:15:18: warning: Member variable 'CGPenaltyData::have_cgfast_deltas_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.cpp:15:18: warning: Member variable 'CGPenaltyData::never_try_pure_Newton_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.cpp:15:18: warning: Member variable 'CGPenaltyData::penalty_initialized_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.cpp:15:18: warning: Member variable 'CGPenaltyData::kkt_penalty_initialized_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyData.cpp:15:18: warning: Member variable 'CGPenaltyData::initialize_called_' is not initialized in the constructor. [uninitMemberVar]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyLSAcceptor.cpp:25:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpPiecewisePenalty.hpp:57:10: style: Technically the member function 'Ipopt::PiecewisePenalty::IsPiecewisePenaltyListEmpty' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGSearchDirCalc.hpp:31:5: style: Class 'CGSearchDirCalculator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpPiecewisePenalty.hpp:45:5: style: Class 'PiecewisePenalty' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPenaltyLSAcceptor.hpp:31:5: style: Class 'CGPenaltyLSAcceptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGPerturbationHandler.cpp:19:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpCGSearchDirCalc.cpp:22:0: error: #error "don't have header file for math" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpPiecewisePenalty.cpp:47:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpPiecewisePenalty.cpp:56:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpPiecewisePenalty.cpp:74:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpPiecewisePenalty.cpp:77:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpPiecewisePenalty.cpp:83:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpPiecewisePenalty.cpp:92:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpPiecewisePenalty.cpp:114:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpPiecewisePenalty.cpp:135:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/CGPenalty/IpPiecewisePenalty.cpp:205:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/src/contrib/LinearSolverLoader/LibraryHandler.c:25:0: error: #error "Do not have function for save printing into a C-string (snprintf or _snprintf)" [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/tutorial/CodingExercise/C/1-skeleton/TutorialC.c:66:0: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/tutorial/CodingExercise/C/1-skeleton/TutorialC.c:67:9: style: Unused variable: nele_jac [unusedVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/tutorial/CodingExercise/C/1-skeleton/TutorialC.c:191:7: style: Unused variable: i [unusedVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/tutorial/CodingExercise/C/1-skeleton/TutorialC.c:193:15: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/tutorial/CodingExercise/C/1-skeleton/TutorialC.c:201:7: style: Unused variable: i [unusedVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/tutorial/CodingExercise/C/1-skeleton/TutorialC.c:203:15: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/tutorial/CodingExercise/C/1-skeleton/TutorialC.c:211:7: style: Unused variable: j [unusedVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/tutorial/CodingExercise/C/1-skeleton/TutorialC.c:213:15: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/tutorial/CodingExercise/C/1-skeleton/TutorialC.c:223:7: style: Unused variable: j [unusedVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/tutorial/CodingExercise/C/1-skeleton/TutorialC.c:223:10: style: Unused variable: inz [unusedVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/tutorial/CodingExercise/C/1-skeleton/TutorialC.c:225:15: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/tutorial/CodingExercise/C/1-skeleton/TutorialC.c:235:7: style: Unused variable: i [unusedVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/tutorial/CodingExercise/C/1-skeleton/TutorialC.c:235:10: style: Unused variable: inz [unusedVariable]
feelpp-0.99.0-final.1/contrib/ipopt/Ipopt/tutorial/CodingExercise/C/1-skeleton/TutorialC.c:237:15: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/nlopt/api/deprecated.c:68:38: style: Function 'nlopt_minimize_econstrained' argument 7 names different: declaration 'fc_data' definition 'fc_data_'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/api/nlopt.h:378:38: note: Function 'nlopt_minimize_econstrained' argument 7 names different: declaration 'fc_data' definition 'fc_data_'.
feelpp-0.99.0-final.1/contrib/nlopt/api/deprecated.c:68:38: note: Function 'nlopt_minimize_econstrained' argument 7 names different: declaration 'fc_data' definition 'fc_data_'.
feelpp-0.99.0-final.1/contrib/nlopt/api/deprecated.c:69:37: style: Function 'nlopt_minimize_econstrained' argument 11 names different: declaration 'h_data' definition 'h_data_'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/api/nlopt.h:379:37: note: Function 'nlopt_minimize_econstrained' argument 11 names different: declaration 'h_data' definition 'h_data_'.
feelpp-0.99.0-final.1/contrib/nlopt/api/deprecated.c:69:37: note: Function 'nlopt_minimize_econstrained' argument 11 names different: declaration 'h_data' definition 'h_data_'.
feelpp-0.99.0-final.1/contrib/nlopt/api/optimize.c:649:8: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
feelpp-0.99.0-final.1/contrib/nlopt/api/optimize.c:223:15: style: The scope of the variable 'i' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/api/optimize.c:223:18: style: The scope of the variable 'j' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/api/optimize.c:234:15: style: The scope of the variable 'i' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/api/optimize.c:234:18: style: The scope of the variable 'j' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/api/optimize.c:813:20: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:507:23: style: Function 'nlopt_add_equality_mconstraint' argument 3 names different: declaration 'h' definition 'fc'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/api/nlopt.h:268:22: note: Function 'nlopt_add_equality_mconstraint' argument 3 names different: declaration 'h' definition 'fc'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:507:23: note: Function 'nlopt_add_equality_mconstraint' argument 3 names different: declaration 'h' definition 'fc'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:507:33: style: Function 'nlopt_add_equality_mconstraint' argument 4 names different: declaration 'h_data' definition 'fc_data'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/api/nlopt.h:269:16: note: Function 'nlopt_add_equality_mconstraint' argument 4 names different: declaration 'h_data' definition 'fc_data'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:507:33: note: Function 'nlopt_add_equality_mconstraint' argument 4 names different: declaration 'h_data' definition 'fc_data'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:527:22: style: Function 'nlopt_add_precond_equality_constraint' argument 2 names different: declaration 'h' definition 'fc'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/api/nlopt.h:264:32: note: Function 'nlopt_add_precond_equality_constraint' argument 2 names different: declaration 'h' definition 'fc'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:527:22: note: Function 'nlopt_add_precond_equality_constraint' argument 2 names different: declaration 'h' definition 'fc'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:529:17: style: Function 'nlopt_add_precond_equality_constraint' argument 4 names different: declaration 'h_data' definition 'fc_data'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/api/nlopt.h:264:60: note: Function 'nlopt_add_precond_equality_constraint' argument 4 names different: declaration 'h_data' definition 'fc_data'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:529:17: note: Function 'nlopt_add_precond_equality_constraint' argument 4 names different: declaration 'h_data' definition 'fc_data'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:545:21: style: Function 'nlopt_add_equality_constraint' argument 2 names different: declaration 'h' definition 'fc'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/api/nlopt.h:260:19: note: Function 'nlopt_add_equality_constraint' argument 2 names different: declaration 'h' definition 'fc'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:545:21: note: Function 'nlopt_add_equality_constraint' argument 2 names different: declaration 'h' definition 'fc'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:545:31: style: Function 'nlopt_add_equality_constraint' argument 3 names different: declaration 'h_data' definition 'fc_data'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/api/nlopt.h:261:14: note: Function 'nlopt_add_equality_constraint' argument 3 names different: declaration 'h_data' definition 'fc_data'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:545:31: note: Function 'nlopt_add_equality_constraint' argument 3 names different: declaration 'h_data' definition 'fc_data'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:573:1: style: Function 'nlopt_set_ftol_rel' argument 2 names different: declaration 'tol' definition 'ftol_rel'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/api/nlopt.h:277:69: note: Function 'nlopt_set_ftol_rel' argument 2 names different: declaration 'tol' definition 'ftol_rel'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:573:1: note: Function 'nlopt_set_ftol_rel' argument 2 names different: declaration 'tol' definition 'ftol_rel'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:574:1: style: Function 'nlopt_set_ftol_abs' argument 2 names different: declaration 'tol' definition 'ftol_abs'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/api/nlopt.h:279:69: note: Function 'nlopt_set_ftol_abs' argument 2 names different: declaration 'tol' definition 'ftol_abs'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:574:1: note: Function 'nlopt_set_ftol_abs' argument 2 names different: declaration 'tol' definition 'ftol_abs'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:575:1: style: Function 'nlopt_set_xtol_rel' argument 2 names different: declaration 'tol' definition 'xtol_rel'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/api/nlopt.h:282:69: note: Function 'nlopt_set_xtol_rel' argument 2 names different: declaration 'tol' definition 'xtol_rel'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:575:1: note: Function 'nlopt_set_xtol_rel' argument 2 names different: declaration 'tol' definition 'xtol_rel'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:578:63: style: Function 'nlopt_set_xtol_abs' argument 2 names different: declaration 'tol' definition 'xtol_abs'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/api/nlopt.h:285:76: note: Function 'nlopt_set_xtol_abs' argument 2 names different: declaration 'tol' definition 'xtol_abs'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:578:63: note: Function 'nlopt_set_xtol_abs' argument 2 names different: declaration 'tol' definition 'xtol_abs'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:588:57: style: Function 'nlopt_set_xtol_abs1' argument 2 names different: declaration 'tol' definition 'xtol_abs'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/api/nlopt.h:284:70: note: Function 'nlopt_set_xtol_abs1' argument 2 names different: declaration 'tol' definition 'xtol_abs'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:588:57: note: Function 'nlopt_set_xtol_abs1' argument 2 names different: declaration 'tol' definition 'xtol_abs'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:600:63: style: Function 'nlopt_get_xtol_abs' argument 2 names different: declaration 'tol' definition 'xtol_abs'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/api/nlopt.h:287:19: note: Function 'nlopt_get_xtol_abs' argument 2 names different: declaration 'tol' definition 'xtol_abs'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:600:63: note: Function 'nlopt_get_xtol_abs' argument 2 names different: declaration 'tol' definition 'xtol_abs'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:613:55: style: Function 'nlopt_set_force_stop' argument 2 names different: declaration 'val' definition 'force_stop'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/api/nlopt.h:296:68: note: Function 'nlopt_set_force_stop' argument 2 names different: declaration 'val' definition 'force_stop'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:613:55: note: Function 'nlopt_set_force_stop' argument 2 names different: declaration 'val' definition 'force_stop'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:661:1: style: Function 'nlopt_set_population' argument 2 names different: declaration 'pop' definition 'stochastic_population'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/api/nlopt.h:304:73: note: Function 'nlopt_set_population' argument 2 names different: declaration 'pop' definition 'stochastic_population'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:661:1: note: Function 'nlopt_set_population' argument 2 names different: declaration 'pop' definition 'stochastic_population'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:662:1: style: Function 'nlopt_set_vector_storage' argument 2 names different: declaration 'dim' definition 'vector_storage'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/api/nlopt.h:307:77: note: Function 'nlopt_set_vector_storage' argument 2 names different: declaration 'dim' definition 'vector_storage'.
feelpp-0.99.0-final.1/contrib/nlopt/api/options.c:662:1: note: Function 'nlopt_set_vector_storage' argument 2 names different: declaration 'dim' definition 'vector_storage'.
feelpp-0.99.0-final.1/contrib/nlopt/bobyqa/bobyqa.c:3097:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
feelpp-0.99.0-final.1/contrib/nlopt/bobyqa/bobyqa.c:3092:0: note: Variable 's' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/nlopt/bobyqa/bobyqa.c:3097:5: note: Variable 's' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/nlopt/bobyqa/bobyqa.c:27:24: style: The scope of the variable 'jp' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/bobyqa/bobyqa.c:3074:21: style: Function 'bobyqa' argument 4 names different: declaration 'lb' definition 'xl'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/bobyqa/bobyqa.h:8:21: note: Function 'bobyqa' argument 4 names different: declaration 'lb' definition 'xl'.
feelpp-0.99.0-final.1/contrib/nlopt/bobyqa/bobyqa.c:3074:21: note: Function 'bobyqa' argument 4 names different: declaration 'lb' definition 'xl'.
feelpp-0.99.0-final.1/contrib/nlopt/bobyqa/bobyqa.c:3074:39: style: Function 'bobyqa' argument 5 names different: declaration 'ub' definition 'xu'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/bobyqa/bobyqa.h:8:39: note: Function 'bobyqa' argument 5 names different: declaration 'ub' definition 'xu'.
feelpp-0.99.0-final.1/contrib/nlopt/bobyqa/bobyqa.c:3074:39: note: Function 'bobyqa' argument 5 names different: declaration 'ub' definition 'xu'.
feelpp-0.99.0-final.1/contrib/nlopt/bobyqa/bobyqa.c:73:5: style: Variable 'jl' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/nlopt/bobyqa/bobyqa.c:1150:9: error: Uninitialized variable: csave [uninitvar]
feelpp-0.99.0-final.1/contrib/nlopt/bobyqa/bobyqa.c:1317:9: error: Uninitialized variable: gredsq [uninitvar]
feelpp-0.99.0-final.1/contrib/nlopt/cobyla/cobyla.c:287:0: error: #error No 32-bit unsigned integer type [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/nlopt/cquad/cquad.c:226:15: style: Function 'cquad_minimize' argument 14 names different: declaration 'dual_tolrel' definition 'model_tolrel'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/cquad/cquad.h:44:15: note: Function 'cquad_minimize' argument 14 names different: declaration 'dual_tolrel' definition 'model_tolrel'.
feelpp-0.99.0-final.1/contrib/nlopt/cquad/cquad.c:226:15: note: Function 'cquad_minimize' argument 14 names different: declaration 'dual_tolrel' definition 'model_tolrel'.
feelpp-0.99.0-final.1/contrib/nlopt/cquad/cquad.c:226:33: style: Function 'cquad_minimize' argument 15 names different: declaration 'dual_maxeval' definition 'model_maxeval'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/cquad/cquad.h:44:32: note: Function 'cquad_minimize' argument 15 names different: declaration 'dual_maxeval' definition 'model_maxeval'.
feelpp-0.99.0-final.1/contrib/nlopt/cquad/cquad.c:226:33: note: Function 'cquad_minimize' argument 15 names different: declaration 'dual_maxeval' definition 'model_maxeval'.
feelpp-0.99.0-final.1/contrib/nlopt/crs/crs.c:65:30: style: The scope of the variable 'i' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/crs/crs.c:66:27: style: The scope of the variable 'xi' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/crs/crs.c:234:10: style: Function 'crs_minimize' argument 10 names different: declaration 'random' definition 'lds'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/crs/crs.h:40:10: note: Function 'crs_minimize' argument 10 names different: declaration 'random' definition 'lds'.
feelpp-0.99.0-final.1/contrib/nlopt/crs/crs.c:234:10: note: Function 'crs_minimize' argument 10 names different: declaration 'random' definition 'lds'.
feelpp-0.99.0-final.1/contrib/nlopt/direct/DIRparallel.c:35:13: style: The scope of the variable 'i__1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/direct/DIRparallel.c:39:13: style: The scope of the variable 'tid' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/direct/DIRserial.c:26:65: style: The scope of the variable 'i__2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/direct/DIRsubrout.c:505:10: warning: Redundant assignment of 'pos' to itself. [selfAssignment]
feelpp-0.99.0-final.1/contrib/nlopt/direct/DIRsubrout.c:40:18: style: The scope of the variable 'k' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/direct/DIRsubrout.c:40:21: style: The scope of the variable 'p' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/direct/DIRsubrout.c:348:47: style: The scope of the variable 'i__2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/direct/DIRsubrout.c:348:53: style: The scope of the variable 'i__3' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/direct/DIRsubrout.c:869:65: style: The scope of the variable 'i__2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/direct/DIRsubrout.c:940:73: style: The scope of the variable 'i__2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/direct/DIRsubrout.c:941:16: style: The scope of the variable 'd__1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/direct/DIRsubrout.c:941:22: style: The scope of the variable 'd__2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/direct/DIRsubrout.c:944:29: style: The scope of the variable 'pos2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/direct/DIRsubrout.c:1151:26: style: The scope of the variable 'i__2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/direct/DIRsubrout.c:1154:18: style: The scope of the variable 'j' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/direct/DIRsubrout.c:1401:16: style: The scope of the variable 'help' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/direct/DIRsubrout.c:1561:13: style: The scope of the variable 'i__' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/direct/DIRsubrout.c:1259:15: style: Variable 'costmin' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/nlopt/esch/esch.c:31:13: style: The scope of the variable 'na_unif' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/mssubs.c:22:18: style: The scope of the variable 'd__2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/mssubs.c:22:24: style: The scope of the variable 'd__3' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/mssubs.c:96:15: style: The scope of the variable 'i__2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/mssubs.c:100:12: style: The scope of the variable 'tempa' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/mssubs.c:100:19: style: The scope of the variable 'tempb' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/mssubs.c:146:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/mssubs.c:218:15: style: The scope of the variable 'i__2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/mssubs.c:222:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/mssubs.c:421:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/mssubs.c:461:15: style: The scope of the variable 'i__2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/mssubs.c:465:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/mssubs.c:506:17: style: The scope of the variable 'l' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/plip.c:337:15: style: Condition 'iterd<0' is always false [knownConditionTrueFalse]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/plip.c:329:13: note: Assignment 'iterd=1', assigned value is 1
feelpp-0.99.0-final.1/contrib/nlopt/luksan/plip.c:337:15: note: Condition 'iterd<0' is always false
feelpp-0.99.0-final.1/contrib/nlopt/luksan/plip.c:345:13: error: Uninitialized variable: p [uninitvar]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/plis.c:344:15: style: Condition 'iterd<0' is always false [knownConditionTrueFalse]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/plis.c:321:13: note: Assignment 'iterd=0', assigned value is 0
feelpp-0.99.0-final.1/contrib/nlopt/luksan/plis.c:344:15: note: Condition 'iterd<0' is always false
feelpp-0.99.0-final.1/contrib/nlopt/luksan/plis.c:352:13: error: Uninitialized variable: p [uninitvar]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pnet.c:403:5: style: Variable 'ld' is reassigned a value before the old one has been used. [redundantAssignment]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pnet.c:398:5: note: Variable 'ld' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pnet.c:403:5: note: Variable 'ld' is reassigned a value before the old one has been used.
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:29:9: style: The scope of the variable 'i__1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:29:15: style: The scope of the variable 'i__2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:30:12: style: The scope of the variable 'd__1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:30:18: style: The scope of the variable 'd__2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:33:9: style: The scope of the variable 'i__' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:33:14: style: The scope of the variable 'ixi' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:34:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:795:14: style: The scope of the variable 'ii' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:795:18: style: The scope of the variable 'ixi' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:1141:9: style: The scope of the variable 'i__1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:1142:12: style: The scope of the variable 'd__1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:1142:18: style: The scope of the variable 'd__2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:1145:9: style: The scope of the variable 'i__' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:1146:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:1220:9: style: The scope of the variable 'i__1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:1221:12: style: The scope of the variable 'd__1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:1221:18: style: The scope of the variable 'd__2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:1224:9: style: The scope of the variable 'i__' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:284:48: style: Function 'luksan_ps1l01__' argument 10 names different: declaration 'fmax' definition 'maxf'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/luksan/luksan.h:91:54: note: Function 'luksan_ps1l01__' argument 10 names different: declaration 'fmax' definition 'maxf'.
feelpp-0.99.0-final.1/contrib/nlopt/luksan/pssubs.c:284:48: note: Function 'luksan_ps1l01__' argument 10 names different: declaration 'fmax' definition 'maxf'.
feelpp-0.99.0-final.1/contrib/nlopt/mma/ccsa_quadratic.c:431:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
feelpp-0.99.0-final.1/contrib/nlopt/mma/ccsa_quadratic.c:431:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
feelpp-0.99.0-final.1/contrib/nlopt/mma/ccsa_quadratic.c:506:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
feelpp-0.99.0-final.1/contrib/nlopt/mma/ccsa_quadratic.c:522:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
feelpp-0.99.0-final.1/contrib/nlopt/mma/ccsa_quadratic.c:536:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
feelpp-0.99.0-final.1/contrib/nlopt/mma/mma.c:286:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
feelpp-0.99.0-final.1/contrib/nlopt/mma/mma.c:286:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
feelpp-0.99.0-final.1/contrib/nlopt/mma/mma.c:367:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
feelpp-0.99.0-final.1/contrib/nlopt/mma/mma.c:383:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
feelpp-0.99.0-final.1/contrib/nlopt/mma/mma.c:395:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
feelpp-0.99.0-final.1/contrib/nlopt/newuoa/newuoa.c:1388:17: style: The scope of the variable 'ja' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/newuoa/newuoa.c:1388:21: style: The scope of the variable 'jb' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/newuoa/newuoa.c:1388:29: style: The scope of the variable 'jp' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/newuoa/newuoa.c:1393:12: style: The scope of the variable 'scala' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/newuoa/newuoa.c:1393:19: style: The scope of the variable 'scalb_' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/octave/nlopt_optimize-mex.c:192:42: style: Variable 'local_opt' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/nlopt/octave/nlopt_optimize-mex.c:152:15: style: Unused variable: i [unusedVariable]
feelpp-0.99.0-final.1/contrib/nlopt/octave/nlopt_optimize-oct.cc:213:10: style: Unused variable: A [unusedVariable]
feelpp-0.99.0-final.1/contrib/nlopt/praxis/praxis.c:176:9: style: Condition 'illc' is always false [knownConditionTrueFalse]
feelpp-0.99.0-final.1/contrib/nlopt/praxis/praxis.c:172:12: note: Assignment 'illc=0', assigned value is 0
feelpp-0.99.0-final.1/contrib/nlopt/praxis/praxis.c:176:9: note: Condition 'illc' is always false
feelpp-0.99.0-final.1/contrib/nlopt/slsqp/slsqp.c:2475:11: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
feelpp-0.99.0-final.1/contrib/nlopt/slsqp/slsqp.c:2069:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/global.cc:69:10: style: The scope of the variable 'w' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/global.cc:70:7: style: The scope of the variable 'i' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/global.cc:70:10: style: The scope of the variable 'flag' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/global.cc:70:16: style: The scope of the variable 'dir' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/global.cc:113:7: style: The scope of the variable 'info' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/global.cc:205:7: style: The scope of the variable 'inner_iter' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/linalg.h:84:13: style: Technically the member function 'RMatrix::GetDim' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/global.h:66:8: style: Technically the member function 'Global::NoMinimizers' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/global.cc:338:14: note: Technically the member function 'Global::NoMinimizers' can be const.
feelpp-0.99.0-final.1/contrib/nlopt/stogo/global.h:66:8: note: Technically the member function 'Global::NoMinimizers' can be const.
feelpp-0.99.0-final.1/contrib/nlopt/stogo/global.h:68:8: style: Technically the member function 'Global::GetDomain' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/global.cc:324:14: note: Technically the member function 'Global::GetDomain' can be const.
feelpp-0.99.0-final.1/contrib/nlopt/stogo/global.h:68:8: note: Technically the member function 'Global::GetDomain' can be const.
feelpp-0.99.0-final.1/contrib/nlopt/stogo/global.h:69:10: style: Technically the member function 'Global::GetMinValue' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/global.cc:312:16: note: Technically the member function 'Global::GetMinValue' can be const.
feelpp-0.99.0-final.1/contrib/nlopt/stogo/global.h:69:10: note: Technically the member function 'Global::GetMinValue' can be const.
feelpp-0.99.0-final.1/contrib/nlopt/stogo/global.h:74:10: performance: Technically the member function 'Global::GetTime' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/global.cc:298:16: note: Technically the member function 'Global::GetTime' can be static.
feelpp-0.99.0-final.1/contrib/nlopt/stogo/global.h:74:10: note: Technically the member function 'Global::GetTime' can be static.
feelpp-0.99.0-final.1/contrib/nlopt/stogo/linalg.h:34:3: style: Class 'RVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/linalg.h:35:3: style: Class 'RVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/linalg.h:71:4: style: Class 'RMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/linalg.h:74:3: style: Class 'RMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.h:33:3: style: Class 'Trial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.h:34:3: style: Class 'Trial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.h:61:3: style: Class 'VBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.h:62:3: style: Class 'VBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.h:83:3: style: Class 'TBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.h:84:3: style: Class 'TBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/linalg.h:42:10: style: Technically the member function 'RVector::nrm2' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/linalg.cc:58:17: note: Technically the member function 'RVector::nrm2' can be const.
feelpp-0.99.0-final.1/contrib/nlopt/stogo/linalg.h:42:10: note: Technically the member function 'RVector::nrm2' can be const.
feelpp-0.99.0-final.1/contrib/nlopt/stogo/linalg.cc:42:2: style: Class 'RVector' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/linalg.cc:173:2: style: Class 'RMatrix' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/local.cc:118:48: style: The scope of the variable 'ro' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/local.cc:119:10: style: The scope of the variable 'nrm_sd' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/local.cc:119:18: style: The scope of the variable 'nrm_hn' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/local.cc:119:35: style: The scope of the variable 'nrm_dl' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/prog.cc:253:13: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/prog.cc:278:15: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/prog.cc:297:39: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/testfun.h:29:17: style: The scope of the variable 'S' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/testfun.h:40:10: style: The scope of the variable 'R' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/testfun.h:119:10: style: The scope of the variable 'a' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/testfun.h:119:12: style: The scope of the variable 'b' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/testfun.h:130:10: style: The scope of the variable 'sum' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/testfun.h:378:30: style: The scope of the variable 'tmp' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/prog.cc:12:8: style: The scope of the variable 'AVfail' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/prog.cc:13:21: style: The scope of the variable 'axis' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/prog.cc:14:10: style: The scope of the variable 'AVbest' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/stogo.cc:16:18: style: The function 'ObjectiveGradient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/global.h:47:18: note: Virtual function in base class
feelpp-0.99.0-final.1/contrib/nlopt/stogo/stogo.cc:16:18: note: Function in derived class
feelpp-0.99.0-final.1/contrib/nlopt/stogo/stogo.cc:14:34: performance: Function parameter 'P' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.cc:361:21: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.cc:318:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.cc:332:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.cc:81:3: performance: Variable 'TList' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.h:65:7: style: Technically the member function 'VBox::GetDim' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.cc:44:11: note: Technically the member function 'VBox::GetDim' can be const.
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.h:65:7: note: Technically the member function 'VBox::GetDim' can be const.
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.h:88:10: style: Technically the member function 'TBox::GetMin' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.cc:94:14: note: Technically the member function 'TBox::GetMin' can be const.
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.h:88:10: note: Technically the member function 'TBox::GetMin' can be const.
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.h:89:8: style: Technically the member function 'TBox::EmptyBox' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.cc:98:12: note: Technically the member function 'TBox::EmptyBox' can be const.
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.h:89:8: note: Technically the member function 'TBox::EmptyBox' can be const.
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.h:97:8: performance: Technically the member function 'TBox::GetTrial' can be static. [functionStatic]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.cc:129:12: note: Technically the member function 'TBox::GetTrial' can be static.
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.h:97:8: note: Technically the member function 'TBox::GetTrial' can be static.
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.h:101:16: style: Technically the member function 'TBox::NStationary' can be const. [functionConst]
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.cc:164:20: note: Technically the member function 'TBox::NStationary' can be const.
feelpp-0.99.0-final.1/contrib/nlopt/stogo/tools.h:101:16: note: Technically the member function 'TBox::NStationary' can be const.
feelpp-0.99.0-final.1/contrib/nlopt/subplex/subplex.c:506:13: style: The scope of the variable 'i__' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/subplex/subplex.c:506:18: style: The scope of the variable 'j' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/subplex/subplex.c:880:16: style: The scope of the variable 'xoldi' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/subplex/subplex.c:1069:16: style: The scope of the variable 'd__1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/subplex/subplex.c:1069:22: style: The scope of the variable 'd__2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/subplex/subplex.c:1069:28: style: The scope of the variable 'd__3' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/subplex/subplex.c:1072:23: style: The scope of the variable 'fscale' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/subplex/subplex.c:1073:20: style: The scope of the variable 'nsv' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/subplex/subplex.c:1074:23: style: The scope of the variable 'f1sv' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/subplex/subplex.c:1716:16: style: The scope of the variable 'd__1' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/subplex/subplex.c:1716:22: style: The scope of the variable 'd__2' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/subplex/subplex.c:1716:28: style: The scope of the variable 'd__3' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/tensor/tensor.c:2420:66: style: The scope of the variable 'acos' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/tensor/tensor.c:2887:48: style: The scope of the variable 'sqrt' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/tensor/tensor.c:932:24: style: Redundant pointer operation on 'itnno' - it's already a pointer. [redundantPointerOp]
feelpp-0.99.0-final.1/contrib/nlopt/tensor/tensor.c:943:24: style: Redundant pointer operation on 'fpls' - it's already a pointer. [redundantPointerOp]
feelpp-0.99.0-final.1/contrib/nlopt/tensor/tensor.c:1123:24: style: Redundant pointer operation on 'fpls' - it's already a pointer. [redundantPointerOp]
feelpp-0.99.0-final.1/contrib/nlopt/tensor/tensor.c:1124:24: style: Redundant pointer operation on 'itnno' - it's already a pointer. [redundantPointerOp]
feelpp-0.99.0-final.1/contrib/nlopt/tensor/tensor.c:1170:24: style: Redundant pointer operation on 'itnno' - it's already a pointer. [redundantPointerOp]
feelpp-0.99.0-final.1/contrib/nlopt/tensor/tensor.c:1181:24: style: Redundant pointer operation on 'fpls' - it's already a pointer. [redundantPointerOp]
feelpp-0.99.0-final.1/contrib/nlopt/tensor/tensor.c:1412:27: style: Redundant pointer operation on 'n' - it's already a pointer. [redundantPointerOp]
feelpp-0.99.0-final.1/contrib/nlopt/tensor/tensor.c:1419:27: style: Redundant pointer operation on 'nr' - it's already a pointer. [redundantPointerOp]
feelpp-0.99.0-final.1/contrib/nlopt/tensor/tensor.c:1420:27: style: Redundant pointer operation on 'n' - it's already a pointer. [redundantPointerOp]
feelpp-0.99.0-final.1/contrib/nlopt/tensor/tensor.c:2127:10: style: Variable 'temp1' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/nlopt/tensor/tensor.c:2130:14: style: Variable 'temp2' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/contrib/nlopt/test/testopt.cpp:112:30: style: The scope of the variable 'f0' can be reduced. [variableScope]
feelpp-0.99.0-final.1/contrib/nlopt/util/mt19937ar.c:62:0: error: #error No 32-bit unsigned integer type [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/nlopt/util/redblack_test.c:67:0: error: Memory leak: k [memleak]
feelpp-0.99.0-final.1/contrib/nlopt/util/sobolseq.c:64:0: error: #error No 32-bit unsigned integer type [preprocessorErrorDirective]
feelpp-0.99.0-final.1/contrib/nlopt/util/stop.c:36:43: style: Function 'nlopt_stop_ftol' argument 1 names different: declaration 'stop' definition 's'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/util/nlopt-util.h:86:50: note: Function 'nlopt_stop_ftol' argument 1 names different: declaration 'stop' definition 's'.
feelpp-0.99.0-final.1/contrib/nlopt/util/stop.c:36:43: note: Function 'nlopt_stop_ftol' argument 1 names different: declaration 'stop' definition 's'.
feelpp-0.99.0-final.1/contrib/nlopt/util/stop.c:41:40: style: Function 'nlopt_stop_f' argument 1 names different: declaration 'stop' definition 's'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/util/nlopt-util.h:85:47: note: Function 'nlopt_stop_f' argument 1 names different: declaration 'stop' definition 's'.
feelpp-0.99.0-final.1/contrib/nlopt/util/stop.c:41:40: note: Function 'nlopt_stop_f' argument 1 names different: declaration 'stop' definition 's'.
feelpp-0.99.0-final.1/contrib/nlopt/util/stop.c:46:40: style: Function 'nlopt_stop_x' argument 1 names different: declaration 'stop' definition 's'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/util/nlopt-util.h:87:47: note: Function 'nlopt_stop_x' argument 1 names different: declaration 'stop' definition 's'.
feelpp-0.99.0-final.1/contrib/nlopt/util/stop.c:46:40: note: Function 'nlopt_stop_x' argument 1 names different: declaration 'stop' definition 's'.
feelpp-0.99.0-final.1/contrib/nlopt/util/stop.c:55:41: style: Function 'nlopt_stop_dx' argument 1 names different: declaration 'stop' definition 's'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/util/nlopt-util.h:89:48: note: Function 'nlopt_stop_dx' argument 1 names different: declaration 'stop' definition 's'.
feelpp-0.99.0-final.1/contrib/nlopt/util/stop.c:55:41: note: Function 'nlopt_stop_dx' argument 1 names different: declaration 'stop' definition 's'.
feelpp-0.99.0-final.1/contrib/nlopt/util/stop.c:71:41: style: Function 'nlopt_stop_xs' argument 1 names different: declaration 'stop' definition 's'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/util/nlopt-util.h:91:48: note: Function 'nlopt_stop_xs' argument 1 names different: declaration 'stop' definition 's'.
feelpp-0.99.0-final.1/contrib/nlopt/util/stop.c:71:41: note: Function 'nlopt_stop_xs' argument 1 names different: declaration 'stop' definition 's'.
feelpp-0.99.0-final.1/contrib/nlopt/util/stop.c:84:44: style: Function 'nlopt_stop_evals' argument 1 names different: declaration 'stop' definition 's'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/util/nlopt-util.h:94:51: note: Function 'nlopt_stop_evals' argument 1 names different: declaration 'stop' definition 's'.
feelpp-0.99.0-final.1/contrib/nlopt/util/stop.c:84:44: note: Function 'nlopt_stop_evals' argument 1 names different: declaration 'stop' definition 's'.
feelpp-0.99.0-final.1/contrib/nlopt/util/stop.c:94:43: style: Function 'nlopt_stop_time' argument 1 names different: declaration 'stop' definition 's'. [funcArgNamesDifferent]
feelpp-0.99.0-final.1/contrib/nlopt/util/nlopt-util.h:96:50: note: Function 'nlopt_stop_time' argument 1 names different: declaration 'stop' definition 's'.
feelpp-0.99.0-final.1/contrib/nlopt/util/stop.c:94:43: note: Function 'nlopt_stop_time' argument 1 names different: declaration 'stop' definition 's'.
feelpp-0.99.0-final.1/feel/feelalg/backendeigen.cpp:48:17: style: Variable '_prefix' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelalg/datamap.cpp:540:30: style: Unused variable: allIndexLenght [unusedVariable]
feelpp-0.99.0-final.1/feel/feelalg/datamap.cpp:556:21: style: Variable 'nSplit' is modified but its new value is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelalg/datamap.cpp:694:16: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
feelpp-0.99.0-final.1/feel/feelalg/datamap.cpp:708:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
feelpp-0.99.0-final.1/feel/feelalg/functionspetsc.cpp:293:9: style: The scope of the variable 'ierr' can be reduced. [variableScope]
feelpp-0.99.0-final.1/feel/feelalg/graphcsr.cpp:424:10: style: Condition 'computeIndexSplit' is always true [knownConditionTrueFalse]
feelpp-0.99.0-final.1/feel/feelalg/graphcsr.cpp:423:30: note: Assignment 'computeIndexSplit=true', assigned value is 1
feelpp-0.99.0-final.1/feel/feelalg/graphcsr.cpp:424:10: note: Condition 'computeIndexSplit' is always true
feelpp-0.99.0-final.1/feel/feelalg/graphcsr.cpp:176:15: style: Variable 'worldsize' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelalg/graphcsr.cpp:1013:48: warning: Iterators to containers from different expressions 'boost::get<2>(irow)' and 'boost::get<2>(irow)' are used together. [mismatchingContainerExpression]
feelpp-0.99.0-final.1/feel/feelalg/matrixblock.cpp:117:21: style: Variable 'mapCol' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelalg/matrixblock.cpp:119:19: style: Variable 'myrank' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelalg/matrixeigensparse.cpp:195:20: warning: Either the condition '!m' is redundant or there is possible null pointer dereference: m. [nullPointerRedundantCheck]
feelpp-0.99.0-final.1/feel/feelalg/matrixeigensparse.cpp:197:10: note: Assuming that condition '!m' is not redundant
feelpp-0.99.0-final.1/feel/feelalg/matrixeigensparse.cpp:195:20: note: Null pointer dereference
feelpp-0.99.0-final.1/feel/feelalg/matrixeigensparse.cpp:247:0: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelalg/preconditionerpetsc.cpp:106:18: style: struct member 'PC_MG::levels' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/feel/feelalg/preconditionerpetsc.cpp:111:18: style: struct member 'PC_MG::innerctx' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/feel/feelcore/application.cpp:1169:13: style: The scope of the variable 'l' can be reduced. [variableScope]
feelpp-0.99.0-final.1/feel/feelcore/application.cpp:1238:13: style: The scope of the variable 'l' can be reduced. [variableScope]
feelpp-0.99.0-final.1/feel/feelcore/application.cpp:1065:25: style: Variable 'hp' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelcore/application.cpp:1290:19: style: Variable 'header' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelcore/application.cpp:874:34: error: Iterator 'it' used after element has been erased. [eraseDereference]
feelpp-0.99.0-final.1/feel/feelcore/application.cpp:870:5: note: Iterator 'it' used after element has been erased.
feelpp-0.99.0-final.1/feel/feelcore/application.cpp:874:34: note: Iterator 'it' used after element has been erased.
feelpp-0.99.0-final.1/feel/feelcore/environment.cpp:133:12: style: The scope of the variable 'scan' can be reduced. [variableScope]
feelpp-0.99.0-final.1/feel/feelcore/environment.cpp:1242:21: style: The scope of the variable 'i' can be reduced. [variableScope]
feelpp-0.99.0-final.1/feel/feelcore/environment.cpp:83:13: style: Unused variable: c [unusedVariable]
feelpp-0.99.0-final.1/feel/feelcore/environment.cpp:200:9: style: Unused variable: i [unusedVariable]
feelpp-0.99.0-final.1/feel/feelcore/environment.cpp:895:0: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelcore/environment.cpp:937:40: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelcore/environment.cpp:947:44: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelcore/environment.cpp:705:38: error: Iterator 'it' used after element has been erased. [eraseDereference]
feelpp-0.99.0-final.1/feel/feelcore/environment.cpp:701:9: note: Iterator 'it' used after element has been erased.
feelpp-0.99.0-final.1/feel/feelcore/environment.cpp:705:38: note: Iterator 'it' used after element has been erased.
feelpp-0.99.0-final.1/feel/feelcore/mpfr.cpp:1966:13: style: The scope of the variable 'dummy' can be reduced. [variableScope]
feelpp-0.99.0-final.1/feel/feelcore/mpfr.cpp:1958:21: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelcore/mpfr.cpp:1978:21: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelcore/mpfr.cpp:2228:25: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelcore/mpfr.cpp:2255:25: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelcore/simget.cpp:52:23: style: Variable 'key' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelcore/worldcomm.cpp:501:9: style: Unused variable: color [unusedVariable]
feelpp-0.99.0-final.1/feel/feelcore/worldcomm.cpp:534:0: style: Variable 'newGlobRank' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelcore/worldcomm.cpp:660:31: style: Variable 'myactivity' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelcrb/crb.cl:9:0: error: #error "Double precision floating point not supported by OpenCL implementation." [preprocessorErrorDirective]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:780:9: style: Variable 'solution' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:779:0: note: Variable 'solution' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:780:9: note: Variable 'solution' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:2928:13: style: Variable 'temp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:2927:0: note: Variable 'temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:2928:13: note: Variable 'temp' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:1019:14: style: The scope of the variable 'light_version' can be reduced. [variableScope]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:3110:12: style: The scope of the variable 'bdf_coeff' can be reduced. [variableScope]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:3176:12: style: The scope of the variable 'bdf_coeff' can be reduced. [variableScope]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:3184:9: style: The scope of the variable 'iter' can be reduced. [variableScope]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:3264:9: style: The scope of the variable 'iter' can be reduced. [variableScope]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:3266:12: style: The scope of the variable 'bdf_coeff' can be reduced. [variableScope]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:3349:12: style: The scope of the variable 'bdf_coeff' can be reduced. [variableScope]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:3442:9: style: The scope of the variable 'iter' can be reduced. [variableScope]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:3444:12: style: The scope of the variable 'bdf_coeff' can be reduced. [variableScope]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:708:40: style: Unused variable: betaFqm [unusedVariable]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:1052:48: style: Unused variable: it [unusedVariable]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:1638:28: style: Unused variable: initial_guess [unusedVariable]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:2826:16: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_linearAqm' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_InitialGuessV' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_InitialGuessVector' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_monoA' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_monoM' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_monoF' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_is_initialized' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_vm' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_mode' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_dummy_betaMqm' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::u' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::v' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_preconditioner_primal' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_preconditioner_dual' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_preconditioner_l2' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_Qa' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_Qm' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_Nl' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_QLinearDecompositionA' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_Ql' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_mMaxA' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_mMaxM' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_mMaxLinearDecompositionA' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_mMaxF' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_alreadyCountAffineDecompositionTerms' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_inner_product_matrix' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_bdf' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:15: warning: Member variable 'CRBModel::M_has_eim' is not assigned a value in 'CRBModel::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:2488:10: style: Member variable 'CRBModel::M_is_initialized' is in the wrong place in the initializer list. [initializerList]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:222:9: note: Member variable 'CRBModel::M_is_initialized' is in the wrong place in the initializer list.
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:2488:10: note: Member variable 'CRBModel::M_is_initialized' is in the wrong place in the initializer list.
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:2485:19: style: Member variable 'CRBModel::M_model' is in the wrong place in the initializer list. [initializerList]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:223:9: note: Member variable 'CRBModel::M_model' is in the wrong place in the initializer list.
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:2485:19: note: Member variable 'CRBModel::M_model' is in the wrong place in the initializer list.
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:2612:31: style: Technically the member function 'Feel::PreAssembleMassMatrixInCompositeCase::opmass' can be const. [functionConst]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:253:5: style: Class 'CRBModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:2701:69: performance: Function parameter 'initial_guess' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:780:0: style: Variable 'solution' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:779:0: note: Variable 'solution' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:780:0: note: Variable 'solution' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:1019:0: style: The scope of the variable 'light_version' can be reduced. [variableScope]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:708:0: style: Unused variable: betaFqm [unusedVariable]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:1052:0: style: Unused variable: it [unusedVariable]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_linearAqm' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_InitialGuessV' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_InitialGuessVector' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_monoA' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_monoM' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_monoF' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_is_initialized' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_vm' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_mode' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_dummy_betaMqm' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::u' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::v' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_preconditioner_primal' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_preconditioner_dual' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_preconditioner_l2' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_Qa' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_Qm' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_Nl' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_QLinearDecompositionA' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_Ql' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_mMaxA' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_mMaxM' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_mMaxLinearDecompositionA' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_mMaxF' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_alreadyCountAffineDecompositionTerms' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_inner_product_matrix' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_bdf' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:421:0: warning: Member variable 'Feel :: CRBModel < Heat1D >::M_has_eim' is not assigned a value in 'Feel :: CRBModel < Heat1D >::operator='. [operatorEqVarError]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:2488:0: style: Member variable 'Feel :: CRBModel < Heat1D >::M_is_initialized' is in the wrong place in the initializer list. [initializerList]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:222:0: note: Member variable 'Feel :: CRBModel < Heat1D >::M_is_initialized' is in the wrong place in the initializer list.
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:2488:0: note: Member variable 'Feel :: CRBModel < Heat1D >::M_is_initialized' is in the wrong place in the initializer list.
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:2485:0: style: Member variable 'Feel :: CRBModel < Heat1D >::M_model' is in the wrong place in the initializer list. [initializerList]
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:223:0: note: Member variable 'Feel :: CRBModel < Heat1D >::M_model' is in the wrong place in the initializer list.
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:2485:0: note: Member variable 'Feel :: CRBModel < Heat1D >::M_model' is in the wrong place in the initializer list.
feelpp-0.99.0-final.1/feel/feelcrb/crbmodel.hpp:253:0: style: Class 'Feel :: CRBModel < Heat1D >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/feel/feeldiscr/stencil.cpp:52:46: warning: Iterators to containers from different expressions 'entry.first.get<3>()' and 'entry.first.get<3>()' are used together. [mismatchingContainerExpression]
feelpp-0.99.0-final.1/feel/feeldiscr/stencil.cpp:111:42: warning: Iterators to containers from different expressions 'entry.first.get<3>()' and 'entry.first.get<3>()' are used together. [mismatchingContainerExpression]
feelpp-0.99.0-final.1/feel/feelfilters/exportergnuplot.cpp:88:23: style: Variable 'data_file_name' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelfilters/exportergnuplot.cpp:122:27: style: Unused variable: xtics_stream [unusedVariable]
feelpp-0.99.0-final.1/feel/feelfilters/geotool.cpp:1813:0: style: Variable 'rayon' is assigned a value that is never used. [unreadVariable]
feelpp-0.99.0-final.1/feel/feelfilters/gmsh.cpp:445:43: style: Redundant condition: mpi::environment::initialized(). '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
feelpp-0.99.0-final.1/feel/feelmesh/geo0d.cpp:90:18: style: Unused variable: i [unusedVariable]
feelpp-0.99.0-final.1/feel/feelmesh/kdtree.cpp:47:5: style: Struct 'Element' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/feel/feelmesh/kdtree.cpp:91:5: style: Struct 'component_sort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/feel/feelmesh/kdtree.cpp:284:33: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
feelpp-0.99.0-final.1/feel/feelmesh/regiontree.cpp:197:5: style: Struct 'has_point_p' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/feel/feelopt/adgenerate.cpp:306:21: style: struct member 'Anonymous2::nonIntOperands' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/feel/feelopt/adgenerate.cpp:307:21: style: struct member 'Anonymous2::complexOperands' is never used. [unusedStructMember]
feelpp-0.99.0-final.1/feel/feelpython/libPyInteg.cpp:105:36: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
feelpp-0.99.0-final.1/feel/feelvf/test_fusion.cpp:61:5: style: Class 'F2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/feel/feelvf/test_fusion.cpp:101:5: style: Class 'F1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/feel/feelvf/test_fusion.cpp:133:5: style: Class 'F0' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
feelpp-0.99.0-final.1/quickstart/ls_laplacian.cpp:45:5: style: Variable 'l' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/quickstart/ls_laplacian.cpp:44:0: note: Variable 'l' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/quickstart/ls_laplacian.cpp:45:5: note: Variable 'l' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/quickstart/ls_laplacian.cpp:49:5: style: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/quickstart/ls_laplacian.cpp:48:0: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/quickstart/ls_laplacian.cpp:49:5: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/quickstart/qs_laplacian.cpp:54:5: style: Variable 'l' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/quickstart/qs_laplacian.cpp:53:0: note: Variable 'l' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/quickstart/qs_laplacian.cpp:54:5: note: Variable 'l' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/quickstart/qs_laplacian.cpp:58:5: style: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/quickstart/qs_laplacian.cpp:57:0: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/quickstart/qs_laplacian.cpp:58:5: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/quickstart/qs_ns.cpp:70:5: style: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/quickstart/qs_ns.cpp:68:0: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/quickstart/qs_ns.cpp:70:5: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/quickstart/qs_stokes.cpp:65:5: style: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
feelpp-0.99.0-final.1/quickstart/qs_stokes.cpp:64:0: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
feelpp-0.99.0-final.1/quickstart/qs_stokes.cpp:65:5: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
[21:44]
ftp://ftp.se.debian.org/debian/pool/main/f/feersum/feersum_1.405.orig.tar.gz
Feersum-1.405/picohttpparser-git/bench.c:16:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
Feersum-1.405/picohttpparser-git/picohttpparser.c:232:35: style: Function 'phr_parse_request' argument 1 names different: declaration 'buf' definition 'buf_start'. [funcArgNamesDifferent]
Feersum-1.405/picohttpparser-git/picohttpparser.h:21:35: note: Function 'phr_parse_request' argument 1 names different: declaration 'buf' definition 'buf_start'.
Feersum-1.405/picohttpparser-git/picohttpparser.c:232:35: note: Function 'phr_parse_request' argument 1 names different: declaration 'buf' definition 'buf_start'.
Feersum-1.405/picohttpparser-git/picohttpparser.c:297:36: style: Function 'phr_parse_response' argument 1 names different: declaration '_buf' definition 'buf_start'. [funcArgNamesDifferent]
Feersum-1.405/picohttpparser-git/picohttpparser.h:28:36: note: Function 'phr_parse_response' argument 1 names different: declaration '_buf' definition 'buf_start'.
Feersum-1.405/picohttpparser-git/picohttpparser.c:297:36: note: Function 'phr_parse_response' argument 1 names different: declaration '_buf' definition 'buf_start'.
[21:44]
ftp://ftp.se.debian.org/debian/pool/main/f/feh/feh_2.3.orig.tar.bz2
ftp://ftp.se.debian.org/debian/pool/main/f/felix-bundlerepository/felix-bundlerepository_2.0.8.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/felix-framework/felix-framework_4.6.1.orig.tar.xz
ftp://ftp.se.debian.org/debian/pool/main/f/felix-gogo-command/felix-gogo-command_0.14.0.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/felix-gogo-runtime/felix-gogo-runtime_0.16.2.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/felix-gogo-shell/felix-gogo-shell_0.12.0.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/felix-latin/felix-latin_2.0.orig.tar.gz
felix-latin-2.0.orig/felix.cpp:1738:20: style: The scope of the variable 'mezo' can be reduced. [variableScope]
felix-latin-2.0.orig/gafio.h:46:3: style: Class 'zScrollArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[21:44]
ftp://ftp.se.debian.org/debian/pool/main/f/felix-main/felix-main_5.0.0.orig.tar.xz
ftp://ftp.se.debian.org/debian/pool/main/f/felix-osgi-obr/felix-osgi-obr_1.0.2.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/felix-resolver/felix-resolver_1.14.0.orig.tar.xz
ftp://ftp.se.debian.org/debian/pool/main/f/felix-shell/felix-shell_1.4.3.orig.tar.xz
ftp://ftp.se.debian.org/debian/pool/main/f/felix-shell-tui/felix-shell-tui_1.4.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/felix-utils/felix-utils_1.8.6.orig.tar.xz
ftp://ftp.se.debian.org/debian/pool/main/f/fence-agents/fence-agents_4.2.1.orig.tar.gz
fence-agents-4.2.1/agents/kdump/list.h:217:20: style: The scope of the variable 'first' can be reduced. [variableScope]
fence-agents-4.2.1/agents/kdump/fence_kdump.c:149:9: style: The scope of the variable 'error' can be reduced. [variableScope]
fence-agents-4.2.1/agents/zvm/fence_zvmip.c:495:3: style: The scope of the variable 'nFds' can be reduced. [variableScope]
fence-agents-4.2.1/agents/zvm/fence_zvmip.c:535:3: style: The scope of the variable 'lRem' can be reduced. [variableScope]
[21:44]
ftp://ftp.se.debian.org/debian/pool/main/f/fenix/fenix_0.92a.dfsg1.orig.tar.gz
Fenix/common/files.c:574:16: error: Array 'possible_paths[32]' accessed at index 32, which is out of bounds. [arrayIndexOutOfBounds]
Fenix/common/files.c:571:2: note: After for loop, n has value 31
Fenix/common/files.c:574:16: note: Array index out of bounds
Fenix/common/regex.c:3305:11: warning: Return value of function alloca() is not used. [ignoredReturnValue]
Fenix/common/regex.c:3323:7: warning: Return value of function alloca() is not used. [ignoredReturnValue]
Fenix/common/regex.c:3517:11: warning: Return value of function alloca() is not used. [ignoredReturnValue]
Fenix/common/regex.c:4355:3: warning: Return value of function alloca() is not used. [ignoredReturnValue]
Fenix/common/regex.c:1757:19: style: Redundant condition: syntax&RE_INTERVALS. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
Fenix/common/regex.c:3350:18: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
Fenix/common/regex.c:3347:17: note: Assignment 'string1=0', assigned value is 0
Fenix/common/regex.c:3350:18: note: Null pointer addition
Fenix/common/regex.c:4091:25: style: The scope of the variable 'sdummy' can be reduced. [variableScope]
Fenix/common/regex.c:2577:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:2759:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:3283:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:3292:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:3293:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:3294:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:3295:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:3296:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:3297:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:3298:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:3299:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:3300:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:3305:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:3323:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:3517:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:3788:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:3935:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:3988:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:4127:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:4140:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:4355:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
Fenix/common/regex.c:1182:26: error: Memory leak: compile_stack.stack [memleak]
Fenix/common/regex.c:4857:9: error: Memory leak: regs.start [memleak]
Fenix/common/regex.c:4857:9: error: Memory leak: regs.end [memleak]
Fenix/common/regex.c:2177:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Fenix/common/regex.c:2180:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Fenix/common/regex.c:2247:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Fenix/fpg/fpg.c:1020:11: error: Array 'status[1000]' accessed at index 1000, which is out of bounds. [arrayIndexOutOfBounds]
Fenix/fpg/fpg.c:1016:5: note: After for loop, i has value 1000
Fenix/fpg/fpg.c:1020:11: note: Array index out of bounds
Fenix/fpg/fpg.c:255:33: error: Buffer is accessed out of bounds. [bufferAccessOutOfBounds]
Fenix/fpg/fpg.c:272:33: error: Buffer is accessed out of bounds. [bufferAccessOutOfBounds]
Fenix/fpg/fpg.c:609:11: error: Buffer is accessed out of bounds. [bufferAccessOutOfBounds]
Fenix/fpg/fpg.c:614:11: error: Buffer is accessed out of bounds. [bufferAccessOutOfBounds]
Fenix/fpg/fpg.c:718:12: error: Buffer is accessed out of bounds. [bufferAccessOutOfBounds]
Fenix/fpg/fpg.c:500:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Fenix/fpg/fpg.c:872:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Fenix/fpg/fpg.c:909:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Fenix/fpg/fpg.c:997:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Fenix/fpg/fpg.c:1044:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Fenix/fpg/fpg.c:147:18: style: The scope of the variable 'x' can be reduced. [variableScope]
Fenix/fpg/fpg.c:148:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
Fenix/fpg/fpg.c:149:11: style: The scope of the variable 'orig' can be reduced. [variableScope]
Fenix/fpg/fpg.c:396:12: style: The scope of the variable 'r' can be reduced. [variableScope]
Fenix/fpg/fpg.c:396:15: style: The scope of the variable 'g' can be reduced. [variableScope]
Fenix/fpg/fpg.c:396:18: style: The scope of the variable 'b' can be reduced. [variableScope]
Fenix/fpg/fpg.c:460:6: style: The scope of the variable 'n' can be reduced. [variableScope]
Fenix/fpg/fpg.c:574:14: style: The scope of the variable 'ptr' can be reduced. [variableScope]
Fenix/fpg/fpg.c:557:13: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
Fenix/fpg/fpg.c:773:16: style: Checking if unsigned variable 'map.code' is less than zero. [unsignedLessThanZero]
Fenix/fpg/fpg.c:225:13: style: Variable 'rowbytes' is assigned a value that is never used. [unreadVariable]
Fenix/fpg/fpg.c:347:4: error: Returning/dereferencing 'map' after it is deallocated / released [deallocret]
Fenix/fpg/fpg.c:821:7: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fpg/fpg.c:843:7: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fpg/fpg.c:857:6: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fpg/fpg.c:930:5: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fpg/fpg.c:960:5: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fpg/fpg.c:973:4: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxc/src/c_code.c:2576:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
Fenix/fxc/src/c_code.c:2578:9: note: Found duplicate branches for 'if' and 'else'.
Fenix/fxc/src/c_code.c:2576:9: note: Found duplicate branches for 'if' and 'else'.
Fenix/fxc/src/c_code.c:249:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
Fenix/fxc/src/c_code.c:249:17: style: The scope of the variable 'sub' can be reduced. [variableScope]
Fenix/fxc/src/c_code.c:791:20: style: The scope of the variable 'type' can be reduced. [variableScope]
Fenix/fxc/src/c_code.c:1146:15: style: The scope of the variable 'sysproc' can be reduced. [variableScope]
Fenix/fxc/src/c_code.c:1147:15: style: The scope of the variable 'cproc' can be reduced. [variableScope]
Fenix/fxc/src/c_code.c:1148:9: style: The scope of the variable 'param_count' can be reduced. [variableScope]
Fenix/fxc/src/c_code.c:1856:9: style: The scope of the variable 'op' can be reduced. [variableScope]
Fenix/fxc/src/c_code.c:1892:9: style: The scope of the variable 'op' can be reduced. [variableScope]
Fenix/fxc/src/c_code.c:2135:9: style: The scope of the variable 'op' can be reduced. [variableScope]
Fenix/fxc/src/c_code.c:2135:13: style: The scope of the variable 'et1' can be reduced. [variableScope]
Fenix/fxc/src/c_code.c:2135:18: style: The scope of the variable 'et2' can be reduced. [variableScope]
Fenix/fxc/src/c_code.c:2380:25: style: The scope of the variable 'size' can be reduced. [variableScope]
Fenix/fxc/src/c_code.c:2380:31: style: The scope of the variable 'nvar' can be reduced. [variableScope]
Fenix/fxc/src/c_code.c:958:9: style: Variable 'tokens' is modified but its new value is never used. [unreadVariable]
Fenix/fxc/src/c_data.c:57:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
Fenix/fxc/src/c_data.c:412:9: style: The scope of the variable 'size' can be reduced. [variableScope]
Fenix/fxc/src/c_data.c:413:9: style: The scope of the variable 'code' can be reduced. [variableScope]
Fenix/fxc/src/c_data.c:414:9: style: The scope of the variable 'is_pointer' can be reduced. [variableScope]
Fenix/fxc/src/c_data.c:421:16: style: The scope of the variable 'v' can be reduced. [variableScope]
Fenix/fxc/src/c_debug.c:206:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxc/src/c_debug.c:222:12: style: The scope of the variable 'showdir' can be reduced. [variableScope]
Fenix/fxc/src/c_main.c:318:5: warning: fprintf format string requires 2 parameters but 3 are given. [wrongPrintfScanfArgNum]
Fenix/fxc/src/dcbw.c:61:13: style: The scope of the variable 'buffer' can be reduced. [variableScope]
Fenix/fxc/src/dcbw.c:181:9: style: The scope of the variable 'stubdata' can be reduced. [variableScope]
Fenix/fxc/src/dcbw.c:468:7: style: The scope of the variable 'chunk_size' can be reduced. [variableScope]
Fenix/fxc/src/dcbw.c:87:3: error: Common realloc mistake: 'dcb_files' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxc/src/dcbw.c:88:3: error: Common realloc mistake: 'dcb_fullname' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxc/src/dcbw.c:132:2: error: Common realloc mistake: 'dcb_orig_varspace' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxc/src/dcbw_old.c:391:7: style: The scope of the variable 'chunk_size' can be reduced. [variableScope]
Fenix/fxc/src/dcbw_old.c:76:3: error: Common realloc mistake: 'dcb_files' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxc/src/dcbw_old.c:78:3: error: Common realloc mistake: 'dcb_fullname' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxc/src/dcbw_old.c:122:2: error: Common realloc mistake: 'dcb_orig_varspace' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxc/src/error.c:51:9: style: The scope of the variable 'line' can be reduced. [variableScope]
Fenix/fxc/src/error.c:53:9: style: The scope of the variable 'code' can be reduced. [variableScope]
Fenix/fxc/src/error.c:54:9: style: The scope of the variable 'size' can be reduced. [variableScope]
Fenix/fxc/src/error.c:101:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
Fenix/fxc/src/error.c:97:0: error: Memory leak: msg [memleak]
Fenix/fxc/src/identifier.c:97:9: style: The scope of the variable 'ii' can be reduced. [variableScope]
Fenix/fxc/src/main.c:171:7: warning: The buffer 'stubname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
Fenix/fxc/src/main.c:173:7: warning: The buffer 'stubname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
Fenix/fxc/src/strings.c:221:3: error: Common realloc mistake: 'string_offset' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxc/src/strings.c:231:3: error: Common realloc mistake: 'string_mem' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxc/src/token.c:700:12: style: Expression is always false because 'else if' condition matches previous condition at line 694. [multiCondition]
Fenix/fxc/src/token.c:163:16: style: The scope of the variable 'depth' can be reduced. [variableScope]
Fenix/fxc/src/token.c:299:9: style: The scope of the variable 'ifdef' can be reduced. [variableScope]
Fenix/fxc/src/token.c:301:6: style: The scope of the variable 'actual_line_count' can be reduced. [variableScope]
Fenix/fxc/src/token.c:748:20: style: The scope of the variable 'dec' can be reduced. [variableScope]
Fenix/fxc/src/token.c:247:11: error: Common realloc mistake: 'text' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxc/src/token.c:262:9: error: Common realloc mistake: 'text' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxc/src/token.c:335:4: error: Common realloc mistake: 'defines' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxi/src/dcbr.c:124:13: error: Common realloc mistake: 'lines' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxi/src/fgc.c:67:14: style: The scope of the variable 'graph' can be reduced. [variableScope]
Fenix/fxi/src/fnc_exports.c:630:6: style: The scope of the variable 'v' can be reduced. [variableScope]
Fenix/fxi/src/g_blendop.c:172:9: style: The scope of the variable 'r' can be reduced. [variableScope]
Fenix/fxi/src/g_blendop.c:172:12: style: The scope of the variable 'g' can be reduced. [variableScope]
Fenix/fxi/src/g_blendop.c:172:15: style: The scope of the variable 'b' can be reduced. [variableScope]
Fenix/fxi/src/g_blendop.c:261:9: style: The scope of the variable 'r' can be reduced. [variableScope]
Fenix/fxi/src/g_blendop.c:261:12: style: The scope of the variable 'g' can be reduced. [variableScope]
Fenix/fxi/src/g_blendop.c:261:15: style: The scope of the variable 'b' can be reduced. [variableScope]
Fenix/fxi/src/g_blendop.c:366:9: style: The scope of the variable 'j' can be reduced. [variableScope]
Fenix/fxi/src/g_blendop.c:417:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
Fenix/fxi/src/g_blit.c:1306:31: style: The scope of the variable 'i' can be reduced. [variableScope]
Fenix/fxi/src/g_console.c:1747:62: warning: Either the condition 'p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
Fenix/fxi/src/g_console.c:1691:21: note: Assuming that condition 'p' is not redundant
Fenix/fxi/src/g_console.c:1747:62: note: Null pointer dereference
Fenix/fxi/src/g_console.c:1709:68: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
Fenix/fxi/src/g_console.c:307:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
Fenix/fxi/src/g_console.c:726:19: style: The scope of the variable 'dec' can be reduced. [variableScope]
Fenix/fxi/src/g_console.c:1376:12: style: The scope of the variable 'aptr' can be reduced. [variableScope]
Fenix/fxi/src/g_console.c:1377:9: style: The scope of the variable 'procno' can be reduced. [variableScope]
Fenix/fxi/src/g_console.c:1378:9: style: The scope of the variable 'n' can be reduced. [variableScope]
Fenix/fxi/src/g_console.c:1431:9: style: The scope of the variable 'n' can be reduced. [variableScope]
Fenix/fxi/src/g_console.c:1688:21: style: The scope of the variable 'i' can be reduced. [variableScope]
Fenix/fxi/src/g_console.c:1689:28: style: The scope of the variable 'inst' can be reduced. [variableScope]
Fenix/fxi/src/g_draw.c:611:19: style: The scope of the variable 'lcy' can be reduced. [variableScope]
Fenix/fxi/src/g_draw.c:659:25: style: Variable 'lcy' is assigned a value that is never used. [unreadVariable]
Fenix/fxi/src/g_draw.c:83:87: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Fenix/fxi/src/g_draw.c:92:87: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Fenix/fxi/src/g_draw.c:123:87: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Fenix/fxi/src/g_draw.c:132:87: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Fenix/fxi/src/g_draw.c:369:91: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Fenix/fxi/src/g_draw.c:392:91: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Fenix/fxi/src/g_draw.c:657:83: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Fenix/fxi/src/g_draw.c:848:87: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Fenix/fxi/src/g_draw.c:856:87: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Fenix/fxi/src/g_draw.c:868:87: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Fenix/fxi/src/g_draw.c:875:87: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Fenix/fxi/src/g_flic.c:53:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
Fenix/fxi/src/g_flic.c:118:23: style: The scope of the variable 'optr' can be reduced. [variableScope]
Fenix/fxi/src/g_flic.c:217:6: style: The scope of the variable 'copy_count' can be reduced. [variableScope]
Fenix/fxi/src/g_flic.c:218:14: style: The scope of the variable 'color' can be reduced. [variableScope]
Fenix/fxi/src/g_flic.c:257:23: style: The scope of the variable 'optr' can be reduced. [variableScope]
Fenix/fxi/src/g_flic.c:344:6: style: The scope of the variable 'chunkno' can be reduced. [variableScope]
Fenix/fxi/src/g_font.c:115:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
Fenix/fxi/src/g_font.c:281:6: style: The scope of the variable 'n' can be reduced. [variableScope]
Fenix/fxi/src/g_font.c:75:3: error: Memory leak: f [memleak]
Fenix/fxi/src/g_fpg.c:66:6: style: The scope of the variable 'i' can be reduced. [variableScope]
Fenix/fxi/src/g_fpg.c:329:18: style: The scope of the variable 'len' can be reduced. [variableScope]
Fenix/fxi/src/g_fpg.c:340:8: style: struct member 'Anonymous0::fpname' is never used. [unusedStructMember]
Fenix/fxi/src/g_fpg.c:102:18: error: Memory leak: lib [memleak]
Fenix/fxi/src/g_main.c:936:22: style: The scope of the variable 'delay' can be reduced. [variableScope]
Fenix/fxi/src/g_main.c:2037:15: style: The scope of the variable 'scr' can be reduced. [variableScope]
Fenix/fxi/src/g_main.c:468:15: error: Memory leak: next [memleak]
Fenix/fxi/src/g_main.c:1694:21: error: Common realloc mistake: 'object_list' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxi/src/g_main.c:1715:13: error: Common realloc mistake: 'object_list' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxi/src/g_maps.c:60:6: style: The scope of the variable 'i' can be reduced. [variableScope]
Fenix/fxi/src/g_mode7.c:173:13: style: The scope of the variable 'pgr' can be reduced. [variableScope]
Fenix/fxi/src/g_mode7.c:410:17: error: Common realloc mistake: 'proclist' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxi/src/g_pal.c:412:64: style: Same expression on both sides of '!='. [duplicateExpression]
Fenix/fxi/src/g_pal.c:507:12: style: The scope of the variable 'diff' can be reduced. [variableScope]
Fenix/fxi/src/g_pal.c:509:17: style: The scope of the variable 'c' can be reduced. [variableScope]
Fenix/fxi/src/g_pal.c:671:17: style: The scope of the variable 'ticks2' can be reduced. [variableScope]
Fenix/fxi/src/g_pal.c:672:19: style: The scope of the variable 'c1' can be reduced. [variableScope]
Fenix/fxi/src/g_pal.c:600:5: error: Memory leak: n [memleak]
Fenix/fxi/src/g_profiler.c:299:13: style: The scope of the variable 'last_entry' can be reduced. [variableScope]
Fenix/fxi/src/g_profiler.c:442:7: style: The scope of the variable 'min_parent_count' can be reduced. [variableScope]
Fenix/fxi/src/g_profiler.c:319:18: style: Variable 'last_entry' is assigned a value that is never used. [unreadVariable]
Fenix/fxi/src/g_profiler.c:107:2: error: Common realloc mistake: 'samples' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxi/src/g_profiler.c:108:2: error: Common realloc mistake: 'history' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxi/src/g_scroll.c:186:19: style: The scope of the variable 'x0' can be reduced. [variableScope]
Fenix/fxi/src/g_scroll.c:186:23: style: The scope of the variable 'y0' can be reduced. [variableScope]
Fenix/fxi/src/g_scroll.c:186:27: style: The scope of the variable 'x1' can be reduced. [variableScope]
Fenix/fxi/src/g_scroll.c:186:31: style: The scope of the variable 'y1' can be reduced. [variableScope]
Fenix/fxi/src/g_scroll.c:186:49: style: The scope of the variable 'speed' can be reduced. [variableScope]
Fenix/fxi/src/g_scroll.c:417:5: error: Common realloc mistake: 'proclist' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxi/src/g_texts.c:122:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
Fenix/fxi/src/g_texts.c:589:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
Fenix/fxi/src/i_copy.c:70:6: style: The scope of the variable 'partial' can be reduced. [variableScope]
Fenix/fxi/src/i_debug.c:189:34: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_func.c:2089:9: warning: Either the condition '!font' is redundant or there is possible null pointer dereference: font. [nullPointerRedundantCheck]
Fenix/fxi/src/i_func.c:2093:9: note: Assuming that condition '!font' is not redundant
Fenix/fxi/src/i_func.c:2089:9: note: Null pointer dereference
Fenix/fxi/src/i_func.c:2114:9: warning: Either the condition 'if(font&&map)' is redundant or there is possible null pointer dereference: font. [nullPointerRedundantCheck]
Fenix/fxi/src/i_func.c:2117:8: note: Assuming that condition 'if(font&&map)' is not redundant
Fenix/fxi/src/i_func.c:2114:9: note: Null pointer dereference
Fenix/fxi/src/i_func.c:168:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_func.c:170:13: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
Fenix/fxi/src/i_func.c:175:30: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_func.c:176:13: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
Fenix/fxi/src/i_func.c:252:30: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_func.c:253:13: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
Fenix/fxi/src/i_func.c:260:20: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_func.c:262:13: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
Fenix/fxi/src/i_func.c:266:20: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_func.c:268:13: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
Fenix/fxi/src/i_func.c:272:20: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_func.c:274:13: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
Fenix/fxi/src/i_func.c:278:20: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_func.c:280:13: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
Fenix/fxi/src/i_func.c:284:20: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_func.c:286:13: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
Fenix/fxi/src/i_func.c:290:20: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_func.c:292:13: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
Fenix/fxi/src/i_func.c:1314:47: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_func.c:1320:44: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_func.c:1333:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_func.c:3318:27: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_func.c:3418:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_func.c:3430:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_func.c:4196:31: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_func.c:4197:31: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_func.c:4198:31: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_func.c:439:9: style: The scope of the variable 'subcall' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:467:9: style: The scope of the variable 'subcall' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:585:12: style: The scope of the variable 'angle' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:745:23: style: The scope of the variable 'i' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:852:18: style: The scope of the variable 'ptr' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:852:25: style: The scope of the variable 'ptr2' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:872:17: style: The scope of the variable 'ptr' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:872:24: style: The scope of the variable 'ptr2' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:1119:29: style: The scope of the variable 'nscroll' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:1183:21: style: The scope of the variable 'ptr' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:2392:9: style: The scope of the variable 'l' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:2414:9: style: The scope of the variable 'str' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:2415:9: style: The scope of the variable 'len' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:4217:14: style: The scope of the variable 'n' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:4284:12: style: The scope of the variable 'replacement' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:4285:14: style: The scope of the variable 'replacement_len' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:4295:9: style: The scope of the variable 'regex_filled' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:4301:14: style: The scope of the variable 'n' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:4459:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:4459:14: style: The scope of the variable 'lastpos' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:4748:10: style: The scope of the variable 'realpath' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:5021:21: style: The scope of the variable 'library' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:5023:21: style: The scope of the variable 'filename' can be reduced. [variableScope]
Fenix/fxi/src/i_func.c:3796:9: style: Variable 'res' is not assigned a value. [unassignedVariable]
Fenix/fxi/src/i_func.c:4400:17: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxi/src/i_func.c:4423:9: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxi/src/i_func.c:3911:0: error: Memory leak: x [memleak]
Fenix/fxi/src/i_func.c:3868:12: error: Uninitialized variable: res [uninitvar]
Fenix/fxi/src/i_main.c:952:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:957:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:962:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:968:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:974:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:980:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:982:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:988:64: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:994:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:1298:35: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:1304:35: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:1310:35: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:1316:35: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:1322:35: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:1328:35: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:1457:53: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:1499:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:1919:48: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:1925:48: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:1953:47: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:1959:47: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:1965:47: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:1971:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:1973:47: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
Fenix/fxi/src/i_main.c:100:6: style: The scope of the variable 'partial' can be reduced. [variableScope]
Fenix/fxi/src/i_main.c:181:19: style: The scope of the variable 'r' can be reduced. [variableScope]
Fenix/fxi/src/i_saveload.c:71:6: style: The scope of the variable 'partial' can be reduced. [variableScope]
Fenix/fxi/src/i_saveload.c:103:6: style: The scope of the variable 'partial' can be reduced. [variableScope]
Fenix/fxi/src/i_saveload.c:134:6: style: The scope of the variable 'partial' can be reduced. [variableScope]
Fenix/fxi/src/i_saveload.c:166:6: style: The scope of the variable 'partial' can be reduced. [variableScope]
Fenix/fxi/src/img_pcx.c:95:27: style: The scope of the variable 'x' can be reduced. [variableScope]
Fenix/fxi/src/img_pcx.c:95:30: style: The scope of the variable 'y' can be reduced. [variableScope]
Fenix/fxi/src/img_pcx.c:95:33: style: The scope of the variable 'p' can be reduced. [variableScope]
Fenix/fxi/src/img_pcx.c:95:36: style: The scope of the variable 'count' can be reduced. [variableScope]
Fenix/fxi/src/img_pcx.c:97:12: style: The scope of the variable 'ptr' can be reduced. [variableScope]
Fenix/fxi/src/img_png.c:68:9: style: The scope of the variable 'shift' can be reduced. [variableScope]
Fenix/fxi/src/img_png.c:69:14: style: The scope of the variable 'ptr' can be reduced. [variableScope]
Fenix/fxi/src/img_png.c:70:14: style: The scope of the variable 'orig' can be reduced. [variableScope]
Fenix/fxi/src/img_png.c:329:27: style: The scope of the variable 'ptr' can be reduced. [variableScope]
Fenix/fxi/src/img_png.c:330:19: style: The scope of the variable 'orig' can be reduced. [variableScope]
Fenix/fxi/src/img_png.c:139:16: style: Variable 'rowbytes' is assigned a value that is never used. [unreadVariable]
Fenix/fxi/src/instance.c:228:18: style: The scope of the variable 'brother' can be reduced. [variableScope]
Fenix/fxi/src/instance.c:417:57: style: The scope of the variable 'bigson' can be reduced. [variableScope]
Fenix/fxi/src/instance.c:579:12: style: The scope of the variable 'n' can be reduced. [variableScope]
Fenix/fxi/src/instance.c:579:17: style: The scope of the variable 'ptr' can be reduced. [variableScope]
Fenix/fxi/src/instance.c:735:16: style: The scope of the variable 'c' can be reduced. [variableScope]
Fenix/fxi/src/instance.c:735:19: style: The scope of the variable 'a' can be reduced. [variableScope]
Fenix/fxi/src/main.c:142:15: style: The scope of the variable 'mainproc_running' can be reduced. [variableScope]
Fenix/fxi/src/main.c:143:13: style: The scope of the variable 'j' can be reduced. [variableScope]
Fenix/fxi/src/main.c:144:10: style: The scope of the variable 'norun' can be reduced. [variableScope]
Fenix/fxi/src/main.c:145:22: style: The scope of the variable 'sdl_version' can be reduced. [variableScope]
Fenix/fxi/src/scaler_hq2x.c:1970:9: style: The scope of the variable 'r' can be reduced. [variableScope]
Fenix/fxi/src/scaler_hq2x.c:1970:12: style: The scope of the variable 'g' can be reduced. [variableScope]
Fenix/fxi/src/scaler_hq2x.c:1970:15: style: The scope of the variable 'b' can be reduced. [variableScope]
Fenix/fxi/src/scaler_hq2x.c:1971:9: style: The scope of the variable 'Y' can be reduced. [variableScope]
Fenix/fxi/src/scaler_hq2x.c:1971:12: style: The scope of the variable 'u' can be reduced. [variableScope]
Fenix/fxi/src/scaler_hq2x.c:1971:15: style: The scope of the variable 'v' can be reduced. [variableScope]
Fenix/fxi/src/scaler_hq2x.c:136:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
Fenix/fxi/src/scaler_hq2x.c:141:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
Fenix/fxi/src/scaler_hq2x.c:146:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
Fenix/fxi/src/sound.c:91:2: style: Variable 'rwops' is reassigned a value before the old one has been used. [redundantAssignment]
Fenix/fxi/src/sound.c:89:0: note: Variable 'rwops' is reassigned a value before the old one has been used.
Fenix/fxi/src/sound.c:91:2: note: Variable 'rwops' is reassigned a value before the old one has been used.
Fenix/fxi/src/sound.c:123:6: style: The scope of the variable 'audio_buffers' can be reduced. [variableScope]
Fenix/fxi/src/sound.c:124:6: style: The scope of the variable 'audio_mix_channels' can be reduced. [variableScope]
Fenix/fxi/src/sound.c:607:6: style: The scope of the variable 'canal' can be reduced. [variableScope]
Fenix/fxi/src/strings.c:879:9: style: The scope of the variable 'negative' can be reduced. [variableScope]
Fenix/fxi/src/strings.c:130:5: error: Common realloc mistake: 'string_ptr' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxi/src/strings.c:131:5: error: Common realloc mistake: 'string_uct' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxi/src/strings.c:132:5: error: Common realloc mistake: 'string_dontfree' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxi/src/strings.c:216:9: error: Common realloc mistake: 'string_mem' nulled but not freed upon failure [memleakOnRealloc]
Fenix/fxi/src/strings.c:441:5: error: Common realloc mistake: 'str1' nulled but not freed upon failure [memleakOnRealloc]
Fenix/map/map.c:226:29: error: Buffer is accessed out of bounds. [bufferAccessOutOfBounds]
Fenix/map/map.c:627:33: error: Buffer is accessed out of bounds. [bufferAccessOutOfBounds]
Fenix/map/map.c:664:33: error: Buffer is accessed out of bounds. [bufferAccessOutOfBounds]
Fenix/map/map.c:789:29: error: Buffer is accessed out of bounds. [bufferAccessOutOfBounds]
Fenix/map/map.c:798:10: error: Buffer is accessed out of bounds. [bufferAccessOutOfBounds]
Fenix/map/map.c:1029:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
Fenix/map/map.c:1021:17: note: outer condition: i<argc
Fenix/map/map.c:1029:13: note: identical inner condition: argc>i
Fenix/map/map.c:419:24: style: The scope of the variable 'ptr' can be reduced. [variableScope]
Fenix/map/map.c:420:12: style: The scope of the variable 'orig' can be reduced. [variableScope]
Fenix/map/map.c:527:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
Fenix/map/map.c:528:11: style: The scope of the variable 'orig' can be reduced. [variableScope]
Fenix/map/map.c:733:21: style: The scope of the variable 'c' can be reduced. [variableScope]
Fenix/map/map.c:754:12: style: The scope of the variable 'r' can be reduced. [variableScope]
Fenix/map/map.c:754:15: style: The scope of the variable 'g' can be reduced. [variableScope]
Fenix/map/map.c:754:18: style: The scope of the variable 'b' can be reduced. [variableScope]
Fenix/map/map.c:828:8: style: The scope of the variable 'i' can be reduced. [variableScope]
Fenix/map/map.c:599:13: style: Variable 'rowbytes' is assigned a value that is never used. [unreadVariable]
Fenix/map/map.c:440:9: error: Memory pointed to by 'rowpointers' is freed twice. [doubleFree]
Fenix/map/map.c:457:13: error: Memory pointed to by 'rowpointers' is freed twice. [doubleFree]
Fenix/map/map.c:458:13: error: Resource handle 'file' freed twice. [doubleFree]
Fenix/map/map.c:485:13: error: Memory pointed to by 'rowpointers' is freed twice. [doubleFree]
Fenix/map/map.c:486:13: error: Resource handle 'file' freed twice. [doubleFree]
[21:44]
ftp://ftp.se.debian.org/debian/pool/main/f/fenix-plugins/fenix-plugins_0.0.20070803.orig.tar.gz
fenix-plugins/agua-1.0/agua.c:132:16: style: Variable 'lastmx' is assigned a value that is never used. [unreadVariable]
fenix-plugins/agua-1.0/agua.c:133:16: style: Variable 'lastmy' is assigned a value that is never used. [unreadVariable]
fenix-plugins/agua-1.0/agua.c:134:16: style: Variable 'lastmleft' is assigned a value that is never used. [unreadVariable]
fenix-plugins/agua-1.0/agua.c:135:16: style: Variable 'lastmright' is assigned a value that is never used. [unreadVariable]
fenix-plugins/agua-1.0/agua.c:136:16: style: Variable 'lastmcenter' is assigned a value that is never used. [unreadVariable]
fenix-plugins/agua-1.0/agua.c:137:16: style: Variable 'lastmwup' is assigned a value that is never used. [unreadVariable]
fenix-plugins/agua-1.0/agua.c:138:16: style: Variable 'lastmwdown' is assigned a value that is never used. [unreadVariable]
fenix-plugins/agua-1.0/agua.c:139:16: style: Variable 'lastkey' is assigned a value that is never used. [unreadVariable]
fenix-plugins/exec-0.4a/exec.c:56:2: style: Variable 'FENIX_export' is assigned a value that is never used. [unreadVariable]
fenix-plugins/fgfx-1.0/fgfx.c:77:2: style: Variable 'gra' is reassigned a value before the old one has been used. [redundantAssignment]
fenix-plugins/fgfx-1.0/fgfx.c:68:0: note: Variable 'gra' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:77:2: note: Variable 'gra' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:112:2: style: Variable 'gra' is reassigned a value before the old one has been used. [redundantAssignment]
fenix-plugins/fgfx-1.0/fgfx.c:104:0: note: Variable 'gra' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:112:2: note: Variable 'gra' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:145:2: style: Variable 'gra' is reassigned a value before the old one has been used. [redundantAssignment]
fenix-plugins/fgfx-1.0/fgfx.c:137:0: note: Variable 'gra' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:145:2: note: Variable 'gra' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:182:2: style: Variable 'gra' is reassigned a value before the old one has been used. [redundantAssignment]
fenix-plugins/fgfx-1.0/fgfx.c:172:0: note: Variable 'gra' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:182:2: note: Variable 'gra' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:231:2: style: Variable 'gra' is reassigned a value before the old one has been used. [redundantAssignment]
fenix-plugins/fgfx-1.0/fgfx.c:217:0: note: Variable 'gra' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:231:2: note: Variable 'gra' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:360:2: style: Variable 'frt' is reassigned a value before the old one has been used. [redundantAssignment]
fenix-plugins/fgfx-1.0/fgfx.c:348:0: note: Variable 'frt' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:360:2: note: Variable 'frt' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:361:2: style: Variable 'gra' is reassigned a value before the old one has been used. [redundantAssignment]
fenix-plugins/fgfx-1.0/fgfx.c:349:0: note: Variable 'gra' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:361:2: note: Variable 'gra' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:415:2: style: Variable 'frt' is reassigned a value before the old one has been used. [redundantAssignment]
fenix-plugins/fgfx-1.0/fgfx.c:403:0: note: Variable 'frt' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:415:2: note: Variable 'frt' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:416:2: style: Variable 'gra' is reassigned a value before the old one has been used. [redundantAssignment]
fenix-plugins/fgfx-1.0/fgfx.c:404:0: note: Variable 'gra' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:416:2: note: Variable 'gra' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:494:2: style: Variable 'gra' is reassigned a value before the old one has been used. [redundantAssignment]
fenix-plugins/fgfx-1.0/fgfx.c:486:0: note: Variable 'gra' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:494:2: note: Variable 'gra' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:513:2: style: Variable 'gra->data' is reassigned a value before the old one has been used. [redundantAssignment]
fenix-plugins/fgfx-1.0/fgfx.c:512:2: note: Variable 'gra->data' is reassigned a value before the old one has been used.
fenix-plugins/fgfx-1.0/fgfx.c:513:2: note: Variable 'gra->data' is reassigned a value before the old one has been used.
fenix-plugins/fire-1.0/fire.c:90:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fenix-plugins/fire-1.0/fire.c:31:16: style: Variable 'lastmx' is assigned a value that is never used. [unreadVariable]
fenix-plugins/fire-1.0/fire.c:32:16: style: Variable 'lastmy' is assigned a value that is never used. [unreadVariable]
fenix-plugins/fire-1.0/fire.c:33:16: style: Variable 'lastmleft' is assigned a value that is never used. [unreadVariable]
fenix-plugins/fire-1.0/fire.c:34:16: style: Variable 'lastmright' is assigned a value that is never used. [unreadVariable]
fenix-plugins/fire-1.0/fire.c:35:16: style: Variable 'lastmcenter' is assigned a value that is never used. [unreadVariable]
fenix-plugins/fire-1.0/fire.c:36:16: style: Variable 'lastmwup' is assigned a value that is never used. [unreadVariable]
fenix-plugins/fire-1.0/fire.c:37:16: style: Variable 'lastmwdown' is assigned a value that is never used. [unreadVariable]
fenix-plugins/fire-1.0/fire.c:38:16: style: Variable 'lastkey' is assigned a value that is never used. [unreadVariable]
fenix-plugins/image-1.0/image.c:288:11: style: Expression is always false because 'else if' condition matches previous condition at line 269. [multiCondition]
fenix-plugins/image-1.0/image.c:342:16: style: The scope of the variable 'fp' can be reduced. [variableScope]
fenix-plugins/image-1.0/image.c:344:16: style: The scope of the variable 'rwops' can be reduced. [variableScope]
fenix-plugins/image-1.0/image.c:388:16: style: The scope of the variable 'fp' can be reduced. [variableScope]
fenix-plugins/image-1.0/image.c:390:16: style: The scope of the variable 'rwops' can be reduced. [variableScope]
fenix-plugins/image-1.0/image.c:392:16: style: The scope of the variable 'x' can be reduced. [variableScope]
fenix-plugins/mixer-1.0/mixer.c:371:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fenix-plugins/mixer-1.0/mixer.c:395:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fenix-plugins/mixer-1.0/mixer.c:727:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fenix-plugins/mixer-1.0/mixer.c:747:11: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fenix-plugins/mixer-1.0/mixer.c:722:4: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
fenix-plugins/mixer-1.0/mixer.c:741:4: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
fenix-plugins/mixer-1.0/mixer.c:766:5: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
fenix-plugins/mixer-1.0/wav.c:84:22: style: Unused variable: sound_buffer [unusedVariable]
fenix-plugins/mixer-1.0/wav.c:176:8: style: Unused variable: i [unusedVariable]
fenix-plugins/mixer-1.0/wav.c:134:7: error: Memory leak: signal [memleak]
fenix-plugins/mixer-1.0/wav.c:145:6: error: Memory leak: signal [memleak]
fenix-plugins/mixer-1.0/wav.c:150:5: error: Memory leak: signal [memleak]
fenix-plugins/mixer-1.0/wav.c:156:4: error: Memory leak: signal [memleak]
fenix-plugins/mixer-1.0/wav.c:161:1: error: Memory leak: signal [memleak]
fenix-plugins/mixer-1.0/wav.c:134:7: error: Memory leak: signal.filename [memleak]
fenix-plugins/ttf-1.0/ttf.c:145:3: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
[21:44]
ftp://ftp.se.debian.org/debian/pool/main/f/fenrir/fenrir_1.9.2.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/ferari/ferari_1.0.0.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/ferm/ferm_2.4.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fermi-lite/fermi-lite_0.1.orig.tar.gz
fermi-lite-0.1/bfc.c:448:28: warning: Either the condition 'c==0' is redundant or there is possible null pointer dereference: c. [nullPointerRedundantCheck]
fermi-lite-0.1/bfc.c:435:11: note: Assuming that condition 'c==0' is not redundant
fermi-lite-0.1/bfc.c:448:28: note: Null pointer dereference
fermi-lite-0.1/bfc.c:73:12: style: The scope of the variable 'r' can be reduced. [variableScope]
fermi-lite-0.1/bfc.c:367:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fermi-lite-0.1/bfc.c:87:9: style: Variable 'hash' is assigned a value that is never used. [unreadVariable]
fermi-lite-0.1/bseq.c:9:41: style: Function 'bseq_read' argument 2 names different: declaration 'n' definition 'n_'. [funcArgNamesDifferent]
fermi-lite-0.1/fml.h:63:41: note: Function 'bseq_read' argument 2 names different: declaration 'n' definition 'n_'.
fermi-lite-0.1/bseq.c:9:41: note: Function 'bseq_read' argument 2 names different: declaration 'n' definition 'n_'.
fermi-lite-0.1/bseq.c:27:4: error: Common realloc mistake: 'seqs' nulled but not freed upon failure [memleakOnRealloc]
fermi-lite-0.1/bubble.c:185:12: style: The scope of the variable 'k' can be reduced. [variableScope]
fermi-lite-0.1/bubble.c:260:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
fermi-lite-0.1/htab.c:9:1: error: Memory leak: new_flags [memleak]
fermi-lite-0.1/ksw.c:204:17: style: The scope of the variable 'low' can be reduced. [variableScope]
fermi-lite-0.1/ksw.c:204:22: style: The scope of the variable 'high' can be reduced. [variableScope]
fermi-lite-0.1/ksw.c:305:17: style: The scope of the variable 'low' can be reduced. [variableScope]
fermi-lite-0.1/ksw.c:305:22: style: The scope of the variable 'high' can be reduced. [variableScope]
fermi-lite-0.1/ksw.c:188:6: error: Common realloc mistake: 'b' nulled but not freed upon failure [memleakOnRealloc]
fermi-lite-0.1/ksw.c:290:6: error: Common realloc mistake: 'b' nulled but not freed upon failure [memleakOnRealloc]
fermi-lite-0.1/kthread.c:55:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fermi-lite-0.1/kthread.c:56:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fermi-lite-0.1/mag.c:26:1: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fermi-lite-0.1/mag.c:498:24: style: The scope of the variable 'sum_n' can be reduced. [variableScope]
fermi-lite-0.1/mag.c:498:31: style: The scope of the variable 'sum_l' can be reduced. [variableScope]
fermi-lite-0.1/mag.c:17:1: error: Memory leak: new_flags [memleak]
fermi-lite-0.1/mrope.h:90:11: error: Array 'c[6]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
fermi-lite-0.1/mrope.h:88:3: note: After for loop, b has value 6
fermi-lite-0.1/mrope.h:90:11: note: Array index out of bounds
fermi-lite-0.1/rld0.h:83:10: style: The scope of the variable 'l' can be reduced. [variableScope]
fermi-lite-0.1/misc.c:211:12: style: The scope of the variable 'l' can be reduced. [variableScope]
fermi-lite-0.1/misc.c:148:46: style: Function 'fml_mag2utg' argument 2 names different: declaration 'n_utg' definition 'n'. [funcArgNamesDifferent]
fermi-lite-0.1/fml.h:154:46: note: Function 'fml_mag2utg' argument 2 names different: declaration 'n_utg' definition 'n'.
fermi-lite-0.1/misc.c:148:46: note: Function 'fml_mag2utg' argument 2 names different: declaration 'n_utg' definition 'n'.
fermi-lite-0.1/misc.c:209:24: style: Function 'fml_utg_print' argument 1 names different: declaration 'n_utgs' definition 'n'. [funcArgNamesDifferent]
fermi-lite-0.1/fml.h:162:24: note: Function 'fml_utg_print' argument 1 names different: declaration 'n_utgs' definition 'n'.
fermi-lite-0.1/misc.c:209:24: note: Function 'fml_utg_print' argument 1 names different: declaration 'n_utgs' definition 'n'.
fermi-lite-0.1/misc.c:241:26: style: Function 'fml_utg_destroy' argument 1 names different: declaration 'n_utg' definition 'n'. [funcArgNamesDifferent]
fermi-lite-0.1/fml.h:90:26: note: Function 'fml_utg_destroy' argument 1 names different: declaration 'n_utg' definition 'n'.
fermi-lite-0.1/misc.c:241:26: note: Function 'fml_utg_destroy' argument 1 names different: declaration 'n_utg' definition 'n'.
fermi-lite-0.1/misc.c:254:42: style: Function 'fml_assemble' argument 1 names different: declaration 'opt' definition 'opt0'. [funcArgNamesDifferent]
fermi-lite-0.1/fml.h:82:42: note: Function 'fml_assemble' argument 1 names different: declaration 'opt' definition 'opt0'.
fermi-lite-0.1/misc.c:254:42: note: Function 'fml_assemble' argument 1 names different: declaration 'opt' definition 'opt0'.
fermi-lite-0.1/misc.c:231:7: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
fermi-lite-0.1/mrope.c:50:7: style: The scope of the variable 'a' can be reduced. [variableScope]
fermi-lite-0.1/mrope.c:250:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fermi-lite-0.1/mrope.c:251:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fermi-lite-0.1/rld0.c:79:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fermi-lite-0.1/rld0.c:404:14: style: The scope of the variable 'l' can be reduced. [variableScope]
fermi-lite-0.1/rld0.c:170:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fermi-lite-0.1/rld0.c:429:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
fermi-lite-0.1/rld0.c:255:47: error: Resource leak: fp [resourceLeak]
fermi-lite-0.1/rld0.c:42:14: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
fermi-lite-0.1/rle.c:126:14: style: The scope of the variable 'x' can be reduced. [variableScope]
fermi-lite-0.1/rle.c:91:92: style: Function 'rle_insert' argument 6 names different: declaration 'end_cnt' definition 'ec'. [funcArgNamesDifferent]
fermi-lite-0.1/rle.h:17:93: note: Function 'rle_insert' argument 6 names different: declaration 'end_cnt' definition 'ec'.
fermi-lite-0.1/rle.c:91:92: note: Function 'rle_insert' argument 6 names different: declaration 'end_cnt' definition 'ec'.
fermi-lite-0.1/rle.c:47:16: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
fermi-lite-0.1/rle.c:181:4: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
fermi-lite-0.1/rle.c:185:3: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
fermi-lite-0.1/unitig.c:341:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
[21:44]
ftp://ftp.se.debian.org/debian/pool/main/f/ferret/ferret_0.7.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/ferret-vis/ferret-vis_7.4.orig.tar.xz
ferret-vis-7.4/external_functions/cflib/curv_to_lonlat_from_weights.c:58:9: style: Unused variable: i [unusedVariable]
ferret-vis-7.4/external_functions/cflib/curv_to_lonlat_regrid.c:57:7: style: Unused variable: i [unusedVariable]
ferret-vis-7.4/external_functions/cflib/fcn_curv_to_lonlat.c:203:7: style: Unused variable: ndims [unusedVariable]
ferret-vis-7.4/external_functions/matlab/matlab_func_link.c:22:0: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
ferret-vis-7.4/external_functions/v5d/binio.c:439:17: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ferret-vis-7.4/external_functions/v5d/binio.c:486:11: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ferret-vis-7.4/external_functions/v5d/binio.c:718:28: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ferret-vis-7.4/external_functions/v5d/binio.c:758:14: portability: Casting from const float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ferret-vis-7.4/external_functions/v5d/binio.c:760:14: portability: Casting from const float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ferret-vis-7.4/external_functions/v5d/binio.c:437:24: style: The scope of the variable 'iptr' can be reduced. [variableScope]
ferret-vis-7.4/external_functions/v5d/binio.c:662:41: style: Function 'write_int4_array' argument 2 names different: declaration 'iarray' definition 'i'. [funcArgNamesDifferent]
ferret-vis-7.4/external_functions/v5d/binio.h:97:48: note: Function 'write_int4_array' argument 2 names different: declaration 'iarray' definition 'i'.
ferret-vis-7.4/external_functions/v5d/binio.c:662:41: note: Function 'write_int4_array' argument 2 names different: declaration 'iarray' definition 'i'.
ferret-vis-7.4/external_functions/v5d/v5d.c:1070:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ferret-vis-7.4/external_functions/v5d/v5d.c:2282:19: style: The scope of the variable 'filler' can be reduced. [variableScope]
ferret-vis-7.4/external_functions/v5d/v5d.c:2529:13: style: The scope of the variable 'n' can be reduced. [variableScope]
ferret-vis-7.4/external_functions/v5d/v5d.c:2713:26: style: The scope of the variable 'i' can be reduced. [variableScope]
ferret-vis-7.4/external_functions/v5d/v5d.c:2847:7: style: The scope of the variable 'var' can be reduced. [variableScope]
ferret-vis-7.4/external_functions/v5d/v5d.c:2172:9: error: Uninitialized variable: k [uninitvar]
ferret-vis-7.4/external_functions/v5d/v5d.c:2176:11: error: Uninitialized variable: k [uninitvar]
ferret-vis-7.4/fer/ccr/EF_InternalUtil.c:3419:3: style: Variable 'i_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
ferret-vis-7.4/fer/ccr/EF_InternalUtil.c:3407:0: note: Variable 'i_ptr' is reassigned a value before the old one has been used.
ferret-vis-7.4/fer/ccr/EF_InternalUtil.c:3419:3: note: Variable 'i_ptr' is reassigned a value before the old one has been used.
ferret-vis-7.4/fer/ccr/EF_InternalUtil.c:1283:8: style: The scope of the variable 'file' can be reduced. [variableScope]
ferret-vis-7.4/fer/ccr/EF_InternalUtil.c:1285:8: style: The scope of the variable 'path' can be reduced. [variableScope]
ferret-vis-7.4/fer/ccr/EF_InternalUtil.c:1287:8: style: The scope of the variable 'cmd' can be reduced. [variableScope]
ferret-vis-7.4/fer/ccr/EF_InternalUtil.c:1290:9: style: The scope of the variable 'extension' can be reduced. [variableScope]
ferret-vis-7.4/fer/ccr/binaryRead.c:268:11: style: The scope of the variable 'dst' can be reduced. [variableScope]
ferret-vis-7.4/fer/ccr/fermain_c.c:284:17: style: The scope of the variable 'script_name' can be reduced. [variableScope]
ferret-vis-7.4/fer/ccr/fermain_c.c:417:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
ferret-vis-7.4/fer/ccr/fermain_c.c:418:28: style: The scope of the variable 'script_file' can be reduced. [variableScope]
ferret-vis-7.4/fer/ccr/grab_image_xwd.c:248:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ferret-vis-7.4/fer/ccr/grab_image_xwd.c:248:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ferret-vis-7.4/fer/ccr/grab_image_xwd.c:167:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
ferret-vis-7.4/fer/ccr/grab_image_xwd.c:347:25: style: The scope of the variable 'tmp_cptr' can be reduced. [variableScope]
ferret-vis-7.4/fer/ccr/grab_image_xwd.c:373:6: style: The scope of the variable 'ind' can be reduced. [variableScope]
ferret-vis-7.4/fer/ccr/list.c:463:10: style: The scope of the variable 'data' can be reduced. [variableScope]
ferret-vis-7.4/fmt/src/ez_delimited_read.c:850:34: style: Same expression on both sides of '||'. [duplicateExpression]
ferret-vis-7.4/fmt/src/ez_delimited_read.c:926:14: style: The scope of the variable 'nex' can be reduced. [variableScope]
ferret-vis-7.4/fmt/src/ez_delimited_read.c:435:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ferret-vis-7.4/fmt/src/ez_delimited_read.c:249:0: error: Resource leak: fp [resourceLeak]
ferret-vis-7.4/fmt/src/tm_blockify_ferret_strings.c:53:9: style: The scope of the variable 'poutchar' can be reduced. [variableScope]
ferret-vis-7.4/fmt/src/tm_blockify_ferret_strings.c:53:30: style: The scope of the variable 'pinchar' can be reduced. [variableScope]
ferret-vis-7.4/fmt/src/tm_ep_time_convrt.c:57:12: style: The scope of the variable 'jalpha' can be reduced. [variableScope]
ferret-vis-7.4/fmt/src/tm_ftoc_readline.c:71:9: style: The scope of the variable 'loc' can be reduced. [variableScope]
ferret-vis-7.4/fmt/src/tm_unblockify_ferret_strings.c:56:10: style: The scope of the variable 'n' can be reduced. [variableScope]
ferret-vis-7.4/fmt/src/tm_unblockify_ferret_strings.c:57:9: style: The scope of the variable 'pinchar' can be reduced. [variableScope]
ferret-vis-7.4/fmt/src/tm_unix_versions.c:121:7: style: The scope of the variable 'next' can be reduced. [variableScope]
ferret-vis-7.4/fmt/src/tm_unix_versions.c:122:18: style: The scope of the variable 'dp' can be reduced. [variableScope]
ferret-vis-7.4/gksm2ps/gksm2ps.c:1200:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
ferret-vis-7.4/gksm2ps/gksm2ps.c:1260:6: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
ferret-vis-7.4/gksm2ps/gksm2ps.c:1002:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ferret-vis-7.4/gksm2ps/gksm2ps.c:1002:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ferret-vis-7.4/gksm2ps/gksm2ps.c:1207:39: warning: Either the condition '(meta_file=fopen(file[i],"r"))==NULL' is redundant or there is possible null pointer dereference: meta_file. [nullPointerRedundantCheck]
ferret-vis-7.4/gksm2ps/gksm2ps.c:1206:45: note: Assuming that condition '(meta_file=fopen(file[i],"r"))==NULL' is not redundant
ferret-vis-7.4/gksm2ps/gksm2ps.c:1207:39: note: Null pointer dereference
ferret-vis-7.4/gksm2ps/gksm2ps.c:475:13: style: The scope of the variable 'record' can be reduced. [variableScope]
ferret-vis-7.4/gksm2ps/gksm2ps.c:595:13: style: The scope of the variable 'record' can be reduced. [variableScope]
ferret-vis-7.4/gksm2ps/gksm2ps.c:1066:11: style: The scope of the variable 'meta_id' can be reduced. [variableScope]
ferret-vis-7.4/gksm2ps/gksm2ps.c:1067:11: style: The scope of the variable 'gks_stat' can be reduced. [variableScope]
ferret-vis-7.4/gksm2ps/gksm2ps.c:1073:13: style: The scope of the variable 'metafile_version' can be reduced. [variableScope]
ferret-vis-7.4/gksm2ps/gksm2ps.c:1075:13: style: The scope of the variable 'meta_file' can be reduced. [variableScope]
ferret-vis-7.4/gksm2ps/gksm2ps.c:1060:12: style: Unused variable: work_id [unusedVariable]
ferret-vis-7.4/gksm2ps/gksm2ps.c:1061:12: style: Unused variable: con_id [unusedVariable]
ferret-vis-7.4/gksm2ps/gksm2ps.c:1062:12: style: Unused variable: work_type [unusedVariable]
ferret-vis-7.4/gksm2ps/gksm2ps.c:1063:12: style: Unused variable: err_fil [unusedVariable]
ferret-vis-7.4/gksm2ps/gksm2ps.c:1065:0: style: Variable 'metatype' is assigned a value that is never used. [unreadVariable]
ferret-vis-7.4/gksm2ps/gksm2ps.c:1078:12: style: Unused variable: answer [unusedVariable]
ferret-vis-7.4/gksm2ps/gksm2ps.c:1079:8: style: Unused variable: ch [unusedVariable]
ferret-vis-7.4/gksm2ps/gksm2ps.c:1180:7: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
ferret-vis-7.4/gksm2ps/resize_xgks_window.c:64:19: style: Unused variable: win [unusedVariable]
ferret-vis-7.4/gksm2ps/resize_xgks_window.c:65:19: style: Unused variable: gc [unusedVariable]
ferret-vis-7.4/gksm2ps/resize_xgks_window.c:68:19: style: Unused variable: val [unusedVariable]
ferret-vis-7.4/gksm2ps/set_background.c:61:13: style: Unused variable: win [unusedVariable]
ferret-vis-7.4/gksm2ps/set_background.c:62:14: style: Unused variable: gc [unusedVariable]
ferret-vis-7.4/gksm2ps/set_background.c:64:19: style: Unused variable: val [unusedVariable]
ferret-vis-7.4/gksm2ps/set_background.c:66:19: style: Unused variable: stat [unusedVariable]
ferret-vis-7.4/gksm2ps/xpreview.c:88:20: style: The scope of the variable 'command' can be reduced. [variableScope]
ferret-vis-7.4/gksm2ps/xpreview.c:162:11: error: Common realloc mistake: 'record' nulled but not freed upon failure [memleakOnRealloc]
ferret-vis-7.4/xgks/fontdb/mkfont.c:337:29: style: The scope of the variable 'sp' can be reduced. [variableScope]
ferret-vis-7.4/xgks/port/config.c:946:14: style: Condition '((int)c)<0' is always true [knownConditionTrueFalse]
ferret-vis-7.4/xgks/port/config.c:945:5: note: Assignment 'c=(char)(-1)', assigned value is -1
ferret-vis-7.4/xgks/port/config.c:946:14: note: Condition '((int)c)<0' is always true
ferret-vis-7.4/xgks/port/config.c:1674:14: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ferret-vis-7.4/xgks/port/config.c:1678:14: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ferret-vis-7.4/xgks/port/config.c:1075:16: style: Same expression on both sides of '>' because the value of 'sizeof(int*)' and 'sizeof(int)' are the same. [duplicateExpression]
ferret-vis-7.4/xgks/port/config.c:1093:13: style: Same expression on both sides of '=='. [duplicateExpression]
ferret-vis-7.4/xgks/port/config.c:482:6: style: The scope of the variable 'dprec' can be reduced. [variableScope]
ferret-vis-7.4/xgks/port/config.c:482:13: style: The scope of the variable 'fprec' can be reduced. [variableScope]
ferret-vis-7.4/xgks/port/config.c:482:20: style: The scope of the variable 'lprec' can be reduced. [variableScope]
ferret-vis-7.4/xgks/port/config.c:483:15: style: The scope of the variable 'size' can be reduced. [variableScope]
ferret-vis-7.4/xgks/port/config.c:484:7: style: The scope of the variable 'total' can be reduced. [variableScope]
ferret-vis-7.4/xgks/port/config.c:485:15: style: The scope of the variable 's' can be reduced. [variableScope]
ferret-vis-7.4/xgks/port/config.c:718:7: style: The scope of the variable 'c' can be reduced. [variableScope]
ferret-vis-7.4/xgks/port/config.c:1736:3: style: The scope of the variable 'iz' can be reduced. [variableScope]
ferret-vis-7.4/xgks/port/config.c:1737:3: style: The scope of the variable 'mantbits' can be reduced. [variableScope]
ferret-vis-7.4/xgks/port/config.c:1738:3: style: The scope of the variable 'hidden' can be reduced. [variableScope]
ferret-vis-7.4/xgks/port/config.c:2188:21: style: The scope of the variable 'b' can be reduced. [variableScope]
ferret-vis-7.4/xgks/port/config.c:2189:18: style: The scope of the variable 'd' can be reduced. [variableScope]
ferret-vis-7.4/xgks/port/config.c:2189:21: style: The scope of the variable 'oldd' can be reduced. [variableScope]
ferret-vis-7.4/xgks/port/config.c:2189:27: style: The scope of the variable 'dbase' can be reduced. [variableScope]
ferret-vis-7.4/xgks/port/config.c:2189:34: style: The scope of the variable 'one' can be reduced. [variableScope]
ferret-vis-7.4/xgks/port/config.c:2189:39: style: The scope of the variable 'zero' can be reduced. [variableScope]
ferret-vis-7.4/xgks/port/config.c:585:11: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed]
ferret-vis-7.4/xgks/port/config.c:725:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ferret-vis-7.4/xgks/port/config.c:1093:6: warning: Unnecessary comparison of static strings. [staticStringCompare]
ferret-vis-7.4/xgks/progs/mi.c:124:11: error: Common realloc mistake: 'record' nulled but not freed upon failure [memleakOnRealloc]
ferret-vis-7.4/xgks/progs/pmark.c:120:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ferret-vis-7.4/xgks/progs/pmark.c:122:5: note: Found duplicate branches for 'if' and 'else'.
ferret-vis-7.4/xgks/progs/pmark.c:120:5: note: Found duplicate branches for 'if' and 'else'.
ferret-vis-7.4/xgks/src/lib/cgm/cgmi.c:1140:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ferret-vis-7.4/xgks/src/lib/cgm/cgmi.c:1091:17: style: The scope of the variable 'me' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/cgm/cgmi.c:84:19: style: Variable 'data' is not assigned a value. [unassignedVariable]
ferret-vis-7.4/xgks/src/lib/cgm/cgmi.c:146:12: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ferret-vis-7.4/xgks/src/lib/cgm/cgmi.c:347:12: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1996:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:460:19: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:403:11: style: The scope of the variable 'length' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1152:17: style: The scope of the variable 'me' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1369:10: style: Function 'CGMcellArray' argument 6 names different: declaration 'row' definition 'foldx'. [funcArgNamesDifferent]
ferret-vis-7.4/xgks/src/lib/cgm/cgm.h:126:10: note: Function 'CGMcellArray' argument 6 names different: declaration 'row' definition 'foldx'.
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1369:10: note: Function 'CGMcellArray' argument 6 names different: declaration 'row' definition 'foldx'.
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:301:2: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:328:2: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:374:2: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:412:6: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:465:2: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:496:2: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:525:2: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:566:2: error: Uninitialized variable: modc_rep [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:778:6: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:782:6: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:851:2: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:852:2: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:854:2: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:855:2: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:842:6: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:843:6: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:844:6: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:845:6: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:878:6: error: Uninitialized variable: modc_rep [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:897:5: error: Uninitialized variable: modc_rep [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:971:2: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:972:2: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:987:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:988:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:989:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:990:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1004:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1036:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1037:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1038:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1040:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1041:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1042:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1044:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1045:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1046:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1047:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1048:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1050:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1051:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1052:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1059:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1175:6: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1176:6: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1293:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1351:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1352:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1379:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1380:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1381:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1382:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1383:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1384:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/cgm/cgmo.c:1385:5: error: Uninitialized variable: bytes [uninitvar]
ferret-vis-7.4/xgks/src/lib/choice.c:94:31: style: The scope of the variable 'width' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/choice.c:631:21: style: The scope of the variable 'f' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/choice.c:632:21: style: The scope of the variable 's' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/choice.c:632:26: style: The scope of the variable 'd' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/choice.c:633:21: style: The scope of the variable 'number' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/choice.c:633:29: style: The scope of the variable 'i' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/choice.c:800:21: style: The scope of the variable 'data' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/colours.c:77:21: style: The scope of the variable 'i' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/colours.c:384:21: style: The scope of the variable 'i' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/colours.c:384:24: style: The scope of the variable 'ncolours' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/colours.c:385:21: style: The scope of the variable 'clr' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/escape.c:296:21: style: Function 'gescsetbackingstore' argument 1 names different: declaration 'ws' definition 'ws_id'. [funcArgNamesDifferent]
ferret-vis-7.4/xgks/src/lib/xgks.h:1531:38: note: Function 'gescsetbackingstore' argument 1 names different: declaration 'ws' definition 'ws_id'.
ferret-vis-7.4/xgks/src/lib/escape.c:296:21: note: Function 'gescsetbackingstore' argument 1 names different: declaration 'ws' definition 'ws_id'.
ferret-vis-7.4/xgks/src/lib/event.c:443:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ferret-vis-7.4/xgks/src/lib/fillarea.c:99:24: style: The scope of the variable 'j' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gd.c:2357:3: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ferret-vis-7.4/xgks/src/lib/gd.c:223:6: style: The scope of the variable 'srcx' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gd.c:280:37: style: The scope of the variable 'xend' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gd.c:280:43: style: The scope of the variable 'yend' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gd.c:280:49: style: The scope of the variable 'xdirflag' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gd.c:280:59: style: The scope of the variable 'ydirflag' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gd.c:380:37: style: The scope of the variable 'xend' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gd.c:380:43: style: The scope of the variable 'yend' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gd.c:380:49: style: The scope of the variable 'xdirflag' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gd.c:380:59: style: The scope of the variable 'ydirflag' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gd.c:1770:55: style: The scope of the variable 'last_byte' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gd.c:1772:32: style: The scope of the variable 'count' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gd.c:1812:30: style: The scope of the variable 'incode' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gd.c:2024:6: style: The scope of the variable 'tox' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gd.c:2034:8: style: The scope of the variable 'nc' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gd.c:2114:9: style: The scope of the variable 'nc' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gd.c:2404:6: style: The scope of the variable 'ints' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gd.c:2440:8: style: The scope of the variable 'lastInd1' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gdadds.c:202:21: style: The scope of the variable 'second' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gdadds.c:265:12: style: The scope of the variable 'last' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gdadds.c:328:9: style: Unused variable: j [unusedVariable]
ferret-vis-7.4/xgks/src/lib/gif.c:603:7: style: The scope of the variable 'tcolor' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif.c:604:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif.c:653:7: style: The scope of the variable 'tcolor' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif.c:957:28: style: The scope of the variable 'sumY' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif.c:957:44: style: The scope of the variable 'c' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif.c:958:18: style: The scope of the variable 'index' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif.c:958:30: style: The scope of the variable 'srcW' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif.c:958:36: style: The scope of the variable 'srcH' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif.c:958:42: style: The scope of the variable 'dstW' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif.c:958:48: style: The scope of the variable 'dstH' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif.c:958:54: style: The scope of the variable 'npts' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif.c:961:7: style: The scope of the variable 'stx' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif.c:962:7: style: The scope of the variable 'sty' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif.c:963:9: style: The scope of the variable 'accum' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif.c:964:11: style: The scope of the variable 'toy' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif.c:965:12: style: The scope of the variable 'p' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif.c:237:7: style: Unused variable: index [unusedVariable]
ferret-vis-7.4/xgks/src/lib/gif.c:654:7: style: Unused variable: white [unusedVariable]
ferret-vis-7.4/xgks/src/lib/gif.c:716:7: style: Unused variable: i [unusedVariable]
ferret-vis-7.4/xgks/src/lib/gif.c:958:10: style: Unused variable: lx [unusedVariable]
ferret-vis-7.4/xgks/src/lib/gif.c:958:14: style: Unused variable: ly [unusedVariable]
ferret-vis-7.4/xgks/src/lib/gif.c:965:6: style: Unused variable: i [unusedVariable]
ferret-vis-7.4/xgks/src/lib/gif.c:1029:13: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:624:7: style: The scope of the variable 'tcolor' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:625:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:742:7: style: The scope of the variable 'tcolor' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:1078:28: style: The scope of the variable 'sumY' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:1078:44: style: The scope of the variable 'c' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:1079:18: style: The scope of the variable 'index' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:1079:30: style: The scope of the variable 'srcW' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:1079:36: style: The scope of the variable 'srcH' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:1079:42: style: The scope of the variable 'dstW' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:1079:48: style: The scope of the variable 'dstH' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:1079:54: style: The scope of the variable 'npts' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:1082:7: style: The scope of the variable 'stx' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:1083:7: style: The scope of the variable 'sty' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:1084:9: style: The scope of the variable 'accum' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:1085:11: style: The scope of the variable 'toy' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:1086:12: style: The scope of the variable 'p' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:231:7: style: Unused variable: index [unusedVariable]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:743:7: style: Unused variable: white [unusedVariable]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:837:7: style: Unused variable: i [unusedVariable]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:1079:10: style: Unused variable: lx [unusedVariable]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:1079:14: style: Unused variable: ly [unusedVariable]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:1086:6: style: Unused variable: i [unusedVariable]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:1150:13: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:1087:6: style: Variable 'num_pt' is not assigned a value. [unassignedVariable]
ferret-vis-7.4/xgks/src/lib/gif_with_background.c:1094:9: error: Uninitialized variable: num_pt [uninitvar]
ferret-vis-7.4/xgks/src/lib/gks_error.c:69:21: style: The scope of the variable 'i' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/gksm/gksm.c:1163:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ferret-vis-7.4/xgks/src/lib/gksm/gksm.c:1230:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ferret-vis-7.4/xgks/src/lib/inquiries.c:127:21: style: The scope of the variable 'i' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/inquiries.c:127:24: style: The scope of the variable 'j' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/inquiries.c:160:21: style: The scope of the variable 'i' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/inquiries.c:160:24: style: The scope of the variable 'j' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/mkerrmsg.c:70:12: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
ferret-vis-7.4/xgks/src/lib/mkerrmsg.c:80:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ferret-vis-7.4/xgks/src/lib/open_ws.c:565:21: style: The scope of the variable 'cnt' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/open_ws.c:520:21: style: Function 'XgksWsTypeToEnum' argument 1 names different: declaration 'wstype' definition 'ws_type'. [funcArgNamesDifferent]
ferret-vis-7.4/xgks/src/lib/wslist.h:291:48: note: Function 'XgksWsTypeToEnum' argument 1 names different: declaration 'wstype' definition 'ws_type'.
ferret-vis-7.4/xgks/src/lib/open_ws.c:520:21: note: Function 'XgksWsTypeToEnum' argument 1 names different: declaration 'wstype' definition 'ws_type'.
ferret-vis-7.4/xgks/src/lib/open_ws.c:522:9: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ferret-vis-7.4/xgks/src/lib/open_ws.c:524:16: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ferret-vis-7.4/xgks/src/lib/open_ws.c:526:16: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ferret-vis-7.4/xgks/src/lib/prmgr.c:215:21: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/ps.c:370:23: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ferret-vis-7.4/xgks/src/lib/ps.c:626:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/ps.c:949:13: style: Variable 'fp' is assigned a value that is never used. [unreadVariable]
ferret-vis-7.4/xgks/src/lib/segments.c:896:21: style: The scope of the variable 'dist_primi' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/segments.c:1310:21: style: The scope of the variable 'i' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/segments.c:1641:21: style: The scope of the variable 'ws' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/segments.c:2313:21: style: The scope of the variable 'clip' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/segments.c:2363:33: style: The scope of the variable 'pre' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/segments.c:2364:21: style: The scope of the variable 'workSeg' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/segments.c:2364:30: style: The scope of the variable 'oldSeg' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/segments.c:2427:21: style: The scope of the variable 'seg' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/segments.c:1265:30: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
ferret-vis-7.4/xgks/src/lib/string.c:513:21: style: The scope of the variable 'data' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/string.c:514:28: style: The scope of the variable 'wid' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/string.c:515:21: style: The scope of the variable 'place' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/stroke.c:347:21: style: The scope of the variable 'spt' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/stroke.c:347:27: style: The scope of the variable 'dpt' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/stroke.c:348:21: style: The scope of the variable 'i' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/stroke.c:742:44: style: The scope of the variable 'spt' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/stroke.c:742:50: style: The scope of the variable 'dpt' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/stroke.c:995:21: style: The scope of the variable 'i' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/transforms.c:355:21: style: The scope of the variable 'i' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/transforms.c:355:24: style: The scope of the variable 'j' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/transforms.c:620:21: style: The scope of the variable 'win' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/transforms.c:669:21: style: The scope of the variable 'win' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/valuator.c:848:6: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ferret-vis-7.4/xgks/src/lib/valuator.c:540:21: style: The scope of the variable 'Low' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/valuator.c:719:21: style: The scope of the variable 'data' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/x/xopws.c:376:34: style: The scope of the variable 'theVisual' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/x/xopws.c:908:21: style: The scope of the variable 'pw' can be reduced. [variableScope]
ferret-vis-7.4/xgks/src/lib/x/xopws.c:151:19: style: Variable 'xev' is not assigned a value. [unassignedVariable]
ferret-vis-7.4/xgks/src/lib/x/xopws.c:372:21: style: Unused variable: NumMatched [unusedVariable]
ferret-vis-7.4/xgks/src/lib/x/xopws.c:635:21: style: Unused variable: buf [unusedVariable]
ferret-vis-7.4/xgks/src/lib/x/xopws.c:637:21: style: Unused variable: value [unusedVariable]
ferret-vis-7.4/xgks/src/lib/x/xport.c:109:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
ferret-vis-7.4/xgks/src/lib/x/xport.c:110:0: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
ferret-vis-7.4/xgks/src/lib/x/xtext.c:664:11: style: Unused variable: status [unusedVariable]
ferret-vis-7.4/xgks/src/lib/x/xtext.c:661:2: error: Memory leak: f_font [memleak]
ferret-vis-7.4/xgks/src/lib/x/xtext.c:668:2: error: Memory leak: f_font [memleak]
ferret-vis-7.4/xgks/src/lib/x/xtext.c:673:5: error: Memory leak: f_font [memleak]
[21:45]
ftp://ftp.se.debian.org/debian/pool/main/f/fest-assert/fest-assert_2.0~M10.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fest-reflect/fest-reflect_1.4.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fest-test/fest-test_2.1.0.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fest-util/fest-util_1.2.5.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festival/festival_2.5.0.orig.tar.gz
festival/src/arch/festival/Phone.cc:225:12: style: The scope of the variable 'phone' can be reduced. [variableScope]
festival/src/arch/festival/Phone.cc:305:39: style: Function 'lisp_select_phoneset' argument 1 names different: declaration 'phoneset' definition 'pset'. [funcArgNamesDifferent]
festival/src/arch/festival/Phone.cc:48:39: note: Function 'lisp_select_phoneset' argument 1 names different: declaration 'phoneset' definition 'pset'.
festival/src/arch/festival/Phone.cc:305:39: note: Function 'lisp_select_phoneset' argument 1 names different: declaration 'phoneset' definition 'pset'.
festival/src/arch/festival/client.cc:58:21: style: The scope of the variable 'serverhost' can be reduced. [variableScope]
festival/src/arch/festival/features.cc:144:17: style: The scope of the variable 'prefix' can be reduced. [variableScope]
festival/src/arch/festival/festival.cc:407:9: style: The scope of the variable 'charlength' can be reduced. [variableScope]
festival/src/arch/festival/server.cc:78:13: style: The scope of the variable 'fd1' can be reduced. [variableScope]
festival/src/arch/festival/server.cc:147:5: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
festival/src/arch/festival/utterance.cc:720:32: style: Function 'item_features' argument 1 names different: declaration 'sitem' definition 'litem'. [funcArgNamesDifferent]
festival/src/arch/festival/utterance.cc:45:32: note: Function 'item_features' argument 1 names different: declaration 'sitem' definition 'litem'.
festival/src/arch/festival/utterance.cc:720:32: note: Function 'item_features' argument 1 names different: declaration 'sitem' definition 'litem'.
festival/src/arch/festival/viterbi.cc:110:11: style: The scope of the variable 'prob' can be reduced. [variableScope]
festival/src/arch/festival/wagon_interp.cc:101:40: style: Function 'wagon_ask' argument 2 names different: declaration 'tree' definition 'question'. [funcArgNamesDifferent]
festival/src/arch/festival/wagon_interp.cc:47:40: note: Function 'wagon_ask' argument 2 names different: declaration 'tree' definition 'question'.
festival/src/arch/festival/wagon_interp.cc:101:40: note: Function 'wagon_ask' argument 2 names different: declaration 'tree' definition 'question'.
festival/src/arch/festival/wave.cc:288:7: style: The scope of the variable 'index' can be reduced. [variableScope]
festival/src/arch/festival/web.cc:63:26: style: Function 'lisp_parse_url' argument 1 names different: declaration 'url' definition 'l_url'. [funcArgNamesDifferent]
festival/src/arch/festival/festivalP.h:59:26: note: Function 'lisp_parse_url' argument 1 names different: declaration 'url' definition 'l_url'.
festival/src/arch/festival/web.cc:63:26: note: Function 'lisp_parse_url' argument 1 names different: declaration 'url' definition 'l_url'.
festival/src/main/audsp.cc:242:9: style: The scope of the variable 'pid' can be reduced. [variableScope]
festival/src/main/audsp.cc:413:9: style: The scope of the variable 'pid' can be reduced. [variableScope]
festival/src/main/audsp.cc:249:12: style: Variable 'pid' is assigned a value that is never used. [unreadVariable]
festival/src/main/audsp.cc:70:46: performance: Variable 'p_file' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
festival/src/main/audsp.cc:79:5: style: Class 'CQueue_Item' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
festival/src/main/festival_client.cc:456:11: style: The scope of the variable 'tf' can be reduced. [variableScope]
festival/src/main/festival_client.cc:457:9: style: The scope of the variable 'c' can be reduced. [variableScope]
festival/src/main/festival_client.cc:210:0: error: Resource leak: infd [resourceLeak]
festival/src/modules/Duration/Klatt.cc:101:11: style: The scope of the variable 'min' can be reduced. [variableScope]
festival/src/modules/Duration/Klatt.cc:328:23: style: The scope of the variable 's_next_next' can be reduced. [variableScope]
festival/src/modules/Duration/Klatt.cc:82:33: style: Function 'FT_Duration_Klatt_Utt' argument 1 names different: declaration 'args' definition 'utt'. [funcArgNamesDifferent]
festival/src/modules/Duration/durationP.h:47:33: note: Function 'FT_Duration_Klatt_Utt' argument 1 names different: declaration 'args' definition 'utt'.
festival/src/modules/Duration/Klatt.cc:82:33: note: Function 'FT_Duration_Klatt_Utt' argument 1 names different: declaration 'args' definition 'utt'.
festival/src/modules/Duration/Klatt.cc:128:32: style: Function 'min_dur' argument 1 names different: declaration 's_seg' definition 'seg'. [funcArgNamesDifferent]
festival/src/modules/Duration/Klatt.cc:74:32: note: Function 'min_dur' argument 1 names different: declaration 's_seg' definition 'seg'.
festival/src/modules/Duration/Klatt.cc:128:32: note: Function 'min_dur' argument 1 names different: declaration 's_seg' definition 'seg'.
festival/src/modules/Duration/Klatt.cc:142:34: style: Function 'inher_dur' argument 1 names different: declaration 's_seg' definition 'seg'. [funcArgNamesDifferent]
festival/src/modules/Duration/Klatt.cc:75:34: note: Function 'inher_dur' argument 1 names different: declaration 's_seg' definition 'seg'.
festival/src/modules/Duration/Klatt.cc:142:34: note: Function 'inher_dur' argument 1 names different: declaration 's_seg' definition 'seg'.
festival/src/modules/Duration/Klatt.cc:412:39: style: Function 'klatt_dur_debug' argument 1 names different: declaration 's' definition 'seg'. [funcArgNamesDifferent]
festival/src/modules/Duration/Klatt.cc:59:39: note: Function 'klatt_dur_debug' argument 1 names different: declaration 's' definition 'seg'.
festival/src/modules/Duration/Klatt.cc:412:39: note: Function 'klatt_dur_debug' argument 1 names different: declaration 's' definition 'seg'.
festival/src/modules/Duration/duration.cc:51:11: style: The scope of the variable 'stretch' can be reduced. [variableScope]
festival/src/modules/Duration/duration.cc:82:11: style: The scope of the variable 'stretch' can be reduced. [variableScope]
festival/src/modules/Duration/duration.cc:101:24: style: The scope of the variable 'stretch' can be reduced. [variableScope]
festival/src/modules/Duration/duration.cc:137:20: style: The scope of the variable 'dur' can be reduced. [variableScope]
festival/src/modules/Duration/duration.cc:137:24: style: The scope of the variable 'stretch' can be reduced. [variableScope]
festival/src/modules/Duration/duration.cc:139:11: style: The scope of the variable 'pdur' can be reduced. [variableScope]
festival/src/modules/Duration/duration.cc:44:31: style: Function 'FT_Duration_Ave_Utt' argument 1 names different: declaration 'args' definition 'utt'. [funcArgNamesDifferent]
festival/src/modules/Duration/durationP.h:43:31: note: Function 'FT_Duration_Ave_Utt' argument 1 names different: declaration 'args' definition 'utt'.
festival/src/modules/Duration/duration.cc:44:31: note: Function 'FT_Duration_Ave_Utt' argument 1 names different: declaration 'args' definition 'utt'.
festival/src/modules/Duration/duration.cc:76:31: style: Function 'FT_Duration_Def_Utt' argument 1 names different: declaration 'args' definition 'utt'. [funcArgNamesDifferent]
festival/src/modules/Duration/durationP.h:44:31: note: Function 'FT_Duration_Def_Utt' argument 1 names different: declaration 'args' definition 'utt'.
festival/src/modules/Duration/duration.cc:76:31: note: Function 'FT_Duration_Def_Utt' argument 1 names different: declaration 'args' definition 'utt'.
festival/src/modules/Duration/duration.cc:96:32: style: Function 'FT_Duration_Tree_Utt' argument 1 names different: declaration 'args' definition 'utt'. [funcArgNamesDifferent]
festival/src/modules/Duration/durationP.h:45:32: note: Function 'FT_Duration_Tree_Utt' argument 1 names different: declaration 'args' definition 'utt'.
festival/src/modules/Duration/duration.cc:96:32: note: Function 'FT_Duration_Tree_Utt' argument 1 names different: declaration 'args' definition 'utt'.
festival/src/modules/Duration/duration.cc:132:40: style: Function 'FT_Duration_Tree_ZScores_Utt' argument 1 names different: declaration 'args' definition 'utt'. [funcArgNamesDifferent]
festival/src/modules/Duration/durationP.h:46:40: note: Function 'FT_Duration_Tree_ZScores_Utt' argument 1 names different: declaration 'args' definition 'utt'.
festival/src/modules/Duration/duration.cc:132:40: note: Function 'FT_Duration_Tree_ZScores_Utt' argument 1 names different: declaration 'args' definition 'utt'.
festival/src/modules/Intonation/int_tree.cc:192:11: style: The scope of the variable 'pstart' can be reduced. [variableScope]
festival/src/modules/Intonation/int_tree.cc:192:19: style: The scope of the variable 'pmid' can be reduced. [variableScope]
festival/src/modules/Intonation/int_tree.cc:237:11: style: The scope of the variable 'pstart' can be reduced. [variableScope]
festival/src/modules/Intonation/int_tree.cc:237:19: style: The scope of the variable 'pleft' can be reduced. [variableScope]
festival/src/modules/Intonation/int_tree.cc:237:26: style: The scope of the variable 'pmid' can be reduced. [variableScope]
festival/src/modules/Intonation/int_tree.cc:237:32: style: The scope of the variable 'pright' can be reduced. [variableScope]
festival/src/modules/Intonation/simple.cc:77:11: style: The scope of the variable 'start' can be reduced. [variableScope]
festival/src/modules/Intonation/simple.cc:77:17: style: The scope of the variable 'end' can be reduced. [variableScope]
festival/src/modules/Intonation/simple.cc:77:21: style: The scope of the variable 'duration' can be reduced. [variableScope]
festival/src/modules/Intonation/simple.cc:78:11: style: The scope of the variable 'baseline' can be reduced. [variableScope]
festival/src/modules/Intonation/simple.cc:78:21: style: The scope of the variable 'decline' can be reduced. [variableScope]
festival/src/modules/Intonation/simple.cc:79:27: style: The scope of the variable 'end_syl' can be reduced. [variableScope]
festival/src/modules/Lexicon/complex.cc:127:2: error: Used file that is not opened. [useClosedFile]
festival/src/modules/Lexicon/complex.cc:138:5: error: Mismatching allocation and deallocation: ent_list [mismatchAllocDealloc]
festival/src/modules/Lexicon/lex_aux.cc:76:17: style: The scope of the variable 'ph' can be reduced. [variableScope]
festival/src/modules/Lexicon/lex_aux.cc:109:11: style: The scope of the variable 'nph' can be reduced. [variableScope]
festival/src/modules/Lexicon/lex_aux.cc:110:9: style: The scope of the variable 'stress' can be reduced. [variableScope]
festival/src/modules/Lexicon/lex_aux.cc:135:11: style: The scope of the variable 'nph' can be reduced. [variableScope]
festival/src/modules/Lexicon/lexicon.cc:257:10: style: The scope of the variable 'magic_number' can be reduced. [variableScope]
festival/src/modules/Lexicon/lexicon.cc:258:9: style: The scope of the variable 'end' can be reduced. [variableScope]
festival/src/modules/Lexicon/lts_rules.cc:118:9: style: The scope of the variable 'state' can be reduced. [variableScope]
festival/src/modules/Lexicon/lts_rules.cc:384:18: style: The scope of the variable 'rs' can be reduced. [variableScope]
festival/src/modules/Lexicon/lts_rules.cc:417:18: style: The scope of the variable 'rs' can be reduced. [variableScope]
festival/src/modules/Lexicon/lts_rules.cc:283:37: style: Function 'context_match' argument 1 names different: declaration 'actual_context' definition 'acontext'. [funcArgNamesDifferent]
festival/src/modules/Lexicon/lts_rules.cc:70:28: note: Function 'context_match' argument 1 names different: declaration 'actual_context' definition 'acontext'.
festival/src/modules/Lexicon/lts_rules.cc:283:37: note: Function 'context_match' argument 1 names different: declaration 'actual_context' definition 'acontext'.
festival/src/modules/Lexicon/lts_rules.cc:283:52: style: Function 'context_match' argument 2 names different: declaration 'rule_context' definition 'rcontext'. [funcArgNamesDifferent]
festival/src/modules/Lexicon/lts_rules.cc:70:49: note: Function 'context_match' argument 2 names different: declaration 'rule_context' definition 'rcontext'.
festival/src/modules/Lexicon/lts_rules.cc:283:52: note: Function 'context_match' argument 2 names different: declaration 'rule_context' definition 'rcontext'.
festival/src/modules/MultiSyn/DiphoneBackoff.cc:139:39: style: Function 'backoff' argument 1 names different: declaration 'left_phone' definition 'p1'. [funcArgNamesDifferent]
festival/src/modules/MultiSyn/DiphoneBackoff.h:60:25: note: Function 'backoff' argument 1 names different: declaration 'left_phone' definition 'p1'.
festival/src/modules/MultiSyn/DiphoneBackoff.cc:139:39: note: Function 'backoff' argument 1 names different: declaration 'left_phone' definition 'p1'.
festival/src/modules/MultiSyn/DiphoneBackoff.h:66:7: performance: Technically the member function 'DiphoneBackoff::is_defaultbackoff' can be static. [functionStatic]
festival/src/modules/MultiSyn/DiphoneBackoff.cc:244:21: note: Technically the member function 'DiphoneBackoff::is_defaultbackoff' can be static.
festival/src/modules/MultiSyn/DiphoneBackoff.h:66:7: note: Technically the member function 'DiphoneBackoff::is_defaultbackoff' can be static.
festival/src/modules/MultiSyn/DiphoneBackoff.h:67:8: performance: Technically the member function 'DiphoneBackoff::set_defaultbackoff' can be static. [functionStatic]
festival/src/modules/MultiSyn/DiphoneBackoff.cc:231:22: note: Technically the member function 'DiphoneBackoff::set_defaultbackoff' can be static.
festival/src/modules/MultiSyn/DiphoneBackoff.h:67:8: note: Technically the member function 'DiphoneBackoff::set_defaultbackoff' can be static.
festival/src/modules/MultiSyn/DiphoneBackoff.h:68:7: performance: Technically the member function 'DiphoneBackoff::is_backoff' can be static. [functionStatic]
festival/src/modules/MultiSyn/DiphoneBackoff.cc:251:21: note: Technically the member function 'DiphoneBackoff::is_backoff' can be static.
festival/src/modules/MultiSyn/DiphoneBackoff.h:68:7: note: Technically the member function 'DiphoneBackoff::is_backoff' can be static.
festival/src/modules/MultiSyn/DiphoneBackoff.h:69:8: performance: Technically the member function 'DiphoneBackoff::set_backoff' can be static. [functionStatic]
festival/src/modules/MultiSyn/DiphoneBackoff.cc:236:22: note: Technically the member function 'DiphoneBackoff::set_backoff' can be static.
festival/src/modules/MultiSyn/DiphoneBackoff.h:69:8: note: Technically the member function 'DiphoneBackoff::set_backoff' can be static.
festival/src/modules/MultiSyn/DiphoneBackoff.h:56:3: style: Class 'DiphoneBackoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
festival/src/modules/MultiSyn/DiphoneUnitVoice.cc:664:29: warning: Either the condition 'candlist==0' is redundant or there is possible null pointer dereference: candlist. [nullPointerRedundantCheck]
festival/src/modules/MultiSyn/DiphoneUnitVoice.cc:675:18: note: Assuming that condition 'candlist==0' is not redundant
festival/src/modules/MultiSyn/DiphoneUnitVoice.cc:664:29: note: Null pointer dereference
festival/src/modules/MultiSyn/DiphoneUnitVoice.cc:405:7: style: The scope of the variable 'nfound' can be reduced. [variableScope]
festival/src/modules/MultiSyn/EST_TargetCost.h:79:3: warning: Member variable 'EST_TargetCost::score' is not initialized in the constructor. [uninitMemberVar]
festival/src/modules/MultiSyn/EST_TargetCost.h:79:3: warning: Member variable 'EST_TargetCost::weight_sum' is not initialized in the constructor. [uninitMemberVar]
festival/src/modules/MultiSyn/EST_TargetCost.h:79:3: warning: Member variable 'EST_TargetCost::cand' is not initialized in the constructor. [uninitMemberVar]
festival/src/modules/MultiSyn/EST_TargetCost.h:79:3: warning: Member variable 'EST_TargetCost::targ' is not initialized in the constructor. [uninitMemberVar]
festival/src/modules/MultiSyn/EST_JoinCost.h:74:3: warning: Member variable 'EST_JoinCost::cachedItem' is not initialized in the constructor. [uninitMemberVar]
festival/src/modules/MultiSyn/EST_JoinCost.h:74:3: warning: Member variable 'EST_JoinCost::cachedItemVector' is not initialized in the constructor. [uninitMemberVar]
festival/src/modules/MultiSyn/EST_JoinCost.h:74:3: warning: Member variable 'EST_JoinCost::cached_jccid' is not initialized in the constructor. [uninitMemberVar]
festival/src/modules/MultiSyn/EST_JoinCost.h:74:3: warning: Member variable 'EST_JoinCost::cached_jccindex' is not initialized in the constructor. [uninitMemberVar]
festival/src/modules/MultiSyn/EST_JoinCost.h:74:3: warning: Member variable 'EST_JoinCost::costIsCached' is not initialized in the constructor. [uninitMemberVar]
festival/src/modules/MultiSyn/EST_JoinCost.h:74:3: warning: Member variable 'EST_JoinCost::diphoneJoin' is not initialized in the constructor. [uninitMemberVar]
festival/src/modules/MultiSyn/EST_TargetCost.h:172:3: style: Class 'EST_SchemeTargetCost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
festival/src/modules/MultiSyn/EST_JoinCostCache.h:70:3: style: Class 'EST_JoinCostCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
festival/src/modules/MultiSyn/EST_TargetCost.h:131:9: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
festival/src/modules/MultiSyn/EST_TargetCost.h:83:17: note: Virtual function in base class
festival/src/modules/MultiSyn/EST_TargetCost.h:131:9: note: Function in derived class
festival/src/modules/MultiSyn/EST_TargetCost.h:141:9: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
festival/src/modules/MultiSyn/EST_TargetCost.h:83:17: note: Virtual function in base class
festival/src/modules/MultiSyn/EST_TargetCost.h:141:9: note: Function in derived class
festival/src/modules/MultiSyn/EST_TargetCost.h:151:9: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
festival/src/modules/MultiSyn/EST_TargetCost.h:83:17: note: Virtual function in base class
festival/src/modules/MultiSyn/EST_TargetCost.h:151:9: note: Function in derived class
festival/src/modules/MultiSyn/EST_TargetCost.h:179:9: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
festival/src/modules/MultiSyn/EST_TargetCost.h:83:17: note: Virtual function in base class
festival/src/modules/MultiSyn/EST_TargetCost.h:179:9: note: Function in derived class
festival/src/modules/MultiSyn/DiphoneVoiceModule.h:121:16: style: The function 'initialise' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
festival/src/modules/MultiSyn/VoiceModuleBase.h:65:16: note: Virtual function in base class
festival/src/modules/MultiSyn/DiphoneVoiceModule.h:121:16: note: Function in derived class
festival/src/modules/MultiSyn/DiphoneVoiceModule.h:122:24: style: The function 'numModuleUnits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
festival/src/modules/MultiSyn/VoiceModuleBase.h:66:24: note: Virtual function in base class
festival/src/modules/MultiSyn/DiphoneVoiceModule.h:122:24: note: Function in derived class
festival/src/modules/MultiSyn/DiphoneVoiceModule.h:123:24: style: The function 'numUnitTypes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
festival/src/modules/MultiSyn/VoiceModuleBase.h:67:24: note: Virtual function in base class
festival/src/modules/MultiSyn/DiphoneVoiceModule.h:123:24: note: Function in derived class
festival/src/modules/MultiSyn/DiphoneVoiceModule.h:124:24: style: The function 'numAvailableCandidates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
festival/src/modules/MultiSyn/VoiceModuleBase.h:68:24: note: Virtual function in base class
festival/src/modules/MultiSyn/DiphoneVoiceModule.h:124:24: note: Function in derived class
festival/src/modules/MultiSyn/DiphoneVoiceModule.cc:134:15: style: The scope of the variable 't5' can be reduced. [variableScope]
festival/src/modules/MultiSyn/DiphoneVoiceModule.cc:134:19: style: The scope of the variable 'tstep' can be reduced. [variableScope]
festival/src/modules/MultiSyn/DiphoneVoiceModule.cc:135:18: style: The scope of the variable 'f' can be reduced. [variableScope]
festival/src/modules/MultiSyn/DiphoneVoiceModule.cc:195:19: style: The scope of the variable 'midt' can be reduced. [variableScope]
festival/src/modules/MultiSyn/DiphoneVoiceModule.cc:195:25: style: The scope of the variable 'endt' can be reduced. [variableScope]
festival/src/modules/MultiSyn/DiphoneVoiceModule.cc:196:27: style: The scope of the variable 'midf' can be reduced. [variableScope]
festival/src/modules/MultiSyn/DiphoneVoiceModule.cc:251:17: style: The scope of the variable 'segs' can be reduced. [variableScope]
festival/src/modules/MultiSyn/DiphoneVoiceModule.cc:339:22: style: The scope of the variable 'next_item' can be reduced. [variableScope]
festival/src/modules/MultiSyn/DiphoneVoiceModule.cc:340:15: style: The scope of the variable 'diphoneList' can be reduced. [variableScope]
festival/src/modules/MultiSyn/DiphoneVoiceModule.cc:341:29: style: The scope of the variable 'ph2' can be reduced. [variableScope]
festival/src/modules/MultiSyn/DiphoneVoiceModule.cc:342:9: style: The scope of the variable 'found' can be reduced. [variableScope]
festival/src/modules/MultiSyn/DiphoneVoiceModule.cc:576:7: style: The scope of the variable 'i' can be reduced. [variableScope]
festival/src/modules/MultiSyn/DiphoneVoiceModule.cc:103:19: style: Function 'DiphoneVoiceModule' argument 6 names different: declaration 'srate' definition 'sr'. [funcArgNamesDifferent]
festival/src/modules/MultiSyn/DiphoneVoiceModule.h:112:22: note: Function 'DiphoneVoiceModule' argument 6 names different: declaration 'srate' definition 'sr'.
festival/src/modules/MultiSyn/DiphoneVoiceModule.cc:103:19: note: Function 'DiphoneVoiceModule' argument 6 names different: declaration 'srate' definition 'sr'.
festival/src/modules/MultiSyn/DiphoneVoiceModule.cc:590:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
festival/src/modules/MultiSyn/DiphoneVoiceModule.cc:591:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
festival/src/modules/MultiSyn/DiphoneVoiceModule.h:169:8: performance: Technically the member function 'DiphoneVoiceModule::addTCoefficients' can be static. [functionStatic]
festival/src/modules/MultiSyn/DiphoneVoiceModule.cc:129:26: note: Technically the member function 'DiphoneVoiceModule::addTCoefficients' can be static.
festival/src/modules/MultiSyn/DiphoneVoiceModule.h:169:8: note: Technically the member function 'DiphoneVoiceModule::addTCoefficients' can be static.
festival/src/modules/MultiSyn/DiphoneVoiceModule.h:170:8: performance: Technically the member function 'DiphoneVoiceModule::addJCoefficients' can be static. [functionStatic]
festival/src/modules/MultiSyn/DiphoneVoiceModule.cc:193:26: note: Technically the member function 'DiphoneVoiceModule::addJCoefficients' can be static.
festival/src/modules/MultiSyn/DiphoneVoiceModule.h:170:8: note: Technically the member function 'DiphoneVoiceModule::addJCoefficients' can be static.
festival/src/modules/MultiSyn/EST_FlatTargetCost.cc:475:48: style: Function 'simple_punc' argument 1 names different: declaration 's' definition 'punc'. [funcArgNamesDifferent]
festival/src/modules/MultiSyn/EST_FlatTargetCost.cc:56:48: note: Function 'simple_punc' argument 1 names different: declaration 's' definition 'punc'.
festival/src/modules/MultiSyn/EST_FlatTargetCost.cc:475:48: note: Function 'simple_punc' argument 1 names different: declaration 's' definition 'punc'.
festival/src/modules/MultiSyn/EST_HybridTargetCost.cc:138:9: style: The scope of the variable 'sq_tmp' can be reduced. [variableScope]
festival/src/modules/MultiSyn/EST_HybridTargetCost.h:63:9: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
festival/src/modules/MultiSyn/EST_TargetCost.h:83:17: note: Virtual function in base class
festival/src/modules/MultiSyn/EST_HybridTargetCost.h:63:9: note: Function in derived class
festival/src/modules/MultiSyn/EST_JoinCostCache.cc:48:20: warning: Member variable 'EST_JoinCostCache::deleteMemoryOnDeath' is not initialized in the constructor. [uninitMemberVar]
festival/src/modules/MultiSyn/TargetCostRescoring.cc:62:11: style: The scope of the variable 'dur' can be reduced. [variableScope]
festival/src/modules/MultiSyn/TargetCostRescoring.cc:63:15: style: The scope of the variable 'ph1' can be reduced. [variableScope]
festival/src/modules/MultiSyn/TargetCostRescoring.cc:64:15: style: The scope of the variable 'ph2' can be reduced. [variableScope]
festival/src/modules/MultiSyn/UnitSelection.cc:390:7: style: The scope of the variable 'pm' can be reduced. [variableScope]
festival/src/modules/MultiSyn/UnitSelection.cc:411:19: style: The scope of the variable 'dbo' can be reduced. [variableScope]
festival/src/modules/MultiSyn/UnitSelection.cc:429:19: style: The scope of the variable 'tc' can be reduced. [variableScope]
festival/src/modules/Text/text.cc:142:5: style: Variable 'stream' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
festival/src/modules/Text/text.cc:139:0: note: Variable 'stream' is reassigned a value before the old one has been used if variable is no semaphore variable.
festival/src/modules/Text/text.cc:142:5: note: Variable 'stream' is reassigned a value before the old one has been used if variable is no semaphore variable.
festival/src/modules/Text/text.cc:233:15: style: The scope of the variable 'tok' can be reduced. [variableScope]
festival/src/modules/Text/text.cc:233:21: style: The scope of the variable 'ebo' can be reduced. [variableScope]
festival/src/modules/Text/text_modes.cc:118:26: style: Function 'um_apply_filter' argument 3 names different: declaration 'outname' definition 'outfile'. [funcArgNamesDifferent]
festival/src/modules/Text/text_modes.cc:57:26: note: Function 'um_apply_filter' argument 3 names different: declaration 'outname' definition 'outfile'.
festival/src/modules/Text/text_modes.cc:118:26: note: Function 'um_apply_filter' argument 3 names different: declaration 'outname' definition 'outfile'.
festival/src/modules/Text/tok_ext.cc:135:15: style: The scope of the variable 'ns' can be reduced. [variableScope]
festival/src/modules/Text/tok_ext.cc:136:9: style: The scope of the variable 'i' can be reduced. [variableScope]
festival/src/modules/Text/tok_ext.cc:159:61: style: Function 'append_token' argument 2 names different: declaration 's' definition 't'. [funcArgNamesDifferent]
festival/src/modules/Text/tok_ext.cc:57:61: note: Function 'append_token' argument 2 names different: declaration 's' definition 't'.
festival/src/modules/Text/tok_ext.cc:159:61: note: Function 'append_token' argument 2 names different: declaration 's' definition 't'.
festival/src/modules/Text/token.cc:140:15: style: The scope of the variable 'new_word' can be reduced. [variableScope]
festival/src/modules/Text/token.cc:197:31: style: Function 'word_it' argument 1 names different: declaration 't' definition 'token'. [funcArgNamesDifferent]
festival/src/modules/Text/token.cc:68:31: note: Function 'word_it' argument 1 names different: declaration 't' definition 'token'.
festival/src/modules/Text/token.cc:197:31: note: Function 'word_it' argument 1 names different: declaration 't' definition 'token'.
festival/src/modules/UniSyn/UniSyn.cc:196:9: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
festival/src/modules/UniSyn/ps_synthesis.cc:53:24: style: The scope of the variable 'frame_pm_indices' can be reduced. [variableScope]
festival/src/modules/UniSyn/ps_synthesis.cc:56:21: style: The scope of the variable 'res' can be reduced. [variableScope]
festival/src/modules/UniSyn/ps_synthesis.cc:125:9: style: The scope of the variable 't_start' can be reduced. [variableScope]
festival/src/modules/UniSyn/ps_synthesis.cc:126:9: style: The scope of the variable 'i' can be reduced. [variableScope]
festival/src/modules/UniSyn/ps_synthesis.cc:126:12: style: The scope of the variable 'j' can be reduced. [variableScope]
festival/src/modules/UniSyn/ps_synthesis.cc:127:11: style: The scope of the variable 'sr' can be reduced. [variableScope]
festival/src/modules/UniSyn/ps_synthesis.cc:128:9: style: The scope of the variable 'last_sample' can be reduced. [variableScope]
festival/src/modules/UniSyn/ps_synthesis.cc:170:7: style: The scope of the variable 't_start' can be reduced. [variableScope]
festival/src/modules/UniSyn/ps_synthesis.cc:171:7: style: The scope of the variable 'i' can be reduced. [variableScope]
festival/src/modules/UniSyn/ps_synthesis.cc:171:10: style: The scope of the variable 'j' can be reduced. [variableScope]
festival/src/modules/UniSyn/ps_synthesis.cc:172:9: style: The scope of the variable 'sr' can be reduced. [variableScope]
festival/src/modules/UniSyn/ps_synthesis.cc:173:7: style: The scope of the variable 'last_sample' can be reduced. [variableScope]
festival/src/modules/UniSyn/ps_synthesis.cc:226:9: style: The scope of the variable 't_start' can be reduced. [variableScope]
festival/src/modules/UniSyn/ps_synthesis.cc:230:9: style: The scope of the variable 'window_start' can be reduced. [variableScope]
festival/src/modules/UniSyn/ps_synthesis.cc:231:9: style: The scope of the variable 's_period' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_features.cc:47:24: style: Function 'add_feature_function' argument 3 names different: declaration 'f' definition 'funcname'. [funcArgNamesDifferent]
festival/src/modules/UniSyn/us_features.h:49:24: note: Function 'add_feature_function' argument 3 names different: declaration 'f' definition 'funcname'.
festival/src/modules/UniSyn/us_features.cc:47:24: note: Function 'add_feature_function' argument 3 names different: declaration 'f' definition 'funcname'.
festival/src/modules/UniSyn/us_mapping.cc:108:20: style: The scope of the variable 's_i_end' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_mapping.cc:108:40: style: The scope of the variable 't_i_end' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_mapping.cc:110:11: style: The scope of the variable 's_end' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_mapping.cc:110:27: style: The scope of the variable 't_end' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_mapping.cc:110:43: style: The scope of the variable 'm' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_mapping.cc:229:16: style: The scope of the variable 'right_pm' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_mapping.cc:611:19: style: The scope of the variable 'source_lab' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_mapping.cc:622:15: style: Variable 'source_lab' is assigned a value that is never used. [unreadVariable]
festival/src/modules/UniSyn/us_prosody.cc:50:11: style: The scope of the variable 'period' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_prosody.cc:97:11: style: The scope of the variable 't2' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_prosody.cc:100:11: style: The scope of the variable 'f2' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_prosody.cc:144:37: style: The scope of the variable 'val' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_prosody.cc:193:22: style: The scope of the variable 'pitch' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_prosody.cc:199:10: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
festival/src/modules/UniSyn/us_unit.cc:484:5: style: Variable 'abs_offset' is reassigned a value before the old one has been used. [redundantAssignment]
festival/src/modules/UniSyn/us_unit.cc:481:5: note: Variable 'abs_offset' is reassigned a value before the old one has been used.
festival/src/modules/UniSyn/us_unit.cc:484:5: note: Variable 'abs_offset' is reassigned a value before the old one has been used.
festival/src/modules/UniSyn/us_unit.cc:486:5: style: Variable 'rel_offset' is reassigned a value before the old one has been used. [redundantAssignment]
festival/src/modules/UniSyn/us_unit.cc:482:5: note: Variable 'rel_offset' is reassigned a value before the old one has been used.
festival/src/modules/UniSyn/us_unit.cc:486:5: note: Variable 'rel_offset' is reassigned a value before the old one has been used.
festival/src/modules/UniSyn/us_unit.cc:202:11: style: The scope of the variable 'j' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:263:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:265:16: style: The scope of the variable 'coefs' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:267:11: style: The scope of the variable 'scale' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:303:16: style: The scope of the variable 'pm_indices' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:332:19: style: The scope of the variable 'n' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:368:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:384:9: style: The scope of the variable 'first_pm' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:384:19: style: The scope of the variable 'last_pm' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:384:28: style: The scope of the variable 'last_length' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:385:11: style: The scope of the variable 'first_pos' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:385:22: style: The scope of the variable 'last_pos' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:436:9: style: The scope of the variable 'num_source_frames' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:437:9: style: The scope of the variable 'num_source_channels' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:438:11: style: The scope of the variable 'prev_time' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:438:46: style: The scope of the variable 'period' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:438:54: style: The scope of the variable 'offset' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:439:12: style: The scope of the variable 'j' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:439:15: style: The scope of the variable 'k' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:439:18: style: The scope of the variable 'l' can be reduced. [variableScope]
festival/src/modules/UniSyn/us_unit.cc:103:20: style: Variable 'print_centre' is assigned a value that is never used. [unreadVariable]
festival/src/modules/UniSyn/us_unit.cc:387:21: style: Variable 'window_factor' is assigned a value that is never used. [unreadVariable]
festival/src/modules/UniSyn_diphone/us_diphone_index.cc:130:19: style: The scope of the variable 'd' can be reduced. [variableScope]
festival/src/modules/UniSyn_diphone/us_diphone_index.cc:192:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
festival/src/modules/UniSyn_diphone/us_diphone_index.cc:193:16: style: The scope of the variable 'tr' can be reduced. [variableScope]
festival/src/modules/UniSyn_diphone/us_diphone_index.cc:196:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
festival/src/modules/UniSyn_diphone/us_diphone_index.cc:270:15: style: The scope of the variable 'd' can be reduced. [variableScope]
festival/src/modules/UniSyn_diphone/us_diphone_index.cc:285:12: style: The scope of the variable 'ref' can be reduced. [variableScope]
festival/src/modules/UniSyn_diphone/us_diphone_index.cc:533:15: style: The scope of the variable 'full_sig' can be reduced. [variableScope]
festival/src/modules/UniSyn_diphone/us_diphone_index.cc:535:9: style: The scope of the variable 'pm_start' can be reduced. [variableScope]
festival/src/modules/UniSyn_diphone/us_diphone_index.cc:535:19: style: The scope of the variable 'pm_end' can be reduced. [variableScope]
festival/src/modules/UniSyn_diphone/us_diphone_index.cc:535:27: style: The scope of the variable 'pm_middle' can be reduced. [variableScope]
festival/src/modules/UniSyn_diphone/us_diphone_index.cc:536:9: style: The scope of the variable 'samp_start' can be reduced. [variableScope]
festival/src/modules/UniSyn_diphone/us_diphone_index.cc:536:21: style: The scope of the variable 'samp_end' can be reduced. [variableScope]
festival/src/modules/UniSyn_diphone/us_diphone_index.cc:537:11: style: The scope of the variable 'start_time' can be reduced. [variableScope]
festival/src/modules/UniSyn_diphone/us_diphone_index.cc:255:0: error: Resource leak: fp [resourceLeak]
festival/src/modules/UniSyn_diphone/us_diphone_unit.cc:111:9: style: The scope of the variable 'e_frame' can be reduced. [variableScope]
festival/src/modules/UniSyn_diphone/us_diphone_unit.cc:111:18: style: The scope of the variable 'm_frame' can be reduced. [variableScope]
festival/src/modules/UniSyn_diphone/us_diphone_unit.cc:112:11: style: The scope of the variable 'dur_1' can be reduced. [variableScope]
festival/src/modules/UniSyn_diphone/us_diphone_unit.cc:113:25: style: The scope of the variable 'end' can be reduced. [variableScope]
festival/src/modules/UniSyn_diphone/us_diphone_unit.cc:259:16: style: Variable 'pm_start' is assigned a value that is never used. [unreadVariable]
festival/src/modules/UniSyn_diphone/us_diphone_unit.cc:261:14: style: Variable 'pm_end' is assigned a value that is never used. [unreadVariable]
festival/src/modules/UniSyn_diphone/us_diphone_unit.cc:260:17: style: Variable 'pm_middle' is assigned a value that is never used. [unreadVariable]
festival/src/modules/UniSyn_phonology/UniSyn_build.cc:209:12: warning: Either the condition '(s=nth_leaf(b,s_num))==0' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
festival/src/modules/UniSyn_phonology/UniSyn_build.cc:199:36: note: Assuming that condition '(s=nth_leaf(b,s_num))==0' is not redundant
festival/src/modules/UniSyn_phonology/UniSyn_build.cc:209:12: note: Null pointer dereference
festival/src/modules/UniSyn_phonology/UniSyn_build.cc:337:19: style: The scope of the variable 'n' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/UniSyn_build.cc:406:11: style: The scope of the variable 'prev_mid' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/UniSyn_build.cc:406:21: style: The scope of the variable 'next_mid' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/UniSyn_build.cc:435:11: style: The scope of the variable 'prev_mid' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/UniSyn_build.cc:435:21: style: The scope of the variable 'next_mid' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/UniSyn_build.cc:509:15: style: The scope of the variable 't' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/UniSyn_build.cc:509:19: style: The scope of the variable 'n' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/UniSyn_build.cc:509:27: style: The scope of the variable 'm' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/UniSyn_build.cc:556:19: style: The scope of the variable 'n' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/UniSyn_build.cc:637:23: style: The scope of the variable 'nw' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/UniSyn_build.cc:637:28: style: The scope of the variable 'n' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/UniSyn_build.cc:914:9: style: The scope of the variable 'id' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/UniSyn_build.cc:950:15: style: The scope of the variable 'm' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/UniSyn_build.cc:978:6: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
festival/src/modules/UniSyn_phonology/UniSyn_phonology.cc:294:5: style: Variable 'new_utt' is reassigned a value before the old one has been used. [redundantAssignment]
festival/src/modules/UniSyn_phonology/UniSyn_phonology.cc:292:0: note: Variable 'new_utt' is reassigned a value before the old one has been used.
festival/src/modules/UniSyn_phonology/UniSyn_phonology.cc:294:5: note: Variable 'new_utt' is reassigned a value before the old one has been used.
festival/src/modules/UniSyn_phonology/UniSyn_phonology.cc:243:15: style: The scope of the variable 'p' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/mettree.cc:176:19: style: The scope of the variable 'p' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/mettree.cc:176:23: style: The scope of the variable 'n' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/mettree.cc:176:27: style: The scope of the variable 'm' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/mettree.cc:577:19: style: The scope of the variable 'e' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/mettree.cc:635:13: style: The scope of the variable 'i' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/mettree.cc:703:9: style: The scope of the variable 'depth' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/mettree.cc:762:11: style: The scope of the variable 'b' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/mettree.cc:718:25: style: Function 'stress_factor1' argument 3 names different: declaration 'm' definition 'mettree'. [funcArgNamesDifferent]
festival/src/modules/UniSyn_phonology/mettree.cc:71:25: note: Function 'stress_factor1' argument 3 names different: declaration 'm' definition 'mettree'.
festival/src/modules/UniSyn_phonology/mettree.cc:718:25: note: Function 'stress_factor1' argument 3 names different: declaration 'm' definition 'mettree'.
festival/src/modules/UniSyn_phonology/mettree.cc:758:25: style: Function 'stress_factor2' argument 3 names different: declaration 'm' definition 'mettree'. [funcArgNamesDifferent]
festival/src/modules/UniSyn_phonology/mettree.cc:73:25: note: Function 'stress_factor2' argument 3 names different: declaration 'm' definition 'mettree'.
festival/src/modules/UniSyn_phonology/mettree.cc:758:25: note: Function 'stress_factor2' argument 3 names different: declaration 'm' definition 'mettree'.
festival/src/modules/UniSyn_phonology/subword.cc:120:15: style: The scope of the variable 'new_parent' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/subword.cc:121:15: style: The scope of the variable 'fl' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/subword.cc:191:15: style: The scope of the variable 'n' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/syllabify.cc:327:15: style: The scope of the variable 'p' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/syllabify.cc:176:2: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
festival/src/modules/UniSyn_phonology/us_duration.cc:86:15: style: The scope of the variable 'p' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/us_duration.cc:87:11: style: The scope of the variable 'z' can be reduced. [variableScope]
festival/src/modules/UniSyn_phonology/us_duration.cc:113:15: style: The scope of the variable 'n' can be reduced. [variableScope]
festival/src/modules/base/modules.cc:134:15: style: The scope of the variable 'Seg' can be reduced. [variableScope]
festival/src/modules/base/modules.cc:135:11: style: The scope of the variable 'start' can be reduced. [variableScope]
festival/src/modules/base/modules.cc:135:21: style: The scope of the variable 'dur' can be reduced. [variableScope]
festival/src/modules/base/phrasify.cc:591:5: style: Variable 'lang_prob' is reassigned a value before the old one has been used. [redundantAssignment]
festival/src/modules/base/phrasify.cc:590:5: note: Variable 'lang_prob' is reassigned a value before the old one has been used.
festival/src/modules/base/phrasify.cc:591:5: note: Variable 'lang_prob' is reassigned a value before the old one has been used.
festival/src/modules/base/phrasify.cc:783:5: style: Variable 'lang_prob' is reassigned a value before the old one has been used. [redundantAssignment]
festival/src/modules/base/phrasify.cc:782:5: note: Variable 'lang_prob' is reassigned a value before the old one has been used.
festival/src/modules/base/phrasify.cc:783:5: note: Variable 'lang_prob' is reassigned a value before the old one has been used.
festival/src/modules/base/phrasify.cc:340:10: style: The scope of the variable 'prob' can be reduced. [variableScope]
festival/src/modules/base/postlex.cc:90:5: style: Variable 'vow_table' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
festival/src/modules/base/postlex.cc:86:0: note: Variable 'vow_table' is reassigned a value before the old one has been used if variable is no semaphore variable.
festival/src/modules/base/postlex.cc:90:5: note: Variable 'vow_table' is reassigned a value before the old one has been used if variable is no semaphore variable.
festival/src/modules/clunits/clunits.h:82:11: style: C-style pointer casting [cstyleCast]
festival/src/modules/clunits/clunits.h:84:11: style: C-style pointer casting [cstyleCast]
festival/src/modules/clunits/acost.cc:282:11: style: The scope of the variable 'cost' can be reduced. [variableScope]
festival/src/modules/clunits/acost.cc:286:9: warning: Iterators to containers from different expressions 'unit1' and 'unit2' are used together. [mismatchingContainerExpression]
festival/src/modules/clunits/cldb.cc:380:42: style: C-style pointer casting [cstyleCast]
festival/src/modules/clunits/cldb.cc:381:42: style: C-style pointer casting [cstyleCast]
festival/src/modules/clunits/cldb.cc:168:9: style: The scope of the variable 'i' can be reduced. [variableScope]
festival/src/modules/clunits/cldb.cc:169:11: style: The scope of the variable 'ltime' can be reduced. [variableScope]
festival/src/modules/clunits/cldb.cc:340:9: warning: Member variable 'CLunit::middle_frame' is not initialized in the constructor. [uninitMemberVar]
festival/src/modules/clunits/cljoin.cc:91:24: style: The scope of the variable 'u_frames' can be reduced. [variableScope]
festival/src/modules/clunits/cljoin.cc:93:11: style: The scope of the variable 'stime' can be reduced. [variableScope]
festival/src/modules/clunits/cljoin.cc:93:18: style: The scope of the variable 'ttime' can be reduced. [variableScope]
festival/src/modules/clunits/cljoin.cc:93:40: style: The scope of the variable 'n_frames' can be reduced. [variableScope]
festival/src/modules/clunits/clunits.cc:220:9: style: The scope of the variable 'e_frame' can be reduced. [variableScope]
festival/src/modules/clunits/clunits.cc:220:18: style: The scope of the variable 'm_frame' can be reduced. [variableScope]
festival/src/modules/clunits/clunits.cc:221:11: style: The scope of the variable 'dur_1' can be reduced. [variableScope]
festival/src/modules/clunits/clunits.cc:222:25: style: The scope of the variable 'end' can be reduced. [variableScope]
festival/src/modules/clunits/clunits.cc:303:15: style: The scope of the variable 'w1' can be reduced. [variableScope]
festival/src/modules/clunits/clunits.cc:304:16: style: The scope of the variable 't1' can be reduced. [variableScope]
festival/src/modules/clunits/clunits.cc:307:31: style: The scope of the variable 'l_samp_idx' can be reduced. [variableScope]
festival/src/modules/clunits/clunits.cc:309:15: style: The scope of the variable 'www' can be reduced. [variableScope]
festival/src/modules/clunits/clunits.cc:362:15: style: The scope of the variable 'www' can be reduced. [variableScope]
festival/src/modules/clunits/clunits.cc:432:13: style: The scope of the variable 'u' can be reduced. [variableScope]
festival/src/modules/clunits/clunits.cc:540:13: style: The scope of the variable 'u0' can be reduced. [variableScope]
festival/src/modules/clunits/clunits.cc:540:18: style: The scope of the variable 'u1' can be reduced. [variableScope]
festival/src/modules/clunits/clunits.cc:541:11: style: The scope of the variable 'u0_move' can be reduced. [variableScope]
festival/src/modules/clunits/clunits.cc:541:24: style: The scope of the variable 'u1_move' can be reduced. [variableScope]
festival/src/modules/clunits/clunits.cc:604:11: style: The scope of the variable 'dist' can be reduced. [variableScope]
festival/src/modules/clustergen/HTS_vocoder_me.cc:340:20: warning: Either the condition 'v_me!=NULL' is redundant or there is possible null pointer dereference: v_me. [nullPointerRedundantCheck]
festival/src/modules/clustergen/HTS_vocoder_me.cc:342:13: note: Assuming that condition 'v_me!=NULL' is not redundant
festival/src/modules/clustergen/HTS_vocoder_me.cc:340:20: note: Null pointer dereference
festival/src/modules/hts_engine/HTS_vocoder.c:127:11: style: The scope of the variable 'v' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:149:11: style: The scope of the variable 'v' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:249:14: style: The scope of the variable 'o' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:292:14: style: The scope of the variable 'upl' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:293:11: style: The scope of the variable 'd' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:335:11: style: The scope of the variable 'k' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:350:11: style: The scope of the variable 'k' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:456:11: style: The scope of the variable 'min' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:457:11: style: The scope of the variable 'ss1' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:457:16: style: The scope of the variable 'ss2' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:489:11: style: The scope of the variable 'a' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:569:16: style: The scope of the variable 'find' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:672:11: style: The scope of the variable 'i' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:705:8: style: The scope of the variable 'i' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:705:11: style: The scope of the variable 'j' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:760:8: style: The scope of the variable 'i' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:776:11: style: The scope of the variable 'e1' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:776:15: style: The scope of the variable 'e2' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:777:8: style: The scope of the variable 'k' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:802:11: style: The scope of the variable 'e1' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:802:15: style: The scope of the variable 'e2' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:803:11: style: The scope of the variable 'i' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:804:11: style: The scope of the variable 'd1' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:804:15: style: The scope of the variable 'd2' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_vocoder.c:885:11: style: The scope of the variable 'x' can be reduced. [variableScope]
festival/src/modules/clustergen/HTS_vocoder_me.cc:196:12: style: Unused variable: e1 [unusedVariable]
festival/src/modules/clustergen/HTS_vocoder_me.cc:196:16: style: Unused variable: e2 [unusedVariable]
festival/src/modules/clustergen/mlsa_resynthesis.cc:176:10: style: The scope of the variable 'j' can be reduced. [variableScope]
festival/src/modules/clustergen/mlsa_resynthesis.cc:152:35: style: Function 'synthesis_body' argument 4 names different: declaration 'filtertrack' definition 'filter_track'. [funcArgNamesDifferent]
festival/src/modules/clustergen/mlsa_resynthesis.cc:57:35: note: Function 'synthesis_body' argument 4 names different: declaration 'filtertrack' definition 'filter_track'.
festival/src/modules/clustergen/mlsa_resynthesis.cc:152:35: note: Function 'synthesis_body' argument 4 names different: declaration 'filtertrack' definition 'filter_track'.
festival/src/modules/clustergen/mlsa_resynthesis.cc:232:32: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
festival/src/modules/clustergen/mlsa_resynthesis.cc:178:25: note: Assignment 'me_filter_order=0', assigned value is 0
festival/src/modules/clustergen/mlsa_resynthesis.cc:232:32: note: Invalid argument
festival/src/modules/clustergen/mlsa_resynthesis.cc:233:31: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
festival/src/modules/clustergen/mlsa_resynthesis.cc:178:25: note: Assignment 'me_filter_order=0', assigned value is 0
festival/src/modules/clustergen/mlsa_resynthesis.cc:233:31: note: Invalid argument
festival/src/modules/clustergen/mlsa_resynthesis.cc:234:27: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
festival/src/modules/clustergen/mlsa_resynthesis.cc:178:25: note: Assignment 'me_filter_order=0', assigned value is 0
festival/src/modules/clustergen/mlsa_resynthesis.cc:234:27: note: Invalid argument
festival/src/modules/clustergen/mlsa_resynthesis.cc:235:27: error: Invalid calloc() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
festival/src/modules/clustergen/mlsa_resynthesis.cc:178:25: note: Assignment 'me_filter_order=0', assigned value is 0
festival/src/modules/clustergen/mlsa_resynthesis.cc:235:27: note: Invalid argument
festival/src/modules/clustergen/simple_mlpg.cc:779:5: style: Variable 'detvec' is reassigned a value before the old one has been used. [redundantAssignment]
festival/src/modules/clustergen/simple_mlpg.cc:765:0: note: Variable 'detvec' is reassigned a value before the old one has been used.
festival/src/modules/clustergen/simple_mlpg.cc:779:5: note: Variable 'detvec' is reassigned a value before the old one has been used.
festival/src/modules/clustergen/simple_mlpg.cc:216:13: style: The scope of the variable 'c' can be reduced. [variableScope]
festival/src/modules/clustergen/simple_mlpg.cc:393:9: style: The scope of the variable 'leng' can be reduced. [variableScope]
festival/src/modules/clustergen/simple_mlpg.cc:575:12: style: The scope of the variable 'hold' can be reduced. [variableScope]
festival/src/modules/clustergen/simple_mlpg.cc:594:12: style: The scope of the variable 'hold' can be reduced. [variableScope]
festival/src/modules/clustergen/simple_mlpg.cc:766:11: style: The scope of the variable 'zero_determinant_flag' can be reduced. [variableScope]
festival/src/modules/clustergen/simple_mlpg.cc:899:19: style: The scope of the variable 'sb' can be reduced. [variableScope]
festival/src/modules/clustergen/simple_mlpg.cc:955:11: style: The scope of the variable 'like' can be reduced. [variableScope]
festival/src/modules/clustergen/simple_mlpg.cc:1012:16: style: Variable 'like' is assigned a value that is never used. [unreadVariable]
festival/src/modules/clustergen/vc.cc:127:10: style: The scope of the variable 'pos' can be reduced. [variableScope]
festival/src/modules/clustergen/vc.cc:171:9: style: The scope of the variable 'i' can be reduced. [variableScope]
festival/src/modules/clustergen/vc.cc:99:22: style: Function 'xdvfree' argument 1 names different: declaration 'vector' definition 'x'. [funcArgNamesDifferent]
festival/src/modules/clustergen/vc.h:83:22: note: Function 'xdvfree' argument 1 names different: declaration 'vector' definition 'x'.
festival/src/modules/clustergen/vc.cc:99:22: note: Function 'xdvfree' argument 1 names different: declaration 'vector' definition 'x'.
festival/src/modules/diphone/di_io.cc:1091:3: warning: Redundant assignment of 'i' to itself. [selfAssignment]
festival/src/modules/diphone/di_io.cc:328:18: style: The scope of the variable 'end_samp' can be reduced. [variableScope]
festival/src/modules/diphone/di_io.cc:331:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
festival/src/modules/diphone/di_io.cc:331:16: style: The scope of the variable 'error' can be reduced. [variableScope]
festival/src/modules/diphone/di_io.cc:434:11: style: The scope of the variable 'fnum' can be reduced. [variableScope]
festival/src/modules/diphone/di_io.cc:987:11: style: The scope of the variable 'j' can be reduced. [variableScope]
festival/src/modules/diphone/di_io.cc:987:13: style: The scope of the variable 'k' can be reduced. [variableScope]
festival/src/modules/diphone/di_io.cc:514:32: style: Checking if unsigned variable 'database->pm[i]->nmark' is less than zero. [unsignedLessThanZero]
festival/src/modules/diphone/di_io.cc:1071:3: error: Mismatching allocation and deallocation: sh [mismatchAllocDealloc]
festival/src/modules/diphone/di_pitch.cc:51:9: style: The scope of the variable 'y' can be reduced. [variableScope]
festival/src/modules/diphone/di_pitch.cc:48:38: style: Function 'di_calc_pitch' argument 1 names different: declaration 'config' definition 'db'. [funcArgNamesDifferent]
festival/src/modules/diphone/diphone.h:170:38: note: Function 'di_calc_pitch' argument 1 names different: declaration 'config' definition 'db'.
festival/src/modules/diphone/di_pitch.cc:48:38: note: Function 'di_calc_pitch' argument 1 names different: declaration 'config' definition 'db'.
festival/src/modules/diphone/di_reslpc.cc:151:9: style: The scope of the variable 'max_marks' can be reduced. [variableScope]
festival/src/modules/diphone/di_reslpc.cc:239:9: style: The scope of the variable 'i' can be reduced. [variableScope]
festival/src/modules/diphone/di_select.cc:143:9: style: The scope of the variable 'error' can be reduced. [variableScope]
festival/src/modules/diphone/di_select.cc:144:11: style: The scope of the variable 'x' can be reduced. [variableScope]
festival/src/modules/diphone/di_select.cc:144:13: style: The scope of the variable 'y' can be reduced. [variableScope]
festival/src/modules/diphone/di_select.cc:144:15: style: The scope of the variable 'deltax' can be reduced. [variableScope]
festival/src/modules/diphone/di_select.cc:144:22: style: The scope of the variable 'deltay' can be reduced. [variableScope]
festival/src/modules/diphone/di_select.cc:49:40: style: Function 'di_frame_select' argument 1 names different: declaration 'db' definition 'database'. [funcArgNamesDifferent]
festival/src/modules/diphone/diphone.h:183:40: note: Function 'di_frame_select' argument 1 names different: declaration 'db' definition 'database'.
festival/src/modules/diphone/di_select.cc:49:40: note: Function 'di_frame_select' argument 1 names different: declaration 'db' definition 'database'.
festival/src/modules/diphone/di_select.cc:170:7: style: Variable 'x' is modified but its new value is never used. [unreadVariable]
festival/src/modules/diphone/diphone.cc:262:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
festival/src/modules/diphone/diphone.cc:293:23: style: The scope of the variable 'as' can be reduced. [variableScope]
festival/src/modules/diphone/diphone.cc:567:15: style: The scope of the variable 'seg_start' can be reduced. [variableScope]
festival/src/modules/diphone/diphone.cc:567:25: style: The scope of the variable 'seg_dur' can be reduced. [variableScope]
festival/src/modules/diphone/diphone.cc:724:23: style: The scope of the variable 'ddb' can be reduced. [variableScope]
festival/src/modules/diphone/diphone.cc:196:49: style: Function 'delete_diphone_db' argument 1 names different: declaration 'config' definition 'db'. [funcArgNamesDifferent]
festival/src/modules/diphone/diphone.cc:71:49: note: Function 'delete_diphone_db' argument 1 names different: declaration 'config' definition 'db'.
festival/src/modules/diphone/diphone.cc:196:49: note: Function 'delete_diphone_db' argument 1 names different: declaration 'config' definition 'db'.
festival/src/modules/diphone/diphone.cc:533:67: style: Function 'make_output' argument 2 names different: declaration 'size' definition 'samps'. [funcArgNamesDifferent]
festival/src/modules/diphone/diphone.cc:76:67: note: Function 'make_output' argument 2 names different: declaration 'size' definition 'samps'.
festival/src/modules/diphone/diphone.cc:533:67: note: Function 'make_output' argument 2 names different: declaration 'size' definition 'samps'.
festival/src/modules/diphone/diphone.cc:702:41: style: Function 'delete_as' argument 1 names different: declaration 'ss' definition 'as'. [funcArgNamesDifferent]
festival/src/modules/diphone/diphone.cc:75:41: note: Function 'delete_as' argument 1 names different: declaration 'ss' definition 'as'.
festival/src/modules/diphone/diphone.cc:702:41: note: Function 'delete_as' argument 1 names different: declaration 'ss' definition 'as'.
festival/src/modules/diphone/oc.cc:152:18: style: The scope of the variable 'bestj' can be reduced. [variableScope]
festival/src/modules/diphone/oc.cc:153:12: style: The scope of the variable 'b_dist' can be reduced. [variableScope]
festival/src/modules/diphone/oc.cc:218:18: style: The scope of the variable 'bestj' can be reduced. [variableScope]
festival/src/modules/diphone/oc.cc:219:12: style: The scope of the variable 'b_dist' can be reduced. [variableScope]
festival/src/modules/diphone/oc.cc:184:15: style: Variable 'bestj' is assigned a value that is never used. [unreadVariable]
festival/src/modules/diphone/oc.cc:249:15: style: Variable 'bestj' is assigned a value that is never used. [unreadVariable]
festival/src/modules/diphone/oc.cc:207:5: error: Mismatching allocation and deallocation: counts [mismatchAllocDealloc]
festival/src/modules/diphone/oc.cc:208:5: error: Mismatching allocation and deallocation: w [mismatchAllocDealloc]
festival/src/modules/diphone/oc.cc:269:5: error: Mismatching allocation and deallocation: counts [mismatchAllocDealloc]
festival/src/modules/diphone/oc.cc:270:5: error: Mismatching allocation and deallocation: w [mismatchAllocDealloc]
festival/src/modules/donovan/donovan.cc:179:15: style: The scope of the variable 'seg_start' can be reduced. [variableScope]
festival/src/modules/donovan/donovan.cc:179:25: style: The scope of the variable 'seg_dur' can be reduced. [variableScope]
festival/src/modules/donovan/donovan.cc:290:33: style: Function 'delete_as' argument 1 names different: declaration 'ss' definition 'as'. [funcArgNamesDifferent]
festival/src/modules/donovan/donovan.cc:57:33: note: Function 'delete_as' argument 1 names different: declaration 'ss' definition 'as'.
festival/src/modules/donovan/donovan.cc:290:33: note: Function 'delete_as' argument 1 names different: declaration 'ss' definition 'as'.
festival/src/modules/donovan/load_diphs.c:86:8: style: The scope of the variable 'j' can be reduced. [variableScope]
festival/src/modules/donovan/load_diphs.c:132:17: style: The scope of the variable 'mid' can be reduced. [variableScope]
festival/src/modules/donovan/load_diphs.c:152:6: style: The scope of the variable 'ref' can be reduced. [variableScope]
festival/src/modules/donovan/load_diphs.c:102:30: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
festival/src/modules/donovan/load_diphs.c:76:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
festival/src/modules/donovan/makewav.c:49:6: style: The scope of the variable 'voiced' can be reduced. [variableScope]
festival/src/modules/donovan/pitch.c:48:6: style: The scope of the variable 'y' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_audio.c:474:56: style: Function 'HTS_Audio_set_parameter' argument 2 names different: declaration 'sampling_frequency' definition 'sampling_frequeny'. [funcArgNamesDifferent]
festival/src/modules/hts_engine/HTS_hidden.h:158:56: note: Function 'HTS_Audio_set_parameter' argument 2 names different: declaration 'sampling_frequency' definition 'sampling_frequeny'.
festival/src/modules/hts_engine/HTS_audio.c:474:56: note: Function 'HTS_Audio_set_parameter' argument 2 names different: declaration 'sampling_frequency' definition 'sampling_frequeny'.
festival/src/modules/hts_engine/HTS_engine.c:562:4: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
festival/src/modules/hts_engine/HTS_engine.c:564:4: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
festival/src/modules/hts_engine/HTS_engine.c:422:11: style: The scope of the variable 'i' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_engine.c:422:14: style: The scope of the variable 'state_index' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_engine.c:422:27: style: The scope of the variable 'model_index' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_engine.c:423:11: style: The scope of the variable 'f' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_engine.c:635:11: style: The scope of the variable 'x' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_engine.c:655:11: style: The scope of the variable 'x' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_engine.c:443:13: style: Variable 'model_index' is modified but its new value is never used. [unreadVariable]
festival/src/modules/hts_engine/HTS_gstream.c:184:11: style: The scope of the variable 'i' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_gstream.c:184:14: style: The scope of the variable 'j' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_misc.c:525:11: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck]
festival/src/modules/hts_engine/HTS_misc.c:527:12: note: Assuming that condition 'mem==NULL' is not redundant
festival/src/modules/hts_engine/HTS_misc.c:525:11: note: Null pointer dereference
festival/src/modules/hts_engine/HTS_misc.c:534:21: style: Function 'HTS_free' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
festival/src/modules/hts_engine/HTS_hidden.h:147:21: note: Function 'HTS_free' argument 1 names different: declaration 'p' definition 'ptr'.
festival/src/modules/hts_engine/HTS_misc.c:534:21: note: Function 'HTS_free' argument 1 names different: declaration 'p' definition 'ptr'.
festival/src/modules/hts_engine/HTS_misc.c:498:4: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
festival/src/modules/hts_engine/HTS_model.c:811:8: warning: Either the condition 'ms==NULL' is redundant or there is possible null pointer dereference: ms. [nullPointerRedundantCheck]
festival/src/modules/hts_engine/HTS_model.c:939:11: note: Assuming that condition 'ms==NULL' is not redundant
festival/src/modules/hts_engine/HTS_model.c:937:23: note: Calling function 'HTS_ModelSet_clear', 1st argument 'ms' value is 0
festival/src/modules/hts_engine/HTS_model.c:811:8: note: Null pointer dereference
festival/src/modules/hts_engine/HTS_model.c:813:8: warning: Either the condition 'ms==NULL' is redundant or there is possible null pointer dereference: ms. [nullPointerRedundantCheck]
festival/src/modules/hts_engine/HTS_model.c:939:11: note: Assuming that condition 'ms==NULL' is not redundant
festival/src/modules/hts_engine/HTS_model.c:937:23: note: Calling function 'HTS_ModelSet_clear', 1st argument 'ms' value is 0
festival/src/modules/hts_engine/HTS_model.c:813:8: note: Null pointer dereference
festival/src/modules/hts_engine/HTS_model.c:815:8: warning: Either the condition 'ms==NULL' is redundant or there is possible null pointer dereference: ms. [nullPointerRedundantCheck]
festival/src/modules/hts_engine/HTS_model.c:939:11: note: Assuming that condition 'ms==NULL' is not redundant
festival/src/modules/hts_engine/HTS_model.c:937:23: note: Calling function 'HTS_ModelSet_clear', 1st argument 'ms' value is 0
festival/src/modules/hts_engine/HTS_model.c:815:8: note: Null pointer dereference
festival/src/modules/hts_engine/HTS_model.c:817:8: warning: Either the condition 'ms==NULL' is redundant or there is possible null pointer dereference: ms. [nullPointerRedundantCheck]
festival/src/modules/hts_engine/HTS_model.c:939:11: note: Assuming that condition 'ms==NULL' is not redundant
festival/src/modules/hts_engine/HTS_model.c:937:23: note: Calling function 'HTS_ModelSet_clear', 1st argument 'ms' value is 0
festival/src/modules/hts_engine/HTS_model.c:817:8: note: Null pointer dereference
festival/src/modules/hts_engine/HTS_model.c:819:8: warning: Either the condition 'ms==NULL' is redundant or there is possible null pointer dereference: ms. [nullPointerRedundantCheck]
festival/src/modules/hts_engine/HTS_model.c:939:11: note: Assuming that condition 'ms==NULL' is not redundant
festival/src/modules/hts_engine/HTS_model.c:937:23: note: Calling function 'HTS_ModelSet_clear', 1st argument 'ms' value is 0
festival/src/modules/hts_engine/HTS_model.c:819:8: note: Null pointer dereference
festival/src/modules/hts_engine/HTS_model.c:823:8: warning: Either the condition 'ms==NULL' is redundant or there is possible null pointer dereference: ms. [nullPointerRedundantCheck]
festival/src/modules/hts_engine/HTS_model.c:939:11: note: Assuming that condition 'ms==NULL' is not redundant
festival/src/modules/hts_engine/HTS_model.c:937:23: note: Calling function 'HTS_ModelSet_clear', 1st argument 'ms' value is 0
festival/src/modules/hts_engine/HTS_model.c:823:8: note: Null pointer dereference
festival/src/modules/hts_engine/HTS_model.c:830:8: warning: Either the condition 'ms==NULL' is redundant or there is possible null pointer dereference: ms. [nullPointerRedundantCheck]
festival/src/modules/hts_engine/HTS_model.c:939:11: note: Assuming that condition 'ms==NULL' is not redundant
festival/src/modules/hts_engine/HTS_model.c:937:23: note: Calling function 'HTS_ModelSet_clear', 1st argument 'ms' value is 0
festival/src/modules/hts_engine/HTS_model.c:830:8: note: Null pointer dereference
festival/src/modules/hts_engine/HTS_model.c:835:8: warning: Either the condition 'ms==NULL' is redundant or there is possible null pointer dereference: ms. [nullPointerRedundantCheck]
festival/src/modules/hts_engine/HTS_model.c:939:11: note: Assuming that condition 'ms==NULL' is not redundant
festival/src/modules/hts_engine/HTS_model.c:937:23: note: Calling function 'HTS_ModelSet_clear', 1st argument 'ms' value is 0
festival/src/modules/hts_engine/HTS_model.c:835:8: note: Null pointer dereference
festival/src/modules/hts_engine/HTS_model.c:840:8: warning: Either the condition 'ms==NULL' is redundant or there is possible null pointer dereference: ms. [nullPointerRedundantCheck]
festival/src/modules/hts_engine/HTS_model.c:939:11: note: Assuming that condition 'ms==NULL' is not redundant
festival/src/modules/hts_engine/HTS_model.c:937:23: note: Calling function 'HTS_ModelSet_clear', 1st argument 'ms' value is 0
festival/src/modules/hts_engine/HTS_model.c:840:8: note: Null pointer dereference
festival/src/modules/hts_engine/HTS_model.c:848:8: warning: Either the condition 'ms==NULL' is redundant or there is possible null pointer dereference: ms. [nullPointerRedundantCheck]
festival/src/modules/hts_engine/HTS_model.c:939:11: note: Assuming that condition 'ms==NULL' is not redundant
festival/src/modules/hts_engine/HTS_model.c:937:23: note: Calling function 'HTS_ModelSet_clear', 1st argument 'ms' value is 0
festival/src/modules/hts_engine/HTS_model.c:848:8: note: Null pointer dereference
festival/src/modules/hts_engine/HTS_model.c:1159:27: style: Same expression on both sides of '!='. [duplicateExpression]
festival/src/modules/hts_engine/HTS_model.c:89:14: style: The scope of the variable 'j' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_model.c:90:11: style: The scope of the variable 'buff_length' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_model.c:91:9: style: The scope of the variable 'buff' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_model.c:319:17: style: The scope of the variable 'right' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_model.c:463:11: style: The scope of the variable 'i' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_model.c:484:18: style: The scope of the variable 'length' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_model.c:558:11: style: The scope of the variable 'i' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_model.c:558:14: style: The scope of the variable 'j' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_model.c:596:11: style: The scope of the variable 'state' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_model.c:891:14: style: The scope of the variable 'fp' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_model.c:907:11: style: The scope of the variable 'temp_sampling_frequency' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_model.c:908:11: style: The scope of the variable 'temp_frame_period' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_model.c:909:11: style: The scope of the variable 'temp_num_states' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_model.c:910:11: style: The scope of the variable 'temp_num_streams' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_model.c:931:9: style: The scope of the variable 'start_of_data' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_model.c:139:69: style: Unsigned variable 'i' can't be negative so it is unnecessary to test it. [unsignedPositive]
festival/src/modules/hts_engine/HTS_model.c:667:52: style: Checking if unsigned variable 'model->ntree' is less than zero. [unsignedLessThanZero]
festival/src/modules/hts_engine/HTS_model.c:687:26: style: Checking if unsigned variable 'model->npdf[j]' is less than zero. [unsignedLessThanZero]
festival/src/modules/hts_engine/HTS_pstream.c:207:38: style: Same expression on both sides of '-'. [duplicateExpression]
festival/src/modules/hts_engine/HTS_pstream.c:137:16: style: The scope of the variable 't' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_pstream.c:186:11: style: The scope of the variable 'h' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_pstream.c:220:11: style: The scope of the variable 't' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_pstream.c:220:14: style: The scope of the variable 'i' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_pstream.c:221:11: style: The scope of the variable 'step' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_pstream.c:222:11: style: The scope of the variable 'prev' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_pstream.c:223:11: style: The scope of the variable 'obj' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_pstream.c:471:11: style: The scope of the variable 'i' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_pstream.c:471:14: style: The scope of the variable 'j' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_pstream.c:472:17: style: The scope of the variable 'pstream' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_pstream.c:94:28: style: Unsigned variable '+' can't be negative so it is unnecessary to test it. [unsignedPositive]
festival/src/modules/hts_engine/HTS_pstream.c:378:43: style: Checking if unsigned variable 'frame+shift' is less than zero. [unsignedLessThanZero]
festival/src/modules/hts_engine/HTS_pstream.c:402:40: style: Checking if unsigned variable 'frame+shift' is less than zero. [unsignedLessThanZero]
festival/src/modules/hts_engine/HTS_sstream.c:174:11: style: The scope of the variable 'frame_length' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_sstream.c:175:11: style: The scope of the variable 'next_time' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_sstream.c:176:11: style: The scope of the variable 'next_state' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_sstream.c:462:11: style: The scope of the variable 'i' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_sstream.c:462:14: style: The scope of the variable 'j' can be reduced. [variableScope]
festival/src/modules/hts_engine/HTS_sstream.c:463:17: style: The scope of the variable 'sst' can be reduced. [variableScope]
festival/src/modules/hts_engine/fest2hts_engine.cc:87:3: style: Variable 'hts_engine_params' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
festival/src/modules/hts_engine/fest2hts_engine.cc:72:0: note: Variable 'hts_engine_params' is reassigned a value before the old one has been used if variable is no semaphore variable.
festival/src/modules/hts_engine/fest2hts_engine.cc:87:3: note: Variable 'hts_engine_params' is reassigned a value before the old one has been used if variable is no semaphore variable.
festival/src/modules/hts_engine/fest2hts_engine.cc:90:3: style: Variable 'hts_output_params' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
festival/src/modules/hts_engine/fest2hts_engine.cc:73:0: note: Variable 'hts_output_params' is reassigned a value before the old one has been used if variable is no semaphore variable.
festival/src/modules/hts_engine/fest2hts_engine.cc:90:3: note: Variable 'hts_output_params' is reassigned a value before the old one has been used if variable is no semaphore variable.
festival/src/modules/hts_engine/fest2hts_engine.cc:95:3: style: Variable 'fn_voices' is reassigned a value before the old one has been used. [redundantAssignment]
festival/src/modules/hts_engine/fest2hts_engine.cc:75:0: note: Variable 'fn_voices' is reassigned a value before the old one has been used.
festival/src/modules/hts_engine/fest2hts_engine.cc:95:3: note: Variable 'fn_voices' is reassigned a value before the old one has been used.
festival/src/modules/hts_engine/fest2hts_engine.cc:96:3: style: Variable 'fn_htsvoice' is reassigned a value before the old one has been used. [redundantAssignment]
festival/src/modules/hts_engine/fest2hts_engine.cc:76:0: note: Variable 'fn_htsvoice' is reassigned a value before the old one has been used.
festival/src/modules/hts_engine/fest2hts_engine.cc:96:3: note: Variable 'fn_htsvoice' is reassigned a value before the old one has been used.
festival/src/modules/hts_engine/fest2hts_engine.cc:105:3: style: Variable 'labfp' is reassigned a value before the old one has been used. [redundantAssignment]
festival/src/modules/hts_engine/fest2hts_engine.cc:80:0: note: Variable 'labfp' is reassigned a value before the old one has been used.
festival/src/modules/hts_engine/fest2hts_engine.cc:105:3: note: Variable 'labfp' is reassigned a value before the old one has been used.
festival/src/modules/hts_engine/fest2hts_engine.cc:109:3: style: Variable 'rawfp' is reassigned a value before the old one has been used. [redundantAssignment]
festival/src/modules/hts_engine/fest2hts_engine.cc:81:0: note: Variable 'rawfp' is reassigned a value before the old one has been used.
festival/src/modules/hts_engine/fest2hts_engine.cc:109:3: note: Variable 'rawfp' is reassigned a value before the old one has been used.
festival/src/modules/hts_engine/fest2hts_engine.cc:110:3: style: Variable 'durfp' is reassigned a value before the old one has been used. [redundantAssignment]
festival/src/modules/hts_engine/fest2hts_engine.cc:81:0: note: Variable 'durfp' is reassigned a value before the old one has been used.
festival/src/modules/hts_engine/fest2hts_engine.cc:110:3: note: Variable 'durfp' is reassigned a value before the old one has been used.
festival/src/modules/hts_engine/fest2hts_engine.cc:197:50: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
festival/src/modules/hts_engine/fest2hts_engine.cc:201:40: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
festival/src/modules/hts_engine/fest2hts_engine.cc:204:40: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
festival/src/modules/hts_engine/fest2hts_engine.cc:206:44: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
festival/src/modules/parser/pparser.cc:113:15: style: The scope of the variable 's' can be reduced. [variableScope]
festival/src/modules/parser/pparser.cc:113:18: style: The scope of the variable 'e' can be reduced. [variableScope]
[21:45]
ftp://ftp.se.debian.org/debian/pool/main/f/festival-ca/festival-ca_3.0.6.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festival-czech/festival-czech_0.3.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festival-doc/festival-doc_1.4.2.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festival-freebsoft-utils/festival-freebsoft-utils_0.10.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festival-hi/festival-hi_0.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festival-it/festival-it_2.0+debian0.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festival-mr/festival-mr_0.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festival-te/festival-te_0.3.3.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festlex-cmu/festlex-cmu_2.4.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festlex-poslex/festlex-poslex_2.4.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festvox-ca-ona-hts/festvox-ca-ona-hts_1.3.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festvox-czech-dita/festvox-czech-dita_1.0.0.orig.tar.bz2
ftp://ftp.se.debian.org/debian/pool/main/f/festvox-czech-krb/festvox-czech-krb_1.0.0.orig.tar.bz2
ftp://ftp.se.debian.org/debian/pool/main/f/festvox-czech-machac/festvox-czech-machac_1.0.0.orig.tar.bz2
ftp://ftp.se.debian.org/debian/pool/main/f/festvox-czech-ph/festvox-czech-ph_0.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festvox-kallpc16k/festvox-kallpc16k_2.4.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festvox-kallpc8k/festvox-kallpc8k_1.4.0.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festvox-kdlpc16k/festvox-kdlpc16k_1.4.0.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festvox-kdlpc8k/festvox-kdlpc8k_1.4.0.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festvox-ru/festvox-ru_0.5.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festvox-suopuhe-lj/festvox-suopuhe-lj_1.0g-20051204.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festvox-suopuhe-mv/festvox-suopuhe-mv_20041119.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/festvox-us-slt-hts/festvox-us-slt-hts_0.2010.10.25.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fet/fet_5.37.2.orig.tar.bz2
ftp://ftp.se.debian.org/debian/pool/main/f/fetch-crl/fetch-crl_3.0.8.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fetchmail/fetchmail_6.4.0~beta4.orig.tar.xz
fetchmail-6.4.0.beta4/base64.c:69:28: style: The scope of the variable 'digit1' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/base64.c:69:36: style: The scope of the variable 'digit2' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/base64.c:69:44: style: The scope of the variable 'digit3' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/base64.c:64:50: style: Function 'from64tobits' argument 3 names different: declaration 'mxoutlen' definition 'maxlen'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/fetchmail.h:644:44: note: Function 'from64tobits' argument 3 names different: declaration 'mxoutlen' definition 'maxlen'.
fetchmail-6.4.0.beta4/base64.c:64:50: note: Function 'from64tobits' argument 3 names different: declaration 'mxoutlen' definition 'maxlen'.
fetchmail-6.4.0.beta4/conf.c:31:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/driver.c:311:16: warning: Either the condition 'current' is redundant or there is possible null pointer dereference: current. [nullPointerRedundantCheck]
fetchmail-6.4.0.beta4/driver.c:290:6: note: Assuming that condition 'current' is not redundant
fetchmail-6.4.0.beta4/driver.c:311:16: note: Null pointer dereference
fetchmail-6.4.0.beta4/driver.c:283:5: style: Variable 'prev' is reassigned a value before the old one has been used. [redundantAssignment]
fetchmail-6.4.0.beta4/driver.c:282:0: note: Variable 'prev' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/driver.c:283:5: note: Variable 'prev' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/driver.c:326:5: style: Variable 'head' is reassigned a value before the old one has been used. [redundantAssignment]
fetchmail-6.4.0.beta4/driver.c:323:0: note: Variable 'head' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/driver.c:326:5: note: Variable 'head' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/driver.c:409:5: style: Variable 'current' is reassigned a value before the old one has been used. [redundantAssignment]
fetchmail-6.4.0.beta4/driver.c:396:0: note: Variable 'current' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/driver.c:409:5: note: Variable 'current' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/driver.c:839:39: style: Same expression on both sides of '-' because the value of '*fetches' and 'initialfetches' are the same. [duplicateExpression]
fetchmail-6.4.0.beta4/driver.c:449:26: note: 'initialfetches' is assigned value '*fetches' here.
fetchmail-6.4.0.beta4/driver.c:839:39: note: Same expression on both sides of '-' because the value of '*fetches' and 'initialfetches' are the same.
fetchmail-6.4.0.beta4/driver.c:1610:9: style: The scope of the variable 'err' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/idle.c:70:28: style: Function 'interruptible_idle' argument 1 names different: declaration 'interval' definition 'seconds'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/fetchmail.h:583:28: note: Function 'interruptible_idle' argument 1 names different: declaration 'interval' definition 'seconds'.
fetchmail-6.4.0.beta4/idle.c:70:28: note: Function 'interruptible_idle' argument 1 names different: declaration 'interval' definition 'seconds'.
fetchmail-6.4.0.beta4/idlist.c:235:20: style: The scope of the variable 'newnode' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/imap.c:1106:5: style: Variable 'seen' is reassigned a value before the old one has been used. [redundantAssignment]
fetchmail-6.4.0.beta4/imap.c:1095:0: note: Variable 'seen' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/imap.c:1106:5: note: Variable 'seen' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/imap.c:782:17: style: The scope of the variable 'undeleted' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/imap.c:1133:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/imap.c:438:15: style: Variable 'commonname' is assigned a value that is never used. [unreadVariable]
fetchmail-6.4.0.beta4/libesmtp/getaddrinfo.c:318:19: warning: Either the condition 'ecode>(int)(sizeof(eai_descr)/sizeof(eai_descr[0]))' is redundant or the array 'eai_descr[13]' is accessed at index 13, which is out of bounds. [arrayIndexOutOfBoundsCond]
fetchmail-6.4.0.beta4/libesmtp/getaddrinfo.c:316:26: note: Assuming that condition 'ecode>(int)(sizeof(eai_descr)/sizeof(eai_descr[0]))' is not redundant
fetchmail-6.4.0.beta4/libesmtp/getaddrinfo.c:318:19: note: Array index out of bounds
fetchmail-6.4.0.beta4/libesmtp/getaddrinfo.c:297:19: style: Function 'gai_strerror' argument 1 names different: declaration 'code' definition 'ecode'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/libesmtp/getaddrinfo.h:69:31: note: Function 'gai_strerror' argument 1 names different: declaration 'code' definition 'ecode'.
fetchmail-6.4.0.beta4/libesmtp/getaddrinfo.c:297:19: note: Function 'gai_strerror' argument 1 names different: declaration 'code' definition 'ecode'.
fetchmail-6.4.0.beta4/libesmtp/getaddrinfo.c:318:19: warning: Either the condition 'ecode>(int)(13)' is redundant or the array 'eai_descr[13]' is accessed at index 13, which is out of bounds. [arrayIndexOutOfBoundsCond]
fetchmail-6.4.0.beta4/libesmtp/getaddrinfo.c:316:26: note: Assuming that condition 'ecode>(int)(13)' is not redundant
fetchmail-6.4.0.beta4/libesmtp/getaddrinfo.c:318:19: note: Array index out of bounds
fetchmail-6.4.0.beta4/lock.c:140:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/lock.c:141:10: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/md5c.c:31:14: style: The scope of the variable 't' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/md5c.c:44:33: style: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/fm_md5.h:25:33: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
fetchmail-6.4.0.beta4/md5c.c:44:33: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
fetchmail-6.4.0.beta4/md5c.c:59:35: style: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/fm_md5.h:26:35: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
fetchmail-6.4.0.beta4/md5c.c:59:35: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
fetchmail-6.4.0.beta4/md5c.c:59:52: style: Function 'MD5Update' argument 2 names different: declaration 'buf' definition 'buf_'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/fm_md5.h:26:56: note: Function 'MD5Update' argument 2 names different: declaration 'buf' definition 'buf_'.
fetchmail-6.4.0.beta4/md5c.c:59:52: note: Function 'MD5Update' argument 2 names different: declaration 'buf' definition 'buf_'.
fetchmail-6.4.0.beta4/md5c.c:108:48: style: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/fm_md5.h:27:48: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
fetchmail-6.4.0.beta4/md5c.c:108:48: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
fetchmail-6.4.0.beta4/options.c:254:9: style: The scope of the variable 'option_safe' can be reduced. [variableScope]
../rcfile_l.c:2965:2: warning: Possible null pointer dereference: b [nullPointer]
../rcfile_l.c:2858:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
../rcfile_l.c:2965:2: note: Null pointer dereference
../rcfile_l.c:2966:2: warning: Possible null pointer dereference: b [nullPointer]
../rcfile_l.c:2858:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
../rcfile_l.c:2966:2: note: Null pointer dereference
../rcfile_l.c:2977:9: warning: Possible null pointer dereference: b [nullPointer]
../rcfile_l.c:2858:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
../rcfile_l.c:2977:9: note: Null pointer dereference
../rcfile_l.l:240:18: style: The scope of the variable 'dp' can be reduced. [variableScope]
../rcfile_l.l:241:18: style: The scope of the variable 'hex' can be reduced. [variableScope]
../rcfile_l.c:2743:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
../rcfile_l.c:414:55: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
../rcfile_l.c:2743:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
../rcfile_l.c:3150:46: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
../rcfile_l.c:369:46: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
../rcfile_l.c:3150:46: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
../rcfile_l.c:3163:46: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
../rcfile_l.c:370:45: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
../rcfile_l.c:3163:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
../rcfile_l.c:3163:60: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
../rcfile_l.c:370:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
../rcfile_l.c:3163:60: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
../rcfile_l.c:3295:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'. [funcArgNamesDifferent]
../rcfile_l.c:1498:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
../rcfile_l.c:3295:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
* yacc.c:358 *:1021:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fetchmail-6.4.0.beta4/smbencrypt.c:140:8: style: The scope of the variable 'val' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/smbmd4.c:104:3: style: Variable 'X' is assigned a value that is never used. [unreadVariable]
fetchmail-6.4.0.beta4/smbutil.c:229:5: error: Null pointer dereference [nullPointer]
fetchmail-6.4.0.beta4/smtp.c:44:19: style: Function 'SMTP_helo' argument 1 names different: declaration 'socket' definition 'sock'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/smtp.h:38:19: note: Function 'SMTP_helo' argument 1 names different: declaration 'socket' definition 'sock'.
fetchmail-6.4.0.beta4/smtp.c:44:19: note: Function 'SMTP_helo' argument 1 names different: declaration 'socket' definition 'sock'.
fetchmail-6.4.0.beta4/smtp.c:169:19: style: Function 'SMTP_ehlo' argument 1 names different: declaration 'socket' definition 'sock'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/smtp.h:39:19: note: Function 'SMTP_ehlo' argument 1 names different: declaration 'socket' definition 'sock'.
fetchmail-6.4.0.beta4/smtp.c:169:19: note: Function 'SMTP_ehlo' argument 1 names different: declaration 'socket' definition 'sock'.
fetchmail-6.4.0.beta4/smtp.c:169:77: style: Function 'SMTP_ehlo' argument 5 names different: declaration 'passwd' definition 'password'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/smtp.h:39:79: note: Function 'SMTP_ehlo' argument 5 names different: declaration 'passwd' definition 'password'.
fetchmail-6.4.0.beta4/smtp.c:169:77: note: Function 'SMTP_ehlo' argument 5 names different: declaration 'passwd' definition 'password'.
fetchmail-6.4.0.beta4/smtp.c:224:19: style: Function 'SMTP_from' argument 1 names different: declaration 'socket' definition 'sock'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/smtp.h:40:19: note: Function 'SMTP_from' argument 1 names different: declaration 'socket' definition 'sock'.
fetchmail-6.4.0.beta4/smtp.c:224:19: note: Function 'SMTP_from' argument 1 names different: declaration 'socket' definition 'sock'.
fetchmail-6.4.0.beta4/smtp.c:243:19: style: Function 'SMTP_rcpt' argument 1 names different: declaration 'socket' definition 'sock'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/smtp.h:41:19: note: Function 'SMTP_rcpt' argument 1 names different: declaration 'socket' definition 'sock'.
fetchmail-6.4.0.beta4/smtp.c:243:19: note: Function 'SMTP_rcpt' argument 1 names different: declaration 'socket' definition 'sock'.
fetchmail-6.4.0.beta4/smtp.c:255:19: style: Function 'SMTP_data' argument 1 names different: declaration 'socket' definition 'sock'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/smtp.h:42:19: note: Function 'SMTP_data' argument 1 names different: declaration 'socket' definition 'sock'.
fetchmail-6.4.0.beta4/smtp.c:255:19: note: Function 'SMTP_data' argument 1 names different: declaration 'socket' definition 'sock'.
fetchmail-6.4.0.beta4/smtp.c:267:19: style: Function 'SMTP_rset' argument 1 names different: declaration 'socket' definition 'sock'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/smtp.h:44:19: note: Function 'SMTP_rset' argument 1 names different: declaration 'socket' definition 'sock'.
fetchmail-6.4.0.beta4/smtp.c:267:19: note: Function 'SMTP_rset' argument 1 names different: declaration 'socket' definition 'sock'.
fetchmail-6.4.0.beta4/smtp.c:279:19: style: Function 'SMTP_quit' argument 1 names different: declaration 'socket' definition 'sock'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/smtp.h:45:19: note: Function 'SMTP_quit' argument 1 names different: declaration 'socket' definition 'sock'.
fetchmail-6.4.0.beta4/smtp.c:279:19: note: Function 'SMTP_quit' argument 1 names different: declaration 'socket' definition 'sock'.
fetchmail-6.4.0.beta4/smtp.c:291:18: style: Function 'SMTP_eom' argument 1 names different: declaration 'socket' definition 'sock'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/smtp.h:43:18: note: Function 'SMTP_eom' argument 1 names different: declaration 'socket' definition 'sock'.
fetchmail-6.4.0.beta4/smtp.c:291:18: note: Function 'SMTP_eom' argument 1 names different: declaration 'socket' definition 'sock'.
fetchmail-6.4.0.beta4/smtp.c:309:17: style: Function 'SMTP_ok' argument 1 names different: declaration 'socket' definition 'sock'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/smtp.h:46:17: note: Function 'SMTP_ok' argument 1 names different: declaration 'socket' definition 'sock'.
fetchmail-6.4.0.beta4/smtp.c:309:17: note: Function 'SMTP_ok' argument 1 names different: declaration 'socket' definition 'sock'.
fetchmail-6.4.0.beta4/socket.c:222:5: style: Variable 'sock' is reassigned a value before the old one has been used. [redundantAssignment]
fetchmail-6.4.0.beta4/socket.c:216:0: note: Variable 'sock' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/socket.c:222:5: note: Variable 'sock' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/socket.c:422:9: style: The scope of the variable 'n' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/socket.c:447:9: style: The scope of the variable 'n' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/socket.c:420:46: style: Function 'SockWrite' argument 3 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/socket.h:41:46: note: Function 'SockWrite' argument 3 names different: declaration 'size' definition 'len'.
fetchmail-6.4.0.beta4/socket.c:420:46: note: Function 'SockWrite' argument 3 names different: declaration 'size' definition 'len'.
fetchmail-6.4.0.beta4/strstr.c:14:20: style: The scope of the variable 'bp' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/transact.c:1314:6: style: The scope of the variable 'errlen' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/transact.c:1415:9: style: The scope of the variable 'linelen' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/transact.c:1608:12: style: The scope of the variable 'n' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/trio/regression.c:1284:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
fetchmail-6.4.0.beta4/trio/regression.c:1281:3: note: Variable 'rc' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/trio/regression.c:1284:3: note: Variable 'rc' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/trio/regression.c:1295:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
fetchmail-6.4.0.beta4/trio/regression.c:1291:3: note: Variable 'rc' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/trio/regression.c:1295:3: note: Variable 'rc' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/trio/regression.c:1311:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
fetchmail-6.4.0.beta4/trio/regression.c:1308:3: note: Variable 'rc' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/trio/regression.c:1311:3: note: Variable 'rc' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/trio/regression.c:1318:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
fetchmail-6.4.0.beta4/trio/regression.c:1311:3: note: Variable 'rc' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/trio/regression.c:1318:3: note: Variable 'rc' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/trio/regression.c:1323:3: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
fetchmail-6.4.0.beta4/trio/regression.c:1318:3: note: Variable 'rc' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/trio/regression.c:1323:3: note: Variable 'rc' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/trio/regression.c:640:8: style: The scope of the variable 'data' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/trio/trio.c:2325:13: style: Expression is always false because 'else if' condition matches previous condition at line 2322. [multiCondition]
fetchmail-6.4.0.beta4/trio/trio.c:7134:24: warning: Either the condition '0!=(self)' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
fetchmail-6.4.0.beta4/trio/trio.c:7136:10: note: Assuming that condition '0!=(self)' is not redundant
fetchmail-6.4.0.beta4/trio/trio.c:7134:24: note: Null pointer dereference
fetchmail-6.4.0.beta4/trio/trio.c:7172:24: warning: Either the condition '0!=(self)' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
fetchmail-6.4.0.beta4/trio/trio.c:7174:10: note: Assuming that condition '0!=(self)' is not redundant
fetchmail-6.4.0.beta4/trio/trio.c:7172:24: note: Null pointer dereference
fetchmail-6.4.0.beta4/trio/trio.c:7197:21: warning: Either the condition '0!=(self)' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
fetchmail-6.4.0.beta4/trio/trio.c:7201:10: note: Assuming that condition '0!=(self)' is not redundant
fetchmail-6.4.0.beta4/trio/trio.c:7197:21: note: Null pointer dereference
fetchmail-6.4.0.beta4/trio/trio.c:2404:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fetchmail-6.4.0.beta4/trio/trio.c:2410:11: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fetchmail-6.4.0.beta4/trio/trio.c:2414:11: portability: Casting between float* and double* which have an incompatible binary data representation. [invalidPointerCast]
fetchmail-6.4.0.beta4/trio/trio.c:2414:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fetchmail-6.4.0.beta4/trio/trio.c:2423:30: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fetchmail-6.4.0.beta4/trio/trio.c:2433:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fetchmail-6.4.0.beta4/trio/trio.c:2436:29: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fetchmail-6.4.0.beta4/trio/trio.c:6531:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fetchmail-6.4.0.beta4/trio/trio.c:6535:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fetchmail-6.4.0.beta4/trio/trio.c:6539:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fetchmail-6.4.0.beta4/trio/trio.c:6548:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fetchmail-6.4.0.beta4/trio/trio.c:6552:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fetchmail-6.4.0.beta4/trio/trio.c:6556:10: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fetchmail-6.4.0.beta4/trio/trio.c:6641:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fetchmail-6.4.0.beta4/trio/trio.c:6645:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
fetchmail-6.4.0.beta4/trio/trio.c:6649:9: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
fetchmail-6.4.0.beta4/trio/trio.c:6917:7: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fetchmail-6.4.0.beta4/trio/trio.c:6918:7: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fetchmail-6.4.0.beta4/trio/trio.c:1587:35: style: Same expression on both sides of '=='. [duplicateExpression]
fetchmail-6.4.0.beta4/trio/trio.c:1397:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/trio/trio.c:2496:7: style: The scope of the variable 'digitOffset' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/trio/trio.c:2743:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/trio/trio.c:3601:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/trio/trio.c:3602:7: style: The scope of the variable 'width' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/trio/trio.c:4038:7: style: The scope of the variable 'status' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/trio/trio.c:4852:18: style: The scope of the variable 'unused' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/trio/trio.c:5628:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/trio/trio.c:5629:0: style: The scope of the variable 'number' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/trio/trio.c:5793:7: style: The scope of the variable 'k' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/trio/trio.c:6218:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/trio/trio.c:6481:22: style: The scope of the variable 'infinity' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/trio/trio.c:805:12: style: union member 'Anonymous4::doubleNumber' is never used. [unusedStructMember]
fetchmail-6.4.0.beta4/trio/trio.c:4215:59: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
fetchmail-6.4.0.beta4/trio/trio.c:4296:57: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
fetchmail-6.4.0.beta4/trio/trio.c:4374:66: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
fetchmail-6.4.0.beta4/trio/trio.c:4443:60: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
fetchmail-6.4.0.beta4/trio/trio.c:4525:64: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
fetchmail-6.4.0.beta4/trio/trio.c:4619:41: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
fetchmail-6.4.0.beta4/trio/trio.c:4868:35: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
fetchmail-6.4.0.beta4/trio/trio.c:5613:57: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
fetchmail-6.4.0.beta4/trio/trio.c:7393:13: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
fetchmail-6.4.0.beta4/trio/trio.c:7483:13: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
fetchmail-6.4.0.beta4/trio/trio.c:7570:13: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
fetchmail-6.4.0.beta4/trio/trio.c:7639:63: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
fetchmail-6.4.0.beta4/trio/trio.c:7724:13: error: va_list 'unused' used before va_start() was called. [va_list_usedBeforeStarted]
fetchmail-6.4.0.beta4/trio/triostr.c:1147:10: style: The scope of the variable 'count' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/uid_db.c:476:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
fetchmail-6.4.0.beta4/uid_db.c:245:13: style: The scope of the variable 'bit_ndx' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/uid_db.c:321:20: style: The scope of the variable 'want' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/uid_db.c:365:14: style: The scope of the variable 'have' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/uid_db.c:365:20: style: The scope of the variable 'want' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/uid_db.c:390:28: style: The scope of the variable 'rec' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/uid_db.c:392:14: style: The scope of the variable 'ndx' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/uid_db.c:419:27: style: The scope of the variable 'rec' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/uid_db.c:420:14: style: The scope of the variable 'v' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/uid_db.c:420:21: style: The scope of the variable 'bit_ndx' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/uid_db.c:420:30: style: The scope of the variable 'ofs' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/uid_db.c:421:12: style: The scope of the variable 'len' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/uid_db.c:92:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fetchmail-6.4.0.beta4/uid_db.c:97:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fetchmail-6.4.0.beta4/uid_db.c:435:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fetchmail-6.4.0.beta4/unmime.c:406:3: style: Variable 'XferEnc' is reassigned a value before the old one has been used. [redundantAssignment]
fetchmail-6.4.0.beta4/unmime.c:405:3: note: Variable 'XferEnc' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/unmime.c:406:3: note: Variable 'XferEnc' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/unmime.c:445:3: style: Variable 'MimeVer' is reassigned a value before the old one has been used. [redundantAssignment]
fetchmail-6.4.0.beta4/unmime.c:444:3: note: Variable 'MimeVer' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/unmime.c:445:3: note: Variable 'MimeVer' is reassigned a value before the old one has been used.
fetchmail-6.4.0.beta4/unmime.c:272:9: style: The scope of the variable 'p' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/unmime.c:62:25: style: Function 'UnMimeHeader' argument 1 names different: declaration 'buf' definition 'hdr'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/fetchmail.h:651:32: note: Function 'UnMimeHeader' argument 1 names different: declaration 'buf' definition 'hdr'.
fetchmail-6.4.0.beta4/unmime.c:62:25: note: Function 'UnMimeHeader' argument 1 names different: declaration 'buf' definition 'hdr'.
fetchmail-6.4.0.beta4/unmime.c:596:27: style: Function 'UnMimeBodyline' argument 1 names different: declaration 'buf' definition 'bufp'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/fetchmail.h:653:35: note: Function 'UnMimeBodyline' argument 1 names different: declaration 'buf' definition 'bufp'.
fetchmail-6.4.0.beta4/unmime.c:596:27: note: Function 'UnMimeBodyline' argument 1 names different: declaration 'buf' definition 'bufp'.
fetchmail-6.4.0.beta4/unmime.c:596:54: style: Function 'UnMimeBodyline' argument 3 names different: declaration 'issoftline' definition 'softline'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/fetchmail.h:653:61: note: Function 'UnMimeBodyline' argument 3 names different: declaration 'issoftline' definition 'softline'.
fetchmail-6.4.0.beta4/unmime.c:596:54: note: Function 'UnMimeBodyline' argument 3 names different: declaration 'issoftline' definition 'softline'.
fetchmail-6.4.0.beta4/x509_name_match.c:34:9: style: The scope of the variable 'l1' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/x509_name_match.c:34:13: style: The scope of the variable 'l2' can be reduced. [variableScope]
fetchmail-6.4.0.beta4/xmalloc.c:48:27: style: Function 'xstrdup' argument 1 names different: declaration 'src' definition 's'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/xmalloc.h:31:27: note: Function 'xstrdup' argument 1 names different: declaration 'src' definition 's'.
fetchmail-6.4.0.beta4/xmalloc.c:48:27: note: Function 'xstrdup' argument 1 names different: declaration 'src' definition 's'.
fetchmail-6.4.0.beta4/xmalloc.c:67:28: style: Function 'xstrndup' argument 1 names different: declaration 'src' definition 's'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/xmalloc.h:37:28: note: Function 'xstrndup' argument 1 names different: declaration 'src' definition 's'.
fetchmail-6.4.0.beta4/xmalloc.c:67:28: note: Function 'xstrndup' argument 1 names different: declaration 'src' definition 's'.
fetchmail-6.4.0.beta4/xmalloc.c:67:38: style: Function 'xstrndup' argument 2 names different: declaration 'n' definition 'len'. [funcArgNamesDifferent]
fetchmail-6.4.0.beta4/xmalloc.h:37:40: note: Function 'xstrndup' argument 2 names different: declaration 'n' definition 'len'.
fetchmail-6.4.0.beta4/xmalloc.c:67:38: note: Function 'xstrndup' argument 2 names different: declaration 'n' definition 'len'.
[21:45]
ftp://ftp.se.debian.org/debian/pool/main/f/fetchyahoo/fetchyahoo_2.14.7.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fexoticoptions/fexoticoptions_3042.80.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fextremes/fextremes_3042.82.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/feynmf/feynmf_1.08.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/ffc/ffc_2018.1.0.orig.tar.gz.asc
ftp://ftp.se.debian.org/debian/pool/main/f/ffcall/ffcall_2.1.orig.tar.gz.asc
ftp://ftp.se.debian.org/debian/pool/main/f/ffdiaporama/ffdiaporama_2.1+dfsg.orig.tar.gz
ffDiaporama/WIKI/fake/fake.cpp:4:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:3:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:4:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:5:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:4:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:5:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:6:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:5:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:6:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:7:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:6:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:7:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:8:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:7:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:8:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:9:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:8:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:9:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:10:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:9:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:10:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:11:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:10:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:11:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:12:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:11:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:12:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:13:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:12:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:13:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:14:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:13:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:14:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:15:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:14:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:15:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:16:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:15:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:16:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:17:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:16:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:17:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:18:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:17:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:18:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:19:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:18:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:19:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:20:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:19:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:20:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:21:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:20:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:21:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:22:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:21:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:22:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:23:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:22:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:23:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:24:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:23:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:24:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:25:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:24:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:25:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:26:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:25:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:26:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:27:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:26:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:27:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:28:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:27:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:28:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:29:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:28:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:29:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:30:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:29:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:30:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:31:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:30:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:31:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:32:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:31:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:32:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:33:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:32:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:33:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:34:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:33:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:34:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:35:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:34:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:35:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:36:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:35:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:36:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:37:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:36:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:37:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:38:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:37:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:38:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:39:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:38:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:39:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:40:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:39:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:40:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:41:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:40:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:41:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:42:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:41:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:42:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:43:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:42:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:43:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:44:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:43:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:44:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:45:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:44:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:45:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:46:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:45:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:46:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:47:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:46:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:47:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:48:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:47:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:48:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:49:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:48:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:49:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:50:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:49:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:50:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:51:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:50:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:51:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:52:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:51:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:52:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:53:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:52:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:53:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:54:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:53:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:54:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:55:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:54:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:55:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:56:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:55:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:56:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:57:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:56:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:57:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:58:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:57:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:58:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:59:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:58:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:59:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:60:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:59:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:60:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:61:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:60:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:61:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:62:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:61:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:62:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:63:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:62:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:63:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:64:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:63:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:64:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:65:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:64:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:65:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:66:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:65:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:66:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:67:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:66:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:67:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:68:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:67:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:68:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:69:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:68:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:69:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:70:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:69:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:70:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:71:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:70:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:71:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:72:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:71:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:72:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:73:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:72:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:73:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:74:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:73:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:74:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:75:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:74:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:75:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:76:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:75:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:76:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:77:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:76:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:77:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:78:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:77:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:78:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:79:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:78:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:79:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:80:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:79:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:80:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:81:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:80:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:81:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:82:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:81:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:82:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:83:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:82:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:83:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:84:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:83:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:84:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:85:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:84:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:85:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:86:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:85:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:86:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:87:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:86:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:87:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:88:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:87:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:88:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:89:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:88:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:89:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:90:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:89:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:90:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:91:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:90:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:91:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:92:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:91:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:92:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:93:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:92:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:93:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:94:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:93:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:94:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:95:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:94:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:95:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:96:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:95:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:96:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:97:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:96:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:97:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:98:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:97:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:98:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:99:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:98:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:99:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:100:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:99:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:100:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:101:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:100:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:101:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:102:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:101:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:102:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:103:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:102:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:103:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:104:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:103:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:104:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:105:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:104:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:105:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:106:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:105:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:106:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:107:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:106:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:107:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:108:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:107:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:108:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:109:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:108:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:109:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:110:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:109:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:110:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:111:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:110:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:111:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:112:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:111:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:112:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:113:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:112:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:113:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:114:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:113:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:114:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:115:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:114:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:115:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:116:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:115:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:116:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:117:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:116:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:117:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:118:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:117:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:118:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:119:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:118:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:119:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:120:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:119:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:120:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:121:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:120:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:121:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:122:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:121:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:122:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:123:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:122:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:123:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:124:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:123:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:124:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:125:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:124:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:125:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:126:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:125:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:126:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:127:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:126:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:127:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:128:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:127:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:128:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:129:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:128:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:129:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:130:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:129:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:130:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:131:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:130:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:131:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:132:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:131:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:132:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:133:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:132:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:133:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:134:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:133:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:134:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:135:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:134:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:135:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:136:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:135:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:136:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:137:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:136:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:137:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:138:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:137:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:138:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:139:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:138:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:139:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:140:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:139:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:140:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:141:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:140:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:141:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:142:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:141:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:142:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:143:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:142:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:143:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:144:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:143:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:144:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:145:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:144:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:145:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:146:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:145:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:146:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:147:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:146:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:147:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:148:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:147:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:148:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:149:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:148:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:149:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:150:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:149:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:150:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:151:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:150:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:151:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:152:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:151:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:152:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:153:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:152:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:153:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:154:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:153:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:154:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:155:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:154:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:155:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:156:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:155:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:156:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:157:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:156:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:157:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:158:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:157:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:158:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:159:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:158:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:159:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:160:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:159:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:160:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:161:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:160:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:161:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:162:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:161:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:162:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:163:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:162:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:163:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:164:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:163:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:164:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:165:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:164:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:165:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:166:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:165:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:166:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:167:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:166:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:167:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:168:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:167:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:168:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:169:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:168:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:169:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:170:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:169:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:170:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:171:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:170:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:171:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:172:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:171:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:172:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:173:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:172:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:173:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:174:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:173:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:174:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:175:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:174:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:175:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:176:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:175:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:176:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:177:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:176:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:177:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:178:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:177:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:178:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:179:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:178:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:179:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:180:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:179:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:180:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:181:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:180:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:181:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:182:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:181:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:182:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:183:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:182:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:183:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:184:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:183:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:184:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:185:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:184:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:185:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:186:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:185:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:186:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:187:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:186:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:187:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:188:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:187:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:188:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:189:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:188:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:189:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:190:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:189:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:190:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:191:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:190:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:191:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:192:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:191:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:192:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:193:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:192:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:193:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:194:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:193:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:194:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:195:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:194:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:195:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:196:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:195:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:196:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:197:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:196:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:197:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:198:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:197:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:198:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:199:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:198:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:199:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:200:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:199:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:200:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:201:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:200:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:201:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:202:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:201:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:202:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:203:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:202:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:203:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:204:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:203:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:204:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:205:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:204:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:205:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:206:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:205:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:206:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:207:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:206:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:207:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:208:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:207:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:208:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:209:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:208:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:209:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:210:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:209:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:210:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:211:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:210:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:211:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:212:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:211:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:212:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:213:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:212:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:213:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:214:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:213:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:214:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:215:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:214:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:215:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:216:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:215:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:216:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:217:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:216:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:217:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:218:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:217:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:218:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:219:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:218:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:219:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:220:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:219:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:220:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:221:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:220:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:221:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:222:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:221:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:222:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:223:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:222:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:223:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:224:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:223:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:224:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:225:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:224:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:225:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:226:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:225:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:226:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:227:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:226:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:227:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:228:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:227:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:228:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:229:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:228:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:229:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:230:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:229:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:230:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:231:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:230:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:231:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:232:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:231:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:232:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:233:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:232:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:233:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:234:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:233:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:234:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:235:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:234:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:235:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:236:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:235:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:236:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:237:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:236:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:237:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:238:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:237:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:238:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:239:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:238:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:239:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:240:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:239:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:240:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:241:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:240:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:241:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:242:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:241:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:242:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:243:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:242:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:243:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:244:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:243:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:244:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:245:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:244:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:245:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:246:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:245:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:246:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:247:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:246:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:247:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:248:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:247:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:248:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:249:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:248:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:249:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:250:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:249:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:250:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:251:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:250:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:251:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:252:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:251:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:252:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:253:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:252:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:253:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:254:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:253:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:254:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:255:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:254:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:255:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:256:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:255:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:256:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:257:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:256:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:257:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:258:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:257:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:258:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:259:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:258:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:259:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:260:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:259:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:260:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:261:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:260:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:261:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:262:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:261:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:262:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:263:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:262:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:263:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:264:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:263:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:264:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:265:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:264:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:265:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:266:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:265:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:266:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:267:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:266:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:267:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:268:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:267:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:268:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:269:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:268:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:269:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:270:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:269:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:270:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:271:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:270:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:271:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:272:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:271:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:272:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:273:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:272:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:273:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:274:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:273:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:274:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:275:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:274:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:275:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:276:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:275:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:276:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:277:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:276:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:277:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:278:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:277:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:278:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:279:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:278:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:279:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:280:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:279:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:280:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:281:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:280:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:281:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:282:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:281:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:282:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:283:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:282:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:283:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:284:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:283:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:284:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:285:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:284:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:285:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:286:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:285:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:286:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:287:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:286:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:287:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:288:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:287:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:288:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:289:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:288:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:289:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:290:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:289:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:290:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:291:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:290:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:291:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:292:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:291:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:292:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:293:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:292:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:293:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:294:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:293:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:294:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:295:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:294:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:295:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:296:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:295:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:296:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:297:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:296:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:297:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:298:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:297:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:298:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:299:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:298:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:299:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:300:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:299:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:300:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:301:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:300:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:301:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:302:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:301:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:302:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:303:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:302:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:303:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:304:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:303:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:304:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:305:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:304:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:305:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:306:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:305:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:306:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:307:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:306:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:307:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:308:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:307:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:308:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:309:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:308:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:309:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:310:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:309:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:310:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:311:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:310:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:311:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:312:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:311:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:312:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:313:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:312:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:313:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:314:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:313:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:314:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:315:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:314:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:315:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:316:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:315:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:316:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:317:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:316:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:317:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:318:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:317:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:318:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:319:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:318:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:319:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:320:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:319:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:320:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:321:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:320:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:321:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:322:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:321:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:322:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:323:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:322:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:323:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:324:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:323:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:324:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:325:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:324:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:325:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:326:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:325:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:326:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:327:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:326:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:327:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:328:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:327:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:328:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:329:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:328:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:329:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:330:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:329:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:330:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:331:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:330:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:331:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:332:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:331:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:332:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:333:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:332:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:333:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:334:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:333:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:334:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:335:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:334:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:335:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:336:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:335:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:336:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:337:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:336:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:337:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:338:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:337:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:338:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:339:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:338:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:339:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:340:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:339:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:340:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:341:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:340:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:341:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:342:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:341:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:342:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:343:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:342:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:343:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:344:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:343:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:344:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:345:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:344:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:345:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:346:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:345:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:346:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:347:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:346:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:347:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:348:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:347:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:348:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:349:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:348:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:349:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:350:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:349:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:350:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:351:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:350:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:351:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:352:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:351:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:352:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:353:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:352:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:353:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:354:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:353:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:354:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:355:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:354:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:355:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:356:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:355:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:356:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:357:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:356:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:357:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:358:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:357:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:358:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:359:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:358:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:359:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:360:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:359:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:360:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:361:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:360:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:361:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:362:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:361:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:362:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:363:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:362:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:363:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:364:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:363:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:364:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:365:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:364:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:365:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:366:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:365:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:366:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:367:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:366:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:367:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:368:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:367:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:368:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:369:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:368:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:369:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:370:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:369:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:370:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:371:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:370:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:371:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:372:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:371:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:372:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:373:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:372:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:373:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:374:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:373:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:374:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:375:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:374:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:375:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:376:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:375:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:376:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:377:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:376:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:377:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:378:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:377:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:378:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:379:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:378:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:379:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:380:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:379:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:380:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:381:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:380:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:381:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:382:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:381:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:382:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:383:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:382:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:383:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:384:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:383:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:384:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:385:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:384:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:385:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:386:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:385:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:386:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:387:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:386:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:387:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:388:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:387:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:388:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:389:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:388:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:389:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:390:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:389:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:390:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:391:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:390:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:391:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:392:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:391:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:392:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:393:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:392:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:393:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:394:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:393:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:394:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:395:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:394:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:395:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:396:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:395:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:396:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:397:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:396:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:397:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:398:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:397:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:398:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:399:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:398:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:399:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:400:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:399:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:400:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:401:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:400:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:401:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:402:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:401:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:402:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:403:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:402:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:403:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:404:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:403:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:404:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:405:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:404:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:405:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:406:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:405:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:406:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:407:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:406:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:407:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:408:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:407:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:408:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:409:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:408:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:409:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:410:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:409:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:410:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:411:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:410:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:411:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:412:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:411:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:412:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:413:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:412:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:413:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:414:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:413:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:414:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:415:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:414:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:415:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:416:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:415:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:416:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:417:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:416:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:417:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:418:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:417:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:418:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:419:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:418:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:419:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:420:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:419:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:420:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:421:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:420:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:421:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:422:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:421:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:422:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:423:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:422:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:423:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:424:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:423:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:424:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:425:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:424:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:425:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:426:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:425:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:426:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:427:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:426:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:427:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:428:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:427:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:428:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:429:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:428:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:429:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:430:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:429:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:430:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:431:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:430:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:431:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:432:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:431:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:432:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:433:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:432:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:433:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:434:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:433:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:434:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:435:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:434:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:435:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:436:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:435:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:436:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:437:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:436:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:437:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:438:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:437:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:438:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:439:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:438:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:439:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:440:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:439:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:440:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:441:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:440:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:441:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:442:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:441:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:442:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:443:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:442:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:443:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:444:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:443:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:444:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:445:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:444:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:445:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:446:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:445:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:446:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:447:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:446:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:447:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:448:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:447:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:448:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:449:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:448:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:449:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:450:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:449:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:450:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:451:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:450:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:451:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:452:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:451:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:452:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:453:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:452:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:453:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:454:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:453:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:454:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:455:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:454:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:455:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:456:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:455:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:456:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:457:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:456:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:457:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:458:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:457:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:458:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:459:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:458:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:459:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:460:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:459:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:460:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:461:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:460:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:461:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:462:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:461:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:462:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:463:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:462:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:463:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:464:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:463:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:464:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:465:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:464:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:465:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:466:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:465:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:466:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:467:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:466:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:467:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:468:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:467:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:468:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:469:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:468:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:469:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:470:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:469:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:470:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:471:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:470:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:471:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:472:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:471:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:472:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:473:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:472:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:473:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:474:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:473:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:474:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:475:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:474:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:475:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:476:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:475:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:476:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:477:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:476:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:477:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:478:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:477:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:478:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:479:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:478:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:479:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:480:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:479:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:480:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:481:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:480:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:481:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:482:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:481:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:482:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:483:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:482:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:483:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:484:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:483:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:484:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:485:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:484:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:485:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:486:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:485:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:486:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:487:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:486:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:487:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:488:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:487:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:488:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:489:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:488:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:489:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:490:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:489:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:490:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:491:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:490:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:491:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:492:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:491:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:492:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:493:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:492:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:493:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:494:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:493:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:494:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:495:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:494:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:495:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:496:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:495:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:496:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:497:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:496:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:497:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:498:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:497:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:498:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:499:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:498:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:499:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:500:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:499:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:500:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:501:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:500:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:501:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:502:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:501:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:502:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:503:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:502:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:503:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:504:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:503:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:504:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:505:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:504:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:505:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:506:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:505:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:506:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:507:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:506:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:507:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:508:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:507:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:508:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:509:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:508:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:509:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:510:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:509:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:510:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:511:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:510:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:511:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:512:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:511:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:512:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:513:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:512:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:513:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:514:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:513:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:514:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:515:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:514:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:515:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:516:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:515:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:516:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:517:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:516:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:517:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:518:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:517:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:518:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:519:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:518:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:519:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:520:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:519:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:520:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:521:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:520:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:521:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:522:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:521:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:522:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:523:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:522:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:523:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:524:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:523:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:524:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:525:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:524:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:525:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:526:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:525:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:526:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:527:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:526:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:527:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:528:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:527:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:528:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:529:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:528:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:529:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:530:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:529:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:530:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:531:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:530:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:531:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:532:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:531:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:532:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:533:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:532:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:533:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:534:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:533:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:534:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:535:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:534:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:535:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:536:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:535:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:536:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:537:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:536:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:537:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:538:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:537:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:538:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:539:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:538:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:539:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:540:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:539:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:540:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:541:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:540:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:541:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:542:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:541:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:542:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:543:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:542:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:543:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:544:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:543:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:544:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:545:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:544:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:545:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:546:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:545:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:546:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:547:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:546:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:547:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:548:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:547:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:548:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:549:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:548:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:549:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:550:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:549:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:550:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:551:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:550:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:551:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:552:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:551:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:552:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:553:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:552:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:553:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:554:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:553:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:554:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:555:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:554:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:555:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:556:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:555:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:556:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:557:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:556:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:557:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:558:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:557:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:558:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:559:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:558:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:559:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:560:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:559:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:560:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:561:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:560:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:561:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:562:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:561:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:562:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:563:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:562:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:563:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:564:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:563:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:564:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:565:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:564:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:565:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:566:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:565:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:566:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:567:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:566:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:567:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:568:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:567:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:568:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:569:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:568:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:569:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:570:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:569:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:570:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:571:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:570:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:571:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:572:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:571:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:572:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:573:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:572:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:573:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:574:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:573:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:574:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:575:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:574:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:575:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:576:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:575:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:576:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:577:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:576:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:577:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:578:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:577:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:578:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:579:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:578:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:579:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:580:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:579:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:580:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:581:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:580:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:581:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:582:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:581:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:582:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:583:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:582:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:583:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:584:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:583:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:584:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:585:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:584:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:585:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:586:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:585:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:586:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:587:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:586:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:587:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:588:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:587:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:588:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:589:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:588:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:589:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:590:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:589:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:590:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:591:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:590:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:591:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:592:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:591:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:592:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:593:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:592:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:593:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:594:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:593:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:594:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:595:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:594:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:595:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:596:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:595:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:596:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:597:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:596:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:597:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:598:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:597:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:598:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:599:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:598:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:599:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:600:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:599:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:600:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:601:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:600:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:601:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:602:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:601:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:602:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:603:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:602:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:603:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:604:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:603:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:604:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:605:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:604:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:605:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:606:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:605:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:606:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:607:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:606:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:607:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:608:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:607:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:608:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:609:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:608:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:609:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:610:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:609:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:610:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:611:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:610:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:611:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:612:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:611:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:612:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:613:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:612:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:613:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:614:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:613:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:614:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:615:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:614:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:615:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:616:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:615:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:616:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:617:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:616:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:617:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:618:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:617:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:618:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:619:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:618:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:619:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:620:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:619:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:620:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:621:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:620:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:621:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:622:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:621:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:622:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:623:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:622:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:623:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:624:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:623:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:624:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:625:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:624:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:625:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:626:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:625:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:626:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:627:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:626:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:627:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:628:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:627:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:628:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:629:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:628:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:629:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:630:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:629:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:630:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:631:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:630:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:631:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:632:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:631:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:632:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:633:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:632:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:633:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:634:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:633:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:634:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:635:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:634:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:635:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:636:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:635:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:636:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:637:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:636:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:637:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:638:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:637:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:638:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:639:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:638:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:639:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:640:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:639:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:640:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:641:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:640:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:641:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:642:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:641:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:642:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:643:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:642:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:643:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:644:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:643:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:644:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:645:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:644:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:645:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:646:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:645:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:646:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:647:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:646:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:647:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:648:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:647:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:648:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:649:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:648:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:649:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:650:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:649:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:650:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:651:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:650:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:651:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:652:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:651:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:652:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:653:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:652:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:653:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:654:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:653:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:654:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:655:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:654:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:655:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:656:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:655:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:656:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:657:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:656:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:657:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:658:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:657:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:658:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:659:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:658:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:659:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:660:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:659:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:660:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:661:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:660:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:661:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:662:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:661:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:662:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:663:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:662:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:663:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:664:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:663:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:664:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:665:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:664:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:665:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:666:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:665:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:666:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:667:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:666:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:667:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:668:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:667:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:668:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:669:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:668:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:669:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:670:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:669:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:670:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:671:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:670:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:671:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:672:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:671:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:672:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:673:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:672:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:673:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:674:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:673:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:674:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:675:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:674:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:675:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:676:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:675:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:676:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:677:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:676:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:677:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:678:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:677:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:678:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:679:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:678:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:679:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:680:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:679:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:680:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:681:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:680:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:681:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:682:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:681:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:682:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:683:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:682:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:683:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:684:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:683:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:684:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:685:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:684:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:685:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:686:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:685:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:686:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:687:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:686:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:687:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:688:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:687:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:688:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:689:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:688:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:689:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:690:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:689:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:690:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:691:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:690:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:691:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:692:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:691:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:692:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:693:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:692:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:693:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:694:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:693:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:694:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:695:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:694:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:695:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:696:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:695:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:696:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:697:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:696:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:697:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:698:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:697:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:698:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:699:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:698:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:699:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:700:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:699:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:700:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:701:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:700:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:701:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:702:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:701:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:702:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:703:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:702:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:703:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:704:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:703:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:704:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:705:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:704:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:705:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:706:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:705:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:706:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:707:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:706:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:707:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:708:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:707:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:708:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:709:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:708:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:709:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:710:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:709:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:710:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:711:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:710:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:711:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:712:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:711:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:712:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:713:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:712:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:713:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:714:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:713:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:714:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:715:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:714:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:715:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:716:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:715:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:716:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:717:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:716:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:717:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:718:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:717:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:718:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:719:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:718:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:719:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:720:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:719:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:720:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:721:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:720:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:721:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:722:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:721:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:722:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:723:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:722:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:723:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:724:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:723:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:724:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:725:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:724:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:725:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:726:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:725:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:726:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:727:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:726:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:727:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:728:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:727:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:728:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:729:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:728:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:729:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:730:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:729:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:730:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:731:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:730:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:731:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:732:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:731:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:732:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:733:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:732:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:733:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:734:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:733:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:734:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:735:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:734:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:735:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:736:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:735:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:736:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:737:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:736:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:737:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:738:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:737:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:738:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:739:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:738:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:739:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:740:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:739:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:740:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:741:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:740:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:741:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:742:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:741:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:742:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:743:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:742:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:743:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:744:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:743:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:744:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:745:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:744:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:745:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:746:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:745:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:746:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:747:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:746:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:747:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:748:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:747:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:748:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:749:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:748:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:749:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:750:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:749:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:750:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:751:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:750:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:751:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:752:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:751:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:752:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:753:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:752:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:753:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:754:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:753:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:754:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:755:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:754:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:755:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:756:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:755:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:756:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:757:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:756:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:757:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:758:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:757:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:758:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:759:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:758:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:759:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:760:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:759:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:760:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:761:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:760:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:761:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:762:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:761:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:762:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:763:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:762:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:763:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:764:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:763:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:764:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:765:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:764:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:765:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:766:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:765:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:766:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:767:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:766:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:767:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:768:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:767:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:768:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:769:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:768:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:769:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:770:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:769:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:770:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:771:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:770:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:771:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:772:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:771:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:772:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:773:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:772:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:773:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:774:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:773:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:774:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:775:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:774:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:775:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:776:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:775:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:776:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:777:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:776:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:777:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:778:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:777:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:778:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:779:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:778:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:779:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:780:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:779:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:780:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:781:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:780:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:781:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:782:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:781:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:782:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:783:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:782:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:783:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:784:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:783:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:784:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:785:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:784:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:785:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:786:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:785:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:786:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:787:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:786:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:787:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:788:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:787:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:788:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:789:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:788:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:789:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:790:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:789:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:790:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:791:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:790:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:791:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:792:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:791:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:792:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:793:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:792:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:793:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:794:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:793:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:794:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:795:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:794:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:795:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:796:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:795:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:796:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:797:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:796:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:797:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:798:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:797:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:798:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:799:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:798:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:799:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:800:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:799:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:800:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:801:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:800:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:801:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:802:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:801:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:802:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:803:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:802:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:803:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:804:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:803:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:804:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:805:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:804:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:805:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:806:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:805:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:806:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:807:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:806:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:807:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:808:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:807:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:808:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:809:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:808:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:809:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:810:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:809:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:810:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:811:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:810:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:811:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:812:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:811:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:812:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:813:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:812:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:813:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:814:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:813:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:814:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:815:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:814:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:815:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:816:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:815:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:816:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:817:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:816:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:817:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:818:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:817:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:818:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:819:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:818:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:819:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:820:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:819:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:820:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:821:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:820:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:821:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:822:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:821:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:822:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:823:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:822:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:823:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:824:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:823:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:824:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:825:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:824:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:825:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:826:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:825:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:826:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:827:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:826:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:827:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:828:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:827:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:828:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:829:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:828:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:829:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:830:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:829:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:830:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:831:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:830:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:831:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:832:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:831:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:832:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:833:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:832:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:833:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:834:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:833:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:834:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:835:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:834:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:835:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:836:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:835:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:836:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:837:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:836:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:837:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:838:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:837:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:838:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:839:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:838:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:839:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:840:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:839:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:840:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:841:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:840:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:841:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:842:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:841:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:842:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:843:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:842:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:843:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:844:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:843:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:844:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:845:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:844:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:845:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:846:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:845:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:846:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:847:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:846:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:847:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:848:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:847:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:848:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:849:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:848:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:849:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:850:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:849:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:850:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:851:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:850:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:851:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:852:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:851:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:852:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:853:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:852:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:853:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:854:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:853:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:854:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:855:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:854:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:855:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:856:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:855:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:856:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:857:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:856:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:857:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:858:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:857:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:858:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:859:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:858:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:859:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:860:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:859:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:860:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:861:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:860:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:861:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:862:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:861:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:862:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:863:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:862:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:863:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:864:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:863:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:864:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:865:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:864:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:865:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:866:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:865:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:866:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:867:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:866:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:867:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:868:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:867:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:868:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:869:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:868:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:869:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:870:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:869:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:870:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:871:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:870:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:871:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:872:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:871:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:872:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:873:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:872:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:873:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:874:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:873:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:874:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:875:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:874:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:875:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:876:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:875:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:876:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:877:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:876:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:877:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:878:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:877:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:878:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:879:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:878:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:879:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:880:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:879:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:880:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:881:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:880:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:881:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:882:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:881:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:882:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:883:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:882:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:883:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:884:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:883:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:884:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:885:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:884:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:885:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:886:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:885:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:886:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:887:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:886:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:887:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:888:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:887:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:888:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:889:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:888:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:889:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:890:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:889:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:890:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:891:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:890:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:891:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:892:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:891:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:892:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:893:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:892:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:893:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:894:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:893:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:894:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:895:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:894:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:895:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:896:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:895:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:896:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:897:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:896:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:897:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:898:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:897:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:898:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:899:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:898:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:899:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:900:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:899:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:900:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:901:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:900:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:901:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:902:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:901:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:902:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:903:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:902:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:903:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:904:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:903:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:904:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:905:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:904:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:905:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:906:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:905:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:906:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:907:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:906:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:907:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:908:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:907:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:908:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:909:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:908:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:909:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:910:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:909:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:910:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:911:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:910:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:911:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:912:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:911:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:912:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:913:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:912:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:913:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:914:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:913:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:914:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:915:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:914:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:915:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:916:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:915:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:916:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:917:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:916:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:917:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:918:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:917:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:918:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:919:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:918:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:919:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:920:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:919:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:920:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:921:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:920:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:921:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:922:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:921:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:922:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:923:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:922:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:923:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:924:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:923:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:924:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:925:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:924:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:925:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:926:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:925:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:926:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:927:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:926:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:927:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:928:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:927:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:928:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:929:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:928:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:929:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:930:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:929:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:930:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:931:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:930:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:931:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:932:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:931:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:932:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:933:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:932:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:933:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:934:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:933:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:934:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:935:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:934:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:935:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:936:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:935:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:936:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:937:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:936:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:937:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:938:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:937:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:938:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:939:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:938:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:939:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:940:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:939:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:940:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:941:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:940:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:941:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:942:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:941:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:942:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:943:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:942:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:943:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:944:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:943:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:944:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:945:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:944:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:945:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:946:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:945:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:946:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:947:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:946:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:947:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:948:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:947:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:948:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:949:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:948:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:949:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:950:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:949:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:950:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:951:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:950:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:951:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:952:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:951:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:952:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:953:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:952:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:953:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:954:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:953:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:954:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:955:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:954:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:955:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:956:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:955:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:956:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:957:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:956:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:957:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:958:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:957:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:958:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:959:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:958:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:959:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:960:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:959:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:960:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:961:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:960:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:961:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:962:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:961:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:962:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:963:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:962:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:963:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:964:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:963:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:964:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:965:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:964:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:965:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:966:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:965:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:966:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:967:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:966:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:967:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:968:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:967:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:968:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:969:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:968:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:969:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:970:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:969:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:970:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:971:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:970:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:971:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:972:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:971:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:972:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:973:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:972:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:973:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:974:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:973:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:974:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:975:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:974:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:975:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:976:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:975:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:976:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:977:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:976:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:977:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:978:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:977:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:978:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:979:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:978:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:979:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:980:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:979:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:980:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:981:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:980:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:981:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:982:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:981:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:982:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:983:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:982:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:983:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:984:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:983:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:984:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:985:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:984:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:985:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:986:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:985:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:986:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:987:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:986:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:987:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:988:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:987:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:988:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:989:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:988:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:989:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:990:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:989:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:990:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:991:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:990:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:991:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:992:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:991:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:992:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:993:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:992:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:993:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:994:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:993:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:994:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:995:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:994:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:995:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:996:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:995:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:996:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:997:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:996:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:997:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:998:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:997:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:998:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:999:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:998:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:999:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1000:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:999:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1000:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1001:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1000:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1001:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1002:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1001:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1002:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1003:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1002:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1003:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1004:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1003:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1004:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1005:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1004:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1005:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1006:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1005:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1006:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1007:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1006:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1007:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1008:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1007:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1008:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1009:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1008:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1009:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1010:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1009:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1010:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1011:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1010:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1011:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1012:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1011:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1012:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1013:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1012:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1013:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1014:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1013:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1014:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1015:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1014:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1015:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1016:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1015:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1016:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1017:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1016:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1017:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1018:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1017:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1018:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1019:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1018:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1019:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1020:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1019:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1020:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1021:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1020:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1021:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1022:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1021:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1022:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1023:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1022:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1023:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1024:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1023:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1024:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1025:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1024:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1025:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1026:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1025:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1026:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1027:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1026:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1027:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1028:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1027:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1028:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1029:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1028:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1029:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1030:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1029:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1030:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1031:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1030:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1031:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1032:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1031:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1032:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1033:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1032:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1033:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1034:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1033:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1034:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1035:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1034:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1035:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1036:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1035:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1036:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1037:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1036:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1037:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1038:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1037:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1038:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1039:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1038:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1039:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1040:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1039:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1040:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1041:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1040:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1041:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1042:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1041:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1042:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1043:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1042:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1043:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1044:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1043:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1044:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1045:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1044:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1045:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1046:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1045:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1046:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1047:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1046:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1047:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1048:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1047:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1048:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1049:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1048:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1049:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1050:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1049:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1050:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1051:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1050:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1051:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1052:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1051:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1052:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1053:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1052:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1053:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1054:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1053:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1054:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1055:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1054:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1055:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1056:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1055:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1056:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1057:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1056:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1057:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1058:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1057:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1058:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1059:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1058:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1059:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1060:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1059:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1060:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1061:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1060:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1061:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1062:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1061:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1062:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1063:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1062:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1063:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1064:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1063:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1064:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1065:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1064:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1065:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1066:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1065:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1066:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1067:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1066:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1067:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1068:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1067:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1068:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1069:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1068:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1069:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1070:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1069:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1070:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1071:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1070:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1071:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1072:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1071:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1072:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1073:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1072:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1073:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1074:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1073:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1074:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1075:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1074:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1075:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1076:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1075:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1076:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1077:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1076:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1077:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1078:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1077:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1078:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1079:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1078:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1079:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1080:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1079:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1080:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1081:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1080:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1081:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1082:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1081:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1082:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1083:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1082:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1083:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1084:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1083:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1084:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1085:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1084:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1085:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1086:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1085:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1086:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1087:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1086:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1087:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1088:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1087:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1088:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1089:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1088:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1089:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1090:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1089:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1090:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1091:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1090:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1091:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1092:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1091:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1092:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1093:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1092:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1093:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1094:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1093:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1094:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1095:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1094:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1095:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1096:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1095:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1096:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1097:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1096:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1097:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1098:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1097:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1098:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1099:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1098:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1099:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1100:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1099:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1100:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1101:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1100:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1101:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1102:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1101:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1102:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1103:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1102:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1103:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1104:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1103:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1104:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1105:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1104:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1105:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1106:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1105:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1106:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1107:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1106:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1107:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1108:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1107:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1108:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1109:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1108:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1109:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1110:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1109:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1110:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1111:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1110:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1111:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1112:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1111:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1112:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1113:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1112:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1113:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1114:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1113:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1114:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1115:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1114:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1115:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1116:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1115:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1116:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1117:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1116:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1117:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1118:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1117:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1118:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1119:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1118:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1119:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1120:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1119:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1120:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1121:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1120:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1121:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1122:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1121:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1122:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1123:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1122:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1123:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1124:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1123:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1124:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1125:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1124:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1125:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1126:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1125:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1126:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1127:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1126:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1127:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1128:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1127:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1128:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1129:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1128:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1129:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1130:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1129:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1130:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1131:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1130:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1131:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1132:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1131:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1132:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1133:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1132:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1133:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1134:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1133:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1134:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1135:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1134:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1135:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1136:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1135:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1136:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1137:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1136:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1137:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1138:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1137:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1138:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1139:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1138:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1139:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1140:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1139:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1140:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1141:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1140:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1141:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1142:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1141:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1142:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1143:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1142:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1143:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1144:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1143:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1144:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1145:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1144:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1145:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1146:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1145:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1146:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1147:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1146:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1147:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1148:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1147:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1148:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1149:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1148:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1149:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1150:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1149:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1150:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1151:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1150:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1151:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1152:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1151:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1152:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1153:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1152:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1153:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1154:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1153:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1154:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1155:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1154:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1155:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1156:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1155:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1156:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1157:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1156:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1157:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1158:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1157:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1158:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1159:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1158:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1159:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1160:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1159:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1160:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1161:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1160:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1161:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1162:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1161:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1162:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1163:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1162:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1163:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1164:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1163:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1164:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1165:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1164:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1165:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1166:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1165:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1166:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1167:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1166:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1167:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1168:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1167:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1168:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1169:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1168:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1169:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1170:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1169:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1170:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1171:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1170:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1171:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1172:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1171:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1172:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1173:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1172:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1173:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1174:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1173:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1174:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1175:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1174:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1175:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1176:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1175:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1176:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1177:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1176:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1177:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1178:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1177:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1178:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1179:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1178:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1179:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1180:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1179:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1180:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1181:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1180:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1181:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1182:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1181:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1182:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1183:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1182:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1183:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1184:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1183:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1184:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1185:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1184:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1185:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1186:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1185:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1186:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1187:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1186:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1187:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1188:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1187:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1188:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1189:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1188:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1189:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1190:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1189:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1190:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1191:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1190:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1191:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1192:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1191:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1192:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1193:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1192:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1193:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1194:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1193:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1194:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1195:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1194:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1195:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1196:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1195:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1196:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1197:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1196:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1197:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1198:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1197:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1198:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1199:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1198:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1199:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1200:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1199:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1200:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1201:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1200:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1201:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1202:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1201:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1202:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1203:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1202:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1203:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1204:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1203:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1204:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1205:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1204:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1205:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1206:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1205:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1206:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1207:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1206:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1207:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1208:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1207:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1208:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1209:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1208:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1209:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1210:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1209:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1210:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1211:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1210:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1211:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1212:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1211:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1212:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1213:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1212:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1213:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1214:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1213:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1214:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1215:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1214:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1215:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1216:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1215:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1216:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1217:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1216:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1217:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1218:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1217:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1218:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1219:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1218:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1219:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1220:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1219:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1220:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1221:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1220:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1221:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1222:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1221:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1222:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1223:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1222:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1223:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1224:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1223:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1224:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1225:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1224:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1225:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1226:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1225:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1226:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1227:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1226:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1227:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1228:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1227:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1228:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1229:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1228:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1229:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1230:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1229:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1230:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1231:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1230:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1231:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1232:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1231:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1232:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1233:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1232:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1233:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1234:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1233:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1234:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1235:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1234:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1235:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1236:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1235:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1236:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1237:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1236:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1237:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1238:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1237:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1238:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1239:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1238:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1239:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1240:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1239:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1240:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1241:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1240:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1241:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1242:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1241:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1242:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1243:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1242:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1243:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1244:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1243:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1244:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1245:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1244:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1245:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1246:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1245:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1246:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1247:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1246:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1247:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1248:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1247:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1248:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1249:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1248:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1249:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1250:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1249:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1250:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1251:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1250:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1251:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1252:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1251:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1252:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1253:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1252:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1253:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1254:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1253:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1254:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1255:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1254:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1255:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1256:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1255:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1256:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1257:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1256:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1257:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1258:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1257:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1258:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1259:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1258:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1259:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1260:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1259:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1260:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1261:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1260:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1261:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1262:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1261:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1262:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1263:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1262:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1263:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1264:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1263:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1264:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1265:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1264:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1265:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1266:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1265:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1266:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1267:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1266:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1267:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1268:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1267:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1268:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1269:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1268:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1269:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1270:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1269:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1270:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1271:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1270:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1271:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1272:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1271:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1272:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1273:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1272:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1273:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1274:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1273:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1274:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1275:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1274:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1275:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1276:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1275:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1276:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1277:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1276:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1277:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1278:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1277:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1278:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1279:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1278:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1279:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1280:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1279:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1280:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1281:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1280:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1281:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1282:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1281:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1282:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1283:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1282:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1283:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1284:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1283:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1284:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1285:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1284:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1285:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1286:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1285:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1286:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1287:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1286:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1287:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1288:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1287:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1288:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1289:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1288:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1289:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1290:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1289:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1290:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1291:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1290:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1291:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1292:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1291:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1292:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1293:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1292:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1293:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1294:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1293:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1294:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1295:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1294:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1295:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1296:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1295:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1296:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1297:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1296:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1297:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1298:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1297:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1298:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1299:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1298:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1299:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1300:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1299:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1300:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1301:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1300:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1301:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1302:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1301:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1302:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1303:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1302:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1303:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1304:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1303:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1304:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1305:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1304:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1305:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1306:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1305:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1306:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1307:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1306:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1307:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1308:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1307:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1308:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1309:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1308:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1309:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1310:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1309:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1310:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1311:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1310:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1311:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1312:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1311:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1312:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1313:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1312:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1313:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1314:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1313:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1314:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1315:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1314:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1315:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1316:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1315:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1316:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1317:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1316:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1317:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1318:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1317:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1318:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1319:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1318:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1319:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1320:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1319:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1320:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1321:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1320:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1321:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1322:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1321:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1322:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1323:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1322:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1323:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1324:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1323:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1324:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1325:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1324:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1325:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1326:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1325:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1326:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1327:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1326:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1327:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1328:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1327:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1328:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1329:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1328:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1329:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1330:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1329:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1330:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1331:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1330:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1331:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1332:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1331:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1332:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1333:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1332:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1333:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1334:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1333:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1334:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1335:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1334:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1335:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1336:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1335:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1336:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1337:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1336:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1337:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1338:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1337:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1338:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1339:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1338:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1339:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1340:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1339:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1340:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1341:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1340:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1341:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1342:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1341:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1342:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1343:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1342:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1343:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1344:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1343:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1344:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1345:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1344:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1345:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1346:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1345:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1346:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1347:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1346:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1347:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1348:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1347:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1348:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1349:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1348:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1349:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1350:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1349:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1350:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1351:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1350:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1351:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1352:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1351:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1352:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1353:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1352:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1353:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1354:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1353:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1354:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1355:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1354:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1355:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1356:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1355:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1356:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1357:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1356:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1357:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1358:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1357:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1358:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1359:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1358:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1359:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1360:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1359:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1360:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1361:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1360:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1361:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1362:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1361:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1362:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1363:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1362:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1363:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1364:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1363:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1364:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1365:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1364:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1365:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1366:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1365:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1366:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1367:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1366:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1367:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1368:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1367:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1368:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1369:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1368:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1369:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1370:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1369:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1370:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1371:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1370:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1371:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1372:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1371:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1372:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1373:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1372:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1373:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1374:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1373:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1374:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1375:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1374:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1375:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1376:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1375:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1376:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1377:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1376:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1377:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1378:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1377:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1378:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1379:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1378:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1379:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1380:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1379:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1380:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1381:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1380:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1381:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1382:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1381:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1382:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1383:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1382:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1383:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1384:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1383:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1384:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1385:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1384:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1385:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1386:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1385:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1386:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1387:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1386:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1387:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1388:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1387:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1388:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1389:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1388:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1389:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1390:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1389:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1390:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1391:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1390:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1391:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1392:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1391:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1392:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1393:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1392:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1393:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1394:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1393:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1394:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1395:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1394:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1395:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1396:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1395:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1396:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1397:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1396:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1397:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1398:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1397:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1398:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1399:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1398:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1399:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1400:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1399:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1400:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1401:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1400:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1401:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1402:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1401:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1402:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1403:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1402:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1403:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1404:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1403:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1404:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1405:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1404:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1405:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1406:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1405:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1406:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1407:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1406:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1407:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1408:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1407:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1408:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1409:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1408:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1409:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1410:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1409:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1410:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1411:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1410:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1411:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1412:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1411:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1412:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1413:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1412:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1413:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1414:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1413:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1414:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1415:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1414:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1415:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1416:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1415:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1416:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1417:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1416:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1417:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1418:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1417:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1418:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1419:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1418:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1419:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1420:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1419:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1420:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1421:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1420:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1421:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1422:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1421:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1422:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1423:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1422:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1423:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1424:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1423:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1424:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1425:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1424:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1425:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1426:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1425:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1426:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1427:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1426:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1427:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1428:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1427:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1428:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1429:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1428:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1429:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1430:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1429:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1430:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1431:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1430:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1431:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1432:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1431:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1432:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1433:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1432:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1433:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1434:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1433:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1434:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1435:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1434:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1435:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1436:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1435:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1436:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1437:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1436:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1437:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1438:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1437:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1438:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1439:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1438:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1439:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1440:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1439:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1440:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1441:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1440:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1441:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1442:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1441:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1442:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1443:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1442:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1443:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1444:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1443:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1444:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1445:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1444:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1445:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1446:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1445:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1446:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1447:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1446:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1447:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1448:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1447:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1448:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1449:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1448:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1449:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1450:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1449:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1450:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1451:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1450:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1451:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1452:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1451:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1452:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1453:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1452:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1453:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1454:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1453:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1454:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1455:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1454:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1455:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1456:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1455:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1456:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1457:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1456:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1457:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1458:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1457:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1458:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1459:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1458:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1459:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1460:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1459:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1460:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1461:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1460:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1461:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1462:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1461:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1462:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1463:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1462:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1463:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1464:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1463:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1464:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1465:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1464:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1465:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1466:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1465:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1466:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1467:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1466:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1467:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1468:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1467:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1468:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1469:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1468:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1469:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1470:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1469:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1470:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1471:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1470:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1471:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1472:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1471:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1472:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1473:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1472:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1473:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1474:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1473:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1474:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1475:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1474:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1475:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1476:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1475:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1476:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1477:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1476:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1477:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1478:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1477:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1478:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1479:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1478:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1479:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1480:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1479:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1480:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1481:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1480:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1481:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1482:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1481:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1482:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1483:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1482:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1483:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1484:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1483:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1484:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1485:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1484:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1485:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1486:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1485:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1486:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1487:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1486:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1487:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1488:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1487:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1488:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1489:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1488:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1489:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1490:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1489:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1490:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1491:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1490:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1491:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1492:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1491:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1492:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1493:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1492:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1493:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1494:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1493:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1494:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1495:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1494:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1495:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1496:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1495:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1496:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1497:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1496:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1497:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1498:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1497:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1498:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1499:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1498:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1499:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1500:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1499:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1500:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1501:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1500:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1501:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1502:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1501:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1502:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1503:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1502:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1503:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1504:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1503:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1504:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1505:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1504:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1505:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1506:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1505:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1506:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1507:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1506:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1507:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1508:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1507:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1508:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1509:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1508:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1509:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1510:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1509:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1510:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1511:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1510:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1511:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1512:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1511:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1512:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1513:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1512:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1513:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1514:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1513:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1514:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1515:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1514:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1515:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1516:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1515:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1516:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1517:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1516:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1517:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1518:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1517:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1518:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1519:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1518:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1519:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1520:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1519:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1520:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1521:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1520:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1521:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1522:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1521:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1522:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1523:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1522:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1523:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1524:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1523:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1524:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1525:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1524:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1525:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1526:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1525:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1526:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1527:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1526:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1527:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1528:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1527:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1528:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1529:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1528:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1529:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1530:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1529:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1530:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1531:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1530:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1531:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1532:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1531:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1532:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1533:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1532:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1533:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1534:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1533:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1534:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1535:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1534:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1535:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1536:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1535:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1536:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1537:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1536:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1537:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1538:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1537:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1538:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1539:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1538:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1539:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1540:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1539:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1540:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1541:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1540:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1541:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1542:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1541:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1542:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1543:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1542:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1543:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1544:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1543:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1544:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1545:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1544:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1545:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1546:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1545:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1546:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1547:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1546:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1547:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1548:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1547:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1548:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1549:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1548:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1549:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1550:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1549:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1550:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1551:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1550:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1551:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1552:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1551:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1552:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1553:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1552:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1553:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1554:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1553:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1554:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1555:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1554:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1555:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1556:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1555:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1556:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1557:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1556:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1557:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1558:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1557:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1558:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1559:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1558:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1559:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1560:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1559:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1560:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1561:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1560:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1561:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1562:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1561:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1562:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1563:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1562:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1563:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1564:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1563:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1564:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1565:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1564:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1565:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1566:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1565:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1566:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1567:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1566:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1567:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1568:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1567:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1568:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1569:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1568:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1569:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1570:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1569:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1570:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1571:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1570:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1571:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1572:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1571:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1572:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1573:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1572:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1573:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1574:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1573:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1574:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1575:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1574:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1575:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1576:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1575:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1576:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1577:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1576:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1577:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1578:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1577:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1578:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1579:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1578:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1579:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1580:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1579:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1580:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1581:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1580:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1581:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1582:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1581:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1582:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1583:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1582:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1583:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1584:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1583:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1584:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1585:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1584:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1585:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1586:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1585:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1586:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1587:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1586:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1587:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1588:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1587:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1588:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1589:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1588:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1589:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1590:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1589:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1590:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1591:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1590:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1591:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1592:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1591:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1592:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1593:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1592:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1593:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1594:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1593:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1594:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1595:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1594:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1595:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1596:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1595:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1596:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1597:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1596:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1597:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1598:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1597:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1598:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1599:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1598:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1599:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1600:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1599:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1600:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1601:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1600:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1601:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1602:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1601:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1602:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1603:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1602:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1603:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1604:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1603:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1604:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1605:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1604:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1605:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1606:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1605:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1606:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1607:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1606:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1607:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1608:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1607:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1608:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1609:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1608:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1609:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1610:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1609:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1610:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1611:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1610:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1611:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1612:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1611:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1612:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1613:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1612:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1613:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1614:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1613:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1614:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1615:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1614:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1615:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1616:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1615:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1616:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1617:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1616:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1617:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1618:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1617:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1618:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1619:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1618:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1619:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1620:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1619:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1620:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1621:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1620:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1621:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1622:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1621:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1622:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1623:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1622:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1623:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1624:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1623:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1624:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1625:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1624:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1625:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1626:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1625:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1626:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1627:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1626:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1627:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1628:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1627:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1628:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1629:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1628:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1629:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1630:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1629:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1630:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1631:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1630:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1631:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1632:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1631:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1632:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1633:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1632:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1633:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1634:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1633:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1634:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1635:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1634:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1635:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1636:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1635:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1636:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1637:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1636:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1637:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1638:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1637:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1638:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1639:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1638:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1639:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1640:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1639:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1640:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1641:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1640:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1641:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1642:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1641:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1642:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1643:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1642:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1643:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1644:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1643:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1644:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1645:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1644:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1645:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1646:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1645:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1646:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1647:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1646:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1647:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1648:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1647:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1648:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1649:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1648:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1649:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1650:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1649:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1650:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1651:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1650:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1651:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1652:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1651:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1652:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1653:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1652:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1653:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1654:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1653:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1654:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1655:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1654:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1655:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1656:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1655:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1656:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1657:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1656:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1657:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1658:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1657:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1658:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1659:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1658:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1659:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1660:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1659:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1660:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1661:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1660:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1661:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1662:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1661:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1662:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1663:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1662:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1663:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1664:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1663:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1664:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1665:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1664:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1665:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1666:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1665:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1666:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1667:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1666:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1667:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1668:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1667:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1668:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1669:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1668:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1669:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1670:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1669:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1670:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1671:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1670:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1671:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1672:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1671:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1672:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1673:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1672:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1673:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1674:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1673:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1674:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1675:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1674:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1675:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1676:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1675:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1676:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1677:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1676:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1677:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1678:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1677:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1678:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1679:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1678:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1679:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1680:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1679:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1680:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1681:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1680:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1681:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1682:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1681:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1682:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1683:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1682:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1683:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1684:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1683:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1684:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1685:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1684:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1685:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1686:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1685:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1686:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1687:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1686:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1687:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1688:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1687:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1688:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1689:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1688:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1689:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1690:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1689:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1690:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1691:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1690:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1691:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1692:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1691:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1692:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1693:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1692:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1693:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1694:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1693:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1694:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1695:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1694:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1695:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1696:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1695:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1696:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1697:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1696:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1697:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1698:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1697:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1698:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1699:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1698:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1699:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1700:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1699:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1700:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1701:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1700:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1701:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1702:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1701:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1702:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1703:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1702:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1703:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1704:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1703:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1704:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1705:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1704:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1705:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1706:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1705:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1706:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1707:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1706:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1707:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1708:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1707:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1708:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1709:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1708:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1709:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1710:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1709:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1710:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1711:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1710:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1711:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1712:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1711:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1712:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1713:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1712:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1713:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1714:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1713:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1714:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1715:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1714:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1715:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1716:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1715:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1716:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1717:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1716:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1717:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1718:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1717:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1718:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1719:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1718:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1719:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1720:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1719:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1720:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1721:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1720:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1721:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1722:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1721:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1722:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1723:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1722:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1723:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1724:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1723:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1724:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1725:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1724:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1725:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1726:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1725:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1726:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1727:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1726:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1727:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1728:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1727:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1728:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1729:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1728:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1729:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1730:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1729:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1730:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1731:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1730:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1731:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1732:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1731:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1732:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1733:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1732:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1733:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1734:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1733:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1734:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1735:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1734:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1735:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1736:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1735:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1736:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1737:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1736:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1737:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1738:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1737:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1738:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1739:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1738:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1739:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1740:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1739:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1740:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1741:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1740:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1741:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1742:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1741:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1742:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1743:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1742:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1743:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1744:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1743:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1744:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1745:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1744:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1745:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1746:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1745:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1746:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1747:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1746:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1747:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1748:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1747:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1748:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1749:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1748:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1749:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1750:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1749:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1750:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1751:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1750:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1751:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1752:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1751:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1752:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1753:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1752:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1753:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1754:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1753:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1754:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1755:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1754:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1755:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1756:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1755:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1756:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1757:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1756:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1757:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1758:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1757:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1758:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1759:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1758:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1759:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1760:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1759:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1760:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1761:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1760:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1761:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1762:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1761:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1762:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1763:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1762:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1763:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1764:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1763:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1764:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1765:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1764:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1765:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1766:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1765:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1766:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1767:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1766:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1767:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1768:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1767:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1768:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1769:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1768:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1769:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1770:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1769:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1770:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1771:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1770:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1771:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1772:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1771:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1772:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1773:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1772:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1773:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1774:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1773:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1774:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1775:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1774:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1775:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1776:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1775:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1776:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1777:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1776:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1777:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1778:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1777:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1778:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1779:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1778:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1779:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1780:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1779:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1780:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1781:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1780:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1781:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1782:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1781:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1782:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1783:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1782:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1783:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1784:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1783:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1784:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1785:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1784:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1785:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1786:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1785:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1786:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1787:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1786:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1787:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1788:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1787:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1788:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1789:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1788:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1789:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1790:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1789:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1790:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1791:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1790:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1791:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1792:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1791:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1792:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1793:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1792:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1793:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1794:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1793:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1794:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1795:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1794:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1795:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1796:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1795:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1796:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1797:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1796:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1797:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1798:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1797:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1798:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1799:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1798:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1799:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1800:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1799:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1800:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1801:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1800:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1801:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1802:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1801:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1802:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1803:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1802:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1803:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1804:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1803:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1804:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1805:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1804:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1805:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1806:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1805:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1806:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1807:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1806:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1807:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1808:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1807:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1808:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1809:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1808:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1809:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1810:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1809:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1810:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1811:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1810:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1811:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1812:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1811:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1812:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1813:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1812:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1813:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1814:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1813:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1814:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1815:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1814:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1815:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1816:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1815:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1816:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1817:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1816:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1817:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1818:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1817:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1818:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1819:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1818:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1819:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1820:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1819:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1820:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1821:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1820:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1821:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1822:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1821:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1822:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1823:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1822:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1823:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1824:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1823:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1824:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1825:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1824:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1825:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1826:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1825:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1826:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1827:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1826:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1827:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1828:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1827:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1828:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1829:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1828:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1829:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1830:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1829:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1830:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1831:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1830:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1831:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1832:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1831:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1832:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1833:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1832:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1833:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1834:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1833:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1834:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1835:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1834:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1835:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1836:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1835:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1836:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1837:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1836:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1837:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1838:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1837:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1838:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1839:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1838:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1839:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1840:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1839:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1840:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1841:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1840:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1841:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1842:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1841:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1842:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1843:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1842:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1843:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1844:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1843:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1844:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1845:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1844:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1845:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1846:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1845:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1846:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1847:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1846:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1847:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1848:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1847:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1848:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1849:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1848:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1849:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1850:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1849:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1850:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1851:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1850:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1851:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1852:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1851:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1852:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1853:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1852:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1853:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1854:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1853:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1854:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1855:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1854:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1855:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1856:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1855:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1856:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1857:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1856:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1857:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1858:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1857:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1858:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1859:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1858:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1859:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1860:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1859:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1860:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1861:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1860:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1861:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1862:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1861:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1862:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1863:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1862:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1863:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1864:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1863:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1864:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1865:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1864:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1865:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1866:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1865:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1866:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1867:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1866:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1867:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1868:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1867:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1868:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1869:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1868:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1869:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1870:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1869:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1870:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1871:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1870:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1871:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1872:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1871:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1872:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1873:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1872:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1873:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1874:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1873:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1874:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1875:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1874:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1875:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1876:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1875:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1876:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1877:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1876:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1877:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1878:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1877:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1878:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1879:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1878:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1879:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1880:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1879:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1880:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1881:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1880:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1881:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1882:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1881:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1882:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1883:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1882:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1883:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1884:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1883:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1884:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1885:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1884:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1885:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1886:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1885:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1886:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1887:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1886:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1887:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1888:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1887:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1888:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1889:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1888:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1889:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1890:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1889:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1890:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1891:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1890:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1891:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1892:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1891:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1892:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1893:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1892:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1893:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1894:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1893:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1894:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1895:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1894:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1895:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1896:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1895:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1896:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1897:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1896:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1897:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1898:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1897:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1898:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1899:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1898:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1899:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1900:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1899:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1900:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1901:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1900:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1901:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1902:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1901:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1902:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1903:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1902:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1903:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1904:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1903:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1904:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1905:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1904:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1905:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1906:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1905:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1906:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1907:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1906:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1907:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1908:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1907:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1908:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1909:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1908:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1909:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1910:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1909:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1910:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1911:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1910:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1911:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1912:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1911:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1912:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1913:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1912:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1913:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1914:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1913:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1914:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1915:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1914:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1915:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1916:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1915:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1916:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1917:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1916:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1917:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1918:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1917:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1918:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1919:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1918:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1919:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1920:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1919:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1920:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1921:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1920:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1921:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1922:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1921:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1922:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1923:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1922:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1923:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1924:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1923:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1924:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1925:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1924:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1925:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1926:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1925:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1926:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1927:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1926:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1927:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1928:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1927:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1928:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1929:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1928:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1929:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1930:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1929:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1930:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1931:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1930:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1931:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1932:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1931:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1932:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1933:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1932:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1933:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1934:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1933:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1934:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1935:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1934:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1935:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1936:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1935:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1936:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1937:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1936:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1937:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1938:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1937:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1938:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1939:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1938:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1939:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1940:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1939:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1940:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1941:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1940:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1941:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1942:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1941:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1942:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1943:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1942:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1943:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1944:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1943:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1944:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1945:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1944:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1945:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1946:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1945:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1946:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1947:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1946:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1947:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1948:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1947:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1948:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1949:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1948:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1949:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1950:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1949:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1950:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1951:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1950:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1951:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1952:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1951:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1952:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1953:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1952:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1953:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1954:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1953:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1954:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1955:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1954:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1955:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1956:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1955:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1956:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1957:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1956:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1957:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1958:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1957:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1958:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1959:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1958:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1959:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1960:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1959:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1960:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1961:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1960:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1961:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1962:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1961:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1962:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1963:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1962:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1963:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1964:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1963:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1964:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1965:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1964:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1965:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1966:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1965:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1966:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1967:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1966:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1967:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1968:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1967:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1968:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1969:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1968:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1969:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1970:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1969:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1970:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1971:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1970:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1971:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1972:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1971:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1972:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1973:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1972:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1973:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1974:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1973:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1974:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1975:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1974:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1975:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1976:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1975:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1976:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1977:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1976:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1977:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1978:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1977:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1978:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1979:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1978:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1979:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1980:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1979:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1980:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1981:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1980:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1981:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1982:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1981:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1982:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1983:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1982:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1983:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1984:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1983:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1984:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1985:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1984:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1985:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1986:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1985:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1986:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1987:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1986:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1987:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1988:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1987:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1988:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1989:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1988:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1989:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1990:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1989:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1990:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1991:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1990:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1991:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1992:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1991:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1992:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1993:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1992:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1993:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1994:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1993:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1994:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1995:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1994:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1995:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1996:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1995:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1996:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1997:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1996:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1997:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1998:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1997:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1998:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1999:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1998:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:1999:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2000:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:1999:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2000:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2001:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2000:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2001:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2002:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2001:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2002:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2003:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2002:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2003:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2004:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2003:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2004:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2005:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2004:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2005:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2006:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2005:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2006:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2007:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2006:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2007:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2008:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2007:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2008:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2009:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2008:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2009:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2010:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2009:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2010:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2011:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2010:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2011:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2012:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2011:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2012:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2013:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2012:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2013:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2014:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2013:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2014:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2015:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2014:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2015:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2016:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2015:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2016:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2017:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2016:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2017:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2018:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2017:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2018:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2019:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2018:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2019:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2020:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2019:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2020:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2021:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2020:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2021:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2022:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2021:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2022:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2023:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2022:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2023:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2024:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2023:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2024:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2025:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2024:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2025:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2026:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2025:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2026:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2027:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2026:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2027:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2028:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2027:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2028:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2029:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2028:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2029:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2030:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2029:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2030:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2031:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2030:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2031:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2032:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2031:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2032:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2033:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2032:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2033:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2034:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2033:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2034:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2035:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2034:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2035:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2036:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2035:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2036:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2037:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2036:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2037:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2038:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2037:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2038:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2039:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2038:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2039:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2040:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2039:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2040:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2041:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2040:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2041:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2042:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2041:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2042:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2043:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2042:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2043:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2044:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2043:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2044:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2045:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2044:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2045:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2046:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2045:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2046:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2047:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2046:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2047:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2048:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2047:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2048:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2049:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2048:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2049:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2050:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2049:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2050:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2051:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2050:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2051:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2052:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2051:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2052:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2053:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2052:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2053:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2054:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2053:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2054:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2055:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2054:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2055:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2056:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2055:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2056:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2057:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2056:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2057:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2058:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2057:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2058:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2059:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2058:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2059:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2060:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2059:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2060:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2061:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2060:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2061:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2062:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2061:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2062:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2063:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2062:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2063:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2064:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2063:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2064:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2065:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2064:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2065:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2066:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2065:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2066:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2067:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2066:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2067:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2068:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2067:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2068:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2069:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2068:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2069:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2070:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2069:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2070:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2071:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2070:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2071:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2072:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2071:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2072:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2073:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2072:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2073:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2074:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2073:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2074:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2075:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2074:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2075:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2076:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2075:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2076:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2077:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2076:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2077:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2078:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2077:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2078:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2079:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2078:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2079:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2080:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2079:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2080:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2081:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2080:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2081:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2082:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2081:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2082:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2083:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2082:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2083:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2084:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2083:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2084:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2085:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2084:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2085:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2086:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2085:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2086:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2087:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2086:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2087:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2088:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2087:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2088:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2089:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2088:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2089:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2090:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2089:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2090:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2091:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2090:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2091:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2092:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2091:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2092:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2093:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2092:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2093:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2094:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2093:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2094:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2095:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2094:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2095:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2096:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2095:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2096:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2097:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2096:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2097:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2098:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2097:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2098:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2099:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2098:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2099:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2100:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2099:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2100:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2101:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2100:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2101:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2102:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2101:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2102:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2103:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2102:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2103:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2104:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2103:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2104:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2105:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2104:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2105:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2106:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2105:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2106:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2107:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2106:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2107:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2108:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2107:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2108:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2109:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2108:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2109:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2110:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2109:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2110:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2111:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2110:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2111:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2112:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2111:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2112:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2113:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2112:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2113:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2114:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2113:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2114:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2115:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2114:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2115:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2116:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2115:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2116:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2117:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2116:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2117:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2118:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2117:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2118:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2119:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2118:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2119:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2120:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2119:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2120:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2121:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2120:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2121:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2122:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2121:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2122:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2123:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2122:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2123:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2124:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2123:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2124:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2125:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2124:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2125:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2126:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2125:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2126:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2127:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2126:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2127:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2128:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2127:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2128:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2129:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2128:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2129:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2130:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2129:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2130:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2131:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2130:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2131:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2132:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2131:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2132:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2133:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2132:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2133:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2134:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2133:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2134:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2135:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2134:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2135:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2136:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2135:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2136:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2137:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2136:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2137:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2138:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2137:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2138:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2139:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2138:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2139:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2140:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2139:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2140:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2141:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2140:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2141:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2142:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2141:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2142:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2143:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2142:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2143:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2144:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2143:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2144:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2145:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2144:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2145:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2146:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2145:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2146:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2147:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2146:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2147:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2148:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2147:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2148:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2149:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2148:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2149:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2150:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2149:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2150:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2151:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2150:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2151:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2152:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2151:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2152:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2153:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2152:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2153:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2154:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2153:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2154:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2155:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2154:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2155:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2156:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2155:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2156:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2157:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2156:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2157:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2158:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2157:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2158:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2159:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2158:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2159:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2160:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2159:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2160:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2161:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2160:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2161:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2162:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2161:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2162:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2163:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2162:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2163:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2164:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2163:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2164:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2165:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2164:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2165:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2166:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2165:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2166:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2167:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2166:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2167:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2168:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2167:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2168:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2169:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2168:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2169:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2170:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2169:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2170:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2171:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2170:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2171:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2172:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2171:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2172:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2173:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2172:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2173:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2174:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2173:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2174:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2175:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2174:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2175:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2176:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2175:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2176:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2177:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2176:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2177:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2178:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2177:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2178:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2179:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2178:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2179:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2180:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2179:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2180:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2181:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2180:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2181:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2182:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2181:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2182:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2183:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2182:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2183:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2184:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2183:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2184:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2185:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2184:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2185:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2186:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2185:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2186:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2187:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2186:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2187:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2188:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2187:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2188:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2189:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2188:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2189:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2190:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2189:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2190:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2191:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2190:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2191:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2192:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2191:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2192:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2193:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2192:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2193:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2194:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2193:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2194:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2195:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2194:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2195:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2196:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2195:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2196:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2197:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2196:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2197:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2198:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2197:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2198:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2199:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2198:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2199:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2200:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2199:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2200:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2201:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2200:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2201:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2202:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2201:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2202:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2203:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2202:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2203:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2204:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2203:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2204:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2205:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2204:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2205:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2206:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2205:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2206:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2207:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2206:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2207:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2208:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2207:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2208:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2209:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2208:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2209:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2210:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2209:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2210:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2211:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2210:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2211:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2212:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2211:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2212:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2213:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2212:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2213:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2214:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2213:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2214:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2215:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2214:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2215:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2216:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2215:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2216:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2217:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2216:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2217:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2218:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2217:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2218:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2219:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2218:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2219:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2220:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2219:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2220:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2221:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2220:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2221:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2222:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2221:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2222:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2223:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2222:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2223:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2224:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2223:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2224:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2225:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2224:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2225:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2226:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2225:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2226:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2227:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2226:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2227:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2228:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2227:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2228:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2229:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2228:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2229:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2230:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2229:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2230:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2231:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2230:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2231:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2232:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2231:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2232:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2233:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2232:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2233:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2234:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2233:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2234:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2235:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2234:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2235:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2236:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2235:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2236:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2237:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2236:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2237:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2238:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2237:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2238:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2239:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2238:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2239:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2240:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2239:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2240:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2241:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2240:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2241:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2242:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2241:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2242:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2243:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2242:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2243:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2244:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2243:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2244:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2245:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2244:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2245:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2246:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2245:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2246:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2247:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2246:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2247:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2248:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2247:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2248:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2249:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2248:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2249:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2250:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2249:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2250:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2251:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2250:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2251:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2252:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2251:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2252:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2253:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2252:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2253:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2254:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2253:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2254:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2255:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2254:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2255:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2256:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2255:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2256:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2257:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2256:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2257:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2258:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2257:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2258:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2259:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2258:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2259:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2260:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2259:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2260:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2261:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2260:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2261:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2262:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2261:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2262:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2263:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2262:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2263:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2264:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2263:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2264:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2265:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2264:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2265:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2266:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2265:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2266:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2267:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2266:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2267:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2268:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2267:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2268:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2269:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2268:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2269:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2270:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2269:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2270:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2271:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2270:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2271:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2272:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2271:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2272:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2273:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2272:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2273:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2274:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2273:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2274:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2275:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2274:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2275:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2276:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2275:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2276:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2277:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2276:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2277:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2278:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2277:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2278:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2279:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2278:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2279:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2280:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2279:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2280:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2281:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2280:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2281:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2282:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2281:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2282:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2283:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2282:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2283:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2284:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2283:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2284:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2285:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2284:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2285:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2286:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2285:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2286:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2287:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2286:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2287:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2288:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2287:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2288:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2289:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2288:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2289:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2290:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2289:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2290:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2291:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2290:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2291:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2292:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2291:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2292:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2293:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2292:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2293:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2294:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2293:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2294:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2295:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2294:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2295:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2296:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2295:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2296:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2297:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2296:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2297:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2298:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2297:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2298:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2299:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2298:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2299:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2300:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2299:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2300:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2301:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2300:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2301:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2302:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2301:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2302:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2303:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2302:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2303:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2304:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2303:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2304:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2305:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2304:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2305:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2306:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2305:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2306:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2307:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2306:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2307:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2308:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2307:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2308:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2309:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2308:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2309:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2310:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2309:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2310:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2311:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2310:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2311:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2312:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2311:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2312:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2313:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2312:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2313:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2314:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2313:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2314:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2315:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2314:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2315:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2316:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2315:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2316:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2317:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2316:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2317:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2318:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2317:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2318:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2319:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2318:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2319:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2320:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2319:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2320:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2321:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2320:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2321:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2322:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2321:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2322:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2323:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2322:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2323:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2324:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2323:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2324:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2325:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2324:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2325:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2326:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2325:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2326:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2327:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2326:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2327:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2328:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2327:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2328:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2329:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2328:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2329:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2330:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2329:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2330:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2331:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2330:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2331:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2332:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2331:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2332:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2333:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2332:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2333:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2334:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2333:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2334:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2335:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2334:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2335:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2336:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2335:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2336:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2337:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2336:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2337:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2338:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2337:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2338:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2339:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2338:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2339:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2340:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2339:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2340:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2341:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2340:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2341:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2342:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2341:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2342:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2343:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2342:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2343:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2344:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2343:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2344:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2345:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2344:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2345:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2346:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2345:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2346:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2347:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2346:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2347:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2348:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2347:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2348:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2349:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2348:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2349:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2350:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2349:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2350:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2351:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2350:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2351:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2352:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2351:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2352:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2353:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2352:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2353:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2354:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2353:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2354:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2355:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2354:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2355:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2356:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2355:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2356:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2357:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2356:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2357:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2358:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2357:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2358:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2359:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2358:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2359:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2360:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2359:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2360:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2361:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2360:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2361:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2362:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2361:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2362:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2363:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2362:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2363:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2364:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2363:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2364:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2365:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2364:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2365:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2366:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2365:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2366:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2367:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2366:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2367:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2368:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2367:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2368:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2369:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2368:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2369:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2370:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2369:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2370:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2371:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2370:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2371:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2372:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2371:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2372:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2373:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2372:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2373:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2374:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2373:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2374:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2375:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2374:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2375:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2376:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2375:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2376:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2377:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2376:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2377:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2378:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2377:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2378:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2379:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2378:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2379:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2380:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2379:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2380:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2381:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2380:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2381:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2382:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2381:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2382:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2383:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2382:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2383:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2384:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2383:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2384:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2385:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2384:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2385:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2386:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2385:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2386:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2387:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2386:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2387:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2388:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2387:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2388:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2389:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2388:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2389:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2390:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2389:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2390:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2391:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2390:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2391:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2392:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2391:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2392:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2393:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2392:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2393:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2394:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2393:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2394:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2395:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2394:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2395:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2396:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2395:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2396:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2397:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2396:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2397:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2398:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2397:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2398:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2399:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2398:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2399:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2400:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2399:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2400:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2401:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2400:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2401:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2402:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2401:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2402:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2403:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2402:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2403:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2404:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2403:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2404:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2405:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2404:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2405:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2406:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2405:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2406:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2407:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2406:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2407:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2408:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2407:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2408:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2409:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2408:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2409:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2410:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2409:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2410:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2411:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2410:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2411:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2412:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2411:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2412:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2413:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2412:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2413:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2414:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2413:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2414:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2415:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2414:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2415:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2416:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2415:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2416:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2417:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2416:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2417:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2418:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2417:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2418:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2419:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2418:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2419:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2420:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2419:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2420:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2421:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2420:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2421:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2422:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2421:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2422:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2423:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2422:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2423:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2424:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2423:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2424:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2425:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2424:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2425:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2426:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2425:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2426:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2427:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2426:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2427:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2428:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2427:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2428:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2429:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2428:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2429:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2430:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2429:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2430:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2431:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2430:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2431:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2432:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2431:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2432:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2433:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2432:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2433:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2434:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2433:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2434:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2435:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2434:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2435:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2436:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2435:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2436:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2437:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2436:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2437:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2438:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2437:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2438:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2439:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2438:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2439:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2440:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2439:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2440:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2441:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2440:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2441:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2442:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2441:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2442:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2443:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2442:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2443:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2444:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2443:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2444:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2445:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2444:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2445:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2446:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2445:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2446:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2447:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2446:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2447:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2448:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2447:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2448:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2449:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2448:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2449:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2450:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2449:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2450:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2451:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2450:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2451:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2452:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2451:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2452:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2453:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2452:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2453:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2454:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2453:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2454:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2455:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2454:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2455:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2456:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2455:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2456:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2457:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2456:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2457:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2458:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2457:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2458:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2459:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2458:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2459:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2460:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2459:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2460:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2461:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2460:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2461:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2462:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2461:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2462:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2463:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2462:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2463:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2464:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2463:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2464:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2465:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2464:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2465:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2466:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2465:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2466:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2467:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2466:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2467:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2468:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2467:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2468:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2469:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2468:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2469:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2470:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2469:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2470:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2471:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2470:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2471:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2472:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2471:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2472:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2473:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2472:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2473:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2474:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2473:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2474:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2475:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2474:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2475:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2476:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2475:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2476:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2477:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2476:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2477:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2478:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2477:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2478:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2479:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2478:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2479:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2480:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2479:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2480:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2481:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2480:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2481:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2482:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2481:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2482:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2483:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2482:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2483:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2484:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2483:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2484:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2485:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2484:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2485:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2486:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2485:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2486:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2487:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2486:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2487:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2488:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2487:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2488:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2489:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2488:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2489:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2490:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2489:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2490:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2491:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2490:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2491:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2492:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2491:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2492:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2493:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2492:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2493:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2494:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2493:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2494:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2495:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2494:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2495:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2496:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2495:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2496:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2497:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2496:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2497:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2498:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2497:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2498:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2499:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2498:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2499:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2500:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2499:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2500:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2501:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2500:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2501:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2502:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2501:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2502:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2503:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2502:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2503:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2504:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2503:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2504:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2505:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2504:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2505:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2506:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2505:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2506:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2507:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2506:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2507:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2508:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2507:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2508:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2509:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2508:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2509:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2510:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2509:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2510:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2511:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2510:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2511:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2512:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2511:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2512:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2513:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2512:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2513:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2514:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2513:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2514:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2515:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2514:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2515:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2516:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2515:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2516:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2517:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2516:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2517:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2518:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2517:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2518:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2519:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2518:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2519:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2520:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2519:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2520:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2521:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2520:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2521:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2522:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2521:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2522:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2523:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2522:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2523:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2524:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2523:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2524:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2525:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2524:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2525:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2526:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2525:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2526:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2527:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2526:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2527:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2528:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2527:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2528:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2529:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2528:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2529:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2530:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2529:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2530:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2531:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2530:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2531:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2532:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2531:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2532:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2533:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2532:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2533:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2534:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2533:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2534:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2535:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2534:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2535:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2536:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2535:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2536:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2537:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2536:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2537:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2538:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2537:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2538:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2539:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2538:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2539:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2540:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2539:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2540:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2541:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2540:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2541:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2542:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2541:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2542:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2543:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2542:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2543:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2544:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2543:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2544:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2545:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2544:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2545:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2546:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2545:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2546:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2547:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2546:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2547:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2548:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2547:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2548:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2549:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2548:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2549:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2550:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2549:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2550:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2551:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2550:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2551:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2552:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2551:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2552:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2553:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2552:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2553:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2554:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2553:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2554:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2555:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2554:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2555:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2556:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2555:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2556:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2557:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2556:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2557:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2558:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2557:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2558:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2559:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2558:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2559:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2560:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2559:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2560:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2561:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2560:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2561:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2562:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2561:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2562:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2563:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2562:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2563:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2564:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2563:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2564:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2565:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2564:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2565:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2566:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2565:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2566:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2567:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2566:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2567:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2568:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2567:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2568:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2569:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2568:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2569:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2570:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2569:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2570:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2571:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2570:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2571:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2572:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2571:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2572:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2573:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2572:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2573:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2574:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2573:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2574:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2575:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2574:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2575:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2576:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2575:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2576:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2577:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2576:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2577:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2578:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2577:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2578:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2579:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2578:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2579:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2580:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2579:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2580:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2581:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2580:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2581:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2582:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2581:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2582:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2583:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2582:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2583:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2584:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2583:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2584:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2585:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2584:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2585:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2586:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2585:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2586:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2587:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2586:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2587:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2588:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2587:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2588:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2589:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2588:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2589:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2590:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2589:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2590:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2591:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2590:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2591:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2592:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2591:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2592:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2593:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2592:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2593:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2594:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2593:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2594:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2595:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2594:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2595:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2596:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2595:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2596:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2597:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2596:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2597:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2598:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2597:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2598:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2599:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2598:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2599:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2600:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2599:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2600:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2601:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2600:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2601:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2602:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2601:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2602:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2603:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2602:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2603:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2604:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2603:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2604:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2605:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2604:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2605:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2606:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2605:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2606:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2607:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2606:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2607:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2608:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2607:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2608:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2609:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2608:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2609:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2610:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2609:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2610:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2611:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2610:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2611:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2612:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2611:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2612:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2613:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2612:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2613:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2614:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2613:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2614:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2615:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2614:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2615:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2616:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2615:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2616:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2617:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2616:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2617:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2618:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2617:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2618:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2619:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2618:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2619:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2620:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2619:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2620:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2621:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2620:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2621:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2622:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2621:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2622:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2623:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2622:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2623:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2624:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2623:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2624:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2625:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2624:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2625:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2626:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2625:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2626:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2627:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2626:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2627:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2628:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2627:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2628:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2629:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2628:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2629:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2630:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2629:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2630:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2631:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2630:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2631:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2632:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2631:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2632:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2633:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2632:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2633:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2634:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2633:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2634:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2635:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2634:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2635:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2636:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2635:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2636:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2637:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2636:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2637:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2638:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2637:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2638:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2639:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2638:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2639:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2640:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2639:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2640:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2641:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2640:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2641:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2642:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2641:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2642:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2643:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2642:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2643:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2644:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2643:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2644:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2645:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2644:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2645:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2646:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2645:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2646:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2647:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2646:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2647:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2648:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2647:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2648:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2649:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2648:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2649:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2650:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2649:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2650:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2651:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2650:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2651:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2652:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2651:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2652:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2653:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2652:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2653:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2654:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2653:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2654:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2655:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2654:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2655:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2656:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2655:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2656:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2657:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2656:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2657:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2658:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2657:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2658:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2659:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2658:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2659:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2660:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2659:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2660:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2661:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2660:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2661:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2662:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2661:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2662:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2663:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2662:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2663:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2664:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2663:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2664:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2665:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2664:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2665:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2666:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2665:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2666:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2667:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2666:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2667:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2668:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2667:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2668:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2669:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2668:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2669:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2670:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2669:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2670:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2671:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2670:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2671:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2672:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2671:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2672:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2673:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2672:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2673:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2674:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2673:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2674:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2675:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2674:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2675:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2676:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2675:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2676:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2677:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2676:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2677:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2678:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2677:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2678:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2679:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2678:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2679:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2680:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2679:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2680:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2681:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2680:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2681:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2682:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2681:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2682:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2683:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2682:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2683:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2684:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2683:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2684:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2685:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2684:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2685:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2686:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2685:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2686:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2687:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2686:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2687:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2688:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2687:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2688:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2689:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2688:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2689:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2690:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2689:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2690:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2691:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2690:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2691:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2692:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2691:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2692:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2693:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2692:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2693:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2694:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2693:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2694:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2695:2: style: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/WIKI/fake/fake.cpp:2694:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/WIKI/fake/fake.cpp:2695:2: note: Variable 'Str' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/src/WikiMake/main.cpp:329:21: style: Variable 'TR' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/src/WikiMake/main.cpp:328:21: note: Variable 'TR' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/src/WikiMake/main.cpp:329:21: note: Variable 'TR' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/src/WikiMake/main.cpp:76:15: performance: Variable 'Normal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/WikiMake/main.cpp:77:15: performance: Variable 'HTML' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/WikiMake/main.cpp:169:15: performance: Variable 'Normal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/WikiMake/main.cpp:170:15: performance: Variable 'Keep' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/CustomCtrl/_QCustomDialog.cpp:77:50: style: Function 'QCustomDialog' argument 1 names different: declaration 'BaseApplicationConfig' definition 'ApplicationConfig'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/CustomCtrl/_QCustomDialog.h:98:67: note: Function 'QCustomDialog' argument 1 names different: declaration 'BaseApplicationConfig' definition 'ApplicationConfig'.
ffDiaporama/src/ffDiaporama/CustomCtrl/_QCustomDialog.cpp:77:50: note: Function 'QCustomDialog' argument 1 names different: declaration 'BaseApplicationConfig' definition 'ApplicationConfig'.
ffDiaporama/src/ffDiaporama/CustomCtrl/_QCustomDialog.cpp:79:5: performance: Variable 'TypeWindowState' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/CustomCtrl/cCFramingComboBox.cpp:29:24: warning: Member variable 'cCFramingComboBoxItem::ComboBox' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/CustomCtrl/cCFramingComboBox.cpp:67:11: performance: Variable 'Image' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/CustomCtrl/cCShapeComboBox.cpp:32:22: warning: Member variable 'cCShapeComboBoxItem::ComboBox' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/CustomCtrl/cCShapeComboBox.cpp:70:11: performance: Variable 'Image' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/CustomCtrl/cThumbnailComboBox.cpp:26:25: warning: Member variable 'cThumbnailComboBoxItem::ComboBox' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/DlgAppSettings/DlgManageDevices/DlgManageDevices.cpp:376:9: style: Variable 'BitRate' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/src/ffDiaporama/DlgAppSettings/DlgManageDevices/DlgManageDevices.cpp:372:0: note: Variable 'BitRate' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/src/ffDiaporama/DlgAppSettings/DlgManageDevices/DlgManageDevices.cpp:376:9: note: Variable 'BitRate' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/src/ffDiaporama/DlgAppSettings/DlgManageDevices/DlgManageDevices.cpp:423:9: style: Variable 'BitRate' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/src/ffDiaporama/DlgAppSettings/DlgManageDevices/DlgManageDevices.cpp:419:0: note: Variable 'BitRate' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/src/ffDiaporama/DlgAppSettings/DlgManageDevices/DlgManageDevices.cpp:423:9: note: Variable 'BitRate' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/src/ffDiaporama/DlgAutoTitleSlide/DlgAutoTitleSlide.cpp:369:17: style: The scope of the variable 'AddSep' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/DlgAutoTitleSlide/cCustomTitleModelTable.cpp:39:11: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/DlgAutoTitleSlide/cCustomTitleModelTable.cpp:92:25: warning: Member variable 'cCustomTitleModelTable::CurrentSel' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/DlgAutoTitleSlide/cCustomTitleModelTable.cpp:92:25: warning: Member variable 'cCustomTitleModelTable::NbrColumn' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/DlgBackground/DlgBackgroundProperties.cpp:43:68: style: Function 'DlgBackgroundProperties' argument 1 names different: declaration 'DiaporamaObject' definition 'TheDiaporamaObject'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgBackground/DlgBackgroundProperties.h:38:56: note: Function 'DlgBackgroundProperties' argument 1 names different: declaration 'DiaporamaObject' definition 'TheDiaporamaObject'.
ffDiaporama/src/ffDiaporama/DlgBackground/DlgBackgroundProperties.cpp:43:68: note: Function 'DlgBackgroundProperties' argument 1 names different: declaration 'DiaporamaObject' definition 'TheDiaporamaObject'.
ffDiaporama/src/ffDiaporama/DlgChapter/DlgChapter.cpp:186:17: style: The scope of the variable 'AddSep' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/DlgGMapsLocation/DlgGMapsLocation.cpp:607:17: style: The scope of the variable 'AddSep' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/DlgGMapsLocation/DlgGMapsLocation.cpp:34:19: warning: Member variable 'cCustomMapWidget::X' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/DlgGMapsLocation/DlgGMapsLocation.cpp:34:19: warning: Member variable 'cCustomMapWidget::Y' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/DlgImage/DlgImageCorrection.cpp:31:60: style: Function 'DlgImageCorrection' argument 1 names different: declaration 'TheCurrentTextItem' definition 'TheCompoObject'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgImage/DlgImageCorrection.h:58:53: note: Function 'DlgImageCorrection' argument 1 names different: declaration 'TheCurrentTextItem' definition 'TheCompoObject'.
ffDiaporama/src/ffDiaporama/DlgImage/DlgImageCorrection.cpp:31:60: note: Function 'DlgImageCorrection' argument 1 names different: declaration 'TheCurrentTextItem' definition 'TheCompoObject'.
ffDiaporama/src/ffDiaporama/DlgImage/DlgImageCorrection.cpp:31:80: style: Function 'DlgImageCorrection' argument 2 names different: declaration 'BackgroundForm' definition 'TheBackgroundForm'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgImage/DlgImageCorrection.h:58:77: note: Function 'DlgImageCorrection' argument 2 names different: declaration 'BackgroundForm' definition 'TheBackgroundForm'.
ffDiaporama/src/ffDiaporama/DlgImage/DlgImageCorrection.cpp:31:80: note: Function 'DlgImageCorrection' argument 2 names different: declaration 'BackgroundForm' definition 'TheBackgroundForm'.
ffDiaporama/src/ffDiaporama/DlgImage/DlgImageCorrection.cpp:31:116: style: Function 'DlgImageCorrection' argument 3 names different: declaration 'CurrentBrush' definition 'TheCurrentBrush'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgImage/DlgImageCorrection.h:58:110: note: Function 'DlgImageCorrection' argument 3 names different: declaration 'CurrentBrush' definition 'TheCurrentBrush'.
ffDiaporama/src/ffDiaporama/DlgImage/DlgImageCorrection.cpp:31:116: note: Function 'DlgImageCorrection' argument 3 names different: declaration 'CurrentBrush' definition 'TheCurrentBrush'.
ffDiaporama/src/ffDiaporama/DlgImage/DlgImageCorrection.cpp:32:96: style: Function 'DlgImageCorrection' argument 6 names different: declaration 'DefaultSpeedWave' definition 'TheDefaultSpeedWave'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgImage/DlgImageCorrection.h:58:179: note: Function 'DlgImageCorrection' argument 6 names different: declaration 'DefaultSpeedWave' definition 'TheDefaultSpeedWave'.
ffDiaporama/src/ffDiaporama/DlgImage/DlgImageCorrection.cpp:32:96: note: Function 'DlgImageCorrection' argument 6 names different: declaration 'DefaultSpeedWave' definition 'TheDefaultSpeedWave'.
ffDiaporama/src/ffDiaporama/DlgImage/wgt_QEditImage/cImgInteractiveZone.cpp:109:44: style: Same expression on both sides of '||'. [duplicateExpression]
ffDiaporama/src/ffDiaporama/DlgImage/wgt_QEditImage/cImgInteractiveZone.cpp:342:47: style: Function 'ManageCursor' argument 1 names different: declaration 'Pos' definition 'Posi'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgImage/wgt_QEditImage/cImgInteractiveZone.h:87:45: note: Function 'ManageCursor' argument 1 names different: declaration 'Pos' definition 'Posi'.
ffDiaporama/src/ffDiaporama/DlgImage/wgt_QEditImage/cImgInteractiveZone.cpp:342:47: note: Function 'ManageCursor' argument 1 names different: declaration 'Pos' definition 'Posi'.
ffDiaporama/src/ffDiaporama/DlgImage/wgt_QEditImage/cImgInteractiveZone.cpp:36:22: warning: Member variable 'cImgInteractiveZone::MagneticRuler' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/DlgImage/wgt_QEditImage/cImgInteractiveZone.cpp:47:5: performance: Variable 'Move_X' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/DlgImage/wgt_QEditImage/cImgInteractiveZone.cpp:48:5: performance: Variable 'Scale_X' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/DlgImage/wgt_QEditImage/cImgInteractiveZone.cpp:49:5: performance: Variable 'Move_Y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/DlgImage/wgt_QEditImage/cImgInteractiveZone.cpp:50:5: performance: Variable 'Scale_Y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/DlgImage/wgt_QEditImage/cImgInteractiveZone.cpp:52:5: performance: Variable 'SceneRect' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/DlgImage/wgt_QGMapsMap/cCustomLocationTable.cpp:41:17: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/DlgImage/wgt_QGMapsMap/cCustomLocationTable.cpp:49:51: style: Function 'paint' argument 1 names different: declaration 'painter' definition 'Painter'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgImage/wgt_QGMapsMap/cCustomLocationTable.cpp:35:37: note: Function 'paint' argument 1 names different: declaration 'painter' definition 'Painter'.
ffDiaporama/src/ffDiaporama/DlgImage/wgt_QGMapsMap/cCustomLocationTable.cpp:49:51: note: Function 'paint' argument 1 names different: declaration 'painter' definition 'Painter'.
ffDiaporama/src/ffDiaporama/DlgImage/wgt_QGMapsMap/wgt_QGMapsMap.cpp:264:17: style: The scope of the variable 'AddSep' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/DlgManageFavorite/DlgManageFavorite.cpp:40:51: style: Function 'DlgManageFavorite' argument 1 names different: declaration 'Collection' definition 'TheCollection'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgManageFavorite/DlgManageFavorite.h:37:45: note: Function 'DlgManageFavorite' argument 1 names different: declaration 'Collection' definition 'TheCollection'.
ffDiaporama/src/ffDiaporama/DlgManageFavorite/DlgManageFavorite.cpp:40:51: note: Function 'DlgManageFavorite' argument 1 names different: declaration 'Collection' definition 'TheCollection'.
ffDiaporama/src/ffDiaporama/DlgManageStyle/DlgManageStyle.cpp:40:50: style: Function 'DlgManageStyle' argument 1 names different: declaration 'Collection' definition 'TheCollection'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgManageStyle/DlgManageStyle.h:42:47: note: Function 'DlgManageStyle' argument 1 names different: declaration 'Collection' definition 'TheCollection'.
ffDiaporama/src/ffDiaporama/DlgManageStyle/DlgManageStyle.cpp:40:50: note: Function 'DlgManageStyle' argument 1 names different: declaration 'Collection' definition 'TheCollection'.
ffDiaporama/src/ffDiaporama/DlgMusic/DlgMusicProperties.cpp:27:58: style: Function 'DlgMusicProperties' argument 1 names different: declaration 'DiaporamaObject' definition 'TheDiaporamaObject'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgMusic/DlgMusicProperties.h:38:51: note: Function 'DlgMusicProperties' argument 1 names different: declaration 'DiaporamaObject' definition 'TheDiaporamaObject'.
ffDiaporama/src/ffDiaporama/DlgMusic/DlgMusicProperties.cpp:27:58: note: Function 'DlgMusicProperties' argument 1 names different: declaration 'DiaporamaObject' definition 'TheDiaporamaObject'.
ffDiaporama/src/ffDiaporama/DlgRenderVideo/DlgRenderVideo.cpp:571:20: style: Condition 'ExtendH>0' is always false [knownConditionTrueFalse]
ffDiaporama/src/ffDiaporama/DlgRenderVideo/DlgRenderVideo.cpp:566:22: note: Assignment 'ExtendH=0', assigned value is 0
ffDiaporama/src/ffDiaporama/DlgRenderVideo/DlgRenderVideo.cpp:571:20: note: Condition 'ExtendH>0' is always false
ffDiaporama/src/ffDiaporama/DlgRenderVideo/DlgRenderVideo.cpp:571:20: style: Same expression on both sides of '>' because the value of 'ExtendH' and '0' are the same. [duplicateExpression]
ffDiaporama/src/ffDiaporama/DlgRenderVideo/DlgRenderVideo.cpp:566:22: note: 'ExtendH' is assigned value '0' here.
ffDiaporama/src/ffDiaporama/DlgRenderVideo/DlgRenderVideo.cpp:571:20: note: Same expression on both sides of '>' because the value of 'ExtendH' and '0' are the same.
ffDiaporama/src/ffDiaporama/DlgRenderVideo/DlgRenderVideo.cpp:68:44: style: Function 'DlgRenderVideo' argument 1 names different: declaration 'Diaporama' definition 'TheDiaporama'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgRenderVideo/DlgRenderVideo.h:70:41: note: Function 'DlgRenderVideo' argument 1 names different: declaration 'Diaporama' definition 'TheDiaporama'.
ffDiaporama/src/ffDiaporama/DlgRenderVideo/DlgRenderVideo.cpp:68:44: note: Function 'DlgRenderVideo' argument 1 names different: declaration 'Diaporama' definition 'TheDiaporama'.
ffDiaporama/src/ffDiaporama/DlgRenderVideo/DlgRenderVideo.cpp:68:61: style: Function 'DlgRenderVideo' argument 2 names different: declaration 'ExportMode' definition 'TheExportMode'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgRenderVideo/DlgRenderVideo.h:70:55: note: Function 'DlgRenderVideo' argument 2 names different: declaration 'ExportMode' definition 'TheExportMode'.
ffDiaporama/src/ffDiaporama/DlgRenderVideo/DlgRenderVideo.cpp:68:61: note: Function 'DlgRenderVideo' argument 2 names different: declaration 'ExportMode' definition 'TheExportMode'.
ffDiaporama/src/ffDiaporama/DlgSlide/DlgImageComposer.cpp:792:63: style: Function 's_BlockTable_DragDropFiles' argument 1 names different: declaration 'UrlList' definition 'urlList'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/DlgImageComposer.h:68:64: note: Function 's_BlockTable_DragDropFiles' argument 1 names different: declaration 'UrlList' definition 'urlList'.
ffDiaporama/src/ffDiaporama/DlgSlide/DlgImageComposer.cpp:792:63: note: Function 's_BlockTable_DragDropFiles' argument 1 names different: declaration 'UrlList' definition 'urlList'.
ffDiaporama/src/ffDiaporama/DlgSlide/DlgSlideProperties.cpp:1281:65: style: Function 's_BlockTable_DragDropFiles' argument 1 names different: declaration 'UrlList' definition 'urlList'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/DlgSlideProperties.h:110:60: note: Function 's_BlockTable_DragDropFiles' argument 1 names different: declaration 'UrlList' definition 'urlList'.
ffDiaporama/src/ffDiaporama/DlgSlide/DlgSlideProperties.cpp:1281:65: note: Function 's_BlockTable_DragDropFiles' argument 1 names different: declaration 'UrlList' definition 'urlList'.
ffDiaporama/src/ffDiaporama/DlgSlide/cCustomBlockTable.cpp:55:17: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/DlgSlide/cCustomBlockTable.cpp:80:17: style: The scope of the variable 'Position' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/DlgSlide/cCustomBlockTable.cpp:60:47: style: Function 'paint' argument 1 names different: declaration 'painter' definition 'Painter'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/cCustomBlockTable.cpp:47:37: note: Function 'paint' argument 1 names different: declaration 'painter' definition 'Painter'.
ffDiaporama/src/ffDiaporama/DlgSlide/cCustomBlockTable.cpp:60:47: note: Function 'paint' argument 1 names different: declaration 'painter' definition 'Painter'.
ffDiaporama/src/ffDiaporama/DlgSlide/cCustomShotTable.cpp:44:17: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/DlgSlide/cCustomShotTable.cpp:49:46: style: Function 'paint' argument 1 names different: declaration 'painter' definition 'Painter'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/cCustomShotTable.cpp:38:37: note: Function 'paint' argument 1 names different: declaration 'painter' definition 'Painter'.
ffDiaporama/src/ffDiaporama/DlgSlide/cCustomShotTable.cpp:49:46: note: Function 'paint' argument 1 names different: declaration 'painter' definition 'Painter'.
ffDiaporama/src/ffDiaporama/DlgSlide/cCustomShotTable.cpp:215:74: style: Variable 'NbrY' is assigned a value that is never used. [unreadVariable]
ffDiaporama/src/ffDiaporama/DlgSlide/cCustomShotTable.cpp:216:72: style: Variable 'ToUse' is modified but its new value is never used. [unreadVariable]
ffDiaporama/src/ffDiaporama/DlgSlide/cInteractiveZone.cpp:231:9: style: The scope of the variable 'CurSelect' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/DlgSlide/cInteractiveZone.cpp:48:19: warning: Member variable 'cInteractiveZone::DisplayW' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/DlgSlide/cInteractiveZone.cpp:48:19: warning: Member variable 'cInteractiveZone::DisplayH' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/DlgSlide/cInteractiveZone.cpp:48:19: warning: Member variable 'cInteractiveZone::MagneticRuler' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/DlgSlide/cInteractiveZone.cpp:48:19: warning: Member variable 'cInteractiveZone::NbrSelected' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/DlgSlide/cInteractiveZone.cpp:48:19: warning: Member variable 'cInteractiveZone::LockGeometry' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:907:66: style: Function 's_BlockSettings_IntZoneTransformBlocks' argument 1 names different: declaration 'DeltaX' definition 'Move_X'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.h:123:78: note: Function 's_BlockSettings_IntZoneTransformBlocks' argument 1 names different: declaration 'DeltaX' definition 'Move_X'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:907:66: note: Function 's_BlockSettings_IntZoneTransformBlocks' argument 1 names different: declaration 'DeltaX' definition 'Move_X'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:907:79: style: Function 's_BlockSettings_IntZoneTransformBlocks' argument 2 names different: declaration 'DeltaY' definition 'Move_Y'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.h:123:91: note: Function 's_BlockSettings_IntZoneTransformBlocks' argument 2 names different: declaration 'DeltaY' definition 'Move_Y'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:907:79: note: Function 's_BlockSettings_IntZoneTransformBlocks' argument 2 names different: declaration 'DeltaY' definition 'Move_Y'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:907:92: style: Function 's_BlockSettings_IntZoneTransformBlocks' argument 3 names different: declaration 'ScaleX' definition 'Scale_X'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.h:123:104: note: Function 's_BlockSettings_IntZoneTransformBlocks' argument 3 names different: declaration 'ScaleX' definition 'Scale_X'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:907:92: note: Function 's_BlockSettings_IntZoneTransformBlocks' argument 3 names different: declaration 'ScaleX' definition 'Scale_X'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:907:106: style: Function 's_BlockSettings_IntZoneTransformBlocks' argument 4 names different: declaration 'ScaleY' definition 'Scale_Y'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.h:123:117: note: Function 's_BlockSettings_IntZoneTransformBlocks' argument 4 names different: declaration 'ScaleY' definition 'Scale_Y'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:907:106: note: Function 's_BlockSettings_IntZoneTransformBlocks' argument 4 names different: declaration 'ScaleY' definition 'Scale_Y'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:907:120: style: Function 's_BlockSettings_IntZoneTransformBlocks' argument 5 names different: declaration 'Sel_X' definition 'RSel_X'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.h:123:130: note: Function 's_BlockSettings_IntZoneTransformBlocks' argument 5 names different: declaration 'Sel_X' definition 'RSel_X'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:907:120: note: Function 's_BlockSettings_IntZoneTransformBlocks' argument 5 names different: declaration 'Sel_X' definition 'RSel_X'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:907:133: style: Function 's_BlockSettings_IntZoneTransformBlocks' argument 6 names different: declaration 'Sel_Y' definition 'RSel_Y'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.h:123:142: note: Function 's_BlockSettings_IntZoneTransformBlocks' argument 6 names different: declaration 'Sel_Y' definition 'RSel_Y'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:907:133: note: Function 's_BlockSettings_IntZoneTransformBlocks' argument 6 names different: declaration 'Sel_Y' definition 'RSel_Y'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:907:146: style: Function 's_BlockSettings_IntZoneTransformBlocks' argument 7 names different: declaration 'Sel_W' definition 'RSel_W'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.h:123:154: note: Function 's_BlockSettings_IntZoneTransformBlocks' argument 7 names different: declaration 'Sel_W' definition 'RSel_W'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:907:146: note: Function 's_BlockSettings_IntZoneTransformBlocks' argument 7 names different: declaration 'Sel_W' definition 'RSel_W'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:907:159: style: Function 's_BlockSettings_IntZoneTransformBlocks' argument 8 names different: declaration 'Sel_H' definition 'RSel_H'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.h:123:166: note: Function 's_BlockSettings_IntZoneTransformBlocks' argument 8 names different: declaration 'Sel_H' definition 'RSel_H'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:907:159: note: Function 's_BlockSettings_IntZoneTransformBlocks' argument 8 names different: declaration 'Sel_H' definition 'RSel_H'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:927:73: style: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 1 names different: declaration 'DeltaX' definition 'Move_X'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.h:124:85: note: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 1 names different: declaration 'DeltaX' definition 'Move_X'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:927:73: note: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 1 names different: declaration 'DeltaX' definition 'Move_X'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:927:86: style: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 2 names different: declaration 'DeltaY' definition 'Move_Y'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.h:124:98: note: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 2 names different: declaration 'DeltaY' definition 'Move_Y'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:927:86: note: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 2 names different: declaration 'DeltaY' definition 'Move_Y'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:927:99: style: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 3 names different: declaration 'ScaleX' definition 'Scale_X'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.h:124:111: note: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 3 names different: declaration 'ScaleX' definition 'Scale_X'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:927:99: note: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 3 names different: declaration 'ScaleX' definition 'Scale_X'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:927:113: style: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 4 names different: declaration 'ScaleY' definition 'Scale_Y'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.h:124:124: note: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 4 names different: declaration 'ScaleY' definition 'Scale_Y'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:927:113: note: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 4 names different: declaration 'ScaleY' definition 'Scale_Y'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:927:127: style: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 5 names different: declaration 'Sel_X' definition 'RSel_X'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.h:124:137: note: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 5 names different: declaration 'Sel_X' definition 'RSel_X'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:927:127: note: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 5 names different: declaration 'Sel_X' definition 'RSel_X'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:927:140: style: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 6 names different: declaration 'Sel_Y' definition 'RSel_Y'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.h:124:149: note: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 6 names different: declaration 'Sel_Y' definition 'RSel_Y'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:927:140: note: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 6 names different: declaration 'Sel_Y' definition 'RSel_Y'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:927:153: style: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 7 names different: declaration 'Sel_W' definition 'RSel_W'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.h:124:161: note: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 7 names different: declaration 'Sel_W' definition 'RSel_W'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:927:153: note: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 7 names different: declaration 'Sel_W' definition 'RSel_W'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:927:166: style: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 8 names different: declaration 'Sel_H' definition 'RSel_H'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.h:124:173: note: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 8 names different: declaration 'Sel_H' definition 'RSel_H'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:927:166: note: Function 's_BlockSettings_IntZoneDisplayTransformBlocks' argument 8 names different: declaration 'Sel_H' definition 'RSel_H'.
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:31:16: warning: Member variable 'cShotComposer::InteractiveZone' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:31:16: warning: Member variable 'cShotComposer::BlockTable' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:31:16: warning: Member variable 'cShotComposer::ShotTable' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:31:16: warning: Member variable 'cShotComposer::CompositionList' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/DlgSlide/cShotComposer.cpp:31:16: warning: Member variable 'cShotComposer::NbrSelected' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/DlgText/DlgTextEdit.cpp:357:52: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ffDiaporama/src/ffDiaporama/DlgText/DlgTextEdit.cpp:383:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ffDiaporama/src/ffDiaporama/DlgText/DlgTextEdit.cpp:63:68: style: Function 'DlgTextEdit' argument 2 names different: declaration 'CurrentTextItem' definition 'TheCurrentTextItem'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgText/DlgTextEdit.h:46:75: note: Function 'DlgTextEdit' argument 2 names different: declaration 'CurrentTextItem' definition 'TheCurrentTextItem'.
ffDiaporama/src/ffDiaporama/DlgText/DlgTextEdit.cpp:63:68: note: Function 'DlgTextEdit' argument 2 names different: declaration 'CurrentTextItem' definition 'TheCurrentTextItem'.
ffDiaporama/src/ffDiaporama/DlgText/DlgTextEdit.cpp:64:44: style: Function 'DlgTextEdit' argument 4 names different: declaration 'StyleTextCollection' definition 'TheStyleTextCollection'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgText/DlgTextEdit.h:47:51: note: Function 'DlgTextEdit' argument 4 names different: declaration 'StyleTextCollection' definition 'TheStyleTextCollection'.
ffDiaporama/src/ffDiaporama/DlgText/DlgTextEdit.cpp:64:44: note: Function 'DlgTextEdit' argument 4 names different: declaration 'StyleTextCollection' definition 'TheStyleTextCollection'.
ffDiaporama/src/ffDiaporama/DlgText/DlgTextEdit.cpp:64:85: style: Function 'DlgTextEdit' argument 5 names different: declaration 'StyleTextBackgroundCollection' definition 'TheStyleTextBackgroundCollection'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgText/DlgTextEdit.h:47:89: note: Function 'DlgTextEdit' argument 5 names different: declaration 'StyleTextBackgroundCollection' definition 'TheStyleTextBackgroundCollection'.
ffDiaporama/src/ffDiaporama/DlgText/DlgTextEdit.cpp:64:85: note: Function 'DlgTextEdit' argument 5 names different: declaration 'StyleTextBackgroundCollection' definition 'TheStyleTextBackgroundCollection'.
ffDiaporama/src/ffDiaporama/DlgText/DlgTextEdit.cpp:357:39: style: Boolean variable 'Allow_Color2' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
ffDiaporama/src/ffDiaporama/DlgText/cCustomTextEdit.cpp:27:48: style: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'event'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/DlgText/cCustomTextEdit.h:31:44: note: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'event'.
ffDiaporama/src/ffDiaporama/DlgText/cCustomTextEdit.cpp:27:48: note: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'event'.
ffDiaporama/src/ffDiaporama/DlgffDPjrProperties/DlgffDPjrProperties.cpp:330:17: style: The scope of the variable 'AddSep' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/MainWindow/cCustomSlideTable.cpp:925:23: style: Condition 'y>=3*ThumbHeight/4' is always true [knownConditionTrueFalse]
ffDiaporama/src/ffDiaporama/MainWindow/cCustomSlideTable.cpp:78:17: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/MainWindow/cCustomSlideTable.cpp:682:6: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/MainWindow/cCustomSlideTable.cpp:693:33: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/MainWindow/cCustomSlideTable.cpp:697:10: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/MainWindow/cCustomSlideTable.cpp:979:6: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/MainWindow/cCustomSlideTable.cpp:996:6: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/MainWindow/cCustomSlideTable.cpp:378:25: style: The scope of the variable 'DrawInTransition' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/MainWindow/cCustomSlideTable.cpp:379:25: style: The scope of the variable 'DrawOutCut' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/MainWindow/cCustomSlideTable.cpp:380:25: style: The scope of the variable 'DrawPause' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/MainWindow/cCustomSlideTable.cpp:106:48: style: Function 'paint' argument 1 names different: declaration 'painter' definition 'Painter'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/MainWindow/cCustomSlideTable.cpp:72:37: note: Function 'paint' argument 1 names different: declaration 'painter' definition 'Painter'.
ffDiaporama/src/ffDiaporama/MainWindow/cCustomSlideTable.cpp:106:48: note: Function 'paint' argument 1 names different: declaration 'painter' definition 'Painter'.
ffDiaporama/src/ffDiaporama/MainWindow/cCustomSlideTable.cpp:903:60: style: Function 'mouseDoubleClickEvent' argument 1 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/MainWindow/cCustomSlideTable.h:78:53: note: Function 'mouseDoubleClickEvent' argument 1 names different: declaration 'ev' definition 'event'.
ffDiaporama/src/ffDiaporama/MainWindow/cCustomSlideTable.cpp:903:60: note: Function 'mouseDoubleClickEvent' argument 1 names different: declaration 'ev' definition 'event'.
ffDiaporama/src/ffDiaporama/MainWindow/cCustomSlideTable.cpp:932:49: style: Function 'wheelEvent' argument 1 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/MainWindow/cCustomSlideTable.h:79:42: note: Function 'wheelEvent' argument 1 names different: declaration 'ev' definition 'event'.
ffDiaporama/src/ffDiaporama/MainWindow/cCustomSlideTable.cpp:932:49: note: Function 'wheelEvent' argument 1 names different: declaration 'ev' definition 'event'.
ffDiaporama/src/ffDiaporama/MainWindow/mainwindow.cpp:391:51: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/MainWindow/mainwindow.cpp:392:52: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/MainWindow/mainwindow.cpp:393:51: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/MainWindow/mainwindow.cpp:394:51: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/MainWindow/mainwindow.cpp:1560:62: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/MainWindow/mainwindow.cpp:227:9: style: The scope of the variable 'Cur' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/MainWindow/mainwindow.cpp:513:10: style: The scope of the variable 'Find' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/MainWindow/mainwindow.cpp:2244:13: style: The scope of the variable 'ChapterNum' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/MainWindow/mainwindow.cpp:2254:18: style: The scope of the variable 'IsOk' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/MainWindow/mainwindow.cpp:1908:17: style: Variable 'Ret' is assigned a value that is never used. [unreadVariable]
ffDiaporama/src/ffDiaporama/MainWindow/mainwindow.cpp:2095:9: error: Uninitialized variable: ok1 [uninitvar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:864:9: style: Condition 'RecalcAspectRatio' is always true [knownConditionTrueFalse]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:851:35: note: Assignment 'RecalcAspectRatio=true', assigned value is 1
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:864:9: note: Condition 'RecalcAspectRatio' is always true
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:121:17: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:1493:17: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:1518:25: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:1572:35: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:1756:14: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:1837:45: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:1839:18: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:1933:51: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:2071:127: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:2072:130: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:2549:76: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:2857:26: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:2866:28: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:2870:55: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:2874:35: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:2878:37: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:2615:16: style: The scope of the variable 'Opacity' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:244:44: style: Function 'cCompositionObject' argument 1 names different: declaration 'TypeComposition' definition 'TheTypeComposition'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.h:191:48: note: Function 'cCompositionObject' argument 1 names different: declaration 'TypeComposition' definition 'TheTypeComposition'.
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:244:44: note: Function 'cCompositionObject' argument 1 names different: declaration 'TypeComposition' definition 'TheTypeComposition'.
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:244:67: style: Function 'cCompositionObject' argument 2 names different: declaration 'IndexKey' definition 'TheIndexKey'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.h:191:68: note: Function 'cCompositionObject' argument 2 names different: declaration 'IndexKey' definition 'TheIndexKey'.
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:244:67: note: Function 'cCompositionObject' argument 2 names different: declaration 'IndexKey' definition 'TheIndexKey'.
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:972:83: style: Function 'DrawCompositionObject' argument 2 names different: declaration 'Painter' definition 'DestPainter'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.h:197:82: note: Function 'DrawCompositionObject' argument 2 names different: declaration 'Painter' definition 'DestPainter'.
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:972:83: note: Function 'DrawCompositionObject' argument 2 names different: declaration 'Painter' definition 'DestPainter'.
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:973:143: style: Function 'DrawCompositionObject' argument 11 names different: declaration 'PreviousCompositionObject' definition 'PrevCompoObject'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.h:198:134: note: Function 'DrawCompositionObject' argument 11 names different: declaration 'PreviousCompositionObject' definition 'PrevCompoObject'.
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:973:143: note: Function 'DrawCompositionObject' argument 11 names different: declaration 'PreviousCompositionObject' definition 'PrevCompoObject'.
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:1394:50: style: Function 'cDiaporamaShot' argument 1 names different: declaration 'Parent' definition 'DiaporamaObject'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.h:258:62: note: Function 'cDiaporamaShot' argument 1 names different: declaration 'Parent' definition 'DiaporamaObject'.
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:1394:50: note: Function 'cDiaporamaShot' argument 1 names different: declaration 'Parent' definition 'DiaporamaObject'.
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:1437:48: style: Function 'cDiaporamaObject' argument 1 names different: declaration 'Parent' definition 'Diaporama'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.h:317:58: note: Function 'cDiaporamaObject' argument 1 names different: declaration 'Parent' definition 'Diaporama'.
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:1437:48: note: Function 'cDiaporamaObject' argument 1 names different: declaration 'Parent' definition 'Diaporama'.
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:1990:44: style: Function 'cDiaporama' argument 1 names different: declaration 'ApplicationConfig' definition 'TheApplicationConfig'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.h:442:60: note: Function 'cDiaporama' argument 1 names different: declaration 'ApplicationConfig' definition 'TheApplicationConfig'.
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:1990:44: note: Function 'cDiaporama' argument 1 names different: declaration 'ApplicationConfig' definition 'TheApplicationConfig'.
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:2261:40: style: Function 'PrepareBackground' argument 1 names different: declaration 'ObjectIndex' definition 'Index'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.h:453:51: note: Function 'PrepareBackground' argument 1 names different: declaration 'ObjectIndex' definition 'Index'.
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:2261:40: note: Function 'PrepareBackground' argument 1 names different: declaration 'ObjectIndex' definition 'Index'.
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:2975:130: style: Function 'cDiaporamaObjectInfo' argument 4 names different: declaration 'FrameDuration' definition 'TheFrameDuration'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.h:401:112: note: Function 'cDiaporamaObjectInfo' argument 4 names different: declaration 'FrameDuration' definition 'TheFrameDuration'.
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:2975:130: note: Function 'cDiaporamaObjectInfo' argument 4 names different: declaration 'FrameDuration' definition 'TheFrameDuration'.
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.h:52:5: warning: Member variable 'cAutoFramingDef::GeometryType' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.h:52:5: warning: Member variable 'cAutoFramingDef::IsInternal' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:63:28: warning: Member variable 'cCompositionObjectContext::VideoPosition' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:63:28: warning: Member variable 'cCompositionObjectContext::StartPosToAdd' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:63:28: warning: Member variable 'cCompositionObjectContext::BlockPctDone' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:63:28: warning: Member variable 'cCompositionObjectContext::ImagePctDone' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:63:28: warning: Member variable 'cCompositionObjectContext::TheX' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:63:28: warning: Member variable 'cCompositionObjectContext::TheY' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:63:28: warning: Member variable 'cCompositionObjectContext::TheW' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:63:28: warning: Member variable 'cCompositionObjectContext::TheH' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:63:28: warning: Member variable 'cCompositionObjectContext::TheRotateZAxis' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:63:28: warning: Member variable 'cCompositionObjectContext::TheRotateXAxis' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:63:28: warning: Member variable 'cCompositionObjectContext::TheRotateYAxis' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:63:28: warning: Member variable 'cCompositionObjectContext::TheTxtZoomLevel' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:63:28: warning: Member variable 'cCompositionObjectContext::TheTxtScrollX' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:63:28: warning: Member variable 'cCompositionObjectContext::TheTxtScrollY' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:63:28: warning: Member variable 'cCompositionObjectContext::X' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:63:28: warning: Member variable 'cCompositionObjectContext::Y' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:63:28: warning: Member variable 'cCompositionObjectContext::W' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:63:28: warning: Member variable 'cCompositionObjectContext::H' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:63:28: warning: Member variable 'cCompositionObjectContext::DestOpacity' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:2929:23: warning: Member variable 'cDiaporamaObjectInfo::TransitionFamilly' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:2929:23: warning: Member variable 'cDiaporamaObjectInfo::TransitionSubType' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:2929:23: warning: Member variable 'cDiaporamaObjectInfo::TransitionDuration' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:77:72: performance: Variable 'SourceFileName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:77:109: performance: Variable 'DestFileName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/_Variables.h:55:61: performance: Variable 'Normal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/_Variables.h:55:82: performance: Variable 'HTML' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.h:404:10: performance: Technically the member function 'cDiaporamaObjectInfo::ComputeIsShotStatic' can be static. [functionStatic]
ffDiaporama/src/ffDiaporama/engine/_Diaporama.cpp:3263:28: note: Technically the member function 'cDiaporamaObjectInfo::ComputeIsShotStatic' can be static.
ffDiaporama/src/ffDiaporama/engine/_Diaporama.h:404:10: note: Technically the member function 'cDiaporamaObjectInfo::ComputeIsShotStatic' can be static.
ffDiaporama/src/ffDiaporama/engine/cDriveList.h:57:5: style: Class 'cDriveList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffDiaporama/src/ffDiaporama/engine/_StyleDefinitions.h:61:5: style: Class 'cStyleCollectionItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:119:5: style: Class 'cBaseMediaFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:468:5: style: Class 'cMusicObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffDiaporama/src/ffDiaporama/engine/_Variables.h:34:5: style: Class 'cVariableItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:161:29: style: The function 'GetFileTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:143:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:161:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:162:29: style: The function 'LoadBasicInformationFromDatabase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:126:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:162:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:163:29: style: The function 'SaveBasicInformationToDatabase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:127:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:163:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:164:30: style: The function 'GetDefaultTypeIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:138:30: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:164:30: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:165:29: style: The function 'GetTechInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:147:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:165:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:166:29: style: The function 'GetTAGInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:148:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:166:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:176:29: style: The function 'GetFileTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:143:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:176:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:177:29: style: The function 'LoadBasicInformationFromDatabase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:126:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:177:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:178:29: style: The function 'SaveBasicInformationToDatabase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:127:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:178:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:179:29: style: The function 'GetChildFullInformationFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:135:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:179:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:180:30: style: The function 'GetDefaultTypeIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:138:30: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:180:30: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:181:29: style: The function 'GetTechInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:147:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:181:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:182:29: style: The function 'GetTAGInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:148:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:182:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:211:29: style: The function 'GetFileTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:143:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:211:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:212:29: style: The function 'LoadBasicInformationFromDatabase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:126:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:212:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:213:29: style: The function 'SaveBasicInformationToDatabase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:127:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:213:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:214:29: style: The function 'GetChildFullInformationFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:135:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:214:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:215:30: style: The function 'GetDefaultTypeIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:138:30: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:215:30: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:217:29: style: The function 'GetTechInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:147:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:217:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:218:29: style: The function 'GetTAGInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:148:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:218:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:220:29: style: The function 'SaveToXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:129:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:220:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:221:29: style: The function 'LoadFromXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:128:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:221:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:234:29: style: The function 'CheckFormatValide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:133:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:234:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:235:29: style: The function 'GetInformationFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:132:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:235:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:236:30: style: The function 'ImageAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:124:30: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:236:30: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:237:29: style: The function 'GetFileTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:143:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:237:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:238:29: style: The function 'LoadBasicInformationFromDatabase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:126:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:238:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:239:29: style: The function 'SaveBasicInformationToDatabase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:127:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:239:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:240:29: style: The function 'GetChildFullInformationFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:135:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:240:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:241:30: style: The function 'GetDefaultTypeIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:138:30: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:241:30: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:242:29: style: The function 'GetTechInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:147:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:242:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:243:29: style: The function 'GetTAGInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:148:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:243:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:254:29: style: The function 'FileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:122:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:254:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:255:29: style: The function 'ShortName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:123:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:255:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:256:29: style: The function 'GetFileTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:237:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:256:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:257:30: style: The function 'GetDefaultTypeIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:241:30: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:257:30: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:259:29: style: The function 'GetInformationFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:235:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:259:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:260:29: style: The function 'LoadBasicInformationFromDatabase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:238:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:260:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:261:29: style: The function 'SaveBasicInformationToDatabase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:239:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:261:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:262:29: style: The function 'GetChildFullInformationFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:240:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:262:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:263:29: style: The function 'GetSummaryText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:146:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:263:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:265:29: style: The function 'LoadFromXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:128:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:265:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:266:29: style: The function 'SaveToXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:129:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:266:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:313:29: style: The function 'SaveToXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:266:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:313:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:315:29: style: The function 'GetFileTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:256:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:315:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:316:30: style: The function 'GetDefaultTypeIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:257:30: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:316:30: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:318:30: style: The function 'ImageAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:236:30: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:318:30: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:320:29: style: The function 'GetInformationFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:259:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:320:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:321:29: style: The function 'LoadBasicInformationFromDatabase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:260:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:321:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:322:29: style: The function 'SaveBasicInformationToDatabase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:261:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:322:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:323:29: style: The function 'GetChildFullInformationFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:262:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:323:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:324:29: style: The function 'GetTechInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:242:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:324:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:325:29: style: The function 'GetTAGInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:243:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:325:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:326:29: style: The function 'GetSummaryText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:263:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:326:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:395:29: style: The function 'GetFileTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:143:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:395:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:396:29: style: The function 'LoadBasicInformationFromDatabase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:126:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:396:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:397:29: style: The function 'SaveBasicInformationToDatabase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:127:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:397:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:398:29: style: The function 'CheckFormatValide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:133:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:398:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:399:29: style: The function 'GetChildFullInformationFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:135:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:399:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:400:30: style: The function 'GetDefaultTypeIcon' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:138:30: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:400:30: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:402:29: style: The function 'GetTechInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:147:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:402:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:403:29: style: The function 'GetTAGInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:148:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:403:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:470:29: style: The function 'CheckFormatValide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:398:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:470:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:471:29: style: The function 'SaveToXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:129:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:471:29: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/_SDL_Support.h:50:22: style: The function 'DetachFirstPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.h:56:22: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/_SDL_Support.h:50:22: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/_SDL_Support.h:51:21: style: The function 'AppendPacket' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.h:64:21: note: Virtual function in base class
ffDiaporama/src/ffDiaporama/engine/_SDL_Support.h:51:21: note: Function in derived class
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:1180:13: style: The scope of the variable 'errcode' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:1178:40: style: Function 'EncodeVideo' argument 1 names different: declaration 'ImageList' definition 'SrcImage'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.h:128:41: note: Function 'EncodeVideo' argument 1 names different: declaration 'ImageList' definition 'SrcImage'.
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:1178:40: note: Function 'EncodeVideo' argument 1 names different: declaration 'ImageList' definition 'SrcImage'.
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:81:15: warning: Member variable 'cEncodeVideo::InterleaveFrame' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:81:15: warning: Member variable 'cEncodeVideo::FromSlide' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:81:15: warning: Member variable 'cEncodeVideo::ToSlide' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:81:15: warning: Member variable 'cEncodeVideo::NbrFrame' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:81:15: warning: Member variable 'cEncodeVideo::VideoBitrate' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:81:15: warning: Member variable 'cEncodeVideo::VideoCodecSubId' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:81:15: warning: Member variable 'cEncodeVideo::ImageDef' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:81:15: warning: Member variable 'cEncodeVideo::VideoFrameNbr' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:81:15: warning: Member variable 'cEncodeVideo::AudioChannels' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:81:15: warning: Member variable 'cEncodeVideo::AudioBitrate' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:81:15: warning: Member variable 'cEncodeVideo::AudioSampleRate' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:81:15: warning: Member variable 'cEncodeVideo::AudioCodecSubId' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:81:15: warning: Member variable 'cEncodeVideo::AudioFrameNbr' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:81:15: warning: Member variable 'cEncodeVideo::AudioResamplerBufferSize' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:81:15: warning: Member variable 'cEncodeVideo::RenderedFrame' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:81:15: warning: Member variable 'cEncodeVideo::Column' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:81:15: warning: Member variable 'cEncodeVideo::ColumnStart' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:81:15: warning: Member variable 'cEncodeVideo::AdjustedDuration' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.h:118:21: performance: Technically the member function 'cEncodeVideo::getThreadFlags' can be static. [functionStatic]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:185:19: note: Technically the member function 'cEncodeVideo::getThreadFlags' can be static.
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.h:118:21: note: Technically the member function 'cEncodeVideo::getThreadFlags' can be static.
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.h:124:21: performance: Technically the member function 'cEncodeVideo::AdjustMETA' can be static. [functionStatic]
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.cpp:710:23: note: Technically the member function 'cEncodeVideo::AdjustMETA' can be static.
ffDiaporama/src/ffDiaporama/engine/_EncodeVideo.h:124:21: note: Technically the member function 'cEncodeVideo::AdjustMETA' can be static.
ffDiaporama/src/ffDiaporama/engine/_GlobalDefines.cpp:239:16: style: Condition 'cpuCount<1' is always false [knownConditionTrueFalse]
ffDiaporama/src/ffDiaporama/engine/_GlobalDefines.cpp:230:18: note: Assignment 'cpuCount=1', assigned value is 1
ffDiaporama/src/ffDiaporama/engine/_GlobalDefines.cpp:239:16: note: Condition 'cpuCount<1' is always false
ffDiaporama/src/ffDiaporama/engine/_GlobalDefines.cpp:239:16: style: Same expression on both sides of '<' because the value of 'cpuCount' and '1' are the same. [duplicateExpression]
ffDiaporama/src/ffDiaporama/engine/_GlobalDefines.cpp:230:18: note: 'cpuCount' is assigned value '1' here.
ffDiaporama/src/ffDiaporama/engine/_GlobalDefines.cpp:239:16: note: Same expression on both sides of '<' because the value of 'cpuCount' and '1' are the same.
ffDiaporama/src/ffDiaporama/engine/_Model.cpp:55:66: style: Function 'PrepareImage' argument 2 names different: declaration 'Diaporama' definition 'DiaporamaToUse'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/_Model.h:63:71: note: Function 'PrepareImage' argument 2 names different: declaration 'Diaporama' definition 'DiaporamaToUse'.
ffDiaporama/src/ffDiaporama/engine/_Model.cpp:55:66: note: Function 'PrepareImage' argument 2 names different: declaration 'Diaporama' definition 'DiaporamaToUse'.
ffDiaporama/src/ffDiaporama/engine/_Model.cpp:34:11: performance: Variable 'FileName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/_Model.cpp:35:11: performance: Variable 'ThumbnailSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/_Model.cpp:36:5: performance: Variable 'Name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/_Model.cpp:267:11: performance: Variable 'ProjectGeometry' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/_Model.cpp:269:11: performance: Variable 'NameCategorie' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/_Transition.cpp:513:13: style: The scope of the variable 'MaxRA' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/engine/_Transition.cpp:45:36: style: Function 'cIconObject' argument 1 names different: declaration 'TransitionFamilly' definition 'TheTransitionFamilly'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/_Transition.h:95:31: note: Function 'cIconObject' argument 1 names different: declaration 'TransitionFamilly' definition 'TheTransitionFamilly'.
ffDiaporama/src/ffDiaporama/engine/_Transition.cpp:45:36: note: Function 'cIconObject' argument 1 names different: declaration 'TransitionFamilly' definition 'TheTransitionFamilly'.
ffDiaporama/src/ffDiaporama/engine/_Transition.cpp:45:61: style: Function 'cIconObject' argument 2 names different: declaration 'TransitionSubType' definition 'TheTransitionSubType'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/_Transition.h:95:53: note: Function 'cIconObject' argument 2 names different: declaration 'TransitionSubType' definition 'TheTransitionSubType'.
ffDiaporama/src/ffDiaporama/engine/_Transition.cpp:45:61: note: Function 'cIconObject' argument 2 names different: declaration 'TransitionSubType' definition 'TheTransitionSubType'.
ffDiaporama/src/ffDiaporama/engine/_Transition.cpp:60:36: style: Function 'cIconObject' argument 1 names different: declaration 'TransitionFamilly' definition 'TheTransitionFamilly'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/_Transition.h:96:31: note: Function 'cIconObject' argument 1 names different: declaration 'TransitionFamilly' definition 'TheTransitionFamilly'.
ffDiaporama/src/ffDiaporama/engine/_Transition.cpp:60:36: note: Function 'cIconObject' argument 1 names different: declaration 'TransitionFamilly' definition 'TheTransitionFamilly'.
ffDiaporama/src/ffDiaporama/engine/_Transition.cpp:60:61: style: Function 'cIconObject' argument 2 names different: declaration 'TransitionSubType' definition 'TheTransitionSubType'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/_Transition.h:96:53: note: Function 'cIconObject' argument 2 names different: declaration 'TransitionSubType' definition 'TheTransitionSubType'.
ffDiaporama/src/ffDiaporama/engine/_Transition.cpp:60:61: note: Function 'cIconObject' argument 2 names different: declaration 'TransitionSubType' definition 'TheTransitionSubType'.
ffDiaporama/src/ffDiaporama/engine/_Transition.cpp:429:42: style: Function 'SetGeometry' argument 1 names different: declaration 'Geometry' definition 'TheGeometry'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/_Transition.h:144:42: note: Function 'SetGeometry' argument 1 names different: declaration 'Geometry' definition 'TheGeometry'.
ffDiaporama/src/ffDiaporama/engine/_Transition.cpp:429:42: note: Function 'SetGeometry' argument 1 names different: declaration 'Geometry' definition 'TheGeometry'.
ffDiaporama/src/ffDiaporama/engine/_Transition.h:129:16: style: Technically the member function 'cLumaObject::GetLumaBar' can be const. [functionConst]
ffDiaporama/src/ffDiaporama/engine/_Transition.cpp:116:21: note: Technically the member function 'cLumaObject::GetLumaBar' can be const.
ffDiaporama/src/ffDiaporama/engine/_Transition.h:129:16: note: Technically the member function 'cLumaObject::GetLumaBar' can be const.
ffDiaporama/src/ffDiaporama/engine/_Transition.h:130:16: style: Technically the member function 'cLumaObject::GetLumaClock' can be const. [functionConst]
ffDiaporama/src/ffDiaporama/engine/_Transition.cpp:337:21: note: Technically the member function 'cLumaObject::GetLumaClock' can be const.
ffDiaporama/src/ffDiaporama/engine/_Transition.h:130:16: note: Technically the member function 'cLumaObject::GetLumaClock' can be const.
ffDiaporama/src/ffDiaporama/engine/_Variables.cpp:179:94: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/_Variables.cpp:180:94: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/_Variables.cpp:101:11: performance: Variable 'VarName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/_Variables.cpp:102:5: performance: Variable 'Value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/_Variables.h:46:13: performance: Technically the member function 'cVariable::PopupVariableMenu' can be static. [functionStatic]
ffDiaporama/src/ffDiaporama/engine/_Variables.cpp:270:20: note: Technically the member function 'cVariable::PopupVariableMenu' can be static.
ffDiaporama/src/ffDiaporama/engine/_Variables.h:46:13: note: Technically the member function 'cVariable::PopupVariableMenu' can be static.
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:108:26: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:53: style: Function 'cApplicationConfig' argument 1 names different: declaration 'TopLevelWindow' definition 'TheTopLevelWindow'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.h:429:61: note: Function 'cApplicationConfig' argument 1 names different: declaration 'TopLevelWindow' definition 'TheTopLevelWindow'.
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:53: note: Function 'cApplicationConfig' argument 1 names different: declaration 'TopLevelWindow' definition 'TheTopLevelWindow'.
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:79: style: Function 'cApplicationConfig' argument 2 names different: declaration 'AllowedWEBLanguage' definition 'TheAllowedWEBLanguage'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.h:429:84: note: Function 'cApplicationConfig' argument 2 names different: declaration 'AllowedWEBLanguage' definition 'TheAllowedWEBLanguage'.
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:79: note: Function 'cApplicationConfig' argument 2 names different: declaration 'AllowedWEBLanguage' definition 'TheAllowedWEBLanguage'.
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::RasterMode' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::SDLAudioOldMode' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::AskUserToRemove' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::PartitionMode' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::WindowDisplayMode' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::WikiFollowInterface' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::NetworkProxyPort' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::AppendObject' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DisplayUnit' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultFraming' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::TimelineHeight' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::SlideRuler' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::ThumbRuler' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::FramingRuler' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::PreviewFPS' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::PreviewSamplingRate' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::MaxVideoPreviewHeight' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultBlock_AutoSizePos' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultBlock_AutoLocking' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultBlockSL' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultBlockBA' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::NoShotDuration' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::FixedDuration' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultTitleFilling' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultTransitionSpeedWave' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultBlockAnimSpeedWave' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultImageAnimSpeedWave' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::ID3V2Comptatibility' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DistanceUnit' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::RandomTransition' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultTransitionFamilly' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultTransitionSubType' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultTransitionDuration' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultNameProjectName' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultFormat' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultVideoBitRate' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultAudioBitRate' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultFreq' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultImageSize' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultStandard' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultSoundtrackFormat' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultSoundtrackBitRate' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultSoundtrackFreq' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultSmartphoneType' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultSmartphoneModel' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultMultimediaType' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultMultimediaModel' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultForTheWEBType' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultForTheWEBModel' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultLossLess' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultExportThumbnail' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:171:21: warning: Member variable 'cApplicationConfig::DefaultExportXBMCNfo' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:110:5: performance: Variable 'NetworkDataFileName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/cApplicationConfig.cpp:184:5: performance: Variable 'AllowedWEBLanguage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:2930:89: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1445:19: style: Redundant condition: IsModel. '!IsModel || (IsModel && !HaveVarLoc)' is equivalent to '!IsModel || !HaveVarLoc' [redundantCondition]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:3023:54: warning: Either the condition '!SoundTrackBloc' is redundant or there is possible null pointer dereference: SoundTrackBloc. [nullPointerRedundantCheck]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:3544:25: note: Assuming that condition '!SoundTrackBloc' is not redundant
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:3547:96: note: Calling function 'ReadFrame', 5th argument 'SoundTrackBloc' value is 0
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:3023:54: note: Null pointer dereference
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:686:26: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:753:10: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:807:34: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:809:14: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1430:33: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1441:56: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1472:37: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1510:56: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1522:10: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1709:21: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1711:21: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1715:14: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1716:14: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1717:14: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1718:14: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1793:14: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1794:14: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1816:43: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:3026:60: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1903:5: style: Variable 'VideoStreamNumber' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1897:5: note: Variable 'VideoStreamNumber' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1903:5: note: Variable 'VideoStreamNumber' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:2965:9: style: Variable 'Data' is reassigned a value before the old one has been used. [redundantAssignment]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:2963:0: note: Variable 'Data' is reassigned a value before the old one has been used.
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:2965:9: note: Variable 'Data' is reassigned a value before the old one has been used.
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1461:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:2272:35: style: The scope of the variable 'Position' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:3187:45: style: The scope of the variable 'mix' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:304:52: style: Function 'cBaseMediaFile' argument 1 names different: declaration 'ApplicationConfig' definition 'TheApplicationConfig'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:119:40: note: Function 'cBaseMediaFile' argument 1 names different: declaration 'ApplicationConfig' definition 'TheApplicationConfig'.
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:304:52: note: Function 'cBaseMediaFile' argument 1 names different: declaration 'ApplicationConfig' definition 'TheApplicationConfig'.
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:390:53: style: Function 'GetInformationFromFile' argument 1 names different: declaration 'GivenFileName' definition 'FileName'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:132:60: note: Function 'GetInformationFromFile' argument 1 names different: declaration 'GivenFileName' definition 'FileName'.
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:390:53: note: Function 'GetInformationFromFile' argument 1 names different: declaration 'GivenFileName' definition 'FileName'.
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:390:112: style: Function 'GetInformationFromFile' argument 4 names different: declaration 'FolderKey' definition 'GivenFolderKey'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:132:124: note: Function 'GetInformationFromFile' argument 4 names different: declaration 'FolderKey' definition 'GivenFolderKey'.
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:390:112: note: Function 'GetInformationFromFile' argument 4 names different: declaration 'FolderKey' definition 'GivenFolderKey'.
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:955:49: style: Function 'GetInformationFromFile' argument 1 names different: declaration 'GivenFileName' definition 'FileName'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:235:60: note: Function 'GetInformationFromFile' argument 1 names different: declaration 'GivenFileName' definition 'FileName'.
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:955:49: note: Function 'GetInformationFromFile' argument 1 names different: declaration 'GivenFileName' definition 'FileName'.
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:955:108: style: Function 'GetInformationFromFile' argument 4 names different: declaration 'FolderKey' definition 'GivenFolderKey'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:235:124: note: Function 'GetInformationFromFile' argument 4 names different: declaration 'FolderKey' definition 'GivenFolderKey'.
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:955:108: note: Function 'GetInformationFromFile' argument 4 names different: declaration 'FolderKey' definition 'GivenFolderKey'.
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:3538:80: style: Function 'ImageAt' argument 3 names different: declaration 'SoundTrackMontage' definition 'SoundTrackBloc'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:410:89: note: Function 'ImageAt' argument 3 names different: declaration 'SoundTrackMontage' definition 'SoundTrackBloc'.
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:3538:80: note: Function 'ImageAt' argument 3 names different: declaration 'SoundTrackMontage' definition 'SoundTrackBloc'.
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1415:12: warning: Member variable 'cGMapsMap::MapCx' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1415:12: warning: Member variable 'cGMapsMap::MapCy' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:306:5: performance: Variable 'ObjectType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:307:5: performance: Variable 'ObjectName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:131:29: warning: Virtual function 'Reset' is called from constructor 'cBaseMediaFile(cApplicationConfig*ApplicationConfig)' at line 308. Dynamic binding is not used. [virtualCallInConstructor]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:308:5: note: Calling Reset
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:131:29: note: Reset is a virtual method
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:393:29: warning: Virtual function 'Reset' is called from constructor 'cVideoFile(cApplicationConfig*ApplicationConfig)' at line 1880. Dynamic binding is not used. [virtualCallInConstructor]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1880:5: note: Calling Reset
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:393:29: note: Reset is a virtual method
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:408:29: warning: Virtual function 'CloseCodecAndFile' is called from destructor '~cVideoFile()' at line 1938. Dynamic binding is not used. [virtualCallInConstructor]
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.cpp:1938:5: note: Calling CloseCodecAndFile
ffDiaporama/src/ffDiaporama/engine/cBaseMediaFile.h:408:29: note: CloseCodecAndFile is a virtual method
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:1233:45: warning: Either the condition 'if(DiaporamaObject)' is redundant or there is possible null pointer dereference: DiaporamaObject. [nullPointerRedundantCheck]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:1235:25: note: Assuming that condition 'if(DiaporamaObject)' is not redundant
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:1233:45: note: Null pointer dereference
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:1251:59: warning: Either the condition 'Location!=NULL' is redundant or there is possible null pointer dereference: Location. [nullPointerRedundantCheck]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:1255:43: note: Assuming that condition 'Location!=NULL' is not redundant
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:1251:59: note: Null pointer dereference
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:1252:59: warning: Either the condition 'Location!=NULL' is redundant or there is possible null pointer dereference: Location. [nullPointerRedundantCheck]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:1255:43: note: Assuming that condition 'Location!=NULL' is not redundant
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:1252:59: note: Null pointer dereference
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:1253:59: warning: Either the condition 'Location!=NULL' is redundant or there is possible null pointer dereference: Location. [nullPointerRedundantCheck]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:1255:43: note: Assuming that condition 'Location!=NULL' is not redundant
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:1253:59: note: Null pointer dereference
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:240:48: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:355:34: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:537:58: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:538:56: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:545:66: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:652:30: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:657:30: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:669:34: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:670:34: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:683:34: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:689:34: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:1219:30: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:1228:31: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:1231:43: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:1246:40: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:1391:27: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:593:17: style: The scope of the variable 'IsValide' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:92:45: style: Function 'cBrushDefinition' argument 1 names different: declaration 'CompositionObject' definition 'TheCompositionObject'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.h:110:55: note: Function 'cBrushDefinition' argument 1 names different: declaration 'CompositionObject' definition 'TheCompositionObject'.
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:92:45: note: Function 'cBrushDefinition' argument 1 names different: declaration 'CompositionObject' definition 'TheCompositionObject'.
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:1322:48: style: Function 'ComputeMarkerSize' argument 1 names different: declaration 'Location' definition 'Loc'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.h:161:53: note: Function 'ComputeMarkerSize' argument 1 names different: declaration 'Location' definition 'Loc'.
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:1322:48: note: Function 'ComputeMarkerSize' argument 1 names different: declaration 'Location' definition 'Loc'.
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:60:11: performance: Variable 'ToolTip' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.h:113:29: warning: Virtual function 'InitDefaultValues' is called from constructor 'cBrushDefinition(QObject*CompositionObject,cApplicationConfig*TheApplicationConfig)' at line 99. Dynamic binding is not used. [virtualCallInConstructor]
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.cpp:99:5: note: Calling InitDefaultValues
ffDiaporama/src/ffDiaporama/engine/cBrushDefinition.h:113:29: note: InitDefaultValues is a virtual method
ffDiaporama/src/ffDiaporama/engine/cDeviceModelDef.cpp:664:76: style: Condition 'TypeConfigFile==GLOBALCONFIGFILE' is always true [knownConditionTrueFalse]
ffDiaporama/src/ffDiaporama/engine/cDeviceModelDef.cpp:662:31: note: Assuming that condition 'TypeConfigFile==GLOBALCONFIGFILE' is not redundant
ffDiaporama/src/ffDiaporama/engine/cDeviceModelDef.cpp:664:76: note: Condition 'TypeConfigFile==GLOBALCONFIGFILE' is always true
ffDiaporama/src/ffDiaporama/engine/cDeviceModelDef.cpp:441:13: style: The scope of the variable 'MessageLevel' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/engine/cDeviceModelDef.cpp:838:25: style: The scope of the variable 'Index' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/engine/cDeviceModelDef.cpp:601:18: style: Variable 'IsOk' is assigned a value that is never used. [unreadVariable]
ffDiaporama/src/ffDiaporama/engine/cDeviceModelDef.cpp:475:18: warning: Member variable 'cDeviceModelDef::BckDeviceType' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cDeviceModelDef.cpp:475:18: warning: Member variable 'cDeviceModelDef::BckDeviceSubtype' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cDeviceModelDef.cpp:475:18: warning: Member variable 'cDeviceModelDef::BckStandard' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cDeviceModelDef.cpp:475:18: warning: Member variable 'cDeviceModelDef::BckFileFormat' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cDeviceModelDef.cpp:475:18: warning: Member variable 'cDeviceModelDef::BckImageSize' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cDeviceModelDef.cpp:475:18: warning: Member variable 'cDeviceModelDef::BckVideoCodec' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cDeviceModelDef.cpp:475:18: warning: Member variable 'cDeviceModelDef::BckVideoBitrate' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cDeviceModelDef.cpp:475:18: warning: Member variable 'cDeviceModelDef::BckAudioCodec' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cDeviceModelDef.cpp:475:18: warning: Member variable 'cDeviceModelDef::BckAudioBitrate' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cDeviceModelDef.cpp:480:5: performance: Variable 'DeviceName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/cDriveList.cpp:74:32: style: Function 'cDriveDesc' argument 1 names different: declaration 'Path' definition 'ThePath'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/cDriveList.h:48:24: note: Function 'cDriveDesc' argument 1 names different: declaration 'Path' definition 'ThePath'.
ffDiaporama/src/ffDiaporama/engine/cDriveList.cpp:74:32: note: Function 'cDriveDesc' argument 1 names different: declaration 'Path' definition 'ThePath'.
ffDiaporama/src/ffDiaporama/engine/cDriveList.cpp:360:44: style: Function 'cDriveList' argument 1 names different: declaration 'ApplicationConfig' definition 'TheApplicationConfig'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/cDriveList.h:57:36: note: Function 'cDriveList' argument 1 names different: declaration 'ApplicationConfig' definition 'TheApplicationConfig'.
ffDiaporama/src/ffDiaporama/engine/cDriveList.cpp:360:44: note: Function 'cDriveList' argument 1 names different: declaration 'ApplicationConfig' definition 'TheApplicationConfig'.
ffDiaporama/src/ffDiaporama/engine/cDriveList.cpp:76:5: performance: Variable 'Label' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/cLocation.cpp:76:19: style: Redundant condition: IsModel. '!IsModel || (IsModel && LocationType==FREE)' is equivalent to '!IsModel || LocationType==FREE' [redundantCondition]
ffDiaporama/src/ffDiaporama/engine/cLocation.cpp:33:5: performance: Variable 'FavKey' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/cLocation.cpp:34:5: performance: Variable 'ThumbnailResKey' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/engine/cLocation.cpp:43:5: style: Class 'cLocation' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ffDiaporama/src/ffDiaporama/engine/cLocation.cpp:43:5: style: Class 'cLocation' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.cpp:283:12: style: The scope of the variable 'mix' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.cpp:60:37: style: Function 'SetFPS' argument 1 names different: declaration 'WantedDuration' definition 'TheWantedDuration'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.h:61:35: note: Function 'SetFPS' argument 1 names different: declaration 'WantedDuration' definition 'TheWantedDuration'.
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.cpp:60:37: note: Function 'SetFPS' argument 1 names different: declaration 'WantedDuration' definition 'TheWantedDuration'.
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.cpp:60:59: style: Function 'SetFPS' argument 2 names different: declaration 'Channels' definition 'TheChannels'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.h:61:54: note: Function 'SetFPS' argument 2 names different: declaration 'Channels' definition 'TheChannels'.
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.cpp:60:59: note: Function 'SetFPS' argument 2 names different: declaration 'Channels' definition 'TheChannels'.
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.cpp:60:79: style: Function 'SetFPS' argument 3 names different: declaration 'SamplingRate' definition 'TheSamplingRate'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.h:61:71: note: Function 'SetFPS' argument 3 names different: declaration 'SamplingRate' definition 'TheSamplingRate'.
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.cpp:60:79: note: Function 'SetFPS' argument 3 names different: declaration 'SamplingRate' definition 'TheSamplingRate'.
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.cpp:60:115: style: Function 'SetFPS' argument 4 names different: declaration 'SampleFormat' definition 'TheSampleFormat'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.h:61:104: note: Function 'SetFPS' argument 4 names different: declaration 'SampleFormat' definition 'TheSampleFormat'.
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.cpp:60:115: note: Function 'SetFPS' argument 4 names different: declaration 'SampleFormat' definition 'TheSampleFormat'.
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.cpp:88:54: style: Function 'SetFrameSize' argument 2 names different: declaration 'Channels' definition 'TheChannels'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.h:62:52: note: Function 'SetFrameSize' argument 2 names different: declaration 'Channels' definition 'TheChannels'.
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.cpp:88:54: note: Function 'SetFrameSize' argument 2 names different: declaration 'Channels' definition 'TheChannels'.
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.cpp:88:74: style: Function 'SetFrameSize' argument 3 names different: declaration 'SamplingRate' definition 'TheSamplingRate'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.h:62:69: note: Function 'SetFrameSize' argument 3 names different: declaration 'SamplingRate' definition 'TheSamplingRate'.
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.cpp:88:74: note: Function 'SetFrameSize' argument 3 names different: declaration 'SamplingRate' definition 'TheSamplingRate'.
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.cpp:88:110: style: Function 'SetFrameSize' argument 4 names different: declaration 'SampleFormat' definition 'TheSampleFormat'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.h:62:102: note: Function 'SetFrameSize' argument 4 names different: declaration 'SampleFormat' definition 'TheSampleFormat'.
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.cpp:88:110: note: Function 'SetFrameSize' argument 4 names different: declaration 'SampleFormat' definition 'TheSampleFormat'.
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.cpp:27:18: warning: Member variable 'cSoundBlockList::WantedDuration' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.cpp:27:18: warning: Member variable 'cSoundBlockList::FPS' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.h:55:21: warning: Virtual function 'ClearList' is called from destructor '~cSoundBlockList()' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.cpp:43:5: note: Calling ClearList
ffDiaporama/src/ffDiaporama/engine/cSoundBlockList.h:55:21: note: ClearList is a virtual method
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:129:17: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:258:5: style: Variable 'CurrentShowFolderNumber' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:256:5: note: Variable 'CurrentShowFolderNumber' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:258:5: note: Variable 'CurrentShowFolderNumber' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:811:5: style: Variable 'CurrentShowFolderNumber' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:809:5: note: Variable 'CurrentShowFolderNumber' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:811:5: note: Variable 'CurrentShowFolderNumber' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:945:9: style: Variable 'Path' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:944:0: note: Variable 'Path' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:945:9: note: Variable 'Path' is reassigned a value before the old one has been used if variable is no semaphore variable.
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:189:25: style: The scope of the variable 'addX' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:190:25: style: The scope of the variable 'addY' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:1204:13: style: The scope of the variable 'IsFind' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:134:49: style: Function 'paint' argument 1 names different: declaration 'painter' definition 'Painter'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:123:37: note: Function 'paint' argument 1 names different: declaration 'painter' definition 'Painter'.
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:134:49: note: Function 'paint' argument 1 names different: declaration 'painter' definition 'Painter'.
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:48:16: warning: Member variable 'MediaFileItem::ColImageType' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:50:5: performance: Variable 'FileKey' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:51:5: performance: Variable 'FolderKey' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:52:5: performance: Variable 'ObjectType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.h:143:29: warning: Virtual function 'GetCurrentSelectedMediaFile' is called from constructor 'QCustomFolderTable(QWidget*parent=0)' at line 270. Dynamic binding is not used. [virtualCallInConstructor]
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:270:77: note: Calling s_ContextMenu
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:1200:5: note: Calling GetCurrentSelectedMediaFile
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.h:143:29: note: GetCurrentSelectedMediaFile is a virtual method
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.h:126:29: warning: Virtual function 'EnsureThreadIsStopped' is called from destructor '~QCustomFolderTable()' at line 278. Dynamic binding is not used. [virtualCallInConstructor]
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:278:5: note: Calling EnsureThreadIsStopped
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.h:126:29: note: EnsureThreadIsStopped is a virtual method
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp:779:9: error: Uninitialized variable: ok1 [uninitvar]
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTree.cpp:534:25: style: The scope of the variable 'isFound' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTree.cpp:130:51: style: Function 'IsFolderHaveChild' argument 1 names different: declaration 'Folder' definition 'FilePath'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTree.h:61:51: note: Function 'IsFolderHaveChild' argument 1 names different: declaration 'Folder' definition 'FilePath'.
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTree.cpp:130:51: note: Function 'IsFolderHaveChild' argument 1 names different: declaration 'Folder' definition 'FilePath'.
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTree.cpp:179:65: style: Function 'GetFolderPath' argument 1 names different: declaration 'current' definition 'Item'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTree.h:44:62: note: Function 'GetFolderPath' argument 1 names different: declaration 'current' definition 'Item'.
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTree.cpp:179:65: note: Function 'GetFolderPath' argument 1 names different: declaration 'current' definition 'Item'.
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTree.cpp:424:5: style: Class 'cTreeItemDescriptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffDiaporama/src/ffDiaporama/wgt_QMultimediaBrowser/wgt_QMultimediaBrowser.cpp:239:17: style: The scope of the variable 'IsFind' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/QCustomRuler.cpp:220:13: style: The scope of the variable 'vcos' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/QCustomRuler.cpp:220:18: style: The scope of the variable 'vsin' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/QCustomRuler.cpp:99:5: style: Variable 'Height' is assigned a value that is never used. [unreadVariable]
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/QCustomRuler.cpp:40:15: warning: Member variable 'QCustomRuler::TotalDuration' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/QCustomRuler.cpp:40:15: warning: Member variable 'QCustomRuler::PreviousStartPos' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/QCustomRuler.cpp:40:15: warning: Member variable 'QCustomRuler::PrevisousEndPos' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/QCustomRuler.cpp:40:15: warning: Member variable 'QCustomRuler::NextStartPos' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/QCustomRuler.cpp:40:15: warning: Member variable 'QCustomRuler::NextEndPos' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.cpp:344:26: style: Redundant condition: PlayerPlayMode. '!PlayerPlayMode || (PlayerPlayMode && PlayerPauseMode)' is equivalent to '!PlayerPlayMode || PlayerPauseMode' [redundantCondition]
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.cpp:176:29: warning: Redundant assignment of 'this->FileInfo' to itself. [selfAssignment]
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.cpp:43:50: style: Function 'mouseReleaseEvent' argument 1 names different: declaration 'e' definition 'event'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.h:64:52: note: Function 'mouseReleaseEvent' argument 1 names different: declaration 'e' definition 'event'.
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.cpp:43:50: note: Function 'mouseReleaseEvent' argument 1 names different: declaration 'e' definition 'event'.
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.cpp:281:46: style: Function 'StartPlay' argument 1 names different: declaration 'FileInfo' definition 'theFileInfo'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.h:121:35: note: Function 'StartPlay' argument 1 names different: declaration 'FileInfo' definition 'theFileInfo'.
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.cpp:281:46: note: Function 'StartPlay' argument 1 names different: declaration 'FileInfo' definition 'theFileInfo'.
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.cpp:281:65: style: Function 'StartPlay' argument 2 names different: declaration 'WantedFPS' definition 'theWantedFPS'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.h:121:51: note: Function 'StartPlay' argument 2 names different: declaration 'WantedFPS' definition 'theWantedFPS'.
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.cpp:281:65: note: Function 'StartPlay' argument 2 names different: declaration 'WantedFPS' definition 'theWantedFPS'.
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.cpp:676:77: style: Function 'StartThreadAssembly' argument 2 names different: declaration 'Info' definition 'Frame'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.h:123:66: note: Function 'StartThreadAssembly' argument 2 names different: declaration 'Info' definition 'Frame'.
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.cpp:676:77: note: Function 'StartThreadAssembly' argument 2 names different: declaration 'Info' definition 'Frame'.
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.cpp:705:90: style: Function 'SetStartEndPos' argument 4 names different: declaration 'PrevisousEndPos' definition 'PrevisousDuration'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.h:125:79: note: Function 'SetStartEndPos' argument 4 names different: declaration 'PrevisousEndPos' definition 'PrevisousDuration'.
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.cpp:705:90: note: Function 'SetStartEndPos' argument 4 names different: declaration 'PrevisousEndPos' definition 'PrevisousDuration'.
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.cpp:705:129: style: Function 'SetStartEndPos' argument 6 names different: declaration 'NextEndPos' definition 'NextDuration'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.h:125:116: note: Function 'SetStartEndPos' argument 6 names different: declaration 'NextEndPos' definition 'NextDuration'.
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.cpp:705:129: note: Function 'SetStartEndPos' argument 6 names different: declaration 'NextEndPos' definition 'NextDuration'.
ffDiaporama/src/ffDiaporama/wgt_QVideoPlayer/wgt_QVideoPlayer.cpp:108:13: warning: Member variable 'cImageList::Diaporama' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:832:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:156:14: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:179:14: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:210:15: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:92:11: style: The scope of the variable 'normalize' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:128:15: style: The scope of the variable 'bits' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:226:17: style: The scope of the variable 'bits' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:257:21: style: The scope of the variable 'end' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:288:25: style: The scope of the variable 'r' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:288:27: style: The scope of the variable 'g' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:288:29: style: The scope of the variable 'b' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:378:14: style: The scope of the variable 'p1' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:379:24: style: The scope of the variable 'my' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:379:30: style: The scope of the variable 'mh' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:465:14: style: The scope of the variable 'src' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:465:19: style: The scope of the variable 'dest' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:504:14: style: The scope of the variable 'dest' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:505:14: style: The scope of the variable 's' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:506:13: style: The scope of the variable 'xR' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:506:16: style: The scope of the variable 'xG' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:506:19: style: The scope of the variable 'xB' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:506:22: style: The scope of the variable 'yR' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:506:25: style: The scope of the variable 'yG' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:506:28: style: The scope of the variable 'yB' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:713:11: style: The scope of the variable 'dest' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:713:17: style: The scope of the variable 'src' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:805:11: style: The scope of the variable 'alpha' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:957:14: style: The scope of the variable 'dest' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:957:20: style: The scope of the variable 'src' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1204:22: style: The scope of the variable 'dest' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1491:23: style: The scope of the variable 'y_distance' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1493:14: style: The scope of the variable 'dest' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1536:23: style: The scope of the variable 'y_distance' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1538:14: style: The scope of the variable 'dest' can be reduced. [variableScope]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1337:39: style: Function 'convertRGB2HSV' argument 1 names different: declaration 'rgb' definition 'pixel'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1312:38: note: Function 'convertRGB2HSV' argument 1 names different: declaration 'rgb' definition 'pixel'.
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1337:39: note: Function 'convertRGB2HSV' argument 1 names different: declaration 'rgb' definition 'pixel'.
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1311:5: warning: Member variable 'HSV::h' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1311:5: warning: Member variable 'HSV::s' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1311:5: warning: Member variable 'HSV::v' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1311:5: warning: Member variable 'HSV::r' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1311:5: warning: Member variable 'HSV::g' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1311:5: warning: Member variable 'HSV::b' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1311:5: warning: Member variable 'HSV::max' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1311:5: warning: Member variable 'HSV::whatmax' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1311:5: warning: Member variable 'HSV::min' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1311:5: warning: Member variable 'HSV::delta' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1311:5: warning: Member variable 'HSV::f' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1311:5: warning: Member variable 'HSV::p' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1311:5: warning: Member variable 'HSV::q' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1311:5: warning: Member variable 'HSV::t' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1414:5: warning: Member variable 'Interpolate::p' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1414:5: warning: Member variable 'Interpolate::q' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1414:5: warning: Member variable 'Interpolate::r' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1414:5: warning: Member variable 'Interpolate::s' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1320:16: style: Technically the member function 'HSV::hue' can be const. [functionConst]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1321:16: style: Technically the member function 'HSV::saturation' can be const. [functionConst]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1322:16: style: Technically the member function 'HSV::value' can be const. [functionConst]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1327:16: style: Technically the member function 'HSV::red' can be const. [functionConst]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1328:16: style: Technically the member function 'HSV::green' can be const. [functionConst]
ffDiaporama/src/ffDiaporama_lib/ImageFilters.cpp:1329:16: style: Technically the member function 'HSV::blue' can be const. [functionConst]
ffDiaporama/src/ffDiaporama_lib/Shape.h:55:5: warning: Member variable 'cShapeFormDefinition::Enable' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/Shape.h:55:5: warning: Member variable 'cShapeFormDefinition::TMx' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/Shape.h:55:5: warning: Member variable 'cShapeFormDefinition::TMy' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/Shape.h:55:5: warning: Member variable 'cShapeFormDefinition::TMw' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/Shape.h:55:5: warning: Member variable 'cShapeFormDefinition::TMh' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/Shape.cpp:45:11: performance: Variable 'Name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama_lib/cBackgroundComboBox.cpp:29:27: warning: Member variable 'cCBackgroundComboBoxItem::ComboBox' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/cDatabase.h:64:29: style: Class 'cDatabase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffDiaporama/src/ffDiaporama_lib/cDatabase.h:106:29: style: The function 'CreateTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama_lib/cDatabase.h:93:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama_lib/cDatabase.h:106:29: note: Function in derived class
ffDiaporama/src/ffDiaporama_lib/cDatabase.h:124:29: style: The function 'DoUpgradeTableVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama_lib/cDatabase.h:95:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama_lib/cDatabase.h:124:29: note: Function in derived class
ffDiaporama/src/ffDiaporama_lib/cDatabase.h:140:29: style: The function 'DoUpgradeTableVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama_lib/cDatabase.h:95:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama_lib/cDatabase.h:140:29: note: Function in derived class
ffDiaporama/src/ffDiaporama_lib/cDatabase.h:186:29: style: The function 'DoUpgradeTableVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama_lib/cDatabase.h:95:29: note: Virtual function in base class
ffDiaporama/src/ffDiaporama_lib/cDatabase.h:186:29: note: Function in derived class
ffDiaporama/src/ffDiaporama_lib/cBaseBrushDefinition.cpp:52:71: style: Function 'cBackgroundObject' argument 2 names different: declaration 'ApplicationConfig' definition 'AppConfig'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama_lib/cBaseBrushDefinition.h:67:56: note: Function 'cBackgroundObject' argument 2 names different: declaration 'ApplicationConfig' definition 'AppConfig'.
ffDiaporama/src/ffDiaporama_lib/cBaseBrushDefinition.cpp:52:71: note: Function 'cBackgroundObject' argument 2 names different: declaration 'ApplicationConfig' definition 'AppConfig'.
ffDiaporama/src/ffDiaporama_lib/cBaseBrushDefinition.cpp:52:20: warning: Member variable 'cBackgroundObject::CurrentGeometry' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/cBaseBrushDefinition.cpp:143:23: warning: Member variable 'cBaseBrushDefinition::BrushType' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/cBaseBrushDefinition.cpp:143:23: warning: Member variable 'cBaseBrushDefinition::PatternType' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/cBaseBrushDefinition.cpp:143:23: warning: Member variable 'cBaseBrushDefinition::GradientOrientation' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/cBaseBrushDefinition.cpp:143:23: warning: Member variable 'cBaseBrushDefinition::Intermediate' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/cBaseBrushDefinition.h:70:13: style: Technically the member function 'cBackgroundObject::GetBackgroundThumb' can be const. [functionConst]
ffDiaporama/src/ffDiaporama_lib/cBaseBrushDefinition.cpp:100:27: note: Technically the member function 'cBackgroundObject::GetBackgroundThumb' can be const.
ffDiaporama/src/ffDiaporama_lib/cBaseBrushDefinition.h:70:13: note: Technically the member function 'cBackgroundObject::GetBackgroundThumb' can be const.
ffDiaporama/src/ffDiaporama_lib/cBrushComboBox.cpp:103:61: style: Function 'SetCurrentBrush' argument 1 names different: declaration 'Brush' definition 'TheBrush'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama_lib/cBrushComboBox.h:58:67: note: Function 'SetCurrentBrush' argument 1 names different: declaration 'Brush' definition 'TheBrush'.
ffDiaporama/src/ffDiaporama_lib/cBrushComboBox.cpp:103:61: note: Function 'SetCurrentBrush' argument 1 names different: declaration 'Brush' definition 'TheBrush'.
ffDiaporama/src/ffDiaporama_lib/cBrushComboBox.cpp:31:22: warning: Member variable 'cCBrushComboBoxItem::ComboBox' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/cColorComboBox.cpp:58:22: warning: Member variable 'cCColorComboBoxItem::ComboBox' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/cDatabase.cpp:99:36: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama_lib/cDatabase.cpp:486:33: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama_lib/cDatabase.cpp:501:29: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama_lib/cDatabase.cpp:551:34: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama_lib/cDatabase.cpp:567:29: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama_lib/cDatabase.cpp:620:25: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama_lib/cDatabase.cpp:622:66: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama_lib/cDatabase.cpp:656:10: style: C-style pointer casting [cstyleCast]
ffDiaporama/src/ffDiaporama_lib/cDatabase.cpp:338:52: style: Function 'DoUpgradeTableVersion' argument 1 names different: declaration 'CurrentVersion' definition 'OldVersion'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama_lib/cDatabase.h:124:61: note: Function 'DoUpgradeTableVersion' argument 1 names different: declaration 'CurrentVersion' definition 'OldVersion'.
ffDiaporama/src/ffDiaporama_lib/cDatabase.cpp:338:52: note: Function 'DoUpgradeTableVersion' argument 1 names different: declaration 'CurrentVersion' definition 'OldVersion'.
ffDiaporama/src/ffDiaporama_lib/cDatabase.cpp:810:51: style: Function 'DoUpgradeTableVersion' argument 1 names different: declaration 'CurrentVersion' definition 'OldVersion'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama_lib/cDatabase.h:140:61: note: Function 'DoUpgradeTableVersion' argument 1 names different: declaration 'CurrentVersion' definition 'OldVersion'.
ffDiaporama/src/ffDiaporama_lib/cDatabase.cpp:810:51: note: Function 'DoUpgradeTableVersion' argument 1 names different: declaration 'CurrentVersion' definition 'OldVersion'.
ffDiaporama/src/ffDiaporama_lib/cDatabase.cpp:985:54: style: Function 'DoUpgradeTableVersion' argument 1 names different: declaration 'CurrentVersion' definition 'OldVersion'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama_lib/cDatabase.h:186:61: note: Function 'DoUpgradeTableVersion' argument 1 names different: declaration 'CurrentVersion' definition 'OldVersion'.
ffDiaporama/src/ffDiaporama_lib/cDatabase.cpp:985:54: note: Function 'DoUpgradeTableVersion' argument 1 names different: declaration 'CurrentVersion' definition 'OldVersion'.
ffDiaporama/src/ffDiaporama_lib/cDatabase.cpp:83:65: style: Variable 'Ret' is assigned a value that is never used. [unreadVariable]
ffDiaporama/src/ffDiaporama_lib/cDatabase.cpp:35:5: performance: Variable 'dbPath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama_lib/cDatabase.cpp:133:5: performance: Variable 'NextIndex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama_lib/cGrdOrientationComboBox.cpp:110:70: style: Function 'SetCurrentBrush' argument 1 names different: declaration 'Brush' definition 'TheBrush'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama_lib/cGrdOrientationComboBox.h:57:75: note: Function 'SetCurrentBrush' argument 1 names different: declaration 'Brush' definition 'TheBrush'.
ffDiaporama/src/ffDiaporama_lib/cGrdOrientationComboBox.cpp:110:70: note: Function 'SetCurrentBrush' argument 1 names different: declaration 'Brush' definition 'TheBrush'.
ffDiaporama/src/ffDiaporama_lib/cGrdOrientationComboBox.cpp:32:31: warning: Member variable 'cCGrdOrientationComboBoxItem::ComboBox' is not initialized in the constructor. [uninitMemberVar]
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.cpp:35:56: style: Function 'cLuLoImageCacheObject' argument 1 names different: declaration 'RessourceKey' definition 'TheRessourceKey'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.h:45:53: note: Function 'cLuLoImageCacheObject' argument 1 names different: declaration 'RessourceKey' definition 'TheRessourceKey'.
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.cpp:35:56: note: Function 'cLuLoImageCacheObject' argument 1 names different: declaration 'RessourceKey' definition 'TheRessourceKey'.
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.cpp:35:82: style: Function 'cLuLoImageCacheObject' argument 2 names different: declaration 'FileKey' definition 'TheFileKey'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.h:45:76: note: Function 'cLuLoImageCacheObject' argument 2 names different: declaration 'FileKey' definition 'TheFileKey'.
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.cpp:35:82: note: Function 'cLuLoImageCacheObject' argument 2 names different: declaration 'FileKey' definition 'TheFileKey'.
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.cpp:35:103: style: Function 'cLuLoImageCacheObject' argument 3 names different: declaration 'ModifDateTime' definition 'TheModifDateTime'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.h:45:94: note: Function 'cLuLoImageCacheObject' argument 3 names different: declaration 'ModifDateTime' definition 'TheModifDateTime'.
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.cpp:35:103: note: Function 'cLuLoImageCacheObject' argument 3 names different: declaration 'ModifDateTime' definition 'TheModifDateTime'.
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.cpp:35:124: style: Function 'cLuLoImageCacheObject' argument 4 names different: declaration 'ImageOrientation' definition 'TheImageOrientation'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.h:45:112: note: Function 'cLuLoImageCacheObject' argument 4 names different: declaration 'ImageOrientation' definition 'TheImageOrientation'.
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.cpp:35:124: note: Function 'cLuLoImageCacheObject' argument 4 names different: declaration 'ImageOrientation' definition 'TheImageOrientation'.
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.cpp:35:152: style: Function 'cLuLoImageCacheObject' argument 5 names different: declaration 'FilterString' definition 'TheFilterString'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.h:45:137: note: Function 'cLuLoImageCacheObject' argument 5 names different: declaration 'FilterString' definition 'TheFilterString'.
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.cpp:35:152: note: Function 'cLuLoImageCacheObject' argument 5 names different: declaration 'FilterString' definition 'TheFilterString'.
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.cpp:35:173: style: Function 'cLuLoImageCacheObject' argument 6 names different: declaration 'Smoothing' definition 'TheSmoothing'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.h:45:155: note: Function 'cLuLoImageCacheObject' argument 6 names different: declaration 'Smoothing' definition 'TheSmoothing'.
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.cpp:35:173: note: Function 'cLuLoImageCacheObject' argument 6 names different: declaration 'Smoothing' definition 'TheSmoothing'.
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.cpp:36:5: performance: Variable 'RessourceKey' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.cpp:37:5: performance: Variable 'FileKey' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.cpp:38:5: performance: Variable 'ModifDateTime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.cpp:39:5: performance: Variable 'FilterString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama_lib/cLuLoImageCache.cpp:46:5: performance: Variable 'ByteCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.cpp:29:50: style: Function 'cSaveWindowPosition' argument 1 names different: declaration 'WindowName' definition 'TheWindowName'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.h:55:33: note: Function 'cSaveWindowPosition' argument 1 names different: declaration 'WindowName' definition 'TheWindowName'.
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.cpp:29:50: note: Function 'cSaveWindowPosition' argument 1 names different: declaration 'WindowName' definition 'TheWindowName'.
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.cpp:29:70: style: Function 'cSaveWindowPosition' argument 2 names different: declaration 'RestoreWindow' definition 'TheRestoreWindow'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.h:55:50: note: Function 'cSaveWindowPosition' argument 2 names different: declaration 'RestoreWindow' definition 'TheRestoreWindow'.
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.cpp:29:70: note: Function 'cSaveWindowPosition' argument 2 names different: declaration 'RestoreWindow' definition 'TheRestoreWindow'.
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.cpp:29:92: style: Function 'cSaveWindowPosition' argument 3 names different: declaration 'IsMainWindow' definition 'TheIsMainWindow'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.h:55:69: note: Function 'cSaveWindowPosition' argument 3 names different: declaration 'IsMainWindow' definition 'TheIsMainWindow'.
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.cpp:29:92: note: Function 'cSaveWindowPosition' argument 3 names different: declaration 'IsMainWindow' definition 'TheIsMainWindow'.
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.cpp:130:64: style: Function 'OverloadedSaveToXML' argument 1 names different: declaration 'domDocument' definition 'Element'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.h:75:54: note: Function 'OverloadedSaveToXML' argument 1 names different: declaration 'domDocument' definition 'Element'.
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.cpp:130:64: note: Function 'OverloadedSaveToXML' argument 1 names different: declaration 'domDocument' definition 'Element'.
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.cpp:136:65: style: Function 'OverloadedLoadFromXML' argument 1 names different: declaration 'domDocument' definition 'Element'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.h:76:55: note: Function 'OverloadedLoadFromXML' argument 1 names different: declaration 'domDocument' definition 'Element'.
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.cpp:136:65: note: Function 'OverloadedLoadFromXML' argument 1 names different: declaration 'domDocument' definition 'Element'.
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.cpp:31:5: performance: Variable 'WindowName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.cpp:33:5: performance: Variable 'WindowGeo' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.cpp:34:5: performance: Variable 'MainWinSS' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.cpp:111:5: performance: Variable 'SplitterTop' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.h:75:21: style: The function 'OverloadedSaveToXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.h:60:21: note: Virtual function in base class
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.h:75:21: note: Function in derived class
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.h:76:21: style: The function 'OverloadedLoadFromXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.h:62:21: note: Virtual function in base class
ffDiaporama/src/ffDiaporama_lib/cSaveWindowPosition.h:76:21: note: Function in derived class
ffDiaporama/src/ffDiaporama_lib/cTextFrame.cpp:32:11: performance: Variable 'RessourceName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama_lib/cTextFrame.cpp:37:11: performance: Variable 'BckColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama_lib/cTextFrame.cpp:38:11: performance: Variable 'TextStyle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffDiaporama/src/ffDiaporama_lib/cTexteFrameComboBox.cpp:169:56: style: Function 'SetCurrentTextFrame' argument 1 names different: declaration 'TextFrameName' definition 'BackgroundName'. [funcArgNamesDifferent]
ffDiaporama/src/ffDiaporama_lib/cTexteFrameComboBox.h:60:61: note: Function 'SetCurrentTextFrame' argument 1 names different: declaration 'TextFrameName' definition 'BackgroundName'.
ffDiaporama/src/ffDiaporama_lib/cTexteFrameComboBox.cpp:169:56: note: Function 'SetCurrentTextFrame' argument 1 names different: declaration 'TextFrameName' definition 'BackgroundName'.
[21:46]
ftp://ftp.se.debian.org/debian/pool/main/f/ffe/ffe_0.3.8.orig.tar.gz
ffe-0.3.8/src/anonymize.c:89:13: style: The scope of the variable 'stop' can be reduced. [variableScope]
ffe-0.3.8/src/anonymize.c:106:80: error: Expression 'nbuffer[i]=data[i++]' depends on order of evaluation of side effects [unknownEvaluationOrder]
ffe-0.3.8/src/anonymize.c:113:61: error: Expression 'nbuffer[i]=data[i++]' depends on order of evaluation of side effects [unknownEvaluationOrder]
ffe-0.3.8/src/execute.c:261:12: style: Condition 'ret==NULL' is always true [knownConditionTrueFalse]
ffe-0.3.8/src/execute.c:222:17: note: Assignment 'ret=NULL', assigned value is 0
ffe-0.3.8/src/execute.c:261:12: note: Condition 'ret==NULL' is always true
ffe-0.3.8/src/execute.c:1569:47: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
ffe-0.3.8/src/execute.c:1573:47: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
ffe-0.3.8/src/execute.c:261:12: style: Same expression on both sides of '==' because the value of 'ret' and 'NULL' are the same. [duplicateExpression]
ffe-0.3.8/src/execute.c:222:17: note: 'ret' is assigned value 'NULL' here.
ffe-0.3.8/src/execute.c:261:12: note: Same expression on both sides of '==' because the value of 'ret' and 'NULL' are the same.
ffe-0.3.8/src/execute.c:305:9: style: The scope of the variable 'c' can be reduced. [variableScope]
ffe-0.3.8/src/execute.c:546:23: style: The scope of the variable 't' can be reduced. [variableScope]
ffe-0.3.8/src/execute.c:546:26: style: The scope of the variable 's' can be reduced. [variableScope]
ffe-0.3.8/src/execute.c:701:18: style: The scope of the variable 'len' can be reduced. [variableScope]
ffe-0.3.8/src/execute.c:794:9: style: The scope of the variable 'votes' can be reduced. [variableScope]
ffe-0.3.8/src/execute.c:1165:14: style: The scope of the variable 'field_start' can be reduced. [variableScope]
ffe-0.3.8/src/execute.c:1170:9: style: The scope of the variable 'cur_pos' can be reduced. [variableScope]
ffe-0.3.8/src/execute.c:1170:17: style: The scope of the variable 'var_field_passed' can be reduced. [variableScope]
ffe-0.3.8/src/execute.c:1643:23: style: The scope of the variable 'p' can be reduced. [variableScope]
ffe-0.3.8/src/execute.c:1645:9: style: The scope of the variable 'inside_quote' can be reduced. [variableScope]
ffe-0.3.8/src/execute.c:220:9: style: Unused variable: fds [unusedVariable]
ffe-0.3.8/src/execute.c:221:11: style: Unused variable: pid [unusedVariable]
ffe-0.3.8/src/execute.c:223:10: style: Unused variable: command [unusedVariable]
ffe-0.3.8/src/execute.c:1320:10: style: Unused variable: in_fds [unusedVariable]
ffe-0.3.8/src/execute.c:1321:10: style: Unused variable: out_fds [unusedVariable]
ffe-0.3.8/src/execute.c:1322:12: style: Unused variable: pid [unusedVariable]
ffe-0.3.8/src/execute.c:1323:12: style: Unused variable: rfd [unusedVariable]
ffe-0.3.8/src/execute.c:1323:17: style: Unused variable: wfd [unusedVariable]
ffe-0.3.8/src/execute.c:1834:5: style: Variable 'conv_buffer' is assigned a value that is never used. [unreadVariable]
ffe-0.3.8/src/ffe.c:423:9: style: The scope of the variable 'field_count_first' can be reduced. [variableScope]
ffe-0.3.8/src/ffe.c:785:9: style: The scope of the variable 'found' can be reduced. [variableScope]
ffe-0.3.8/src/ffe.c:786:11: style: The scope of the variable 'value_file' can be reduced. [variableScope]
ffe-0.3.8/src/ffe.c:873:18: style: The scope of the variable 'i' can be reduced. [variableScope]
ffe-0.3.8/src/ffe.c:874:12: style: The scope of the variable 'min_init' can be reduced. [variableScope]
ffe-0.3.8/src/ffe.c:874:9: style: Unused variable: rc [unusedVariable]
ffe-0.3.8/src/ffe.c:875:12: style: Unused variable: buflen [unusedVariable]
ffe-0.3.8/src/ffe.c:876:11: style: Unused variable: errbuf [unusedVariable]
ffe-0.3.8/src/parserc.c:380:16: style: The scope of the variable 'char_in_buffer' can be reduced. [variableScope]
ffe-0.3.8/src/parserc.c:448:23: style: The scope of the variable 'c' can be reduced. [variableScope]
ffe-0.3.8/src/parserc.c:651:11: style: The scope of the variable 'param' can be reduced. [variableScope]
ffe-0.3.8/src/parserc.c:653:15: style: The scope of the variable 'j' can be reduced. [variableScope]
ffe-0.3.8/src/parserc.c:655:9: style: The scope of the variable 'quoted' can be reduced. [variableScope]
ffe-0.3.8/src/parserc.c:328:9: style: Unused variable: fds [unusedVariable]
ffe-0.3.8/src/parserc.c:329:11: style: Unused variable: pid [unusedVariable]
ffe-0.3.8/src/parserc.c:1220:9: style: Unused variable: argtypes [unusedVariable]
[21:46]
ftp://ftp.se.debian.org/debian/pool/main/f/ffindex/ffindex_0.9.9.7.orig.tar.gz
ffindex-0.9.9.7/src/ext/fmemopen.c:33:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
ffindex-0.9.9.7/src/ffindex.c:188:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ffindex-0.9.9.7/src/ffindex.c:188:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ffindex-0.9.9.7/src/ffindex.c:290:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ffindex-0.9.9.7/src/ffindex.c:290:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ffindex-0.9.9.7/src/ffindex.c:383:5: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ffindex-0.9.9.7/src/ffindex.c:81:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ffindex-0.9.9.7/src/ffindex.c:77:0: note: Variable 'ret' is reassigned a value before the old one has been used.
ffindex-0.9.9.7/src/ffindex.c:81:3: note: Variable 'ret' is reassigned a value before the old one has been used.
ffindex-0.9.9.7/src/ffindex.c:210:67: style: Function 'ffindex_insert_dir' argument 3 names different: declaration 'offset' definition 'start_offset'. [funcArgNamesDifferent]
ffindex-0.9.9.7/src/ffindex.h:87:67: note: Function 'ffindex_insert_dir' argument 3 names different: declaration 'offset' definition 'start_offset'.
ffindex-0.9.9.7/src/ffindex.c:210:67: note: Function 'ffindex_insert_dir' argument 3 names different: declaration 'offset' definition 'start_offset'.
ffindex-0.9.9.7/src/ffindex.c:522:71: style: Function 'ffindex_fopen_by_name' argument 3 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
ffindex-0.9.9.7/src/ffindex.h:94:71: note: Function 'ffindex_fopen_by_name' argument 3 names different: declaration 'name' definition 'filename'.
ffindex-0.9.9.7/src/ffindex.c:522:71: note: Function 'ffindex_fopen_by_name' argument 3 names different: declaration 'name' definition 'filename'.
ffindex-0.9.9.7/src/ffindex.c:584:63: style: Function 'ffindex_unlink' argument 2 names different: declaration 'entry_name' definition 'name_to_unlink'. [funcArgNamesDifferent]
ffindex-0.9.9.7/src/ffindex.h:129:63: note: Function 'ffindex_unlink' argument 2 names different: declaration 'entry_name' definition 'name_to_unlink'.
ffindex-0.9.9.7/src/ffindex.c:584:63: note: Function 'ffindex_unlink' argument 2 names different: declaration 'entry_name' definition 'name_to_unlink'.
ffindex-0.9.9.7/src/ffindex_apply_mpi.c:153:7: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ffindex-0.9.9.7/src/ffindex_apply_mpi.c:153:7: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ffindex-0.9.9.7/src/ffindex_apply_mpi.c:297:34: warning: Either the condition 'entry==NULL' is redundant or there is possible null pointer dereference: entry. [nullPointerRedundantCheck]
ffindex-0.9.9.7/src/ffindex_apply_mpi.c:297:16: note: Assuming that condition 'entry==NULL' is not redundant
ffindex-0.9.9.7/src/ffindex_apply_mpi.c:297:34: note: Null pointer dereference
ffindex-0.9.9.7/src/ffindex_apply_mpi.c:307:32: warning: Either the condition 'entry==NULL' is redundant or there is possible null pointer dereference: entry. [nullPointerRedundantCheck]
ffindex-0.9.9.7/src/ffindex_apply_mpi.c:307:14: note: Assuming that condition 'entry==NULL' is not redundant
ffindex-0.9.9.7/src/ffindex_apply_mpi.c:307:32: note: Null pointer dereference
ffindex-0.9.9.7/src/ffindex_apply_mpi.c:247:0: error: Memory leak: data_filename_out_rank [memleak]
ffindex-0.9.9.7/src/ffindex_apply_mpi.c:247:0: error: Memory leak: index_filename_out_rank [memleak]
ffindex-0.9.9.7/src/ffindex_apply_mpi.c:257:0: error: Memory leak: log_filename_rank [memleak]
ffindex-0.9.9.7/src/ffindex_apply_mpi_spawn.c:156:7: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ffindex-0.9.9.7/src/ffindex_apply_mpi_spawn.c:156:7: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ffindex-0.9.9.7/src/ffindex_apply_mpi_spawn.c:292:34: warning: Either the condition 'entry==NULL' is redundant or there is possible null pointer dereference: entry. [nullPointerRedundantCheck]
ffindex-0.9.9.7/src/ffindex_apply_mpi_spawn.c:292:16: note: Assuming that condition 'entry==NULL' is not redundant
ffindex-0.9.9.7/src/ffindex_apply_mpi_spawn.c:292:34: note: Null pointer dereference
ffindex-0.9.9.7/src/ffindex_apply_mpi_spawn.c:302:32: warning: Either the condition 'entry==NULL' is redundant or there is possible null pointer dereference: entry. [nullPointerRedundantCheck]
ffindex-0.9.9.7/src/ffindex_apply_mpi_spawn.c:302:14: note: Assuming that condition 'entry==NULL' is not redundant
ffindex-0.9.9.7/src/ffindex_apply_mpi_spawn.c:302:32: note: Null pointer dereference
ffindex-0.9.9.7/src/ffindex_apply_mpi_spawn.c:244:0: error: Memory leak: data_filename_out_rank [memleak]
ffindex-0.9.9.7/src/ffindex_apply_mpi_spawn.c:244:0: error: Memory leak: index_filename_out_rank [memleak]
ffindex-0.9.9.7/src/ffindex_apply_mpi_spawn.c:254:0: error: Memory leak: log_filename_rank [memleak]
ffindex-0.9.9.7/src/ffindex_build.c:105:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ffindex-0.9.9.7/src/ffindex_build.c:160:0: error: Resource leak: data_file_to_add [resourceLeak]
ffindex-0.9.9.7/src/ffindex_from_fasta.c:63:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ffindex-0.9.9.7/src/ffindex_from_fasta.c:90:10: style: The scope of the variable 'from_length' can be reduced. [variableScope]
ffindex-0.9.9.7/src/ffindex_from_tsv.c:89:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ffindex-0.9.9.7/src/ffindex_get.c:136:0: error: Resource leak: list_file [resourceLeak]
ffindex-0.9.9.7/src/ffindex_modify.c:82:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ffindex-0.9.9.7/src/ffindex_modify.c:126:0: error: Resource leak: list_file [resourceLeak]
ffindex-0.9.9.7/src/ffindex_optimize.c:34:5: warning: fprintf format string requires 1 parameter but 4 are given. [wrongPrintfScanfArgNum]
ffindex-0.9.9.7/src/ffindex_optimize.c:73:5: portability: %zd in format string (no. 3) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
ffindex-0.9.9.7/src/ffindex_optimize.c:104:27: style: Same expression on both sides of '>' because the value of 'list_filenames_index' and '0' are the same. [duplicateExpression]
ffindex-0.9.9.7/src/ffindex_optimize.c:50:33: note: 'list_filenames_index' is assigned value '0' here.
ffindex-0.9.9.7/src/ffindex_optimize.c:104:27: note: Same expression on both sides of '>' because the value of 'list_filenames_index' and '0' are the same.
ffindex-0.9.9.7/src/ffindex_optimize.c:122:0: error: Resource leak: data_file_to_add [resourceLeak]
ffindex-0.9.9.7/src/ffindex_unpack.c:76:32: warning: Either the condition 'entry==NULL' is redundant or there is possible null pointer dereference: entry. [nullPointerRedundantCheck]
ffindex-0.9.9.7/src/ffindex_unpack.c:76:14: note: Assuming that condition 'entry==NULL' is not redundant
ffindex-0.9.9.7/src/ffindex_unpack.c:76:32: note: Null pointer dereference
ffindex-0.9.9.7/src/nginx/ngx_http_ffindex_module.c:117:12: style: Unused variable: offset [unusedVariable]
[21:46]
ftp://ftp.se.debian.org/debian/pool/main/f/fflas-ffpack/fflas-ffpack_2.3.2.orig.tar.gz
fflas-ffpack-2.3.2/autotune/arithprog.C:87:9: style: The scope of the variable 'CurrTime' can be reduced. [variableScope]
fflas-ffpack-2.3.2/autotune/arithprog.C:81:25: style: Obsolete function 'std::asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
fflas-ffpack-2.3.2/autotune/charpoly.C:78:25: style: Obsolete function 'std::asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
fflas-ffpack-2.3.2/autotune/fsyrk.C:93:10: style: The scope of the variable 'BCTime' can be reduced. [variableScope]
fflas-ffpack-2.3.2/autotune/fsyrk.C:93:18: style: The scope of the variable 'RecTime' can be reduced. [variableScope]
fflas-ffpack-2.3.2/autotune/fsyrk.C:94:7: style: The scope of the variable 'iter' can be reduced. [variableScope]
fflas-ffpack-2.3.2/autotune/fsyrk.C:86:29: style: Obsolete function 'std::asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
fflas-ffpack-2.3.2/autotune/fsytrf.C:80:10: style: The scope of the variable 'BCTime' can be reduced. [variableScope]
fflas-ffpack-2.3.2/autotune/fsytrf.C:80:18: style: The scope of the variable 'RecTime' can be reduced. [variableScope]
fflas-ffpack-2.3.2/autotune/fsytrf.C:81:7: style: The scope of the variable 'iter' can be reduced. [variableScope]
fflas-ffpack-2.3.2/autotune/fsytrf.C:73:29: style: Obsolete function 'std::asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
fflas-ffpack-2.3.2/autotune/ftrtri.C:76:9: style: The scope of the variable 'BCTime' can be reduced. [variableScope]
fflas-ffpack-2.3.2/autotune/ftrtri.C:76:17: style: The scope of the variable 'RecTime' can be reduced. [variableScope]
fflas-ffpack-2.3.2/autotune/ftrtri.C:77:6: style: The scope of the variable 'iter' can be reduced. [variableScope]
fflas-ffpack-2.3.2/autotune/ftrtri.C:69:25: style: Obsolete function 'std::asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
fflas-ffpack-2.3.2/autotune/pluq.C:63:9: style: The scope of the variable 'r' can be reduced. [variableScope]
fflas-ffpack-2.3.2/autotune/pluq.C:71:26: style: Obsolete function 'std::asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
fflas-ffpack-2.3.2/autotune/winograd.C:85:26: style: Obsolete function 'std::asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
fflas-ffpack-2.3.2/benchmarks/benchmark-checkers.C:148:37: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fflas-ffpack-2.3.2/benchmarks/benchmark-checkers.C:149:37: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fflas-ffpack-2.3.2/benchmarks/benchmark-checkers.C:150:43: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fflas-ffpack-2.3.2/benchmarks/benchmark-checkers.C:151:37: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fflas-ffpack-2.3.2/benchmarks/benchmark-dgemm.C:83:11: style: Same expression on both sides of '>' because the value of 'iter' and '1' are the same. [duplicateExpression]
fflas-ffpack-2.3.2/benchmarks/benchmark-dgemm.C:55:16: note: 'iter' is assigned value '1' here.
fflas-ffpack-2.3.2/benchmarks/benchmark-dgemm.C:83:11: note: Same expression on both sides of '>' because the value of 'iter' and '1' are the same.
fflas-ffpack-2.3.2/benchmarks/benchmark-echelon.C:243:9: style: Same expression on both sides of '==' because the value of 'NBK' and '-1' are the same. [duplicateExpression]
fflas-ffpack-2.3.2/benchmarks/benchmark-echelon.C:224:13: note: 'NBK' is assigned value '-1' here.
fflas-ffpack-2.3.2/benchmarks/benchmark-echelon.C:243:9: note: Same expression on both sides of '==' because the value of 'NBK' and '-1' are the same.
fflas-ffpack-2.3.2/benchmarks/benchmark-echelon.C:269:15: style: The scope of the variable 'R' can be reduced. [variableScope]
fflas-ffpack-2.3.2/benchmarks/benchmark-echelon.C:50:18: style: Variable 'E' is assigned a value that is never used. [unreadVariable]
fflas-ffpack-2.3.2/benchmarks/benchmark-echelon.C:264:0: error: Memory leak: U [memleak]
fflas-ffpack-2.3.2/benchmarks/benchmark-echelon.C:66:27: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fflas-ffpack-2.3.2/benchmarks/benchmark-echelon.C:67:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fflas-ffpack-2.3.2/benchmarks/benchmark-echelon.C:285:18: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fflas-ffpack-2.3.2/benchmarks/benchmark-fadd-lvl2.C:47:0: style: Variable 'file' is assigned a value that is never used. [unreadVariable]
fflas-ffpack-2.3.2/benchmarks/benchmark-fgemm.C:83:9: style: Same expression on both sides of '==' because the value of 'NBK' and '-1' are the same. [duplicateExpression]
fflas-ffpack-2.3.2/benchmarks/benchmark-fgemm.C:66:13: note: 'NBK' is assigned value '-1' here.
fflas-ffpack-2.3.2/benchmarks/benchmark-fgemm.C:83:9: note: Same expression on both sides of '==' because the value of 'NBK' and '-1' are the same.
fflas-ffpack-2.3.2/benchmarks/benchmark-fgemv.C:72:9: style: Same expression on both sides of '==' because the value of 'NBK' and '-1' are the same. [duplicateExpression]
fflas-ffpack-2.3.2/benchmarks/benchmark-fgemv.C:56:13: note: 'NBK' is assigned value '-1' here.
fflas-ffpack-2.3.2/benchmarks/benchmark-fgemv.C:72:9: note: Same expression on both sides of '==' because the value of 'NBK' and '-1' are the same.
fflas-ffpack-2.3.2/benchmarks/benchmark-fspmm.C:117:20: warning: Possible null pointer dereference: st [nullPointer]
fflas-ffpack-2.3.2/benchmarks/benchmark-fspmm.C:113:21: note: Assignment 'st=nullptr', assigned value is 0
fflas-ffpack-2.3.2/benchmarks/benchmark-fspmm.C:117:20: note: Null pointer dereference
fflas-ffpack-2.3.2/benchmarks/benchmark-fspmm.C:115:2: style: Variable 'row' is reassigned a value before the old one has been used. [redundantAssignment]
fflas-ffpack-2.3.2/benchmarks/benchmark-fspmm.C:108:0: note: Variable 'row' is reassigned a value before the old one has been used.
fflas-ffpack-2.3.2/benchmarks/benchmark-fspmm.C:115:2: note: Variable 'row' is reassigned a value before the old one has been used.
fflas-ffpack-2.3.2/benchmarks/benchmark-fspmv.C:116:20: warning: Possible null pointer dereference: st [nullPointer]
fflas-ffpack-2.3.2/benchmarks/benchmark-fspmv.C:112:21: note: Assignment 'st=nullptr', assigned value is 0
fflas-ffpack-2.3.2/benchmarks/benchmark-fspmv.C:116:20: note: Null pointer dereference
fflas-ffpack-2.3.2/benchmarks/benchmark-fsyrk.C:64:19: style: The scope of the variable 'A' can be reduced. [variableScope]
fflas-ffpack-2.3.2/benchmarks/benchmark-fsyrk.C:64:23: style: The scope of the variable 'C' can be reduced. [variableScope]
fflas-ffpack-2.3.2/benchmarks/benchmark-fsyrk.C:46:0: style: Variable 'file' is assigned a value that is never used. [unreadVariable]
fflas-ffpack-2.3.2/benchmarks/benchmark-ftrsm.C:62:9: style: Same expression on both sides of '==' because the value of 'NBK' and '-1' are the same. [duplicateExpression]
fflas-ffpack-2.3.2/benchmarks/benchmark-ftrsm.C:45:13: note: 'NBK' is assigned value '-1' here.
fflas-ffpack-2.3.2/benchmarks/benchmark-ftrsm.C:62:9: note: Same expression on both sides of '==' because the value of 'NBK' and '-1' are the same.
fflas-ffpack-2.3.2/benchmarks/benchmark-pluq.C:193:21: style: Variable 'NBK' is assigned a value that is never used. [unreadVariable]
fflas-ffpack-2.3.2/benchmarks/benchmark-wino.C:160:6: style: Expression is always false because 'else if' condition matches previous condition at line 138. [multiCondition]
fflas-ffpack-2.3.2/benchmarks/benchmark-wino.C:161:13: style: Same expression on both sides of '==' because the value of 'type' and '"double"' are the same. [duplicateExpression]
fflas-ffpack-2.3.2/benchmarks/benchmark-wino.C:116:21: note: 'type' is assigned value '"double"' here.
fflas-ffpack-2.3.2/benchmarks/benchmark-wino.C:161:13: note: Same expression on both sides of '==' because the value of 'type' and '"double"' are the same.
fflas-ffpack-2.3.2/benchmarks/benchmark-wino.C:166:13: style: Same expression on both sides of '==' because the value of 'type' and '"double"' are the same. [duplicateExpression]
fflas-ffpack-2.3.2/benchmarks/benchmark-wino.C:116:21: note: 'type' is assigned value '"double"' here.
fflas-ffpack-2.3.2/benchmarks/benchmark-wino.C:166:13: note: Same expression on both sides of '==' because the value of 'type' and '"double"' are the same.
fflas-ffpack-2.3.2/benchmarks/benchmark-wino.C:172:14: style: Same expression on both sides of '||' because the value of 'compare' and 'levelasmax' are the same. [duplicateExpression]
fflas-ffpack-2.3.2/benchmarks/benchmark-wino.C:114:17: note: 'compare' is assigned value 'false' here.
fflas-ffpack-2.3.2/benchmarks/benchmark-wino.C:117:20: note: 'levelasmax' is assigned value 'false' here.
fflas-ffpack-2.3.2/benchmarks/benchmark-wino.C:172:14: note: Same expression on both sides of '||' because the value of 'compare' and 'levelasmax' are the same.
fflas-ffpack-2.3.2/benchmarks/benchmark-wino.C:53:9: style: The scope of the variable 'basetime' can be reduced. [variableScope]
fflas-ffpack-2.3.2/benchmarks/benchmark-wino.C:53:24: style: The scope of the variable 'time' can be reduced. [variableScope]
fflas-ffpack-2.3.2/macros/CodeChunk/instrset.h:209:14: style: Unused private function: 'Static_error_check < false >::Static_error_check' [unusedPrivateFunction]
fflas-ffpack-2.3.2/macros/CodeChunk/instrset.h:209:14: performance: Technically the member function 'Static_error_check < false >::Static_error_check' can be static. [functionStatic]
fflas-ffpack-2.3.2/tests/test-bini-p.C:100:8: style: Technically the member function 'FFLAS::Packer < double , 2 >::accu' can be const. [functionConst]
fflas-ffpack-2.3.2/tests/test-charpoly-check.C:61:19: style: The scope of the variable 'N' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-charpoly.C:193:0: style: Variable 'file' is assigned a value that is never used. [unreadVariable]
fflas-ffpack-2.3.2/tests/test-det-check.C:69:8: style: Same expression on both sides of '==' because the value of 'n' and '0' are the same. [duplicateExpression]
fflas-ffpack-2.3.2/tests/test-det-check.C:54:14: note: 'n' is assigned value '0' here.
fflas-ffpack-2.3.2/tests/test-det-check.C:69:8: note: Same expression on both sides of '==' because the value of 'n' and '0' are the same.
fflas-ffpack-2.3.2/tests/test-fdot.C:125:31: warning: Either the condition 'F==nullptr' is redundant or there is possible null pointer dereference: F. [nullPointerRedundantCheck]
fflas-ffpack-2.3.2/tests/test-fdot.C:126:8: note: Assuming that condition 'F==nullptr' is not redundant
fflas-ffpack-2.3.2/tests/test-fdot.C:125:31: note: Null pointer dereference
fflas-ffpack-2.3.2/tests/test-fgemm.C:237:9: style: The scope of the variable 'm' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-fgemm.C:237:11: style: The scope of the variable 'n' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-fgemm.C:237:13: style: The scope of the variable 'k' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-fgemm.C:238:9: style: The scope of the variable 'lda' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-fgemm.C:238:13: style: The scope of the variable 'ldb' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-fgemm.C:238:17: style: The scope of the variable 'ldc' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-fgemm.C:242:9: style: The scope of the variable 'ld' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-fgemv.C:268:9: style: The scope of the variable 'm' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-fgemv.C:268:11: style: The scope of the variable 'k' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-fgemv.C:269:9: style: The scope of the variable 'lda' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-fgemv.C:269:13: style: The scope of the variable 'incX' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-fgemv.C:269:19: style: The scope of the variable 'incY' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-fgemv.C:270:9: style: The scope of the variable 'ld' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-fger.C:191:9: style: The scope of the variable 'm' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-fger.C:191:11: style: The scope of the variable 'n' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-fger.C:192:9: style: The scope of the variable 'inca' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-fger.C:192:14: style: The scope of the variable 'incb' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-fger.C:192:19: style: The scope of the variable 'ldc' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-fspmm-recint.C:109:24: warning: Possible null pointer dereference: row [nullPointer]
fflas-ffpack-2.3.2/tests/test-fspmm-recint.C:100:20: note: Assignment 'row=nullptr', assigned value is 0
fflas-ffpack-2.3.2/tests/test-fspmm-recint.C:109:24: note: Null pointer dereference
fflas-ffpack-2.3.2/tests/test-fsyrk.C:224:31: warning: Either the condition 'F==nullptr' is redundant or there is possible null pointer dereference: F. [nullPointerRedundantCheck]
fflas-ffpack-2.3.2/tests/test-fsyrk.C:225:8: note: Assuming that condition 'F==nullptr' is not redundant
fflas-ffpack-2.3.2/tests/test-fsyrk.C:224:31: note: Null pointer dereference
fflas-ffpack-2.3.2/tests/test-ftrmm.C:127:31: warning: Either the condition 'F==nullptr' is redundant or there is possible null pointer dereference: F. [nullPointerRedundantCheck]
fflas-ffpack-2.3.2/tests/test-ftrmm.C:128:8: note: Assuming that condition 'F==nullptr' is not redundant
fflas-ffpack-2.3.2/tests/test-ftrmm.C:127:31: note: Null pointer dereference
fflas-ffpack-2.3.2/tests/test-ftrmv.C:114:31: warning: Either the condition 'F==nullptr' is redundant or there is possible null pointer dereference: F. [nullPointerRedundantCheck]
fflas-ffpack-2.3.2/tests/test-ftrmv.C:115:8: note: Assuming that condition 'F==nullptr' is not redundant
fflas-ffpack-2.3.2/tests/test-ftrmv.C:114:31: note: Null pointer dereference
fflas-ffpack-2.3.2/tests/test-ftrsm-check.C:77:39: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
fflas-ffpack-2.3.2/tests/test-ftrsm-check.C:73:36: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fflas-ffpack-2.3.2/tests/test-ftrsm-check.C:74:36: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fflas-ffpack-2.3.2/tests/test-ftrsm-check.C:75:42: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fflas-ffpack-2.3.2/tests/test-ftrsm-check.C:76:36: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fflas-ffpack-2.3.2/tests/test-ftrsm.C:151:31: warning: Either the condition 'F==nullptr' is redundant or there is possible null pointer dereference: F. [nullPointerRedundantCheck]
fflas-ffpack-2.3.2/tests/test-ftrsm.C:152:8: note: Assuming that condition 'F==nullptr' is not redundant
fflas-ffpack-2.3.2/tests/test-ftrsm.C:151:31: note: Null pointer dereference
fflas-ffpack-2.3.2/tests/test-ftrsv.C:113:31: warning: Either the condition 'F==nullptr' is redundant or there is possible null pointer dereference: F. [nullPointerRedundantCheck]
fflas-ffpack-2.3.2/tests/test-ftrsv.C:114:8: note: Assuming that condition 'F==nullptr' is not redundant
fflas-ffpack-2.3.2/tests/test-ftrsv.C:113:31: note: Null pointer dereference
fflas-ffpack-2.3.2/tests/test-ftrtri.C:120:34: warning: Either the condition 'F==nullptr' is redundant or there is possible null pointer dereference: F. [nullPointerRedundantCheck]
fflas-ffpack-2.3.2/tests/test-ftrtri.C:121:11: note: Assuming that condition 'F==nullptr' is not redundant
fflas-ffpack-2.3.2/tests/test-ftrtri.C:120:34: note: Null pointer dereference
fflas-ffpack-2.3.2/tests/test-igemm.C:0:0: error: Invalid value: 1_ui64 [cppcheckError]
fflas-ffpack-2.3.2/tests/test-igemm.C:0:0: note: Invalid value: 1_ui64
fflas-ffpack-2.3.2/tests/test-igemm.C:0:0: note: Invalid value: 1_ui64
fflas-ffpack-2.3.2/tests/test-io.C:165:9: style: Condition '!ok' is always false [knownConditionTrueFalse]
fflas-ffpack-2.3.2/tests/test-io.C:160:10: note: Assignment 'ok=true', assigned value is 1
fflas-ffpack-2.3.2/tests/test-io.C:165:9: note: Condition '!ok' is always false
fflas-ffpack-2.3.2/tests/test-minpoly.C:170:31: warning: Either the condition 'F==nullptr' is redundant or there is possible null pointer dereference: F. [nullPointerRedundantCheck]
fflas-ffpack-2.3.2/tests/test-minpoly.C:172:8: note: Assuming that condition 'F==nullptr' is not redundant
fflas-ffpack-2.3.2/tests/test-minpoly.C:170:31: note: Null pointer dereference
fflas-ffpack-2.3.2/tests/test-paladin-splitter.C:52:47: performance: Function parameter 'printStrat' should be passed by const reference. [passedByValue]
fflas-ffpack-2.3.2/tests/test-paladin-splitter.C:116:47: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fflas-ffpack-2.3.2/tests/test-paladin-splitter.C:120:47: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fflas-ffpack-2.3.2/tests/test-paladin-splitter.C:124:47: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fflas-ffpack-2.3.2/tests/test-paladin-splitter.C:146:26: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fflas-ffpack-2.3.2/tests/test-paladin-splitter.C:154:37: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
fflas-ffpack-2.3.2/tests/test-paladin-task.C:57:9: style: The scope of the variable 'x' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-paladin-task.C:57:14: style: The scope of the variable 'y' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-paladin-task.C:57:19: style: The scope of the variable 'z' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-pfgemm-DSL.C:116:16: style: The scope of the variable 'delay' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-pluq-check.C:65:8: style: Same expression on both sides of '==' because the value of 'm' and '0' are the same. [duplicateExpression]
fflas-ffpack-2.3.2/tests/test-pluq-check.C:51:11: note: 'm' is assigned value '0' here.
fflas-ffpack-2.3.2/tests/test-pluq-check.C:65:8: note: Same expression on both sides of '==' because the value of 'm' and '0' are the same.
fflas-ffpack-2.3.2/tests/test-pluq-check.C:65:13: style: Same expression on both sides of '||' because the value of 'm==0' and 'n==0' are the same. [duplicateExpression]
fflas-ffpack-2.3.2/tests/test-pluq-check.C:51:11: note: 'm' is assigned value '0' here.
fflas-ffpack-2.3.2/tests/test-pluq-check.C:51:15: note: 'n' is assigned value '0' here.
fflas-ffpack-2.3.2/tests/test-pluq-check.C:65:13: note: Same expression on both sides of '||' because the value of 'm==0' and 'n==0' are the same.
fflas-ffpack-2.3.2/tests/test-pluq-check.C:65:18: style: Same expression on both sides of '==' because the value of 'n' and '0' are the same. [duplicateExpression]
fflas-ffpack-2.3.2/tests/test-pluq-check.C:51:15: note: 'n' is assigned value '0' here.
fflas-ffpack-2.3.2/tests/test-pluq-check.C:65:18: note: Same expression on both sides of '==' because the value of 'n' and '0' are the same.
fflas-ffpack-2.3.2/tests/test-pluq.C:123:3: style: Variable 'R' is reassigned a value before the old one has been used. [redundantAssignment]
fflas-ffpack-2.3.2/tests/test-pluq.C:116:3: note: Variable 'R' is reassigned a value before the old one has been used.
fflas-ffpack-2.3.2/tests/test-pluq.C:123:3: note: Variable 'R' is reassigned a value before the old one has been used.
fflas-ffpack-2.3.2/tests/test-ppluq.C:226:9: style: The scope of the variable 'delay' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-simd.C:390:13: style: Same expression on both sides of '&&' because the value of 'sse' and 'avx' are the same. [duplicateExpression]
fflas-ffpack-2.3.2/tests/test-simd.C:374:13: note: 'sse' is assigned value 'true' here.
fflas-ffpack-2.3.2/tests/test-simd.C:374:25: note: 'avx' is assigned value 'true' here.
fflas-ffpack-2.3.2/tests/test-simd.C:390:13: note: Same expression on both sides of '&&' because the value of 'sse' and 'avx' are the same.
fflas-ffpack-2.3.2/tests/test-simd.C:410:13: style: Same expression on both sides of '&&' because the value of 'sse' and 'avx' are the same. [duplicateExpression]
fflas-ffpack-2.3.2/tests/test-simd.C:395:13: note: 'sse' is assigned value 'true' here.
fflas-ffpack-2.3.2/tests/test-simd.C:395:25: note: 'avx' is assigned value 'true' here.
fflas-ffpack-2.3.2/tests/test-simd.C:410:13: note: Same expression on both sides of '&&' because the value of 'sse' and 'avx' are the same.
fflas-ffpack-2.3.2/tests/test-simd.C:416:6: style: The scope of the variable 'vectorSize' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-simd.C:417:6: style: The scope of the variable 'max' can be reduced. [variableScope]
fflas-ffpack-2.3.2/tests/test-simd.C:116:106: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
fflas-ffpack-2.3.2/tests/test-simd.C:150:100: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
fflas-ffpack-2.3.2/tests/test-simd.C:199:100: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
fflas-ffpack-2.3.2/tests/test-simd.C:254:100: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
fflas-ffpack-2.3.2/tests/test-solve.C:119:31: warning: Either the condition 'F==nullptr' is redundant or there is possible null pointer dereference: F. [nullPointerRedundantCheck]
fflas-ffpack-2.3.2/tests/test-solve.C:120:8: note: Assuming that condition 'F==nullptr' is not redundant
fflas-ffpack-2.3.2/tests/test-solve.C:119:31: note: Null pointer dereference
[21:46]
ftp://ftp.se.debian.org/debian/pool/main/f/ffmpeg/ffmpeg_4.0.2.orig.tar.xz.asc
ftp://ftp.se.debian.org/debian/pool/main/f/ffmpeg-php/ffmpeg-php_0.6.0.orig.tar.gz
ffmpeg-php-0.6.0/ffmpeg_frame.c:106:5: style: Variable 'ff_frame' is reassigned a value before the old one has been used. [redundantAssignment]
ffmpeg-php-0.6.0/ffmpeg_frame.c:104:0: note: Variable 'ff_frame' is reassigned a value before the old one has been used.
ffmpeg-php-0.6.0/ffmpeg_frame.c:106:5: note: Variable 'ff_frame' is reassigned a value before the old one has been used.
ffmpeg-php-0.6.0/ffmpeg_frame.c:190:42: style: Function '_php_convert_frame' argument 1 names different: declaration 'ff_frame' definition 'ff_frame_ctx'. [funcArgNamesDifferent]
ffmpeg-php-0.6.0/ffmpeg_frame.h:72:42: note: Function '_php_convert_frame' argument 1 names different: declaration 'ff_frame' definition 'ff_frame_ctx'.
ffmpeg-php-0.6.0/ffmpeg_frame.c:190:42: note: Function '_php_convert_frame' argument 1 names different: declaration 'ff_frame' definition 'ff_frame_ctx'.
ffmpeg-php-0.6.0/ffmpeg_frame.c:190:60: style: Function '_php_convert_frame' argument 2 names different: declaration 'new_fmt' definition 'dst_fmt'. [funcArgNamesDifferent]
ffmpeg-php-0.6.0/ffmpeg_frame.h:72:56: note: Function '_php_convert_frame' argument 2 names different: declaration 'new_fmt' definition 'dst_fmt'.
ffmpeg-php-0.6.0/ffmpeg_frame.c:190:60: note: Function '_php_convert_frame' argument 2 names different: declaration 'new_fmt' definition 'dst_fmt'.
ffmpeg-php-0.6.0/ffmpeg_movie.c:810:5: style: Variable 'decoder_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
ffmpeg-php-0.6.0/ffmpeg_movie.c:808:0: note: Variable 'decoder_ctx' is reassigned a value before the old one has been used.
ffmpeg-php-0.6.0/ffmpeg_movie.c:810:5: note: Variable 'decoder_ctx' is reassigned a value before the old one has been used.
ffmpeg-php-0.6.0/ffmpeg_movie.c:940:5: style: Variable 'decoder_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
ffmpeg-php-0.6.0/ffmpeg_movie.c:935:0: note: Variable 'decoder_ctx' is reassigned a value before the old one has been used.
ffmpeg-php-0.6.0/ffmpeg_movie.c:940:5: note: Variable 'decoder_ctx' is reassigned a value before the old one has been used.
ffmpeg-php-0.6.0/ffmpeg_movie.c:1070:5: style: Variable 'decoder_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
ffmpeg-php-0.6.0/ffmpeg_movie.c:1068:0: note: Variable 'decoder_ctx' is reassigned a value before the old one has been used.
ffmpeg-php-0.6.0/ffmpeg_movie.c:1070:5: note: Variable 'decoder_ctx' is reassigned a value before the old one has been used.
ffmpeg-php-0.6.0/ffmpeg_movie.c:1106:5: style: Variable 'decoder_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
ffmpeg-php-0.6.0/ffmpeg_movie.c:1104:0: note: Variable 'decoder_ctx' is reassigned a value before the old one has been used.
ffmpeg-php-0.6.0/ffmpeg_movie.c:1106:5: note: Variable 'decoder_ctx' is reassigned a value before the old one has been used.
ffmpeg-php-0.6.0/ffmpeg_movie.c:1143:5: style: Variable 'decoder_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
ffmpeg-php-0.6.0/ffmpeg_movie.c:1141:0: note: Variable 'decoder_ctx' is reassigned a value before the old one has been used.
ffmpeg-php-0.6.0/ffmpeg_movie.c:1143:5: note: Variable 'decoder_ctx' is reassigned a value before the old one has been used.
ffmpeg-php-0.6.0/ffmpeg_movie.c:1246:5: style: Variable 'decoder_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
ffmpeg-php-0.6.0/ffmpeg_movie.c:1243:0: note: Variable 'decoder_ctx' is reassigned a value before the old one has been used.
ffmpeg-php-0.6.0/ffmpeg_movie.c:1246:5: note: Variable 'decoder_ctx' is reassigned a value before the old one has been used.
ffmpeg-php-0.6.0/ffmpeg_movie.c:1318:5: style: Variable 'frame' is reassigned a value before the old one has been used. [redundantAssignment]
ffmpeg-php-0.6.0/ffmpeg_movie.c:1315:0: note: Variable 'frame' is reassigned a value before the old one has been used.
ffmpeg-php-0.6.0/ffmpeg_movie.c:1318:5: note: Variable 'frame' is reassigned a value before the old one has been used.
ffmpeg-php-0.6.0/ffmpeg_movie.c:1429:5: style: Variable 'frame' is reassigned a value before the old one has been used. [redundantAssignment]
ffmpeg-php-0.6.0/ffmpeg_movie.c:1425:0: note: Variable 'frame' is reassigned a value before the old one has been used.
ffmpeg-php-0.6.0/ffmpeg_movie.c:1429:5: note: Variable 'frame' is reassigned a value before the old one has been used.
ffmpeg-php-0.6.0/ffmpeg_movie.c:275:25: style: The scope of the variable 'hashkey_length' can be reduced. [variableScope]
ffmpeg-php-0.6.0/ffmpeg_movie.c:405:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ffmpeg-php-0.6.0/ffmpeg_movie.c:429:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ffmpeg-php-0.6.0/ffmpeg_movie.c:478:14: style: The scope of the variable 'decoder' can be reduced. [variableScope]
ffmpeg-php-0.6.0/ffmpeg_movie.c:671:11: style: The scope of the variable 'rate' can be reduced. [variableScope]
ffmpeg-php-0.6.0/ffmpeg_movie.c:1316:23: style: The scope of the variable 'ff_frame' can be reduced. [variableScope]
ffmpeg-php-0.6.0/ffmpeg_movie.c:975:5: error: Pointer to local array variable returned. [returnLocalVariable]
ffmpeg-php-0.6.0/ffmpeg_tools.c:87:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
[21:46]
ftp://ftp.se.debian.org/debian/pool/main/f/ffmpeg2theora/ffmpeg2theora_0.30.orig.tar.bz2
ftp://ftp.se.debian.org/debian/pool/main/f/ffmpegthumbnailer/ffmpegthumbnailer_2.1.1.orig.tar.gz
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/filmstripfilter.h:28:10: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/ifilter.h:29:18: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/filmstripfilter.h:28:10: note: Function in derived class
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/jpegwriter.h:37:5: style: Class 'JpegWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/jpegwriter.h:38:5: style: Class 'JpegWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/jpegwriter.h:41:10: style: The function 'setText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/imagewriter.h:32:15: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/jpegwriter.h:41:10: note: Function in derived class
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/jpegwriter.h:42:10: style: The function 'writeFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/imagewriter.h:33:15: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/jpegwriter.h:42:10: note: Function in derived class
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/moviedecoder.h:45:17: style: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getCodec' can be const. [functionConst]
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/moviedecoder.cpp:125:22: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getCodec' can be const.
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/moviedecoder.h:45:17: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getCodec' can be const.
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/moviedecoder.h:50:9: style: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getWidth' can be const. [functionConst]
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/moviedecoder.cpp:188:19: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getWidth' can be const.
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/moviedecoder.h:50:9: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getWidth' can be const.
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/moviedecoder.h:51:9: style: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getHeight' can be const. [functionConst]
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/moviedecoder.cpp:198:19: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getHeight' can be const.
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/moviedecoder.h:51:9: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getHeight' can be const.
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/moviedecoder.h:52:9: style: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getDuration' can be const. [functionConst]
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/moviedecoder.cpp:208:19: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getDuration' can be const.
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/moviedecoder.h:52:9: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getDuration' can be const.
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/moviedecoder.h:59:10: performance: Technically the member function 'ffmpegthumbnailer::MovieDecoder::initializeFilterGraph' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/moviedecoder.cpp:173:20: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::initializeFilterGraph' can be static.
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/moviedecoder.h:59:10: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::initializeFilterGraph' can be static.
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/moviedecoder.h:64:10: performance: Technically the member function 'ffmpegthumbnailer::MovieDecoder::createAVFrame' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/moviedecoder.cpp:447:20: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::createAVFrame' can be static.
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/moviedecoder.h:64:10: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::createAVFrame' can be static.
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/pngwriter.h:32:2: style: Class 'PngWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/pngwriter.h:33:5: style: Class 'PngWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/pngwriter.h:36:7: style: The function 'setText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/imagewriter.h:32:15: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/pngwriter.h:36:7: note: Function in derived class
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/pngwriter.h:37:7: style: The function 'writeFrame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/imagewriter.h:33:15: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/pngwriter.h:37:7: note: Function in derived class
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/videothumbnailer.h:69:17: performance: Technically the member function 'ffmpegthumbnailer::VideoThumbnailer::getExtension' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/videothumbnailer.cpp:280:26: note: Technically the member function 'ffmpegthumbnailer::VideoThumbnailer::getExtension' can be static.
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/videothumbnailer.h:69:17: note: Technically the member function 'ffmpegthumbnailer::VideoThumbnailer::getExtension' can be static.
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/videothumbnailer.h:71:10: performance: Technically the member function 'ffmpegthumbnailer::VideoThumbnailer::generateHistogram' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/videothumbnailer.cpp:323:24: note: Technically the member function 'ffmpegthumbnailer::VideoThumbnailer::generateHistogram' can be static.
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/videothumbnailer.h:71:10: note: Technically the member function 'ffmpegthumbnailer::VideoThumbnailer::generateHistogram' can be static.
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/videothumbnailer.h:72:9: performance: Technically the member function 'ffmpegthumbnailer::VideoThumbnailer::getBestThumbnailIndex' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/videothumbnailer.cpp:337:23: note: Technically the member function 'ffmpegthumbnailer::VideoThumbnailer::getBestThumbnailIndex' can be static.
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/videothumbnailer.h:72:9: note: Technically the member function 'ffmpegthumbnailer::VideoThumbnailer::getBestThumbnailIndex' can be static.
ffmpegthumbnailer-2.1.1/libffmpegthumbnailer/videothumbnailer.cpp:300:5: warning: Return value of std::remove_if() ignored. Elements remain in container. [uselessCallsRemove]
ffmpegthumbnailer-2.1.1/main.cpp:203:70: style: Function 'determineImageTypeFromString' argument 1 names different: declaration 'filename' definition 'type'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/main.cpp:39:70: note: Function 'determineImageTypeFromString' argument 1 names different: declaration 'filename' definition 'type'.
ffmpegthumbnailer-2.1.1/main.cpp:203:70: note: Function 'determineImageTypeFromString' argument 1 names different: declaration 'filename' definition 'type'.
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:7620:36: style: Condition '!AlwaysTrue()' is always false [knownConditionTrueFalse]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:8073:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:8053:0: note: Variable 'result' is reassigned a value before the old one has been used.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:8073:3: note: Variable 'result' is reassigned a value before the old one has been used.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:2463:49: style: Function 'AssertionFailure' argument 1 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:17735:60: note: Function 'AssertionFailure' argument 1 names different: declaration 'msg' definition 'message'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:2463:49: note: Function 'AssertionFailure' argument 1 names different: declaration 'msg' definition 'message'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:3143:55: style: Function 'StringStreamToString' argument 1 names different: declaration 'stream' definition 'ss'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:3483:66: note: Function 'StringStreamToString' argument 1 names different: declaration 'stream' definition 'ss'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:3143:55: note: Function 'StringStreamToString' argument 1 names different: declaration 'stream' definition 'ss'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:3661:39: style: Function 'TestInfo' argument 1 names different: declaration 'test_case_name' definition 'a_test_case_name'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18111:31: note: Function 'TestInfo' argument 1 names different: declaration 'test_case_name' definition 'a_test_case_name'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:3661:39: note: Function 'TestInfo' argument 1 names different: declaration 'test_case_name' definition 'a_test_case_name'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:3662:39: style: Function 'TestInfo' argument 2 names different: declaration 'name' definition 'a_name'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18112:31: note: Function 'TestInfo' argument 2 names different: declaration 'name' definition 'a_name'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:3662:39: note: Function 'TestInfo' argument 2 names different: declaration 'name' definition 'a_name'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:3874:32: style: Function 'TestCase' argument 1 names different: declaration 'name' definition 'a_name'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18173:24: note: Function 'TestCase' argument 1 names different: declaration 'name' definition 'a_name'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:3874:32: note: Function 'TestCase' argument 1 names different: declaration 'name' definition 'a_name'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4460:1: style: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4395:51: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4460:1: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4461:1: style: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4397:57: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4461:1: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4462:1: style: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4399:48: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4462:1: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4463:1: style: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4400:44: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4463:1: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4464:1: style: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4401:55: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4464:1: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4465:1: style: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4404:60: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4465:1: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4466:1: style: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4398:55: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4466:1: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4467:1: style: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4405:58: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4467:1: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4468:1: style: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4402:42: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4468:1: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4469:1: style: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4403:46: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4469:1: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4470:1: style: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4407:49: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:4470:1: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:5865:30: style: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:662:41: note: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:5865:30: note: Function 'ShouldShard' argument 1 names different: declaration 'total_shards_str' definition 'total_shards_env'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:5866:30: style: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:663:41: note: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:5866:30: note: Function 'ShouldShard' argument 2 names different: declaration 'shard_index_str' definition 'shard_index_env'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:5910:37: style: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:669:48: note: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:5910:37: note: Function 'Int32FromEnvOrDie' argument 1 names different: declaration 'env_var' definition 'var'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:8976:46: style: Function 'BoolFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:3047:46: note: Function 'BoolFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:8976:46: note: Function 'BoolFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:8986:49: style: Function 'Int32FromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:3048:60: note: Function 'Int32FromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:8986:49: note: Function 'Int32FromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:9008:62: style: Function 'StringFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:3049:62: note: Function 'StringFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:9008:62: note: Function 'StringFromGTestEnv' argument 2 names different: declaration 'default_val' definition 'default_value'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:10518:46: style: Function 'ExpectationBase' argument 1 names different: declaration 'file' definition 'a_file'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9253:31: note: Function 'ExpectationBase' argument 1 names different: declaration 'file' definition 'a_file'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:10518:46: note: Function 'ExpectationBase' argument 1 names different: declaration 'file' definition 'a_file'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:10519:38: style: Function 'ExpectationBase' argument 2 names different: declaration 'line' definition 'a_line'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9253:41: note: Function 'ExpectationBase' argument 2 names different: declaration 'line' definition 'a_line'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:10519:38: note: Function 'ExpectationBase' argument 2 names different: declaration 'line' definition 'a_line'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:10520:48: style: Function 'ExpectationBase' argument 3 names different: declaration 'source_text' definition 'a_source_text'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9253:61: note: Function 'ExpectationBase' argument 3 names different: declaration 'source_text' definition 'a_source_text'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:10520:48: note: Function 'ExpectationBase' argument 3 names different: declaration 'source_text' definition 'a_source_text'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:10539:61: style: Function 'SpecifyCardinality' argument 1 names different: declaration 'cardinality' definition 'a_cardinality'. [funcArgNamesDifferent]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9312:46: note: Function 'SpecifyCardinality' argument 1 names different: declaration 'cardinality' definition 'a_cardinality'.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:10539:61: note: Function 'SpecifyCardinality' argument 1 names different: declaration 'cardinality' definition 'a_cardinality'.
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:7782:0: warning: Found function call inside sizeof(). [sizeofFunctionCall]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:854:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:854:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:854:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:854:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:854:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:854:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:854:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:854:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:854:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:854:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:857:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:857:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:857:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:857:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:857:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:857:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:857:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:857:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:857:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:857:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:859:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:859:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:859:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:859:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:859:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:859:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:859:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:859:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:859:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:859:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:862:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:862:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:862:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:862:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:862:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:862:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:862:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:862:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:862:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:862:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:887:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:887:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:887:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:887:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:887:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:887:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:887:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:887:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:887:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:887:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:890:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:890:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:890:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:890:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:890:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:890:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:890:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:890:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:890:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:890:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:894:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:894:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:894:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:894:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:894:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:894:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:894:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:894:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:894:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:894:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:897:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:897:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:897:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:897:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:897:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:897:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:897:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:897:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:897:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:897:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:930:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:930:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:930:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:930:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:930:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:930:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:930:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:930:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:930:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:930:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:933:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:933:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:933:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:933:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:933:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:933:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:933:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:933:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:933:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:933:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:935:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:935:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:935:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:935:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:935:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:935:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:935:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:935:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:935:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:935:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:938:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:938:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:938:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:938:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:938:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:938:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:938:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:938:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:938:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:938:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:968:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:968:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:968:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:968:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:968:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:968:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:968:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:968:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:968:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:968:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:971:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:971:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:971:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:971:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:971:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:971:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:971:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:971:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:971:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:971:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:974:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:974:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:974:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:974:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:974:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:974:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:974:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:974:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:974:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:974:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:977:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:977:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:977:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:977:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:977:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:977:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:977:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:977:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:977:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:977:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1009:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1009:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1009:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1009:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1009:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1009:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1009:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1009:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1009:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1009:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1013:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1013:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1013:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1013:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1013:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1013:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1013:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1013:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1013:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1013:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1016:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1016:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1016:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1016:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1016:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1016:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1016:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1016:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1016:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1016:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1019:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1019:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1019:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1019:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1019:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1019:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1019:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1019:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1019:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1019:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1054:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1054:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1054:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1054:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1054:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1054:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1054:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1054:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1054:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1054:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1058:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1058:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1058:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1058:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1058:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1058:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1058:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1058:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1058:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1058:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1061:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1061:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1061:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1061:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1061:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1061:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1061:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1061:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1061:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1061:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1064:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1064:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1064:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1064:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1064:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1064:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1064:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1064:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1064:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1064:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1101:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1105:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1108:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1111:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1151:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1151:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1151:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1151:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1151:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1151:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1151:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1151:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1151:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1151:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1155:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1155:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1155:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1155:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1155:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1155:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1155:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1155:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1155:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1155:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1158:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1158:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1158:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1158:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1158:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1158:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1158:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1158:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1158:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1158:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1161:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1161:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1161:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1161:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1161:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1161:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1161:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1161:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1161:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1161:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1203:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1203:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1203:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1203:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1203:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1203:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1203:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1203:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1203:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1203:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1207:3: warning: Member variable 'tuple::f0_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1207:3: warning: Member variable 'tuple::f1_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1207:3: warning: Member variable 'tuple::f2_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1207:3: warning: Member variable 'tuple::f3_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1207:3: warning: Member variable 'tuple::f4_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1207:3: warning: Member variable 'tuple::f5_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1207:3: warning: Member variable 'tuple::f6_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1207:3: warning: Member variable 'tuple::f7_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1207:3: warning: Member variable 'tuple::f8_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1207:3: warning: Member variable 'tuple::f9_' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1210:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1210:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1210:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1210:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1210:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1210:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1210:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1210:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1210:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1210:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1213:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1213:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1213:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1213:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1213:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1213:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1213:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1213:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1213:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1213:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1266:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1266:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1266:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1266:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1266:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1266:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1266:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1266:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1266:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1266:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1269:10: warning: Member variable 'tuple::f0_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1269:10: warning: Member variable 'tuple::f1_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1269:10: warning: Member variable 'tuple::f2_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1269:10: warning: Member variable 'tuple::f3_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1269:10: warning: Member variable 'tuple::f4_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1269:10: warning: Member variable 'tuple::f5_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1269:10: warning: Member variable 'tuple::f6_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1269:10: warning: Member variable 'tuple::f7_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1269:10: warning: Member variable 'tuple::f8_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:1269:10: warning: Member variable 'tuple::f9_' is not assigned a value in 'tuple::operator='. [operatorEqVarError]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:9049:1: style: The class 'linked_ptr_internal' does not have a constructor although it has private member variables. [noConstructor]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:10324:5: warning: Member variable 'Iterator::value_' is not initialized in the constructor. [uninitMemberVarPrivate]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18367:42: style: Unused private function: 'Environment::Setup' [unusedPrivateFunction]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:569:5: performance: Variable 'color_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:570:5: performance: Variable 'death_test_style_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:572:5: performance: Variable 'filter_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:573:5: performance: Variable 'internal_run_death_test_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:575:5: performance: Variable 'output_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:577:5: performance: Variable 'random_seed_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:578:5: performance: Variable 'repeat_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:580:5: performance: Variable 'stack_trace_depth_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:581:5: performance: Variable 'stream_result_to_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:2655:8: performance: Technically the member function 'testing::internal::Mutex::Lock' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:2656:8: performance: Technically the member function 'testing::internal::Mutex::Unlock' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:2657:8: performance: Technically the member function 'testing::internal::Mutex::AssertHeld' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:9080:8: style: Technically the member function 'testing::internal::linked_ptr_internal::depart' can be const. [functionConst]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:19223:20: performance: Technically the member function 'testing::WithParamInterface::GetParam' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:1031:15: performance: Technically the member function 'testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:2258:27: note: Technically the member function 'testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop' can be static.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:1031:15: note: Technically the member function 'testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop' can be static.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:1138:7: style: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const. [functionConst]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:5939:19: note: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:1138:7: note: Technically the member function 'testing::internal::UnitTestImpl::FilterTests' can be const.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:1141:8: style: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const. [functionConst]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:6015:20: note: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const.
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:1141:8: note: Technically the member function 'testing::internal::UnitTestImpl::ListTestsMatchingFilter' can be const.
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4387:1: performance: Technically the member function 'testing::InvokeArgumentAction::GMOCK_INTERNAL_INIT_AND_0_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4394:1: performance: Technically the member function 'testing::InvokeArgumentActionP::GMOCK_INTERNAL_INIT_AND_1_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4401:1: performance: Technically the member function 'testing::InvokeArgumentActionP2::GMOCK_INTERNAL_INIT_AND_2_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4408:1: performance: Technically the member function 'testing::InvokeArgumentActionP3::GMOCK_INTERNAL_INIT_AND_3_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4415:1: performance: Technically the member function 'testing::InvokeArgumentActionP4::GMOCK_INTERNAL_INIT_AND_4_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4422:1: performance: Technically the member function 'testing::InvokeArgumentActionP5::GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4429:1: performance: Technically the member function 'testing::InvokeArgumentActionP6::GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4436:1: performance: Technically the member function 'testing::InvokeArgumentActionP7::GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4443:1: performance: Technically the member function 'testing::InvokeArgumentActionP8::GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4450:1: performance: Technically the member function 'testing::InvokeArgumentActionP9::GMOCK_INTERNAL_INIT_AND_9_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4457:1: performance: Technically the member function 'testing::InvokeArgumentActionP10::GMOCK_INTERNAL_INIT_AND_10_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4469:1: performance: Technically the member function 'testing::ReturnNewAction::GMOCK_INTERNAL_INIT_AND_0_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4475:1: performance: Technically the member function 'testing::ReturnNewActionP::GMOCK_INTERNAL_INIT_AND_1_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4481:1: performance: Technically the member function 'testing::ReturnNewActionP2::GMOCK_INTERNAL_INIT_AND_2_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4487:1: performance: Technically the member function 'testing::ReturnNewActionP3::GMOCK_INTERNAL_INIT_AND_3_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4493:1: performance: Technically the member function 'testing::ReturnNewActionP4::GMOCK_INTERNAL_INIT_AND_4_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4499:1: performance: Technically the member function 'testing::ReturnNewActionP5::GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4505:1: performance: Technically the member function 'testing::ReturnNewActionP6::GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4511:1: performance: Technically the member function 'testing::ReturnNewActionP7::GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4517:1: performance: Technically the member function 'testing::ReturnNewActionP8::GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4523:1: performance: Technically the member function 'testing::ReturnNewActionP9::GMOCK_INTERNAL_INIT_AND_9_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4529:1: performance: Technically the member function 'testing::ReturnNewActionP10::GMOCK_INTERNAL_INIT_AND_10_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:5578:8: performance: Technically the member function 'testing::internal::IsNullMatcher::MatchAndExplain' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:5583:8: performance: Technically the member function 'testing::internal::IsNullMatcher::DescribeTo' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:5584:8: performance: Technically the member function 'testing::internal::IsNullMatcher::DescribeNegationTo' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:5594:8: performance: Technically the member function 'testing::internal::NotNullMatcher::MatchAndExplain' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:5599:8: performance: Technically the member function 'testing::internal::NotNullMatcher::DescribeTo' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:5600:8: performance: Technically the member function 'testing::internal::NotNullMatcher::DescribeNegationTo' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:6003:1: performance: Technically the member function 'testing::internal::Eq2Matcher::Matcher' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:6004:1: performance: Technically the member function 'testing::internal::Ge2Matcher::Matcher' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:6006:1: performance: Technically the member function 'testing::internal::Gt2Matcher::Matcher' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:6008:1: performance: Technically the member function 'testing::internal::Le2Matcher::Matcher' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:6010:1: performance: Technically the member function 'testing::internal::Lt2Matcher::Matcher' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:6012:1: performance: Technically the member function 'testing::internal::Ne2Matcher::Matcher' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:6356:8: performance: Technically the member function 'testing::internal::TrulyMatcher::DescribeTo' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:6360:8: performance: Technically the member function 'testing::internal::TrulyMatcher::DescribeNegationTo' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9328:8: style: Technically the member function 'testing::internal::ExpectationBase::RetireAllPreRequisites' can be const. [functionConst]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:10545:23: note: Technically the member function 'testing::internal::ExpectationBase::RetireAllPreRequisites' can be const.
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9328:8: note: Technically the member function 'testing::internal::ExpectationBase::RetireAllPreRequisites' can be const.
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:14025:1: performance: Technically the member function 'testing::ReturnArgAction::GMOCK_INTERNAL_INIT_AND_0_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:14033:1: performance: Technically the member function 'testing::SaveArgActionP::GMOCK_INTERNAL_INIT_AND_1_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:14041:1: performance: Technically the member function 'testing::SaveArgPointeeActionP::GMOCK_INTERNAL_INIT_AND_1_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:14049:1: performance: Technically the member function 'testing::SetArgRefereeActionP::GMOCK_INTERNAL_INIT_AND_1_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:14066:1: performance: Technically the member function 'testing::SetArrayArgumentActionP2::GMOCK_INTERNAL_INIT_AND_2_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:14083:1: performance: Technically the member function 'testing::DeleteArgAction::GMOCK_INTERNAL_INIT_AND_0_VALUE_PARAMS' can be static. [functionStatic]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:10052:16: warning: Virtual function 'ClearDefaultActionsLocked' is called from destructor '~FunctionMockerBase()' at line 9977. Dynamic binding is not used. [virtualCallInConstructor]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9977:5: note: Calling ClearDefaultActionsLocked
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:10052:16: note: ClearDefaultActionsLocked is a virtual method
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:892:3: style: Class 'tuple' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:2040:3: style: Class 'RE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:2048:3: style: Class 'RE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:7626:3: style: Struct 'ConstCharPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:285:3: style: Class 'IgnoredValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9063:3: style: Class 'Expectation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9137:3: style: Class 'ExpectationSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9144:3: style: Class 'ExpectationSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:14090:1: style: Class 'ReturnPointeeActionP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:4959:0: style: Class 'testing :: Matcher < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:9106:0: style: Class 'testing :: internal :: linked_ptr < const RE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:9106:0: style: Class 'testing :: internal :: linked_ptr < internal :: ExpectationBase >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:9106:0: style: Class 'testing :: internal :: linked_ptr < testing :: ActionInterface < F > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:9106:0: style: Class 'testing :: internal :: linked_ptr < const testing :: internal :: ParamGeneratorInterface < bool > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:10284:3: warning: The class 'Iterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:1185:0: warning: The class 'testing :: Action < F >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:7414:17: style: The function 'CreateTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:7400:17: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:7414:17: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:10357:17: style: The function 'CreateTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:7400:17: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:10357:17: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:10396:28: style: The function 'CreateTestFactory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:10377:28: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:10396:28: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:10456:25: style: The function 'GetTestCaseName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:10419:25: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:10456:25: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:10458:18: style: The function 'GetTestCaseTypeId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:10421:18: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:10458:18: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:10486:16: style: The function 'RegisterTests' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:10426:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:10486:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18427:16: style: The function 'OnTestProgramStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18377:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18427:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18428:16: style: The function 'OnTestIterationStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18382:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18428:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18430:16: style: The function 'OnEnvironmentsSetUpStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18386:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18430:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18431:16: style: The function 'OnEnvironmentsSetUpEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18389:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18431:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18432:16: style: The function 'OnTestCaseStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18392:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18432:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18433:16: style: The function 'OnTestStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18395:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18433:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18434:16: style: The function 'OnTestPartResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18398:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18434:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18435:16: style: The function 'OnTestEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18401:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18435:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18436:16: style: The function 'OnTestCaseEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18404:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18436:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18437:16: style: The function 'OnEnvironmentsTearDownStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18407:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18437:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18438:16: style: The function 'OnEnvironmentsTearDownEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18410:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18438:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18439:16: style: The function 'OnTestIterationEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18413:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18439:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18441:16: style: The function 'OnTestProgramEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18417:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:18441:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:151:16: style: The function 'ReportTestPartResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:17193:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:151:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:845:18: style: The function 'CurrentStackTrace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:829:18: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:845:18: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:848:16: style: The function 'UponLeavingGTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:834:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:848:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9622:16: style: The function 'MaybeDescribeExtraMatcherTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9276:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9622:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9636:23: style: The function 'GetHandle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9298:23: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9636:23: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9896:16: style: The function 'PrintAsActionResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9876:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9896:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9935:16: style: The function 'PrintAsActionResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9876:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:9935:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:10028:42: style: The function 'UntypedPerformDefaultAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:8710:42: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:10028:42: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:10040:42: style: The function 'UntypedPerformAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:8717:42: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:10040:42: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:10052:16: style: The function 'ClearDefaultActionsLocked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:8698:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:10052:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:10155:16: style: The function 'UntypedDescribeUninterestingCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:8724:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:10155:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:10183:34: style: The function 'UntypedFindMatchingExpectation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:8735:34: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:10183:34: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:10209:16: style: The function 'UntypedPrintArgs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:8742:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:10209:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:9861:16: style: The function 'ReportFailure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gmock/gmock.h:723:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/gmock-gtest-all.cpp:9861:16: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/histogramtest.cpp:11:1: style: The function 'TestBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:17835:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/histogramtest.cpp:11:1: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/histogramtest.cpp:23:1: style: The function 'TestBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:17835:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/histogramtest.cpp:23:1: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/videothumbnailerctest.cpp:34:1: style: The function 'TestBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:17835:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/videothumbnailerctest.cpp:34:1: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/videothumbnailerctest.cpp:48:1: style: The function 'TestBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:17835:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/videothumbnailerctest.cpp:48:1: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/videothumbnailertest.cpp:20:18: style: The function 'SetUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:17819:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/videothumbnailertest.cpp:20:18: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/videothumbnailertest.cpp:47:1: style: The function 'TestBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:17835:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/videothumbnailertest.cpp:47:1: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/videothumbnailertest.cpp:56:1: style: The function 'TestBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:17835:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/videothumbnailertest.cpp:56:1: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/videothumbnailertest.cpp:65:1: style: The function 'TestBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:17835:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/videothumbnailertest.cpp:65:1: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/videothumbnailertest.cpp:71:1: style: The function 'TestBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:17835:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/videothumbnailertest.cpp:71:1: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/videothumbnailertest.cpp:88:1: style: The function 'TestBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:17835:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/videothumbnailertest.cpp:88:1: note: Function in derived class
ffmpegthumbnailer-2.1.1/test/videothumbnailertest.cpp:105:1: style: The function 'TestBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbnailer-2.1.1/test/gtest/gtest.h:17835:16: note: Virtual function in base class
ffmpegthumbnailer-2.1.1/test/videothumbnailertest.cpp:105:1: note: Function in derived class
[21:46]
ftp://ftp.se.debian.org/debian/pool/main/f/ffmpegthumbs/ffmpegthumbs_4.14.1.orig.tar.xz
ffmpegthumbs-4.14.1/ffmpegthumbnailer/filmstripfilter.h:29:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffmpegthumbs-4.14.1/ffmpegthumbnailer/ifilter.h:29:18: note: Virtual function in base class
ffmpegthumbs-4.14.1/ffmpegthumbnailer/filmstripfilter.h:29:18: note: Function in derived class
ffmpegthumbs-4.14.1/ffmpegthumbnailer/moviedecoder.h:42:9: style: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getWidth' can be const. [functionConst]
ffmpegthumbs-4.14.1/ffmpegthumbnailer/moviedecoder.cpp:153:19: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getWidth' can be const.
ffmpegthumbs-4.14.1/ffmpegthumbnailer/moviedecoder.h:42:9: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getWidth' can be const.
ffmpegthumbs-4.14.1/ffmpegthumbnailer/moviedecoder.h:43:9: style: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getHeight' can be const. [functionConst]
ffmpegthumbs-4.14.1/ffmpegthumbnailer/moviedecoder.cpp:162:19: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getHeight' can be const.
ffmpegthumbs-4.14.1/ffmpegthumbnailer/moviedecoder.h:43:9: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getHeight' can be const.
ffmpegthumbs-4.14.1/ffmpegthumbnailer/moviedecoder.h:44:9: style: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getDuration' can be const. [functionConst]
ffmpegthumbs-4.14.1/ffmpegthumbnailer/moviedecoder.cpp:171:19: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getDuration' can be const.
ffmpegthumbs-4.14.1/ffmpegthumbnailer/moviedecoder.h:44:9: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getDuration' can be const.
ffmpegthumbs-4.14.1/ffmpegthumbnailer/moviedecoder.h:48:10: style: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getInitialized' can be const. [functionConst]
ffmpegthumbs-4.14.1/ffmpegthumbnailer/moviedecoder.cpp:77:20: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getInitialized' can be const.
ffmpegthumbs-4.14.1/ffmpegthumbnailer/moviedecoder.h:48:10: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::getInitialized' can be const.
ffmpegthumbs-4.14.1/ffmpegthumbnailer/moviedecoder.h:56:10: performance: Technically the member function 'ffmpegthumbnailer::MovieDecoder::createAVFrame' can be static. [functionStatic]
ffmpegthumbs-4.14.1/ffmpegthumbnailer/moviedecoder.cpp:358:20: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::createAVFrame' can be static.
ffmpegthumbs-4.14.1/ffmpegthumbnailer/moviedecoder.h:56:10: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::createAVFrame' can be static.
ffmpegthumbs-4.14.1/ffmpegthumbnailer/moviedecoder.h:57:10: style: Technically the member function 'ffmpegthumbnailer::MovieDecoder::calculateDimensions' can be const. [functionConst]
ffmpegthumbs-4.14.1/ffmpegthumbnailer/moviedecoder.cpp:333:20: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::calculateDimensions' can be const.
ffmpegthumbs-4.14.1/ffmpegthumbnailer/moviedecoder.h:57:10: note: Technically the member function 'ffmpegthumbnailer::MovieDecoder::calculateDimensions' can be const.
ffmpegthumbs-4.14.1/ffmpegthumbnailer/videothumbnailer.cpp:167:49: style: Function 'applyFilters' argument 1 names different: declaration 'frameData' definition 'videoFrame'. [funcArgNamesDifferent]
ffmpegthumbs-4.14.1/ffmpegthumbnailer/videothumbnailer.h:66:35: note: Function 'applyFilters' argument 1 names different: declaration 'frameData' definition 'videoFrame'.
ffmpegthumbs-4.14.1/ffmpegthumbnailer/videothumbnailer.cpp:167:49: note: Function 'applyFilters' argument 1 names different: declaration 'frameData' definition 'videoFrame'.
ffmpegthumbs-4.14.1/ffmpegthumbnailer/videothumbnailer.cpp:48:19: warning: Member variable 'VideoThumbnailer::m_OverlayFilmStrip' is not initialized in the constructor. [uninitMemberVar]
ffmpegthumbs-4.14.1/ffmpegthumbnailer/videothumbnailer.h:64:10: performance: Technically the member function 'ffmpegthumbnailer::VideoThumbnailer::generateHistogram' can be static. [functionStatic]
ffmpegthumbs-4.14.1/ffmpegthumbnailer/videothumbnailer.cpp:176:24: note: Technically the member function 'ffmpegthumbnailer::VideoThumbnailer::generateHistogram' can be static.
ffmpegthumbs-4.14.1/ffmpegthumbnailer/videothumbnailer.h:64:10: note: Technically the member function 'ffmpegthumbnailer::VideoThumbnailer::generateHistogram' can be static.
ffmpegthumbs-4.14.1/ffmpegthumbnailer/videothumbnailer.h:65:9: performance: Technically the member function 'ffmpegthumbnailer::VideoThumbnailer::getBestThumbnailIndex' can be static. [functionStatic]
ffmpegthumbs-4.14.1/ffmpegthumbnailer/videothumbnailer.cpp:188:23: note: Technically the member function 'ffmpegthumbnailer::VideoThumbnailer::getBestThumbnailIndex' can be static.
ffmpegthumbs-4.14.1/ffmpegthumbnailer/videothumbnailer.h:65:9: note: Technically the member function 'ffmpegthumbnailer::VideoThumbnailer::getBestThumbnailIndex' can be static.
[21:46]
ftp://ftp.se.debian.org/debian/pool/main/f/ffms2/ffms2_2.23.orig.tar.gz
ffms2-2.23/src/avisynth/avisynth.cpp:301:14: style: The scope of the variable 'FFIArgNames' can be reduced. [variableScope]
ffms2-2.23/src/avisynth/avisynth.cpp:303:14: style: The scope of the variable 'FFAArgNames' can be reduced. [variableScope]
ffms2-2.23/src/core/utils.h:77:2: style: Class 'FFSourceResources' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffms2-2.23/src/core/utils.h:180:3: style: Class 'OptionMapperImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffms2-2.23/src/core/utils.h:181:8: style: The function 'ToOpt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffms2-2.23/src/core/utils.h:169:16: note: Virtual function in base class
ffms2-2.23/src/core/utils.h:181:8: note: Function in derived class
ffms2-2.23/src/core/utils.h:182:8: style: The function 'FromOpt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffms2-2.23/src/core/utils.h:170:16: note: Virtual function in base class
ffms2-2.23/src/core/utils.h:182:8: note: Function in derived class
ffms2-2.23/src/avisynth/avssources.cpp:104:2: performance: Variable 'VI' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffms2-2.23/src/avisynth/avssources.cpp:529:2: performance: Variable 'VI' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffms2-2.23/src/core/track.h:104:2: style: Struct 'FFMS_Track' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffms2-2.23/src/core/audiosource.h:44:3: style: Struct 'AudioBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffms2-2.23/src/core/indexing.h:69:2: style: Struct 'FFMS_Index' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffms2-2.23/src/core/utils.h:180:0: style: Class 'OptionMapperImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffms2-2.23/src/core/utils.h:181:0: style: The function 'ToOpt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffms2-2.23/src/core/utils.h:169:0: note: Virtual function in base class
ffms2-2.23/src/core/utils.h:181:0: note: Function in derived class
ffms2-2.23/src/core/utils.h:182:0: style: The function 'FromOpt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ffms2-2.23/src/core/utils.h:170:0: note: Virtual function in base class
ffms2-2.23/src/core/utils.h:182:0: note: Function in derived class
ffms2-2.23/src/core/videosource.h:89:30: style: Technically the member function 'FFMS_VideoSource::GetVideoProperties' can be const. [functionConst]
ffms2-2.23/src/core/utils.h:77:0: style: Class 'FFSourceResources < FFMS_VideoSource >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ffms2-2.23/src/core/filehandle.h:36:2: warning: Member variable 'FileHandle::error_source' is not initialized in the constructor. [uninitMemberVar]
ffms2-2.23/src/core/filehandle.h:36:2: warning: Member variable 'FileHandle::error_cause' is not initialized in the constructor. [uninitMemberVar]
ffms2-2.23/src/core/indexing.h:95:7: performance: Technically the member function 'FFMS_Indexer::ParseVideoPacket' can be static. [functionStatic]
ffms2-2.23/src/core/indexing.cpp:386:20: note: Technically the member function 'FFMS_Indexer::ParseVideoPacket' can be static.
ffms2-2.23/src/core/indexing.h:95:7: note: Technically the member function 'FFMS_Indexer::ParseVideoPacket' can be static.
ffms2-2.23/src/core/lavfvideo.cpp:161:44: style: Function 'DecodeNextFrame' argument 1 names different: declaration 'PTS' definition 'AStartTime'. [funcArgNamesDifferent]
ffms2-2.23/src/core/lavfvideo.cpp:31:32: note: Function 'DecodeNextFrame' argument 1 names different: declaration 'PTS' definition 'AStartTime'.
ffms2-2.23/src/core/lavfvideo.cpp:161:44: note: Function 'DecodeNextFrame' argument 1 names different: declaration 'PTS' definition 'AStartTime'.
ffms2-2.23/src/core/track.cpp:77:33: style: Function 'FFMS_Track' argument 1 names different: declaration 'Stream' definition 'stream'. [funcArgNamesDifferent]
ffms2-2.23/src/core/track.h:104:22: note: Function 'FFMS_Track' argument 1 names different: declaration 'Stream' definition 'stream'.
ffms2-2.23/src/core/track.cpp:77:33: note: Function 'FFMS_Track' argument 1 names different: declaration 'Stream' definition 'stream'.
ffms2-2.23/src/core/track.cpp:97:33: style: Function 'Write' argument 1 names different: declaration 'Stream' definition 'stream'. [funcArgNamesDifferent]
ffms2-2.23/src/core/track.h:78:22: note: Function 'Write' argument 1 names different: declaration 'Stream' definition 'stream'.
ffms2-2.23/src/core/track.cpp:97:33: note: Function 'Write' argument 1 names different: declaration 'Stream' definition 'stream'.
ffms2-2.23/src/core/track.cpp:113:113: style: Function 'AddVideoFrame' argument 6 names different: declaration 'Invisible' definition 'Hidden'. [funcArgNamesDifferent]
ffms2-2.23/src/core/track.h:63:106: note: Function 'AddVideoFrame' argument 6 names different: declaration 'Invisible' definition 'Hidden'.
ffms2-2.23/src/core/track.cpp:113:113: note: Function 'AddVideoFrame' argument 6 names different: declaration 'Invisible' definition 'Hidden'.
ffms2-2.23/src/core/track.cpp:78:2: performance: Variable 'TT' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffms2-2.23/src/core/videosource.h:92:7: style: Technically the member function 'FFMS_VideoSource::GetFrameCheck' can be const. [functionConst]
ffms2-2.23/src/core/videosource.cpp:48:24: note: Technically the member function 'FFMS_VideoSource::GetFrameCheck' can be const.
ffms2-2.23/src/core/videosource.h:92:7: note: Technically the member function 'FFMS_VideoSource::GetFrameCheck' can be const.
ffms2-2.23/src/core/wave64writer.cpp:51:59: style: Function 'Wave64Writer' argument 2 names different: declaration 'BitsPerSample' definition 'BytesPerSample'. [funcArgNamesDifferent]
ffms2-2.23/src/core/wave64writer.h:52:46: note: Function 'Wave64Writer' argument 2 names different: declaration 'BitsPerSample' definition 'BytesPerSample'.
ffms2-2.23/src/core/wave64writer.cpp:51:59: note: Function 'Wave64Writer' argument 2 names different: declaration 'BitsPerSample' definition 'BytesPerSample'.
ffms2-2.23/src/core/zipfile.cpp:61:26: style: Function 'Read' argument 1 names different: declaration 'buffer' definition 'data'. [funcArgNamesDifferent]
ffms2-2.23/src/core/zipfile.h:47:18: note: Function 'Read' argument 1 names different: declaration 'buffer' definition 'data'.
ffms2-2.23/src/core/zipfile.cpp:61:26: note: Function 'Read' argument 1 names different: declaration 'buffer' definition 'data'.
ffms2-2.23/src/core/zipfile.cpp:104:32: style: Function 'Write' argument 1 names different: declaration 'buffer' definition 'data'. [funcArgNamesDifferent]
ffms2-2.23/src/core/zipfile.h:48:24: note: Function 'Write' argument 1 names different: declaration 'buffer' definition 'data'.
ffms2-2.23/src/core/zipfile.cpp:104:32: note: Function 'Write' argument 1 names different: declaration 'buffer' definition 'data'.
ffms2-2.23/src/core/zipfile.h:32:23: style: Member variable 'ZipFile::index_buffer' is in the wrong place in the initializer list. [initializerList]
ffms2-2.23/src/core/zipfile.cpp:48:3: note: Member variable 'ZipFile::index_buffer' is in the wrong place in the initializer list.
ffms2-2.23/src/core/zipfile.h:32:23: note: Member variable 'ZipFile::index_buffer' is in the wrong place in the initializer list.
ffms2-2.23/src/core/zipfile.cpp:51:2: performance: Variable 'z' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ffms2-2.23/src/index/ffmsindex.cpp:143:18: warning: Either the condition 'FileName?FNSize:0' is redundant or there is possible null pointer dereference: FileName. [nullPointerRedundantCheck]
ffms2-2.23/src/index/ffmsindex.cpp:143:37: note: Assuming that condition 'FileName?FNSize:0' is not redundant
ffms2-2.23/src/index/ffmsindex.cpp:143:18: note: Null pointer dereference
ffms2-2.23/src/index/ffmsindex.cpp:99:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ffms2-2.23/src/index/ffmsindex.cpp:51:2: style: Struct 'Error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[21:46]
ftp://ftp.se.debian.org/debian/pool/main/f/ffproxy/ffproxy_1.6.orig.tar.gz
ffproxy-1.6.orig/regex.h:1:0: error: #include nested too deeply [preprocessorErrorDirective]
ffproxy-1.6.orig/http.c:208:10: warning: Either the condition 'i>=sizeof(r->host)' is redundant or the array 'r->host[128]' is accessed at index 128, which is out of bounds. [arrayIndexOutOfBoundsCond]
ffproxy-1.6.orig/http.c:209:9: note: Assuming that condition 'i>=sizeof(r->host)' is not redundant
ffproxy-1.6.orig/http.c:208:10: note: Array index out of bounds
ffproxy-1.6.orig/http.c:221:14: warning: Logical conjunction always evaluates to false: i > 5 && i == 0. [incorrectLogicOperator]
ffproxy-1.6.orig/http.c:277:12: style: Condition 'i<10' is always true [knownConditionTrueFalse]
ffproxy-1.6.orig/http.c:276:7: note: Assignment 'i=0', assigned value is 0
ffproxy-1.6.orig/http.c:277:12: note: Condition 'i<10' is always true
ffproxy-1.6.orig/http.c:75:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ffproxy-1.6.orig/http.c:243:12: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ffproxy-1.6.orig/http.c:197:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ffproxy-1.6.orig/http.c:261:18: style: The scope of the variable 'i' can be reduced. [variableScope]
ffproxy-1.6.orig/main.c:249:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
ffproxy-1.6.orig/main.c:324:18: style: The scope of the variable 'pwd' can be reduced. [variableScope]
ffproxy-1.6.orig/request.c:312:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ffproxy-1.6.orig/request.c:318:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ffproxy-1.6.orig/request.c:413:9: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ffproxy-1.6.orig/request.c:189:18: style: The scope of the variable 'b' can be reduced. [variableScope]
ffproxy-1.6.orig/request.c:233:18: style: The scope of the variable 'c' can be reduced. [variableScope]
ffproxy-1.6.orig/socket.c:76:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
[21:46]
ftp://ftp.se.debian.org/debian/pool/main/f/ffrenzy/ffrenzy_1.0.2~svn20150731.orig.tar.gz
ffrenzy-1.0.2/src/audio.c:152:7: style: The scope of the variable 'x' can be reduced. [variableScope]
ffrenzy-1.0.2/src/audio.c:134:18: style: Function 'del_audio' argument 1 names different: declaration 'a' definition 'audio'. [funcArgNamesDifferent]
ffrenzy-1.0.2/src/audio.h:18:23: note: Function 'del_audio' argument 1 names different: declaration 'a' definition 'audio'.
ffrenzy-1.0.2/src/audio.c:134:18: note: Function 'del_audio' argument 1 names different: declaration 'a' definition 'audio'.
ffrenzy-1.0.2/src/collision.c:167:11: style: The scope of the variable 'left_distance' can be reduced. [variableScope]
ffrenzy-1.0.2/src/collision.c:167:26: style: The scope of the variable 'right_distance' can be reduced. [variableScope]
ffrenzy-1.0.2/src/collision.c:202:11: style: The scope of the variable 'top_distance' can be reduced. [variableScope]
ffrenzy-1.0.2/src/collision.c:202:25: style: The scope of the variable 'bottom_distance' can be reduced. [variableScope]
ffrenzy-1.0.2/src/collision.c:384:17: style: The scope of the variable 'o2' can be reduced. [variableScope]
ffrenzy-1.0.2/src/collision.c:428:38: style: The scope of the variable 'ptr2' can be reduced. [variableScope]
ffrenzy-1.0.2/src/collision.c:429:17: style: The scope of the variable 'o1' can be reduced. [variableScope]
ffrenzy-1.0.2/src/collision.c:429:22: style: The scope of the variable 'o2' can be reduced. [variableScope]
ffrenzy-1.0.2/src/comm.c:310:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ffrenzy-1.0.2/src/comm.c:537:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ffrenzy-1.0.2/src/comm.c:53:23: style: The scope of the variable 'c' can be reduced. [variableScope]
ffrenzy-1.0.2/src/comm.c:212:19: style: The scope of the variable 'r' can be reduced. [variableScope]
ffrenzy-1.0.2/src/comm.c:281:19: style: The scope of the variable 'p' can be reduced. [variableScope]
ffrenzy-1.0.2/src/comm.c:514:19: style: The scope of the variable 'p' can be reduced. [variableScope]
ffrenzy-1.0.2/src/comm.c:559:19: style: The scope of the variable 'p' can be reduced. [variableScope]
ffrenzy-1.0.2/src/comm.c:596:19: style: The scope of the variable 'p' can be reduced. [variableScope]
ffrenzy-1.0.2/src/comm.c:664:19: style: The scope of the variable 'p' can be reduced. [variableScope]
ffrenzy-1.0.2/src/comm.c:623:46: style: Function 'comm_client_finalize' argument 1 names different: declaration 'serv' definition 'client'. [funcArgNamesDifferent]
ffrenzy-1.0.2/src/comm.h:81:46: note: Function 'comm_client_finalize' argument 1 names different: declaration 'serv' definition 'client'.
ffrenzy-1.0.2/src/comm.c:623:46: note: Function 'comm_client_finalize' argument 1 names different: declaration 'serv' definition 'client'.
ffrenzy-1.0.2/src/configuration.c:51:27: warning: Either the condition '(cplayer=list_pop(config->players))==NULL' is redundant or there is possible null pointer dereference: cplayer. [nullPointerRedundantCheck]
ffrenzy-1.0.2/src/configuration.c:263:48: note: Assuming that condition '(cplayer=list_pop(config->players))==NULL' is not redundant
ffrenzy-1.0.2/src/configuration.c:264:23: note: Calling function 'del_config_player', 1st argument 'cplayer' value is 0
ffrenzy-1.0.2/src/configuration.c:51:27: note: Null pointer dereference
ffrenzy-1.0.2/src/configuration.c:54:12: warning: Either the condition '(cplayer=list_pop(config->players))==NULL' is redundant or there is possible null pointer dereference: cplayer. [nullPointerRedundantCheck]
ffrenzy-1.0.2/src/configuration.c:263:48: note: Assuming that condition '(cplayer=list_pop(config->players))==NULL' is not redundant
ffrenzy-1.0.2/src/configuration.c:264:23: note: Calling function 'del_config_player', 1st argument 'cplayer' value is 0
ffrenzy-1.0.2/src/configuration.c:54:12: note: Null pointer dereference
ffrenzy-1.0.2/src/configuration.c:55:8: warning: Either the condition '(cplayer=list_pop(config->players))==NULL' is redundant or there is possible null pointer dereference: cplayer. [nullPointerRedundantCheck]
ffrenzy-1.0.2/src/configuration.c:263:48: note: Assuming that condition '(cplayer=list_pop(config->players))==NULL' is not redundant
ffrenzy-1.0.2/src/configuration.c:264:23: note: Calling function 'del_config_player', 1st argument 'cplayer' value is 0
ffrenzy-1.0.2/src/configuration.c:55:8: note: Null pointer dereference
ffrenzy-1.0.2/src/configuration.c:222:18: style: The scope of the variable 'cplay' can be reduced. [variableScope]
ffrenzy-1.0.2/src/configuration.c:223:8: style: The scope of the variable 'path' can be reduced. [variableScope]
ffrenzy-1.0.2/src/graphics.c:375:22: style: The scope of the variable 'surf' can be reduced. [variableScope]
ffrenzy-1.0.2/src/graphics.c:377:11: style: The scope of the variable 'vec' can be reduced. [variableScope]
ffrenzy-1.0.2/src/graphics.c:667:19: style: The scope of the variable 'c' can be reduced. [variableScope]
ffrenzy-1.0.2/src/graphics.c:748:25: style: The scope of the variable 'pinfo' can be reduced. [variableScope]
ffrenzy-1.0.2/src/graphics.c:794:53: style: Function 'graphics_add_object' argument 2 names different: declaration 'object' definition 'mo'. [funcArgNamesDifferent]
ffrenzy-1.0.2/src/graphics.h:138:53: note: Function 'graphics_add_object' argument 2 names different: declaration 'object' definition 'mo'.
ffrenzy-1.0.2/src/graphics.c:794:53: note: Function 'graphics_add_object' argument 2 names different: declaration 'object' definition 'mo'.
ffrenzy-1.0.2/src/graphics.c:884:49: style: Function 'graphics_add_player' argument 2 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
ffrenzy-1.0.2/src/graphics.h:152:53: note: Function 'graphics_add_player' argument 2 names different: declaration 'object' definition 'obj'.
ffrenzy-1.0.2/src/graphics.c:884:49: note: Function 'graphics_add_player' argument 2 names different: declaration 'object' definition 'obj'.
ffrenzy-1.0.2/src/graphics.c:767:19: warning: Assert statement modifies 'pinfo'. [assignmentInAssert]
ffrenzy-1.0.2/src/levelloader.c:473:23: style: Function 'del_level' argument 1 names different: declaration 'lp' definition 'l'. [funcArgNamesDifferent]
ffrenzy-1.0.2/src/levelloader.h:83:23: note: Function 'del_level' argument 1 names different: declaration 'lp' definition 'l'.
ffrenzy-1.0.2/src/levelloader.c:473:23: note: Function 'del_level' argument 1 names different: declaration 'lp' definition 'l'.
ffrenzy-1.0.2/src/list.c:147:9: style: The scope of the variable 'data' can be reduced. [variableScope]
ffrenzy-1.0.2/src/list.c:169:9: style: The scope of the variable 'data' can be reduced. [variableScope]
ffrenzy-1.0.2/src/list.c:402:14: style: The scope of the variable 'node' can be reduced. [variableScope]
ffrenzy-1.0.2/src/main.c:298:9: style: The scope of the variable 'p' can be reduced. [variableScope]
ffrenzy-1.0.2/src/main.c:387:9: style: The scope of the variable 'keys' can be reduced. [variableScope]
ffrenzy-1.0.2/src/main.c:487:17: style: The scope of the variable 'pobj' can be reduced. [variableScope]
ffrenzy-1.0.2/src/main.c:488:17: style: The scope of the variable 'tobj' can be reduced. [variableScope]
ffrenzy-1.0.2/src/main.c:491:11: style: The scope of the variable 'v' can be reduced. [variableScope]
ffrenzy-1.0.2/src/main.c:661:9: style: The scope of the variable 'y' can be reduced. [variableScope]
ffrenzy-1.0.2/src/main.c:750:9: style: The scope of the variable 'y' can be reduced. [variableScope]
ffrenzy-1.0.2/src/model.c:135:13: style: Same value in both branches of ternary operator. [duplicateValueTernary]
ffrenzy-1.0.2/src/model.c:122:11: style: The scope of the variable 'size' can be reduced. [variableScope]
ffrenzy-1.0.2/src/model.c:122:18: style: The scope of the variable 'pos' can be reduced. [variableScope]
ffrenzy-1.0.2/src/model.c:359:11: style: The scope of the variable 'v' can be reduced. [variableScope]
ffrenzy-1.0.2/src/model.c:393:17: style: The scope of the variable 'winner' can be reduced. [variableScope]
ffrenzy-1.0.2/src/network.c:446:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ffrenzy-1.0.2/src/network.c:452:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ffrenzy-1.0.2/src/network.c:432:12: style: The scope of the variable 'amount' can be reduced. [variableScope]
ffrenzy-1.0.2/src/object.c:190:9: style: The scope of the variable 'stack' can be reduced. [variableScope]
ffrenzy-1.0.2/src/packets.c:40:54: style: Function 'packet_client_info_get_version' argument 1 names different: declaration 'packet' definition 'p'. [funcArgNamesDifferent]
ffrenzy-1.0.2/src/packets.h:70:54: note: Function 'packet_client_info_get_version' argument 1 names different: declaration 'packet' definition 'p'.
ffrenzy-1.0.2/src/packets.c:40:54: note: Function 'packet_client_info_get_version' argument 1 names different: declaration 'packet' definition 'p'.
ffrenzy-1.0.2/src/player.c:337:16: style: The scope of the variable 'type' can be reduced. [variableScope]
ffrenzy-1.0.2/src/player.c:338:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
ffrenzy-1.0.2/src/player.c:338:17: style: The scope of the variable 'size' can be reduced. [variableScope]
ffrenzy-1.0.2/src/player.c:138:58: style: Function 'player_gets_hit' argument 3 names different: declaration 'f' definition 'o'. [funcArgNamesDifferent]
ffrenzy-1.0.2/src/player.h:47:62: note: Function 'player_gets_hit' argument 3 names different: declaration 'f' definition 'o'.
ffrenzy-1.0.2/src/player.c:138:58: note: Function 'player_gets_hit' argument 3 names different: declaration 'f' definition 'o'.
ffrenzy-1.0.2/src/sprite.c:118:23: style: The scope of the variable 'cur' can be reduced. [variableScope]
ffrenzy-1.0.2/src/sprite.c:139:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
ffrenzy-1.0.2/src/sprite.c:287:11: style: The scope of the variable 'odd' can be reduced. [variableScope]
ffrenzy-1.0.2/src/sprite.c:287:15: style: The scope of the variable 'direction' can be reduced. [variableScope]
ffrenzy-1.0.2/src/sprite.c:288:22: style: The scope of the variable 'scanline' can be reduced. [variableScope]
ffrenzy-1.0.2/src/sprite.c:549:25: style: The scope of the variable 'renderinfo' can be reduced. [variableScope]
ffrenzy-1.0.2/src/sprite.c:550:25: style: The scope of the variable 'path' can be reduced. [variableScope]
ffrenzy-1.0.2/src/sprite.c:698:26: style: The scope of the variable 'gsp_state' can be reduced. [variableScope]
ffrenzy-1.0.2/src/svg.c:549:2: style: Variable 'norm_vec' is reassigned a value before the old one has been used. [redundantAssignment]
ffrenzy-1.0.2/src/svg.c:540:0: note: Variable 'norm_vec' is reassigned a value before the old one has been used.
ffrenzy-1.0.2/src/svg.c:549:2: note: Variable 'norm_vec' is reassigned a value before the old one has been used.
ffrenzy-1.0.2/src/svg.c:534:9: style: The scope of the variable 'j' can be reduced. [variableScope]
ffrenzy-1.0.2/src/svg.c:535:8: style: The scope of the variable 'bez' can be reduced. [variableScope]
ffrenzy-1.0.2/tests/networktest.c:18:21: style: The scope of the variable 'l' can be reduced. [variableScope]
[21:46]
ftp://ftp.se.debian.org/debian/pool/main/f/fftw/fftw_2.1.5.orig.tar.gz
fftw-2.1.5/fftw/fftw-int.h:467:0: error: #error Please define CLOCKS_PER_SEC [preprocessorErrorDirective]
fftw-2.1.5/mpi/TOMS_transpose.c:57:21: style: The scope of the variable 'j' can be reduced. [variableScope]
fftw-2.1.5/mpi/TOMS_transpose.c:95:32: style: The scope of the variable 'i2c' can be reduced. [variableScope]
fftw-2.1.5/mpi/TOMS_transpose.c:187:21: style: The scope of the variable 'j' can be reduced. [variableScope]
fftw-2.1.5/mpi/TOMS_transpose.c:235:32: style: The scope of the variable 'i2c' can be reduced. [variableScope]
fftw-2.1.5/mpi/fftw_mpi_test.c:532:10: style: The scope of the variable 'r' can be reduced. [variableScope]
fftw-2.1.5/mpi/fftw_mpi_test.c:624:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fftw-2.1.5/mpi/rfftw_mpi_test.c:76:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fftw-2.1.5/mpi/rfftw_mpi_test.c:343:19: style: The scope of the variable 'ostride' can be reduced. [variableScope]
fftw-2.1.5/mpi/rfftw_mpi_test.c:343:28: style: The scope of the variable 'howmany' can be reduced. [variableScope]
fftw-2.1.5/mpi/rfftw_mpi_test.c:502:10: style: The scope of the variable 'r' can be reduced. [variableScope]
fftw-2.1.5/mpi/test_sched.c:28:34: style: The scope of the variable 'steps' can be reduced. [variableScope]
fftw-2.1.5/mpi/test_transpose_mpi.c:145:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fftw-2.1.5/mpi/test_transpose_mpi.c:145:12: style: The scope of the variable 'j' can be reduced. [variableScope]
fftw-2.1.5/mpi/transpose_mpi.c:111:6: style: Variable 'move' is reassigned a value before the old one has been used. [redundantAssignment]
fftw-2.1.5/mpi/transpose_mpi.c:96:0: note: Variable 'move' is reassigned a value before the old one has been used.
fftw-2.1.5/mpi/transpose_mpi.c:111:6: note: Variable 'move' is reassigned a value before the old one has been used.
fftw-2.1.5/mpi/transpose_mpi.c:121:6: style: Variable 'perm_block_dest' is reassigned a value before the old one has been used. [redundantAssignment]
fftw-2.1.5/mpi/transpose_mpi.c:94:0: note: Variable 'perm_block_dest' is reassigned a value before the old one has been used.
fftw-2.1.5/mpi/transpose_mpi.c:121:6: note: Variable 'perm_block_dest' is reassigned a value before the old one has been used.
fftw-2.1.5/mpi/transpose_mpi.c:88:24: style: The scope of the variable 'pe' can be reduced. [variableScope]
fftw-2.1.5/mpi/transpose_mpi.c:93:19: style: The scope of the variable 'sched_npes' can be reduced. [variableScope]
fftw-2.1.5/mpi/transpose_mpi.c:93:31: style: The scope of the variable 'sched_sortpe' can be reduced. [variableScope]
fftw-2.1.5/mpi/transpose_mpi.c:93:45: style: The scope of the variable 'sched_sort_ascending' can be reduced. [variableScope]
fftw-2.1.5/mpi/transpose_mpi.c:189:8: style: The scope of the variable 'num_perm_blocks_received' can be reduced. [variableScope]
fftw-2.1.5/mpi/transpose_mpi.c:189:34: style: The scope of the variable 'num_perm_rows_received' can be reduced. [variableScope]
fftw-2.1.5/mpi/transpose_mpi.c:85:20: style: Function 'transpose_mpi_create_plan' argument 3 names different: declaration 'comm' definition 'transpose_comm'. [funcArgNamesDifferent]
fftw-2.1.5/mpi/fftw_mpi.h:70:20: note: Function 'transpose_mpi_create_plan' argument 3 names different: declaration 'comm' definition 'transpose_comm'.
fftw-2.1.5/mpi/transpose_mpi.c:85:20: note: Function 'transpose_mpi_create_plan' argument 3 names different: declaration 'comm' definition 'transpose_comm'.
fftw-2.1.5/rfftw/rfftwnd.c:505:4: style: Variable 'odist' is reassigned a value before the old one has been used. [redundantAssignment]
fftw-2.1.5/rfftw/rfftwnd.c:504:4: note: Variable 'odist' is reassigned a value before the old one has been used.
fftw-2.1.5/rfftw/rfftwnd.c:505:4: note: Variable 'odist' is reassigned a value before the old one has been used.
fftw-2.1.5/rfftw/rplanner.c:318:8: style: The scope of the variable 'size' can be reduced. [variableScope]
fftw-2.1.5/rfftw/rplanner.c:438:17: style: The scope of the variable 'tmp_out' can be reduced. [variableScope]
fftw-2.1.5/tests/fftw_test.c:881:21: style: Same expression on both sides of '||'. [duplicateExpression]
fftw-2.1.5/tests/fftw_test.c:926:10: style: The scope of the variable 'r' can be reduced. [variableScope]
fftw-2.1.5/tests/rfftw_test.c:632:19: style: The scope of the variable 'ostride' can be reduced. [variableScope]
fftw-2.1.5/tests/rfftw_test.c:632:28: style: The scope of the variable 'howmany' can be reduced. [variableScope]
fftw-2.1.5/tests/rfftw_test.c:792:10: style: The scope of the variable 'r' can be reduced. [variableScope]
fftw-2.1.5/tests/test_main.c:170:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fftw-2.1.5/tests/test_main.c:212:10: style: The scope of the variable 'specific' can be reduced. [variableScope]
fftw-2.1.5/tests/test_main.c:254:10: style: The scope of the variable 'specific' can be reduced. [variableScope]
fftw-2.1.5/tests/test_main.c:553:16: style: The scope of the variable 'tmax' can be reduced. [variableScope]
fftw-2.1.5/tests/test_main.c:553:22: style: The scope of the variable 'tmin' can be reduced. [variableScope]
fftw-2.1.5/tests/test_main.c:992:10: style: The scope of the variable 'wf' can be reduced. [variableScope]
fftw-2.1.5/tests/test_main.c:938:0: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
fftw-2.1.5/tests/test_main.c:438:31: error: Uninitialized struct member: sz.is_nd [uninitStructMember]
fftw-2.1.5/threads/executor_threads.c:101:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fftw-2.1.5/threads/executor_threads.c:156:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fftw-2.1.5/threads/executor_threads.c:206:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fftw-2.1.5/threads/executor_threads.c:340:10: style: The scope of the variable 's' can be reduced. [variableScope]
fftw-2.1.5/threads/executor_threads.c:369:10: style: The scope of the variable 's' can be reduced. [variableScope]
fftw-2.1.5/threads/executor_threads.c:457:10: style: The scope of the variable 's' can be reduced. [variableScope]
fftw-2.1.5/threads/executor_threads.c:483:10: style: The scope of the variable 's' can be reduced. [variableScope]
fftw-2.1.5/threads/fftw_threads_test.c:542:21: style: Same expression on both sides of '||'. [duplicateExpression]
fftw-2.1.5/threads/fftwnd_threads.c:132:12: style: The scope of the variable 'i' can be reduced. [variableScope]
fftw-2.1.5/threads/fftwnd_threads.c:113:47: style: Function 'fftwnd_threads' argument 2 names different: declaration 'plan' definition 'p'. [funcArgNamesDifferent]
fftw-2.1.5/threads/fftw_threads.h:35:19: note: Function 'fftwnd_threads' argument 2 names different: declaration 'plan' definition 'p'.
fftw-2.1.5/threads/fftwnd_threads.c:113:47: note: Function 'fftwnd_threads' argument 2 names different: declaration 'plan' definition 'p'.
fftw-2.1.5/threads/fftwnd_threads.c:151:51: style: Function 'fftwnd_threads_one' argument 2 names different: declaration 'plan' definition 'p'. [funcArgNamesDifferent]
fftw-2.1.5/threads/fftw_threads.h:43:23: note: Function 'fftwnd_threads_one' argument 2 names different: declaration 'plan' definition 'p'.
fftw-2.1.5/threads/fftwnd_threads.c:151:51: note: Function 'fftwnd_threads_one' argument 2 names different: declaration 'plan' definition 'p'.
fftw-2.1.5/threads/rexec_threads.c:393:12: style: The scope of the variable 's' can be reduced. [variableScope]
fftw-2.1.5/threads/rexec_threads.c:423:12: style: The scope of the variable 's' can be reduced. [variableScope]
fftw-2.1.5/threads/rexec_threads.c:454:12: style: The scope of the variable 's' can be reduced. [variableScope]
fftw-2.1.5/threads/rexec_threads.c:510:12: style: The scope of the variable 's' can be reduced. [variableScope]
fftw-2.1.5/threads/rexec_threads.c:540:12: style: The scope of the variable 's' can be reduced. [variableScope]
fftw-2.1.5/threads/rexec_threads.c:571:12: style: The scope of the variable 's' can be reduced. [variableScope]
fftw-2.1.5/threads/rexec_threads.c:647:28: style: Function 'rfftw_threads_one' argument 1 names different: declaration 'nthread' definition 'nthreads'. [funcArgNamesDifferent]
fftw-2.1.5/threads/rfftw_threads.h:35:35: note: Function 'rfftw_threads_one' argument 1 names different: declaration 'nthread' definition 'nthreads'.
fftw-2.1.5/threads/rexec_threads.c:647:28: note: Function 'rfftw_threads_one' argument 1 names different: declaration 'nthread' definition 'nthreads'.
fftw-2.1.5/threads/rfftw_threads_test.c:645:19: style: The scope of the variable 'ostride' can be reduced. [variableScope]
fftw-2.1.5/threads/rfftw_threads_test.c:645:28: style: The scope of the variable 'howmany' can be reduced. [variableScope]
fftw-2.1.5/threads/rfftwnd_threads.c:674:4: style: Variable 'odist' is reassigned a value before the old one has been used. [redundantAssignment]
fftw-2.1.5/threads/rfftwnd_threads.c:673:4: note: Variable 'odist' is reassigned a value before the old one has been used.
fftw-2.1.5/threads/rfftwnd_threads.c:674:4: note: Variable 'odist' is reassigned a value before the old one has been used.
[21:46]
ftp://ftp.se.debian.org/debian/pool/main/f/fftw3/fftw3_3.3.8.orig.tar.gz
fftw-3.3.8/dft/dftw-direct.c:215:43: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
fftw-3.3.8/dft/dftw-direct.c:217:43: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
fftw-3.3.8/dft/direct.c:161:43: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
fftw-3.3.8/dft/direct.c:164:43: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
fftw-3.3.8/dft/rader.c:239:6: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
fftw-3.3.8/dft/rader.c:236:0: note: Variable 'buf' is reassigned a value before the old one has been used.
fftw-3.3.8/dft/rader.c:239:6: note: Variable 'buf' is reassigned a value before the old one has been used.
fftw-3.3.8/dft/rader.c:241:6: style: Variable 'cld1' is reassigned a value before the old one has been used. [redundantAssignment]
fftw-3.3.8/dft/rader.c:233:0: note: Variable 'cld1' is reassigned a value before the old one has been used.
fftw-3.3.8/dft/rader.c:241:6: note: Variable 'cld1' is reassigned a value before the old one has been used.
fftw-3.3.8/kernel/planner.c:96:15: style: The scope of the variable 'n' can be reduced. [variableScope]
fftw-3.3.8/kernel/planner.c:97:10: style: The scope of the variable 'kind' can be reduced. [variableScope]
fftw-3.3.8/kernel/tensor5.c:26:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fftw-3.3.8/kernel/twiddle.c:227:13: style: The scope of the variable 'q' can be reduced. [variableScope]
fftw-3.3.8/libbench2/mp.c:81:13: style: The scope of the variable 'j' can be reduced. [variableScope]
fftw-3.3.8/libbench2/mp.c:218:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fftw-3.3.8/libbench2/mp.c:218:13: style: The scope of the variable 'bits' can be reduced. [variableScope]
fftw-3.3.8/libbench2/mp.c:219:10: style: The scope of the variable 'r' can be reduced. [variableScope]
fftw-3.3.8/libbench2/mp.c:220:9: style: The scope of the variable 'sticky' can be reduced. [variableScope]
fftw-3.3.8/libbench2/mp.c:406:13: style: The scope of the variable 'j' can be reduced. [variableScope]
fftw-3.3.8/libbench2/tensor.c:158:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fftw-3.3.8/libbench2/tensor.c:231:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fftw-3.3.8/libbench2/timer.c:89:0: error: #error "timer not defined" [preprocessorErrorDirective]
fftw-3.3.8/mpi/mpi-bench.c:86:30: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
fftw-3.3.8/mpi/mpi-bench.c:81:15: note: Assignment 'local_ni=0', assigned value is 0
fftw-3.3.8/mpi/mpi-bench.c:86:30: note: Null pointer addition
fftw-3.3.8/mpi/mpi-bench.c:87:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
fftw-3.3.8/mpi/mpi-bench.c:81:15: note: Assignment 'local_ni=0', assigned value is 0
fftw-3.3.8/mpi/mpi-bench.c:87:26: note: Null pointer addition
fftw-3.3.8/mpi/mpi-bench.c:88:30: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
fftw-3.3.8/mpi/mpi-bench.c:81:15: note: Assignment 'local_ni=0', assigned value is 0
fftw-3.3.8/mpi/mpi-bench.c:88:30: note: Null pointer addition
fftw-3.3.8/mpi/mpi-bench.c:89:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
fftw-3.3.8/mpi/mpi-bench.c:81:15: note: Assignment 'local_ni=0', assigned value is 0
fftw-3.3.8/mpi/mpi-bench.c:89:26: note: Null pointer addition
fftw-3.3.8/mpi/mpi-bench.c:90:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
fftw-3.3.8/mpi/mpi-bench.c:81:15: note: Assignment 'local_ni=0', assigned value is 0
fftw-3.3.8/mpi/mpi-bench.c:90:26: note: Null pointer addition
fftw-3.3.8/mpi/mpi-bench.c:91:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
fftw-3.3.8/mpi/mpi-bench.c:81:15: note: Assignment 'local_ni=0', assigned value is 0
fftw-3.3.8/mpi/mpi-bench.c:91:26: note: Null pointer addition
fftw-3.3.8/mpi/mpi-bench.c:92:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
fftw-3.3.8/mpi/mpi-bench.c:81:15: note: Assignment 'local_ni=0', assigned value is 0
fftw-3.3.8/mpi/mpi-bench.c:92:26: note: Null pointer addition
fftw-3.3.8/mpi/mpi-bench.c:93:30: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
fftw-3.3.8/mpi/mpi-bench.c:81:15: note: Assignment 'local_ni=0', assigned value is 0
fftw-3.3.8/mpi/mpi-bench.c:93:30: note: Null pointer addition
fftw-3.3.8/mpi/mpi-bench.c:94:34: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
fftw-3.3.8/mpi/mpi-bench.c:81:15: note: Assignment 'local_ni=0', assigned value is 0
fftw-3.3.8/mpi/mpi-bench.c:94:34: note: Null pointer addition
fftw-3.3.8/mpi/mpi-bench.c:95:30: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
fftw-3.3.8/mpi/mpi-bench.c:81:15: note: Assignment 'local_ni=0', assigned value is 0
fftw-3.3.8/mpi/mpi-bench.c:95:30: note: Null pointer addition
fftw-3.3.8/mpi/mpi-bench.c:96:34: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
fftw-3.3.8/mpi/mpi-bench.c:81:15: note: Assignment 'local_ni=0', assigned value is 0
fftw-3.3.8/mpi/mpi-bench.c:96:34: note: Null pointer addition
fftw-3.3.8/mpi/testsched.c:432:34: style: The scope of the variable 'steps' can be reduced. [variableScope]
fftw-3.3.8/mpi/testsched.c:510:0: error: Memory leak: sched1 [memleak]
fftw-3.3.8/mpi/transpose-alltoall.c:52:31: style: The scope of the variable 'cld2rest' can be reduced. [variableScope]
fftw-3.3.8/mpi/transpose-alltoall.c:52:42: style: The scope of the variable 'cld3' can be reduced. [variableScope]
fftw-3.3.8/mpi/transpose-pairwise.c:104:42: style: The scope of the variable 'cld3' can be reduced. [variableScope]
fftw-3.3.8/rdft/rdft-dht.c:204:50: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:107:30: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:108:9: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:109:40: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:110:12: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:112:41: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:113:13: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:114:41: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:115:13: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:121:30: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:122:9: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:123:40: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:124:12: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:126:25: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:177:30: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:178:9: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:179:40: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:180:12: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:183:30: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:184:9: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:185:41: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:186:13: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:192:30: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:193:9: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:194:40: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:195:12: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/reodft/reodft11e-r2hc-odd.c:197:25: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
fftw-3.3.8/tests/hook.c:197:10: style: The scope of the variable 'rounds' can be reduced. [variableScope]
fftw-3.3.8/threads/ct.c:110:36: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fftw-3.3.8/threads/dft-vrank-geq1.c:96:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fftw-3.3.8/threads/hc2hc.c:108:36: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fftw-3.3.8/threads/openmp.c:26:0: error: #error OpenMP enabled but not using an OpenMP compiler [preprocessorErrorDirective]
fftw-3.3.8/threads/rdft-vrank-geq1.c:93:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fftw-3.3.8/threads/threads.c:249:0: error: #error "No threading layer defined" [preprocessorErrorDirective]
fftw-3.3.8/threads/vrank-geq1-rdft2.c:98:29: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fftw-3.3.8/tools/fftw-wisdom.c:153:15: style: The scope of the variable 'i' can be reduced. [variableScope]
fftw-3.3.8/tools/fftw-wisdom.c:299:12: style: The scope of the variable 'ps' can be reduced. [variableScope]
[21:48]
ftp://ftp.se.debian.org/debian/pool/main/f/fgallery/fgallery_1.8.2.orig.tar.xz
ftp://ftp.se.debian.org/debian/pool/main/f/fgarch/fgarch_3042.83.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fgetty/fgetty_0.7.orig.tar.bz2
ftp://ftp.se.debian.org/debian/pool/main/f/fgo/fgo_1.5.5.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fgrun/fgrun_3.0.0.orig.tar.gz
fg-fgrun/src/AirportBrowser.cxx:124:27: style: C-style pointer casting [cstyleCast]
fg-fgrun/src/AirportBrowser.cxx:131:6: style: C-style pointer casting [cstyleCast]
fg-fgrun/src/AirportBrowser.cxx:156:6: style: C-style pointer casting [cstyleCast]
fg-fgrun/src/AirportBrowser.cxx:189:6: style: C-style pointer casting [cstyleCast]
fg-fgrun/src/AirportBrowser.cxx:485:6: style: C-style pointer casting [cstyleCast]
fg-fgrun/src/AirportBrowser.cxx:652:6: style: C-style pointer casting [cstyleCast]
fg-fgrun/src/AirportBrowser.cxx:247:13: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
fg-fgrun/src/AirportBrowser.cxx:246:13: note: Variable 'token' is reassigned a value before the old one has been used.
fg-fgrun/src/AirportBrowser.cxx:247:13: note: Variable 'token' is reassigned a value before the old one has been used.
fg-fgrun/src/AirportBrowser.cxx:248:13: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
fg-fgrun/src/AirportBrowser.cxx:247:13: note: Variable 'token' is reassigned a value before the old one has been used.
fg-fgrun/src/AirportBrowser.cxx:248:13: note: Variable 'token' is reassigned a value before the old one has been used.
fg-fgrun/src/AirportBrowser.cxx:249:13: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
fg-fgrun/src/AirportBrowser.cxx:248:13: note: Variable 'token' is reassigned a value before the old one has been used.
fg-fgrun/src/AirportBrowser.cxx:249:13: note: Variable 'token' is reassigned a value before the old one has been used.
fg-fgrun/src/AirportBrowser.cxx:422:38: style: Function 'show_installed' argument 1 names different: declaration 'refresh' definition 'state'. [funcArgNamesDifferent]
fg-fgrun/src/AirportBrowser.h:115:31: note: Function 'show_installed' argument 1 names different: declaration 'refresh' definition 'state'.
fg-fgrun/src/AirportBrowser.cxx:422:38: note: Function 'show_installed' argument 1 names different: declaration 'refresh' definition 'state'.
fg-fgrun/src/AirportBrowser.cxx:786:46: style: Function 'try_load_parking' argument 1 names different: declaration 'data' definition 'apt'. [funcArgNamesDifferent]
fg-fgrun/src/AirportBrowser.h:155:39: note: Function 'try_load_parking' argument 1 names different: declaration 'data' definition 'apt'.
fg-fgrun/src/AirportBrowser.cxx:786:46: note: Function 'try_load_parking' argument 1 names different: declaration 'data' definition 'apt'.
fg-fgrun/src/apt_dat.h:13:5: warning: Member variable 'apt_dat_t::type_' is not initialized in the constructor. [uninitMemberVar]
fg-fgrun/src/apt_dat.h:13:5: warning: Member variable 'apt_dat_t::lon_' is not initialized in the constructor. [uninitMemberVar]
fg-fgrun/src/apt_dat.h:13:5: warning: Member variable 'apt_dat_t::lat_' is not initialized in the constructor. [uninitMemberVar]
fg-fgrun/src/Fl_Table.H:99:15: style: Technically the member function 'Fl_Table::IntVector::size' can be const. [functionConst]
fg-fgrun/src/Fl_Table.H:107:6: style: Technically the member function 'Fl_Table::IntVector::back' can be const. [functionConst]
fg-fgrun/src/Fl_Table_Row.H:53:13: style: Technically the member function 'Fl_Table_Row::CharVector::size' can be const. [functionConst]
fg-fgrun/src/Fl_Table_Row.H:67:14: style: Technically the member function 'Fl_Table_Row::CharVector::back' can be const. [functionConst]
fg-fgrun/src/parkingloader.h:25:5: style: Class 'ParkingLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fg-fgrun/src/Fl_Table_Row.H:100:10: style: The function 'rows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fg-fgrun/src/Fl_Table.H:226:18: note: Virtual function in base class
fg-fgrun/src/Fl_Table_Row.H:100:10: note: Function in derived class
fg-fgrun/src/Fl_Table_Row.H:106:10: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fg-fgrun/src/Fl_Table.H:217:18: note: Virtual function in base class
fg-fgrun/src/Fl_Table_Row.H:106:10: note: Function in derived class
fg-fgrun/src/AirportTable.h:58:10: style: The function 'draw_cell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fg-fgrun/src/Fl_Table.H:178:18: note: Virtual function in base class
fg-fgrun/src/AirportTable.h:58:10: note: Function in derived class
fg-fgrun/src/Fl_Table.H:103:5: error: Common realloc mistake: 'arr' nulled but not freed upon failure [memleakOnRealloc]
fg-fgrun/src/AirportBrowser.cxx:258:21: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fg-fgrun/src/AirportBrowser.cxx:263:26: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fg-fgrun/src/AirportTable.cxx:215:34: style: Function 'col_header_cb' argument 1 names different: declaration 'col' definition 'C'. [funcArgNamesDifferent]
fg-fgrun/src/AirportTable.h:46:29: note: Function 'col_header_cb' argument 1 names different: declaration 'col' definition 'C'.
fg-fgrun/src/AirportTable.cxx:215:34: note: Function 'col_header_cb' argument 1 names different: declaration 'col' definition 'C'.
fg-fgrun/src/AirportTable.cxx:72:5: style: Class 'NoCaseFind' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fg-fgrun/src/Fl_Heading_Dial.cxx:90:12: style: The scope of the variable 'x1' can be reduced. [variableScope]
fg-fgrun/src/Fl_Heading_Dial.cxx:90:16: style: The scope of the variable 'y1' can be reduced. [variableScope]
fg-fgrun/src/Fl_Heading_Dial.cxx:90:20: style: The scope of the variable 'x2' can be reduced. [variableScope]
fg-fgrun/src/Fl_Heading_Dial.cxx:90:24: style: The scope of the variable 'y2' can be reduced. [variableScope]
fg-fgrun/src/Fl_OSG.cxx:15:9: warning: Member variable 'Fl_OSG::imgAspect' is not initialized in the constructor. [uninitMemberVar]
fg-fgrun/src/Fl_OSG.cxx:259:5: performance: Variable '_gw' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fg-fgrun/src/Fl_OSG.h:38:18: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fg-fgrun/src/Fl_OSG.h:23:18: note: Virtual function in base class
fg-fgrun/src/Fl_OSG.h:38:18: note: Function in derived class
fg-fgrun/src/Fl_Table.cxx:432:14: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fg-fgrun/src/Fl_Table.cxx:433:14: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fg-fgrun/src/Fl_Table.cxx:547:19: style: C-style pointer casting [cstyleCast]
fg-fgrun/src/Fl_Table.cxx:605:26: style: Function 'handle' argument 1 names different: declaration 'e' definition 'event'. [funcArgNamesDifferent]
fg-fgrun/src/Fl_Table.H:161:20: note: Function 'handle' argument 1 names different: declaration 'e' definition 'event'.
fg-fgrun/src/Fl_Table.cxx:605:26: note: Function 'handle' argument 1 names different: declaration 'e' definition 'event'.
fg-fgrun/src/Fl_Table.cxx:803:55: style: Function '_redraw_cell' argument 2 names different: declaration 'R' definition 'r'. [funcArgNamesDifferent]
fg-fgrun/src/Fl_Table.H:131:49: note: Function '_redraw_cell' argument 2 names different: declaration 'R' definition 'r'.
fg-fgrun/src/Fl_Table.cxx:803:55: note: Function '_redraw_cell' argument 2 names different: declaration 'R' definition 'r'.
fg-fgrun/src/Fl_Table.cxx:803:62: style: Function '_redraw_cell' argument 3 names different: declaration 'C' definition 'c'. [funcArgNamesDifferent]
fg-fgrun/src/Fl_Table.H:131:56: note: Function '_redraw_cell' argument 3 names different: declaration 'C' definition 'c'.
fg-fgrun/src/Fl_Table.cxx:803:62: note: Function '_redraw_cell' argument 3 names different: declaration 'C' definition 'c'.
fg-fgrun/src/Fl_Table.cxx:103:5: performance: Variable '_row_header_color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fg-fgrun/src/Fl_Table.H:178:18: warning: Virtual function 'draw_cell' is called from constructor 'Fl_Table(int X,int Y,int W,int H,const char*l=0)' at line 144. Dynamic binding is not used. [virtualCallInConstructor]
fg-fgrun/src/Fl_Table.cxx:144:5: note: Calling table_resized
fg-fgrun/src/Fl_Table.cxx:538:5: note: Calling table_scrolled
fg-fgrun/src/Fl_Table.cxx:496:5: note: Calling draw_cell
fg-fgrun/src/Fl_Table.H:178:18: note: draw_cell is a virtual method
fg-fgrun/src/advanced_funcs.cxx:173:40: warning: Redundant assignment of 'menu_time_of_day_value[i].text' to itself. [selfAssignment]
fg-fgrun/src/advanced_funcs.cxx:179:32: warning: Redundant assignment of 'menu_log_level[i].text' to itself. [selfAssignment]
fg-fgrun/src/advanced_funcs.cxx:185:38: warning: Redundant assignment of 'menu_cloud_coverage_[i].text' to itself. [selfAssignment]
fg-fgrun/src/advanced_funcs.cxx:191:30: warning: Redundant assignment of 'menu_control[i].text' to itself. [selfAssignment]
fg-fgrun/src/advanced_funcs.cxx:197:40: warning: Redundant assignment of 'menu_texture_filtering[i].text' to itself. [selfAssignment]
fg-fgrun/src/advanced_funcs.cxx:203:36: warning: Redundant assignment of 'menu_anti_aliasing[i].text' to itself. [selfAssignment]
fg-fgrun/src/logwin.cxx:93:6: style: C-style pointer casting [cstyleCast]
fg-fgrun/src/logwin.cxx:109:6: style: C-style pointer casting [cstyleCast]
fg-fgrun/src/logwin.cxx:41:5: style: Class 'LogWindow' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fg-fgrun/src/logwin.cxx:41:5: style: Class 'LogWindow' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fg-fgrun/src/logwin.h:54:22: style: Class 'LogWindow' is unsafe, 'LogWindow::text' can leak by wrong usage. [unsafeClassCanLeak]
fg-fgrun/src/parkingloader.cxx:40:17: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
fg-fgrun/src/settings.cxx:65:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fg-fgrun/src/settings.cxx:67:5: note: Found duplicate branches for 'if' and 'else'.
fg-fgrun/src/settings.cxx:65:10: note: Found duplicate branches for 'if' and 'else'.
fg-fgrun/src/util.cxx:55:9: style: Variable 'nest' is modified but its new value is never used. [unreadVariable]
fg-fgrun/src/util.cxx:86:9: style: Variable 'nest' is modified but its new value is never used. [unreadVariable]
fg-fgrun/src/wizard_funcs.cxx:401:40: warning: Redundant assignment of 'menu_time_of_day_value[i].text' to itself. [selfAssignment]
fg-fgrun/src/wizard_funcs.cxx:407:29: warning: Redundant assignment of 'menu_season[i].text' to itself. [selfAssignment]
fg-fgrun/src/wizard_funcs.cxx:2650:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
fg-fgrun/src/wizard_funcs.cxx:669:29: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
[21:48]
ftp://ftp.se.debian.org/debian/pool/main/f/fhist/fhist_1.18.orig.tar.gz
fhist-1.18/common/ac/string.c:60:21: style: The scope of the variable 'buffer' can be reduced. [variableScope]
fhist-1.18/common/ac/string.c:78:21: style: The scope of the variable 'c1' can be reduced. [variableScope]
fhist-1.18/common/ac/string.c:79:21: style: The scope of the variable 'c2' can be reduced. [variableScope]
fhist-1.18/common/cmalloc.c:200:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fhist-1.18/common/cmalloc.c:290:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fhist-1.18/common/compare.c:242:21: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
fhist-1.18/common/compare.c:371:22: style: The scope of the variable 'cp' can be reduced. [variableScope]
fhist-1.18/common/compare.c:890:21: style: The scope of the variable 'ch' can be reduced. [variableScope]
fhist-1.18/common/compare.c:948:22: style: The scope of the variable 'data' can be reduced. [variableScope]
fhist-1.18/common/compare.c:1159:21: style: The scope of the variable 'count1' can be reduced. [variableScope]
fhist-1.18/common/compare.c:1160:21: style: The scope of the variable 'count2' can be reduced. [variableScope]
fhist-1.18/common/compare.c:1219:21: style: The scope of the variable 'count1' can be reduced. [variableScope]
fhist-1.18/common/compare.c:1220:21: style: The scope of the variable 'count2' can be reduced. [variableScope]
fhist-1.18/common/compare.c:995:17: style: Function 'dumpmatch' argument 1 names different: declaration 'outfile' definition 'outputname'. [funcArgNamesDifferent]
fhist-1.18/common/compare.h:143:22: note: Function 'dumpmatch' argument 1 names different: declaration 'outfile' definition 'outputname'.
fhist-1.18/common/compare.c:995:17: note: Function 'dumpmatch' argument 1 names different: declaration 'outfile' definition 'outputname'.
fhist-1.18/common/compare.c:1052:18: style: Function 'dumpnormal' argument 1 names different: declaration 'outfile' definition 'outputname'. [funcArgNamesDifferent]
fhist-1.18/common/compare.h:144:23: note: Function 'dumpnormal' argument 1 names different: declaration 'outfile' definition 'outputname'.
fhist-1.18/common/compare.c:1052:18: note: Function 'dumpnormal' argument 1 names different: declaration 'outfile' definition 'outputname'.
fhist-1.18/common/compare.c:1153:16: style: Function 'dumpwhat' argument 1 names different: declaration 'outfile' definition 'outputname'. [funcArgNamesDifferent]
fhist-1.18/common/compare.h:145:21: note: Function 'dumpwhat' argument 1 names different: declaration 'outfile' definition 'outputname'.
fhist-1.18/common/compare.c:1153:16: note: Function 'dumpwhat' argument 1 names different: declaration 'outfile' definition 'outputname'.
fhist-1.18/common/compare.c:1213:17: style: Function 'dumplines' argument 1 names different: declaration 'outfile' definition 'outputname'. [funcArgNamesDifferent]
fhist-1.18/common/compare.h:146:22: note: Function 'dumplines' argument 1 names different: declaration 'outfile' definition 'outputname'.
fhist-1.18/common/compare.c:1213:17: note: Function 'dumplines' argument 1 names different: declaration 'outfile' definition 'outputname'.
fhist-1.18/common/compare.c:1313:13: style: Function 'fcomp' argument 1 names different: declaration 'fileA' definition 'nameA'. [funcArgNamesDifferent]
fhist-1.18/common/compare.h:142:18: note: Function 'fcomp' argument 1 names different: declaration 'fileA' definition 'nameA'.
fhist-1.18/common/compare.c:1313:13: note: Function 'fcomp' argument 1 names different: declaration 'fileA' definition 'nameA'.
fhist-1.18/common/compare.c:1313:26: style: Function 'fcomp' argument 2 names different: declaration 'fileB' definition 'nameB'. [funcArgNamesDifferent]
fhist-1.18/common/compare.h:142:31: note: Function 'fcomp' argument 2 names different: declaration 'fileB' definition 'nameB'.
fhist-1.18/common/compare.c:1313:26: note: Function 'fcomp' argument 2 names different: declaration 'fileB' definition 'nameB'.
fhist-1.18/common/error.c:57:14: style: The scope of the variable 'tp' can be reduced. [variableScope]
fhist-1.18/common/error_intl.c:188:26: style: The scope of the variable 'tp' can be reduced. [variableScope]
fhist-1.18/common/fileio.c:71:21: style: The scope of the variable 'c' can be reduced. [variableScope]
fhist-1.18/common/fileio.c:114:21: style: The scope of the variable 'count' can be reduced. [variableScope]
fhist-1.18/common/fileio.c:177:21: style: The scope of the variable 'c' can be reduced. [variableScope]
fhist-1.18/common/input/private.c:43:21: style: The scope of the variable 'c' can be reduced. [variableScope]
fhist-1.18/common/input/stdin.c:33:26: style: The scope of the variable 'scp' can be reduced. [variableScope]
fhist-1.18/common/language.c:83:15: style: Variable 'lib' is assigned a value that is never used. [unreadVariable]
fhist-1.18/common/language.c:76:15: style: Variable 'package' is assigned a value that is never used. [unreadVariable]
fhist-1.18/common/output/stdout.c:74:36: style: Variable 'this' is assigned a value that is never used. [unreadVariable]
fhist-1.18/common/output/stdout.c:93:36: style: Variable 'this' is assigned a value that is never used. [unreadVariable]
fhist-1.18/common/pager.c:189:21: style: The scope of the variable 'n' can be reduced. [variableScope]
fhist-1.18/common/str.c:628:22: style: Function 'str_field' argument 1 names different: declaration 'str' definition 's'. [funcArgNamesDifferent]
fhist-1.18/common/str.h:51:33: note: Function 'str_field' argument 1 names different: declaration 'str' definition 's'.
fhist-1.18/common/str.c:628:22: note: Function 'str_field' argument 1 names different: declaration 'str' definition 's'.
fhist-1.18/common/sub.c:945:21: style: The scope of the variable 'c' can be reduced. [variableScope]
fhist-1.18/common/sub/expr_lex.c:71:25: style: The scope of the variable 'c' can be reduced. [variableScope]
fhist-1.18/common/trace.c:136:32: style: Condition 'page_width<8' is always false [knownConditionTrueFalse]
fhist-1.18/common/trace.c:135:41: note: Assignment 'page_width=79-24', assigned value is 55
fhist-1.18/common/trace.c:136:32: note: Condition 'page_width<8' is always false
fhist-1.18/common/wstr.c:156:25: style: The scope of the variable 'idx' can be reduced. [variableScope]
fhist-1.18/common/wstr_list.c:43:25: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
fhist-1.18/common/wstr_list.c:62:25: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
fhist-1.18/fhist/diff.c:267:20: style: Function 'cleanhistory' argument 1 names different: declaration 'filename' definition 'inputname'. [funcArgNamesDifferent]
fhist-1.18/fhist/diff.h:27:25: note: Function 'cleanhistory' argument 1 names different: declaration 'filename' definition 'inputname'.
fhist-1.18/fhist/diff.c:267:20: note: Function 'cleanhistory' argument 1 names different: declaration 'filename' definition 'inputname'.
fhist-1.18/fhist/diff.c:337:20: style: Function 'checkhistory' argument 1 names different: declaration 'filename' definition 'inputname'. [funcArgNamesDifferent]
fhist-1.18/fhist/diff.h:28:25: note: Function 'checkhistory' argument 1 names different: declaration 'filename' definition 'inputname'.
fhist-1.18/fhist/diff.c:337:20: note: Function 'checkhistory' argument 1 names different: declaration 'filename' definition 'inputname'.
fhist-1.18/fhist/diff.c:400:19: style: Function 'comphistory' argument 1 names different: declaration 'filename' definition 'inputname'. [funcArgNamesDifferent]
fhist-1.18/fhist/diff.h:29:24: note: Function 'comphistory' argument 1 names different: declaration 'filename' definition 'inputname'.
fhist-1.18/fhist/diff.c:400:19: note: Function 'comphistory' argument 1 names different: declaration 'filename' definition 'inputname'.
fhist-1.18/fhist/extract.c:198:22: style: The scope of the variable 'blab' can be reduced. [variableScope]
fhist-1.18/fhist/extract.c:257:21: style: The scope of the variable 'count' can be reduced. [variableScope]
fhist-1.18/fhist/extract.c:258:21: style: The scope of the variable 'selectvalue' can be reduced. [variableScope]
fhist-1.18/fhist/extract.c:403:22: style: The scope of the variable 'cp' can be reduced. [variableScope]
fhist-1.18/fhist/extract.c:570:21: style: The scope of the variable 'count' can be reduced. [variableScope]
fhist-1.18/fhist/extract.c:673:22: style: The scope of the variable 'cp' can be reduced. [variableScope]
fhist-1.18/fhist/main.c:892:27: style: Opposite expression on both sides of '&'. [oppositeExpression]
fhist-1.18/fhist/main.c:892:27: note: Opposite expression on both sides of '&'.
fhist-1.18/fhist/main.c:892:27: note: Opposite expression on both sides of '&'.
fhist-1.18/fhist/main.c:423:21: style: The scope of the variable 'len' can be reduced. [variableScope]
fhist-1.18/fhist/modlin.c:187:18: style: The scope of the variable 'str' can be reduced. [variableScope]
fhist-1.18/fhist/modlin.c:242:22: style: The scope of the variable 'cp' can be reduced. [variableScope]
fhist-1.18/fhist/modlin.c:247:21: style: The scope of the variable 'count' can be reduced. [variableScope]
fhist-1.18/fhist/modlin.c:240:31: style: Function 'findedit' argument 2 names different: declaration 'is_bin' definition 'binary'. [funcArgNamesDifferent]
fhist-1.18/fhist/modlin.h:28:36: note: Function 'findedit' argument 2 names different: declaration 'is_bin' definition 'binary'.
fhist-1.18/fhist/modlin.c:240:31: note: Function 'findedit' argument 2 names different: declaration 'is_bin' definition 'binary'.
fhist-1.18/fhist/name.c:50:21: style: The scope of the variable 'namelen' can be reduced. [variableScope]
fhist-1.18/fhist/name.c:52:21: style: The scope of the variable 'saveerror' can be reduced. [variableScope]
fhist-1.18/fhist/subroutine.c:79:22: style: The scope of the variable 'scp' can be reduced. [variableScope]
fhist-1.18/fhist/subroutine.c:598:21: style: The scope of the variable 'ch' can be reduced. [variableScope]
fhist-1.18/fhist/subroutine.c:626:27: style: Function 'get_a_line' argument 2 names different: declaration 'pos' definition 'seekpos'. [funcArgNamesDifferent]
fhist-1.18/fhist/subroutine.h:39:33: note: Function 'get_a_line' argument 2 names different: declaration 'pos' definition 'seekpos'.
fhist-1.18/fhist/subroutine.c:626:27: note: Function 'get_a_line' argument 2 names different: declaration 'pos' definition 'seekpos'.
fhist-1.18/fhist/update.c:142:22: style: The scope of the variable 'fp' can be reduced. [variableScope]
fhist-1.18/fhist/update.c:147:21: style: The scope of the variable 'ch' can be reduced. [variableScope]
fhist-1.18/fhist/update.c:493:22: style: The scope of the variable 'scp' can be reduced. [variableScope]
fhist-1.18/fhist/update.c:691:21: style: The scope of the variable 'saveerror' can be reduced. [variableScope]
fhist-1.18/fmerge/work.c:116:22: style: The scope of the variable 'mp' can be reduced. [variableScope]
fhist-1.18/fmerge/work.c:122:21: style: The scope of the variable 'deletesA' can be reduced. [variableScope]
fhist-1.18/fmerge/work.c:123:21: style: The scope of the variable 'insertsA' can be reduced. [variableScope]
fhist-1.18/fmerge/work.c:124:21: style: The scope of the variable 'deletesB' can be reduced. [variableScope]
fhist-1.18/fmerge/work.c:125:21: style: The scope of the variable 'insertsB' can be reduced. [variableScope]
fhist-1.18/fmerge/work.c:128:21: style: The scope of the variable 'bad' can be reduced. [variableScope]
fhist-1.18/fmerge/work.c:478:21: style: The scope of the variable 'newconflict' can be reduced. [variableScope]
fhist-1.18/fmerge/work.c:549:21: style: The scope of the variable 'flags' can be reduced. [variableScope]
fhist-1.18/fmerge/work.c:694:22: style: The scope of the variable 'cp' can be reduced. [variableScope]
fhist-1.18/fmerge/work.c:112:14: style: Function 'fmerge' argument 1 names different: declaration 'base_name' definition 'basename'. [funcArgNamesDifferent]
fhist-1.18/fmerge/work.h:36:19: note: Function 'fmerge' argument 1 names different: declaration 'base_name' definition 'basename'.
fhist-1.18/fmerge/work.c:112:14: note: Function 'fmerge' argument 1 names different: declaration 'base_name' definition 'basename'.
fhist-1.18/fmerge/work.c:471:22: style: Function 'dumpmergedfile' argument 1 names different: declaration 'outname' definition 'outputname'. [funcArgNamesDifferent]
fhist-1.18/fmerge/work.h:37:27: note: Function 'dumpmergedfile' argument 1 names different: declaration 'outname' definition 'outputname'.
fhist-1.18/fmerge/work.c:471:22: note: Function 'dumpmergedfile' argument 1 names different: declaration 'outname' definition 'outputname'.
fhist-1.18/fmerge/work.c:641:21: style: Function 'dumpconflicts' argument 1 names different: declaration 'outname' definition 'outputname'. [funcArgNamesDifferent]
fhist-1.18/fmerge/work.h:38:26: note: Function 'dumpconflicts' argument 1 names different: declaration 'outname' definition 'outputname'.
fhist-1.18/fmerge/work.c:641:21: note: Function 'dumpconflicts' argument 1 names different: declaration 'outname' definition 'outputname'.
fhist-1.18/fmerge/work.c:692:24: style: Function 'convertconflicts' argument 1 names different: declaration 'inname' definition 'inputname'. [funcArgNamesDifferent]
fhist-1.18/fmerge/work.h:39:29: note: Function 'convertconflicts' argument 1 names different: declaration 'inname' definition 'inputname'.
fhist-1.18/fmerge/work.c:692:24: note: Function 'convertconflicts' argument 1 names different: declaration 'inname' definition 'inputname'.
fhist-1.18/fmerge/work.c:692:41: style: Function 'convertconflicts' argument 2 names different: declaration 'outname' definition 'outputname'. [funcArgNamesDifferent]
fhist-1.18/fmerge/work.h:39:43: note: Function 'convertconflicts' argument 2 names different: declaration 'outname' definition 'outputname'.
fhist-1.18/fmerge/work.c:692:41: note: Function 'convertconflicts' argument 2 names different: declaration 'outname' definition 'outputname'.
[21:48]
ftp://ftp.se.debian.org/debian/pool/main/f/fiaif/fiaif_1.23.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fiat/fiat_2018.1.0.orig.tar.gz.asc
ftp://ftp.se.debian.org/debian/pool/main/f/fibranet/fibranet_10.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/field3d/field3d_1.7.2.orig.tar.gz
field3d-1.7.2/apps/f3dinfo/main.cpp:171:36: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
field3d-1.7.2/contrib/maya_plugin/exportF3d/exportF3d.cpp:451:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
field3d-1.7.2/contrib/maya_plugin/exportF3d/exportF3d.cpp:451:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
field3d-1.7.2/contrib/maya_plugin/exportF3d/exportF3d.cpp:451:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
field3d-1.7.2/contrib/maya_plugin/exportF3d/exportF3d.cpp:301:5: style: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
field3d-1.7.2/contrib/maya_plugin/exportF3d/exportF3d.cpp:300:5: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
field3d-1.7.2/contrib/maya_plugin/exportF3d/exportF3d.cpp:301:5: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
field3d-1.7.2/contrib/maya_plugin/exportF3d/exportF3d.cpp:419:5: style: Variable 'stat' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
field3d-1.7.2/contrib/maya_plugin/exportF3d/exportF3d.cpp:418:5: note: Variable 'stat' is reassigned a value before the old one has been used if variable is no semaphore variable.
field3d-1.7.2/contrib/maya_plugin/exportF3d/exportF3d.cpp:419:5: note: Variable 'stat' is reassigned a value before the old one has been used if variable is no semaphore variable.
field3d-1.7.2/src/Field3DFile.cpp:1785:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
field3d-1.7.2/src/Field3DFile.cpp:1787:13: note: Found duplicate branches for 'if' and 'else'.
field3d-1.7.2/src/Field3DFile.cpp:1785:11: note: Found duplicate branches for 'if' and 'else'.
field3d-1.7.2/src/Field3DFile.cpp:240:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
field3d-1.7.2/src/Field3DFile.cpp:124:5: style: Class 'print' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
field3d-1.7.2/src/Field3DFileHDF5.cpp:611:9: style: The scope of the variable 'fileVersion' can be reduced. [variableScope]
field3d-1.7.2/src/Field3DFileHDF5.cpp:599:12: style: Unused variable: version [unusedVariable]
field3d-1.7.2/src/Field3DFileHDF5.cpp:777:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
field3d-1.7.2/src/Field3DFileHDF5.cpp:117:5: style: Class 'print' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
field3d-1.7.2/src/FieldCache.cpp:56:0: error: syntax error [syntaxError]
field3d-1.7.2/src/FieldMapping.cpp:376:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
field3d-1.7.2/src/FieldMappingIO.cpp:392:7: style: The scope of the variable 'distInt' can be reduced. [variableScope]
field3d-1.7.2/src/FileSequence.cpp:72:21: style: Variable 'k_framePlaceholder' is assigned a value that is never used. [unreadVariable]
field3d-1.7.2/src/IData.cpp:50:9: performance: Variable 'streams' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
field3d-1.7.2/src/IData.cpp:48:5: style: Class 'PrivateData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
field3d-1.7.2/src/IGroup.cpp:49:9: performance: Variable 'numChildren' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
field3d-1.7.2/src/IGroup.cpp:50:9: performance: Variable 'pos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
field3d-1.7.2/src/IGroup.cpp:51:9: performance: Variable 'streams' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
field3d-1.7.2/src/IGroup.cpp:47:5: style: Class 'PrivateData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
field3d-1.7.2/src/IStreams.cpp:52:9: performance: Variable 'version' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
field3d-1.7.2/src/MIPFieldIO.cpp:457:15: style: Variable 'success' is assigned a value that is never used. [unreadVariable]
field3d-1.7.2/src/OData.cpp:51:9: performance: Variable 'pos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
field3d-1.7.2/src/OData.cpp:52:9: performance: Variable 'size' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
field3d-1.7.2/src/OStream.cpp:47:5: style: Class 'PrivateData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
field3d-1.7.2/src/OStream.cpp:65:5: style: Class 'PrivateData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
field3d-1.7.2/src/PluginLoader.cpp:157:0: style: Variable 'er' is assigned a value that is never used. [unreadVariable]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1455:9: style: The scope of the variable 'x2' can be reduced. [variableScope]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1540:9: style: The scope of the variable 'x2' can be reduced. [variableScope]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1626:9: style: The scope of the variable 'x2' can be reduced. [variableScope]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1739:9: style: The scope of the variable 'x2' can be reduced. [variableScope]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1820:9: style: The scope of the variable 'x2' can be reduced. [variableScope]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1902:9: style: The scope of the variable 'x2' can be reduced. [variableScope]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1433:32: style: Function 'testWriteSparseDense' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'. [funcArgNamesDifferent]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:301:32: note: Function 'testWriteSparseDense' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1433:32: note: Function 'testWriteSparseDense' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1518:33: style: Function 'testWriteSparseSparse' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'. [funcArgNamesDifferent]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:302:33: note: Function 'testWriteSparseSparse' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1518:33: note: Function 'testWriteSparseSparse' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1604:24: style: Function 'testWriteSparseVDB' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'. [funcArgNamesDifferent]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:304:30: note: Function 'testWriteSparseVDB' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1604:24: note: Function 'testWriteSparseVDB' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1717:31: style: Function 'testWriteDenseDense' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'. [funcArgNamesDifferent]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:309:31: note: Function 'testWriteDenseDense' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1717:31: note: Function 'testWriteDenseDense' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1798:32: style: Function 'testWriteDenseSparse' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'. [funcArgNamesDifferent]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:310:32: note: Function 'testWriteDenseSparse' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1798:32: note: Function 'testWriteDenseSparse' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1880:23: style: Function 'testWriteDenseVDB' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'. [funcArgNamesDifferent]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:312:29: note: Function 'testWriteDenseVDB' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1880:23: note: Function 'testWriteDenseVDB' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1990:31: style: Function 'testReadSparseDense' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'. [funcArgNamesDifferent]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:317:31: note: Function 'testReadSparseDense' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1990:31: note: Function 'testReadSparseDense' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:2027:32: style: Function 'testReadSparseSparse' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'. [funcArgNamesDifferent]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:318:32: note: Function 'testReadSparseSparse' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:2027:32: note: Function 'testReadSparseSparse' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:2065:23: style: Function 'testReadSparseVDB' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'. [funcArgNamesDifferent]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:320:29: note: Function 'testReadSparseVDB' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:2065:23: note: Function 'testReadSparseVDB' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:2135:30: style: Function 'testReadDenseDense' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'. [funcArgNamesDifferent]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:325:30: note: Function 'testReadDenseDense' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:2135:30: note: Function 'testReadDenseDense' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:2172:31: style: Function 'testReadDenseSparse' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'. [funcArgNamesDifferent]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:326:31: note: Function 'testReadDenseSparse' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:2172:31: note: Function 'testReadDenseSparse' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:2210:22: style: Function 'testReadDenseVDB' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'. [funcArgNamesDifferent]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:328:28: note: Function 'testReadDenseVDB' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:2210:22: note: Function 'testReadDenseVDB' argument 1 names different: declaration 'narrowBand' definition 'halfWidth'.
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1992:0: style: Variable 'rangeMin' is assigned a value that is never used. [unreadVariable]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:1992:32: style: Variable 'rangeMax' is assigned a value that is never used. [unreadVariable]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:2029:0: style: Variable 'rangeMin' is assigned a value that is never used. [unreadVariable]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:2029:32: style: Variable 'rangeMax' is assigned a value that is never used. [unreadVariable]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:2137:0: style: Variable 'rangeMin' is assigned a value that is never used. [unreadVariable]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:2137:32: style: Variable 'rangeMax' is assigned a value that is never used. [unreadVariable]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:2174:0: style: Variable 'rangeMin' is assigned a value that is never used. [unreadVariable]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:2174:32: style: Variable 'rangeMax' is assigned a value that is never used. [unreadVariable]
field3d-1.7.2/test/misc_tests/lib_perf_test/src/main.cpp:165:35: performance: Function parameter 's' should be passed by const reference. [passedByValue]
field3d-1.7.2/test/misc_tests/threading_and_virtual_calls/main.cpp:311:7: style: Variable 'numThreads' is modified but its new value is never used. [unreadVariable]
field3d-1.7.2/test/misc_tests/threading_and_virtual_calls/main.cpp:251:34: style: Variable 'wsI' is assigned a value that is never used. [unreadVariable]
field3d-1.7.2/test/misc_tests/threading_and_virtual_calls/main.cpp:252:36: style: Variable 'wsEnd' is assigned a value that is never used. [unreadVariable]
field3d-1.7.2/test/misc_tests/threading_and_virtual_calls/main.cpp:253:28: style: Variable 'vsI' is assigned a value that is never used. [unreadVariable]
field3d-1.7.2/test/unit_tests/UnitTest.cpp:2418:10: style: Variable 'TName' is assigned a value that is never used. [unreadVariable]
field3d-1.7.2/test/unit_tests/UnitTest.cpp:2490:10: style: Variable 'TName' is assigned a value that is never used. [unreadVariable]
field3d-1.7.2/test/unit_tests/UnitTest.cpp:2542:10: style: Variable 'TName' is assigned a value that is never used. [unreadVariable]
field3d-1.7.2/test/unit_tests/UnitTest.cpp:119:5: style: Class 'ScopedPrintTimer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
field3d-1.7.2/test/unit_tests/UnitTest.cpp:2182:3: style: Class 'CopyThreaded' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[21:48]
ftp://ftp.se.debian.org/debian/pool/main/f/fieldslib/fieldslib_113.33.03.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fife/fife_0.4.1.orig.tar.gz
fifengine-0.4.1/engine/core/audio/soundclip.h:139:16: warning: Virtual function 'free' is called from destructor '~SoundClip()' at line 235. Dynamic binding is not used. [virtualCallInConstructor]
fifengine-0.4.1/engine/core/audio/soundclip.cpp:235:3: note: Calling free
fifengine-0.4.1/engine/core/audio/soundclip.h:139:16: note: free is a virtual method
fifengine-0.4.1/engine/core/audio/soundclip.h:61:3: style: Class 'SoundClip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/audio/soundmanager.h:104:8: performance: Technically the member function 'FIFE::SoundManager::setListenerPosition' can be static. [functionStatic]
fifengine-0.4.1/engine/core/audio/soundmanager.h:110:8: performance: Technically the member function 'FIFE::SoundManager::setListenerOrientation' can be static. [functionStatic]
fifengine-0.4.1/engine/core/controller/enginesettings.h:161:15: style: Technically the member function 'FIFE::EngineSettings::getRenderBackend' can be const. [functionConst]
fifengine-0.4.1/engine/core/controller/enginesettings.h:281:15: style: Technically the member function 'FIFE::EngineSettings::getDefaultFontPath' can be const. [functionConst]
fifengine-0.4.1/engine/core/controller/enginesettings.h:307:15: style: Technically the member function 'FIFE::EngineSettings::getDefaultFontGlyphs' can be const. [functionConst]
fifengine-0.4.1/engine/core/controller/enginesettings.h:323:15: style: Technically the member function 'FIFE::EngineSettings::getWindowTitle' can be const. [functionConst]
fifengine-0.4.1/engine/core/controller/enginesettings.h:339:15: style: Technically the member function 'FIFE::EngineSettings::getWindowIcon' can be const. [functionConst]
fifengine-0.4.1/engine/core/controller/engine.h:124:8: performance: Technically the member function 'FIFE::Engine::finalizePumping' can be static. [functionStatic]
fifengine-0.4.1/engine/core/controller/engine.cpp:382:15: note: Technically the member function 'FIFE::Engine::finalizePumping' can be static.
fifengine-0.4.1/engine/core/controller/engine.h:124:8: note: Technically the member function 'FIFE::Engine::finalizePumping' can be static.
fifengine-0.4.1/engine/core/controller/enginesettings.cpp:88:4: performance: Variable 'm_videodriver' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fifengine-0.4.1/engine/core/controller/enginesettings.h:66:24: performance: Technically the member function 'FIFE::EngineSettings::getPossibleBitsPerPixel' can be static. [functionStatic]
fifengine-0.4.1/engine/core/controller/enginesettings.cpp:111:39: note: Technically the member function 'FIFE::EngineSettings::getPossibleBitsPerPixel' can be static.
fifengine-0.4.1/engine/core/controller/enginesettings.h:66:24: note: Technically the member function 'FIFE::EngineSettings::getPossibleBitsPerPixel' can be static.
fifengine-0.4.1/engine/core/controller/enginesettings.h:146:9: performance: Technically the member function 'FIFE::EngineSettings::getMaxVolume' can be static. [functionStatic]
fifengine-0.4.1/engine/core/controller/enginesettings.cpp:133:24: note: Technically the member function 'FIFE::EngineSettings::getMaxVolume' can be static.
fifengine-0.4.1/engine/core/controller/enginesettings.h:146:9: note: Technically the member function 'FIFE::EngineSettings::getMaxVolume' can be static.
fifengine-0.4.1/engine/core/controller/enginesettings.h:167:28: performance: Technically the member function 'FIFE::EngineSettings::getPossibleRenderBackends' can be static. [functionStatic]
fifengine-0.4.1/engine/core/controller/enginesettings.cpp:151:43: note: Technically the member function 'FIFE::EngineSettings::getPossibleRenderBackends' can be static.
fifengine-0.4.1/engine/core/controller/enginesettings.h:167:28: note: Technically the member function 'FIFE::EngineSettings::getPossibleRenderBackends' can be static.
fifengine-0.4.1/engine/core/gui/cegui/base/ceguiinputprocessor.h:62:8: performance: Technically the member function 'FIFE::CEGuiInputProcessor::processTextInput' can be static. [functionStatic]
fifengine-0.4.1/engine/core/gui/cegui/base/ceguiinputprocessor.cpp:94:28: note: Technically the member function 'FIFE::CEGuiInputProcessor::processTextInput' can be static.
fifengine-0.4.1/engine/core/gui/cegui/base/ceguiinputprocessor.h:62:8: note: Technically the member function 'FIFE::CEGuiInputProcessor::processTextInput' can be static.
fifengine-0.4.1/engine/core/gui/cegui/base/ceguiinputprocessor.h:66:8: performance: Technically the member function 'FIFE::CEGuiInputProcessor::processMouseInput' can be static. [functionStatic]
fifengine-0.4.1/engine/core/gui/cegui/base/ceguiinputprocessor.cpp:101:28: note: Technically the member function 'FIFE::CEGuiInputProcessor::processMouseInput' can be static.
fifengine-0.4.1/engine/core/gui/cegui/base/ceguiinputprocessor.h:66:8: note: Technically the member function 'FIFE::CEGuiInputProcessor::processMouseInput' can be static.
fifengine-0.4.1/engine/core/gui/cegui/base/ceguiinputprocessor.h:70:8: performance: Technically the member function 'FIFE::CEGuiInputProcessor::processMouseMotion' can be static. [functionStatic]
fifengine-0.4.1/engine/core/gui/cegui/base/ceguiinputprocessor.cpp:167:28: note: Technically the member function 'FIFE::CEGuiInputProcessor::processMouseMotion' can be static.
fifengine-0.4.1/engine/core/gui/cegui/base/ceguiinputprocessor.h:70:8: note: Technically the member function 'FIFE::CEGuiInputProcessor::processMouseMotion' can be static.
fifengine-0.4.1/engine/core/gui/cegui/ceguimanager.cpp:45:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
fifengine-0.4.1/engine/core/gui/cegui/ceguimanager.cpp:70:50: style: Function 'setRootWindow' argument 1 names different: declaration 'setRootWindow' definition 'root'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/gui/cegui/ceguimanager.h:76:37: note: Function 'setRootWindow' argument 1 names different: declaration 'setRootWindow' definition 'root'.
fifengine-0.4.1/engine/core/gui/cegui/ceguimanager.cpp:70:50: note: Function 'setRootWindow' argument 1 names different: declaration 'setRootWindow' definition 'root'.
fifengine-0.4.1/engine/core/gui/cegui/ceguimanager.cpp:39:16: warning: Member variable 'CEGuiManager::m_inputProcessor' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/gui/cegui/ceguimanager.cpp:39:16: warning: Member variable 'CEGuiManager::m_lastTimePulse' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/gui/cegui/ceguimanager.cpp:39:16: warning: Member variable 'CEGuiManager::m_guiRoot' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/gui/fifechan/base/gui_font.h:44:3: style: Class 'GuiFont' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/gui/fifechan/base/gui_image.h:44:3: style: Class 'GuiImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/gui/fifechan/fifechanmanager.cpp:283:67: style: Function 'translateKeyEvent' argument 1 names different: declaration 'evt' definition 'fcnevt'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/gui/fifechan/fifechanmanager.h:148:52: note: Function 'translateKeyEvent' argument 1 names different: declaration 'evt' definition 'fcnevt'.
fifengine-0.4.1/engine/core/gui/fifechan/fifechanmanager.cpp:283:67: note: Function 'translateKeyEvent' argument 1 names different: declaration 'evt' definition 'fcnevt'.
fifengine-0.4.1/engine/core/gui/fifechan/fifechanmanager.cpp:308:73: style: Function 'translateMouseEvent' argument 1 names different: declaration 'evt' definition 'fcnevt'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/gui/fifechan/fifechanmanager.h:149:58: note: Function 'translateMouseEvent' argument 1 names different: declaration 'evt' definition 'fcnevt'.
fifengine-0.4.1/engine/core/gui/fifechan/fifechanmanager.cpp:308:73: note: Function 'translateMouseEvent' argument 1 names different: declaration 'evt' definition 'fcnevt'.
fifengine-0.4.1/engine/core/gui/fifechan/fifechanmanager.cpp:57:19: warning: Member variable 'FifechanManager::m_gui_graphics' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/gui/fifechan/fifechanmanager.cpp:57:19: warning: Member variable 'FifechanManager::m_fontsize' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/gui/fifechan/util/utf8/utf8stringeditor.cpp:101:0: style: Variable 'bytes' is assigned a value that is never used. [unreadVariable]
fifengine-0.4.1/engine/core/gui/fifechan/widgets/clicklabel.cpp:88:11: style: The scope of the variable 'textX' can be reduced. [variableScope]
fifengine-0.4.1/engine/core/gui/fifechan/widgets/clicklabel.cpp:89:11: style: The scope of the variable 'textY' can be reduced. [variableScope]
fifengine-0.4.1/engine/core/gui/fifechan/widgets/clicklabel.h:49:16: warning: Virtual function 'setCaption' is called from constructor 'ClickLabel(const std::string&caption)' at line 53. Dynamic binding is not used. [virtualCallInConstructor]
fifengine-0.4.1/engine/core/gui/fifechan/widgets/clicklabel.cpp:53:3: note: Calling setCaption
fifengine-0.4.1/engine/core/gui/fifechan/widgets/clicklabel.h:49:16: note: setCaption is a virtual method
fifengine-0.4.1/engine/core/gui/fifechan/widgets/clicklabel.h:45:3: style: Class 'ClickLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/gui/fifechan/widgets/icon2.h:107:3: style: Class 'Icon2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/gui/fifechan/widgets/togglebutton.cpp:48:36: style: Function 'ToggleButton' argument 1 names different: declaration 'up_image' definition 'up_file'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/gui/fifechan/widgets/togglebutton.h:57:24: note: Function 'ToggleButton' argument 1 names different: declaration 'up_image' definition 'up_file'.
fifengine-0.4.1/engine/core/gui/fifechan/widgets/togglebutton.cpp:48:36: note: Function 'ToggleButton' argument 1 names different: declaration 'up_image' definition 'up_file'.
fifengine-0.4.1/engine/core/gui/fifechan/widgets/togglebutton.cpp:48:53: style: Function 'ToggleButton' argument 2 names different: declaration 'down_image' definition 'down_file'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/gui/fifechan/widgets/togglebutton.h:57:45: note: Function 'ToggleButton' argument 2 names different: declaration 'down_image' definition 'down_file'.
fifengine-0.4.1/engine/core/gui/fifechan/widgets/togglebutton.cpp:48:53: note: Function 'ToggleButton' argument 2 names different: declaration 'down_image' definition 'down_file'.
fifengine-0.4.1/engine/core/gui/fifechan/widgets/togglebutton.cpp:48:71: style: Function 'ToggleButton' argument 3 names different: declaration 'hover_image' definition 'hover_file'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/gui/fifechan/widgets/togglebutton.h:57:68: note: Function 'ToggleButton' argument 3 names different: declaration 'hover_image' definition 'hover_file'.
fifengine-0.4.1/engine/core/gui/fifechan/widgets/togglebutton.cpp:48:71: note: Function 'ToggleButton' argument 3 names different: declaration 'hover_image' definition 'hover_file'.
fifengine-0.4.1/engine/core/gui/fifechan/widgets/twobutton.cpp:38:30: style: Function 'TwoButton' argument 1 names different: declaration 'up_image' definition 'up_file'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/gui/fifechan/widgets/twobutton.h:42:21: note: Function 'TwoButton' argument 1 names different: declaration 'up_image' definition 'up_file'.
fifengine-0.4.1/engine/core/gui/fifechan/widgets/twobutton.cpp:38:30: note: Function 'TwoButton' argument 1 names different: declaration 'up_image' definition 'up_file'.
fifengine-0.4.1/engine/core/gui/fifechan/widgets/twobutton.cpp:38:47: style: Function 'TwoButton' argument 2 names different: declaration 'down_image' definition 'down_file'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/gui/fifechan/widgets/twobutton.h:42:42: note: Function 'TwoButton' argument 2 names different: declaration 'down_image' definition 'down_file'.
fifengine-0.4.1/engine/core/gui/fifechan/widgets/twobutton.cpp:38:47: note: Function 'TwoButton' argument 2 names different: declaration 'down_image' definition 'down_file'.
fifengine-0.4.1/engine/core/gui/hybrid/hybridguimanager.cpp:85:8: style: The scope of the variable 'consumed' can be reduced. [variableScope]
fifengine-0.4.1/engine/core/gui/librocket/base/librocketinputprocessor.cpp:85:54: style: Function 'onSdlEvent' argument 1 names different: declaration 'evt' definition 'event'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/gui/librocket/base/librocketinputprocessor.h:68:30: note: Function 'onSdlEvent' argument 1 names different: declaration 'evt' definition 'event'.
fifengine-0.4.1/engine/core/gui/librocket/base/librocketinputprocessor.cpp:85:54: note: Function 'onSdlEvent' argument 1 names different: declaration 'evt' definition 'event'.
fifengine-0.4.1/engine/core/gui/librocket/base/librocketinputprocessor.h:52:3: style: Class 'LibRocketInputProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/loaders/native/audio/sounddecoder_ogg.h:44:3: style: Class 'SoundDecoderOgg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/loaders/native/audio/sounddecoder_ogg.cpp:80:44: style: Function 'SoundDecoderOgg' argument 1 names different: declaration 'ptr' definition 'rdp'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/loaders/native/audio/sounddecoder_ogg.h:44:28: note: Function 'SoundDecoderOgg' argument 1 names different: declaration 'ptr' definition 'rdp'.
fifengine-0.4.1/engine/core/loaders/native/audio/sounddecoder_ogg.cpp:80:44: note: Function 'SoundDecoderOgg' argument 1 names different: declaration 'ptr' definition 'rdp'.
fifengine-0.4.1/engine/core/loaders/native/map/animationloader.h:51:16: style: The function 'isLoadable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/loaders/native/map/ianimationloader.h:44:22: note: Virtual function in base class
fifengine-0.4.1/engine/core/loaders/native/map/animationloader.h:51:16: note: Function in derived class
fifengine-0.4.1/engine/core/loaders/native/map/animationloader.h:56:24: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/loaders/native/map/ianimationloader.h:49:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/loaders/native/map/animationloader.h:56:24: note: Function in derived class
fifengine-0.4.1/engine/core/loaders/native/map/animationloader.h:61:37: style: The function 'loadMultiple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/loaders/native/map/ianimationloader.h:54:37: note: Virtual function in base class
fifengine-0.4.1/engine/core/loaders/native/map/animationloader.h:61:37: note: Function in derived class
fifengine-0.4.1/engine/core/loaders/native/map/atlasloader.cpp:305:9: style: The scope of the variable 'frame' can be reduced. [variableScope]
fifengine-0.4.1/engine/core/loaders/native/map/atlasloader.h:53:3: style: Class 'Atlas' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/loaders/native/map/atlasloader.h:104:16: style: The function 'isLoadable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/loaders/native/map/iatlasloader.h:47:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/loaders/native/map/atlasloader.h:104:16: note: Function in derived class
fifengine-0.4.1/engine/core/loaders/native/map/atlasloader.h:109:20: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/loaders/native/map/iatlasloader.h:52:20: note: Virtual function in base class
fifengine-0.4.1/engine/core/loaders/native/map/atlasloader.h:109:20: note: Function in derived class
fifengine-0.4.1/engine/core/loaders/native/map/atlasloader.h:114:33: style: The function 'loadMultiple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/loaders/native/map/iatlasloader.h:57:33: note: Virtual function in base class
fifengine-0.4.1/engine/core/loaders/native/map/atlasloader.h:114:33: note: Function in derived class
fifengine-0.4.1/engine/core/loaders/native/map/maploader.cpp:830:23: style: Redundant condition: loaderName. '!loaderName || (loaderName && *loaderName==getLoaderName())' is equivalent to '!loaderName || *loaderName==getLoaderName()' [redundantCondition]
fifengine-0.4.1/engine/core/loaders/native/map/maploader.h:64:25: style: Technically the member function 'FIFE::MapLoader::getObjectLoader' can be const. [functionConst]
fifengine-0.4.1/engine/core/loaders/native/map/maploader.cpp:773:35: note: Technically the member function 'FIFE::MapLoader::getObjectLoader' can be const.
fifengine-0.4.1/engine/core/loaders/native/map/maploader.h:64:25: note: Technically the member function 'FIFE::MapLoader::getObjectLoader' can be const.
fifengine-0.4.1/engine/core/loaders/native/map/maploader.h:59:8: style: The function 'setObjectLoader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/loaders/native/map/imaploader.h:50:22: note: Virtual function in base class
fifengine-0.4.1/engine/core/loaders/native/map/maploader.h:59:8: note: Function in derived class
fifengine-0.4.1/engine/core/loaders/native/map/maploader.h:69:8: style: The function 'setAnimationLoader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/loaders/native/map/imaploader.h:55:22: note: Virtual function in base class
fifengine-0.4.1/engine/core/loaders/native/map/maploader.h:69:8: note: Function in derived class
fifengine-0.4.1/engine/core/loaders/native/map/maploader.h:79:8: style: The function 'setAtlasLoader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/loaders/native/map/imaploader.h:60:22: note: Virtual function in base class
fifengine-0.4.1/engine/core/loaders/native/map/maploader.h:79:8: note: Function in derived class
fifengine-0.4.1/engine/core/loaders/native/map/maploader.h:89:8: style: The function 'isLoadable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/loaders/native/map/imaploader.h:65:22: note: Virtual function in base class
fifengine-0.4.1/engine/core/loaders/native/map/maploader.h:89:8: note: Function in derived class
fifengine-0.4.1/engine/core/loaders/native/map/maploader.h:94:8: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/loaders/native/map/imaploader.h:70:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/loaders/native/map/maploader.h:94:8: note: Function in derived class
fifengine-0.4.1/engine/core/loaders/native/map/objectloader.h:56:16: style: The function 'setAnimationLoader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/loaders/native/map/iobjectloader.h:50:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/loaders/native/map/objectloader.h:56:16: note: Function in derived class
fifengine-0.4.1/engine/core/loaders/native/map/objectloader.h:61:30: style: The function 'getAnimationLoader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/loaders/native/map/iobjectloader.h:52:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/loaders/native/map/objectloader.h:61:30: note: Function in derived class
fifengine-0.4.1/engine/core/loaders/native/map/objectloader.h:66:16: style: The function 'setAtlasLoader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/loaders/native/map/iobjectloader.h:57:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/loaders/native/map/objectloader.h:66:16: note: Function in derived class
fifengine-0.4.1/engine/core/loaders/native/map/objectloader.h:71:26: style: The function 'getAtlasLoader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/loaders/native/map/iobjectloader.h:59:26: note: Virtual function in base class
fifengine-0.4.1/engine/core/loaders/native/map/objectloader.h:71:26: note: Function in derived class
fifengine-0.4.1/engine/core/loaders/native/map/objectloader.h:76:16: style: The function 'isLoadable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/loaders/native/map/iobjectloader.h:64:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/loaders/native/map/objectloader.h:76:16: note: Function in derived class
fifengine-0.4.1/engine/core/loaders/native/map/objectloader.h:81:16: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/loaders/native/map/iobjectloader.h:69:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/loaders/native/map/objectloader.h:81:16: note: Function in derived class
fifengine-0.4.1/engine/core/loaders/native/map/objectloader.cpp:345:13: style: The scope of the variable 'az' can be reduced. [variableScope]
fifengine-0.4.1/engine/core/model/metamodel/action.h:49:3: style: Class 'Action' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.cpp:275:21: style: Variable 'deltaX' is assigned a value that is never used. [unreadVariable]
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:43:8: style: The function 'isAccessible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:71:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:43:8: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:44:22: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:59:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:44:22: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:45:22: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:63:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:45:22: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:46:10: style: The function 'getAdjacentCost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:79:18: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:46:10: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:47:10: style: The function 'getHeuristicCost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:86:18: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:47:10: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:48:12: style: The function 'getCellSideCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:91:20: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:48:12: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:49:24: style: The function 'toMapCoordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:101:32: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:49:24: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:50:19: style: The function 'toLayerCoordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:106:27: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:50:19: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:51:24: style: The function 'toExactLayerCoordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:111:32: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:51:24: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:52:19: style: The function 'toLayerCoordinatesFromExactLayerCoordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:116:27: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:52:19: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:53:8: style: The function 'getVertices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:122:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:53:8: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:54:32: style: The function 'toMultiCoordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:129:40: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:54:32: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:55:32: style: The function 'getCoordinatesInLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:137:40: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:55:32: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:56:13: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:244:21: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/hexgrid.h:56:13: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:43:22: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:59:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:43:22: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:44:22: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:63:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:44:22: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:45:8: style: The function 'isAccessible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:71:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:45:8: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:46:10: style: The function 'getAdjacentCost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:79:18: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:46:10: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:47:10: style: The function 'getHeuristicCost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:86:18: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:47:10: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:48:12: style: The function 'getCellSideCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:91:20: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:48:12: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:49:24: style: The function 'toMapCoordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:101:32: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:49:24: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:50:19: style: The function 'toLayerCoordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:106:27: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:50:19: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:51:24: style: The function 'toExactLayerCoordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:111:32: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:51:24: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:52:19: style: The function 'toLayerCoordinatesFromExactLayerCoordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:116:27: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:52:19: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:53:8: style: The function 'getVertices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:122:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:53:8: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:54:32: style: The function 'toMultiCoordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:129:40: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:54:32: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:55:32: style: The function 'getCoordinatesInLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:137:40: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:55:32: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:56:13: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/metamodel/grids/cellgrid.h:244:21: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/metamodel/grids/squaregrid.h:56:13: note: Function in derived class
fifengine-0.4.1/engine/core/model/metamodel/object.cpp:329:31: style: Function 'setSpeed' argument 1 names different: declaration 'cost' definition 'speed'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/model/metamodel/object.h:187:24: note: Function 'setSpeed' argument 1 names different: declaration 'cost' definition 'speed'.
fifengine-0.4.1/engine/core/model/metamodel/object.cpp:329:31: note: Function 'setSpeed' argument 1 names different: declaration 'cost' definition 'speed'.
fifengine-0.4.1/engine/core/model/structures/location.h:53:3: style: Class 'Location' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/model/structures/instance.h:559:4: style: Class 'InstanceActivity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/model/structures/instance.h:382:8: style: The function 'onInstanceDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/structures/instance.h:87:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/structures/instance.h:382:8: note: Function in derived class
fifengine-0.4.1/engine/core/model/structures/cell.h:84:4: style: Class 'TransitionInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/model/structures/cellcache.h:55:3: style: Class 'Zone' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/model/structures/cellcache.h:116:4: style: Class 'CellCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/model/structures/cell.h:358:9: style: The function 'onCellDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/structures/cell.h:105:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/structures/cell.h:358:9: note: Function in derived class
fifengine-0.4.1/engine/core/model/structures/cellcache.cpp:47:3: style: Class 'CellCacheChangeListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/model/structures/cellcache.cpp:331:3: style: Class 'ZoneCellChangeListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/model/structures/cellcache.cpp:53:16: style: The function 'onLayerChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/structures/layer.h:80:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/structures/cellcache.cpp:53:16: note: Function in derived class
fifengine-0.4.1/engine/core/model/structures/cellcache.cpp:179:16: style: The function 'onInstanceCreate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/structures/layer.h:86:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/structures/cellcache.cpp:179:16: note: Function in derived class
fifengine-0.4.1/engine/core/model/structures/cellcache.cpp:221:16: style: The function 'onInstanceDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/structures/layer.h:93:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/structures/cellcache.cpp:221:16: note: Function in derived class
fifengine-0.4.1/engine/core/model/structures/cellcache.cpp:337:16: style: The function 'onInstanceEnteredCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/structures/cell.h:118:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/structures/cellcache.cpp:337:16: note: Function in derived class
fifengine-0.4.1/engine/core/model/structures/cellcache.cpp:341:16: style: The function 'onInstanceExitedCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/structures/cell.h:124:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/structures/cellcache.cpp:341:16: note: Function in derived class
fifengine-0.4.1/engine/core/model/structures/cellcache.cpp:345:16: style: The function 'onBlockingChangedCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/structures/cell.h:131:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/structures/cellcache.cpp:345:16: note: Function in derived class
fifengine-0.4.1/engine/core/model/structures/instance.cpp:1225:18: style: The scope of the variable 'nov' can be reduced. [variableScope]
fifengine-0.4.1/engine/core/model/structures/layer.cpp:241:50: style: Function 'getInstance' argument 1 names different: declaration 'identifier' definition 'id'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/model/structures/layer.h:207:45: note: Function 'getInstance' argument 1 names different: declaration 'identifier' definition 'id'.
fifengine-0.4.1/engine/core/model/structures/layer.cpp:241:50: note: Function 'getInstance' argument 1 names different: declaration 'identifier' definition 'id'.
fifengine-0.4.1/engine/core/model/structures/trigger.h:103:3: style: Class 'Trigger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/model/structures/location.h:174:8: performance: Technically the member function 'FIFE::Location::isValid' can be static. [functionStatic]
fifengine-0.4.1/engine/core/model/structures/location.cpp:125:17: note: Technically the member function 'FIFE::Location::isValid' can be static.
fifengine-0.4.1/engine/core/model/structures/location.h:174:8: note: Technically the member function 'FIFE::Location::isValid' can be static.
fifengine-0.4.1/engine/core/model/structures/map.cpp:47:57: style: Function 'Map' argument 2 names different: declaration 'renderbackend' definition 'renderBackend'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/model/structures/map.h:95:54: note: Function 'Map' argument 2 names different: declaration 'renderbackend' definition 'renderBackend'.
fifengine-0.4.1/engine/core/model/structures/map.cpp:47:57: note: Function 'Map' argument 2 names different: declaration 'renderbackend' definition 'renderBackend'.
fifengine-0.4.1/engine/core/model/structures/map.cpp:73:42: style: Function 'getLayer' argument 1 names different: declaration 'identifier' definition 'id'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/model/structures/map.h:124:39: note: Function 'getLayer' argument 1 names different: declaration 'identifier' definition 'id'.
fifengine-0.4.1/engine/core/model/structures/map.cpp:73:42: note: Function 'getLayer' argument 1 names different: declaration 'identifier' definition 'id'.
fifengine-0.4.1/engine/core/model/structures/triggercontroller.h:64:3: style: Class 'TriggerController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/model/structures/renderernode.h:67:12: style: Technically the member function 'FIFE::RendererNode::getAttachedLocation' can be const. [functionConst]
fifengine-0.4.1/engine/core/model/structures/renderernode.cpp:201:25: note: Technically the member function 'FIFE::RendererNode::getAttachedLocation' can be const.
fifengine-0.4.1/engine/core/model/structures/renderernode.h:67:12: note: Technically the member function 'FIFE::RendererNode::getAttachedLocation' can be const.
fifengine-0.4.1/engine/core/model/structures/renderernode.h:69:9: style: Technically the member function 'FIFE::RendererNode::getAttachedPoint' can be const. [functionConst]
fifengine-0.4.1/engine/core/model/structures/renderernode.cpp:213:22: note: Technically the member function 'FIFE::RendererNode::getAttachedPoint' can be const.
fifengine-0.4.1/engine/core/model/structures/renderernode.h:69:9: note: Technically the member function 'FIFE::RendererNode::getAttachedPoint' can be const.
fifengine-0.4.1/engine/core/model/structures/renderernode.h:71:12: style: Technically the member function 'FIFE::RendererNode::getOffsetLocation' can be const. [functionConst]
fifengine-0.4.1/engine/core/model/structures/renderernode.cpp:220:25: note: Technically the member function 'FIFE::RendererNode::getOffsetLocation' can be const.
fifengine-0.4.1/engine/core/model/structures/renderernode.h:71:12: note: Technically the member function 'FIFE::RendererNode::getOffsetLocation' can be const.
fifengine-0.4.1/engine/core/model/structures/renderernode.h:72:9: style: Technically the member function 'FIFE::RendererNode::getOffsetPoint' can be const. [functionConst]
fifengine-0.4.1/engine/core/model/structures/renderernode.cpp:226:22: note: Technically the member function 'FIFE::RendererNode::getOffsetPoint' can be const.
fifengine-0.4.1/engine/core/model/structures/renderernode.h:72:9: note: Technically the member function 'FIFE::RendererNode::getOffsetPoint' can be const.
fifengine-0.4.1/engine/core/model/structures/renderernode.h:75:12: style: Technically the member function 'FIFE::RendererNode::getLocation' can be const. [functionConst]
fifengine-0.4.1/engine/core/model/structures/renderernode.cpp:236:25: note: Technically the member function 'FIFE::RendererNode::getLocation' can be const.
fifengine-0.4.1/engine/core/model/structures/renderernode.h:75:12: note: Technically the member function 'FIFE::RendererNode::getLocation' can be const.
fifengine-0.4.1/engine/core/model/structures/renderernode.h:76:19: style: Technically the member function 'FIFE::RendererNode::getLocationRef' can be const. [functionConst]
fifengine-0.4.1/engine/core/model/structures/renderernode.cpp:239:32: note: Technically the member function 'FIFE::RendererNode::getLocationRef' can be const.
fifengine-0.4.1/engine/core/model/structures/renderernode.h:76:19: note: Technically the member function 'FIFE::RendererNode::getLocationRef' can be const.
fifengine-0.4.1/engine/core/model/structures/renderernode.h:78:9: style: Technically the member function 'FIFE::RendererNode::getPoint' can be const. [functionConst]
fifengine-0.4.1/engine/core/model/structures/renderernode.cpp:245:22: note: Technically the member function 'FIFE::RendererNode::getPoint' can be const.
fifengine-0.4.1/engine/core/model/structures/renderernode.h:78:9: note: Technically the member function 'FIFE::RendererNode::getPoint' can be const.
fifengine-0.4.1/engine/core/model/structures/renderernode.h:79:16: style: Technically the member function 'FIFE::RendererNode::getPointRef' can be const. [functionConst]
fifengine-0.4.1/engine/core/model/structures/renderernode.cpp:248:29: note: Technically the member function 'FIFE::RendererNode::getPointRef' can be const.
fifengine-0.4.1/engine/core/model/structures/renderernode.h:79:16: note: Technically the member function 'FIFE::RendererNode::getPointRef' can be const.
fifengine-0.4.1/engine/core/model/structures/renderernode.h:48:3: style: Class 'RendererNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/model/structures/renderernode.cpp:46:3: style: Class 'NodeInstanceDeleteListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/model/structures/trigger.cpp:43:3: style: Class 'TriggerChangeListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/model/structures/trigger.cpp:49:16: style: The function 'onInstanceDeleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/structures/instance.h:87:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/structures/trigger.cpp:49:16: note: Function in derived class
fifengine-0.4.1/engine/core/model/structures/trigger.cpp:58:16: style: The function 'onInstanceEnteredCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/structures/cell.h:118:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/structures/trigger.cpp:58:16: note: Function in derived class
fifengine-0.4.1/engine/core/model/structures/trigger.cpp:70:16: style: The function 'onInstanceExitedCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/structures/cell.h:124:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/structures/trigger.cpp:70:16: note: Function in derived class
fifengine-0.4.1/engine/core/model/structures/trigger.cpp:82:16: style: The function 'onBlockingChangedCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/structures/cell.h:131:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/structures/trigger.cpp:82:16: note: Function in derived class
fifengine-0.4.1/engine/core/model/structures/trigger.cpp:90:16: style: The function 'onInstanceChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/model/structures/instance.h:81:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/model/structures/trigger.cpp:90:16: note: Function in derived class
fifengine-0.4.1/engine/core/model/structures/triggercontroller.cpp:90:17: warning: Assert statement calls a function which may have desired side effects: 'getCellCache'. [assertWithSideEffect]
fifengine-0.4.1/engine/core/pathfinder/routepather/multilayersearch.h:62:8: style: The function 'updateSearch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/pathfinder/routepather/routepathersearch.h:67:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/pathfinder/routepather/multilayersearch.h:62:8: note: Function in derived class
fifengine-0.4.1/engine/core/pathfinder/routepather/multilayersearch.h:68:8: style: The function 'calcPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/pathfinder/routepather/routepathersearch.h:73:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/pathfinder/routepather/multilayersearch.h:68:8: note: Function in derived class
fifengine-0.4.1/engine/core/pathfinder/routepather/singlelayersearch.h:61:8: style: The function 'updateSearch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/pathfinder/routepather/routepathersearch.h:67:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/pathfinder/routepather/singlelayersearch.h:61:8: note: Function in derived class
fifengine-0.4.1/engine/core/pathfinder/routepather/singlelayersearch.h:67:8: style: The function 'calcPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/pathfinder/routepather/routepathersearch.h:73:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/pathfinder/routepather/singlelayersearch.h:67:8: note: Function in derived class
fifengine-0.4.1/engine/core/savers/native/map/mapsaver.h:53:22: style: The function 'setObjectSaver' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/savers/native/map/imapsaver.h:50:22: note: Virtual function in base class
fifengine-0.4.1/engine/core/savers/native/map/mapsaver.h:53:22: note: Function in derived class
fifengine-0.4.1/engine/core/savers/native/map/mapsaver.h:58:22: style: The function 'setAnimationSaver' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/savers/native/map/imapsaver.h:55:22: note: Virtual function in base class
fifengine-0.4.1/engine/core/savers/native/map/mapsaver.h:58:22: note: Function in derived class
fifengine-0.4.1/engine/core/savers/native/map/mapsaver.h:63:22: style: The function 'setAtlasSaver' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/savers/native/map/imapsaver.h:60:22: note: Virtual function in base class
fifengine-0.4.1/engine/core/savers/native/map/mapsaver.h:63:22: note: Function in derived class
fifengine-0.4.1/engine/core/savers/native/map/mapsaver.h:68:22: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/savers/native/map/imapsaver.h:65:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/savers/native/map/mapsaver.h:68:22: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:48:3: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/util/base/exception.h:76:2: style: Class 'SDLException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/util/base/exception.h:77:2: style: Class 'NotFound' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/util/base/exception.h:78:2: style: Class 'NotSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/util/base/exception.h:79:2: style: Class 'IndexOverflow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/util/base/exception.h:80:2: style: Class 'InvalidFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/util/base/exception.h:81:2: style: Class 'CannotOpenFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/util/base/exception.h:82:2: style: Class 'InvalidConversion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/util/base/exception.h:83:2: style: Class 'NotSupported' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/util/base/exception.h:84:2: style: Class 'NameClash' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/util/base/exception.h:85:2: style: Class 'Duplicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/util/base/exception.h:86:2: style: Class 'ScriptException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/util/base/exception.h:87:2: style: Class 'EventException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/util/base/exception.h:88:2: style: Class 'GuiException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/util/base/exception.h:89:2: style: Class 'InconsistencyDetected' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/util/base/exception.h:92:2: style: Class 'OutOfMemory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/util/base/exception.h:76:2: style: The function 'getTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:59:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:76:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:76:2: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:60:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:76:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:77:2: style: The function 'getTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:59:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:77:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:77:2: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:60:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:77:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:78:2: style: The function 'getTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:59:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:78:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:78:2: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:60:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:78:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:79:2: style: The function 'getTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:59:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:79:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:79:2: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:60:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:79:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:80:2: style: The function 'getTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:59:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:80:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:80:2: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:60:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:80:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:81:2: style: The function 'getTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:59:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:81:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:81:2: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:60:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:81:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:82:2: style: The function 'getTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:59:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:82:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:82:2: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:60:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:82:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:83:2: style: The function 'getTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:59:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:83:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:83:2: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:60:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:83:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:84:2: style: The function 'getTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:59:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:84:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:84:2: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:60:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:84:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:85:2: style: The function 'getTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:59:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:85:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:85:2: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:60:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:85:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:86:2: style: The function 'getTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:59:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:86:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:86:2: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:60:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:86:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:87:2: style: The function 'getTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:59:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:87:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:87:2: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:60:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:87:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:88:2: style: The function 'getTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:59:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:88:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:88:2: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:60:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:88:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:89:2: style: The function 'getTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:59:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:89:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:89:2: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:60:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:89:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:92:2: style: The function 'getTypeStr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:59:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:92:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/exception.h:92:2: style: The function 'getDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/base/exception.h:60:30: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/base/exception.h:92:2: note: Function in derived class
fifengine-0.4.1/engine/core/util/base/fifeclass.h:50:12: style: Technically the member function 'FIFE::FifeClass::getFifeId' can be const. [functionConst]
fifengine-0.4.1/engine/core/util/log/logger.h:137:12: style: Technically the member function 'FIFE::LogManager::getLevelFilter' can be const. [functionConst]
fifengine-0.4.1/engine/core/util/log/logger.cpp:119:35: note: Technically the member function 'FIFE::LogManager::getLevelFilter' can be const.
fifengine-0.4.1/engine/core/util/log/logger.h:137:12: note: Technically the member function 'FIFE::LogManager::getLevelFilter' can be const.
fifengine-0.4.1/engine/core/util/log/logger.h:167:8: style: Technically the member function 'FIFE::LogManager::isLogToPrompt' can be const. [functionConst]
fifengine-0.4.1/engine/core/util/log/logger.cpp:147:19: note: Technically the member function 'FIFE::LogManager::isLogToPrompt' can be const.
fifengine-0.4.1/engine/core/util/log/logger.h:167:8: note: Technically the member function 'FIFE::LogManager::isLogToPrompt' can be const.
fifengine-0.4.1/engine/core/util/log/logger.h:175:8: style: Technically the member function 'FIFE::LogManager::isLogToFile' can be const. [functionConst]
fifengine-0.4.1/engine/core/util/log/logger.cpp:163:19: note: Technically the member function 'FIFE::LogManager::isLogToFile' can be const.
fifengine-0.4.1/engine/core/util/log/logger.h:175:8: note: Technically the member function 'FIFE::LogManager::isLogToFile' can be const.
fifengine-0.4.1/engine/core/util/log/logger.h:180:15: performance: Technically the member function 'FIFE::LogManager::getModuleName' can be static. [functionStatic]
fifengine-0.4.1/engine/core/util/log/logger.cpp:216:26: note: Technically the member function 'FIFE::LogManager::getModuleName' can be static.
fifengine-0.4.1/engine/core/util/log/logger.h:180:15: note: Technically the member function 'FIFE::LogManager::getModuleName' can be static.
fifengine-0.4.1/engine/core/util/log/logger.h:183:8: performance: Technically the member function 'FIFE::LogManager::validateModule' can be static. [functionStatic]
fifengine-0.4.1/engine/core/util/log/logger.cpp:187:19: note: Technically the member function 'FIFE::LogManager::validateModule' can be static.
fifengine-0.4.1/engine/core/util/log/logger.h:183:8: note: Technically the member function 'FIFE::LogManager::validateModule' can be static.
fifengine-0.4.1/engine/core/util/log/logger.h:84:3: style: Class 'LMsg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/util/log/logger.h:215:3: style: Class 'Logger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/util/log/logger.h:249:3: style: Struct 'pprint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/util/math/angles.cpp:67:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifengine-0.4.1/engine/core/util/math/angles.cpp:84:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifengine-0.4.1/engine/core/util/resource/resource.h:68:18: style: Technically the member function 'FIFE::IResource::getHandle' can be const. [functionConst]
fifengine-0.4.1/engine/core/util/time/timeevent.h:83:11: style: Technically the member function 'FIFE::TimeEvent::getPeriod' can be const. [functionConst]
fifengine-0.4.1/engine/core/util/time/timeevent.cpp:60:21: note: Technically the member function 'FIFE::TimeEvent::getPeriod' can be const.
fifengine-0.4.1/engine/core/util/time/timeevent.h:83:11: note: Technically the member function 'FIFE::TimeEvent::getPeriod' can be const.
fifengine-0.4.1/engine/core/util/time/timeevent.h:89:12: style: Technically the member function 'FIFE::TimeEvent::getLastUpdateTime' can be const. [functionConst]
fifengine-0.4.1/engine/core/util/time/timeevent.cpp:64:22: note: Technically the member function 'FIFE::TimeEvent::getLastUpdateTime' can be const.
fifengine-0.4.1/engine/core/util/time/timeevent.h:89:12: note: Technically the member function 'FIFE::TimeEvent::getLastUpdateTime' can be const.
fifengine-0.4.1/engine/core/util/time/timer.h:108:8: style: The function 'updateEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/util/time/timeevent.h:65:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/util/time/timer.h:108:8: note: Function in derived class
fifengine-0.4.1/engine/core/vfs/dat/dat1.cpp:120:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fifengine-0.4.1/engine/core/vfs/dat/dat1.cpp:132:8: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fifengine-0.4.1/engine/core/vfs/dat/dat2.cpp:43:42: style: Function 'DAT2' argument 2 names different: declaration 'path' definition 'file'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/vfs/dat/dat2.h:67:38: note: Function 'DAT2' argument 2 names different: declaration 'path' definition 'file'.
fifengine-0.4.1/engine/core/vfs/dat/dat2.cpp:43:42: note: Function 'DAT2' argument 2 names different: declaration 'path' definition 'file'.
fifengine-0.4.1/engine/core/vfs/dat/dat2.cpp:127:77: style: Function 'findFileEntry' argument 1 names different: declaration 'name' definition 'path'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/vfs/dat/dat2.h:98:67: note: Function 'findFileEntry' argument 1 names different: declaration 'name' definition 'path'.
fifengine-0.4.1/engine/core/vfs/dat/dat2.cpp:127:77: note: Function 'findFileEntry' argument 1 names different: declaration 'name' definition 'path'.
fifengine-0.4.1/engine/core/vfs/dat/dat2.cpp:136:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fifengine-0.4.1/engine/core/vfs/dat/dat2.cpp:177:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fifengine-0.4.1/engine/core/vfs/dat/dat2.cpp:189:8: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
fifengine-0.4.1/engine/core/vfs/dat/lzssdecoder.cpp:36:15: warning: Member variable 'LZSSDecoder::m_outlen' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/vfs/dat/lzssdecoder.cpp:36:15: warning: Member variable 'LZSSDecoder::m_outindex' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/vfs/directoryprovider.h:54:17: style: The function 'isReadable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/vfs/vfssourceprovider.h:76:17: note: Virtual function in base class
fifengine-0.4.1/engine/core/vfs/directoryprovider.h:54:17: note: Function in derived class
fifengine-0.4.1/engine/core/vfs/directoryprovider.h:63:23: style: The function 'createSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/vfs/vfssourceprovider.h:83:23: note: Virtual function in base class
fifengine-0.4.1/engine/core/vfs/directoryprovider.h:63:23: note: Function in derived class
fifengine-0.4.1/engine/core/vfs/directoryprovider.h:70:23: style: The function 'getSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/vfs/vfssourceprovider.h:90:23: note: Virtual function in base class
fifengine-0.4.1/engine/core/vfs/directoryprovider.h:70:23: note: Function in derived class
fifengine-0.4.1/engine/core/vfs/directoryprovider.h:77:17: style: The function 'hasSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/vfs/vfssourceprovider.h:97:17: note: Virtual function in base class
fifengine-0.4.1/engine/core/vfs/directoryprovider.h:77:17: note: Function in derived class
fifengine-0.4.1/engine/core/vfs/vfsdirectory.h:59:17: style: The function 'fileExists' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/vfs/vfssource.h:56:17: note: Virtual function in base class
fifengine-0.4.1/engine/core/vfs/vfsdirectory.h:59:17: note: Function in derived class
fifengine-0.4.1/engine/core/vfs/vfsdirectory.h:63:21: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/vfs/vfssource.h:68:21: note: Virtual function in base class
fifengine-0.4.1/engine/core/vfs/vfsdirectory.h:63:21: note: Function in derived class
fifengine-0.4.1/engine/core/vfs/vfsdirectory.h:70:26: style: The function 'listFiles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/vfs/vfssource.h:75:34: note: Virtual function in base class
fifengine-0.4.1/engine/core/vfs/vfsdirectory.h:70:26: note: Function in derived class
fifengine-0.4.1/engine/core/vfs/vfsdirectory.h:77:26: style: The function 'listDirectories' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/vfs/vfssource.h:82:34: note: Virtual function in base class
fifengine-0.4.1/engine/core/vfs/vfsdirectory.h:77:26: note: Function in derived class
fifengine-0.4.1/engine/core/vfs/raw/rawdata.h:183:13: warning: Member variable 'RawData::m_datasource' is not assigned a value in 'RawData::operator='. [operatorEqVarError]
fifengine-0.4.1/engine/core/vfs/raw/rawdata.h:183:13: warning: Member variable 'RawData::m_index_current' is not assigned a value in 'RawData::operator='. [operatorEqVarError]
fifengine-0.4.1/engine/core/vfs/raw/rawdata.h:202:16: warning: Member variable 'IndexSaver::m_rd' is not assigned a value in 'IndexSaver::operator='. [operatorEqVarError]
fifengine-0.4.1/engine/core/vfs/raw/rawdata.h:202:16: warning: Member variable 'IndexSaver::m_index' is not assigned a value in 'IndexSaver::operator='. [operatorEqVarError]
fifengine-0.4.1/engine/core/vfs/raw/rawdata.h:174:28: performance: Technically the member function 'FIFE::RawData::revert' can be static. [functionStatic]
fifengine-0.4.1/engine/core/vfs/raw/rawdata.h:50:4: style: Class 'RawData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/vfs/raw/rawdata.h:191:4: style: Class 'IndexSaver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/vfs/raw/rawdatafile.h:51:4: style: Class 'RawDataFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/vfs/raw/rawdatafile.h:54:21: style: The function 'getSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/vfs/raw/rawdatasource.h:51:21: note: Virtual function in base class
fifengine-0.4.1/engine/core/vfs/raw/rawdatafile.h:54:21: note: Function in derived class
fifengine-0.4.1/engine/core/vfs/raw/rawdatafile.h:55:17: style: The function 'readInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/vfs/raw/rawdatasource.h:59:17: note: Virtual function in base class
fifengine-0.4.1/engine/core/vfs/raw/rawdatafile.h:55:17: note: Function in derived class
fifengine-0.4.1/engine/core/vfs/raw/rawdatamemsource.cpp:35:46: style: Function 'RawDataMemSource' argument 1 names different: declaration 'datalen' definition 'len'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/vfs/raw/rawdatamemsource.h:54:30: note: Function 'RawDataMemSource' argument 1 names different: declaration 'datalen' definition 'len'.
fifengine-0.4.1/engine/core/vfs/raw/rawdatamemsource.cpp:35:46: note: Function 'RawDataMemSource' argument 1 names different: declaration 'datalen' definition 'len'.
fifengine-0.4.1/engine/core/vfs/raw/rawdatamemsource.h:69:4: warning: Member variable 'RawDataMemSource::m_data' is not initialized in the constructor. [uninitMemberVarPrivate]
fifengine-0.4.1/engine/core/vfs/raw/rawdatamemsource.h:69:4: warning: Member variable 'RawDataMemSource::m_datalen' is not initialized in the constructor. [uninitMemberVarPrivate]
fifengine-0.4.1/engine/core/vfs/raw/rawdatamemsource.h:70:22: warning: Member variable 'RawDataMemSource::m_data' is not assigned a value in 'RawDataMemSource::operator='. [operatorEqVarError]
fifengine-0.4.1/engine/core/vfs/raw/rawdatamemsource.h:70:22: warning: Member variable 'RawDataMemSource::m_datalen' is not assigned a value in 'RawDataMemSource::operator='. [operatorEqVarError]
fifengine-0.4.1/engine/core/vfs/raw/rawdatamemsource.h:54:4: style: Class 'RawDataMemSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/vfs/raw/rawdatamemsource.h:62:21: style: The function 'getSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/vfs/raw/rawdatasource.h:51:21: note: Virtual function in base class
fifengine-0.4.1/engine/core/vfs/raw/rawdatamemsource.h:62:21: note: Function in derived class
fifengine-0.4.1/engine/core/vfs/raw/rawdatamemsource.h:63:17: style: The function 'readInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/vfs/raw/rawdatasource.h:59:17: note: Virtual function in base class
fifengine-0.4.1/engine/core/vfs/raw/rawdatamemsource.h:63:17: note: Function in derived class
fifengine-0.4.1/engine/core/vfs/vfs.cpp:182:58: style: Function 'listFiles' argument 1 names different: declaration 'path' definition 'pathstr'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/vfs/vfs.h:126:55: note: Function 'listFiles' argument 1 names different: declaration 'path' definition 'pathstr'.
fifengine-0.4.1/engine/core/vfs/vfs.cpp:182:58: note: Function 'listFiles' argument 1 names different: declaration 'path' definition 'pathstr'.
fifengine-0.4.1/engine/core/vfs/vfs.cpp:198:64: style: Function 'listDirectories' argument 1 names different: declaration 'path' definition 'pathstr'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/vfs/vfs.h:144:61: note: Function 'listDirectories' argument 1 names different: declaration 'path' definition 'pathstr'.
fifengine-0.4.1/engine/core/vfs/vfs.cpp:198:64: note: Function 'listDirectories' argument 1 names different: declaration 'path' definition 'pathstr'.
fifengine-0.4.1/engine/core/vfs/vfsdirectory.cpp:55:51: style: Function 'fileExists' argument 1 names different: declaration 'filename' definition 'name'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/vfs/vfsdirectory.h:59:47: note: Function 'fileExists' argument 1 names different: declaration 'filename' definition 'name'.
fifengine-0.4.1/engine/core/vfs/vfsdirectory.cpp:55:51: note: Function 'fileExists' argument 1 names different: declaration 'filename' definition 'name'.
fifengine-0.4.1/engine/core/vfs/vfsdirectory.cpp:67:49: style: Function 'open' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/vfs/vfsdirectory.h:63:45: note: Function 'open' argument 1 names different: declaration 'filename' definition 'file'.
fifengine-0.4.1/engine/core/vfs/vfsdirectory.cpp:67:49: note: Function 'open' argument 1 names different: declaration 'filename' definition 'file'.
fifengine-0.4.1/engine/core/vfs/vfssource.h:85:16: performance: Technically the member function 'FIFE::VFSSource::fixPath' can be static. [functionStatic]
fifengine-0.4.1/engine/core/vfs/vfssource.cpp:45:30: note: Technically the member function 'FIFE::VFSSource::fixPath' can be static.
fifengine-0.4.1/engine/core/vfs/vfssource.h:85:16: note: Technically the member function 'FIFE::VFSSource::fixPath' can be static.
fifengine-0.4.1/engine/core/vfs/zip/zipnode.cpp:180:51: style: Function 'addChild' argument 1 names different: declaration 'child' definition 'name'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/vfs/zip/zipnode.h:115:46: note: Function 'addChild' argument 1 names different: declaration 'child' definition 'name'.
fifengine-0.4.1/engine/core/vfs/zip/zipnode.cpp:180:51: note: Function 'addChild' argument 1 names different: declaration 'child' definition 'name'.
fifengine-0.4.1/engine/core/vfs/zip/zipsource.cpp:113:8: error: Memory leak: data [memleak]
fifengine-0.4.1/engine/core/vfs/zip/ziptree.cpp:40:7: style: Class 'ZipTree' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fifengine-0.4.1/engine/core/vfs/zip/ziptree.cpp:40:7: style: Class 'ZipTree' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fifengine-0.4.1/engine/core/video/animation.h:57:3: style: Class 'Animation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/video/atlasbook.h:52:3: warning: Member variable 'AtlasBlock::page' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/video/atlasbook.h:52:3: warning: Member variable 'AtlasBlock::left' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/video/atlasbook.h:52:3: warning: Member variable 'AtlasBlock::right' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/video/atlasbook.h:52:3: warning: Member variable 'AtlasBlock::top' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/video/atlasbook.h:52:3: warning: Member variable 'AtlasBlock::bottom' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/video/cursor.cpp:195:42: style: Redundant condition: If 'm_cursor_type == 2', the comparison 'm_cursor_type != 3' is always true. [redundantCondition]
fifengine-0.4.1/engine/core/video/cursor.h:134:12: style: Technically the member function 'FIFE::Cursor::getImage' can be const. [functionConst]
fifengine-0.4.1/engine/core/video/cursor.h:138:16: style: Technically the member function 'FIFE::Cursor::getAnimation' can be const. [functionConst]
fifengine-0.4.1/engine/core/video/cursor.h:146:12: style: Technically the member function 'FIFE::Cursor::getDragImage' can be const. [functionConst]
fifengine-0.4.1/engine/core/video/cursor.h:150:16: style: Technically the member function 'FIFE::Cursor::getDragAnimation' can be const. [functionConst]
fifengine-0.4.1/engine/core/video/cursor.h:167:8: style: Technically the member function 'FIFE::Cursor::getPosition' can be const. [functionConst]
fifengine-0.4.1/engine/core/video/cursor.cpp:179:18: note: Technically the member function 'FIFE::Cursor::getPosition' can be const.
fifengine-0.4.1/engine/core/video/cursor.h:167:8: note: Technically the member function 'FIFE::Cursor::getPosition' can be const.
fifengine-0.4.1/engine/core/video/cursor.h:182:12: performance: Technically the member function 'FIFE::Cursor::getNativeId' can be static. [functionStatic]
fifengine-0.4.1/engine/core/video/cursor.cpp:244:19: note: Technically the member function 'FIFE::Cursor::getNativeId' can be static.
fifengine-0.4.1/engine/core/video/cursor.h:182:12: note: Technically the member function 'FIFE::Cursor::getNativeId' can be static.
fifengine-0.4.1/engine/core/video/cursor.h:77:3: style: Class 'Cursor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/video/devicecaps.h:204:11: performance: Technically the member function 'FIFE::DeviceCaps::getDisplayCount' can be static. [functionStatic]
fifengine-0.4.1/engine/core/video/devicecaps.cpp:287:22: note: Technically the member function 'FIFE::DeviceCaps::getDisplayCount' can be static.
fifengine-0.4.1/engine/core/video/devicecaps.h:204:11: note: Technically the member function 'FIFE::DeviceCaps::getDisplayCount' can be static.
fifengine-0.4.1/engine/core/video/devicecaps.h:212:12: performance: Technically the member function 'FIFE::DeviceCaps::getDesktopFormat' can be static. [functionStatic]
fifengine-0.4.1/engine/core/video/devicecaps.cpp:301:23: note: Technically the member function 'FIFE::DeviceCaps::getDesktopFormat' can be static.
fifengine-0.4.1/engine/core/video/devicecaps.h:212:12: note: Technically the member function 'FIFE::DeviceCaps::getDesktopFormat' can be static.
fifengine-0.4.1/engine/core/video/devicecaps.h:216:11: performance: Technically the member function 'FIFE::DeviceCaps::getDesktopRefreshRate' can be static. [functionStatic]
fifengine-0.4.1/engine/core/video/devicecaps.cpp:309:22: note: Technically the member function 'FIFE::DeviceCaps::getDesktopRefreshRate' can be static.
fifengine-0.4.1/engine/core/video/devicecaps.h:216:11: note: Technically the member function 'FIFE::DeviceCaps::getDesktopRefreshRate' can be static.
fifengine-0.4.1/engine/core/video/devicecaps.h:220:11: performance: Technically the member function 'FIFE::DeviceCaps::getDesktopWidth' can be static. [functionStatic]
fifengine-0.4.1/engine/core/video/devicecaps.cpp:317:22: note: Technically the member function 'FIFE::DeviceCaps::getDesktopWidth' can be static.
fifengine-0.4.1/engine/core/video/devicecaps.h:220:11: note: Technically the member function 'FIFE::DeviceCaps::getDesktopWidth' can be static.
fifengine-0.4.1/engine/core/video/devicecaps.h:224:11: performance: Technically the member function 'FIFE::DeviceCaps::getDesktopHeight' can be static. [functionStatic]
fifengine-0.4.1/engine/core/video/devicecaps.cpp:325:22: note: Technically the member function 'FIFE::DeviceCaps::getDesktopHeight' can be static.
fifengine-0.4.1/engine/core/video/devicecaps.h:224:11: note: Technically the member function 'FIFE::DeviceCaps::getDesktopHeight' can be static.
fifengine-0.4.1/engine/core/video/devicecaps.h:228:8: performance: Technically the member function 'FIFE::DeviceCaps::getDisplayBounds' can be static. [functionStatic]
fifengine-0.4.1/engine/core/video/devicecaps.cpp:333:19: note: Technically the member function 'FIFE::DeviceCaps::getDisplayBounds' can be static.
fifengine-0.4.1/engine/core/video/devicecaps.h:228:8: note: Technically the member function 'FIFE::DeviceCaps::getDisplayBounds' can be static.
fifengine-0.4.1/engine/core/video/devicecaps.h:41:2: warning: The class 'ScreenMode' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fifengine-0.4.1/engine/core/video/devicecaps.h:112:46: performance: Function parameter 'driver' should be passed by const reference. [passedByValue]
fifengine-0.4.1/engine/core/video/fonts/textrenderpool.h:58:4: style: Class 'TextRenderPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:53:8: style: The function 'invalidate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/video/fonts/ifont.h:121:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:53:8: note: Function in derived class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:54:8: style: The function 'setRowSpacing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/video/fonts/ifont.h:53:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:54:8: note: Function in derived class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:55:11: style: The function 'getRowSpacing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/video/fonts/ifont.h:60:19: note: Virtual function in base class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:55:11: note: Function in derived class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:56:8: style: The function 'setGlyphSpacing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/video/fonts/ifont.h:68:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:56:8: note: Function in derived class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:57:11: style: The function 'getGlyphSpacing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/video/fonts/ifont.h:75:19: note: Virtual function in base class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:57:11: note: Function in derived class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:58:8: style: The function 'setAntiAlias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/video/fonts/ifont.h:82:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:58:8: note: Function in derived class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:59:8: style: The function 'isAntiAlias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/video/fonts/ifont.h:89:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:59:8: note: Function in derived class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:60:19: style: The function 'getStringIndexAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/video/fonts/ifont.h:91:19: note: Virtual function in base class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:60:19: note: Function in derived class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:62:10: style: The function 'getAsImage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/video/fonts/ifont.h:96:18: note: Virtual function in base class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:62:10: note: Function in derived class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:63:10: style: The function 'getAsImageMultiline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/video/fonts/ifont.h:101:18: note: Virtual function in base class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:63:10: note: Function in derived class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:64:15: style: The function 'splitTextToWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/video/fonts/ifont.h:103:23: note: Virtual function in base class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:64:15: note: Function in derived class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:66:13: style: The function 'getColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/video/fonts/ifont.h:111:21: note: Virtual function in base class
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:66:13: note: Function in derived class
fifengine-0.4.1/engine/core/video/fonts/imagefontbase.cpp:43:17: warning: Member variable 'ImageFontBase::m_placeholder' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/video/fonts/imagefontbase.h:62:20: style: The function 'getWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/video/fonts/ifont.h:115:19: note: Virtual function in base class
fifengine-0.4.1/engine/core/video/fonts/imagefontbase.h:62:20: note: Function in derived class
fifengine-0.4.1/engine/core/video/fonts/imagefontbase.h:66:20: style: The function 'getHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/video/fonts/ifont.h:119:19: note: Virtual function in base class
fifengine-0.4.1/engine/core/video/fonts/imagefontbase.h:66:20: note: Function in derived class
fifengine-0.4.1/engine/core/video/fonts/imagefontbase.h:68:25: style: The function 'renderString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:68:24: note: Virtual function in base class
fifengine-0.4.1/engine/core/video/fonts/imagefontbase.h:68:25: note: Function in derived class
fifengine-0.4.1/engine/core/video/fonts/truetypefont.h:69:20: style: The function 'getWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/video/fonts/ifont.h:115:19: note: Virtual function in base class
fifengine-0.4.1/engine/core/video/fonts/truetypefont.h:69:20: note: Function in derived class
fifengine-0.4.1/engine/core/video/fonts/truetypefont.h:71:20: style: The function 'getHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/video/fonts/ifont.h:119:19: note: Virtual function in base class
fifengine-0.4.1/engine/core/video/fonts/truetypefont.h:71:20: note: Function in derived class
fifengine-0.4.1/engine/core/video/fonts/truetypefont.h:74:25: style: The function 'renderString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/video/fonts/fontbase.h:68:24: note: Virtual function in base class
fifengine-0.4.1/engine/core/video/fonts/truetypefont.h:74:25: note: Function in derived class
fifengine-0.4.1/engine/core/video/image.cpp:315:79: style: Function 'copySubimage' argument 3 names different: declaration 'img' definition 'srcimg'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/video/image.h:156:81: note: Function 'copySubimage' argument 3 names different: declaration 'img' definition 'srcimg'.
fifengine-0.4.1/engine/core/video/image.cpp:315:79: note: Function 'copySubimage' argument 3 names different: declaration 'img' definition 'srcimg'.
fifengine-0.4.1/engine/core/video/opengl/glimage.h:55:3: style: Class 'GLImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/video/opengl/glimage.h:57:3: style: Class 'GLImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/video/opengl/renderbackendopengl.cpp:465:47: style: Function 'bindTexture' argument 1 names different: declaration 'textId' definition 'texId'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/video/opengl/renderbackendopengl.h:101:27: note: Function 'bindTexture' argument 1 names different: declaration 'textId' definition 'texId'.
fifengine-0.4.1/engine/core/video/opengl/renderbackendopengl.cpp:465:47: note: Function 'bindTexture' argument 1 names different: declaration 'textId' definition 'texId'.
fifengine-0.4.1/engine/core/video/opengl/renderbackendopengl.cpp:657:51: style: Function 'changeBlending' argument 1 names different: declaration 'scr' definition 'src'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/video/opengl/renderbackendopengl.h:57:39: note: Function 'changeBlending' argument 1 names different: declaration 'scr' definition 'src'.
fifengine-0.4.1/engine/core/video/opengl/renderbackendopengl.cpp:657:51: note: Function 'changeBlending' argument 1 names different: declaration 'scr' definition 'src'.
fifengine-0.4.1/engine/core/video/opengl/renderbackendopengl.cpp:1604:69: style: Function 'addImageToArray' argument 2 names different: declaration 'rec' definition 'rect'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/video/opengl/renderbackendopengl.h:70:57: note: Function 'addImageToArray' argument 2 names different: declaration 'rec' definition 'rect'.
fifengine-0.4.1/engine/core/video/opengl/renderbackendopengl.cpp:1604:69: note: Function 'addImageToArray' argument 2 names different: declaration 'rec' definition 'rect'.
fifengine-0.4.1/engine/core/video/opengl/renderbackendopengl.cpp:78:23: warning: Member variable 'RenderBackendOpenGL::m_target_discard' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/video/opengl/renderbackendopengl.cpp:47:3: warning: Member variable 'RenderObject::rgba' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/video/opengl/renderbackendopengl.h:45:3: style: Class 'RenderBackendOpenGL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/video/renderbackend.cpp:34:17: warning: Member variable 'RenderBackend::m_guiClip' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/video/sdl/renderbackendsdl.h:45:3: style: Class 'RenderBackendSDL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/video/sdl/sdlimage.h:42:3: style: Class 'SDLImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/video/sdl/sdlimage.h:44:3: style: Class 'SDLImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/video/sdl/sdlimage.h:50:16: warning: Virtual function 'invalidate' is called from destructor '~SDLImage()' at line 83. Dynamic binding is not used. [virtualCallInConstructor]
fifengine-0.4.1/engine/core/video/sdl/sdlimage.cpp:83:3: note: Calling invalidate
fifengine-0.4.1/engine/core/video/sdl/sdlimage.h:50:16: note: invalidate is a virtual method
fifengine-0.4.1/engine/core/view/camera.cpp:426:70: style: Function 'toScreenCoordinates' argument 1 names different: declaration 'map_coords' definition 'elevation_coords'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/view/camera.h:256:63: note: Function 'toScreenCoordinates' argument 1 names different: declaration 'map_coords' definition 'elevation_coords'.
fifengine-0.4.1/engine/core/view/camera.cpp:426:70: note: Function 'toScreenCoordinates' argument 1 names different: declaration 'map_coords' definition 'elevation_coords'.
fifengine-0.4.1/engine/core/view/camera.cpp:431:79: style: Function 'toVirtualScreenCoordinates' argument 1 names different: declaration 'map_coords' definition 'elevation_coords'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/view/camera.h:261:72: note: Function 'toVirtualScreenCoordinates' argument 1 names different: declaration 'map_coords' definition 'elevation_coords'.
fifengine-0.4.1/engine/core/view/camera.cpp:431:79: note: Function 'toVirtualScreenCoordinates' argument 1 names different: declaration 'map_coords' definition 'elevation_coords'.
fifengine-0.4.1/engine/core/view/camera.cpp:731:32: warning: Assert statement calls a function which may have desired side effects: 'getName'. [assertWithSideEffect]
fifengine-0.4.1/engine/core/view/camera.h:445:9: style: Unused private function: 'Camera::getRealCellDimensions' [unusedPrivateFunction]
fifengine-0.4.1/engine/core/view/camera.cpp:115:3: performance: Variable 'm_viewport' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fifengine-0.4.1/engine/core/view/camera.h:261:17: style: Technically the member function 'FIFE::Camera::toVirtualScreenCoordinates' can be const. [functionConst]
fifengine-0.4.1/engine/core/view/camera.cpp:431:24: note: Technically the member function 'FIFE::Camera::toVirtualScreenCoordinates' can be const.
fifengine-0.4.1/engine/core/view/camera.h:261:17: note: Technically the member function 'FIFE::Camera::toVirtualScreenCoordinates' can be const.
fifengine-0.4.1/engine/core/view/camera.h:271:17: style: Technically the member function 'FIFE::Camera::screenToVirtualScreen' can be const. [functionConst]
fifengine-0.4.1/engine/core/view/camera.cpp:440:24: note: Technically the member function 'FIFE::Camera::screenToVirtualScreen' can be const.
fifengine-0.4.1/engine/core/view/camera.h:271:17: note: Technically the member function 'FIFE::Camera::screenToVirtualScreen' can be const.
fifengine-0.4.1/engine/core/view/camera.h:279:8: style: Technically the member function 'FIFE::Camera::isEnabled' can be const. [functionConst]
fifengine-0.4.1/engine/core/view/camera.cpp:360:15: note: Technically the member function 'FIFE::Camera::isEnabled' can be const.
fifengine-0.4.1/engine/core/view/camera.h:279:8: note: Technically the member function 'FIFE::Camera::isEnabled' can be const.
fifengine-0.4.1/engine/core/view/camera.h:335:8: style: Technically the member function 'FIFE::Camera::isUpdated' can be const. [functionConst]
fifengine-0.4.1/engine/core/view/camera.h:388:11: style: Technically the member function 'FIFE::Camera::getOverlayImage' can be const. [functionConst]
fifengine-0.4.1/engine/core/view/camera.cpp:821:18: note: Technically the member function 'FIFE::Camera::getOverlayImage' can be const.
fifengine-0.4.1/engine/core/view/camera.h:388:11: note: Technically the member function 'FIFE::Camera::getOverlayImage' can be const.
fifengine-0.4.1/engine/core/view/camera.h:401:16: style: Technically the member function 'FIFE::Camera::getOverlayAnimation' can be const. [functionConst]
fifengine-0.4.1/engine/core/view/camera.cpp:841:23: note: Technically the member function 'FIFE::Camera::getOverlayAnimation' can be const.
fifengine-0.4.1/engine/core/view/camera.h:401:16: note: Technically the member function 'FIFE::Camera::getOverlayAnimation' can be const.
fifengine-0.4.1/engine/core/view/camera.cpp:116:3: style: Class 'Camera' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fifengine-0.4.1/engine/core/view/camera.cpp:116:3: style: Class 'Camera' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fifengine-0.4.1/engine/core/view/visual.h:51:3: style: Class 'OverlayColors' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/view/visual.h:52:3: style: Class 'OverlayColors' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/view/renderitem.h:56:4: style: Class 'RenderItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/view/layercache.h:53:3: style: Class 'LayerCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/view/camera.cpp:63:3: style: Class 'MapObserver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/view/camera.h:343:17: style: The function 'getRenderer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/rendererbase.h:72:25: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/camera.h:343:17: note: Function in derived class
fifengine-0.4.1/engine/core/view/camera.h:353:8: style: The function 'onRendererPipelinePositionChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/rendererbase.h:56:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/camera.h:353:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/camera.h:355:8: style: The function 'onRendererEnabledChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/rendererbase.h:60:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/camera.h:355:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/layercache.cpp:577:20: style: Unsigned variable 'calcTrans' can't be negative so it is unnecessary to test it. [unsignedPositive]
fifengine-0.4.1/engine/core/view/layercache.cpp:358:71: style: Function 'collect' argument 2 names different: declaration 'indices' definition 'index_list'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/view/layercache.h:91:60: note: Function 'collect' argument 2 names different: declaration 'indices' definition 'index_list'.
fifengine-0.4.1/engine/core/view/layercache.cpp:358:71: note: Function 'collect' argument 2 names different: declaration 'indices' definition 'index_list'.
fifengine-0.4.1/engine/core/view/layercache.h:64:12: style: Technically the member function 'FIFE::LayerCache::getCacheImage' can be const. [functionConst]
fifengine-0.4.1/engine/core/view/layercache.cpp:806:23: note: Technically the member function 'FIFE::LayerCache::getCacheImage' can be const.
fifengine-0.4.1/engine/core/view/layercache.h:64:12: note: Technically the member function 'FIFE::LayerCache::getCacheImage' can be const.
fifengine-0.4.1/engine/core/view/layercache.cpp:59:3: style: Class 'CacheLayerChangeListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/view/layercache.cpp:99:3: style: Class 'InstanceDistanceSortLocation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/view/rendererbase.cpp:100:44: style: Function 'activateAllLayers' argument 1 names different: declaration 'elevation' definition 'map'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/view/rendererbase.h:156:31: note: Function 'activateAllLayers' argument 1 names different: declaration 'elevation' definition 'map'.
fifengine-0.4.1/engine/core/view/rendererbase.cpp:100:44: note: Function 'activateAllLayers' argument 1 names different: declaration 'elevation' definition 'map'.
fifengine-0.4.1/engine/core/view/rendererbase.h:78:2: warning: The class 'RendererBase' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fifengine-0.4.1/engine/core/view/renderers/blockinginforenderer.cpp:106:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifengine-0.4.1/engine/core/view/renderers/blockinginforenderer.cpp:137:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifengine-0.4.1/engine/core/view/renderers/blockinginforenderer.h:38:2: warning: The class 'BlockingInfoRenderer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fifengine-0.4.1/engine/core/view/renderers/cellrenderer.cpp:225:26: style: Variable 'halfind' is assigned a value that is never used. [unreadVariable]
fifengine-0.4.1/engine/core/view/renderers/cellrenderer.cpp:319:23: style: Variable 'straightZoom' is assigned a value that is never used. [unreadVariable]
fifengine-0.4.1/engine/core/view/renderers/cellrenderer.cpp:133:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifengine-0.4.1/engine/core/view/renderers/cellrenderer.cpp:230:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifengine-0.4.1/engine/core/view/renderers/cellrenderer.cpp:69:16: warning: Member variable 'CellRenderer::m_fowTarget' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/view/renderers/cellrenderer.cpp:69:16: warning: Member variable 'CellRenderer::m_concealImage' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/view/renderers/cellrenderer.cpp:69:16: warning: Member variable 'CellRenderer::m_maskImage' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/view/renderers/cellrenderer.cpp:69:16: warning: Member variable 'CellRenderer::m_fowImage' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/view/renderers/cellrenderer.cpp:69:16: warning: Member variable 'CellRenderer::m_visualPaths' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/view/renderers/cellrenderer.cpp:69:16: warning: Member variable 'CellRenderer::m_visualCosts' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/view/renderers/targetrenderer.h:57:12: style: Technically the member function 'FIFE::RenderTarget::getTarget' can be const. [functionConst]
fifengine-0.4.1/engine/core/view/renderers/targetrenderer.h:77:3: style: Class 'TargetRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/view/renderers/cellrenderer.h:42:2: warning: The class 'CellRenderer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fifengine-0.4.1/engine/core/view/renderers/cellrenderer.cpp:173:16: error: Uninitialized variable: cost [uninitvar]
fifengine-0.4.1/engine/core/view/renderers/cellselectionrenderer.cpp:80:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifengine-0.4.1/engine/core/view/renderers/cellselectionrenderer.cpp:93:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifengine-0.4.1/engine/core/view/renderers/cellselectionrenderer.cpp:108:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifengine-0.4.1/engine/core/view/renderers/cellselectionrenderer.cpp:127:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifengine-0.4.1/engine/core/view/renderers/cellselectionrenderer.cpp:56:26: warning: Member variable 'CellSelectionRenderer::m_locations' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/view/renderers/cellselectionrenderer.h:41:2: warning: The class 'CellSelectionRenderer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fifengine-0.4.1/engine/core/view/renderers/coordinaterenderer.h:40:2: warning: The class 'CoordinateRenderer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fifengine-0.4.1/engine/core/view/renderers/floatingtextrenderer.cpp:60:25: warning: Member variable 'FloatingTextRenderer::m_backcolor' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/view/renderers/floatingtextrenderer.cpp:60:25: warning: Member variable 'FloatingTextRenderer::m_backbordercolor' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/view/renderers/floatingtextrenderer.h:39:2: warning: The class 'FloatingTextRenderer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.cpp:74:66: style: Function 'GenericRendererPointInfo' argument 1 names different: declaration 'n' definition 'anchor'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:63:41: note: Function 'GenericRendererPointInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.cpp:74:66: note: Function 'GenericRendererPointInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.cpp:157:66: style: Function 'GenericRendererImageInfo' argument 1 names different: declaration 'n' definition 'anchor'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:119:41: note: Function 'GenericRendererImageInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.cpp:157:66: note: Function 'GenericRendererImageInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.cpp:187:74: style: Function 'GenericRendererAnimationInfo' argument 1 names different: declaration 'n' definition 'anchor'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:129:45: note: Function 'GenericRendererAnimationInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.cpp:187:74: note: Function 'GenericRendererAnimationInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.cpp:220:64: style: Function 'GenericRendererTextInfo' argument 1 names different: declaration 'n' definition 'anchor'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:141:40: note: Function 'GenericRendererTextInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.cpp:220:64: note: Function 'GenericRendererTextInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.cpp:254:68: style: Function 'GenericRendererResizeInfo' argument 1 names different: declaration 'n' definition 'anchor'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:152:42: note: Function 'GenericRendererResizeInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.cpp:254:68: note: Function 'GenericRendererResizeInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:161:2: warning: The class 'GenericRenderer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:49:8: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:43:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:49:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:62:8: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:43:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:62:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:74:8: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:43:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:74:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:88:8: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:43:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:88:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:104:8: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:43:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:104:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:118:8: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:43:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:118:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:128:8: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:43:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:128:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:140:8: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:43:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:140:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:151:8: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:43:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.h:151:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/genericrenderer.cpp:220:97: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
fifengine-0.4.1/engine/core/view/renderers/gridrenderer.cpp:164:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifengine-0.4.1/engine/core/view/renderers/gridrenderer.h:38:2: warning: The class 'GridRenderer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fifengine-0.4.1/engine/core/view/renderers/instancerenderer.cpp:350:20: style: Variable 'alpha' is assigned a value that is never used. [unreadVariable]
fifengine-0.4.1/engine/core/view/renderers/instancerenderer.cpp:543:24: style: Variable 'instance' is assigned a value that is never used. [unreadVariable]
fifengine-0.4.1/engine/core/view/renderers/instancerenderer.cpp:210:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifengine-0.4.1/engine/core/view/renderers/instancerenderer.cpp:244:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifengine-0.4.1/engine/core/view/renderers/instancerenderer.cpp:403:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifengine-0.4.1/engine/core/view/renderers/instancerenderer.cpp:436:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifengine-0.4.1/engine/core/view/renderers/instancerenderer.h:176:4: style: Class 'OutlineInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/view/renderers/instancerenderer.h:190:4: style: Class 'ColoringInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/view/renderers/instancerenderer.cpp:63:3: style: Class 'InstanceRendererDeleteListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/view/renderers/instancerenderer.h:43:2: warning: The class 'InstanceRenderer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.cpp:78:62: style: Function 'LightRendererImageInfo' argument 1 names different: declaration 'n' definition 'anchor'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:74:39: note: Function 'LightRendererImageInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.cpp:78:62: note: Function 'LightRendererImageInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.cpp:105:70: style: Function 'LightRendererAnimationInfo' argument 1 names different: declaration 'n' definition 'anchor'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:87:43: note: Function 'LightRendererAnimationInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.cpp:105:70: note: Function 'LightRendererAnimationInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.cpp:136:64: style: Function 'LightRendererResizeInfo' argument 1 names different: declaration 'n' definition 'anchor'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:127:40: note: Function 'LightRendererResizeInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.cpp:136:64: note: Function 'LightRendererResizeInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.cpp:165:74: style: Function 'LightRendererSimpleLightInfo' argument 1 names different: declaration 'n' definition 'anchor'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:102:45: note: Function 'LightRendererSimpleLightInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.cpp:165:74: note: Function 'LightRendererSimpleLightInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:51:11: style: Technically the member function 'FIFE::LightRendererElementInfo::getSrcBlend' can be const. [functionConst]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:52:11: style: Technically the member function 'FIFE::LightRendererElementInfo::getDstBlend' can be const. [functionConst]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:55:11: style: Technically the member function 'FIFE::LightRendererElementInfo::getStencil' can be const. [functionConst]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.cpp:68:36: note: Technically the member function 'FIFE::LightRendererElementInfo::getStencil' can be const.
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:55:11: note: Technically the member function 'FIFE::LightRendererElementInfo::getStencil' can be const.
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:79:12: style: Technically the member function 'FIFE::LightRendererImageInfo::getImage' can be const. [functionConst]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:92:16: style: Technically the member function 'FIFE::LightRendererAnimationInfo::getAnimation' can be const. [functionConst]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:133:12: style: Technically the member function 'FIFE::LightRendererResizeInfo::getImage' can be const. [functionConst]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:141:2: warning: The class 'LightRenderer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:77:16: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:47:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:77:16: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:78:23: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:48:23: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:78:23: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:90:16: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:47:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:90:16: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:91:23: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:48:23: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:91:23: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:105:16: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:47:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:105:16: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:106:23: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:48:23: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:106:23: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:108:24: style: The function 'getColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:58:32: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:108:24: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:109:9: style: The function 'getRadius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:59:17: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:109:9: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:110:11: style: The function 'getSubdivisions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:60:19: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:110:11: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:111:9: style: The function 'getXStretch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:61:17: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:111:9: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:112:9: style: The function 'getYStretch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:62:17: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:112:9: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:130:16: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:47:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:130:16: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:131:23: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:48:23: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/lightrenderer.h:131:23: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/offrenderer.cpp:61:51: style: Function 'OffRendererPointInfo' argument 1 names different: declaration 'n' definition 'anchor'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:61:30: note: Function 'OffRendererPointInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/offrenderer.cpp:61:51: note: Function 'OffRendererPointInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/offrenderer.cpp:115:51: style: Function 'OffRendererImageInfo' argument 1 names different: declaration 'n' definition 'anchor'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:117:30: note: Function 'OffRendererImageInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/offrenderer.cpp:115:51: note: Function 'OffRendererImageInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/offrenderer.cpp:132:59: style: Function 'OffRendererAnimationInfo' argument 1 names different: declaration 'n' definition 'anchor'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:126:34: note: Function 'OffRendererAnimationInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/offrenderer.cpp:132:59: note: Function 'OffRendererAnimationInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/offrenderer.cpp:154:49: style: Function 'OffRendererTextInfo' argument 1 names different: declaration 'n' definition 'anchor'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:137:29: note: Function 'OffRendererTextInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/offrenderer.cpp:154:49: note: Function 'OffRendererTextInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/offrenderer.cpp:174:53: style: Function 'OffRendererResizeInfo' argument 1 names different: declaration 'n' definition 'anchor'. [funcArgNamesDifferent]
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:147:31: note: Function 'OffRendererResizeInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/offrenderer.cpp:174:53: note: Function 'OffRendererResizeInfo' argument 1 names different: declaration 'n' definition 'anchor'.
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:167:8: style: Technically the member function 'FIFE::OffRenderer::isEnabled' can be const. [functionConst]
fifengine-0.4.1/engine/core/view/renderers/offrenderer.cpp:208:20: note: Technically the member function 'FIFE::OffRenderer::isEnabled' can be const.
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:167:8: note: Technically the member function 'FIFE::OffRenderer::isEnabled' can be const.
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:160:3: style: Class 'OffRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:47:8: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:41:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:47:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:60:8: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:41:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:60:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:72:8: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:41:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:72:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:86:8: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:41:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:86:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:102:8: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:41:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:102:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:116:8: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:41:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:116:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:125:8: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:41:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:125:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:136:8: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:41:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:136:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:146:8: style: The function 'render' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:41:16: note: Virtual function in base class
fifengine-0.4.1/engine/core/view/renderers/offrenderer.h:146:8: note: Function in derived class
fifengine-0.4.1/engine/core/view/renderers/offrenderer.cpp:154:82: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
fifengine-0.4.1/engine/core/view/renderers/quadtreerenderer.cpp:66:17: warning: Member variable 'RenderVisitor::visited' is not initialized in the constructor. [uninitMemberVar]
fifengine-0.4.1/engine/core/view/renderers/targetrenderer.cpp:46:3: performance: Variable 'm_target' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fifengine-0.4.1/engine/core/view/visual.h:59:12: style: Technically the member function 'FIFE::OverlayColors::getColorOverlayImage' can be const. [functionConst]
fifengine-0.4.1/engine/core/view/visual.cpp:64:26: note: Technically the member function 'FIFE::OverlayColors::getColorOverlayImage' can be const.
fifengine-0.4.1/engine/core/view/visual.h:59:12: note: Technically the member function 'FIFE::OverlayColors::getColorOverlayImage' can be const.
fifengine-0.4.1/engine/core/view/visual.h:61:16: style: Technically the member function 'FIFE::OverlayColors::getColorOverlayAnimation' can be const. [functionConst]
fifengine-0.4.1/engine/core/view/visual.cpp:72:30: note: Technically the member function 'FIFE::OverlayColors::getColorOverlayAnimation' can be const.
fifengine-0.4.1/engine/core/view/visual.h:61:16: note: Technically the member function 'FIFE::OverlayColors::getColorOverlayAnimation' can be const.
fifengine-0.4.1/engine/core/view/visual.h:63:33: style: Technically the member function 'FIFE::OverlayColors::getColors' can be const. [functionConst]
fifengine-0.4.1/engine/core/view/visual.cpp:84:47: note: Technically the member function 'FIFE::OverlayColors::getColors' can be const.
fifengine-0.4.1/engine/core/view/visual.h:63:33: note: Technically the member function 'FIFE::OverlayColors::getColors' can be const.
fifengine-0.4.1/tests/core_tests/test_gui.cpp:106:0: error: Memory leak: gui [memleak]
fifengine-0.4.1/tests/core_tests/test_images.cpp:133:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifengine-0.4.1/tests/core_tests/test_sharedptr.cpp:61:18: style: The function 'total' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fifengine-0.4.1/tests/core_tests/test_sharedptr.cpp:49:18: note: Virtual function in base class
fifengine-0.4.1/tests/core_tests/test_sharedptr.cpp:61:18: note: Function in derived class
[21:48]
ftp://ftp.se.debian.org/debian/pool/main/f/fifechan/fifechan_0.1.4.orig.tar.gz
fifechan-0.1.4/src/allegro/allegroinput.cpp:237:13: style: The scope of the variable 'unicode' can be reduced. [variableScope]
fifechan-0.1.4/src/allegro/allegroinput.cpp:327:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/allegro/allegroinput.cpp:332:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/contrib/sdl/sdltruetypefont.cpp:126:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
fifechan-0.1.4/src/directx3d/directx3dgraphics.cpp:240:30: style: Variable 'top' is assigned a value that is never used. [unreadVariable]
fifechan-0.1.4/src/font.cpp:78:13: style: The scope of the variable 'size' can be reduced. [variableScope]
fifechan-0.1.4/src/gui.cpp:408:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/gui.cpp:442:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/gui.cpp:460:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/gui.cpp:951:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/gui.cpp:976:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/gui.cpp:998:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/gui.cpp:1023:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/gui.cpp:91:9: style: Class 'GuiDeathListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fifechan-0.1.4/src/hge/hgeinput.cpp:138:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
fifechan-0.1.4/src/imagefont.cpp:111:23: style: The scope of the variable 'k' can be reduced. [variableScope]
fifechan-0.1.4/src/imagefont.cpp:163:23: style: The scope of the variable 'k' can be reduced. [variableScope]
fifechan-0.1.4/src/opengl/openglgraphics.cpp:122:30: style: Same expression on both sides of '|'. [duplicateExpression]
fifechan-0.1.4/src/opengl/openglgraphics.cpp:123:26: style: Same expression on both sides of '|'. [duplicateExpression]
fifechan-0.1.4/src/openlayer/openlayerinput.cpp:237:13: style: The scope of the variable 'unicode' can be reduced. [variableScope]
fifechan-0.1.4/src/openlayer/openlayerinput.cpp:327:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/openlayer/openlayerinput.cpp:332:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/utf8stringeditor.cpp:91:0: style: Variable 'bytes' is assigned a value that is never used. [unreadVariable]
fifechan-0.1.4/src/widget.cpp:123:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widget.cpp:444:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widget.cpp:728:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widget.cpp:769:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widget.cpp:933:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widget.cpp:947:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widget.cpp:963:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widget.cpp:1002:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widget.cpp:1022:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widget.cpp:1087:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widget.cpp:1098:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widget.cpp:1100:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widget.cpp:1117:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widget.cpp:1124:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widget.cpp:1129:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widget.cpp:1163:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widget.cpp:1181:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widgets/adjustingcontainer.cpp:175:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widgets/tabbedarea.cpp:174:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widgets/tabbedarea.cpp:185:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
fifechan-0.1.4/src/widgets/textfield.cpp:162:26: style: Variable 'dim' is assigned a value that is never used. [unreadVariable]
[21:48]
ftp://ftp.se.debian.org/debian/pool/main/f/fig2dev/fig2dev_3.2.7a.orig.tar.xz
fig2dev-3.2.7a/fig2dev/arrow.c:49:6: error: Memory leak: a [memleak]
fig2dev-3.2.7a/fig2dev/arrow.c:66:6: error: Memory leak: a [memleak]
fig2dev-3.2.7a/fig2dev/arrow.c:85:3: error: Memory leak: a [memleak]
fig2dev-3.2.7a/fig2dev/bound.c:375:13: style: The scope of the variable 'xleft' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:375:20: style: The scope of the variable 'xright' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:462:10: style: The scope of the variable 'x0' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:462:14: style: The scope of the variable 'y0' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:462:18: style: The scope of the variable 'x1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:462:22: style: The scope of the variable 'y1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:462:26: style: The scope of the variable 'x2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:462:30: style: The scope of the variable 'y2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:462:34: style: The scope of the variable 'x3' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:462:38: style: The scope of the variable 'y3' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:462:42: style: The scope of the variable 'sx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:462:47: style: The scope of the variable 'sy1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:462:52: style: The scope of the variable 'sx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:462:57: style: The scope of the variable 'sy2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:463:10: style: The scope of the variable 'tx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:463:14: style: The scope of the variable 'ty' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:463:18: style: The scope of the variable 'tx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:463:23: style: The scope of the variable 'ty1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:463:28: style: The scope of the variable 'tx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:463:33: style: The scope of the variable 'ty2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:506:29: style: The scope of the variable 'cx3' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:506:34: style: The scope of the variable 'cy3' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:506:39: style: The scope of the variable 'cx4' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:506:44: style: The scope of the variable 'cy4' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:508:9: style: The scope of the variable 'px' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:508:13: style: The scope of the variable 'py' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:508:17: style: The scope of the variable 'qx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:508:21: style: The scope of the variable 'qy' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:714:6: style: The scope of the variable 'fxmin' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:714:13: style: The scope of the variable 'fymin' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:714:20: style: The scope of the variable 'fxmax' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:714:27: style: The scope of the variable 'fymax' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:715:6: style: The scope of the variable 'bxmin' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:715:13: style: The scope of the variable 'bymin' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:715:20: style: The scope of the variable 'bxmax' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:715:27: style: The scope of the variable 'bymax' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:835:7: style: The scope of the variable 'thickline' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:847:9: style: The scope of the variable 'np' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/bound.c:912:13: style: The scope of the variable 'angle' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/colors.c:45:14: style: The scope of the variable 'have_read_X_colors' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/colors.c:46:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/colors.c:46:10: style: The scope of the variable 'n' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/colors.c:133:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fig2dev-3.2.7a/fig2dev/colors.c:122:7: error: Resource leak: fp [resourceLeak]
fig2dev-3.2.7a/fig2dev/colors.c:128:11: error: Common realloc mistake: 'Xcolors' nulled but not freed upon failure [memleakOnRealloc]
fig2dev-3.2.7a/fig2dev/dev/asc85ec.c:31:23: style: The scope of the variable 'i' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gencgm.c:1431:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gencgm.c:579:9: style: The scope of the variable 'f' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gencgm.c:809:13: style: The scope of the variable 'L' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:444:9: style: Condition '1==0' is always false [knownConditionTrueFalse]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:474:9: style: Condition '1==0' is always false [knownConditionTrueFalse]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:123:6: style: The scope of the variable 'font' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:124:6: style: The scope of the variable 'pattern' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:178:8: style: The scope of the variable 'color' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:538:14: style: The scope of the variable 'alpha' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:592:25: style: The scope of the variable 'r' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:769:15: style: The scope of the variable 'sx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:769:20: style: The scope of the variable 'sy1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:769:25: style: The scope of the variable 'sx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:769:30: style: The scope of the variable 'sy2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:769:35: style: The scope of the variable 'tx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:769:39: style: The scope of the variable 'ty' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:769:43: style: The scope of the variable 'tx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:769:48: style: The scope of the variable 'ty1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:769:53: style: The scope of the variable 'tx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:769:58: style: The scope of the variable 'ty2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:769:63: style: The scope of the variable 'xmid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:769:69: style: The scope of the variable 'ymid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:794:16: style: The scope of the variable 'x1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gendxf.c:794:24: style: The scope of the variable 'y1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genemf.c:1239:20: style: The scope of the variable 'bit' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genemf.c:2168:12: style: The scope of the variable 'th' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genemf.c:2170:12: style: The scope of the variable 'ex' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genemf.c:2170:16: style: The scope of the variable 'ey' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genemf.c:2402:9: style: The scope of the variable 'img_w' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genemf.c:2402:16: style: The scope of the variable 'img_h' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genemf.c:2404:12: style: The scope of the variable 'bsize' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genemf.c:2404:19: style: The scope of the variable 'coltabsize' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genemf.c:2405:9: style: The scope of the variable 'bpp' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genemf.c:2406:14: style: The scope of the variable 'ncol' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genemf.c:2408:14: style: The scope of the variable 'u' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genemf.c:2409:9: style: The scope of the variable 'flip' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genemf.c:2581:13: style: The scope of the variable 'aptl' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genemf.c:2582:13: style: The scope of the variable 'apts' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:475:26: style: The scope of the variable 'patterns' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:670:9: style: The scope of the variable 'count' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:670:16: style: The scope of the variable 'loop1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:670:23: style: The scope of the variable 'loop2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:670:30: style: The scope of the variable 'i' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:705:23: style: The scope of the variable 'temp' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:706:9: style: The scope of the variable 'boxflag' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:707:9: style: The scope of the variable 'r' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:708:12: style: The scope of the variable 'dtemp' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:951:9: style: The scope of the variable 'pt_count' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1052:12: style: The scope of the variable 'xm1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1052:17: style: The scope of the variable 'xmid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1052:23: style: The scope of the variable 'xm2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1052:28: style: The scope of the variable 'ym1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1052:33: style: The scope of the variable 'ymid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1052:39: style: The scope of the variable 'ym2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1154:12: style: The scope of the variable 'sx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1154:17: style: The scope of the variable 'sy1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1154:22: style: The scope of the variable 'sx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1154:27: style: The scope of the variable 'sy2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1154:32: style: The scope of the variable 'tx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1154:36: style: The scope of the variable 'ty' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1154:40: style: The scope of the variable 'tx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1154:45: style: The scope of the variable 'ty1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1154:50: style: The scope of the variable 'tx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1154:55: style: The scope of the variable 'ty2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1154:60: style: The scope of the variable 'xmid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1154:66: style: The scope of the variable 'ymid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1254:18: style: The scope of the variable 'esc_cp' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1254:27: style: The scope of the variable 'special_index' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genepic.c:1640:15: style: The scope of the variable 'empty' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gengbx.c:202:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gengbx.c:380:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gengbx.c:432:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gengbx.c:434:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gengbx.c:939:17: style: Variable 'x1' is reassigned a value before the old one has been used. [redundantAssignment]
fig2dev-3.2.7a/fig2dev/dev/gengbx.c:931:2: note: Variable 'x1' is reassigned a value before the old one has been used.
fig2dev-3.2.7a/fig2dev/dev/gengbx.c:939:17: note: Variable 'x1' is reassigned a value before the old one has been used.
fig2dev-3.2.7a/fig2dev/dev/gengbx.c:939:26: style: Variable 'y1' is reassigned a value before the old one has been used. [redundantAssignment]
fig2dev-3.2.7a/fig2dev/dev/gengbx.c:931:14: note: Variable 'y1' is reassigned a value before the old one has been used.
fig2dev-3.2.7a/fig2dev/dev/gengbx.c:939:26: note: Variable 'y1' is reassigned a value before the old one has been used.
fig2dev-3.2.7a/fig2dev/dev/gengbx.c:1365:3: style: Variable 'a->point[1].x' is reassigned a value before the old one has been used. [redundantAssignment]
fig2dev-3.2.7a/fig2dev/dev/gengbx.c:1364:3: note: Variable 'a->point[1].x' is reassigned a value before the old one has been used.
fig2dev-3.2.7a/fig2dev/dev/gengbx.c:1365:3: note: Variable 'a->point[1].x' is reassigned a value before the old one has been used.
fig2dev-3.2.7a/fig2dev/dev/gengbx.c:535:7: style: The scope of the variable 'index' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gengbx.c:622:7: style: The scope of the variable 'index' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gengbx.c:259:9: style: struct member 'ap_ellipse::w' is never used. [unusedStructMember]
fig2dev-3.2.7a/fig2dev/dev/gengbx.c:259:11: style: struct member 'ap_ellipse::h' is never used. [unusedStructMember]
fig2dev-3.2.7a/fig2dev/dev/genge.c:162:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genge.c:162:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genge.c:174:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genge.c:174:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genge.c:179:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genge.c:179:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genge.c:189:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genge.c:189:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genge.c:354:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genge.c:354:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genge.c:377:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genge.c:377:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genge.c:377:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genge.c:377:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genge.c:415:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genge.c:415:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genge.c:228:2: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
fig2dev-3.2.7a/fig2dev/dev/genge.c:226:2: note: Variable 'a' is reassigned a value before the old one has been used.
fig2dev-3.2.7a/fig2dev/dev/genge.c:228:2: note: Variable 'a' is reassigned a value before the old one has been used.
fig2dev-3.2.7a/fig2dev/dev/genge.c:126:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:196:7: style: The scope of the variable 'font' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:197:7: style: The scope of the variable 'pattern' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:262:9: style: The scope of the variable 'color' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:606:16: style: The scope of the variable 'number' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:607:19: style: The scope of the variable 'thickness' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:739:13: style: The scope of the variable 'alpha' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:897:9: style: The scope of the variable 'sx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:897:14: style: The scope of the variable 'sy1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:897:19: style: The scope of the variable 'sx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:897:24: style: The scope of the variable 'sy2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:897:29: style: The scope of the variable 'tx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:897:33: style: The scope of the variable 'ty' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:897:37: style: The scope of the variable 'tx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:897:42: style: The scope of the variable 'ty1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:897:47: style: The scope of the variable 'tx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:897:52: style: The scope of the variable 'ty2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:897:57: style: The scope of the variable 'xmid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:897:63: style: The scope of the variable 'ymid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:922:10: style: The scope of the variable 'x1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:922:18: style: The scope of the variable 'y1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:1062:15: style: The scope of the variable 'theta' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:1064:9: style: The scope of the variable 'width' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genibmgl.c:1065:9: style: The scope of the variable 'height' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genlatex.c:381:9: style: The scope of the variable 'dx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genlatex.c:381:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genlatex.c:382:14: style: The scope of the variable 'n' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genlatex.c:503:6: style: The scope of the variable 'x2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genlatex.c:503:10: style: The scope of the variable 'y2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genlatex.c:557:12: style: The scope of the variable 'd1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genlatex.c:592:12: style: The scope of the variable 'm' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genlatex.c:592:15: style: The scope of the variable 'deviation' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genlatex.c:710:13: style: The scope of the variable 'llx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genlatex.c:710:18: style: The scope of the variable 'lly' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genlatex.c:710:23: style: The scope of the variable 'urx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genlatex.c:710:28: style: The scope of the variable 'ury' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genlatex.c:710:33: style: The scope of the variable 'arrow' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genlatex.c:784:13: style: The scope of the variable 'd' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genlatex.c:784:16: style: The scope of the variable 'dx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genlatex.c:784:20: style: The scope of the variable 'dy' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genlatex.c:1004:15: style: The scope of the variable 'ad1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genlatex.c:1005:15: style: The scope of the variable 'ad2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:191:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:191:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:191:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:191:5: warning: %d in format string (no. 4) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:278:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:278:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:281:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:281:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:304:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:313:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:313:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:347:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:347:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:347:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:347:7: warning: %d in format string (no. 4) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:162:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:247:7: style: The scope of the variable 'cx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:247:11: style: The scope of the variable 'cy' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:247:15: style: The scope of the variable 'sx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:247:19: style: The scope of the variable 'sy' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:247:23: style: The scope of the variable 'ex' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:247:27: style: The scope of the variable 'ey' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:248:10: style: The scope of the variable 'r' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:249:10: style: The scope of the variable 'sa' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:249:14: style: The scope of the variable 'ea' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:250:10: style: The scope of the variable 'alpha' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:292:7: style: The scope of the variable 'x0' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:292:11: style: The scope of the variable 'y0' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:293:10: style: The scope of the variable 'rx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:293:14: style: The scope of the variable 'ry' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:294:10: style: The scope of the variable 'angle' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:294:17: style: The scope of the variable 'theta' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:329:7: style: The scope of the variable 'xmin' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:329:13: style: The scope of the variable 'xmax' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:329:19: style: The scope of the variable 'ymin' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:329:25: style: The scope of the variable 'ymax' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:330:7: style: The scope of the variable 'x' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:330:10: style: The scope of the variable 'y' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:330:13: style: The scope of the variable 'last_x' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:330:21: style: The scope of the variable 'last_y' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmap.c:195:0: error: Memory leak: basename [memleak]
fig2dev-3.2.7a/fig2dev/dev/genmf.c:60:8: style: struct member 'Options::keyword' is never used. [unusedStructMember]
fig2dev-3.2.7a/fig2dev/dev/genmf.c:61:10: style: struct member 'Options::value' is never used. [unusedStructMember]
fig2dev-3.2.7a/fig2dev/dev/genmp.c:306:11: style: The scope of the variable 'in' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmp.c:534:12: style: The scope of the variable 'x1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmp.c:534:15: style: The scope of the variable 'x2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmp.c:534:18: style: The scope of the variable 'x3' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmp.c:534:21: style: The scope of the variable 'y1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmp.c:534:24: style: The scope of the variable 'y2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmp.c:534:27: style: The scope of the variable 'y3' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmp.c:534:30: style: The scope of the variable 'c' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmp.c:534:32: style: The scope of the variable 'd' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmp.c:1086:12: style: The scope of the variable 'special_index' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genmp.c:407:2: error: Resource leak: in [resourceLeak]
fig2dev-3.2.7a/fig2dev/dev/genpic.c:178:15: style: The scope of the variable 'style_val' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpic.c:200:10: style: The scope of the variable 'width' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpic.c:200:17: style: The scope of the variable 'height' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpic.c:593:9: style: The scope of the variable 'sx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpic.c:593:14: style: The scope of the variable 'sy1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpic.c:593:19: style: The scope of the variable 'sx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpic.c:593:24: style: The scope of the variable 'sy2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpic.c:593:29: style: The scope of the variable 'tx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpic.c:593:33: style: The scope of the variable 'ty' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpic.c:593:37: style: The scope of the variable 'tx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpic.c:593:42: style: The scope of the variable 'ty1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpic.c:593:47: style: The scope of the variable 'tx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpic.c:593:52: style: The scope of the variable 'ty2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpic.c:593:57: style: The scope of the variable 'xmid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpic.c:593:63: style: The scope of the variable 'ymid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpic.c:618:10: style: The scope of the variable 'x1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpic.c:618:18: style: The scope of the variable 'y1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpict2e.c:1768:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genpict2e.c:1768:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genpict2e.c:962:41: style: The scope of the variable 'digits' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpict2e.c:2193:6: style: The scope of the variable 'texsize' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpict2e.c:2193:15: style: The scope of the variable 'bprec' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpict2e.c:2194:9: style: The scope of the variable 'baselineskip' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpict2e.c:2285:12: style: The scope of the variable 'c' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpict2e.c:2337:24: style: The scope of the variable 'px' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:306:7: style: The scope of the variable 'x' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:306:10: style: The scope of the variable 'y' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:306:13: style: The scope of the variable 'llx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:306:18: style: The scope of the variable 'lly' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:306:23: style: The scope of the variable 'urx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:306:28: style: The scope of the variable 'ury' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:929:10: style: The scope of the variable 'x1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:929:18: style: The scope of the variable 'y1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:961:9: style: The scope of the variable 'sx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:961:14: style: The scope of the variable 'sy1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:961:19: style: The scope of the variable 'sx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:961:24: style: The scope of the variable 'sy2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:961:29: style: The scope of the variable 'tx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:961:33: style: The scope of the variable 'ty' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:961:37: style: The scope of the variable 'tx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:961:42: style: The scope of the variable 'ty1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:961:47: style: The scope of the variable 'tx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:961:52: style: The scope of the variable 'ty2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:961:57: style: The scope of the variable 'xmid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:961:63: style: The scope of the variable 'ymid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpictex.c:148:17: style: Unused variable: who [unusedVariable]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1479:18: error: Array 'headers[12]' accessed at index 12, which is out of bounds. [arrayIndexOutOfBounds]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1468:3: note: After for loop, i has value 12
fig2dev-3.2.7a/fig2dev/dev/genps.c:1479:18: note: Array index out of bounds
fig2dev-3.2.7a/fig2dev/dev/genps.c:1265:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1267:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1267:19: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1267:19: warning: %d in format string (no. 3) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1270:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1270:19: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1270:19: warning: %d in format string (no. 3) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1270:19: warning: %d in format string (no. 4) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1274:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1274:19: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1274:19: warning: %d in format string (no. 3) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1274:19: warning: %d in format string (no. 4) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1274:19: warning: %d in format string (no. 5) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1274:19: warning: %d in format string (no. 6) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1279:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1279:19: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1279:19: warning: %d in format string (no. 3) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1279:19: warning: %d in format string (no. 4) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1279:19: warning: %d in format string (no. 5) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1279:19: warning: %d in format string (no. 6) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1279:19: warning: %d in format string (no. 7) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1279:19: warning: %d in format string (no. 8) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1377:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1377:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genps.c:476:8: style: The scope of the variable 'itmp' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:476:14: style: The scope of the variable 'jtmp' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:477:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:481:9: style: The scope of the variable 'psize' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:484:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:484:24: style: The scope of the variable 'str' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:485:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1040:12: style: The scope of the variable 'dx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1040:16: style: The scope of the variable 'dy' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1040:20: style: The scope of the variable 'mul' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1041:10: style: The scope of the variable 'i' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1041:13: style: The scope of the variable 'page' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1043:10: style: The scope of the variable 'epslen' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1043:18: style: The scope of the variable 'tiflen' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1217:6: style: The scope of the variable 'len' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1346:8: style: The scope of the variable 'radius' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1352:10: style: The scope of the variable 'hf_wid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1429:8: style: The scope of the variable 'c' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1741:11: style: The scope of the variable 'len' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:2574:22: style: The scope of the variable 's' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genps.c:1044:10: style: Unused variable: status [unusedVariable]
fig2dev-3.2.7a/fig2dev/dev/genpstricks.c:336:12: style: The scope of the variable 'i' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpstricks.c:336:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpstricks.c:864:7: style: The scope of the variable 'i' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpstricks.c:1153:8: style: The scope of the variable 'rn' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpstricks.c:1949:10: style: The scope of the variable 'ibmeps' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpstricks.c:1949:18: style: The scope of the variable 'errval' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpstricks.c:1949:26: style: The scope of the variable 'base_index' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpstricks.c:1960:16: style: The scope of the variable 'bmeps_ext_tbl' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpstricks.c:2103:22: style: The scope of the variable 'file_name' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpstricks.c:2716:8: style: The scope of the variable 'formatted_text' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genpstricks.c:355:12: style: union member 'Anonymous0::dbl' is never used. [unusedStructMember]
fig2dev-3.2.7a/fig2dev/dev/genpstricks.c:1969:9: style: struct member 'Anonymous3::bmeps_type' is never used. [unusedStructMember]
fig2dev-3.2.7a/fig2dev/dev/genpstricks.c:623:25: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:236:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:238:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:1368:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:1368:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:1371:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:1374:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:1374:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:1374:4: warning: %d in format string (no. 4) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:1379:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:1379:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:1379:4: warning: %d in format string (no. 4) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:1379:4: warning: %d in format string (no. 6) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:1384:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:1384:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:1384:4: warning: %d in format string (no. 4) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:1384:4: warning: %d in format string (no. 6) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:1384:4: warning: %d in format string (no. 8) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:163:32: style: The scope of the variable 'swap' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:392:7: style: The scope of the variable 'stfp' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:702:7: style: The scope of the variable 'stfp' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:704:9: style: The scope of the variable 'sx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:704:14: style: The scope of the variable 'sy1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:704:19: style: The scope of the variable 'sx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:704:24: style: The scope of the variable 'sy2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:704:29: style: The scope of the variable 'tx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:704:33: style: The scope of the variable 'ty' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:704:37: style: The scope of the variable 'tx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:704:42: style: The scope of the variable 'ty1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:704:47: style: The scope of the variable 'tx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:704:52: style: The scope of the variable 'ty2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:704:57: style: The scope of the variable 'xmid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:704:63: style: The scope of the variable 'ymid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:735:10: style: The scope of the variable 'x1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:735:18: style: The scope of the variable 'y1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:863:7: style: The scope of the variable 'dir' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genptk.c:866:11: style: The scope of the variable 'a' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:375:7: style: The scope of the variable 'cx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:375:11: style: The scope of the variable 'cy' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:375:15: style: The scope of the variable 'sx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:375:19: style: The scope of the variable 'sy' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:375:23: style: The scope of the variable 'ex' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:375:27: style: The scope of the variable 'ey' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:376:10: style: The scope of the variable 'r' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:377:10: style: The scope of the variable 'sa' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:377:14: style: The scope of the variable 'ea' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:378:10: style: The scope of the variable 'alpha' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:417:7: style: The scope of the variable 'x0' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:417:11: style: The scope of the variable 'y0' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:418:10: style: The scope of the variable 'rx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:418:14: style: The scope of the variable 'ry' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:419:10: style: The scope of the variable 'angle' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:419:17: style: The scope of the variable 'theta' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:445:7: style: The scope of the variable 'xmin' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:445:13: style: The scope of the variable 'xmax' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:445:19: style: The scope of the variable 'ymin' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:445:25: style: The scope of the variable 'ymax' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:446:7: style: The scope of the variable 'x' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:446:10: style: The scope of the variable 'y' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:446:13: style: The scope of the variable 'r' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:446:16: style: The scope of the variable 'last_x' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:446:24: style: The scope of the variable 'last_y' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:448:10: style: The scope of the variable 'theta' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:1016:41: style: The scope of the variable 'shapeend' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:1017:10: style: The scope of the variable 'y0' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:1018:21: style: The scope of the variable 'num_rawyvalues' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:134:5: error: Common realloc mistake: 'shapes' nulled but not freed upon failure [memleakOnRealloc]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:172:6: error: Common realloc mistake: 'shapegroups' nulled but not freed upon failure [memleakOnRealloc]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:279:5: error: Common realloc mistake: 'points' nulled but not freed upon failure [memleakOnRealloc]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:622:5: error: Common realloc mistake: 'intersect_points' nulled but not freed upon failure [memleakOnRealloc]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:765:7: error: Common realloc mistake: 'fips' nulled but not freed upon failure [memleakOnRealloc]
fig2dev-3.2.7a/fig2dev/dev/genshape.c:1108:10: error: Common realloc mistake: 'scanlines' nulled but not freed upon failure [memleakOnRealloc]
fig2dev-3.2.7a/fig2dev/dev/gensvg.c:958:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gensvg.c:963:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gensvg.c:364:23: style: The scope of the variable 'r' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gensvg.c:364:26: style: The scope of the variable 'g' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gensvg.c:364:29: style: The scope of the variable 'b' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gensvg.c:437:13: style: The scope of the variable 'pagewidth' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gensvg.c:437:29: style: The scope of the variable 'pageheight' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gensvg.c:596:10: style: The scope of the variable 'px2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gensvg.c:596:14: style: The scope of the variable 'py2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gensvg.c:596:31: style: The scope of the variable 'rotation' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gensvg.c:1104:11: style: The scope of the variable 'i' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:172:6: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:172:6: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:172:6: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:172:6: warning: %u in format string (no. 7) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:228:2: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:228:2: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:228:2: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:228:2: warning: %u in format string (no. 7) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:267:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:267:3: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:267:3: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:282:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:282:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:282:3: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:282:3: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:282:3: warning: %u in format string (no. 7) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:315:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:315:2: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:370:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:370:3: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:370:3: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:375:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:375:3: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:375:3: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:425:2: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:425:2: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:425:2: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:425:2: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:427:2: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:427:2: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:427:2: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:427:2: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:447:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:447:3: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:447:3: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:447:3: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:459:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:459:3: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:459:3: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:459:3: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:495:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:495:3: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:495:3: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:495:3: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:518:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:518:3: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:518:3: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:518:3: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:569:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:569:3: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:569:3: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:569:3: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:255:6: style: The scope of the variable 'sx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:255:10: style: The scope of the variable 'sy' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:256:6: style: The scope of the variable 'radius' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:533:10: style: The scope of the variable 'x1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:533:18: style: The scope of the variable 'y1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:564:9: style: The scope of the variable 'sx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:564:14: style: The scope of the variable 'sy1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:564:19: style: The scope of the variable 'sx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:564:24: style: The scope of the variable 'sy2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:564:29: style: The scope of the variable 'tx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:564:33: style: The scope of the variable 'ty' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:564:37: style: The scope of the variable 'tx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:564:42: style: The scope of the variable 'ty1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:564:47: style: The scope of the variable 'tx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:564:52: style: The scope of the variable 'ty2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:564:57: style: The scope of the variable 'xmid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:564:63: style: The scope of the variable 'ymid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:361:7: style: Variable 'sy' is assigned a value that is never used. [unreadVariable]
fig2dev-3.2.7a/fig2dev/dev/gentextyl.c:362:7: style: Variable 'ey' is assigned a value that is never used. [unreadVariable]
fig2dev-3.2.7a/fig2dev/dev/gentikz.c:987:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentikz.c:992:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentikz.c:992:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentikz.c:998:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentikz.c:998:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentikz.c:998:6: warning: %d in format string (no. 4) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentikz.c:998:6: warning: %d in format string (no. 6) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentikz.c:1004:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentikz.c:1004:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentikz.c:1004:6: warning: %d in format string (no. 4) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentikz.c:1004:6: warning: %d in format string (no. 6) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentikz.c:1004:6: warning: %d in format string (no. 8) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentikz.c:1614:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentikz.c:1614:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentikz.c:776:7: style: The scope of the variable 'ttype' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentikz.c:1700:6: style: The scope of the variable 'texsize' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentikz.c:1700:15: style: The scope of the variable 'bprec' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentikz.c:1701:9: style: The scope of the variable 'baselineskip' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentikz.c:1801:12: style: The scope of the variable 'c' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:237:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:239:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:1324:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:1324:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:1327:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:1330:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:1330:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:1330:4: warning: %d in format string (no. 4) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:1334:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:1334:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:1334:4: warning: %d in format string (no. 4) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:1334:4: warning: %d in format string (no. 6) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:1339:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:1339:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:1339:4: warning: %d in format string (no. 4) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:1339:4: warning: %d in format string (no. 6) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:1339:4: warning: %d in format string (no. 8) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:162:30: style: The scope of the variable 'swap' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:388:7: style: The scope of the variable 'stfp' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:666:7: style: The scope of the variable 'stfp' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:668:9: style: The scope of the variable 'sx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:668:14: style: The scope of the variable 'sy1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:668:19: style: The scope of the variable 'sx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:668:24: style: The scope of the variable 'sy2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:668:29: style: The scope of the variable 'tx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:668:33: style: The scope of the variable 'ty' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:668:37: style: The scope of the variable 'tx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:668:42: style: The scope of the variable 'ty1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:668:47: style: The scope of the variable 'tx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:668:52: style: The scope of the variable 'ty2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:668:57: style: The scope of the variable 'xmid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:668:63: style: The scope of the variable 'ymid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:699:10: style: The scope of the variable 'x1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:699:18: style: The scope of the variable 'y1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:825:7: style: The scope of the variable 'dir' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentk.c:828:11: style: The scope of the variable 'a' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentpic.c:240:37: error: Array 'texfontnames[48]' accessed at index 48, which is out of bounds. [arrayIndexOutOfBounds]
fig2dev-3.2.7a/fig2dev/dev/gentpic.c:299:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
fig2dev-3.2.7a/fig2dev/dev/gentpic.c:307:15: style: The scope of the variable 'style_val' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentpic.c:858:10: style: The scope of the variable 'x1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentpic.c:858:18: style: The scope of the variable 'y1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentpic.c:897:9: style: The scope of the variable 'sx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentpic.c:897:14: style: The scope of the variable 'sy1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentpic.c:897:19: style: The scope of the variable 'sx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentpic.c:897:24: style: The scope of the variable 'sy2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentpic.c:897:29: style: The scope of the variable 'tx' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentpic.c:897:33: style: The scope of the variable 'ty' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentpic.c:897:37: style: The scope of the variable 'tx1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentpic.c:897:42: style: The scope of the variable 'ty1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentpic.c:897:47: style: The scope of the variable 'tx2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentpic.c:897:52: style: The scope of the variable 'ty2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentpic.c:897:57: style: The scope of the variable 'xmid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/gentpic.c:897:63: style: The scope of the variable 'ymid' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/psencode.c:255:18: style: The scope of the variable 'end' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/readgif.c:91:8: style: The scope of the variable 'i' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/readjpg.c:102:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/readjpg.c:323:7: style: Variable 'nbytes' is modified but its new value is never used. [unreadVariable]
fig2dev-3.2.7a/fig2dev/dev/readpng.c:181:0: error: Memory leak: row_pointers [memleak]
fig2dev-3.2.7a/fig2dev/dev/readtif.c:67:0: error: Memory leak: cmd [memleak]
fig2dev-3.2.7a/fig2dev/dev/readxbm.c:148:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/dev/readxbm.c:222:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fig2dev-3.2.7a/fig2dev/dev/readxbm.c:235:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fig2dev-3.2.7a/fig2dev/dev/readxbm.c:237:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fig2dev-3.2.7a/fig2dev/dev/readxbm.c:239:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fig2dev-3.2.7a/fig2dev/dev/xtmpfile.c:82:9: error: Boolean value assigned to pointer. [assignBoolToPointer]
fig2dev-3.2.7a/fig2dev/dev/xtmpfile.c:116:7: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
fig2dev-3.2.7a/fig2dev/fig2dev.c:281:51: style: Same expression on both sides of '||'. [duplicateExpression]
fig2dev-3.2.7a/fig2dev/fig2dev.c:217:13: style: The scope of the variable 'nvals' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/free.c:32:13: style: The scope of the variable 'arc' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/free.c:68:17: style: The scope of the variable 'ellipse' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/free.c:82:14: style: The scope of the variable 'line' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/free.c:95:14: style: The scope of the variable 'text' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/free.c:110:16: style: The scope of the variable 'spline' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/lib/strcasecmp.c:7:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/lib/strcasecmp.c:7:10: style: The scope of the variable 'c2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/lib/strncasecmp.c:10:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/lib/strncasecmp.c:10:11: style: The scope of the variable 'c2' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/read.c:149:6: style: The scope of the variable 'i' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/read.c:252:9: style: The scope of the variable 'p' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/read.c:1070:19: style: The scope of the variable 'l' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/read.c:1266:9: style: The scope of the variable 'ignore' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/read.c:1268:17: style: The scope of the variable 'l' can be reduced. [variableScope]
fig2dev-3.2.7a/fig2dev/read.c:978:30: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fig2dev-3.2.7a/fig2dev/read.c:1279:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fig2dev-3.2.7a/fig2dev/read.c:1290:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fig2dev-3.2.7a/fig2dev/read.c:1345:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fig2dev-3.2.7a/fig2dev/read.c:525:6: error: Memory leak: a [memleak]
fig2dev-3.2.7a/fig2dev/read.c:827:3: error: Memory leak: q [memleak]
fig2dev-3.2.7a/fig2dev/read.c:994:7: error: Memory leak: file [memleak]
fig2dev-3.2.7a/fig2dev/read.c:1009:6: error: Memory leak: p [memleak]
fig2dev-3.2.7a/fig2dev/read.c:1018:6: error: Memory leak: p [memleak]
fig2dev-3.2.7a/fig2dev/read.c:1156:6: error: Memory leak: p [memleak]
fig2dev-3.2.7a/fig2dev/read1_3.c:231:6: error: Memory leak: com [memleak]
fig2dev-3.2.7a/fig2dev/tests/test1.c:76:15: style: Same expression on both sides of '!=' because the value of 'filepath' and 'buf' are the same. [duplicateExpression]
fig2dev-3.2.7a/fig2dev/tests/test1.c:52:19: note: 'filepath' is assigned value 'buf' here.
fig2dev-3.2.7a/fig2dev/tests/test1.c:76:15: note: Same expression on both sides of '!=' because the value of 'filepath' and 'buf' are the same.
fig2dev-3.2.7a/fig2dev/tests/test1.c:51:7: style: Variable 'buf' is not assigned a value. [unassignedVariable]
fig2dev-3.2.7a/fig2dev/tests/test1.c:56:7: style: Variable 'i18ndir' is assigned a value that is never used. [unreadVariable]
fig2dev-3.2.7a/fig2dev/tests/test1.c:57:9: style: Unused variable: n [unusedVariable]
fig2dev-3.2.7a/fig2dev/tests/test1.c:59:6: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
fig2dev-3.2.7a/fig2dev/trans_spline.c:584:32: style: Function 'make_control_factors' argument 1 names different: declaration 's' definition 'spl'. [funcArgNamesDifferent]
fig2dev-3.2.7a/fig2dev/trans_spline.h:21:43: note: Function 'make_control_factors' argument 1 names different: declaration 's' definition 'spl'.
fig2dev-3.2.7a/fig2dev/trans_spline.c:584:32: note: Function 'make_control_factors' argument 1 names different: declaration 's' definition 'spl'.
fig2dev-3.2.7a/transfig/mkfile.c:33:9: style: The scope of the variable 'i' can be reduced. [variableScope]
fig2dev-3.2.7a/transfig/mkfile.c:35:7: style: The scope of the variable 'needps' can be reduced. [variableScope]
fig2dev-3.2.7a/transfig/mkfile.c:35:15: style: The scope of the variable 'needeps' can be reduced. [variableScope]
fig2dev-3.2.7a/transfig/mkfile.c:35:24: style: The scope of the variable 'needpic' can be reduced. [variableScope]
fig2dev-3.2.7a/transfig/mkfile.c:35:33: style: The scope of the variable 'needfig' can be reduced. [variableScope]
fig2dev-3.2.7a/transfig/mkfile.c:35:42: style: The scope of the variable 'needpdf' can be reduced. [variableScope]
fig2dev-3.2.7a/transfig/sys.c:36:19: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
fig2dev-3.2.7a/transfig/transfig.c:102:69: style: The scope of the variable 'argbuf' can be reduced. [variableScope]
[21:48]
ftp://ftp.se.debian.org/debian/pool/main/f/fig2ps/fig2ps_1.5.orig.tar.bz2
ftp://ftp.se.debian.org/debian/pool/main/f/fig2sxd/fig2sxd_0.20.orig.tar.gz
fig2sxd-0.20/check.cpp:31:0: style: Function 'keep_range < float >' argument 1 names different: declaration 'v' definition 'value'. [funcArgNamesDifferent]
fig2sxd-0.20/check.cpp:50:32: note: Function 'keep_range < float >' argument 1 names different: declaration 'v' definition 'value'.
fig2sxd-0.20/check.cpp:31:0: note: Function 'keep_range < float >' argument 1 names different: declaration 'v' definition 'value'.
fig2sxd-0.20/check.cpp:31:0: style: Function 'keep_range < float >' argument 3 names different: declaration 'l' definition 'mini'. [funcArgNamesDifferent]
fig2sxd-0.20/check.cpp:50:65: note: Function 'keep_range < float >' argument 3 names different: declaration 'l' definition 'mini'.
fig2sxd-0.20/check.cpp:31:0: note: Function 'keep_range < float >' argument 3 names different: declaration 'l' definition 'mini'.
fig2sxd-0.20/check.cpp:31:0: style: Function 'keep_range < float >' argument 4 names different: declaration 'u' definition 'maxi'. [funcArgNamesDifferent]
fig2sxd-0.20/check.cpp:50:80: note: Function 'keep_range < float >' argument 4 names different: declaration 'u' definition 'maxi'.
fig2sxd-0.20/check.cpp:31:0: note: Function 'keep_range < float >' argument 4 names different: declaration 'u' definition 'maxi'.
fig2sxd-0.20/check.cpp:31:0: style: Function 'keep_range < int >' argument 1 names different: declaration 'v' definition 'value'. [funcArgNamesDifferent]
fig2sxd-0.20/check.cpp:53:28: note: Function 'keep_range < int >' argument 1 names different: declaration 'v' definition 'value'.
fig2sxd-0.20/check.cpp:31:0: note: Function 'keep_range < int >' argument 1 names different: declaration 'v' definition 'value'.
fig2sxd-0.20/check.cpp:31:0: style: Function 'keep_range < int >' argument 3 names different: declaration 'l' definition 'mini'. [funcArgNamesDifferent]
fig2sxd-0.20/check.cpp:53:59: note: Function 'keep_range < int >' argument 3 names different: declaration 'l' definition 'mini'.
fig2sxd-0.20/check.cpp:31:0: note: Function 'keep_range < int >' argument 3 names different: declaration 'l' definition 'mini'.
fig2sxd-0.20/check.cpp:31:0: style: Function 'keep_range < int >' argument 4 names different: declaration 'u' definition 'maxi'. [funcArgNamesDifferent]
fig2sxd-0.20/check.cpp:53:72: note: Function 'keep_range < int >' argument 4 names different: declaration 'u' definition 'maxi'.
fig2sxd-0.20/check.cpp:31:0: note: Function 'keep_range < int >' argument 4 names different: declaration 'u' definition 'maxi'.
fig2sxd-0.20/misc.h:34:5: style: Struct 'ostream_tr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fig2sxd-0.20/misc.h:47:5: style: Struct 'ostream_tr_p' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fig2sxd-0.20/styles.h:46:5: warning: Member variable 'TextStyle::color' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/styles.h:46:5: warning: Member variable 'TextStyle::font' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/styles.h:46:5: warning: Member variable 'TextStyle::font_flags' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/styles.h:46:5: warning: Member variable 'TextStyle::font_size' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/styles.h:106:5: warning: Member variable 'LineFillStyle::line_style' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/styles.h:106:5: warning: Member variable 'LineFillStyle::line_thickness' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/styles.h:106:5: warning: Member variable 'LineFillStyle::pen_color' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/styles.h:106:5: warning: Member variable 'LineFillStyle::fill_color' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/styles.h:106:5: warning: Member variable 'LineFillStyle::pen_style' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/styles.h:106:5: warning: Member variable 'LineFillStyle::area_fill' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/styles.h:106:5: warning: Member variable 'LineFillStyle::style_val' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/xfigobjects.h:128:5: warning: Member variable 'Poly::sub_type' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/xfigobjects.h:128:5: warning: Member variable 'Poly::cap_style' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/xfigobjects.h:128:5: warning: Member variable 'Poly::radius' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/xfigobjects.h:128:5: warning: Member variable 'Poly::forward_arrow' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/xfigobjects.h:128:5: warning: Member variable 'Poly::backward_arrow' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/xfigobjects.h:128:5: warning: Member variable 'Poly::npoints' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/xfigobjects.h:128:5: warning: Member variable 'Poly::flipped' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/xfigobjects.h:165:5: warning: Member variable 'Spline::sub_type' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/xfigobjects.h:165:5: warning: Member variable 'Spline::cap_style' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/xfigobjects.h:165:5: warning: Member variable 'Spline::forward_arrow' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/xfigobjects.h:165:5: warning: Member variable 'Spline::backward_arrow' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/xfigobjects.h:165:5: warning: Member variable 'Spline::npoints' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/zipwrite.h:51:5: warning: Member variable 'ZipWriter::cbuf' is not initialized in the constructor. [uninitMemberVar]
fig2sxd-0.20/xmlwrite.h:81:5: style: Class 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fig2sxd-0.20/zipwrite.h:51:5: style: Class 'ZipWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fig2sxd-0.20/xmlwrite.h:63:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fig2sxd-0.20/xmlwrite.h:37:18: note: Virtual function in base class
fig2sxd-0.20/xmlwrite.h:63:18: note: Function in derived class
fig2sxd-0.20/xmlwrite.h:93:18: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fig2sxd-0.20/xmlwrite.h:37:18: note: Virtual function in base class
fig2sxd-0.20/xmlwrite.h:93:18: note: Function in derived class
fig2sxd-0.20/xfigobjects.h:56:27: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fig2sxd-0.20/xfigobjects.h:36:27: note: Virtual function in base class
fig2sxd-0.20/xfigobjects.h:56:27: note: Function in derived class
fig2sxd-0.20/xfigobjects.h:70:27: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fig2sxd-0.20/xfigobjects.h:36:27: note: Virtual function in base class
fig2sxd-0.20/xfigobjects.h:70:27: note: Function in derived class
fig2sxd-0.20/xfigobjects.h:79:27: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fig2sxd-0.20/xfigobjects.h:36:27: note: Virtual function in base class
fig2sxd-0.20/xfigobjects.h:79:27: note: Function in derived class
fig2sxd-0.20/xfigobjects.h:100:27: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fig2sxd-0.20/xfigobjects.h:36:27: note: Virtual function in base class
fig2sxd-0.20/xfigobjects.h:100:27: note: Function in derived class
fig2sxd-0.20/xfigobjects.h:126:27: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fig2sxd-0.20/xfigobjects.h:36:27: note: Virtual function in base class
fig2sxd-0.20/xfigobjects.h:126:27: note: Function in derived class
fig2sxd-0.20/xfigobjects.h:163:27: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fig2sxd-0.20/xfigobjects.h:36:27: note: Virtual function in base class
fig2sxd-0.20/xfigobjects.h:163:27: note: Function in derived class
fig2sxd-0.20/xfigobjects.h:185:27: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fig2sxd-0.20/xfigobjects.h:36:27: note: Virtual function in base class
fig2sxd-0.20/xfigobjects.h:185:27: note: Function in derived class
fig2sxd-0.20/fig2sxd.cpp:528:7: style: Exception should be caught by reference. [catchExceptionByValue]
fig2sxd-0.20/style_text.cpp:42:31: style: Function 'write' argument 1 names different: declaration 'styles' definition 'out'. [funcArgNamesDifferent]
fig2sxd-0.20/styles.h:44:24: note: Function 'write' argument 1 names different: declaration 'styles' definition 'out'.
fig2sxd-0.20/style_text.cpp:42:31: note: Function 'write' argument 1 names different: declaration 'styles' definition 'out'.
fig2sxd-0.20/xfig_arc.cpp:28:30: style: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'. [funcArgNamesDifferent]
fig2sxd-0.20/xfigobjects.h:55:39: note: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'.
fig2sxd-0.20/xfig_arc.cpp:28:30: note: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'.
fig2sxd-0.20/xfig_compound.cpp:23:39: style: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'. [funcArgNamesDifferent]
fig2sxd-0.20/xfigobjects.h:69:39: note: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'.
fig2sxd-0.20/xfig_compound.cpp:23:39: note: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'.
fig2sxd-0.20/xfig_compound.cpp:36:40: style: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'. [funcArgNamesDifferent]
fig2sxd-0.20/xfigobjects.h:78:39: note: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'.
fig2sxd-0.20/xfig_compound.cpp:36:40: note: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'.
fig2sxd-0.20/xfig_ellipse.cpp:27:34: style: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'. [funcArgNamesDifferent]
fig2sxd-0.20/xfigobjects.h:99:39: note: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'.
fig2sxd-0.20/xfig_ellipse.cpp:27:34: note: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'.
fig2sxd-0.20/xfig_poly.cpp:33:31: style: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'. [funcArgNamesDifferent]
fig2sxd-0.20/xfigobjects.h:125:39: note: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'.
fig2sxd-0.20/xfig_poly.cpp:33:31: note: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'.
fig2sxd-0.20/xfigobjects.h:136:10: style: Technically the member function 'Poly::find_min_max' can be const. [functionConst]
fig2sxd-0.20/xfig_poly.cpp:82:12: note: Technically the member function 'Poly::find_min_max' can be const.
fig2sxd-0.20/xfigobjects.h:136:10: note: Technically the member function 'Poly::find_min_max' can be const.
fig2sxd-0.20/xfig_spline.cpp:39:33: style: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'. [funcArgNamesDifferent]
fig2sxd-0.20/xfigobjects.h:162:39: note: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'.
fig2sxd-0.20/xfig_spline.cpp:39:33: note: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'.
fig2sxd-0.20/xfig_text.cpp:31:31: style: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'. [funcArgNamesDifferent]
fig2sxd-0.20/xfigobjects.h:184:39: note: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'.
fig2sxd-0.20/xfig_text.cpp:31:31: note: Function 'read' argument 1 names different: declaration 'in' definition 'figfile'.
fig2sxd-0.20/xmlwrite.cpp:42:27: style: Function 'Node' argument 1 names different: declaration 'name' definition 'aName'. [funcArgNamesDifferent]
fig2sxd-0.20/xmlwrite.h:81:30: note: Function 'Node' argument 1 names different: declaration 'name' definition 'aName'.
fig2sxd-0.20/xmlwrite.cpp:42:27: note: Function 'Node' argument 1 names different: declaration 'name' definition 'aName'.
fig2sxd-0.20/zipwrite.cpp:280:13: style: C-style pointer casting [cstyleCast]
fig2sxd-0.20/zipwrite.cpp:162:44: style: Function 'GetStream' argument 1 names different: declaration 'filename' definition 'name'. [funcArgNamesDifferent]
fig2sxd-0.20/zipwrite.h:56:42: note: Function 'GetStream' argument 1 names different: declaration 'filename' definition 'name'.
fig2sxd-0.20/zipwrite.cpp:162:44: note: Function 'GetStream' argument 1 names different: declaration 'filename' definition 'name'.
fig2sxd-0.20/zipwrite.cpp:210:26: error: Uninitialized struct member: fi.file_name_length [uninitStructMember]
[21:48]
ftp://ftp.se.debian.org/debian/pool/main/f/figlet/figlet_2.2.5.orig.tar.gz
figlet-2.2.5/chkfont.c:110:22: style: The scope of the variable 'k' can be reduced. [variableScope]
figlet-2.2.5/chkfont.c:110:24: style: The scope of the variable 'len' can be reduced. [variableScope]
figlet-2.2.5/chkfont.c:110:28: style: The scope of the variable 'newlen' can be reduced. [variableScope]
figlet-2.2.5/chkfont.c:110:35: style: The scope of the variable 'diff' can be reduced. [variableScope]
figlet-2.2.5/chkfont.c:111:6: style: The scope of the variable 'endmark' can be reduced. [variableScope]
figlet-2.2.5/chkfont.c:112:5: style: The scope of the variable 'leadblanks' can be reduced. [variableScope]
figlet-2.2.5/chkfont.c:112:30: style: The scope of the variable 'trailblanks' can be reduced. [variableScope]
figlet-2.2.5/chkfont.c:113:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
figlet-2.2.5/chkfont.c:219:5: style: The scope of the variable 'tmpcnt' can be reduced. [variableScope]
figlet-2.2.5/chkfont.c:219:12: style: The scope of the variable 'len' can be reduced. [variableScope]
figlet-2.2.5/figlet.c:1370:12: warning: Identical condition 'lch==' '', second condition is always false [identicalConditionAfterEarlyExit]
figlet-2.2.5/figlet.c:1359:10: note: first condition
figlet-2.2.5/figlet.c:1370:12: note: second condition
figlet-2.2.5/figlet.c:1371:12: warning: Identical condition 'rch==' '', second condition is always false [identicalConditionAfterEarlyExit]
figlet-2.2.5/figlet.c:1360:10: note: first condition
figlet-2.2.5/figlet.c:1371:12: note: second condition
figlet-2.2.5/figlet.c:517:9: style: The scope of the variable 'p' can be reduced. [variableScope]
figlet-2.2.5/figlet.c:1133:11: style: The scope of the variable 'k' can be reduced. [variableScope]
figlet-2.2.5/figlet.c:1549:8: style: Unused variable: c [unusedVariable]
figlet-2.2.5/figlet.c:706:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
figlet-2.2.5/inflate.c:498:12: style: The scope of the variable 'a' can be reduced. [variableScope]
figlet-2.2.5/inflate.c:701:5: style: Checking if unsigned variable 'is->bs' is less than zero. [unsignedLessThanZero]
figlet-2.2.5/inflate.c:749:7: style: Checking if unsigned variable 'is->bs' is less than zero. [unsignedLessThanZero]
figlet-2.2.5/inflate.c:756:11: style: Checking if unsigned variable 'is->bs' is less than zero. [unsignedLessThanZero]
figlet-2.2.5/inflate.c:772:9: style: Checking if unsigned variable 'is->bs' is less than zero. [unsignedLessThanZero]
figlet-2.2.5/inflate.c:777:9: style: Checking if unsigned variable 'is->bs' is less than zero. [unsignedLessThanZero]
figlet-2.2.5/inflate.c:784:13: style: Checking if unsigned variable 'is->bs' is less than zero. [unsignedLessThanZero]
figlet-2.2.5/inflate.c:787:9: style: Checking if unsigned variable 'is->bs' is less than zero. [unsignedLessThanZero]
figlet-2.2.5/inflate.c:850:5: style: Checking if unsigned variable 'is->bs' is less than zero. [unsignedLessThanZero]
figlet-2.2.5/inflate.c:853:5: style: Checking if unsigned variable 'is->bs' is less than zero. [unsignedLessThanZero]
figlet-2.2.5/inflate.c:961:5: style: Checking if unsigned variable 'is->bs' is less than zero. [unsignedLessThanZero]
figlet-2.2.5/inflate.c:964:5: style: Checking if unsigned variable 'is->bs' is less than zero. [unsignedLessThanZero]
figlet-2.2.5/inflate.c:967:5: style: Checking if unsigned variable 'is->bs' is less than zero. [unsignedLessThanZero]
figlet-2.2.5/inflate.c:981:7: style: Checking if unsigned variable 'is->bs' is less than zero. [unsignedLessThanZero]
figlet-2.2.5/inflate.c:1001:7: style: Checking if unsigned variable 'is->bs' is less than zero. [unsignedLessThanZero]
figlet-2.2.5/inflate.c:1009:9: style: Checking if unsigned variable 'is->bs' is less than zero. [unsignedLessThanZero]
figlet-2.2.5/inflate.c:1019:9: style: Checking if unsigned variable 'is->bs' is less than zero. [unsignedLessThanZero]
figlet-2.2.5/inflate.c:1030:9: style: Checking if unsigned variable 'is->bs' is less than zero. [unsignedLessThanZero]
figlet-2.2.5/inflate.c:1191:9: style: Checking if unsigned variable 'is->bs' is less than zero. [unsignedLessThanZero]
figlet-2.2.5/inflate.c:1196:9: style: Checking if unsigned variable 'is->bs' is less than zero. [unsignedLessThanZero]
figlet-2.2.5/zipio.c:320:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
figlet-2.2.5/zipio.c:375:18: style: The scope of the variable 'i' can be reduced. [variableScope]
figlet-2.2.5/zipio.c:376:18: style: The scope of the variable 'off' can be reduced. [variableScope]
figlet-2.2.5/zipio.c:376:23: style: The scope of the variable 'len' can be reduced. [variableScope]
figlet-2.2.5/zipio.c:442:18: style: The scope of the variable 'i' can be reduced. [variableScope]
figlet-2.2.5/zipio.c:443:18: style: The scope of the variable 'off' can be reduced. [variableScope]
figlet-2.2.5/zipio.c:443:23: style: The scope of the variable 'len' can be reduced. [variableScope]
figlet-2.2.5/zipio.c:334:16: style: Checking if unsigned variable 'inplen' is less than zero. [unsignedLessThanZero]
[21:48]
ftp://ftp.se.debian.org/debian/pool/main/f/figtoipe/figtoipe_20080517.orig.tar.gz
figtoipe-20080517/figtoipe.cpp:358:10: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
figtoipe-20080517/figtoipe.cpp:125:3: warning: Member variable 'FigReader::iVersion' is not initialized in the constructor. [uninitMemberVar]
figtoipe-20080517/figtoipe.cpp:125:3: warning: Member variable 'FigReader::iMagnification' is not initialized in the constructor. [uninitMemberVar]
figtoipe-20080517/figtoipe.cpp:125:3: warning: Member variable 'FigReader::iUnitsPerPoint' is not initialized in the constructor. [uninitMemberVar]
figtoipe-20080517/figtoipe.cpp:125:3: warning: Member variable 'FigReader::iUserColors' is not initialized in the constructor. [uninitMemberVar]
figtoipe-20080517/figtoipe.cpp:558:10: style: Technically the member function 'FigWriter::X' can be const. [functionConst]
figtoipe-20080517/figtoipe.cpp:569:19: note: Technically the member function 'FigWriter::X' can be const.
figtoipe-20080517/figtoipe.cpp:558:10: note: Technically the member function 'FigWriter::X' can be const.
figtoipe-20080517/figtoipe.cpp:125:3: style: Class 'FigReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
figtoipe-20080517/figtoipe.cpp:677:3: style: Class 'DepthCompare' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
figtoipe-20080517/figtoipe.cpp:864:7: style: Exception should be caught by reference. [catchExceptionByValue]
figtoipe-20080517/figtoipe.cpp:1004:11: style: Exception should be caught by reference. [catchExceptionByValue]
figtoipe-20080517/figtoipe.cpp:404:14: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
[21:48]
ftp://ftp.se.debian.org/debian/pool/main/f/figtree/figtree_1.4.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fil-plugins/fil-plugins_0.3.0.orig.tar.gz
FIL-plugins-0.3.0/filters.h:42:38: style: The scope of the variable 'x' can be reduced. [variableScope]
FIL-plugins-0.3.0/filters.h:42:41: style: The scope of the variable 'y' can be reduced. [variableScope]
FIL-plugins-0.3.0/filters.cc:46:17: style: The scope of the variable 'k' can be reduced. [variableScope]
FIL-plugins-0.3.0/filters.cc:49:12: style: The scope of the variable 'p' can be reduced. [variableScope]
FIL-plugins-0.3.0/filters.cc:50:14: style: The scope of the variable 'g' can be reduced. [variableScope]
FIL-plugins-0.3.0/filters.cc:50:17: style: The scope of the variable 'd' can be reduced. [variableScope]
FIL-plugins-0.3.0/filters.h:27:1: style: The class 'Paramsect' does not have a constructor although it has private member variables. [noConstructor]
FIL-plugins-0.3.0/filters.h:115:5: warning: Member variable 'Ladspa_Paramfilt::_port' is not initialized in the constructor. [uninitMemberVar]
FIL-plugins-0.3.0/filters.h:115:5: warning: Member variable 'Ladspa_Paramfilt::_gain' is not initialized in the constructor. [uninitMemberVar]
FIL-plugins-0.3.0/filters.h:115:5: warning: Member variable 'Ladspa_Paramfilt::_fade' is not initialized in the constructor. [uninitMemberVar]
FIL-plugins-0.3.0/filters.h:115:5: warning: Member variable 'Ladspa_Paramfilt::_sect' is not initialized in the constructor. [uninitMemberVar]
FIL-plugins-0.3.0/filters.h:124:16: warning: The class 'Ladspa_Paramfilt' defines member variable with name '_gain' also defined in its parent class 'LadspaPlugin'. [duplInheritedMember]
FIL-plugins-0.3.0/ladspaplugin.h:43:9: note: Parent variable 'LadspaPlugin::_gain'
FIL-plugins-0.3.0/filters.h:124:16: note: Derived variable 'Ladspa_Paramfilt::_gain'
FIL-plugins-0.3.0/filters.h:115:5: style: Class 'Ladspa_Paramfilt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
FIL-plugins-0.3.0/filters.h:116:18: style: The function 'setport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FIL-plugins-0.3.0/ladspaplugin.h:34:16: note: Virtual function in base class
FIL-plugins-0.3.0/filters.h:116:18: note: Function in derived class
FIL-plugins-0.3.0/filters.h:117:18: style: The function 'active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FIL-plugins-0.3.0/ladspaplugin.h:35:16: note: Virtual function in base class
FIL-plugins-0.3.0/filters.h:117:18: note: Function in derived class
FIL-plugins-0.3.0/filters.h:118:18: style: The function 'runproc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
FIL-plugins-0.3.0/ladspaplugin.h:36:16: note: Virtual function in base class
FIL-plugins-0.3.0/filters.h:118:18: note: Function in derived class
FIL-plugins-0.3.0/filters_if.cc:35:6: style: C-style pointer casting [cstyleCast]
FIL-plugins-0.3.0/filters_if.cc:40:6: style: C-style pointer casting [cstyleCast]
FIL-plugins-0.3.0/filters_if.cc:45:6: style: C-style pointer casting [cstyleCast]
FIL-plugins-0.3.0/filters_if.cc:60:6: style: C-style pointer casting [cstyleCast]
FIL-plugins-0.3.0/filters_if.cc:65:12: style: C-style pointer casting [cstyleCast]
FIL-plugins-0.3.0/filters_if.cc:183:70: style: Function 'ladspa_descriptor' argument 1 names different: declaration 'Index' definition 'i'. [funcArgNamesDifferent]
FIL-plugins-0.3.0/ladspa.h:589:59: note: Function 'ladspa_descriptor' argument 1 names different: declaration 'Index' definition 'i'.
FIL-plugins-0.3.0/filters_if.cc:183:70: note: Function 'ladspa_descriptor' argument 1 names different: declaration 'Index' definition 'i'.
[21:48]
ftp://ftp.se.debian.org/debian/pool/main/f/file/file_5.34.orig.tar.xz
file-5.34/src/apprentice.c:655:6: style: The scope of the variable 'fileerr' can be reduced. [variableScope]
file-5.34/src/apprentice.c:1827:10: style: The scope of the variable 'diff' can be reduced. [variableScope]
file-5.34/src/apprentice.c:434:16: style: Variable 'ml' is not assigned a value. [unassignedVariable]
file-5.34/src/apprentice.c:1252:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
file-5.34/src/asctime_r.c:14:12: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
file-5.34/src/compress.c:307:10: style: The scope of the variable 'rv' can be reduced. [variableScope]
file-5.34/src/compress.c:141:14: style: struct member 'Anonymous3::magic' is never used. [unusedStructMember]
file-5.34/src/compress.c:142:9: style: struct member 'Anonymous3::maglen' is never used. [unusedStructMember]
file-5.34/src/compress.c:143:15: style: struct member 'Anonymous3::argv' is never used. [unusedStructMember]
file-5.34/src/file.c:400:18: style: The scope of the variable 'nw' can be reduced. [variableScope]
file-5.34/src/file.c:486:15: style: The scope of the variable 'cwid' can be reduced. [variableScope]
file-5.34/src/funcs.c:453:9: style: The scope of the variable 'len' can be reduced. [variableScope]
file-5.34/src/getline.c:49:4: error: Memory leak: buf [memleak]
file-5.34/src/getopt_long.c:143:6: style: The scope of the variable 'cstart' can be reduced. [variableScope]
file-5.34/src/getopt_long.c:143:55: style: The scope of the variable 'pos' can be reduced. [variableScope]
file-5.34/src/print.c:57:9: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
file-5.34/src/print.c:67:10: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
file-5.34/src/print.c:138:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
file-5.34/src/print.c:55:7: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
file-5.34/src/readcdf.c:269:9: style: The scope of the variable 'i' can be reduced. [variableScope]
file-5.34/src/readcdf.c:270:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
file-5.34/src/readcdf.c:271:23: style: The scope of the variable 'ce' can be reduced. [variableScope]
file-5.34/src/readcdf.c:308:15: style: The scope of the variable 'str' can be reduced. [variableScope]
file-5.34/src/softmagic.c:1451:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
file-5.34/src/softmagic.c:1451:3: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
file-5.34/src/softmagic.c:99:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
file-5.34/src/softmagic.c:1466:11: style: The scope of the variable 'lhs' can be reduced. [variableScope]
file-5.34/src/softmagic.c:1468:27: style: The scope of the variable 'in_type' can be reduced. [variableScope]
file-5.34/src/softmagic.c:2011:15: style: The scope of the variable 'search' can be reduced. [variableScope]
file-5.34/src/strcasestr.c:69:10: style: The scope of the variable 'sc' can be reduced. [variableScope]
file-5.34/src/strcasestr.c:70:9: style: The scope of the variable 'len' can be reduced. [variableScope]
file-5.34/src/vasprintf.c:604:3: style: Variable 'dummy_base' is reassigned a value before the old one has been used. [redundantAssignment]
file-5.34/src/vasprintf.c:602:3: note: Variable 'dummy_base' is reassigned a value before the old one has been used.
file-5.34/src/vasprintf.c:604:3: note: Variable 'dummy_base' is reassigned a value before the old one has been used.
file-5.34/tests/test.c:71:14: style: The scope of the variable 'result' can be reduced. [variableScope]
file-5.34/tests/test.c:72:8: style: The scope of the variable 'desired' can be reduced. [variableScope]
file-5.34/tests/test.c:75:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
file-5.34/tests/test.c:74:6: style: Unused variable: i [unusedVariable]
[21:48]
ftp://ftp.se.debian.org/debian/pool/main/f/file-kanji/file-kanji_1.1.orig.tar.gz
[21:48]
ftp://ftp.se.debian.org/debian/pool/main/f/file-mmagic/file-mmagic_1.30.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/file-roller/file-roller_3.4.2.orig.tar.xz
file-roller-3.4.2/copy-n-paste/eggdesktopfile.c:1251:11: style: Condition 'startup_id' is always false [knownConditionTrueFalse]
file-roller-3.4.2/copy-n-paste/eggdesktopfile.c:1234:20: note: Assignment 'startup_id=NULL', assigned value is 0
file-roller-3.4.2/copy-n-paste/eggdesktopfile.c:1251:11: note: Condition 'startup_id' is always false
file-roller-3.4.2/copy-n-paste/eggdesktopfile.c:494:9: style: The scope of the variable 'try_exec' can be reduced. [variableScope]
file-roller-3.4.2/copy-n-paste/eggdesktopfile.c:494:20: style: The scope of the variable 'found_program' can be reduced. [variableScope]
file-roller-3.4.2/copy-n-paste/eggdesktopfile.c:495:10: style: The scope of the variable 'only_show_in' can be reduced. [variableScope]
file-roller-3.4.2/copy-n-paste/eggdesktopfile.c:495:26: style: The scope of the variable 'not_show_in' can be reduced. [variableScope]
file-roller-3.4.2/copy-n-paste/eggdesktopfile.c:497:7: style: The scope of the variable 'i' can be reduced. [variableScope]
file-roller-3.4.2/copy-n-paste/eggdesktopfile.c:619:15: style: The scope of the variable 'p' can be reduced. [variableScope]
file-roller-3.4.2/copy-n-paste/eggsmclient-xsmp.c:336:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
file-roller-3.4.2/copy-n-paste/eggsmclient-xsmp.c:225:13: style: The scope of the variable 'cmdline' can be reduced. [variableScope]
file-roller-3.4.2/copy-n-paste/eggsmclient-xsmp.c:780:15: style: The scope of the variable 'fd' can be reduced. [variableScope]
file-roller-3.4.2/copy-n-paste/eggsmclient-xsmp.c:815:21: style: The scope of the variable 'keys' can be reduced. [variableScope]
file-roller-3.4.2/copy-n-paste/eggsmclient-xsmp.c:273:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/copy-n-paste/eggsmclient-xsmp.c:281:85: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/copy-n-paste/eggsmclient-xsmp.c:792:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/copy-n-paste/eggsmclient-xsmp.c:795:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/copy-n-paste/eggsmclient-xsmp.c:920:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/copy-n-paste/eggsmclient-xsmp.c:928:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/copy-n-paste/eggsmclient-xsmp.c:929:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/copy-n-paste/eggsmclient-xsmp.c:619:17: style: Function 'xsmp_save_yourself' argument 3 names different: declaration 'save_style' definition 'save_type'. [funcArgNamesDifferent]
file-roller-3.4.2/copy-n-paste/eggsmclient-xsmp.c:129:20: note: Function 'xsmp_save_yourself' argument 3 names different: declaration 'save_style' definition 'save_type'.
file-roller-3.4.2/copy-n-paste/eggsmclient-xsmp.c:619:17: note: Function 'xsmp_save_yourself' argument 3 names different: declaration 'save_style' definition 'save_type'.
file-roller-3.4.2/copy-n-paste/eggsmclient-xsmp.c:1166:14: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
file-roller-3.4.2/copy-n-paste/eggsmclient.c:360:11: style: Condition '!global_client' is always true [knownConditionTrueFalse]
file-roller-3.4.2/copy-n-paste/eggsmclient.c:334:7: note: Assuming that condition '!global_client' is not redundant
file-roller-3.4.2/copy-n-paste/eggsmclient.c:360:11: note: Condition '!global_client' is always true
file-roller-3.4.2/nautilus/nautilus-fileroller.c:288:47: warning: Either the condition 'files!=NULL' is redundant or there is possible null pointer dereference: files. [nullPointerRedundantCheck]
file-roller-3.4.2/nautilus/nautilus-fileroller.c:316:20: note: Assuming that condition 'files!=NULL' is not redundant
file-roller-3.4.2/nautilus/nautilus-fileroller.c:288:47: note: Null pointer dereference
file-roller-3.4.2/src/actions.c:147:2: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/actions.c:142:0: note: Variable 'uri' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/actions.c:147:2: note: Variable 'uri' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/actions.c:225:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
file-roller-3.4.2/src/actions.c:462:16: style: Function 'activate_action_save_as' argument 2 names different: declaration 'data' definition 'callback_data'. [funcArgNamesDifferent]
file-roller-3.4.2/src/actions.h:32:59: note: Function 'activate_action_save_as' argument 2 names different: declaration 'data' definition 'callback_data'.
file-roller-3.4.2/src/actions.c:462:16: note: Function 'activate_action_save_as' argument 2 names different: declaration 'data' definition 'callback_data'.
file-roller-3.4.2/src/dlg-add-folder.c:507:2: style: Variable 'base_dir' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/dlg-add-folder.c:498:0: note: Variable 'base_dir' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/dlg-add-folder.c:507:2: note: Variable 'base_dir' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/dlg-add-folder.c:508:2: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/dlg-add-folder.c:499:0: note: Variable 'filename' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/dlg-add-folder.c:508:2: note: Variable 'filename' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/dlg-add-folder.c:509:2: style: Variable 'include_files' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/dlg-add-folder.c:500:0: note: Variable 'include_files' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/dlg-add-folder.c:509:2: note: Variable 'include_files' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/dlg-add-folder.c:510:2: style: Variable 'exclude_files' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/dlg-add-folder.c:501:0: note: Variable 'exclude_files' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/dlg-add-folder.c:510:2: note: Variable 'exclude_files' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/dlg-add-folder.c:511:2: style: Variable 'exclude_folders' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/dlg-add-folder.c:502:0: note: Variable 'exclude_folders' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/dlg-add-folder.c:511:2: note: Variable 'exclude_folders' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/dlg-add-folder.c:159:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/dlg-add-folder.c:203:20: style: Function 'add_folder_cb' argument 2 names different: declaration 'data' definition 'callback_data'. [funcArgNamesDifferent]
file-roller-3.4.2/src/dlg-add-folder.h:27:47: note: Function 'add_folder_cb' argument 2 names different: declaration 'data' definition 'callback_data'.
file-roller-3.4.2/src/dlg-add-folder.c:203:20: note: Function 'add_folder_cb' argument 2 names different: declaration 'data' definition 'callback_data'.
file-roller-3.4.2/src/dlg-add-folder.c:142:14: style: Variable 'recursive' is assigned a value that is never used. [unreadVariable]
file-roller-3.4.2/src/dlg-batch-add.c:229:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/dlg-batch-add.c:267:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/dlg-batch-add.c:316:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/dlg-extract.c:111:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/dlg-extract.c:150:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/dlg-extract.c:374:30: style: Variable 'e_files_radiobutton_group' is assigned a value that is never used. [unreadVariable]
file-roller-3.4.2/src/eggfileformatchooser.c:955:3: style: Variable 'pixbuf_formats' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/eggfileformatchooser.c:949:0: note: Variable 'pixbuf_formats' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/eggfileformatchooser.c:955:3: note: Variable 'pixbuf_formats' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/eggfileformatchooser.c:102:28: style: The scope of the variable 'self' can be reduced. [variableScope]
file-roller-3.4.2/src/eggfileformatchooser.c:167:10: style: The scope of the variable 'pattern' can be reduced. [variableScope]
file-roller-3.4.2/src/eggfileformatchooser.c:224:10: style: The scope of the variable 'label' can be reduced. [variableScope]
file-roller-3.4.2/src/eggfileformatchooser.c:311:16: style: The scope of the variable 'extptr' can be reduced. [variableScope]
file-roller-3.4.2/src/eggfileformatchooser.c:656:10: style: The scope of the variable 'filename' can be reduced. [variableScope]
file-roller-3.4.2/src/eggfileformatchooser.c:656:21: style: The scope of the variable 'basename' can be reduced. [variableScope]
file-roller-3.4.2/src/eggfileformatchooser.c:657:10: style: The scope of the variable 'message' can be reduced. [variableScope]
file-roller-3.4.2/src/eggfileformatchooser.c:914:10: style: The scope of the variable 's' can be reduced. [variableScope]
file-roller-3.4.2/src/eggfileformatchooser.c:609:20: style: Variable 'first_call' is assigned a value that is never used. [unreadVariable]
file-roller-3.4.2/src/eggfileformatchooser.c:1101:18: error: Uninitialized struct member: search.format [uninitStructMember]
file-roller-3.4.2/src/eggtreemultidnd.c:306:25: style: The scope of the variable 'context' can be reduced. [variableScope]
file-roller-3.4.2/src/eggtreemultidnd.c:324:19: style: Unused variable: cursor_pos [unusedVariable]
file-roller-3.4.2/src/file-data.c:150:18: style: The scope of the variable 'p' can be reduced. [variableScope]
file-roller-3.4.2/src/file-data.c:150:21: style: The scope of the variable 'cmp' can be reduced. [variableScope]
file-roller-3.4.2/src/file-data.c:151:12: style: The scope of the variable 'fd' can be reduced. [variableScope]
file-roller-3.4.2/src/file-utils.c:911:11: style: The scope of the variable 'i' can be reduced. [variableScope]
file-roller-3.4.2/src/file-utils.c:277:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/file-utils.c:821:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/file-utils.c:295:27: style: Function 'path_in_path' argument 1 names different: declaration 'path_src' definition 'dirname'. [funcArgNamesDifferent]
file-roller-3.4.2/src/file-utils.h:47:64: note: Function 'path_in_path' argument 1 names different: declaration 'path_src' definition 'dirname'.
file-roller-3.4.2/src/file-utils.c:295:27: note: Function 'path_in_path' argument 1 names different: declaration 'path_src' definition 'dirname'.
file-roller-3.4.2/src/file-utils.c:296:20: style: Function 'path_in_path' argument 2 names different: declaration 'path_dest' definition 'filename'. [funcArgNamesDifferent]
file-roller-3.4.2/src/file-utils.h:48:22: note: Function 'path_in_path' argument 2 names different: declaration 'path_dest' definition 'filename'.
file-roller-3.4.2/src/file-utils.c:296:20: note: Function 'path_in_path' argument 2 names different: declaration 'path_dest' definition 'filename'.
file-roller-3.4.2/src/file-utils.c:439:35: style: Function 'file_name_from_path' argument 1 names different: declaration 'path' definition 'file_name'. [funcArgNamesDifferent]
file-roller-3.4.2/src/file-utils.h:64:64: note: Function 'file_name_from_path' argument 1 names different: declaration 'path' definition 'file_name'.
file-roller-3.4.2/src/file-utils.c:439:35: note: Function 'file_name_from_path' argument 1 names different: declaration 'path' definition 'file_name'.
file-roller-3.4.2/src/file-utils.c:700:27: style: Function 'is_mime_type' argument 1 names different: declaration 'type' definition 'mime_type'. [funcArgNamesDifferent]
file-roller-3.4.2/src/file-utils.h:73:64: note: Function 'is_mime_type' argument 1 names different: declaration 'type' definition 'mime_type'.
file-roller-3.4.2/src/file-utils.c:700:27: note: Function 'is_mime_type' argument 1 names different: declaration 'type' definition 'mime_type'.
file-roller-3.4.2/src/file-utils.c:870:37: style: Function 'remove_local_directory' argument 1 names different: declaration 'directory' definition 'path'. [funcArgNamesDifferent]
file-roller-3.4.2/src/file-utils.h:81:64: note: Function 'remove_local_directory' argument 1 names different: declaration 'directory' definition 'path'.
file-roller-3.4.2/src/file-utils.c:870:37: note: Function 'remove_local_directory' argument 1 names different: declaration 'directory' definition 'path'.
file-roller-3.4.2/src/file-utils.c:1110:32: style: Function 'check_permissions' argument 1 names different: declaration 'path' definition 'uri'. [funcArgNamesDifferent]
file-roller-3.4.2/src/file-utils.h:98:63: note: Function 'check_permissions' argument 1 names different: declaration 'path' definition 'uri'.
file-roller-3.4.2/src/file-utils.c:1110:32: note: Function 'check_permissions' argument 1 names different: declaration 'path' definition 'uri'.
file-roller-3.4.2/src/file-utils.c:1239:22: style: Function 'get_user_config_subdirectory' argument 2 names different: declaration 'create_' definition 'create_child'. [funcArgNamesDifferent]
file-roller-3.4.2/src/file-utils.h:112:21: note: Function 'get_user_config_subdirectory' argument 2 names different: declaration 'create_' definition 'create_child'.
file-roller-3.4.2/src/file-utils.c:1239:22: note: Function 'get_user_config_subdirectory' argument 2 names different: declaration 'create_' definition 'create_child'.
file-roller-3.4.2/src/fr-archive.c:1732:3: style: Variable 'chunks' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/fr-archive.c:1726:0: note: Variable 'chunks' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-archive.c:1732:3: note: Variable 'chunks' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-archive.c:2590:4: style: Variable 'prev->next' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/fr-archive.c:2588:4: note: Variable 'prev->next' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-archive.c:2590:4: note: Variable 'prev->next' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-archive.c:2721:3: style: Variable 'prev->next' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/fr-archive.c:2719:3: note: Variable 'prev->next' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-archive.c:2721:3: note: Variable 'prev->next' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-archive.c:2804:4: style: Variable 'prev->next' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/fr-archive.c:2796:4: note: Variable 'prev->next' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-archive.c:2804:4: note: Variable 'prev->next' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-archive.c:3251:9: style: The scope of the variable 'directory' can be reduced. [variableScope]
file-roller-3.4.2/src/fr-archive.c:1348:18: style: Function 'fr_archive_rename' argument 2 names different: declaration 'new_uri' definition 'filename'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-archive.h:120:26: note: Function 'fr_archive_rename' argument 2 names different: declaration 'new_uri' definition 'filename'.
file-roller-3.4.2/src/fr-archive.c:1348:18: note: Function 'fr_archive_rename' argument 2 names different: declaration 'new_uri' definition 'filename'.
file-roller-3.4.2/src/fr-archive.c:2040:25: style: Function 'fr_archive_add_with_wildcard' argument 5 names different: declaration 'base_dir' definition 'source_dir'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-archive.h:176:26: note: Function 'fr_archive_add_with_wildcard' argument 5 names different: declaration 'base_dir' definition 'source_dir'.
file-roller-3.4.2/src/fr-archive.c:2040:25: note: Function 'fr_archive_add_with_wildcard' argument 5 names different: declaration 'base_dir' definition 'source_dir'.
file-roller-3.4.2/src/fr-archive.c:2960:21: style: Function 'fr_archive_extract_to_local' argument 3 names different: declaration 'dest_path' definition 'destination'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-archive.h:147:26: note: Function 'fr_archive_extract_to_local' argument 3 names different: declaration 'dest_path' definition 'destination'.
file-roller-3.4.2/src/fr-archive.c:2960:21: note: Function 'fr_archive_extract_to_local' argument 3 names different: declaration 'dest_path' definition 'destination'.
file-roller-3.4.2/src/fr-archive.c:2964:21: style: Function 'fr_archive_extract_to_local' argument 7 names different: declaration 'junk_path' definition 'junk_paths'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-archive.h:151:26: note: Function 'fr_archive_extract_to_local' argument 7 names different: declaration 'junk_path' definition 'junk_paths'.
file-roller-3.4.2/src/fr-archive.c:2964:21: note: Function 'fr_archive_extract_to_local' argument 7 names different: declaration 'junk_path' definition 'junk_paths'.
file-roller-3.4.2/src/fr-archive.c:3166:19: style: Function 'fr_archive_extract' argument 3 names different: declaration 'dest_uri' definition 'destination'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-archive.h:139:26: note: Function 'fr_archive_extract' argument 3 names different: declaration 'dest_uri' definition 'destination'.
file-roller-3.4.2/src/fr-archive.c:3166:19: note: Function 'fr_archive_extract' argument 3 names different: declaration 'dest_uri' definition 'destination'.
file-roller-3.4.2/src/fr-archive.c:3170:19: style: Function 'fr_archive_extract' argument 7 names different: declaration 'junk_path' definition 'junk_paths'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-archive.h:143:26: note: Function 'fr_archive_extract' argument 7 names different: declaration 'junk_path' definition 'junk_paths'.
file-roller-3.4.2/src/fr-archive.c:3170:19: note: Function 'fr_archive_extract' argument 7 names different: declaration 'junk_path' definition 'junk_paths'.
file-roller-3.4.2/src/fr-command-7z.c:642:32: style: Function 'fr_command_7z_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-command-7z.c:38:58: note: Function 'fr_command_7z_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-7z.c:642:32: note: Function 'fr_command_7z_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-ace.c:292:33: style: Function 'fr_command_ace_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-command-ace.c:35:59: note: Function 'fr_command_ace_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-ace.c:292:33: note: Function 'fr_command_ace_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-ace.c:129:7: error: Uninitialized variable: fields [uninitvar]
file-roller-3.4.2/src/fr-command-alz.c:356:33: style: Function 'fr_command_alz_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-command-alz.c:36:60: note: Function 'fr_command_alz_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-alz.c:356:33: note: Function 'fr_command_alz_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-ar.c:50:16: style: The scope of the variable 'months' can be reduced. [variableScope]
file-roller-3.4.2/src/fr-command-ar.c:341:32: style: Function 'fr_command_ar_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-command-ar.c:34:58: note: Function 'fr_command_ar_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-ar.c:341:32: note: Function 'fr_command_ar_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-arj.c:375:33: style: Function 'fr_command_arj_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-command-arj.c:35:60: note: Function 'fr_command_arj_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-arj.c:375:33: note: Function 'fr_command_arj_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-cfile.c:74:4: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/fr-command-cfile.c:72:0: note: Variable 'str' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-command-cfile.c:74:4: note: Variable 'str' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-command-cfile.c:299:37: error: Uninitialized variable: compressed_filename [uninitvar]
file-roller-3.4.2/src/fr-command-cpio.c:51:16: style: The scope of the variable 'months' can be reduced. [variableScope]
file-roller-3.4.2/src/fr-command-cpio.c:278:34: style: Function 'fr_command_cpio_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-command-cpio.c:36:61: note: Function 'fr_command_cpio_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-cpio.c:278:34: note: Function 'fr_command_cpio_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-dpkg.c:264:34: style: Function 'fr_command_dpkg_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-command-dpkg.c:36:61: note: Function 'fr_command_dpkg_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-dpkg.c:264:34: note: Function 'fr_command_dpkg_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-iso.c:49:16: style: The scope of the variable 'months' can be reduced. [variableScope]
file-roller-3.4.2/src/fr-command-iso.c:256:33: style: Function 'fr_command_iso_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-command-iso.c:36:60: note: Function 'fr_command_iso_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-iso.c:256:33: note: Function 'fr_command_iso_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-jar.c:65:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/fr-command-jar.c:97:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/fr-command-jar.c:103:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/fr-command-jar.c:200:33: style: Function 'fr_command_jar_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-command-jar.c:43:60: note: Function 'fr_command_jar_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-jar.c:200:33: note: Function 'fr_command_jar_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-lha.c:50:16: style: The scope of the variable 'months' can be reduced. [variableScope]
file-roller-3.4.2/src/fr-command-lha.c:53:16: style: The scope of the variable 'fields' can be reduced. [variableScope]
file-roller-3.4.2/src/fr-command-lha.c:99:22: style: The scope of the variable 'field_end' can be reduced. [variableScope]
file-roller-3.4.2/src/fr-command-lha.c:358:33: style: Function 'fr_command_lha_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-command-lha.c:35:60: note: Function 'fr_command_lha_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-lha.c:358:33: note: Function 'fr_command_lha_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-lrzip.c:220:35: style: Function 'fr_command_lrzip_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-command-lrzip.c:24:62: note: Function 'fr_command_lrzip_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-lrzip.c:220:35: note: Function 'fr_command_lrzip_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-rar.c:99:17: style: The scope of the variable 'fields' can be reduced. [variableScope]
file-roller-3.4.2/src/fr-command-rar.c:100:17: style: The scope of the variable 'name_field' can be reduced. [variableScope]
file-roller-3.4.2/src/fr-command-rar.c:657:33: style: Function 'fr_command_rar_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-command-rar.c:39:60: note: Function 'fr_command_rar_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-rar.c:657:33: note: Function 'fr_command_rar_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-rpm.c:51:16: style: The scope of the variable 'months' can be reduced. [variableScope]
file-roller-3.4.2/src/fr-command-rpm.c:279:33: style: Function 'fr_command_rpm_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-command-rpm.c:36:60: note: Function 'fr_command_rpm_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-rpm.c:279:33: note: Function 'fr_command_rpm_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-tar.c:241:2: style: Variable 'command' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/fr-command-tar.c:237:0: note: Variable 'command' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-command-tar.c:241:2: note: Variable 'command' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-command-tar.c:843:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/fr-command-tar.c:839:0: note: Variable 'result' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-command-tar.c:843:2: note: Variable 'result' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-command-tar.c:844:2: style: Variable 'temp_name' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/fr-command-tar.c:840:0: note: Variable 'temp_name' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-command-tar.c:844:2: note: Variable 'temp_name' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-command-tar.c:1155:33: style: Function 'fr_command_tar_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-command-tar.c:43:60: note: Function 'fr_command_tar_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-tar.c:1155:33: note: Function 'fr_command_tar_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-unstuff.c:334:37: style: Function 'fr_command_unstuff_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-command-unstuff.c:35:64: note: Function 'fr_command_unstuff_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-unstuff.c:334:37: note: Function 'fr_command_unstuff_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-zip.c:449:33: style: Function 'fr_command_zip_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-command-zip.c:39:60: note: Function 'fr_command_zip_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-zip.c:449:33: note: Function 'fr_command_zip_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-zoo.c:378:33: style: Function 'fr_command_zoo_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-command-zoo.c:35:60: note: Function 'fr_command_zoo_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command-zoo.c:378:33: note: Function 'fr_command_zoo_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command.c:494:29: style: Function 'fr_command_init' argument 1 names different: declaration 'afile' definition 'comm'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-command.c:63:48: note: Function 'fr_command_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command.c:494:29: note: Function 'fr_command_init' argument 1 names different: declaration 'afile' definition 'comm'.
file-roller-3.4.2/src/fr-command.c:739:21: style: Function 'fr_command_is_capable_of' argument 2 names different: declaration 'capabilities' definition 'requested_capabilities'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-command.h:196:28: note: Function 'fr_command_is_capable_of' argument 2 names different: declaration 'capabilities' definition 'requested_capabilities'.
file-roller-3.4.2/src/fr-command.c:739:21: note: Function 'fr_command_is_capable_of' argument 2 names different: declaration 'capabilities' definition 'requested_capabilities'.
file-roller-3.4.2/src/fr-init.c:455:45: style: Function 'get_archive_filename_extension' argument 1 names different: declaration 'uri' definition 'filename'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-init.h:67:70: note: Function 'get_archive_filename_extension' argument 1 names different: declaration 'uri' definition 'filename'.
file-roller-3.4.2/src/fr-init.c:455:45: note: Function 'get_archive_filename_extension' argument 1 names different: declaration 'uri' definition 'filename'.
file-roller-3.4.2/src/fr-process.c:366:39: style: Function 'fr_process_begin_command' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:90:60: note: Function 'fr_process_begin_command' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:366:39: note: Function 'fr_process_begin_command' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:384:42: style: Function 'fr_process_begin_command_at' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:92:60: note: Function 'fr_process_begin_command_at' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:384:42: note: Function 'fr_process_begin_command_at' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:408:41: style: Function 'fr_process_set_working_dir' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:117:60: note: Function 'fr_process_set_working_dir' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:408:41: note: Function 'fr_process_set_working_dir' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:409:20: style: Function 'fr_process_set_working_dir' argument 2 names different: declaration 'arg' definition 'dir'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:118:25: note: Function 'fr_process_set_working_dir' argument 2 names different: declaration 'arg' definition 'dir'.
file-roller-3.4.2/src/fr-process.c:409:20: note: Function 'fr_process_set_working_dir' argument 2 names different: declaration 'arg' definition 'dir'.
file-roller-3.4.2/src/fr-process.c:424:35: style: Function 'fr_process_set_sticky' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:119:60: note: Function 'fr_process_set_sticky' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:424:35: note: Function 'fr_process_set_sticky' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:438:41: style: Function 'fr_process_set_ignore_error' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:121:60: note: Function 'fr_process_set_ignore_error' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:438:41: note: Function 'fr_process_set_ignore_error' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:452:33: style: Function 'fr_process_add_arg' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:95:60: note: Function 'fr_process_add_arg' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:452:33: note: Function 'fr_process_add_arg' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:505:36: style: Function 'fr_process_set_arg_at' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:103:60: note: Function 'fr_process_set_arg_at' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:505:36: note: Function 'fr_process_set_arg_at' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:508:22: style: Function 'fr_process_set_arg_at' argument 4 names different: declaration 'arg' definition 'arg_value'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:106:25: note: Function 'fr_process_set_arg_at' argument 4 names different: declaration 'arg' definition 'arg_value'.
file-roller-3.4.2/src/fr-process.c:508:22: note: Function 'fr_process_set_arg_at' argument 4 names different: declaration 'arg' definition 'arg_value'.
file-roller-3.4.2/src/fr-process.c:525:42: style: Function 'fr_process_set_begin_func' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:107:60: note: Function 'fr_process_set_begin_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:525:42: note: Function 'fr_process_set_begin_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:540:40: style: Function 'fr_process_set_end_func' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:110:60: note: Function 'fr_process_set_end_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:540:40: note: Function 'fr_process_set_end_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:555:45: style: Function 'fr_process_set_continue_func' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:113:60: note: Function 'fr_process_set_continue_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:555:45: note: Function 'fr_process_set_continue_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:573:36: style: Function 'fr_process_end_command' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:116:60: note: Function 'fr_process_end_command' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:573:36: note: Function 'fr_process_end_command' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:585:30: style: Function 'fr_process_clear' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:89:60: note: Function 'fr_process_clear' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:585:30: note: Function 'fr_process_clear' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:608:42: style: Function 'fr_process_set_out_line_func' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:125:60: note: Function 'fr_process_set_out_line_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:608:42: note: Function 'fr_process_set_out_line_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:610:21: style: Function 'fr_process_set_out_line_func' argument 3 names different: declaration 'func_data' definition 'data'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:127:25: note: Function 'fr_process_set_out_line_func' argument 3 names different: declaration 'func_data' definition 'data'.
file-roller-3.4.2/src/fr-process.c:610:21: note: Function 'fr_process_set_out_line_func' argument 3 names different: declaration 'func_data' definition 'data'.
file-roller-3.4.2/src/fr-process.c:620:42: style: Function 'fr_process_set_err_line_func' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:128:60: note: Function 'fr_process_set_err_line_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:620:42: note: Function 'fr_process_set_err_line_func' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:622:21: style: Function 'fr_process_set_err_line_func' argument 3 names different: declaration 'func_data' definition 'data'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:130:25: note: Function 'fr_process_set_err_line_func' argument 3 names different: declaration 'func_data' definition 'data'.
file-roller-3.4.2/src/fr-process.c:622:21: note: Function 'fr_process_set_err_line_func' argument 3 names different: declaration 'func_data' definition 'data'.
file-roller-3.4.2/src/fr-process.c:937:44: style: Function 'fr_process_use_standard_locale' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:123:60: note: Function 'fr_process_use_standard_locale' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:937:44: note: Function 'fr_process_use_standard_locale' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:946:30: style: Function 'fr_process_start' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:131:60: note: Function 'fr_process_start' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:946:30: note: Function 'fr_process_start' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:1024:29: style: Function 'fr_process_stop' argument 1 names different: declaration 'fr_proc' definition 'process'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-process.h:132:60: note: Function 'fr_process_stop' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-process.c:1024:29: note: Function 'fr_process_stop' argument 1 names different: declaration 'fr_proc' definition 'process'.
file-roller-3.4.2/src/fr-window.c:1271:2: style: Variable 'pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/fr-window.c:1269:0: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-window.c:1271:2: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-window.c:3113:2: style: Variable 'continue_batch' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/fr-window.c:3102:0: note: Variable 'continue_batch' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-window.c:3113:2: note: Variable 'continue_batch' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-window.c:7527:3: style: Variable 'old_path' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/fr-window.c:7524:0: note: Variable 'old_path' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-window.c:7527:3: note: Variable 'old_path' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/fr-window.c:4659:18: style: The scope of the variable 'path' can be reduced. [variableScope]
file-roller-3.4.2/src/fr-window.c:4078:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/fr-window.c:4107:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/fr-window.c:6786:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/fr-window.c:6874:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/fr-window.c:6916:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/fr-window.c:7760:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/fr-window.c:8172:80: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/fr-window.c:6109:37: style: Function 'fr_window_archive_open' argument 1 names different: declaration 'window' definition 'current_window'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-window.h:112:65: note: Function 'fr_window_archive_open' argument 1 names different: declaration 'window' definition 'current_window'.
file-roller-3.4.2/src/fr-window.c:6109:37: note: Function 'fr_window_archive_open' argument 1 names different: declaration 'window' definition 'current_window'.
file-roller-3.4.2/src/fr-window.c:6237:19: style: Function 'fr_window_archive_save_as' argument 2 names different: declaration 'filename' definition 'uri'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-window.h:120:23: note: Function 'fr_window_archive_save_as' argument 2 names different: declaration 'filename' definition 'uri'.
file-roller-3.4.2/src/fr-window.c:6237:19: note: Function 'fr_window_archive_save_as' argument 2 names different: declaration 'filename' definition 'uri'.
file-roller-3.4.2/src/fr-window.c:6346:18: style: Function 'fr_window_archive_rename' argument 2 names different: declaration 'filename' definition 'uri'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-window.h:126:23: note: Function 'fr_window_archive_rename' argument 2 names different: declaration 'filename' definition 'uri'.
file-roller-3.4.2/src/fr-window.c:6346:18: note: Function 'fr_window_archive_rename' argument 2 names different: declaration 'filename' definition 'uri'.
file-roller-3.4.2/src/fr-window.c:6461:24: style: Function 'fr_window_archive_add_items' argument 2 names different: declaration 'dir_list' definition 'item_list'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-window.h:144:23: note: Function 'fr_window_archive_add_items' argument 2 names different: declaration 'dir_list' definition 'item_list'.
file-roller-3.4.2/src/fr-window.c:6461:24: note: Function 'fr_window_archive_add_items' argument 2 names different: declaration 'dir_list' definition 'item_list'.
file-roller-3.4.2/src/fr-window.c:8677:17: style: Function 'fr_window_set_toolbar_visibility' argument 2 names different: declaration 'value' definition 'visible'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-window.h:276:22: note: Function 'fr_window_set_toolbar_visibility' argument 2 names different: declaration 'value' definition 'visible'.
file-roller-3.4.2/src/fr-window.c:8677:17: note: Function 'fr_window_set_toolbar_visibility' argument 2 names different: declaration 'value' definition 'visible'.
file-roller-3.4.2/src/fr-window.c:8692:20: style: Function 'fr_window_set_statusbar_visibility' argument 2 names different: declaration 'value' definition 'visible'. [funcArgNamesDifferent]
file-roller-3.4.2/src/fr-window.h:278:22: note: Function 'fr_window_set_statusbar_visibility' argument 2 names different: declaration 'value' definition 'visible'.
file-roller-3.4.2/src/fr-window.c:8692:20: note: Function 'fr_window_set_statusbar_visibility' argument 2 names different: declaration 'value' definition 'visible'.
file-roller-3.4.2/src/fr-window.c:262:21: style: struct member '_FrWindowPrivateData::tree_hover_path' is never used. [unusedStructMember]
file-roller-3.4.2/src/fr-window.c:343:20: style: struct member '_FrWindowPrivateData::mitem_recents_menu' is never used. [unusedStructMember]
file-roller-3.4.2/src/glib-utils.c:441:24: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != 0' is always true. [redundantCondition]
file-roller-3.4.2/src/glib-utils.c:111:22: warning: Either the condition 's2!=NULL' is redundant or there is possible null pointer dereference: s2. [nullPointerRedundantCheck]
file-roller-3.4.2/src/glib-utils.c:108:31: note: Assuming that condition 's2!=NULL' is not redundant
file-roller-3.4.2/src/glib-utils.c:111:22: note: Null pointer dereference
file-roller-3.4.2/src/glib-utils.c:560:2: style: Variable 'locale_format' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/glib-utils.c:553:0: note: Variable 'locale_format' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/glib-utils.c:560:2: note: Variable 'locale_format' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/glib-utils.c:598:14: style: The scope of the variable 'j' can be reduced. [variableScope]
file-roller-3.4.2/src/glib-utils.c:615:12: style: The scope of the variable 'p' can be reduced. [variableScope]
file-roller-3.4.2/src/glib-utils.c:615:15: style: The scope of the variable 'cmp' can be reduced. [variableScope]
file-roller-3.4.2/src/glib-utils.c:587:35: style: Function 'g_ptr_array_free_full' argument 2 names different: declaration 'func' definition 'free_func'. [funcArgNamesDifferent]
file-roller-3.4.2/src/glib-utils.h:70:43: note: Function 'g_ptr_array_free_full' argument 2 names different: declaration 'func' definition 'free_func'.
file-roller-3.4.2/src/glib-utils.c:587:35: note: Function 'g_ptr_array_free_full' argument 2 names different: declaration 'func' definition 'free_func'.
file-roller-3.4.2/src/gtk-utils.c:360:17: style: The scope of the variable 'text_buf' can be reduced. [variableScope]
file-roller-3.4.2/src/gtk-utils.c:365:17: style: The scope of the variable 'args' can be reduced. [variableScope]
file-roller-3.4.2/src/gtk-utils.c:505:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/gtk-utils.c:752:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
file-roller-3.4.2/src/gtk-utils.c:691:18: style: Function 'get_icon_pixbuf' argument 3 names different: declaration 'icon_theme' definition 'theme'. [funcArgNamesDifferent]
file-roller-3.4.2/src/gtk-utils.h:74:26: note: Function 'get_icon_pixbuf' argument 3 names different: declaration 'icon_theme' definition 'theme'.
file-roller-3.4.2/src/gtk-utils.c:691:18: note: Function 'get_icon_pixbuf' argument 3 names different: declaration 'icon_theme' definition 'theme'.
file-roller-3.4.2/src/gtk-utils.c:771:41: style: Function '_gtk_builder_new_from_file' argument 1 names different: declaration 'filename' definition 'ui_file'. [funcArgNamesDifferent]
file-roller-3.4.2/src/gtk-utils.h:85:60: note: Function '_gtk_builder_new_from_file' argument 1 names different: declaration 'filename' definition 'ui_file'.
file-roller-3.4.2/src/gtk-utils.c:771:41: note: Function '_gtk_builder_new_from_file' argument 1 names different: declaration 'filename' definition 'ui_file'.
file-roller-3.4.2/src/gtk-utils.c:209:16: style: Variable 'action_area' is assigned a value that is never used. [unreadVariable]
file-roller-3.4.2/src/main.c:92:2: style: Variable 'state' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/main.c:89:0: note: Variable 'state' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/main.c:92:2: note: Variable 'state' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/main.c:135:2: style: Variable 'client' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/main.c:133:0: note: Variable 'client' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/main.c:135:2: note: Variable 'client' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/main.c:296:2: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/main.c:286:0: note: Variable 'context' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/main.c:296:2: note: Variable 'context' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/mkdtemp.c:126:14: style: The scope of the variable 'fd' can be reduced. [variableScope]
file-roller-3.4.2/src/rar-utils.c:114:3: style: Variable 'volume_name' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/rar-utils.c:109:0: note: Variable 'volume_name' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/rar-utils.c:114:3: note: Variable 'volume_name' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/server.c:444:2: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
file-roller-3.4.2/src/server.c:436:0: note: Variable 'context' is reassigned a value before the old one has been used.
file-roller-3.4.2/src/server.c:444:2: note: Variable 'context' is reassigned a value before the old one has been used.
[21:48]
ftp://ftp.se.debian.org/debian/pool/main/f/filelight/filelight_4.8.4.orig.tar.xz
filelight-4.8.4/src/app/historyAction.cpp:92:27: style: C-style pointer casting [cstyleCast]
filelight-4.8.4/src/app/historyAction.h:44:18: warning: Virtual function 'setEnabled' is called from constructor 'HistoryAction(const KIcon&icon,const QString&text,KActionCollection*ac)' at line 36. Dynamic binding is not used. [virtualCallInConstructor]
filelight-4.8.4/src/app/historyAction.cpp:36:5: note: Calling setEnabled
filelight-4.8.4/src/app/historyAction.h:44:18: note: setEnabled is a virtual method
filelight-4.8.4/src/app/mainWindow.cpp:64:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
filelight-4.8.4/src/part/fileTree.h:295:16: style: C-style pointer casting [cstyleCast]
filelight-4.8.4/src/part/fileTree.cpp:40:28: style: C-style pointer casting [cstyleCast]
filelight-4.8.4/src/part/fileTree.cpp:53:47: style: Function 'humanReadableSize' argument 2 names different: declaration 'Key' definition 'key'. [funcArgNamesDifferent]
filelight-4.8.4/src/part/fileTree.h:258:60: note: Function 'humanReadableSize' argument 2 names different: declaration 'Key' definition 'key'.
filelight-4.8.4/src/part/fileTree.cpp:53:47: note: Function 'humanReadableSize' argument 2 names different: declaration 'Key' definition 'key'.
filelight-4.8.4/src/part/fileTree.h:276:5: style: Class 'Folder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
filelight-4.8.4/src/part/fileTree.h:133:0: style: Class 'ConstIterator < File >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
filelight-4.8.4/src/part/fileTree.h:77:0: style: Class 'Iterator < File >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
filelight-4.8.4/src/part/fileTree.h:43:0: style: Class 'Link < File >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
filelight-4.8.4/src/part/fileTree.h:281:18: style: The function 'isFolder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
filelight-4.8.4/src/part/fileTree.h:250:18: note: Virtual function in base class
filelight-4.8.4/src/part/fileTree.h:281:18: note: Function in derived class
filelight-4.8.4/src/part/scan.h:43:5: style: Class 'ScanManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
filelight-4.8.4/src/part/fileTree.h:133:0: style: Class 'ConstIterator < Folder >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
filelight-4.8.4/src/part/fileTree.h:77:0: style: Class 'Iterator < Folder >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
filelight-4.8.4/src/part/fileTree.h:43:0: style: Class 'Link < Folder >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
filelight-4.8.4/src/part/part.h:67:18: warning: Virtual function 'openUrl' is called from constructor 'Part(QWidget*,QObject*,const QList<QVariant>&)' at line 117. Dynamic binding is not used. [virtualCallInConstructor]
filelight-4.8.4/src/part/part.cpp:117:54: note: Calling openUrl
filelight-4.8.4/src/part/part.h:67:18: note: openUrl is a virtual method
filelight-4.8.4/src/part/part.h:46:5: style: Class 'BrowserExtension' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
filelight-4.8.4/src/part/radialMap/segmentTip.h:36:5: style: Class 'SegmentTip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
filelight-4.8.4/src/part/radialMap/map.h:39:5: style: Class 'Map' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
filelight-4.8.4/src/part/settingsDialog.h:36:5: style: Class 'SettingsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
filelight-4.8.4/src/part/summaryWidget.h:34:5: style: Class 'SummaryWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
filelight-4.8.4/src/part/fileTree.h:133:0: style: Class 'ConstIterator < Segment >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
filelight-4.8.4/src/part/fileTree.h:77:0: style: Class 'Iterator < Segment >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
filelight-4.8.4/src/part/fileTree.h:43:0: style: Class 'Link < Segment >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
filelight-4.8.4/src/part/radialMap/builder.cpp:42:5: style: Class 'Builder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
filelight-4.8.4/src/part/radialMap/builder.cpp:42:5: style: Class 'Builder' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
filelight-4.8.4/src/part/radialMap/labels.cpp:93:33: style: C-style pointer casting [cstyleCast]
filelight-4.8.4/src/part/radialMap/labels.cpp:194:13: style: The scope of the variable 'x1' can be reduced. [variableScope]
filelight-4.8.4/src/part/radialMap/labels.cpp:194:17: style: The scope of the variable 'y1' can be reduced. [variableScope]
filelight-4.8.4/src/part/radialMap/labels.cpp:194:21: style: The scope of the variable 'x2' can be reduced. [variableScope]
filelight-4.8.4/src/part/radialMap/labels.cpp:194:25: style: The scope of the variable 'y2' can be reduced. [variableScope]
filelight-4.8.4/src/part/radialMap/labels.cpp:194:37: style: The scope of the variable 'ty' can be reduced. [variableScope]
filelight-4.8.4/src/part/radialMap/labels.cpp:195:30: style: The scope of the variable 'ra' can be reduced. [variableScope]
filelight-4.8.4/src/part/radialMap/labels.cpp:200:13: style: The scope of the variable 'spacer' can be reduced. [variableScope]
filelight-4.8.4/src/part/radialMap/labels.cpp:206:14: style: The scope of the variable 'rightSide' can be reduced. [variableScope]
filelight-4.8.4/src/part/radialMap/labels.cpp:39:5: warning: Member variable 'Label::x1' is not initialized in the constructor. [uninitMemberVar]
filelight-4.8.4/src/part/radialMap/labels.cpp:39:5: warning: Member variable 'Label::y1' is not initialized in the constructor. [uninitMemberVar]
filelight-4.8.4/src/part/radialMap/labels.cpp:39:5: warning: Member variable 'Label::x2' is not initialized in the constructor. [uninitMemberVar]
filelight-4.8.4/src/part/radialMap/labels.cpp:39:5: warning: Member variable 'Label::y2' is not initialized in the constructor. [uninitMemberVar]
filelight-4.8.4/src/part/radialMap/labels.cpp:39:5: warning: Member variable 'Label::x3' is not initialized in the constructor. [uninitMemberVar]
filelight-4.8.4/src/part/radialMap/labels.cpp:39:5: warning: Member variable 'Label::tx' is not initialized in the constructor. [uninitMemberVar]
filelight-4.8.4/src/part/radialMap/labels.cpp:39:5: warning: Member variable 'Label::ty' is not initialized in the constructor. [uninitMemberVar]
filelight-4.8.4/src/part/radialMap/labels.cpp:39:5: warning: Member variable 'Label::tw' is not initialized in the constructor. [uninitMemberVar]
filelight-4.8.4/src/part/radialMap/labels.cpp:39:5: warning: Member variable 'Label::th' is not initialized in the constructor. [uninitMemberVar]
filelight-4.8.4/src/part/radialMap/widgetEvents.cpp:268:33: style: C-style pointer casting [cstyleCast]
filelight-4.8.4/src/part/summaryWidget.cpp:68:5: style: Class 'MyRadialMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
filelight-4.8.4/src/part/summaryWidget.cpp:81:18: style: The function 'mousePressEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
filelight-4.8.4/src/part/radialMap/widget.h:98:18: note: Virtual function in base class
filelight-4.8.4/src/part/summaryWidget.cpp:81:18: note: Function in derived class
[21:48]
ftp://ftp.se.debian.org/debian/pool/main/f/filepp/filepp_1.8.0.orig.tar.gz
filepp-1.8.0/modules/cmacros/testinc.h:2:0: error: syntax error [syntaxError]
[21:48]
ftp://ftp.se.debian.org/debian/pool/main/f/fileschanged/fileschanged_0.6.5.orig.tar.gz
fileschanged-0.6.5/src/filelist.c:43:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
fileschanged-0.6.5/src/filelist.c:69:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
fileschanged-0.6.5/src/filelist.c:46:16: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
fileschanged-0.6.5/src/filelist.c:83:11: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
fileschanged-0.6.5/src/filelist.c:127:13: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
fileschanged-0.6.5/src/handlers.c:168:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
fileschanged-0.6.5/src/handlers.c:174:8: note: Found duplicate branches for 'if' and 'else'.
fileschanged-0.6.5/src/handlers.c:168:8: note: Found duplicate branches for 'if' and 'else'.
fileschanged-0.6.5/src/list.c:73:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
fileschanged-0.6.5/src/list.c:93:16: style: The scope of the variable 'i' can be reduced. [variableScope]
fileschanged-0.6.5/src/monitor.c:193:3: style: Variable 'tv_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
fileschanged-0.6.5/src/monitor.c:188:0: note: Variable 'tv_ptr' is reassigned a value before the old one has been used.
fileschanged-0.6.5/src/monitor.c:193:3: note: Variable 'tv_ptr' is reassigned a value before the old one has been used.
fileschanged-0.6.5/src/monitor.c:73:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
fileschanged-0.6.5/src/monitor.c:190:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
fileschanged-0.6.5/src/monitor.c:91:13: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
fileschanged-0.6.5/src/opts.c:193:16: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
fileschanged-0.6.5/src/wl.c:58:11: style: The scope of the variable 'retval' can be reduced. [variableScope]
[21:48]
ftp://ftp.se.debian.org/debian/pool/main/f/filetea/filetea_0.1.18.orig.tar.gz
FileTea-0.1.18/filetea/file-transfer.c:39:41: style: Function 'file_transfer_new' argument 3 names different: declaration 'conn' definition 'target_conn'. [funcArgNamesDifferent]
FileTea-0.1.18/filetea/file-transfer.h:61:68: note: Function 'file_transfer_new' argument 3 names different: declaration 'conn' definition 'target_conn'.
FileTea-0.1.18/filetea/file-transfer.c:39:41: note: Function 'file_transfer_new' argument 3 names different: declaration 'conn' definition 'target_conn'.
FileTea-0.1.18/filetea/filetea-node.c:410:13: style: The scope of the variable 'item' can be reduced. [variableScope]
FileTea-0.1.18/filetea/filetea-node.c:812:21: style: The scope of the variable 'node' can be reduced. [variableScope]
FileTea-0.1.18/filetea/filetea-node.c:813:22: style: The scope of the variable 'args' can be reduced. [variableScope]
FileTea-0.1.18/filetea/filetea-node.c:983:19: style: The scope of the variable 'source' can be reduced. [variableScope]
FileTea-0.1.18/filetea/filetea-node.c:1048:20: style: The scope of the variable 'id' can be reduced. [variableScope]
FileTea-0.1.18/filetea/filetea-node.c:1049:21: style: The scope of the variable 'transfer' can be reduced. [variableScope]
FileTea-0.1.18/filetea/filetea-node.c:440:30: style: Function 'on_new_peer' argument 1 names different: declaration 'self' definition 'peer_manager'. [funcArgNamesDifferent]
FileTea-0.1.18/filetea/filetea-node.c:83:66: note: Function 'on_new_peer' argument 1 names different: declaration 'self' definition 'peer_manager'.
FileTea-0.1.18/filetea/filetea-node.c:440:30: note: Function 'on_new_peer' argument 1 names different: declaration 'self' definition 'peer_manager'.
FileTea-0.1.18/filetea/filetea-node.c:448:33: style: Function 'on_peer_closed' argument 1 names different: declaration 'self' definition 'peer_manager'. [funcArgNamesDifferent]
FileTea-0.1.18/filetea/filetea-node.c:86:66: note: Function 'on_peer_closed' argument 1 names different: declaration 'self' definition 'peer_manager'.
FileTea-0.1.18/filetea/filetea-node.c:448:33: note: Function 'on_peer_closed' argument 1 names different: declaration 'self' definition 'peer_manager'.
FileTea-0.1.18/filetea/filetea-node.c:912:37: style: Function 'request_handler' argument 1 names different: declaration 'self' definition 'web_service'. [funcArgNamesDifferent]
FileTea-0.1.18/filetea/filetea-node.c:91:69: note: Function 'request_handler' argument 1 names different: declaration 'self' definition 'web_service'.
FileTea-0.1.18/filetea/filetea-node.c:912:37: note: Function 'request_handler' argument 1 names different: declaration 'self' definition 'web_service'.
FileTea-0.1.18/filetea/main.c:60:3: style: Variable 'user' is reassigned a value before the old one has been used. [redundantAssignment]
FileTea-0.1.18/filetea/main.c:57:0: note: Variable 'user' is reassigned a value before the old one has been used.
FileTea-0.1.18/filetea/main.c:60:3: note: Variable 'user' is reassigned a value before the old one has been used.
FileTea-0.1.18/filetea/main.c:306:3: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
FileTea-0.1.18/filetea/main.c:300:0: note: Variable 'context' is reassigned a value before the old one has been used.
FileTea-0.1.18/filetea/main.c:306:3: note: Variable 'context' is reassigned a value before the old one has been used.
[21:48]
ftp://ftp.se.debian.org/debian/pool/main/f/filetraq/filetraq_0.2.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/filezilla/filezilla_3.9.0.5.orig.tar.bz2
ftp://ftp.se.debian.org/debian/pool/main/f/fill-column-indicator/fill-column-indicator_1.90.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/filler/filler_1.02.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/fillets-ng/fillets-ng_1.0.1.orig.tar.gz
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:29:9: style: The scope of the variable 'bpp' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:30:12: style: The scope of the variable 'p' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:739:20: style: The scope of the variable 'pixellast' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:740:9: style: The scope of the variable 'dx' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:741:9: style: The scope of the variable 'pixx' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:741:15: style: The scope of the variable 'pixy' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:745:12: style: The scope of the variable 'colorptr' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:903:20: style: The scope of the variable 'pixellast' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:904:9: style: The scope of the variable 'dy' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:905:9: style: The scope of the variable 'pixx' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:905:15: style: The scope of the variable 'pixy' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:909:12: style: The scope of the variable 'colorptr' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1172:9: style: The scope of the variable 'code1' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1238:20: style: The scope of the variable 'pixellast' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1239:9: style: The scope of the variable 'x' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1239:12: style: The scope of the variable 'dx' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1240:9: style: The scope of the variable 'dy' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1241:9: style: The scope of the variable 'pixx' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1241:15: style: The scope of the variable 'pixy' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1244:12: style: The scope of the variable 'colorptr' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1440:9: style: The scope of the variable 'pixx' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1440:15: style: The scope of the variable 'pixy' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1443:9: style: The scope of the variable 'ax' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1443:13: style: The scope of the variable 'ay' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1445:9: style: The scope of the variable 'swaptmp' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1446:12: style: The scope of the variable 'pixel' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1447:12: style: The scope of the variable 'colorptr' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1660:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1660:28: style: The scope of the variable 'y0p1' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1660:34: style: The scope of the variable 'x0pxdir' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1886:12: style: The scope of the variable 'colorptr' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:2250:12: style: The scope of the variable 'colorptr' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:2786:9: style: The scope of the variable 'xmh' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:2786:14: style: The scope of the variable 'xph' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:2787:9: style: The scope of the variable 'xmi' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:2787:14: style: The scope of the variable 'xpi' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:2788:9: style: The scope of the variable 'xmj' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:2788:14: style: The scope of the variable 'xpj' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:2789:9: style: The scope of the variable 'xmk' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:2789:14: style: The scope of the variable 'xpk' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:3277:9: style: The scope of the variable 'ints' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:3382:10: style: The scope of the variable 'kn' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:3382:13: style: The scope of the variable 'nn' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:3382:16: style: The scope of the variable 'nkn' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:3383:9: style: The scope of the variable 'blend' can be reduced. [variableScope]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:1742:5: style: Variable 'wgtcompmask' is assigned a value that is never used. [unreadVariable]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:3272:9: style: Unused variable: x [unusedVariable]
fillets-ng-1.0.1/src/SDL_gfx/SDL_gfxPrimitives.c:3294:6: error: Common realloc mistake: 'gfxPrimitivesPolyInts' nulled but not freed upon failure [memleakOnRealloc]
fillets-ng-1.0.1/src/effect/SurfaceLock.h:15:9: style: Class 'SurfaceLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/effect/EffectDisintegrate.h:17:29: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/effect/ViewEffect.h:16:29: note: Virtual function in base class
fillets-ng-1.0.1/src/effect/EffectDisintegrate.h:17:29: note: Function in derived class
fillets-ng-1.0.1/src/effect/EffectDisintegrate.h:18:22: style: The function 'updateEffect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/effect/ViewEffect.h:15:22: note: Virtual function in base class
fillets-ng-1.0.1/src/effect/EffectDisintegrate.h:18:22: note: Function in derived class
fillets-ng-1.0.1/src/effect/EffectDisintegrate.h:19:22: style: The function 'isDisintegrated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/effect/ViewEffect.h:17:22: note: Virtual function in base class
fillets-ng-1.0.1/src/effect/EffectDisintegrate.h:19:22: note: Function in derived class
fillets-ng-1.0.1/src/effect/EffectDisintegrate.h:20:22: style: The function 'isInvisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/effect/ViewEffect.h:18:22: note: Virtual function in base class
fillets-ng-1.0.1/src/effect/EffectDisintegrate.h:20:22: note: Function in derived class
fillets-ng-1.0.1/src/effect/EffectDisintegrate.h:21:22: style: The function 'blit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/effect/ViewEffect.h:19:22: note: Virtual function in base class
fillets-ng-1.0.1/src/effect/EffectDisintegrate.h:21:22: note: Function in derived class
fillets-ng-1.0.1/src/effect/EffectMirror.h:14:29: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/effect/ViewEffect.h:16:29: note: Virtual function in base class
fillets-ng-1.0.1/src/effect/EffectMirror.h:14:29: note: Function in derived class
fillets-ng-1.0.1/src/effect/EffectMirror.h:15:22: style: The function 'blit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/effect/ViewEffect.h:19:22: note: Virtual function in base class
fillets-ng-1.0.1/src/effect/EffectMirror.h:15:22: note: Function in derived class
fillets-ng-1.0.1/src/effect/EffectNone.h:12:29: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/effect/ViewEffect.h:16:29: note: Virtual function in base class
fillets-ng-1.0.1/src/effect/EffectNone.h:12:29: note: Function in derived class
fillets-ng-1.0.1/src/effect/EffectNone.h:13:22: style: The function 'blit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/effect/ViewEffect.h:19:22: note: Virtual function in base class
fillets-ng-1.0.1/src/effect/EffectNone.h:13:22: note: Function in derived class
fillets-ng-1.0.1/src/effect/EffectReverse.h:12:29: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/effect/ViewEffect.h:16:29: note: Virtual function in base class
fillets-ng-1.0.1/src/effect/EffectReverse.h:12:29: note: Function in derived class
fillets-ng-1.0.1/src/effect/EffectReverse.h:13:22: style: The function 'blit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/effect/ViewEffect.h:19:22: note: Virtual function in base class
fillets-ng-1.0.1/src/effect/EffectReverse.h:13:22: note: Function in derived class
fillets-ng-1.0.1/src/effect/PixelIterator.h:22:9: style: Class 'PixelIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/effect/EffectZx.h:26:29: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/effect/ViewEffect.h:16:29: note: Virtual function in base class
fillets-ng-1.0.1/src/effect/EffectZx.h:26:29: note: Function in derived class
fillets-ng-1.0.1/src/effect/EffectZx.h:27:22: style: The function 'updateEffect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/effect/ViewEffect.h:15:22: note: Virtual function in base class
fillets-ng-1.0.1/src/effect/EffectZx.h:27:22: note: Function in derived class
fillets-ng-1.0.1/src/effect/EffectZx.h:28:22: style: The function 'blit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/effect/ViewEffect.h:19:22: note: Virtual function in base class
fillets-ng-1.0.1/src/effect/EffectZx.h:28:22: note: Function in derived class
fillets-ng-1.0.1/src/effect/TTFException.h:11:9: style: Class 'TTFException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/effect/LayeredPicture.h:29:22: style: The function 'drawOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/effect/Picture.h:23:22: note: Virtual function in base class
fillets-ng-1.0.1/src/effect/LayeredPicture.h:29:22: note: Function in derived class
fillets-ng-1.0.1/src/effect/Outline.cpp:21:5: performance: Variable 'm_pixel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fillets-ng-1.0.1/src/effect/WavyPicture.h:20:22: style: The function 'drawOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/effect/Picture.h:23:22: note: Virtual function in base class
fillets-ng-1.0.1/src/effect/WavyPicture.h:20:22: note: Function in derived class
fillets-ng-1.0.1/src/game/GameAgent.h:16:1: style: The class 'GameAgent' does not have a constructor although it has private member variables. [noConstructor]
fillets-ng-1.0.1/src/gengine/BaseAgent.h:25:14: style: Technically the member function 'BaseAgent::isInitialized' can be const. [functionConst]
fillets-ng-1.0.1/src/gengine/NameException.h:11:9: style: Class 'NameException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/gengine/LogicException.h:11:9: style: Class 'LogicException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/gengine/MessagerAgent.h:15:5: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/INamed.h:10:29: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/MessagerAgent.h:15:5: note: Function in derived class
fillets-ng-1.0.1/src/gengine/OptionAgent.h:16:1: style: The class 'OptionAgent' does not have a constructor although it has private member variables. [noConstructor]
fillets-ng-1.0.1/src/gengine/BaseListener.h:22:14: style: Technically the member function 'BaseListener::removeWatchers' can be const. [functionConst]
fillets-ng-1.0.1/src/gengine/BaseListener.cpp:30:15: note: Technically the member function 'BaseListener::removeWatchers' can be const.
fillets-ng-1.0.1/src/gengine/BaseListener.h:22:14: note: Technically the member function 'BaseListener::removeWatchers' can be const.
fillets-ng-1.0.1/src/gengine/UnknownMsgException.h:13:9: style: Class 'UnknownMsgException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/gengine/OptionAgent.h:17:5: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/INamed.h:10:29: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/OptionAgent.h:17:5: note: Function in derived class
fillets-ng-1.0.1/src/gengine/OptionAgent.h:36:22: style: The function 'own_init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseAgent.h:19:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/OptionAgent.h:36:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/OptionAgent.h:37:22: style: The function 'own_shutdown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseAgent.h:21:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/OptionAgent.h:37:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/OptionAgent.h:57:14: style: The function 'receiveString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseListener.h:27:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/OptionAgent.h:57:14: note: Function in derived class
fillets-ng-1.0.1/src/gengine/SimpleMsg.h:12:9: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseMsg.h:18:26: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/SimpleMsg.h:12:9: note: Function in derived class
fillets-ng-1.0.1/src/gengine/SimpleMsg.h:18:22: style: The function 'sendActual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseMsg.h:19:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/SimpleMsg.h:18:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/IntMsg.h:14:9: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseMsg.h:18:26: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/IntMsg.h:14:9: note: Function in derived class
fillets-ng-1.0.1/src/gengine/IntMsg.h:22:22: style: The function 'sendActual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseMsg.h:19:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/IntMsg.h:22:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/IntMsg.h:27:29: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseMsg.h:27:29: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/IntMsg.h:27:29: note: Function in derived class
fillets-ng-1.0.1/src/gengine/StringMsg.h:16:9: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseMsg.h:18:26: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/StringMsg.h:16:9: note: Function in derived class
fillets-ng-1.0.1/src/gengine/StringMsg.h:24:22: style: The function 'sendActual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseMsg.h:19:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/StringMsg.h:24:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/StringMsg.h:29:29: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseMsg.h:27:29: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/StringMsg.h:29:29: note: Function in derived class
fillets-ng-1.0.1/src/gengine/ResourceException.h:11:9: style: Class 'ResourceException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/gengine/SoundAgent.h:19:5: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/INamed.h:10:29: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/SoundAgent.h:19:5: note: Function in derived class
fillets-ng-1.0.1/src/gengine/SoundAgent.h:21:22: style: The function 'own_init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseAgent.h:19:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/SoundAgent.h:21:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/SoundAgent.h:32:14: style: The function 'receiveString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseListener.h:27:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/SoundAgent.h:32:14: note: Function in derived class
fillets-ng-1.0.1/src/gengine/ResSoundPack.h:15:29: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/INamed.h:10:29: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/ResSoundPack.h:15:29: note: Function in derived class
fillets-ng-1.0.1/src/gengine/ResSoundPack.h:19:22: style: The function 'unloadRes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/ResourcePack.h:30:0: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/ResSoundPack.h:19:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/ResDialogPack.h:21:29: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/INamed.h:10:29: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/ResDialogPack.h:21:29: note: Function in derived class
fillets-ng-1.0.1/src/gengine/ResDialogPack.h:24:22: style: The function 'unloadRes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/ResourcePack.h:30:0: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/ResDialogPack.h:24:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/FsPath.cpp:113:39: style: Function 'createPath' argument 1 names different: declaration 'dir' definition 'file'. [funcArgNamesDifferent]
fillets-ng-1.0.1/src/gengine/FsPath.h:16:51: note: Function 'createPath' argument 1 names different: declaration 'dir' definition 'file'.
fillets-ng-1.0.1/src/gengine/FsPath.cpp:113:39: note: Function 'createPath' argument 1 names different: declaration 'dir' definition 'file'.
fillets-ng-1.0.1/src/gengine/PathException.h:11:9: style: Class 'PathException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/gengine/FsPath_boost.cpp:68:39: style: Function 'createPath' argument 1 names different: declaration 'dir' definition 'file'. [funcArgNamesDifferent]
fillets-ng-1.0.1/src/gengine/FsPath.h:16:51: note: Function 'createPath' argument 1 names different: declaration 'dir' definition 'file'.
fillets-ng-1.0.1/src/gengine/FsPath_boost.cpp:68:39: note: Function 'createPath' argument 1 names different: declaration 'dir' definition 'file'.
fillets-ng-1.0.1/src/gengine/ImgException.h:11:9: style: Class 'ImgException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/gengine/InputAgent.h:16:1: style: The class 'InputAgent' does not have a constructor although it has private member variables. [noConstructor]
fillets-ng-1.0.1/src/gengine/V2.h:40:14: style: Technically the member function 'V2::equals' can be const. [functionConst]
fillets-ng-1.0.1/src/gengine/InputAgent.h:23:12: performance: Technically the member function 'InputAgent::getMouseState' can be static. [functionStatic]
fillets-ng-1.0.1/src/gengine/InputAgent.cpp:113:13: note: Technically the member function 'InputAgent::getMouseState' can be static.
fillets-ng-1.0.1/src/gengine/InputAgent.h:23:12: note: Technically the member function 'InputAgent::getMouseState' can be static.
fillets-ng-1.0.1/src/gengine/KeyStroke.h:19:9: style: Class 'KeyStroke' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/gengine/MouseStroke.h:17:9: style: Class 'MouseStroke' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/gengine/InputAgent.h:17:5: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/INamed.h:10:29: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/InputAgent.h:17:5: note: Function in derived class
fillets-ng-1.0.1/src/gengine/InputAgent.h:25:22: style: The function 'own_init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseAgent.h:19:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/InputAgent.h:25:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/InputAgent.h:26:22: style: The function 'own_update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseAgent.h:20:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/InputAgent.h:26:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/InputAgent.h:27:22: style: The function 'own_shutdown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseAgent.h:21:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/InputAgent.h:27:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/InputHandler.h:34:22: style: The function 'isPressed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/InputProvider.h:15:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/InputHandler.h:34:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/InputHandler.h:35:22: style: The function 'isLeftPressed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/InputProvider.h:16:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/InputHandler.h:35:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/InputHandler.h:36:22: style: The function 'isMiddlePressed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/InputProvider.h:18:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/InputHandler.h:36:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/InputHandler.h:37:22: style: The function 'isRightPressed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/InputProvider.h:17:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/InputHandler.h:37:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/InputHandler.h:38:20: style: The function 'getMouseLoc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/InputProvider.h:19:20: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/InputHandler.h:38:20: note: Function in derived class
fillets-ng-1.0.1/src/gengine/InputHandler.h:40:29: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/InputProvider.h:20:29: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/InputHandler.h:40:29: note: Function in derived class
fillets-ng-1.0.1/src/gengine/InputHandler.cpp:18:5: performance: Variable 'm_buttons' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fillets-ng-1.0.1/src/gengine/KeyStroke.cpp:19:5: performance: Variable 'm_sym' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fillets-ng-1.0.1/src/gengine/KeyStroke.cpp:34:5: performance: Variable 'm_sym' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fillets-ng-1.0.1/src/gengine/MessagerAgent.cpp:36:50: style: Function 'removeListener' argument 1 names different: declaration 'name' definition 'listenerName'. [funcArgNamesDifferent]
fillets-ng-1.0.1/src/gengine/MessagerAgent.h:21:48: note: Function 'removeListener' argument 1 names different: declaration 'name' definition 'listenerName'.
fillets-ng-1.0.1/src/gengine/MessagerAgent.cpp:36:50: note: Function 'removeListener' argument 1 names different: declaration 'name' definition 'listenerName'.
fillets-ng-1.0.1/src/gengine/MixException.h:11:9: style: Class 'MixException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/gengine/MouseStroke.cpp:20:5: performance: Variable 'm_button' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fillets-ng-1.0.1/src/gengine/MultiDrawer.h:20:22: style: The function 'drawOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/Drawable.h:14:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/MultiDrawer.h:20:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/OptionAgent.h:29:14: performance: Technically the member function 'OptionAgent::splitOpt' can be static. [functionStatic]
fillets-ng-1.0.1/src/gengine/OptionAgent.cpp:204:14: note: Technically the member function 'OptionAgent::splitOpt' can be static.
fillets-ng-1.0.1/src/gengine/OptionAgent.h:29:14: note: Technically the member function 'OptionAgent::splitOpt' can be static.
fillets-ng-1.0.1/src/gengine/OptionAgent.h:33:14: performance: Technically the member function 'OptionAgent::readSystemConfig' can be static. [functionStatic]
fillets-ng-1.0.1/src/gengine/OptionAgent.cpp:402:14: note: Technically the member function 'OptionAgent::readSystemConfig' can be static.
fillets-ng-1.0.1/src/gengine/OptionAgent.h:33:14: note: Technically the member function 'OptionAgent::readSystemConfig' can be static.
fillets-ng-1.0.1/src/gengine/OptionAgent.h:34:14: performance: Technically the member function 'OptionAgent::readUserConfig' can be static. [functionStatic]
fillets-ng-1.0.1/src/gengine/OptionAgent.cpp:416:14: note: Technically the member function 'OptionAgent::readUserConfig' can be static.
fillets-ng-1.0.1/src/gengine/OptionAgent.h:34:14: note: Technically the member function 'OptionAgent::readUserConfig' can be static.
fillets-ng-1.0.1/src/gengine/HelpException.h:11:9: style: Class 'HelpException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/gengine/ScriptException.h:11:9: style: Class 'ScriptException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/gengine/ScriptAgent.h:22:5: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/INamed.h:10:29: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/ScriptAgent.h:22:5: note: Function in derived class
fillets-ng-1.0.1/src/gengine/ScriptAgent.h:24:22: style: The function 'own_init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseAgent.h:19:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/ScriptAgent.h:24:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/ScriptAgent.h:28:22: style: The function 'receiveString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseListener.h:27:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/ScriptAgent.h:28:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/OptionParams.h:33:21: performance: Technically the member function 'OptionParams::getType' can be static. [functionStatic]
fillets-ng-1.0.1/src/gengine/OptionParams.cpp:55:15: note: Technically the member function 'OptionParams::getType' can be static.
fillets-ng-1.0.1/src/gengine/OptionParams.h:33:21: note: Technically the member function 'OptionParams::getType' can be static.
fillets-ng-1.0.1/src/gengine/TimerAgent.h:12:1: style: The class 'TimerAgent' does not have a constructor although it has private member variables. [noConstructor]
fillets-ng-1.0.1/src/gengine/TimerAgent.h:13:5: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/INamed.h:10:29: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/TimerAgent.h:13:5: note: Function in derived class
fillets-ng-1.0.1/src/gengine/TimerAgent.h:23:22: style: The function 'own_init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseAgent.h:19:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/TimerAgent.h:23:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/TimerAgent.h:24:22: style: The function 'own_update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseAgent.h:20:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/TimerAgent.h:24:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/ResDialogPack.h:16:13: performance: Technically the member function 'ResDialogPack::matchScore' can be static. [functionStatic]
fillets-ng-1.0.1/src/gengine/ResDialogPack.cpp:28:16: note: Technically the member function 'ResDialogPack::matchScore' can be static.
fillets-ng-1.0.1/src/gengine/ResDialogPack.h:16:13: note: Technically the member function 'ResDialogPack::matchScore' can be static.
fillets-ng-1.0.1/src/gengine/ResCache.h:17:0: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fillets-ng-1.0.1/src/gengine/SDLException.h:11:9: style: Class 'SDLException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/gengine/ResImagePack.h:20:29: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/INamed.h:10:29: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/ResImagePack.h:20:29: note: Function in derived class
fillets-ng-1.0.1/src/gengine/ResImagePack.h:24:22: style: The function 'unloadRes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/ResourcePack.h:30:0: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/ResImagePack.h:24:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/SDLMusicLooper.cpp:129:28: style: C-style pointer casting [cstyleCast]
fillets-ng-1.0.1/src/gengine/SDLMusicLooper.cpp:130:9: style: The scope of the variable 'n' can be reduced. [variableScope]
fillets-ng-1.0.1/src/gengine/SDLMusicLooper.h:29:14: performance: Technically the member function 'SDLMusicLooper::stop' can be static. [functionStatic]
fillets-ng-1.0.1/src/gengine/SDLMusicLooper.cpp:69:17: note: Technically the member function 'SDLMusicLooper::stop' can be static.
fillets-ng-1.0.1/src/gengine/SDLMusicLooper.h:29:14: note: Technically the member function 'SDLMusicLooper::stop' can be static.
fillets-ng-1.0.1/src/gengine/SDLMusicLooper.h:25:9: style: Class 'SDLMusicLooper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/gengine/SDLMusicLooper.cpp:103:9: error: Resource leak: meta [resourceLeak]
fillets-ng-1.0.1/src/gengine/SDLMusicLooper.cpp:110:9: error: Resource leak: meta [resourceLeak]
fillets-ng-1.0.1/src/gengine/SDLMusicLooper.cpp:121:5: error: Resource leak: meta [resourceLeak]
fillets-ng-1.0.1/src/gengine/SDLSoundAgent.h:14:1: style: The class 'SDLSoundAgent' does not have a constructor although it has private member variables. [noConstructor]
fillets-ng-1.0.1/src/gengine/SDLSoundAgent.h:29:22: style: The function 'own_init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/SoundAgent.h:21:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/SDLSoundAgent.h:29:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/SDLSoundAgent.h:30:22: style: The function 'own_shutdown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseAgent.h:21:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/SDLSoundAgent.h:30:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/SDLSoundAgent.h:31:22: style: The function 'reinit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/SoundAgent.h:25:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/SDLSoundAgent.h:31:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/SDLSoundAgent.h:33:22: style: The function 'setSoundVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/SoundAgent.h:22:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/SDLSoundAgent.h:33:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/SDLSoundAgent.h:34:22: style: The function 'setMusicVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/SoundAgent.h:23:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/SDLSoundAgent.h:34:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/SDLSoundAgent.h:36:21: style: The function 'playSound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/SoundAgent.h:26:21: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/SDLSoundAgent.h:36:21: note: Function in derived class
fillets-ng-1.0.1/src/gengine/SDLSoundAgent.h:38:22: style: The function 'playMusic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/SoundAgent.h:29:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/SDLSoundAgent.h:38:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/SDLSoundAgent.h:40:22: style: The function 'stopMusic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/SoundAgent.h:31:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/SDLSoundAgent.h:40:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/ScriptState.cpp:23:14: warning: Member variable 'ScriptState::m_errorHandlerIndex' is not initialized in the constructor. [uninitMemberVar]
fillets-ng-1.0.1/src/gengine/StringTool.cpp:22:33: style: Function 'readInt' argument 1 names different: declaration 'text' definition 'strNum'. [funcArgNamesDifferent]
fillets-ng-1.0.1/src/gengine/StringTool.h:14:41: note: Function 'readInt' argument 1 names different: declaration 'text' definition 'strNum'.
fillets-ng-1.0.1/src/gengine/StringTool.cpp:22:33: note: Function 'readInt' argument 1 names different: declaration 'text' definition 'strNum'.
fillets-ng-1.0.1/src/gengine/TimerAgent.h:21:13: style: Technically the member function 'TimerAgent::getTimeInterval' can be const. [functionConst]
fillets-ng-1.0.1/src/gengine/TimerAgent.cpp:28:13: note: Technically the member function 'TimerAgent::getTimeInterval' can be const.
fillets-ng-1.0.1/src/gengine/TimerAgent.h:21:13: note: Technically the member function 'TimerAgent::getTimeInterval' can be const.
fillets-ng-1.0.1/src/gengine/VideoAgent.h:18:1: style: The class 'VideoAgent' does not have a constructor although it has private member variables. [noConstructor]
fillets-ng-1.0.1/src/gengine/VideoAgent.h:25:14: performance: Technically the member function 'VideoAgent::setIcon' can be static. [functionStatic]
fillets-ng-1.0.1/src/gengine/VideoAgent.cpp:74:13: note: Technically the member function 'VideoAgent::setIcon' can be static.
fillets-ng-1.0.1/src/gengine/VideoAgent.h:25:14: note: Technically the member function 'VideoAgent::setIcon' can be static.
fillets-ng-1.0.1/src/gengine/VideoAgent.h:27:13: performance: Technically the member function 'VideoAgent::getVideoFlags' can be static. [functionStatic]
fillets-ng-1.0.1/src/gengine/VideoAgent.cpp:158:13: note: Technically the member function 'VideoAgent::getVideoFlags' can be static.
fillets-ng-1.0.1/src/gengine/VideoAgent.h:27:13: note: Technically the member function 'VideoAgent::getVideoFlags' can be static.
fillets-ng-1.0.1/src/gengine/VideoAgent.h:19:5: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/INamed.h:10:29: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/VideoAgent.h:19:5: note: Function in derived class
fillets-ng-1.0.1/src/gengine/VideoAgent.h:30:22: style: The function 'own_init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseAgent.h:19:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/VideoAgent.h:30:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/VideoAgent.h:31:22: style: The function 'own_update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseAgent.h:20:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/VideoAgent.h:31:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/VideoAgent.h:32:22: style: The function 'own_shutdown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseAgent.h:21:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/VideoAgent.h:32:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/VideoAgent.h:34:22: style: The function 'receiveSimple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseListener.h:25:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/VideoAgent.h:34:22: note: Function in derived class
fillets-ng-1.0.1/src/gengine/VideoAgent.h:35:22: style: The function 'receiveString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/gengine/BaseListener.h:27:22: note: Virtual function in base class
fillets-ng-1.0.1/src/gengine/VideoAgent.h:35:22: note: Function in derived class
fillets-ng-1.0.1/src/level/Unit.h:33:14: style: Technically the member function 'Unit::startActive' can be const. [functionConst]
fillets-ng-1.0.1/src/level/Controls.h:41:9: style: Class 'Controls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/level/Controls.h:58:21: style: The function 'getStepCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/level/StepCounter.h:12:21: note: Virtual function in base class
fillets-ng-1.0.1/src/level/Controls.h:58:21: note: Function in derived class
fillets-ng-1.0.1/src/level/Controls.h:59:29: style: The function 'getMoves' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/level/StepCounter.h:13:29: note: Virtual function in base class
fillets-ng-1.0.1/src/level/Controls.h:59:29: note: Function in derived class
fillets-ng-1.0.1/src/level/Controls.h:60:22: style: The function 'isPowerful' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/level/StepCounter.h:14:22: note: Virtual function in base class
fillets-ng-1.0.1/src/level/Controls.h:60:22: note: Function in derived class
fillets-ng-1.0.1/src/level/Controls.h:61:22: style: The function 'isDangerousMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/level/StepCounter.h:15:22: note: Virtual function in base class
fillets-ng-1.0.1/src/level/Controls.h:61:22: note: Function in derived class
fillets-ng-1.0.1/src/level/Cube.cpp:24:16: style: Function 'Cube' argument 5 names different: declaration 'shape' definition 'new_shape'. [funcArgNamesDifferent]
fillets-ng-1.0.1/src/level/Cube.h:54:24: note: Function 'Cube' argument 5 names different: declaration 'shape' definition 'new_shape'.
fillets-ng-1.0.1/src/level/Cube.cpp:24:16: note: Function 'Cube' argument 5 names different: declaration 'shape' definition 'new_shape'.
fillets-ng-1.0.1/src/level/Cube.cpp:115:27: style: Function 'setOutDir' argument 1 names different: declaration 'outDir' definition 'dir'. [funcArgNamesDifferent]
fillets-ng-1.0.1/src/level/Cube.h:88:34: note: Function 'setOutDir' argument 1 names different: declaration 'outDir' definition 'dir'.
fillets-ng-1.0.1/src/level/Cube.cpp:115:27: note: Function 'setOutDir' argument 1 names different: declaration 'outDir' definition 'dir'.
fillets-ng-1.0.1/src/level/Cube.cpp:22:7: warning: Member variable 'Cube::m_alive' is not initialized in the constructor. [uninitMemberVar]
fillets-ng-1.0.1/src/level/Cube.cpp:22:7: warning: Member variable 'Cube::m_out' is not initialized in the constructor. [uninitMemberVar]
fillets-ng-1.0.1/src/level/Shape.h:23:9: style: Class 'Shape' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/level/Rules.h:51:9: style: Class 'Rules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/level/LayoutException.h:11:9: style: Class 'LayoutException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/level/FinderAlg.h:23:14: performance: Technically the member function 'FinderAlg::isInRect' can be static. [functionStatic]
fillets-ng-1.0.1/src/level/FinderAlg.cpp:85:12: note: Technically the member function 'FinderAlg::isInRect' can be static.
fillets-ng-1.0.1/src/level/FinderAlg.h:23:14: note: Technically the member function 'FinderAlg::isInRect' can be static.
fillets-ng-1.0.1/src/level/KeyControl.cpp:18:5: performance: Variable 'm_up' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fillets-ng-1.0.1/src/level/KeyControl.cpp:19:5: performance: Variable 'm_down' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fillets-ng-1.0.1/src/level/KeyControl.cpp:20:5: performance: Variable 'm_left' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fillets-ng-1.0.1/src/level/KeyControl.cpp:21:5: performance: Variable 'm_right' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fillets-ng-1.0.1/src/level/ModelList.h:18:9: style: Class 'ModelList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/level/Landslip.h:22:9: style: Class 'Landslip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/level/Level.cpp:54:5: style: Class 'Level' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
fillets-ng-1.0.1/src/level/Level.cpp:54:5: style: Class 'Level' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
fillets-ng-1.0.1/src/level/Level.h:67:22: warning: Virtual function 'own_cleanState' is called from destructor '~Level()' at line 69. Dynamic binding is not used. [virtualCallInConstructor]
fillets-ng-1.0.1/src/level/Level.cpp:69:5: note: Calling own_cleanState
fillets-ng-1.0.1/src/level/Level.h:67:22: note: own_cleanState is a virtual method
fillets-ng-1.0.1/src/level/LevelInput.h:28:9: style: Class 'LevelInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/level/LevelScript.h:26:9: style: Class 'LevelScript' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/level/LevelLoading.h:23:9: style: Class 'LevelLoading' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/level/LevelCountDown.h:21:9: style: Class 'LevelCountDown' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/level/View.h:30:9: style: Class 'View' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/level/StepDecor.h:18:9: style: Class 'StepDecor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/level/Level.h:107:21: style: The function 'getCountForSolved' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/level/CountAdvisor.h:10:21: note: Virtual function in base class
fillets-ng-1.0.1/src/level/Level.h:107:21: note: Function in derived class
fillets-ng-1.0.1/src/level/Level.h:108:21: style: The function 'getCountForWrong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/level/CountAdvisor.h:11:21: note: Virtual function in base class
fillets-ng-1.0.1/src/level/Level.h:108:21: note: Function in derived class
fillets-ng-1.0.1/src/level/StepDecor.h:19:22: style: The function 'drawOnScreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/level/Decor.h:14:22: note: Virtual function in base class
fillets-ng-1.0.1/src/level/StepDecor.h:19:22: note: Function in derived class
fillets-ng-1.0.1/src/level/LoadException.h:11:9: style: Class 'LoadException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/level/LevelStatus.cpp:54:43: style: Function 'readMoves' argument 1 names different: declaration 'moves' definition 'savedMoves'. [funcArgNamesDifferent]
fillets-ng-1.0.1/src/level/LevelStatus.h:37:43: note: Function 'readMoves' argument 1 names different: declaration 'moves' definition 'savedMoves'.
fillets-ng-1.0.1/src/level/LevelStatus.cpp:54:43: note: Function 'readMoves' argument 1 names different: declaration 'moves' definition 'savedMoves'.
fillets-ng-1.0.1/src/level/MouseControl.cpp:18:60: style: Function 'MouseControl' argument 2 names different: declaration 'm_view' definition 'view'. [funcArgNamesDifferent]
fillets-ng-1.0.1/src/level/MouseControl.h:22:54: note: Function 'MouseControl' argument 2 names different: declaration 'm_view' definition 'view'.
fillets-ng-1.0.1/src/level/MouseControl.cpp:18:60: note: Function 'MouseControl' argument 2 names different: declaration 'm_view' definition 'view'.
fillets-ng-1.0.1/src/level/RopeDecor.h:24:22: style: The function 'drawOnScreen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/level/Decor.h:14:22: note: Virtual function in base class
fillets-ng-1.0.1/src/level/RopeDecor.h:24:22: note: Function in derived class
fillets-ng-1.0.1/src/level/Rules.cpp:544:51: style: Function 'canMoveOthers' argument 2 names different: declaration 'weight' definition 'power'. [funcArgNamesDifferent]
fillets-ng-1.0.1/src/level/Rules.h:78:57: note: Function 'canMoveOthers' argument 2 names different: declaration 'weight' definition 'power'.
fillets-ng-1.0.1/src/level/Rules.cpp:544:51: note: Function 'canMoveOthers' argument 2 names different: declaration 'weight' definition 'power'.
fillets-ng-1.0.1/src/level/OnStrongPad.h:14:9: style: Class 'OnStrongPad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/level/OnStack.h:13:22: style: The function 'isSatisfy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/level/OnCondition.h:13:22: note: Virtual function in base class
fillets-ng-1.0.1/src/level/OnStack.h:13:22: note: Function in derived class
fillets-ng-1.0.1/src/level/OnStack.h:26:22: style: The function 'isWrong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/level/OnCondition.h:14:22: note: Virtual function in base class
fillets-ng-1.0.1/src/level/OnStack.h:26:22: note: Function in derived class
fillets-ng-1.0.1/src/level/OnWall.h:12:22: style: The function 'isSatisfy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/level/OnCondition.h:13:22: note: Virtual function in base class
fillets-ng-1.0.1/src/level/OnWall.h:12:22: note: Function in derived class
fillets-ng-1.0.1/src/level/OnWall.h:17:22: style: The function 'isWrong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/level/OnCondition.h:14:22: note: Virtual function in base class
fillets-ng-1.0.1/src/level/OnWall.h:17:22: note: Function in derived class
fillets-ng-1.0.1/src/level/OnStrongPad.h:16:22: style: The function 'isSatisfy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/level/OnCondition.h:13:22: note: Virtual function in base class
fillets-ng-1.0.1/src/level/OnStrongPad.h:16:22: note: Function in derived class
fillets-ng-1.0.1/src/level/OnStrongPad.h:22:22: style: The function 'isWrong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/level/OnCondition.h:14:22: note: Virtual function in base class
fillets-ng-1.0.1/src/level/OnStrongPad.h:22:22: note: Function in derived class
fillets-ng-1.0.1/src/level/Unit.cpp:27:14: style: Function 'Unit' argument 3 names different: declaration 'startActive' definition 'a_startActive'. [funcArgNamesDifferent]
fillets-ng-1.0.1/src/level/Unit.h:31:22: note: Function 'Unit' argument 3 names different: declaration 'startActive' definition 'a_startActive'.
fillets-ng-1.0.1/src/level/Unit.cpp:27:14: note: Function 'Unit' argument 3 names different: declaration 'startActive' definition 'a_startActive'.
fillets-ng-1.0.1/src/menu/LevelDesc.cpp:17:5: performance: Variable 'm_levelname' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fillets-ng-1.0.1/src/menu/NodeDrawer.cpp:24:13: warning: Member variable 'NodeDrawer::m_screen' is not initialized in the constructor. [uninitMemberVar]
fillets-ng-1.0.1/src/menu/PedoInput.h:19:9: style: Class 'PedoInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/menu/Pedometer.cpp:26:50: style: Function 'Pedometer' argument 2 names different: declaration 'level' definition 'new_level'. [funcArgNamesDifferent]
fillets-ng-1.0.1/src/menu/Pedometer.h:48:47: note: Function 'Pedometer' argument 2 names different: declaration 'level' definition 'new_level'.
fillets-ng-1.0.1/src/menu/Pedometer.cpp:26:50: note: Function 'Pedometer' argument 2 names different: declaration 'level' definition 'new_level'.
fillets-ng-1.0.1/src/menu/SolverDrawer.h:13:9: style: Class 'SolverDrawer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/menu/WorldBranch.cpp:46:24: style: Function 'parseMap' argument 3 names different: declaration 'des' definition 'destPack'. [funcArgNamesDifferent]
fillets-ng-1.0.1/src/menu/WorldBranch.h:29:32: note: Function 'parseMap' argument 3 names different: declaration 'des' definition 'destPack'.
fillets-ng-1.0.1/src/menu/WorldBranch.cpp:46:24: note: Function 'parseMap' argument 3 names different: declaration 'des' definition 'destPack'.
fillets-ng-1.0.1/src/menu/WorldBranch.h:26:9: style: Class 'WorldBranch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/menu/WorldInput.h:23:9: style: Class 'WorldInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/option/HelpInput.h:17:9: style: Class 'HelpInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/option/OptionsInput.h:17:9: style: Class 'OptionsInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/option/SelectLang.cpp:46:5: performance: Variable 'm_option' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
fillets-ng-1.0.1/src/plan/StateInput.h:31:9: style: Class 'StateInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/plan/ConsoleInput.h:28:9: style: Class 'ConsoleInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/plan/ConsoleInput.h:21:22: style: The function 'enableConsole' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/plan/StateInput.h:23:22: note: Virtual function in base class
fillets-ng-1.0.1/src/plan/ConsoleInput.h:21:22: note: Function in derived class
fillets-ng-1.0.1/src/plan/ConsoleInput.h:22:22: style: The function 'enableSubtitles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/plan/StateInput.h:26:22: note: Virtual function in base class
fillets-ng-1.0.1/src/plan/ConsoleInput.h:22:22: note: Function in derived class
fillets-ng-1.0.1/src/plan/ConsoleInput.h:23:22: style: The function 'specStroke' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/plan/StateInput.h:27:22: note: Virtual function in base class
fillets-ng-1.0.1/src/plan/ConsoleInput.h:23:22: note: Function in derived class
fillets-ng-1.0.1/src/plan/ConsoleInput.h:24:22: style: The function 'specKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/plan/StateInput.h:28:22: note: Virtual function in base class
fillets-ng-1.0.1/src/plan/ConsoleInput.h:24:22: note: Function in derived class
fillets-ng-1.0.1/src/plan/KeyConsole.h:22:22: style: The function 'own_initState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/plan/GameState.h:33:22: note: Virtual function in base class
fillets-ng-1.0.1/src/plan/KeyConsole.h:22:22: note: Function in derived class
fillets-ng-1.0.1/src/plan/KeyConsole.h:23:22: style: The function 'own_updateState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/plan/GameState.h:34:22: note: Virtual function in base class
fillets-ng-1.0.1/src/plan/KeyConsole.h:23:22: note: Function in derived class
fillets-ng-1.0.1/src/plan/KeyConsole.h:24:22: style: The function 'own_pauseState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/plan/GameState.h:35:22: note: Virtual function in base class
fillets-ng-1.0.1/src/plan/KeyConsole.h:24:22: note: Function in derived class
fillets-ng-1.0.1/src/plan/KeyConsole.h:25:22: style: The function 'own_resumeState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/plan/GameState.h:36:22: note: Virtual function in base class
fillets-ng-1.0.1/src/plan/KeyConsole.h:25:22: note: Function in derived class
fillets-ng-1.0.1/src/plan/KeyConsole.h:26:22: style: The function 'own_cleanState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/plan/GameState.h:37:22: note: Virtual function in base class
fillets-ng-1.0.1/src/plan/KeyConsole.h:26:22: note: Function in derived class
fillets-ng-1.0.1/src/plan/KeyConsole.h:31:22: style: The function 'allowBg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/plan/GameState.h:48:22: note: Virtual function in base class
fillets-ng-1.0.1/src/plan/KeyConsole.h:31:22: note: Function in derived class
fillets-ng-1.0.1/src/plan/GameState.cpp:23:12: warning: Member variable 'GameState::m_manager' is not initialized in the constructor. [uninitMemberVar]
fillets-ng-1.0.1/src/plan/ScriptCmd.h:20:22: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/plan/Command.h:16:22: note: Virtual function in base class
fillets-ng-1.0.1/src/plan/ScriptCmd.h:20:22: note: Function in derived class
fillets-ng-1.0.1/src/plan/SubTitleAgent.cpp:69:47: style: Function 'newSubtitle' argument 1 names different: declaration 'subtitle' definition 'original'. [funcArgNamesDifferent]
fillets-ng-1.0.1/src/plan/SubTitleAgent.h:49:41: note: Function 'newSubtitle' argument 1 names different: declaration 'subtitle' definition 'original'.
fillets-ng-1.0.1/src/plan/SubTitleAgent.cpp:69:47: note: Function 'newSubtitle' argument 1 names different: declaration 'subtitle' definition 'original'.
fillets-ng-1.0.1/src/plan/SubTitleAgent.cpp:85:50: style: Function 'splitAndCreate' argument 1 names different: declaration 'subtitle' definition 'original'. [funcArgNamesDifferent]
fillets-ng-1.0.1/src/plan/SubTitleAgent.h:34:51: note: Function 'splitAndCreate' argument 1 names different: declaration 'subtitle' definition 'original'.
fillets-ng-1.0.1/src/plan/SubTitleAgent.cpp:85:50: note: Function 'splitAndCreate' argument 1 names different: declaration 'subtitle' definition 'original'.
fillets-ng-1.0.1/src/state/GameInput.h:11:9: style: Class 'GameInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/state/DemoInput.h:15:9: style: Class 'DemoInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/state/DemoInput.h:13:22: style: The function 'enableHelp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/state/GameInput.h:12:22: note: Virtual function in base class
fillets-ng-1.0.1/src/state/DemoInput.h:13:22: note: Function in derived class
fillets-ng-1.0.1/src/state/DemoMode.h:26:22: warning: Virtual function 'own_cleanState' is called from destructor '~DemoMode()' at line 38. Dynamic binding is not used. [virtualCallInConstructor]
fillets-ng-1.0.1/src/state/DemoMode.cpp:38:5: note: Calling own_cleanState
fillets-ng-1.0.1/src/state/DemoMode.h:26:22: note: own_cleanState is a virtual method
fillets-ng-1.0.1/src/state/DemoMode.h:28:9: style: Class 'DemoMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/state/PosterState.h:22:9: style: Class 'PosterState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/state/PosterScroller.h:21:9: style: Class 'PosterScroller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/state/PosterScroller.h:18:22: style: The function 'own_initState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/state/PosterState.h:16:22: note: Virtual function in base class
fillets-ng-1.0.1/src/state/PosterScroller.h:18:22: note: Function in derived class
fillets-ng-1.0.1/src/state/PosterScroller.h:19:22: style: The function 'own_updateState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/state/PosterState.h:17:22: note: Virtual function in base class
fillets-ng-1.0.1/src/state/PosterScroller.h:19:22: note: Function in derived class
fillets-ng-1.0.1/src/widget/WiBox.h:16:29: style: The function 'own_getTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/IWidget.h:20:29: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/WiBox.h:16:29: note: Function in derived class
fillets-ng-1.0.1/src/widget/WiBox.h:17:22: style: The function 'own_mouseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/IWidget.h:19:22: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/WiBox.h:17:22: note: Function in derived class
fillets-ng-1.0.1/src/widget/HBox.h:15:21: style: The function 'getW' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/IWidget.h:23:21: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/HBox.h:15:21: note: Function in derived class
fillets-ng-1.0.1/src/widget/HBox.h:16:21: style: The function 'getH' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/IWidget.h:24:21: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/HBox.h:16:21: note: Function in derived class
fillets-ng-1.0.1/src/widget/HBox.h:17:22: style: The function 'addWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/WiBox.h:20:22: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/HBox.h:17:22: note: Function in derived class
fillets-ng-1.0.1/src/widget/HBox.h:18:22: style: The function 'setShift' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/IWidget.h:25:22: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/HBox.h:18:22: note: Function in derived class
fillets-ng-1.0.1/src/widget/Labels.h:17:9: style: Class 'Labels' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/widget/Slider.h:19:22: style: The function 'own_mouseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/IWidget.h:19:22: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/Slider.h:19:22: note: Function in derived class
fillets-ng-1.0.1/src/widget/Slider.h:22:21: style: The function 'getW' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/IWidget.h:23:21: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/Slider.h:22:21: note: Function in derived class
fillets-ng-1.0.1/src/widget/Slider.h:23:21: style: The function 'getH' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/IWidget.h:24:21: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/Slider.h:23:21: note: Function in derived class
fillets-ng-1.0.1/src/widget/VBox.h:19:21: style: The function 'getW' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/IWidget.h:23:21: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/VBox.h:19:21: note: Function in derived class
fillets-ng-1.0.1/src/widget/VBox.h:20:21: style: The function 'getH' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/IWidget.h:24:21: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/VBox.h:20:21: note: Function in derived class
fillets-ng-1.0.1/src/widget/VBox.h:21:22: style: The function 'addWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/WiBox.h:20:22: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/VBox.h:21:22: note: Function in derived class
fillets-ng-1.0.1/src/widget/VBox.h:22:22: style: The function 'setShift' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/IWidget.h:25:22: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/VBox.h:22:22: note: Function in derived class
fillets-ng-1.0.1/src/widget/WiContainer.h:14:22: style: The function 'own_mouseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/IWidget.h:19:22: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/WiContainer.h:14:22: note: Function in derived class
fillets-ng-1.0.1/src/widget/WiContainer.h:18:21: style: The function 'getW' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/IWidget.h:23:21: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/WiContainer.h:18:21: note: Function in derived class
fillets-ng-1.0.1/src/widget/WiContainer.h:19:21: style: The function 'getH' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/IWidget.h:24:21: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/WiContainer.h:19:21: note: Function in derived class
fillets-ng-1.0.1/src/widget/WiContainer.h:20:22: style: The function 'setShift' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/IWidget.h:25:22: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/WiContainer.h:20:22: note: Function in derived class
fillets-ng-1.0.1/src/widget/WiButton.h:15:22: style: The function 'own_mouseButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/WiContainer.h:14:22: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/WiButton.h:15:22: note: Function in derived class
fillets-ng-1.0.1/src/widget/WiPicture.h:15:9: style: Class 'WiPicture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/widget/WiPicture.h:17:9: style: Class 'WiPicture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
fillets-ng-1.0.1/src/widget/WiPicture.h:19:21: style: The function 'getW' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/IWidget.h:23:21: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/WiPicture.h:19:21: note: Function in derived class
fillets-ng-1.0.1/src/widget/WiPicture.h:20:21: style: The function 'getH' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/IWidget.h:24:21: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/WiPicture.h:20:21: note: Function in derived class
fillets-ng-1.0.1/src/widget/WiStatusBar.h:23:21: style: The function 'getW' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/IWidget.h:23:21: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/WiStatusBar.h:23:21: note: Function in derived class
fillets-ng-1.0.1/src/widget/WiStatusBar.h:24:21: style: The function 'getH' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
fillets-ng-1.0.1/src/widget/IWidget.h:24:21: note: Virtual function in base class
fillets-ng-1.0.1/src/widget/WiStatusBar.h:24:21: note: Function in derived class
[21:49]
ftp://ftp.se.debian.org/debian/pool/main/f/fillets-ng-data/fillets-ng-data_1.0.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/filo/filo_1.1.0.orig.tar.gz
filo-master/src/common/gzstream/gzstream.C:140:51: style: Function 'gzstreambase' argument 2 names different: declaration 'open_mode' definition 'mode'. [funcArgNamesDifferent]
filo-master/src/common/gzstream/gzstream.h:79:41: note: Function 'gzstreambase' argument 2 names different: declaration 'open_mode' definition 'mode'.
filo-master/src/common/gzstream/gzstream.C:140:51: note: Function 'gzstreambase' argument 2 names different: declaration 'open_mode' definition 'mode'.
filo-master/src/common/gzstream/gzstream.h:57:5: warning: Member variable 'gzstreambuf::mode' is not initialized in the constructor. [uninitMemberVar]
filo-master/src/common/tabFile/tabFile.cpp:78:51: style: Function 'GetNextTabLine' argument 1 names different: declaration 'tab' definition 'tabFields'. [funcArgNamesDifferent]
filo-master/src/common/tabFile/tabFile.h:53:44: note: Function 'GetNextTabLine' argument 1 names different: declaration 'tab' definition 'tabFields'.
filo-master/src/common/tabFile/tabFile.cpp:78:51: note: Function 'GetNextTabLine' argument 1 names different: declaration 'tab' definition 'tabFields'.
filo-master/src/common/tabFile/tabFile.cpp:20:10: warning: Member variable 'TabFile::_tabStream' is not initialized in the constructor. [uninitMemberVar]
filo-master/src/common/tabFile/tabFile.h:62:23: performance: Technically the member function 'TabFile::parseTabLine' can be static. [functionStatic]
filo-master/src/common/tabFile/tabFile.h:41:2: style: Class 'TabFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
filo-master/src/groupBy/groupBy.cpp:84:10: style: The scope of the variable 'haveOps' can be reduced. [variableScope]
filo-master/src/groupBy/groupBy.cpp:639:44: style: Function 'PrintHeaderLine' argument 1 names different: declaration 'InputFields' definition 'inFields'. [funcArgNamesDifferent]
filo-master/src/groupBy/groupBy.cpp:64:44: note: Function 'PrintHeaderLine' argument 1 names different: declaration 'InputFields' definition 'inFields'.
filo-master/src/groupBy/groupBy.cpp:639:44: note: Function 'PrintHeaderLine' argument 1 names different: declaration 'InputFields' definition 'inFields'.
filo-master/src/groupBy/groupBy.cpp:326:12: style: Unused variable: inLine [unusedVariable]
filo-master/src/groupBy/groupBy.cpp:531:35: style: Unused variable: freqPair [unusedVariable]
filo-master/src/groupBy/groupBy.cpp:606:27: performance: Function parameter 'element' should be passed by const reference. [passedByValue]
filo-master/src/groupBy/groupBy.cpp:610:26: performance: Function parameter 'element' should be passed by const reference. [passedByValue]
filo-master/src/groupBy/groupBy.cpp:614:25: performance: Function parameter 'element' should be passed by const reference. [passedByValue]
filo-master/src/shuffle/shuffle.cpp:69:24: style: Variable 'showHelp' is assigned a value that is never used. [unreadVariable]
filo-master/src/shuffle/shuffle.cpp:101:9: style: Variable 'totalLines' is modified but its new value is never used. [unreadVariable]
filo-master/src/stats/stats.cpp:143:12: style: The scope of the variable 'geoMean' can be reduced. [variableScope]
filo-master/src/stats/stats.cpp:144:12: style: The scope of the variable 'median' can be reduced. [variableScope]
filo-master/src/stats/stats.cpp:145:12: style: The scope of the variable 'mode' can be reduced. [variableScope]
filo-master/src/stats/stats.cpp:146:12: style: The scope of the variable 'min' can be reduced. [variableScope]
filo-master/src/stats/stats.cpp:146:17: style: The scope of the variable 'max' can be reduced. [variableScope]
filo-master/src/stats/stats.cpp:148:12: style: The scope of the variable 'stddev' can be reduced. [variableScope]
[21:49]
ftp://ftp.se.debian.org/debian/pool/main/f/filter/filter_2.6.3.orig.tar.gz
filter2.6.3/actions.c:393:7: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
filter2.6.3/actions.c:392:7: note: Variable 'ret' is reassigned a value before the old one has been used.
filter2.6.3/actions.c:393:7: note: Variable 'ret' is reassigned a value before the old one has been used.
filter2.6.3/actions.c:213:23: style: The scope of the variable 'mailunit' can be reduced. [variableScope]
filter2.6.3/actions.c:213:33: style: The scope of the variable 'pid' can be reduced. [variableScope]
filter2.6.3/actions.c:360:12: style: The scope of the variable 'pid' can be reduced. [variableScope]
filter2.6.3/actions.c:106:6: style: Unused variable: statusp [unusedVariable]
filter2.6.3/filter.c:163:7: style: The scope of the variable 'action_argument' can be reduced. [variableScope]
filter2.6.3/filter.c:542:16: style: The scope of the variable 'b1' can be reduced. [variableScope]
filter2.6.3/filter.c:542:19: style: The scope of the variable 'b2' can be reduced. [variableScope]
filter2.6.3/filter.c:542:22: style: The scope of the variable 'b3' can be reduced. [variableScope]
filter2.6.3/filter.c:542:25: style: The scope of the variable 'b4' can be reduced. [variableScope]
filter2.6.3/filter.c:544:14: style: The scope of the variable 'src' can be reduced. [variableScope]
filter2.6.3/filter.c:783:13: style: The scope of the variable 'processed_a_reply_to' can be reduced. [variableScope]
filter2.6.3/istrcmp.c:43:15: style: The scope of the variable 'd' can be reduced. [variableScope]
filter2.6.3/lock.c:187:11: style: Condition 'flockret' is always false [knownConditionTrueFalse]
filter2.6.3/lock.c:162:13: note: Assignment 'flockret=0', assigned value is 0
filter2.6.3/lock.c:187:11: note: Condition 'flockret' is always false
filter2.6.3/lock.c:252:6: style: The scope of the variable 'attempts' can be reduced. [variableScope]
filter2.6.3/lock.c:366:2: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
filter2.6.3/parse.c:395:5: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
filter2.6.3/parse.c:397:7: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
filter2.6.3/parse.c:202:4: error: Resource leak: fd [resourceLeak]
filter2.6.3/regexp.c:249:15: style: The scope of the variable 'len' can be reduced. [variableScope]
filter2.6.3/regexp.c:279:0: error: Memory leak: r [memleak]
filter2.6.3/rules.c:208:42: style: The scope of the variable 'try_next_rule' can be reduced. [variableScope]
filter2.6.3/rules.c:281:6: style: struct member 'Anonymous0::id' is never used. [unusedStructMember]
filter2.6.3/summarize.c:289:0: error: Memory leak: applied [memleak]
[21:49]
ftp://ftp.se.debian.org/debian/pool/main/f/filtergen/filtergen_0.12.8.orig.tar.gz
filtergen-0.12.8/fg-util.c:32:0: error: Memory leak: s [memleak]
filtergen-0.12.8/filter.c:178:15: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
filtergen-0.12.8/filter.c:172:15: note: outer condition: i!=0
filtergen-0.12.8/filter.c:178:15: note: opposite inner condition: !i
filtergen-0.12.8/filter.c:167:13: style: The scope of the variable 'o' can be reduced. [variableScope]
filtergen-0.12.8/filtergen.c:156:18: style: The scope of the variable 'f' can be reduced. [variableScope]
filtergen-0.12.8/filtergen.c:159:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
filtergen-0.12.8/filtergen.c:122:38: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
filtergen-0.12.8/gen.c:180:34: style: Function '__fg_apply' argument 1 names different: declaration 'e' definition '_e'. [funcArgNamesDifferent]
filtergen-0.12.8/gen.c:71:34: note: Function '__fg_apply' argument 1 names different: declaration 'e' definition '_e'.
filtergen-0.12.8/gen.c:180:34: note: Function '__fg_apply' argument 1 names different: declaration 'e' definition '_e'.
* yacc.c:1906 *:9:26: style: Function 'yyprint' argument 2 names different: declaration 't' definition 'type'. [funcArgNamesDifferent]
* yacc.c:358 *:1:26: note: Function 'yyprint' argument 2 names different: declaration 't' definition 'type'.
* yacc.c:1906 *:9:26: note: Function 'yyprint' argument 2 names different: declaration 't' definition 'type'.
filtergen-0.12.8/resolver.c:38:21: style: The scope of the variable 'i' can be reduced. [variableScope]
filtergen-0.12.8/resolver.c:144:20: style: The scope of the variable 'p' can be reduced. [variableScope]
filtergen-0.12.8/resolver.c:191:7: style: The scope of the variable 'r' can be reduced. [variableScope]
scanner.c:1654:2: warning: Possible null pointer dereference: b [nullPointer]
scanner.c:1547:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
scanner.c:1654:2: note: Null pointer dereference
scanner.c:1655:2: warning: Possible null pointer dereference: b [nullPointer]
scanner.c:1547:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
scanner.c:1655:2: note: Null pointer dereference
scanner.c:1666:9: warning: Possible null pointer dereference: b [nullPointer]
scanner.c:1547:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
scanner.c:1666:9: note: Null pointer dereference
scanner.c:1319:23: style: Checking if unsigned variable 'num_to_read' is less than zero. [unsignedLessThanZero]
scanner.c:1332:19: style: Checking if unsigned variable 'new_size' is less than zero. [unsignedLessThanZero]
scanner.c:1436:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
scanner.c:361:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
scanner.c:1436:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
scanner.c:1839:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
scanner.c:311:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
scanner.c:1839:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
scanner.c:1852:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
scanner.c:312:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
scanner.c:1852:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
scanner.c:1852:68: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
scanner.c:312:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
scanner.c:1852:68: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
scanner.c:1984:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
scanner.c:639:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
scanner.c:1984:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
scanner.l:174:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
filtergen-0.12.8/t/emit.c:192:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
[21:49]
ftp://ftp.se.debian.org/debian/pool/main/f/filters/filters_2.55.orig.tar.gz
filters/nethackify.c:55:9: style: The scope of the variable 'i' can be reduced. [variableScope]
filters/nethackify.c:55:11: style: The scope of the variable 'c' can be reduced. [variableScope]
filters/nethackify.c:55:14: style: The scope of the variable 'ch' can be reduced. [variableScope]
filters/scramble.c:79:15: style: The scope of the variable 'j' can be reduced. [variableScope]
[21:49]
ftp://ftp.se.debian.org/debian/pool/main/f/fim/fim_0.5~rc3.orig.tar.gz.asc
ftp://ftp.se.debian.org/debian/pool/main/f/fimport/fimport_3042.85.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/find-file-in-project/find-file-in-project_5.6.8.orig.tar.xz
ftp://ftp.se.debian.org/debian/pool/main/f/findbugs/findbugs_3.1.0~preview2.orig.tar.xz
ftp://ftp.se.debian.org/debian/pool/main/f/findbugs-bcel/findbugs-bcel_6.0~20130831.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/findent/findent_2.8.2.orig.tar.gz
lexer.cpp:3398:2: warning: Possible null pointer dereference: b [nullPointer]
lexer.cpp:3291:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lexer.cpp:3398:2: note: Null pointer dereference
lexer.cpp:3399:2: warning: Possible null pointer dereference: b [nullPointer]
lexer.cpp:3291:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lexer.cpp:3399:2: note: Null pointer dereference
lexer.cpp:3410:9: warning: Possible null pointer dereference: b [nullPointer]
lexer.cpp:3291:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lexer.cpp:3410:9: note: Null pointer dereference
lexer.cpp:3019:23: style: Checking if unsigned variable 'num_to_read' is less than zero. [unsignedLessThanZero]
lexer.cpp:3032:19: style: Checking if unsigned variable 'new_size' is less than zero. [unsignedLessThanZero]
lexer.cpp:3137:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
lexer.cpp:362:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lexer.cpp:3137:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lexer.cpp:3162:40: style: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent]
lexer.cpp:1935:38: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
lexer.cpp:3162:40: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
lexer.cpp:3583:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
lexer.cpp:312:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lexer.cpp:3583:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lexer.cpp:3596:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
lexer.cpp:313:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lexer.cpp:3596:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lexer.cpp:3596:68: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
lexer.cpp:313:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lexer.cpp:3596:68: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lexer.cpp:3728:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'. [funcArgNamesDifferent]
lexer.cpp:1899:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
lexer.cpp:3728:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
lexer.l:279:28: performance: Function parameter 's' should be passed by const reference. [passedByValue]
* yacc.c:358 *:1051:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
findent-2.8.2/src/findent.cpp:982:8: style: The scope of the variable 'l' can be reduced. [variableScope]
findent-2.8.2/src/findent.cpp:1560:8: style: The scope of the variable 'lineno' can be reduced. [variableScope]
findent-2.8.2/src/findent.cpp:1562:9: style: The scope of the variable 'prevquote' can be reduced. [variableScope]
findent-2.8.2/src/findent.cpp:1563:9: style: The scope of the variable 'preprevquote' can be reduced. [variableScope]
findent-2.8.2/src/findent.cpp:1618:7: style: The scope of the variable 'l' can be reduced. [variableScope]
findent-2.8.2/src/findent.cpp:1816:9: style: The scope of the variable 'l' can be reduced. [variableScope]
findent-2.8.2/src/findent.cpp:2298:8: style: The scope of the variable 'rc' can be reduced. [variableScope]
findent-2.8.2/src/findent.cpp:1496:36: style: Function 'guess_indent' argument 1 names different: declaration 'str' definition 's'. [funcArgNamesDifferent]
findent-2.8.2/src/findent.cpp:72:36: note: Function 'guess_indent' argument 1 names different: declaration 'str' definition 's'.
findent-2.8.2/src/findent.cpp:1496:36: note: Function 'guess_indent' argument 1 names different: declaration 'str' definition 's'.
findent-2.8.2/src/findent.cpp:2024:23: style: Function 'push_dolabel' argument 1 names different: declaration 'l' definition 'p'. [funcArgNamesDifferent]
findent-2.8.2/src/findent.cpp:55:23: note: Function 'push_dolabel' argument 1 names different: declaration 'l' definition 'p'.
findent-2.8.2/src/findent.cpp:2024:23: note: Function 'push_dolabel' argument 1 names different: declaration 'l' definition 'p'.
findent-2.8.2/src/line_prep.h:21:0: style: Variable 'result' is not assigned a value. [unassignedVariable]
findent-2.8.2/src/line_prep.h:46:4: warning: Member variable 'line_prep::place_holder' is not initialized in the constructor. [uninitMemberVar]
findent-2.8.2/src/line_prep.h:59:9: style: Technically the member function 'line_prep::get_place_holder' can be const. [functionConst]
findent-2.8.2/src/line_prep.h:64:16: style: Technically the member function 'line_prep::get_line' can be const. [functionConst]
findent-2.8.2/src/line_prep.h:69:16: style: Technically the member function 'line_prep::get_line_spaces_removed' can be const. [functionConst]
findent-2.8.2/src/line_prep.h:74:16: style: Technically the member function 'line_prep::get_line_compressed' can be const. [functionConst]
findent-2.8.2/src/line_prep.h:79:16: style: Technically the member function 'line_prep::get_line_encoded' can be const. [functionConst]
findent-2.8.2/src/line_prep.h:84:16: style: Technically the member function 'line_prep::get_line_rest' can be const. [functionConst]
findent-2.8.2/src/line_prep.h:89:8: style: Technically the member function 'line_prep::get_type' can be const. [functionConst]
findent-2.8.2/src/line_prep.h:128:16: style: Technically the member function 'line_prep::get_value' can be const. [functionConst]
findent-2.8.2/src/line_prep.h:141:9: style: Technically the member function 'line_prep::get_stringtype' can be const. [functionConst]
findent-2.8.2/src/simpleostream.h:24:12: style: Technically the member function 'simpleostream::getoutput' can be const. [functionConst]
findent-2.8.2/src/simpleostream.h:27:19: style: Technically the member function 'simpleostream::get' can be const. [functionConst]
findent-2.8.2/src/line_prep.h:44:4: style: Class 'line_prep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
findent-2.8.2/src/line_prep.h:22:0: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
findent-2.8.2/src/findent.cpp:1892:11: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
findent-2.8.2/src/line_prep.h:44:32: performance: Function parameter 's' should be passed by const reference. [passedByValue]
findent-2.8.2/src/pre_analyzer.h:7:34: performance: Function parameter 's' should be passed by const reference. [passedByValue]
findent-2.8.2/src/findent.cpp:1496:36: performance: Function parameter 's' should be passed by const reference. [passedByValue]
findent-2.8.2/src/findent.cpp:1537:40: performance: Function parameter 's' should be passed by const reference. [passedByValue]
findent-2.8.2/src/findent.cpp:1546:40: performance: Function parameter 's' should be passed by const reference. [passedByValue]
findent-2.8.2/src/findent.cpp:2254:31: performance: Function parameter 'flag' should be passed by const reference. [passedByValue]
findent-2.8.2/src/findent.cpp:2254:55: performance: Function parameter 'txt' should be passed by const reference. [passedByValue]
findent-2.8.2/src/findent.cpp:2280:39: performance: Function parameter 's' should be passed by const reference. [passedByValue]
findent-2.8.2/src/findent.cpp:2339:42: performance: Function parameter 's' should be passed by const reference. [passedByValue]
findent-2.8.2/src/findent.cpp:2360:36: performance: Function parameter 's' should be passed by const reference. [passedByValue]
findent-2.8.2/src/findent.cpp:2371:50: performance: Function parameter 's' should be passed by const reference. [passedByValue]
findent-2.8.2/src/findent.cpp:2371:71: performance: Function parameter 'w' should be passed by const reference. [passedByValue]
findent-2.8.2/src/findent.cpp:2416:42: performance: Function parameter 's' should be passed by const reference. [passedByValue]
findent-2.8.2/src/findent.cpp:2492:35: performance: Function parameter 's' should be passed by const reference. [passedByValue]
findent-2.8.2/src/findent.cpp:2539:34: performance: Function parameter 's' should be passed by const reference. [passedByValue]
findent-2.8.2/src/findent.cpp:2547:33: performance: Function parameter 's' should be passed by const reference. [passedByValue]
findent-2.8.2/src/findent.cpp:2555:34: performance: Function parameter 's' should be passed by const reference. [passedByValue]
findent-2.8.2/src/line_prep.h:22:0: error: Uninitialized variable: result [uninitvar]
findent-2.8.2/src/line_prep.cpp:78:9: style: The scope of the variable 'c' can be reduced. [variableScope]
findent-2.8.2/src/line_prep.cpp:17:40: performance: Function parameter 's' should be passed by const reference. [passedByValue]
findent-2.8.2/src/pre_analyzer.cpp:21:45: performance: Function parameter 's' should be passed by const reference. [passedByValue]
findent-2.8.2/src/pre_analyzer.cpp:33:8: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
findent-2.8.2/src/pre_analyzer.cpp:38:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
findent-2.8.2/src/pre_analyzer.cpp:42:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
findent-2.8.2/src/pre_analyzer.cpp:51:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
[21:49]
ftp://ftp.se.debian.org/debian/pool/main/f/findimagedupes/findimagedupes_2.18.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/findlib/findlib_1.7.3.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/findutils/findutils_4.6.0+git+20180808.orig.tar.xz
findutils-4.6.0.187-5dae/find/defs.h:32:0: error: #error "<config.h> should be #included before defs.h, and indeed before any other header" [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gl/lib/areadlink-with-size.c:59:39: style: Condition 'symlink_max<INITIAL_LIMIT_BOUND' is always true [knownConditionTrueFalse]
findutils-4.6.0.187-5dae/gl/lib/areadlink-with-size.c:57:24: note: Assignment 'symlink_max=1024', assigned value is 1024
findutils-4.6.0.187-5dae/gl/lib/areadlink-with-size.c:59:39: note: Condition 'symlink_max<INITIAL_LIMIT_BOUND' is always true
findutils-4.6.0.187-5dae/gl/lib/areadlink-with-size.c:52:34: style: Function 'areadlink_with_size' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/areadlink.h:24:47: note: Function 'areadlink_with_size' argument 1 names different: declaration 'filename' definition 'file'.
findutils-4.6.0.187-5dae/gl/lib/areadlink-with-size.c:52:34: note: Function 'areadlink_with_size' argument 1 names different: declaration 'filename' definition 'file'.
findutils-4.6.0.187-5dae/gl/lib/areadlink-with-size.c:52:47: style: Function 'areadlink_with_size' argument 2 names different: declaration 'size_hint' definition 'size'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/areadlink.h:24:64: note: Function 'areadlink_with_size' argument 2 names different: declaration 'size_hint' definition 'size'.
findutils-4.6.0.187-5dae/gl/lib/areadlink-with-size.c:52:47: note: Function 'areadlink_with_size' argument 2 names different: declaration 'size_hint' definition 'size'.
findutils-4.6.0.187-5dae/gl/lib/openat.h:30:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gl/lib/gettext.h:266:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gl/lib/xalloc.h:27:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gl/lib/bitrotate.h:27:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gl/lib/c-ctype.h:29:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gl/lib/chdir-long.c:33:0: error: #error "compile this file only if your system defines PATH_MAX" [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gl/lib/closein.c:91:47: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
findutils-4.6.0.187-5dae/gl/lib/error.c:142:0: error: #error Please port fcntl to your platform [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gl/lib/euidaccess.c:172:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/euidaccess.c:173:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/euidaccess.c:174:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/euidaccess.c:175:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/euidaccess.c:176:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/euidaccess.c:177:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/euidaccess.c:178:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/euidaccess.c:179:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/euidaccess.c:180:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/filemode.c:99:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/filemode.c:100:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/filemode.c:102:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/filemode.c:103:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/filemode.c:104:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/filemode.c:105:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/filemode.c:107:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/filemode.c:108:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/filemode.c:109:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/filemode.c:110:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/filemode.c:112:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/filemode.c:113:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/fnmatch_loop.c:1108:16: style: Same expression on both sides of '!=' because the value of 'list' and 'NULL' are the same. [duplicateExpression]
findutils-4.6.0.187-5dae/gl/lib/fnmatch_loop.c:1035:13: note: 'list' is assigned value 'NULL' here.
findutils-4.6.0.187-5dae/gl/lib/fnmatch_loop.c:1108:16: note: Same expression on both sides of '!=' because the value of 'list' and 'NULL' are the same.
findutils-4.6.0.187-5dae/gl/lib/fnmatch_loop.c:987:18: style: Function 'end_pattern' argument 1 names different: declaration 'patternp' definition 'pattern'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/fnmatch_loop.c:22:37: note: Function 'end_pattern' argument 1 names different: declaration 'patternp' definition 'pattern'.
findutils-4.6.0.187-5dae/gl/lib/fnmatch_loop.c:987:18: note: Function 'end_pattern' argument 1 names different: declaration 'patternp' definition 'pattern'.
findutils-4.6.0.187-5dae/gl/lib/fnmatch_loop.c:1096:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
findutils-4.6.0.187-5dae/gl/lib/fnmatch_loop.c:1104:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
findutils-4.6.0.187-5dae/gl/lib/fnmatch_loop.c:1125:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/fnmatch_loop.c:1133:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/fnmatch_loop.c:1141:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/fnmatch_loop.c:1162:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/fnmatch_loop.c:1177:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/fnmatch_loop.c:1186:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/fpending.c:59:0: error: #error "Please port gnulib fpending.c to your platform!" [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gl/lib/fpurge.c:144:0: error: #error "Please port gnulib fpurge.c to your platform! Look at the definitions of fflush, setvbuf and ungetc on your system, then report this to bug-gnulib." [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gl/lib/freadahead.c:101:0: error: #error "Please port gnulib freadahead.c to your platform! Look at the definition of fflush, fread, ungetc on your system, then report this to bug-gnulib." [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gl/lib/freading.c:72:0: error: #error "Please port gnulib freading.c to your platform!" [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gl/lib/fseeko.c:111:0: error: #error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib." [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gl/lib/stat-time.h:31:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gl/lib/getopt.c:254:18: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
findutils-4.6.0.187-5dae/gl/lib/getopt.c:471:25: style: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:101:36: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:471:25: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:471:38: style: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:101:52: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:471:38: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:471:56: style: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:102:23: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:471:56: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:472:28: style: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:103:32: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:472:28: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:472:43: style: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:103:49: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:472:43: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:473:11: style: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:104:15: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:473:11: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:473:43: style: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:104:49: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:473:43: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:473:50: style: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:105:15: note: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:473:50: note: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:703:23: style: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:25:34: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:703:23: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:703:36: style: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:25:50: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:703:36: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:703:54: style: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:26:21: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:703:54: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:704:26: style: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:27:30: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:704:26: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:704:41: style: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:27:47: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:704:41: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:704:54: style: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:28:13: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:704:54: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:705:9: style: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:28:30: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
findutils-4.6.0.187-5dae/gl/lib/getopt.c:705:9: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:36:21: style: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:107:32: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:36:21: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:36:34: style: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:107:48: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:36:34: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:36:52: style: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:108:19: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:36:52: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:37:24: style: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:109:28: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:37:24: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:37:43: style: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:109:45: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:37:43: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:38:24: style: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:110:28: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:38:24: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:59:26: style: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:112:37: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:59:26: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:59:39: style: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:112:53: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:59:39: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:59:57: style: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:113:17: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:59:57: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:60:29: style: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:114:26: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:60:29: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:60:48: style: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:115:10: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:60:48: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:61:29: style: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/getopt_int.h:116:26: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
findutils-4.6.0.187-5dae/gl/lib/getopt1.c:61:29: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
findutils-4.6.0.187-5dae/gl/lib/getprogname.c:180:0: error: #error "getprogname module not ported to this OS" [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gl/lib/timespec.h:25:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gl/lib/gettimeofday.c:136:0: error: #error "Only 1-second nominal clock resolution found. Is that intended?" \ [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gl/lib/human.c:414:7: style: The scope of the variable 'i' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gl/lib/human.c:158:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
findutils-4.6.0.187-5dae/gl/lib/i-ring.c:25:30: style: Function 'i_ring_init' argument 2 names different: declaration 'ir_default_val' definition 'default_val'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/i-ring.h:41:35: note: Function 'i_ring_init' argument 2 names different: declaration 'ir_default_val' definition 'default_val'.
findutils-4.6.0.187-5dae/gl/lib/i-ring.c:25:30: note: Function 'i_ring_init' argument 2 names different: declaration 'ir_default_val' definition 'default_val'.
findutils-4.6.0.187-5dae/gl/lib/isnan.c:80:24: style: union member 'memory_double::value' is never used. [unusedStructMember]
findutils-4.6.0.187-5dae/gl/lib/isnan.c:80:44: style: union member 'memory_double::word' is never used. [unusedStructMember]
findutils-4.6.0.187-5dae/gl/lib/localcharset.c:925:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
findutils-4.6.0.187-5dae/gl/lib/localcharset.c:916:24: note: Assignment 'locale=NULL', assigned value is 0
findutils-4.6.0.187-5dae/gl/lib/localcharset.c:925:14: note: Condition 'locale==NULL' is always true
findutils-4.6.0.187-5dae/gl/lib/localcharset.c:925:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
findutils-4.6.0.187-5dae/gl/lib/localcharset.c:916:24: note: 'locale' is assigned value 'NULL' here.
findutils-4.6.0.187-5dae/gl/lib/localcharset.c:925:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
findutils-4.6.0.187-5dae/gl/lib/localcharset.c:438:14: style: struct member 'table_entry::locale' is never used. [unusedStructMember]
findutils-4.6.0.187-5dae/gl/lib/localcharset.c:439:14: style: struct member 'table_entry::canonical' is never used. [unusedStructMember]
findutils-4.6.0.187-5dae/gl/lib/localcharset.c:934:15: style: Variable 'locale' is assigned a value that is never used. [unreadVariable]
findutils-4.6.0.187-5dae/gl/lib/mbchar.h:160:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gl/lib/mbswidth.c:57:24: style: Function 'mbsnwidth' argument 1 names different: declaration 'buf' definition 'string'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/mbswidth.h:55:35: note: Function 'mbsnwidth' argument 1 names different: declaration 'buf' definition 'string'.
findutils-4.6.0.187-5dae/gl/lib/mbswidth.c:57:24: note: Function 'mbsnwidth' argument 1 names different: declaration 'buf' definition 'string'.
findutils-4.6.0.187-5dae/gl/lib/memchr.c:95:19: style: Condition '4294967295U<(unsigned long)-1' is always false [knownConditionTrueFalse]
findutils-4.6.0.187-5dae/gl/lib/memrchr.c:82:19: style: Condition '4294967295U<(unsigned long)-1' is always false [knownConditionTrueFalse]
findutils-4.6.0.187-5dae/gl/lib/nl_langinfo.c:40:10: style: The scope of the variable 'codesetlen' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gl/lib/nstrftime.c:552:7: style: Condition '!zone' is always true [knownConditionTrueFalse]
findutils-4.6.0.187-5dae/gl/lib/nstrftime.c:514:10: note: Assignment 'zone=NULL', assigned value is 0
findutils-4.6.0.187-5dae/gl/lib/nstrftime.c:552:7: note: Condition '!zone' is always true
findutils-4.6.0.187-5dae/gl/lib/nstrftime.c:351:34: style: Same value in both branches of ternary operator. [duplicateValueTernary]
findutils-4.6.0.187-5dae/gl/lib/nstrftime.c:352:34: style: Same value in both branches of ternary operator. [duplicateValueTernary]
findutils-4.6.0.187-5dae/gl/lib/nstrftime.c:668:11: error: Invalid memset() argument nr 3. The value is -2 but the valid values are '0:'. [invalidFunctionArg]
findutils-4.6.0.187-5dae/gl/lib/nstrftime.c:579:20: note: Assignment 'width=-1', assigned value is -1
findutils-4.6.0.187-5dae/gl/lib/nstrftime.c:668:11: note: Assignment '_delta=width-_n', assigned value is -2
findutils-4.6.0.187-5dae/gl/lib/nstrftime.c:668:11: note: Invalid argument
* yacc.c:358 *:902:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
* yacc.c:1906 *:249:30: style: Condition 'TM_YEAR_BASE%100==0' is always true [knownConditionTrueFalse]
* yacc.c:1906 *:320:34: style: Same value in both branches of ternary operator. [duplicateValueTernary]
* yacc.c:1906 *:321:34: style: Same value in both branches of ternary operator. [duplicateValueTernary]
findutils-4.6.0.187-5dae/gl/lib/xsize.h:31:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gl/lib/regcomp.c:2642:7: warning: Either the condition 'tree!=NULL' is redundant or there is possible null pointer dereference: elem. [nullPointerRedundantCheck]
findutils-4.6.0.187-5dae/gl/lib/regcomp.c:2468:13: note: Assuming that condition 'tree!=NULL' is not redundant
findutils-4.6.0.187-5dae/gl/lib/regcomp.c:2464:44: note: Calling function 'parse_dup_op', 1st argument 'elem' value is 0
findutils-4.6.0.187-5dae/gl/lib/regcomp.c:2642:7: note: Null pointer dereference
findutils-4.6.0.187-5dae/gl/lib/regcomp.c:2719:16: style: The scope of the variable 'start_ch' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gl/lib/regcomp.c:2719:26: style: The scope of the variable 'end_ch' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gl/lib/regcomp.c:3779:17: style: The scope of the variable 'c' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gl/lib/regcomp.c:2538:27: style: Function 'parse_dup_op' argument 1 names different: declaration 'dup_elem' definition 'elem'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/regcomp.c:77:46: note: Function 'parse_dup_op' argument 1 names different: declaration 'dup_elem' definition 'elem'.
findutils-4.6.0.187-5dae/gl/lib/regcomp.c:2538:27: note: Function 'parse_dup_op' argument 1 names different: declaration 'dup_elem' definition 'elem'.
findutils-4.6.0.187-5dae/gl/lib/regcomp.c:3907:35: style: Function 'duplicate_tree' argument 1 names different: declaration 'src' definition 'root'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/regcomp.c:122:54: note: Function 'duplicate_tree' argument 1 names different: declaration 'src' definition 'root'.
findutils-4.6.0.187-5dae/gl/lib/regcomp.c:3907:35: note: Function 'duplicate_tree' argument 1 names different: declaration 'src' definition 'root'.
findutils-4.6.0.187-5dae/gl/lib/regcomp.c:3910:15: style: Variable 'dup_root' is not assigned a value. [unassignedVariable]
findutils-4.6.0.187-5dae/gl/lib/regex_internal.h:223:0: error: #error "Add case for new bitset_word_t size" [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gl/lib/regex_internal.c:926:7: style: The scope of the variable 'c' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gl/lib/regexec.c:1659:11: style: Condition '!naccepted' is always true [knownConditionTrueFalse]
findutils-4.6.0.187-5dae/gl/lib/regexec.c:1643:23: note: Assignment 'naccepted=0', assigned value is 0
findutils-4.6.0.187-5dae/gl/lib/regexec.c:1659:11: note: Condition '!naccepted' is always true
findutils-4.6.0.187-5dae/gl/lib/regexec.c:3067:11: style: Condition 'naccepted' is always false [knownConditionTrueFalse]
findutils-4.6.0.187-5dae/gl/lib/regexec.c:3022:23: note: Assignment 'naccepted=0', assigned value is 0
findutils-4.6.0.187-5dae/gl/lib/regexec.c:3067:11: note: Condition 'naccepted' is always false
findutils-4.6.0.187-5dae/gl/lib/regexec.c:2227:19: style: The scope of the variable 'trtable' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gl/lib/regexec.c:1979:27: style: Function 'check_dst_limits_calc_pos' argument 4 names different: declaration 'node' definition 'from_node'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/regexec.c:96:15: note: Function 'check_dst_limits_calc_pos' argument 4 names different: declaration 'node' definition 'from_node'.
findutils-4.6.0.187-5dae/gl/lib/regexec.c:1979:27: note: Function 'check_dst_limits_calc_pos' argument 4 names different: declaration 'node' definition 'from_node'.
findutils-4.6.0.187-5dae/gl/lib/regexec.c:3512:21: style: Function 'group_nodes_into_DFAstates' argument 3 names different: declaration 'states_node' definition 'dests_node'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/regexec.c:169:25: note: Function 'group_nodes_into_DFAstates' argument 3 names different: declaration 'states_node' definition 'dests_node'.
findutils-4.6.0.187-5dae/gl/lib/regexec.c:3512:21: note: Function 'group_nodes_into_DFAstates' argument 3 names different: declaration 'states_node' definition 'dests_node'.
findutils-4.6.0.187-5dae/gl/lib/regexec.c:3512:43: style: Function 'group_nodes_into_DFAstates' argument 4 names different: declaration 'states_ch' definition 'dests_ch'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/regexec.c:170:22: note: Function 'group_nodes_into_DFAstates' argument 4 names different: declaration 'states_ch' definition 'dests_ch'.
findutils-4.6.0.187-5dae/gl/lib/regexec.c:3512:43: note: Function 'group_nodes_into_DFAstates' argument 4 names different: declaration 'states_ch' definition 'dests_ch'.
findutils-4.6.0.187-5dae/gl/lib/regexec.c:4112:37: style: Function 'match_ctx_init' argument 1 names different: declaration 'cache' definition 'mctx'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/regexec.c:20:58: note: Function 'match_ctx_init' argument 1 names different: declaration 'cache' definition 'mctx'.
findutils-4.6.0.187-5dae/gl/lib/regexec.c:4112:37: note: Function 'match_ctx_init' argument 1 names different: declaration 'cache' definition 'mctx'.
findutils-4.6.0.187-5dae/gl/lib/regexec.c:4175:37: style: Function 'match_ctx_free' argument 1 names different: declaration 'cache' definition 'mctx'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/regexec.c:23:49: note: Function 'match_ctx_free' argument 1 names different: declaration 'cache' definition 'mctx'.
findutils-4.6.0.187-5dae/gl/lib/regexec.c:4175:37: note: Function 'match_ctx_free' argument 1 names different: declaration 'cache' definition 'mctx'.
findutils-4.6.0.187-5dae/gl/lib/regexec.c:4190:42: style: Function 'match_ctx_add_entry' argument 1 names different: declaration 'cache' definition 'mctx'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/gl/lib/regexec.c:24:63: note: Function 'match_ctx_add_entry' argument 1 names different: declaration 'cache' definition 'mctx'.
findutils-4.6.0.187-5dae/gl/lib/regexec.c:4190:42: note: Function 'match_ctx_add_entry' argument 1 names different: declaration 'cache' definition 'mctx'.
findutils-4.6.0.187-5dae/gl/lib/regexec.c:1404:37: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
findutils-4.6.0.187-5dae/gl/lib/regexec.c:3302:42: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
findutils-4.6.0.187-5dae/gl/lib/regexec.c:3349:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
findutils-4.6.0.187-5dae/gl/lib/str-two-way.h:360:14: style: The scope of the variable 'shift' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gl/lib/str-two-way.h:411:14: style: The scope of the variable 'shift' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gl/lib/strerror.c:45:7: style: Condition 'msg' is always false [knownConditionTrueFalse]
findutils-4.6.0.187-5dae/gl/lib/strerror.c:44:21: note: Assignment 'msg=NULL', assigned value is 0
findutils-4.6.0.187-5dae/gl/lib/strerror.c:45:7: note: Condition 'msg' is always false
findutils-4.6.0.187-5dae/gl/lib/strerror_r.c:169:9: style: Condition 'msg' is always false [knownConditionTrueFalse]
findutils-4.6.0.187-5dae/gl/lib/strerror_r.c:167:23: note: Assignment 'msg=NULL', assigned value is 0
findutils-4.6.0.187-5dae/gl/lib/strerror_r.c:169:9: note: Condition 'msg' is always false
findutils-4.6.0.187-5dae/gnulib-tests/binary-io.h:29:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gnulib-tests/sig-handler.h:24:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gnulib-tests/pipe.c:48:0: error: #error "This platform lacks a pipe function, and Gnulib doesn't provide a replacement. This is a bug in Gnulib." [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gnulib-tests/priv-set.h:21:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gnulib-tests/setsockopt.c:38:7: style: The scope of the variable 'r' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/sleep.c:74:0: error: #error "Please port gnulib sleep.c to your platform, possibly using usleep() or select(), then report this to bug-gnulib." [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gnulib-tests/test-btowc.c:34:7: style: The scope of the variable 'c' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-c-strcasestr.c:83:12: style: The scope of the variable 'repeat' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-c-strcasestr.c:85:17: style: The scope of the variable 'needle' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-c-strcasestr.c:108:12: style: The scope of the variable 'repeat' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-c-strcasestr.c:110:17: style: The scope of the variable 'haystack' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-c-strstr.c:58:12: style: The scope of the variable 'repeat' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-c-strstr.c:60:17: style: The scope of the variable 'needle' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-c-strstr.c:82:12: style: The scope of the variable 'repeat' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-c-strstr.c:84:17: style: The scope of the variable 'haystack' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-dirent-safer.c:42:8: style: The scope of the variable 'dp' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-fnmatch.c:33:3: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
findutils-4.6.0.187-5dae/gnulib-tests/test-fnmatch.c:35:3: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
findutils-4.6.0.187-5dae/gnulib-tests/test-fnmatch.c:36:3: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
findutils-4.6.0.187-5dae/gnulib-tests/test-fnmatch.c:37:3: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
findutils-4.6.0.187-5dae/gnulib-tests/test-fnmatch.c:38:3: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
findutils-4.6.0.187-5dae/gnulib-tests/test-fnmatch.c:39:3: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
findutils-4.6.0.187-5dae/gnulib-tests/test-fnmatch.c:40:3: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
findutils-4.6.0.187-5dae/gnulib-tests/test-fnmatch.c:41:3: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
findutils-4.6.0.187-5dae/gnulib-tests/test-fnmatch.c:43:3: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
findutils-4.6.0.187-5dae/gnulib-tests/test-fnmatch.c:45:3: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
findutils-4.6.0.187-5dae/gnulib-tests/test-fnmatch.c:46:3: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
findutils-4.6.0.187-5dae/gnulib-tests/test-fnmatch.c:47:3: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
findutils-4.6.0.187-5dae/gnulib-tests/test-fnmatch.c:53:3: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
findutils-4.6.0.187-5dae/gnulib-tests/test-fopen.h:37:3: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
findutils-4.6.0.187-5dae/gnulib-tests/test-fopen.h:47:3: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
findutils-4.6.0.187-5dae/gnulib-tests/test-fopen.h:52:3: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
findutils-4.6.0.187-5dae/gnulib-tests/test-fopen.h:58:3: error: Return value of allocation function 'fopen' is not stored. [leakReturnValNotUsed]
findutils-4.6.0.187-5dae/gnulib-tests/test-freadahead.c:36:0: error: Memory leak: buf [memleak]
findutils-4.6.0.187-5dae/gnulib-tests/test-getcwd.c:62:7: style: Condition '!bug_possible' is always true [knownConditionTrueFalse]
findutils-4.6.0.187-5dae/gnulib-tests/test-getcwd.c:60:22: note: Assignment 'bug_possible=0', assigned value is 0
findutils-4.6.0.187-5dae/gnulib-tests/test-getcwd.c:62:7: note: Condition '!bug_possible' is always true
findutils-4.6.0.187-5dae/gnulib-tests/test-getdelim.c:84:3: error: Buffer is accessed out of bounds. [bufferAccessOutOfBounds]
findutils-4.6.0.187-5dae/gnulib-tests/test-getopt_long.h:1586:9: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
findutils-4.6.0.187-5dae/gnulib-tests/test-getopt_long.h:1583:29: note: outer condition: non_options_count==2
findutils-4.6.0.187-5dae/gnulib-tests/test-getopt_long.h:1586:9: note: opposite inner condition: !(non_options_count==2)
findutils-4.6.0.187-5dae/gnulib-tests/test-getopt.h:92:3: style: Variable 'posixly' is reassigned a value before the old one has been used. [redundantAssignment]
findutils-4.6.0.187-5dae/gnulib-tests/test-getopt.h:86:0: note: Variable 'posixly' is reassigned a value before the old one has been used.
findutils-4.6.0.187-5dae/gnulib-tests/test-getopt.h:92:3: note: Variable 'posixly' is reassigned a value before the old one has been used.
findutils-4.6.0.187-5dae/gnulib-tests/test-ignore-value.c:34:16: style: struct member 's::i' is never used. [unusedStructMember]
findutils-4.6.0.187-5dae/gnulib-tests/test-isfinite.c:26:0: error: #error missing declaration [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gnulib-tests/test-isinf.c:26:0: error: #error missing declaration [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gnulib-tests/test-math.c:24:0: error: #error NAN should be defined [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gnulib-tests/test-mbscasestr1.c:59:12: style: The scope of the variable 'repeat' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-mbscasestr1.c:61:17: style: The scope of the variable 'needle' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-mbscasestr1.c:84:12: style: The scope of the variable 'repeat' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-mbscasestr1.c:86:17: style: The scope of the variable 'haystack' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-mbscasestr2.c:68:12: style: The scope of the variable 'repeat' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-mbscasestr2.c:70:17: style: The scope of the variable 'needle' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-mbscasestr2.c:92:12: style: The scope of the variable 'repeat' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-mbscasestr2.c:94:17: style: The scope of the variable 'haystack' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-mbsstr1.c:59:12: style: The scope of the variable 'repeat' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-mbsstr1.c:61:17: style: The scope of the variable 'needle' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-mbsstr1.c:83:12: style: The scope of the variable 'repeat' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-mbsstr1.c:85:17: style: The scope of the variable 'haystack' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-mbsstr2.c:68:12: style: The scope of the variable 'repeat' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-mbsstr2.c:70:17: style: The scope of the variable 'needle' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-mbsstr2.c:92:12: style: The scope of the variable 'repeat' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-mbsstr2.c:94:17: style: The scope of the variable 'haystack' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-memchr.c:101:23: style: Condition 'page_boundary!=NULL' is always false [knownConditionTrueFalse]
findutils-4.6.0.187-5dae/gnulib-tests/test-memchr.c:96:27: note: Assignment 'page_boundary=(char*)zerosize_ptr()', assigned value is 0
findutils-4.6.0.187-5dae/gnulib-tests/test-memchr.c:101:23: note: Condition 'page_boundary!=NULL' is always false
findutils-4.6.0.187-5dae/gnulib-tests/test-memchr.c:99:9: style: The scope of the variable 'limit' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-nl_langinfo.c:61:3: style: Unsigned variable '(' can't be negative so it is unnecessary to test it. [unsignedPositive]
findutils-4.6.0.187-5dae/gnulib-tests/test-nl_langinfo.c:133:3: style: Unsigned variable '(' can't be negative so it is unnecessary to test it. [unsignedPositive]
findutils-4.6.0.187-5dae/gnulib-tests/test-nl_langinfo.c:134:3: style: Unsigned variable '(' can't be negative so it is unnecessary to test it. [unsignedPositive]
findutils-4.6.0.187-5dae/gnulib-tests/test-nl_langinfo.c:135:3: style: Unsigned variable '(' can't be negative so it is unnecessary to test it. [unsignedPositive]
findutils-4.6.0.187-5dae/gnulib-tests/test-nl_langinfo.c:136:3: style: Unsigned variable '(' can't be negative so it is unnecessary to test it. [unsignedPositive]
findutils-4.6.0.187-5dae/gnulib-tests/test-nl_langinfo.c:141:5: style: Unsigned variable '(' can't be negative so it is unnecessary to test it. [unsignedPositive]
findutils-4.6.0.187-5dae/gnulib-tests/test-parse-datetime.c:77:34: style: Same value in both branches of ternary operator. [duplicateValueTernary]
findutils-4.6.0.187-5dae/gnulib-tests/test-parse-datetime.c:78:34: style: Same value in both branches of ternary operator. [duplicateValueTernary]
findutils-4.6.0.187-5dae/gnulib-tests/glthread/thread.h:78:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gnulib-tests/test-quotearg-simple.c:336:9: style: Condition 'z' is always false [knownConditionTrueFalse]
findutils-4.6.0.187-5dae/gnulib-tests/test-quotearg-simple.c:334:28: note: Assignment 'z=zerosize_ptr()', assigned value is 0
findutils-4.6.0.187-5dae/gnulib-tests/test-quotearg-simple.c:336:9: note: Condition 'z' is always false
findutils-4.6.0.187-5dae/gnulib-tests/test-regex.c:113:15: error: Memory pointed to by 'start' is freed twice. [doubleFree]
findutils-4.6.0.187-5dae/gnulib-tests/test-regex.c:114:15: error: Memory pointed to by 'end' is freed twice. [doubleFree]
findutils-4.6.0.187-5dae/gnulib-tests/test-regex.c:135:7: error: Memory pointed to by 'start' is freed twice. [doubleFree]
findutils-4.6.0.187-5dae/gnulib-tests/test-regex.c:136:7: error: Memory pointed to by 'end' is freed twice. [doubleFree]
findutils-4.6.0.187-5dae/gnulib-tests/test-snprintf.c:42:7: warning: The buffer 'buf' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
findutils-4.6.0.187-5dae/gnulib-tests/test-stdalign.c:38:0: error: #error "alignof is not a macro" [preprocessorErrorDirective]
findutils-4.6.0.187-5dae/gnulib-tests/test-stddef.c:39:8: style: struct member 'd::e' is never used. [unusedStructMember]
findutils-4.6.0.187-5dae/gnulib-tests/test-stddef.c:40:8: style: struct member 'd::f' is never used. [unusedStructMember]
findutils-4.6.0.187-5dae/gnulib-tests/test-stdint.c:390:1: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
findutils-4.6.0.187-5dae/gnulib-tests/test-stdint.c:399:1: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
findutils-4.6.0.187-5dae/gnulib-tests/test-stdint.c:403:1: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
findutils-4.6.0.187-5dae/gnulib-tests/test-stdint.c:405:1: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
findutils-4.6.0.187-5dae/gnulib-tests/test-stdint.c:407:1: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
findutils-4.6.0.187-5dae/gnulib-tests/test-stdlib.c:34:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
findutils-4.6.0.187-5dae/gnulib-tests/test-strcasestr.c:97:12: style: The scope of the variable 'repeat' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-strcasestr.c:99:17: style: The scope of the variable 'needle' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-strcasestr.c:122:12: style: The scope of the variable 'repeat' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-strcasestr.c:124:17: style: The scope of the variable 'haystack' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-strnlen.c:35:7: style: Condition '!page_boundary' is always true [knownConditionTrueFalse]
findutils-4.6.0.187-5dae/gnulib-tests/test-strnlen.c:34:25: note: Assignment 'page_boundary=(char*)zerosize_ptr()', assigned value is 0
findutils-4.6.0.187-5dae/gnulib-tests/test-strnlen.c:35:7: note: Condition '!page_boundary' is always true
findutils-4.6.0.187-5dae/gnulib-tests/test-strnlen.c:67:0: error: Memory leak: page_boundary [memleak]
findutils-4.6.0.187-5dae/gnulib-tests/test-strstr.c:73:9: style: Condition '!page_boundary' is always true [knownConditionTrueFalse]
findutils-4.6.0.187-5dae/gnulib-tests/test-strstr.c:65:27: note: Assignment 'page_boundary=(char*)zerosize_ptr()', assigned value is 0
findutils-4.6.0.187-5dae/gnulib-tests/test-strstr.c:73:9: note: Condition '!page_boundary' is always true
findutils-4.6.0.187-5dae/gnulib-tests/test-strstr.c:117:12: style: The scope of the variable 'repeat' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-strstr.c:119:17: style: The scope of the variable 'needle' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-strstr.c:141:12: style: The scope of the variable 'repeat' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-strstr.c:143:17: style: The scope of the variable 'haystack' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/test-trunc2.c:173:34: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
findutils-4.6.0.187-5dae/gnulib-tests/test-unsetenv.c:40:3: style: Variable 'entry' is assigned a value that is never used. [unreadVariable]
findutils-4.6.0.187-5dae/gnulib-tests/test-vasnprintf.c:50:7: warning: The buffer 'buf' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
findutils-4.6.0.187-5dae/gnulib-tests/test-verify.c:51:13: style: Condition 'c==2' is always true [knownConditionTrueFalse]
findutils-4.6.0.187-5dae/gnulib-tests/test-verify.c:55:13: style: Condition '1==1' is always true [knownConditionTrueFalse]
findutils-4.6.0.187-5dae/gnulib-tests/test-verify.c:58:35: style: Condition '1==1' is always true [knownConditionTrueFalse]
findutils-4.6.0.187-5dae/gnulib-tests/test-verify.c:55:13: style: Same expression on both sides of '=='. [duplicateExpression]
findutils-4.6.0.187-5dae/gnulib-tests/test-verify.c:58:35: style: Same expression on both sides of '=='. [duplicateExpression]
findutils-4.6.0.187-5dae/gnulib-tests/test-wcwidth.c:36:11: style: The scope of the variable 'wc' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/gnulib-tests/anytostr.c:41:9: style: Checking if unsigned variable 'i' is less than zero. [unsignedLessThanZero]
findutils-4.6.0.187-5dae/lib/buildcmd.c:429:11: style: Condition 'val>0' is always false [knownConditionTrueFalse]
findutils-4.6.0.187-5dae/lib/buildcmd.c:426:10: note: Assignment 'val=-1', assigned value is -1
findutils-4.6.0.187-5dae/lib/buildcmd.c:429:11: note: Condition 'val>0' is always false
findutils-4.6.0.187-5dae/lib/buildcmd.c:483:15: style: Function 'bc_init_controlinfo' argument 2 names different: declaration 'arglen_headroom' definition 'headroom'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/lib/buildcmd.h:136:20: note: Function 'bc_init_controlinfo' argument 2 names different: declaration 'arglen_headroom' definition 'headroom'.
findutils-4.6.0.187-5dae/lib/buildcmd.c:483:15: note: Function 'bc_init_controlinfo' argument 2 names different: declaration 'arglen_headroom' definition 'headroom'.
findutils-4.6.0.187-5dae/lib/buildcmd.c:558:15: style: Function 'bc_init_state' argument 3 names different: declaration 'usercontext' definition 'context'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/lib/buildcmd.h:134:13: note: Function 'bc_init_state' argument 3 names different: declaration 'usercontext' definition 'context'.
findutils-4.6.0.187-5dae/lib/buildcmd.c:558:15: note: Function 'bc_init_state' argument 3 names different: declaration 'usercontext' definition 'context'.
findutils-4.6.0.187-5dae/lib/dircallback.c:72:19: style: Function 'run_in_dirfd' argument 1 names different: declaration 'fd' definition 'dir_fd'. [funcArgNamesDifferent]
findutils-4.6.0.187-5dae/lib/dircallback.h:24:23: note: Function 'run_in_dirfd' argument 1 names different: declaration 'fd' definition 'dir_fd'.
findutils-4.6.0.187-5dae/lib/dircallback.c:72:19: note: Function 'run_in_dirfd' argument 1 names different: declaration 'fd' definition 'dir_fd'.
findutils-4.6.0.187-5dae/lib/fdleak.c:63:7: style: The scope of the variable 'maxfd' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/lib/fdleak.c:73:22: style: The scope of the variable 'dent' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/lib/fdleak.c:146:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/lib/listfile.c:294:15: warning: %s in format string (no. 2) requires 'char *' but the argument type is 'signed int'. [invalidPrintfArgType_s]
findutils-4.6.0.187-5dae/lib/listfile.c:294:15: error: fprintf format string requires 4 parameters but only 2 are given. [wrongPrintfScanfArgNum]
findutils-4.6.0.187-5dae/lib/listfile.c:110:20: style: The scope of the variable 'when_local' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/lib/listfile.c:111:15: style: The scope of the variable 'user_name' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/lib/listfile.c:112:15: style: The scope of the variable 'group_name' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/lib/listfile.c:358:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
findutils-4.6.0.187-5dae/locate/frcode.c:208:7: style: The scope of the variable 'count' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/locate/frcode.c:208:24: style: The scope of the variable 'diffcount' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/locate/frcode.c:106:19: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
findutils-4.6.0.187-5dae/locate/locate.c:1184:11: style: Variable 'error_message' is reassigned a value before the old one has been used. [redundantAssignment]
findutils-4.6.0.187-5dae/locate/locate.c:1173:0: note: Variable 'error_message' is reassigned a value before the old one has been used.
findutils-4.6.0.187-5dae/locate/locate.c:1184:11: note: Variable 'error_message' is reassigned a value before the old one has been used.
findutils-4.6.0.187-5dae/locate/locate.c:1494:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
findutils-4.6.0.187-5dae/locate/locate.c:238:10: style: The scope of the variable 'needed' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/locate/locate.c:1020:9: style: The scope of the variable 'pathpart' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/locate/locate.c:1549:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/locate/locate.c:1911:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/xargs/xargs.c:257:18: warning: Possible null pointer dereference: p [nullPointer]
findutils-4.6.0.187-5dae/xargs/xargs.c:250:11: note: Assignment 'p=NULL', assigned value is 0
findutils-4.6.0.187-5dae/xargs/xargs.c:257:18: note: Null pointer dereference
findutils-4.6.0.187-5dae/xargs/xargs.c:782:7: style: Variable 'bc_ctl.initial_argc' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
findutils-4.6.0.187-5dae/xargs/xargs.c:780:7: note: Variable 'bc_ctl.initial_argc' is reassigned a value before the old one has been used if variable is no semaphore variable.
findutils-4.6.0.187-5dae/xargs/xargs.c:782:7: note: Variable 'bc_ctl.initial_argc' is reassigned a value before the old one has been used if variable is no semaphore variable.
findutils-4.6.0.187-5dae/xargs/xargs.c:857:7: style: The scope of the variable 'prevc' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/xargs/xargs.c:1226:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/xargs/xargs.c:1228:10: style: The scope of the variable 'r' can be reduced. [variableScope]
findutils-4.6.0.187-5dae/xargs/xargs.c:1409:19: style: The scope of the variable 'j' can be reduced. [variableScope]
[21:49]
ftp://ftp.se.debian.org/debian/pool/main/f/fio/fio_3.8.orig.tar.gz
fio-3.8/compiler/compiler.h:8:0: error: #error Compiler too old, need at least gcc 4.1.0 [preprocessorErrorDirective]
fio-3.8/os/os.h:58:0: error: #error "unsupported os" [preprocessorErrorDirective]
fio-3.8/crc/sha1.c:28:60: style: Function 'fio_sha1_update' argument 2 names different: declaration 'dataIn' definition 'data'. [funcArgNamesDifferent]
fio-3.8/crc/sha1.h:19:57: note: Function 'fio_sha1_update' argument 2 names different: declaration 'dataIn' definition 'data'.
fio-3.8/crc/sha1.c:28:60: note: Function 'fio_sha1_update' argument 2 names different: declaration 'dataIn' definition 'data'.
fio-3.8/crc/sha1.c:44:8: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fio-3.8/crc/sha1.c:51:8: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fio-3.8/crc/xxhash.c:263:38: style: Function 'XXH32_resetState' argument 1 names different: declaration 'state' definition 'state_in'. [funcArgNamesDifferent]
fio-3.8/crc/xxhash.h:138:38: note: Function 'XXH32_resetState' argument 1 names different: declaration 'state' definition 'state_in'.
fio-3.8/crc/xxhash.c:263:38: note: Function 'XXH32_resetState' argument 1 names different: declaration 'state' definition 'state_in'.
fio-3.8/crc/xxhash.c:349:35: style: Function 'XXH32_update' argument 1 names different: declaration 'state' definition 'state_in'. [funcArgNamesDifferent]
fio-3.8/crc/xxhash.h:111:35: note: Function 'XXH32_update' argument 1 names different: declaration 'state' definition 'state_in'.
fio-3.8/crc/xxhash.c:349:35: note: Function 'XXH32_update' argument 1 names different: declaration 'state' definition 'state_in'.
fio-3.8/crc/xxhash.c:403:42: style: Function 'XXH32_intermediateDigest' argument 1 names different: declaration 'state' definition 'state_in'. [funcArgNamesDifferent]
fio-3.8/crc/xxhash.h:154:46: note: Function 'XXH32_intermediateDigest' argument 1 names different: declaration 'state' definition 'state_in'.
fio-3.8/crc/xxhash.c:403:42: note: Function 'XXH32_intermediateDigest' argument 1 names different: declaration 'state' definition 'state_in'.
fio-3.8/crc/xxhash.c:414:30: style: Function 'XXH32_digest' argument 1 names different: declaration 'state' definition 'state_in'. [funcArgNamesDifferent]
fio-3.8/crc/xxhash.h:112:35: note: Function 'XXH32_digest' argument 1 names different: declaration 'state' definition 'state_in'.
fio-3.8/crc/xxhash.c:414:30: note: Function 'XXH32_digest' argument 1 names different: declaration 'state' definition 'state_in'.
fio-3.8/exp/test-expression-parser.c:51:11: style: Condition '!bye' is always true [knownConditionTrueFalse]
fio-3.8/exp/test-expression-parser.c:32:16: note: Assignment 'bye=0', assigned value is 0
fio-3.8/exp/test-expression-parser.c:51:11: note: Condition '!bye' is always true
fio-3.8/exp/test-expression-parser.c:32:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
fio-3.8/fifo.c:61:30: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fio-3.8/fifo.c:89:14: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fio-3.8/hash.h:28:0: error: #error Define GOLDEN_RATIO_PRIME for your wordsize. [preprocessorErrorDirective]
fio-3.8/graph.c:183:23: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fio-3.8/graph.c:207:22: style: The scope of the variable 'i' can be reduced. [variableScope]
fio-3.8/graph.c:209:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
fio-3.8/graph.c:242:9: style: The scope of the variable 'x1' can be reduced. [variableScope]
fio-3.8/graph.c:242:13: style: The scope of the variable 'y1' can be reduced. [variableScope]
fio-3.8/graph.c:242:17: style: The scope of the variable 'x2' can be reduced. [variableScope]
fio-3.8/graph.c:242:21: style: The scope of the variable 'y2' can be reduced. [variableScope]
fio-3.8/graph.c:244:24: style: The scope of the variable 'v' can be reduced. [variableScope]
fio-3.8/graph.c:318:9: style: The scope of the variable 'tx' can be reduced. [variableScope]
fio-3.8/graph.c:374:9: style: The scope of the variable 'ty' can be reduced. [variableScope]
fio-3.8/graph.c:439:26: style: The scope of the variable 'bar_width' can be reduced. [variableScope]
fio-3.8/graph.c:440:9: style: The scope of the variable 'label_offset' can be reduced. [variableScope]
fio-3.8/graph.c:442:22: style: The scope of the variable 'lb' can be reduced. [variableScope]
fio-3.8/graph.c:640:22: style: The scope of the variable 'i' can be reduced. [variableScope]
fio-3.8/graph.c:836:22: style: The scope of the variable 'i' can be reduced. [variableScope]
fio-3.8/graph.c:859:22: style: The scope of the variable 'i' can be reduced. [variableScope]
fio-3.8/graph.c:993:11: style: The scope of the variable 'yval' can be reduced. [variableScope]
fio-3.8/graph.c:993:17: style: The scope of the variable 'ydiff' can be reduced. [variableScope]
fio-3.8/graph.c:436:35: style: Function 'bar_graph_draw' argument 1 names different: declaration 'g' definition 'bg'. [funcArgNamesDifferent]
fio-3.8/graph.h:17:35: note: Function 'bar_graph_draw' argument 1 names different: declaration 'g' definition 'bg'.
fio-3.8/graph.c:436:35: note: Function 'bar_graph_draw' argument 1 names different: declaration 'g' definition 'bg'.
fio-3.8/graph.c:621:32: style: Function 'graph_title' argument 1 names different: declaration 'g' definition 'bg'. [funcArgNamesDifferent]
fio-3.8/graph.h:27:32: note: Function 'graph_title' argument 1 names different: declaration 'g' definition 'bg'.
fio-3.8/graph.c:621:32: note: Function 'graph_title' argument 1 names different: declaration 'g' definition 'bg'.
fio-3.8/graph.c:626:34: style: Function 'graph_x_title' argument 1 names different: declaration 'g' definition 'bg'. [funcArgNamesDifferent]
fio-3.8/graph.h:29:34: note: Function 'graph_x_title' argument 1 names different: declaration 'g' definition 'bg'.
fio-3.8/graph.c:626:34: note: Function 'graph_x_title' argument 1 names different: declaration 'g' definition 'bg'.
fio-3.8/graph.c:631:34: style: Function 'graph_y_title' argument 1 names different: declaration 'g' definition 'bg'. [funcArgNamesDifferent]
fio-3.8/graph.h:31:34: note: Function 'graph_y_title' argument 1 names different: declaration 'g' definition 'bg'.
fio-3.8/graph.c:631:34: note: Function 'graph_y_title' argument 1 names different: declaration 'g' definition 'bg'.
fio-3.8/graph.c:652:45: style: Function 'graph_add_label' argument 1 names different: declaration 'g' definition 'bg'. [funcArgNamesDifferent]
fio-3.8/graph.h:33:45: note: Function 'graph_add_label' argument 1 names different: declaration 'g' definition 'bg'.
fio-3.8/graph.c:652:45: note: Function 'graph_add_label' argument 1 names different: declaration 'g' definition 'bg'.
fio-3.8/graph.c:788:34: style: Function 'graph_add_data' argument 1 names different: declaration 'g' definition 'bg'. [funcArgNamesDifferent]
fio-3.8/graph.h:55:34: note: Function 'graph_add_data' argument 1 names different: declaration 'g' definition 'bg'.
fio-3.8/graph.c:788:34: note: Function 'graph_add_data' argument 1 names different: declaration 'g' definition 'bg'.
fio-3.8/graph.c:815:37: style: Function 'graph_add_xy_data' argument 1 names different: declaration 'g' definition 'bg'. [funcArgNamesDifferent]
fio-3.8/graph.h:57:37: note: Function 'graph_add_xy_data' argument 1 names different: declaration 'g' definition 'bg'.
fio-3.8/graph.c:815:37: note: Function 'graph_add_xy_data' argument 1 names different: declaration 'g' definition 'bg'.
fio-3.8/graph.c:867:36: style: Function 'graph_set_color' argument 1 names different: declaration 'g' definition 'gr'. [funcArgNamesDifferent]
fio-3.8/graph.h:61:36: note: Function 'graph_set_color' argument 1 names different: declaration 'g' definition 'gr'.
fio-3.8/graph.c:867:36: note: Function 'graph_set_color' argument 1 names different: declaration 'g' definition 'gr'.
fio-3.8/graph.c:947:37: style: Function 'graph_contains_xy' argument 1 names different: declaration 'p' definition 'g'. [funcArgNamesDifferent]
fio-3.8/graph.h:91:44: note: Function 'graph_contains_xy' argument 1 names different: declaration 'p' definition 'g'.
fio-3.8/graph.c:947:37: note: Function 'graph_contains_xy' argument 1 names different: declaration 'p' definition 'g'.
fio-3.8/graph.c:957:53: style: Function 'graph_find_tooltip' argument 2 names different: declaration 'x' definition 'ix'. [funcArgNamesDifferent]
fio-3.8/graph.h:90:60: note: Function 'graph_find_tooltip' argument 2 names different: declaration 'x' definition 'ix'.
fio-3.8/graph.c:957:53: note: Function 'graph_find_tooltip' argument 2 names different: declaration 'x' definition 'ix'.
fio-3.8/graph.c:957:61: style: Function 'graph_find_tooltip' argument 3 names different: declaration 'y' definition 'iy'. [funcArgNamesDifferent]
fio-3.8/graph.h:90:67: note: Function 'graph_find_tooltip' argument 3 names different: declaration 'y' definition 'iy'.
fio-3.8/graph.c:957:61: note: Function 'graph_find_tooltip' argument 3 names different: declaration 'y' definition 'iy'.
fio-3.8/graph.c:73:15: style: struct member 'tick_value::offset' is never used. [unusedStructMember]
fio-3.8/lib/axmap.c:32:0: error: #error "Number of arch bits unknown" [preprocessorErrorDirective]
fio-3.8/lib/ieee754.c:80:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fio-3.8/lib/memalign.c:22:9: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fio-3.8/lib/memalign.c:23:11: portability: 'ret' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fio-3.8/lib/memalign.c:32:31: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fio-3.8/lib/memalign.c:34:11: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fio-3.8/lib/memalign.c:27:2: error: Memory leak: ptr [memleak]
fio-3.8/lib/output_buffer.c:28:3: style: Variable 'need' is reassigned a value before the old one has been used. [redundantAssignment]
fio-3.8/lib/output_buffer.c:25:0: note: Variable 'need' is reassigned a value before the old one has been used.
fio-3.8/lib/output_buffer.c:28:3: note: Variable 'need' is reassigned a value before the old one has been used.
fio-3.8/lib/pattern.c:186:4: warning: %hhx in format string (no. 1) requires 'unsigned char *' but the argument type is 'signed char *'. [invalidScanfArgType_int]
fio-3.8/lib/pattern.c:131:15: style: The scope of the variable 'val' can be reduced. [variableScope]
fio-3.8/lib/pattern.c:132:7: style: The scope of the variable 'lval' can be reduced. [variableScope]
fio-3.8/lib/pattern.c:486:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
fio-3.8/lib/pattern.c:487:15: style: The scope of the variable 'len' can be reduced. [variableScope]
fio-3.8/lib/pattern.c:185:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
fio-3.8/oslib/asprintf.c:16:15: error: va_list 'ap_copy' used before va_start() was called. [va_list_usedBeforeStarted]
fio-3.8/oslib/asprintf.c:18:35: error: va_list 'ap_copy' used before va_start() was called. [va_list_usedBeforeStarted]
fio-3.8/oslib/asprintf.c:19:5: error: va_list 'ap_copy' used before va_start() was called. [va_list_usedBeforeStarted]
fio-3.8/oslib/libmtd.c:222:6: warning: %llx in format string (no. 1) requires 'unsigned long long *' but the argument type is 'signed long long *'. [invalidScanfArgType_int]
fio-3.8/oslib/libmtd.c:1109:15: portability: 'oob' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fio-3.8/oslib/libmtd.c:1116:14: portability: 'oob' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fio-3.8/oslib/libmtd_xalloc.h:52:21: warning: Either the condition 'nmemb!=0' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
fio-3.8/oslib/libmtd_xalloc.h:54:27: note: Assuming that condition 'nmemb!=0' is not redundant
fio-3.8/oslib/libmtd_xalloc.h:52:21: note: Invalid argument
fio-3.8/oslib/libmtd.c:529:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fio-3.8/oslib/libmtd.c:705:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
fio-3.8/oslib/libmtd_legacy.c:117:8: warning: %llx in format string (no. 2) requires 'unsigned long long *' but the argument type is 'signed long long *'. [invalidScanfArgType_int]
fio-3.8/oslib/libmtd_legacy.c:117:8: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
fio-3.8/oslib/libmtd_legacy.c:378:30: style: Function 'legacy_get_dev_info1' argument 1 names different: declaration 'dev_num' definition 'mtd_num'. [funcArgNamesDifferent]
fio-3.8/oslib/libmtd_int.h:103:30: note: Function 'legacy_get_dev_info1' argument 1 names different: declaration 'dev_num' definition 'mtd_num'.
fio-3.8/oslib/libmtd_legacy.c:378:30: note: Function 'legacy_get_dev_info1' argument 1 names different: declaration 'dev_num' definition 'mtd_num'.
fio-3.8/oslib/strcasestr.c:7:30: style: Function 'strcasestr' argument 1 names different: declaration 'haystack' definition 's1'. [funcArgNamesDifferent]
fio-3.8/oslib/strcasestr.h:6:30: note: Function 'strcasestr' argument 1 names different: declaration 'haystack' definition 's1'.
fio-3.8/oslib/strcasestr.c:7:30: note: Function 'strcasestr' argument 1 names different: declaration 'haystack' definition 's1'.
fio-3.8/oslib/strcasestr.c:7:46: style: Function 'strcasestr' argument 2 names different: declaration 'needle' definition 's2'. [funcArgNamesDifferent]
fio-3.8/oslib/strcasestr.h:6:52: note: Function 'strcasestr' argument 2 names different: declaration 'needle' definition 's2'.
fio-3.8/oslib/strcasestr.c:7:46: note: Function 'strcasestr' argument 2 names different: declaration 'needle' definition 's2'.
fio-3.8/oslib/strsep.c:9:14: style: The scope of the variable 'spanp' can be reduced. [variableScope]
fio-3.8/oslib/strsep.c:10:6: style: The scope of the variable 'c' can be reduced. [variableScope]
fio-3.8/t/axmap.c:85:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
fio-3.8/t/axmap.c:240:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fio-3.8/t/axmap.c:240:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
fio-3.8/t/axmap.c:219:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
fio-3.8/t/ieee754.c:8:11: style: The scope of the variable 'i' can be reduced. [variableScope]
fio-3.8/t/ieee754.c:9:9: style: The scope of the variable 'f' can be reduced. [variableScope]
fio-3.8/t/lfsr-test.c:32:11: style: The scope of the variable 'v_size' can be reduced. [variableScope]
fio-3.8/t/lfsr-test.c:92:19: portability: 'v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fio-3.8/t/lfsr-test.c:103:23: portability: 'v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fio-3.8/t/lfsr-test.c:106:22: portability: 'v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fio-3.8/t/log.c:14:2: style: Variable 'len' is reassigned a value before the old one has been used. [redundantAssignment]
fio-3.8/t/log.c:12:2: note: Variable 'len' is reassigned a value before the old one has been used.
fio-3.8/t/log.c:14:2: note: Variable 'len' is reassigned a value before the old one has been used.
fio-3.8/t/log.c:28:2: style: Variable 'len' is reassigned a value before the old one has been used. [redundantAssignment]
fio-3.8/t/log.c:26:2: note: Variable 'len' is reassigned a value before the old one has been used.
fio-3.8/t/log.c:28:2: note: Variable 'len' is reassigned a value before the old one has been used.
fio-3.8/t/memlock.c:25:4: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
fio-3.8/t/memlock.c:29:0: error: Memory leak: buf [memleak]
fio-3.8/t/read-to-pipe-async.c:125:20: style: The scope of the variable 'work' can be reduced. [variableScope]
fio-3.8/t/read-to-pipe-async.c:447:20: style: The scope of the variable 'i' can be reduced. [variableScope]
fio-3.8/t/read-to-pipe-async.c:294:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
fio-3.8/t/stest.c:25:21: style: The scope of the variable 'nr' can be reduced. [variableScope]
fio-3.8/t/stest.c:26:16: style: The scope of the variable 'total' can be reduced. [variableScope]
fio-3.8/t/time-test.c:514:4: warning: %llu in format string (no. 4) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
fio-3.8/tickmarks.c:91:47: style: Function 'calc_tickmarks' argument 7 names different: declaration 'base_off' definition 'base_offset'. [funcArgNamesDifferent]
fio-3.8/tickmarks.h:10:48: note: Function 'calc_tickmarks' argument 7 names different: declaration 'base_off' definition 'base_offset'.
fio-3.8/tickmarks.c:91:47: note: Function 'calc_tickmarks' argument 7 names different: declaration 'base_off' definition 'base_offset'.
[21:49]
ftp://ftp.se.debian.org/debian/pool/main/f/fiona/fiona_1.7.13.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/f/firebird2.5/firebird2.5_2.5.3.26778.ds4.orig.tar.xz
firebird2.5-2.5.3.26778.ds4.orig/builds/install/arch-specific/darwin/buildno.c:2:0: error: syntax error [syntaxError]
firebird2.5-2.5.3.26778.ds4.orig/builds/install/arch-specific/darwin/buildsuffix.c:2:0: error: syntax error [syntaxError]
firebird2.5-2.5.3.26778.ds4.orig/builds/install/arch-specific/darwin/fullvers.c:2:0: error: syntax error [syntaxError]
firebird2.5-2.5.3.26778.ds4.orig/builds/install/arch-specific/darwin/majorvers.c:2:0: error: syntax error [syntaxError]
firebird2.5-2.5.3.26778.ds4.orig/builds/install/arch-specific/darwin/minorvers.c:2:0: error: syntax error [syntaxError]
firebird2.5-2.5.3.26778.ds4.orig/builds/install/arch-specific/darwin/revno.c:2:0: error: syntax error [syntaxError]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/closure.c:15:22: style: The scope of the variable 'sp' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/closure.c:50:22: style: The scope of the variable 'vrow' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/closure.c:53:21: style: The scope of the variable 'cword' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/closure.c:107:23: style: The scope of the variable 'word' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/closure.c:116:9: style: The scope of the variable 'symbol' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/lalr.c:171:16: style: The scope of the variable 'state1' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/lalr.c:236:18: style: The scope of the variable 'middle' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/lalr.c:237:18: style: The scope of the variable 's' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/lalr.c:269:16: style: The scope of the variable 'stateno' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/lalr.c:344:16: style: The scope of the variable 'nedges' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/lalr.c:346:16: style: The scope of the variable 'state1' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/lalr.c:348:16: style: The scope of the variable 'symbol1' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/lalr.c:460:16: style: The scope of the variable 'k' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/lr0.c:34:18: style: The scope of the variable 'symbol' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/lr0.c:84:18: style: The scope of the variable 'j' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/lr0.c:154:22: style: The scope of the variable 'isp2' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/lr0.c:157:18: style: The scope of the variable 'found' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/lr0.c:246:18: style: The scope of the variable 'symbol' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/lr0.c:318:18: style: The scope of the variable 'n' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/lr0.c:374:12: style: The scope of the variable 'j' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/lr0.c:427:22: style: The scope of the variable 'rp2' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/lr0.c:428:18: style: The scope of the variable 'item' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/lr0.c:431:22: style: The scope of the variable 'rend' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/mkpar.c:52:18: style: The scope of the variable 'i' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/mkpar.c:52:21: style: The scope of the variable 'k' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/mkpar.c:53:18: style: The scope of the variable 'symbol' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/mkpar.c:83:18: style: The scope of the variable 'ruleno' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/mkpar.c:84:24: style: The scope of the variable 'rowp' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/mkpar.c:190:18: style: The scope of the variable 'symbol' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/mkpar.c:191:26: style: The scope of the variable 'pref' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/mstring.c:60:5: error: Memory leak: ptr [memleak]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/output.c:427:18: style: The scope of the variable 'state' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/output.c:492:18: style: The scope of the variable 'j' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/output.c:496:18: style: The scope of the variable 'match' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/output.c:809:20: style: The scope of the variable 's' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/reader.c:1203:45: style: Same expression on both sides of '&&'. [duplicateExpression]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/reader.c:282:19: style: The scope of the variable 'key' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/reader.c:607:11: style: The scope of the variable 's' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/reader.c:747:9: style: The scope of the variable 'value' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/reader.c:796:15: style: The scope of the variable 'c' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/reader.c:868:18: style: The scope of the variable 'c' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/reader.c:868:21: style: The scope of the variable 'k' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/reader.c:1181:11: style: The scope of the variable 's_cptr' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/reader.c:1240:18: style: The scope of the variable 'i' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/reader.c:1625:18: style: The scope of the variable 'c' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/reader.c:1666:24: style: The scope of the variable 's' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/reader.c:1796:9: style: The scope of the variable 'assoc' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/reader.c:1796:16: style: The scope of the variable 'prec' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/readskel.c:66:15: style: The scope of the variable 'sline' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/readskel.c:67:5: style: The scope of the variable 'i' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/verbose.c:142:18: style: The scope of the variable 'rule' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/verbose.c:145:22: style: The scope of the variable 'sp1' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/verbose.c:220:18: style: The scope of the variable 'as' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/verbose.c:268:18: style: The scope of the variable 'k' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/verbose.c:304:21: style: The scope of the variable 'k' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/verbose.c:305:18: style: The scope of the variable 'as' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/extern/btyacc/warshall.c:10:24: style: The scope of the variable 'ccol' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/src/include/fb_types.h:49:0: error: #error compile_time_failure: SIZEOF_LONG not specified [preprocessorErrorDirective]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/alloc.h:228:12: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/alloc.h:232:5: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/SafeArg.h:172:17: warning: Member variable 'SafeArg::m_arguments' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/fb_string.h:157:3: warning: Member variable 'AbstractString::inlineBuffer' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/fb_string.h:165:19: warning: Member variable 'AbstractString::inlineBuffer' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/alloc.h:547:8: style: Technically the member function 'Firebird::GlobalStorage::operatordelete' can be const. [functionConst]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/array.h:48:9: performance: Technically the member function 'Firebird::InlineStorage::getStorageSize' can be static. [functionStatic]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/array.h:65:9: performance: Technically the member function 'Firebird::EmptyStorage::getStorageSize' can be static. [functionStatic]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/fb_string.h:144:8: performance: Technically the member function 'Firebird::AbstractString::shrinkBuffer' can be static. [functionStatic]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/rwlock.h:268:2: style: Class 'ReadLockGuard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/rwlock.h:294:2: style: Class 'WriteLockGuard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/auto.h:65:0: style: Class 'Firebird :: AutoPtr < Firebird :: UtilSvc , SimpleDelete < Where > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/fb_string.h:612:0: style: Class 'Firebird :: StringBase < StringComparator >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/fb_string.h:612:0: style: Class 'Firebird :: StringBase < PathNameComparator >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/common/StatusArg.cpp:65:53: style: Function 'StatusVector' argument 2 names different: declaration 'v' definition 'c'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/common/StatusArg.h:128:40: note: Function 'StatusVector' argument 2 names different: declaration 'v' definition 'c'.
firebird2.5-2.5.3.26778.ds4.orig/src/common/StatusArg.cpp:65:53: note: Function 'StatusVector' argument 2 names different: declaration 'v' definition 'c'.
firebird2.5-2.5.3.26778.ds4.orig/src/common/StatusArg.cpp:49:2: style: Class 'Base' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/common/StatusArg.cpp:49:2: style: Class 'Base' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firebird2.5-2.5.3.26778.ds4.orig/src/common/StatusArg.h:109:16: warning: Virtual function 'clear' is called from constructor 'ImplStatusVector(ISC_STATUS k,ISC_STATUS c)' at line 122. Dynamic binding is not used. [virtualCallInConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/common/StatusArg.h:122:4: note: Calling clear
firebird2.5-2.5.3.26778.ds4.orig/src/common/StatusArg.h:109:16: note: clear is a virtual method
firebird2.5-2.5.3.26778.ds4.orig/src/common/StatusArg.h:109:16: warning: Virtual function 'clear' is called from constructor 'ImplStatusVector(const ISC_STATUS*s)' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/common/StatusArg.cpp:57:2: note: Calling clear
firebird2.5-2.5.3.26778.ds4.orig/src/common/StatusArg.h:109:16: note: clear is a virtual method
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/MetaName.h:61:2: style: Class 'MetaName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/MetaName.h:64:2: style: Class 'MetaName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/MetaName.h:110:2: style: Class 'LoopMetaName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:143:51: style: Function 'createStandalone' argument 2 names different: declaration 'argv' definition 'av'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.h:78:50: note: Function 'createStandalone' argument 2 names different: declaration 'argv' definition 'av'.
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:143:51: note: Function 'createStandalone' argument 2 names different: declaration 'argv' definition 'av'.
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:70:7: style: The function 'outputVerbose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.h:58:15: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:70:7: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:75:7: style: The function 'outputError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.h:59:15: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:75:7: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:80:7: style: The function 'outputData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.h:60:15: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:80:7: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:86:18: style: The function 'printf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.h:61:18: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:86:18: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:113:18: style: The function 'isService' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.h:55:15: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:113:18: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:118:15: style: The function 'checkService' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.h:71:15: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:118:15: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:124:15: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.h:57:15: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:124:15: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:125:15: style: The function 'started' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.h:56:15: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:125:15: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:126:15: style: The function 'putLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.h:62:18: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:126:15: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:127:15: style: The function 'putSLong' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.h:63:18: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:127:15: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:128:15: style: The function 'putChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.h:64:15: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:128:15: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:129:15: style: The function 'putBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.h:65:15: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:129:15: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:130:16: style: The function 'getBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.h:66:16: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:130:16: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:131:15: style: The function 'setServiceStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.h:67:15: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:131:15: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:132:15: style: The function 'setServiceStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.h:68:15: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:132:15: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:133:31: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.h:69:28: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:133:31: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:135:15: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.h:74:15: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:135:15: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:136:15: style: The function 'initStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.h:70:15: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/UtilSvc.cpp:136:15: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/BaseStream.h:62:6: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/BaseStream.h:50:14: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/BaseStream.h:62:6: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/BaseStream.h:82:6: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/BaseStream.h:50:14: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/BaseStream.h:82:6: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/BaseStream.h:105:6: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/BaseStream.h:50:14: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/BaseStream.h:105:6: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/alloc.cpp:1036:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/alloc.cpp:1089:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/alloc.cpp:1818:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:145:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:153:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:154:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:193:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:238:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:241:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:251:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:263:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:283:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:351:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:352:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:357:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:363:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:364:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:367:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:372:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:374:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:404:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:409:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:412:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:461:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:462:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:464:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:475:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:476:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:477:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:479:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:681:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:686:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:689:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:916:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:925:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:1009:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:1011:0: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:910:0: style: Function '_removePage' argument 1 names different: declaration 'level' definition 'nodeLevel'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:659:0: note: Function '_removePage' argument 1 names different: declaration 'level' definition 'nodeLevel'.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:910:0: note: Function '_removePage' argument 1 names different: declaration 'level' definition 'nodeLevel'.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/class_perf.cpp:65:18: style: Unused variable: temp [unusedVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:335:0: warning: Member variable 'NodeList::level' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:344:0: warning: Member variable 'NodeList::level' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/vector.h:43:0: warning: Member variable 'Firebird :: Vector < void * , 2 >::data' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/vector.h:43:0: warning: Member variable 'Firebird :: Vector < void * , MAX_TREE_DEPTH + 1 >::data' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/vector.h:43:0: warning: Member variable 'Firebird :: Vector < BlockInfo , LeafCount >::data' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/vector.h:43:0: warning: Member variable 'Firebird :: Vector < void * , NodeCount >::data' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:73:7: performance: Technically the member function 'Firebird::MallocAllocator::deallocate' can be static. [functionStatic]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/vector.h:62:0: performance: Technically the member function 'Firebird :: Vector < void * , 2 >::getCapacity' can be static. [functionStatic]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/vector.h:62:0: performance: Technically the member function 'Firebird :: Vector < void * , MAX_TREE_DEPTH + 1 >::getCapacity' can be static. [functionStatic]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/vector.h:62:0: performance: Technically the member function 'Firebird :: Vector < BlockInfo , LeafCount >::getCapacity' can be static. [functionStatic]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/vector.h:62:0: performance: Technically the member function 'Firebird :: Vector < void * , NodeCount >::getCapacity' can be static. [functionStatic]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:301:0: style: Class 'Firebird :: BePlusTree < BlockInfo ,unsigned long , InternalAllocator , BlockInfo , DefaultComparator < Key > >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:313:0: style: Class 'ItemList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:335:0: style: Class 'NodeList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/tree.h:111:0: warning: The class 'Firebird :: BePlusTree < BlockInfo ,unsigned long , InternalAllocator , BlockInfo , DefaultComparator < Key > >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/class_perf.cpp:142:0: error: Memory leak: v [memleak]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/fb_string.cpp:397:0: error: #error NS: I am lazy to implement version of this routine based on plain vsprintf. [preprocessorErrorDirective]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:163:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:161:7: note: outer condition: !flag
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:163:8: note: identical inner condition: !flag
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:173:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:171:7: note: outer condition: flag
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:173:8: note: identical inner condition: flag
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:208:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:206:7: note: outer condition: !flag
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:208:8: note: identical inner condition: !flag
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:202:2: warning: Member variable 'InitInstance::instance' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:92:8: style: The function 'dtor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:76:16: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:92:8: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:95:3: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:93:3: note: Variable 'b' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:95:3: note: Variable 'b' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:100:3: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:97:3: note: Variable 'a' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:100:3: note: Variable 'a' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:178:3: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:171:3: note: Variable 'a' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:178:3: note: Variable 'a' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:205:3: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:202:3: note: Variable 'c' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:205:3: note: Variable 'c' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:208:3: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:205:3: note: Variable 'c' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:208:3: note: Variable 'c' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:211:3: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:208:3: note: Variable 'c' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:211:3: note: Variable 'c' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:214:3: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:211:3: note: Variable 'c' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:214:3: note: Variable 'c' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:261:3: style: Variable 'a' is reassigned a value before the old one has been used. [redundantAssignment]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:254:3: note: Variable 'a' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:261:3: note: Variable 'a' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:487:3: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:459:0: note: Variable 'b' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:487:3: note: Variable 'b' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:494:3: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:487:3: note: Variable 'b' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:494:3: note: Variable 'b' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:511:3: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:508:3: note: Variable 'b' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:511:3: note: Variable 'b' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:74:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:76:0: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:111:7: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:178:7: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:193:5: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:214:3: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:264:7: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:432:10: style: Unused variable: a [unusedVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:432:17: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:457:0: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:494:3: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:511:7: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:540:14: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:541:14: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:542:14: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:543:14: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:544:14: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:545:14: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:546:14: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:547:14: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:548:14: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:549:14: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:550:14: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:551:14: style: Variable 'o' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:552:14: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:572:14: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:573:0: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:574:0: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:575:0: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:101:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:108:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:324:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/string_test.cpp:333:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firebird2.5-2.5.3.26778.ds4.orig/src/common/config/config.cpp:464:6: warning: Identical condition 'value', second condition is always false [identicalConditionAfterEarlyExit]
firebird2.5-2.5.3.26778.ds4.orig/src/common/config/config.cpp:457:6: note: first condition
firebird2.5-2.5.3.26778.ds4.orig/src/common/config/config.cpp:464:6: note: second condition
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:208:0: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:206:0: note: outer condition: !flag
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:208:0: note: identical inner condition: !flag
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:202:0: warning: Member variable 'Firebird :: InitInstance < ConfigImpl , DefaultInit < T > >::instance' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/objects_array.h:418:19: style: Technically the member function 'Firebird::PointersArray::const_iterator::operator++' can be const. [functionConst]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/objects_array.h:433:19: style: Technically the member function 'Firebird::PointersArray::const_iterator::operator--' can be const. [functionConst]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/objects_array.h:455:17: style: Technically the member function 'Firebird::PointersArray::const_iterator::operator.' can be const. [functionConst]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/objects_array.h:461:17: style: Technically the member function 'Firebird::PointersArray::const_iterator::operator*' can be const. [functionConst]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:129:0: style: Class 'Firebird :: GlobalPtr < Firebird :: Mutex , InstanceControl :: PRIORITY_REGULAR >' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:129:0: style: Class 'Firebird :: GlobalPtr < Firebird :: PathName , InstanceControl :: PRIORITY_REGULAR >' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/objects_array.h:382:2: warning: The class 'PointersArray' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/objects_array.h:478:3: warning: The class 'iterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firebird2.5-2.5.3.26778.ds4.orig/src/common/config/config_file.h:93:9: style: Technically the member function 'ConfigFile::parseValueFrom' can be const. [functionConst]
firebird2.5-2.5.3.26778.ds4.orig/src/common/config/config_file.cpp:155:20: note: Technically the member function 'ConfigFile::parseValueFrom' can be const.
firebird2.5-2.5.3.26778.ds4.orig/src/common/config/config_file.h:93:9: note: Technically the member function 'ConfigFile::parseValueFrom' can be const.
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/auto.h:65:0: style: Class 'Firebird :: AutoPtr < FILE , Firebird :: FileClose >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/common/fb_exception.cpp:37:12: warning: Member variable 'ThreadBuffer::buffer' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/init.h:129:0: style: Class 'Firebird :: GlobalPtr < StringsBuffer , InstanceControl :: PRIORITY_REGULAR >' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
firebird2.5-2.5.3.26778.ds4.orig/src/config/AdminException.cpp:61:60: style: Function 'setLocation' argument 1 names different: declaration 'fileName' definition 'file'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/AdminException.h:45:46: note: Function 'setLocation' argument 1 names different: declaration 'fileName' definition 'file'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/AdminException.cpp:61:60: note: Function 'setLocation' argument 1 names different: declaration 'fileName' definition 'file'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/ConfObj.h:36:1: warning: The class 'ConfObj' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.h:67:3: warning: Member variable 'FileChange::next' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.h:67:3: warning: Member variable 'FileChange::lineNumber' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.h:67:3: warning: Member variable 'FileChange::linesSkipped' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/config/ConfigFile.h:60:15: performance: Technically the member function 'ConfigFile::getRootDirectory' can be static. [functionStatic]
firebird2.5-2.5.3.26778.ds4.orig/src/config/ConfigFile.cpp:220:25: note: Technically the member function 'ConfigFile::getRootDirectory' can be static.
firebird2.5-2.5.3.26778.ds4.orig/src/config/ConfigFile.h:60:15: note: Technically the member function 'ConfigFile::getRootDirectory' can be static.
firebird2.5-2.5.3.26778.ds4.orig/src/config/ConfigFile.h:63:15: performance: Technically the member function 'ConfigFile::getInstallDirectory' can be static. [functionStatic]
firebird2.5-2.5.3.26778.ds4.orig/src/config/ConfigFile.cpp:241:25: note: Technically the member function 'ConfigFile::getInstallDirectory' can be static.
firebird2.5-2.5.3.26778.ds4.orig/src/config/ConfigFile.h:63:15: note: Technically the member function 'ConfigFile::getInstallDirectory' can be static.
firebird2.5-2.5.3.26778.ds4.orig/src/config/ConfigFile.h:64:29: warning: Virtual function 'expand' is called from constructor 'ConfigFile(const char*configFile,const LEX_flags configFlags)' at line 75. Dynamic binding is not used. [virtualCallInConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/config/ConfigFile.cpp:75:35: note: Calling expand
firebird2.5-2.5.3.26778.ds4.orig/src/config/ConfigFile.h:64:29: note: expand is a virtual method
firebird2.5-2.5.3.26778.ds4.orig/src/config/ConfigFile.h:64:29: warning: Virtual function 'expand' is called from constructor 'ConfigFile(const char*configFile,const LEX_flags configFlags)' at line 84. Dynamic binding is not used. [virtualCallInConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/config/ConfigFile.cpp:84:2: note: Calling parse
firebird2.5-2.5.3.26778.ds4.orig/src/config/ConfigFile.cpp:133:34: note: Calling expand
firebird2.5-2.5.3.26778.ds4.orig/src/config/ConfigFile.h:64:29: note: expand is a virtual method
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.h:53:21: style: The function 'getInputFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputStream.h:51:21: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.h:53:21: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.h:54:22: style: The function 'getFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputStream.h:52:22: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.h:54:22: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.h:55:22: style: The function 'getSegment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputStream.h:60:22: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.h:55:22: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.h:56:15: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputStream.h:57:15: note: Virtual function in base class
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.h:56:15: note: Function in derived class
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:133:52: style: Function 'addChild' argument 1 names different: declaration 'name' definition 'childName'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:53:45: note: Function 'addChild' argument 1 names different: declaration 'name' definition 'childName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:133:52: note: Function 'addChild' argument 1 names different: declaration 'name' definition 'childName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:152:52: style: Function 'addAttribute' argument 1 names different: declaration 'name' definition 'attributeName'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:56:45: note: Function 'addAttribute' argument 1 names different: declaration 'name' definition 'attributeName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:152:52: note: Function 'addAttribute' argument 1 names different: declaration 'name' definition 'attributeName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:157:56: style: Function 'addAttribute' argument 1 names different: declaration 'name' definition 'attributeName'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:57:49: note: Function 'addAttribute' argument 1 names different: declaration 'name' definition 'attributeName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:157:56: note: Function 'addAttribute' argument 1 names different: declaration 'name' definition 'attributeName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:157:95: style: Function 'addAttribute' argument 2 names different: declaration 'value' definition 'attributeValue'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:57:79: note: Function 'addAttribute' argument 2 names different: declaration 'value' definition 'attributeValue'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:157:95: note: Function 'addAttribute' argument 2 names different: declaration 'value' definition 'attributeValue'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:165:56: style: Function 'addAttribute' argument 1 names different: declaration 'name' definition 'attributeName'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:58:49: note: Function 'addAttribute' argument 1 names different: declaration 'name' definition 'attributeName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:165:56: note: Function 'addAttribute' argument 1 names different: declaration 'name' definition 'attributeName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:165:75: style: Function 'addAttribute' argument 2 names different: declaration 'value' definition 'attributeValue'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:58:59: note: Function 'addAttribute' argument 2 names different: declaration 'value' definition 'attributeValue'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:165:75: note: Function 'addAttribute' argument 2 names different: declaration 'value' definition 'attributeValue'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:191:41: style: Function 'findChild' argument 1 names different: declaration 'name' definition 'childName'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:73:34: note: Function 'findChild' argument 1 names different: declaration 'name' definition 'childName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:191:41: note: Function 'findChild' argument 1 names different: declaration 'name' definition 'childName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:202:47: style: Function 'findChild' argument 1 names different: declaration 'name' definition 'childName'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:74:40: note: Function 'findChild' argument 1 names different: declaration 'name' definition 'childName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:202:47: note: Function 'findChild' argument 1 names different: declaration 'name' definition 'childName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:213:45: style: Function 'findAttribute' argument 1 names different: declaration 'name' definition 'childName'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:69:38: note: Function 'findAttribute' argument 1 names different: declaration 'name' definition 'childName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:213:45: note: Function 'findAttribute' argument 1 names different: declaration 'name' definition 'childName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:224:51: style: Function 'findAttribute' argument 1 names different: declaration 'name' definition 'childName'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:70:44: note: Function 'findAttribute' argument 1 names different: declaration 'name' definition 'childName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:224:51: note: Function 'findAttribute' argument 1 names different: declaration 'name' definition 'childName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:325:51: style: Function 'findChildIgnoreCase' argument 1 names different: declaration 'name' definition 'childName'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:66:44: note: Function 'findChildIgnoreCase' argument 1 names different: declaration 'name' definition 'childName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:325:51: note: Function 'findChildIgnoreCase' argument 1 names different: declaration 'name' definition 'childName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:346:52: style: Function 'getAttributeValue' argument 1 names different: declaration 'name' definition 'attributeName'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:64:45: note: Function 'getAttributeValue' argument 1 names different: declaration 'name' definition 'attributeName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:346:52: note: Function 'getAttributeValue' argument 1 names different: declaration 'name' definition 'attributeName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:351:52: style: Function 'getAttributeValue' argument 1 names different: declaration 'name' definition 'attributeName'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:63:45: note: Function 'getAttributeValue' argument 1 names different: declaration 'name' definition 'attributeName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:351:52: note: Function 'getAttributeValue' argument 1 names different: declaration 'name' definition 'attributeName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:407:41: style: Function 'findChild' argument 1 names different: declaration 'name' definition 'childName'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:60:34: note: Function 'findChild' argument 1 names different: declaration 'name' definition 'childName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:407:41: note: Function 'findChild' argument 1 names different: declaration 'name' definition 'childName'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:407:87: style: Function 'findChild' argument 3 names different: declaration 'value' definition 'attributeValue'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:60:75: note: Function 'findChild' argument 3 names different: declaration 'value' definition 'attributeValue'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:407:87: note: Function 'findChild' argument 3 names different: declaration 'value' definition 'attributeValue'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:479:39: style: Function 'analyzeData' argument 1 names different: declaration 'data' definition 'bytes'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:89:38: note: Function 'analyzeData' argument 1 names different: declaration 'data' definition 'bytes'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:479:39: note: Function 'analyzeData' argument 1 names different: declaration 'data' definition 'bytes'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:67:7: performance: Technically the member function 'Element::indent' can be static. [functionStatic]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:317:15: note: Technically the member function 'Element::indent' can be static.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:67:7: note: Technically the member function 'Element::indent' can be static.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:88:7: performance: Technically the member function 'Element::putQuotedText' can be static. [functionStatic]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.cpp:442:15: note: Technically the member function 'Element::putQuotedText' can be static.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Element.h:88:7: note: Technically the member function 'Element::putQuotedText' can be static.
firebird2.5-2.5.3.26778.ds4.orig/src/config/FileName.cpp:13:2: performance: Variable 'pathName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.cpp:119:32: style: Function 'postChange' argument 1 names different: declaration 'lineNumber' definition 'line'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.h:52:23: note: Function 'postChange' argument 1 names different: declaration 'lineNumber' definition 'line'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.cpp:119:32: note: Function 'postChange' argument 1 names different: declaration 'lineNumber' definition 'line'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.cpp:221:43: style: Function 'openInputFile' argument 1 names different: declaration 'fileName' definition 'name'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.h:58:33: note: Function 'openInputFile' argument 1 names different: declaration 'fileName' definition 'name'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.cpp:221:43: note: Function 'openInputFile' argument 1 names different: declaration 'fileName' definition 'name'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.cpp:69:12: warning: Member variable 'InputFile::buffer' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.h:56:15: warning: Virtual function 'close' is called from destructor '~InputFile()' at line 77. Dynamic binding is not used. [virtualCallInConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.cpp:77:2: note: Calling close
firebird2.5-2.5.3.26778.ds4.orig/src/config/InputFile.h:56:15: note: close is a virtual method
firebird2.5-2.5.3.26778.ds4.orig/src/config/Lex.cpp:248:59: style: Function 'setCommentString' argument 2 names different: declaration 'end' definition 'cend'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Lex.h:80:56: note: Function 'setCommentString' argument 2 names different: declaration 'end' definition 'cend'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Lex.cpp:248:59: note: Function 'setCommentString' argument 2 names different: declaration 'end' definition 'cend'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Lex.cpp:56:6: warning: Member variable 'Lex::priorLineNumber' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Lex.cpp:56:6: warning: Member variable 'Lex::eol' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Lex.cpp:56:6: warning: Member variable 'Lex::priorInputStream' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Lex.cpp:56:6: warning: Member variable 'Lex::tokenInputStream' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Lex.cpp:56:6: warning: Member variable 'Lex::tokenOffset' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Lex.cpp:56:6: warning: Member variable 'Lex::token' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Lex.cpp:56:6: warning: Member variable 'Lex::tokenLineNumber' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Lex.cpp:56:6: warning: Member variable 'Lex::commentEnd' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Stream.cpp:197:13: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Stream.cpp:82:49: style: Function 'putSegment' argument 2 names different: declaration 'address' definition 'ptr'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Stream.h:64:51: note: Function 'putSegment' argument 2 names different: declaration 'address' definition 'ptr'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Stream.cpp:82:49: note: Function 'putSegment' argument 2 names different: declaration 'address' definition 'ptr'.
firebird2.5-2.5.3.26778.ds4.orig/src/config/Stream.cpp:58:9: warning: Member variable 'Stream::currentLength' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Stream.cpp:58:9: warning: Member variable 'Stream::decompressedLength' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/config/Stream.cpp:58:9: warning: Member variable 'Stream::first' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/extlib/ib_udf.cpp:219:8: style: The scope of the variable 'current' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/src/extlib/ib_udf.cpp:157:11: error: Division by zero. [zerodiv]
firebird2.5-2.5.3.26778.ds4.orig/src/extlib/ib_udf.cpp:278:11: error: Division by zero. [zerodiv]
firebird2.5-2.5.3.26778.ds4.orig/src/gpre/fbrmclib.cpp:1066:17: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/gpre/fbrmclib.cpp:1301:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
firebird2.5-2.5.3.26778.ds4.orig/src/intl/utils/dtest.c:108:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'texttype *'. [invalidPrintfArgType_sint]
firebird2.5-2.5.3.26778.ds4.orig/src/intl/utils/dtest.c:109:4: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
firebird2.5-2.5.3.26778.ds4.orig/src/intl/utils/dtest.c:98:4: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
firebird2.5-2.5.3.26778.ds4.orig/src/intl/utils/mapdump.c:66:17: style: The scope of the variable 'uch' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/src/intl/utils/mapgen4.c:287:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firebird2.5-2.5.3.26778.ds4.orig/src/intl/utils/mapgen4.c:291:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firebird2.5-2.5.3.26778.ds4.orig/src/intl/utils/mapgen4.c:304:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firebird2.5-2.5.3.26778.ds4.orig/src/intl/utils/mapgen4.c:308:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firebird2.5-2.5.3.26778.ds4.orig/src/intl/utils/mapgen4.c:315:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firebird2.5-2.5.3.26778.ds4.orig/src/intl/utils/mapgen4.c:319:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firebird2.5-2.5.3.26778.ds4.orig/src/intl/utils/mapgen4.c:323:5: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firebird2.5-2.5.3.26778.ds4.orig/src/intl/utils/mapgen4.c:376:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firebird2.5-2.5.3.26778.ds4.orig/src/intl/utils/mapgen4.c:376:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firebird2.5-2.5.3.26778.ds4.orig/src/intl/utils/maptest.cpp:67:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
firebird2.5-2.5.3.26778.ds4.orig/src/intl/utils/maptest.cpp:71:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
firebird2.5-2.5.3.26778.ds4.orig/src/intl/utils/maptest2.c:26:0: error: Code 'classcodepage_map{' is invalid C code. Use --std or --language to configure the language. [syntaxError]
firebird2.5-2.5.3.26778.ds4.orig/src/common/utils_proto.h:77:0: error: #error dont know how to compare strings case insensitive on this system [preprocessorErrorDirective]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/fb_atomic.h:521:0: error: #error AtomicCounter: implement appropriate code for your platform! [preprocessorErrorDirective]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/evl_string.h:77:11: warning: Member variable 'StaticAllocator::allocBuffer' is not initialized in the constructor. [uninitMemberVar]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/evl_string_test.cpp:61:2: style: Class 'StringStartsEvaluator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/posix/isc_ipc.cpp:185:7: style: The scope of the variable 'old_sig_w_siginfo' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/posix/isc_ipc.cpp:156:29: style: Function 'isc_signal2' argument 1 names different: declaration 'signal' definition 'signal_number'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/posix/isc_ipc.cpp:124:29: note: Function 'isc_signal2' argument 1 names different: declaration 'signal' definition 'signal_number'.
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/posix/isc_ipc.cpp:156:29: note: Function 'isc_signal2' argument 1 names different: declaration 'signal' definition 'signal_number'.
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/posix/isc_ipc.cpp:321:27: style: Function 'que_signal' argument 1 names different: declaration 'signal' definition 'signal_number'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/posix/isc_ipc.cpp:125:27: note: Function 'que_signal' argument 1 names different: declaration 'signal' definition 'signal_number'.
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/posix/isc_ipc.cpp:321:27: note: Function 'que_signal' argument 1 names different: declaration 'signal' definition 'signal_number'.
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/posix/isc_ipc.cpp:325:13: style: Function 'que_signal' argument 5 names different: declaration 'w_siginfo' definition 'sig_w_siginfo'. [funcArgNamesDifferent]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/posix/isc_ipc.cpp:125:81: note: Function 'que_signal' argument 5 names different: declaration 'w_siginfo' definition 'sig_w_siginfo'.
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/posix/isc_ipc.cpp:325:13: note: Function 'que_signal' argument 5 names different: declaration 'w_siginfo' definition 'sig_w_siginfo'.
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/posix/isc_ipc.cpp:94:10: style: union member 'Anonymous0::client3' is never used. [unusedStructMember]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/posix/isc_ipc.cpp:248:11: error: Uninitialized variable: sig [uninitvar]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/posix/isc_ipc.cpp:337:13: error: Uninitialized variable: sig [uninitvar]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/posix/path_utils.cpp:48:2: style: Class 'PosixDirItr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/posix/unix.cpp:411:44: style: Same value in both branches of ternary operator. [duplicateValueTernary]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/posix/unix.cpp:797:6: style: The scope of the variable 'i' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/posix/unix.cpp:247:12: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/posix/unix.cpp:411:13: style: Variable 'control' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/vms/extvms.cpp:351:0: error: syntax error [syntaxError]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/vms/vmsevent.cpp:161:16: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/vms/vmsevent.cpp:187:16: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/vms/vmsevent.cpp:242:9: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/vms/vmsevent.cpp:347:16: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/vms/vmsevent.cpp:367:20: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/vms/vmsevent.cpp:418:15: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/vms/vmsevent.cpp:833:15: style: C-style pointer casting [cstyleCast]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/vms/vmsevent.cpp:497:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/vms/vmsevent.cpp:483:0: note: Variable 'status' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/vms/vmsevent.cpp:497:2: note: Variable 'status' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/vms/vmsevent.cpp:886:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/vms/vmsevent.cpp:874:3: note: Variable 'status' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/vms/vmsevent.cpp:886:3: note: Variable 'status' is reassigned a value before the old one has been used.
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/vms/vmsevent.cpp:497:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/vms/vmsevent.cpp:886:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/vms/vmslock.cpp:129:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/win32/mod_loader.cpp:42:3: performance: Variable 'm_ptr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/win32/mod_loader.cpp:72:3: performance: Variable 'hActCtx' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/win32/mod_loader.cpp:151:2: style: Class 'Win32Module' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/os/win32/path_utils.cpp:19:2: style: Class 'Win32DirItr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firebird2.5-2.5.3.26778.ds4.orig/src/jrd/sha.cpp:197:0: error: #error Unknown byte order -- you need to add code here [preprocessorErrorDirective]
firebird2.5-2.5.3.26778.ds4.orig/src/misc/align.cpp:120:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firebird2.5-2.5.3.26778.ds4.orig/src/misc/align.cpp:123:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
firebird2.5-2.5.3.26778.ds4.orig/src/misc/align.cpp:110:10: style: The scope of the variable 'p' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/src/misc/align.cpp:67:7: style: Unused variable: vector [unusedVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/misc/memtest.cpp:139:0: error: syntax error [syntaxError]
firebird2.5-2.5.3.26778.ds4.orig/src/remote/os/win32/cntl.cpp:126:14: style: The scope of the variable 'strings' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/src/remote/os/win32/property.cpp:35:0: error: #error This is a Win32 only file. [preprocessorErrorDirective]
firebird2.5-2.5.3.26778.ds4.orig/src/common/classes/FpeControl.h:211:0: error: #error do not know how to mask floating point exceptions on this platform! [preprocessorErrorDirective]
firebird2.5-2.5.3.26778.ds4.orig/src/remote/os/win32/wnet.cpp:558:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
firebird2.5-2.5.3.26778.ds4.orig/src/remote/os/win32/wnet.cpp:555:6: note: outer condition: !wnet_initialized
firebird2.5-2.5.3.26778.ds4.orig/src/remote/os/win32/wnet.cpp:558:7: note: identical inner condition: !wnet_initialized
firebird2.5-2.5.3.26778.ds4.orig/src/remote/os/win32/wnet.cpp:435:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firebird2.5-2.5.3.26778.ds4.orig/src/utilities/gsec/gsec.cpp:129:31: style: The scope of the variable 'argv' can be reduced. [variableScope]
firebird2.5-2.5.3.26778.ds4.orig/src/utilities/gsec/gsec.cpp:1192:24: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
firebird2.5-2.5.3.26778.ds4.orig/src/utilities/ibmgr/ibmgr.cpp:813:7: style: Variable 'msg' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/utilities/ibmgr/ibmgr.cpp:814:7: style: Variable 'msg2' is assigned a value that is never used. [unreadVariable]
firebird2.5-2.5.3.26778.ds4.orig/src/utilities/rebuild/rebuild.cpp:42:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
[21:50]
ftp://ftp.se.debian.org/debian/pool/main/f/firebird3.0/firebird3.0_3.0.3.32900.ds4.orig.tar.bz2
ftp://ftp.se.debian.org/debian/pool/main/f/firebug/firebug_2.0.4.orig.tar.xz
ftp://ftp.se.debian.org/debian/pool/main/f/firedns/firedns_0.9.12+dfsg.orig.tar.gz
firedns/fdnsmxalist.c:84:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firedns/fdnsmxalist.c:86:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firedns/fdnsmxlist.c:19:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firedns/fdnsname.c:6:18: style: The scope of the variable 'binip' can be reduced. [variableScope]
firedns/firedns.c:529:23: warning: Either the condition 'tempchr!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firedns/firedns.c:512:16: note: Assuming that condition 'tempchr!=NULL' is not redundant
firedns/firedns.c:529:23: note: Null pointer addition
firedns/firedns.c:126:40: style: Same value in both branches of ternary operator. [duplicateValueTernary]
firedns/firedns.c:128:15: style: Same value in both branches of ternary operator. [duplicateValueTernary]
firedns/firedns.c:1607:81: style: Same value in both branches of ternary operator. [duplicateValueTernary]
firedns/firedns.c:182:6: style: The scope of the variable 'i' can be reduced. [variableScope]
firedns/firedns.c:1067:9: style: The scope of the variable 'g' can be reduced. [variableScope]
firedns/firedns.c:1344:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
firedns/firedns.c:1345:8: style: The scope of the variable 'i' can be reduced. [variableScope]
firedns/firedns.c:1346:19: style: The scope of the variable 'ret' can be reduced. [variableScope]
firedns/firedns.c:1375:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
firedns/firedns.c:1376:8: style: The scope of the variable 'i' can be reduced. [variableScope]
firedns/firedns.c:1377:27: style: The scope of the variable 'ret' can be reduced. [variableScope]
firedns/firedns.c:1406:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
firedns/firedns.c:1407:8: style: The scope of the variable 'i' can be reduced. [variableScope]
firedns/firedns.c:1408:20: style: The scope of the variable 'ret' can be reduced. [variableScope]
firedns/firedns.c:1437:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
firedns/firedns.c:1438:8: style: The scope of the variable 'i' can be reduced. [variableScope]
firedns/firedns.c:1439:27: style: The scope of the variable 'ret' can be reduced. [variableScope]
firedns/firedns.c:1468:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
firedns/firedns.c:1469:8: style: The scope of the variable 'i' can be reduced. [variableScope]
firedns/firedns.c:1470:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
firedns/firedns.c:1499:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
firedns/firedns.c:1500:8: style: The scope of the variable 'i' can be reduced. [variableScope]
firedns/firedns.c:1501:27: style: The scope of the variable 'ret' can be reduced. [variableScope]
firedns/firedns.c:1530:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
firedns/firedns.c:1531:8: style: The scope of the variable 'i' can be reduced. [variableScope]
firedns/firedns.c:1532:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
firedns/firedns.c:1562:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
firedns/firedns.c:1563:8: style: The scope of the variable 'i' can be reduced. [variableScope]
firedns/firedns.c:1564:26: style: The scope of the variable 'ret' can be reduced. [variableScope]
firedns/firedns.c:1594:10: style: The scope of the variable 'n' can be reduced. [variableScope]
firedns/firedns.c:1751:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
firedns/firedns.c:1752:8: style: The scope of the variable 'i' can be reduced. [variableScope]
firedns/firedns.c:1753:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
firedns/firedns.c:1782:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
firedns/firedns.c:1783:8: style: The scope of the variable 'i' can be reduced. [variableScope]
firedns/firedns.c:1784:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
firedns/firedns.c:1813:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
firedns/firedns.c:1814:8: style: The scope of the variable 'i' can be reduced. [variableScope]
firedns/firedns.c:1815:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
firedns/firestring/firestring.c:273:6: style: The scope of the variable 'r' can be reduced. [variableScope]
firedns/firestring/firestring.c:340:6: style: The scope of the variable 'i' can be reduced. [variableScope]
firedns/firestring/firestring.c:356:6: style: The scope of the variable 'i' can be reduced. [variableScope]
firedns/firestring/firestring.c:1440:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
firedns/firestring/firestring.c:1367:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
firedns/firestring/firestring.c:1388:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
firedns/firestring/firestring.c:1417:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
firedns/firestring/firestring.c:317:7: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
firedns/firestring/firestring.c:564:64: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
firedns/firestring/firestring.c:571:47: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
firedns/firestring/tester.c:64:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
firedns/tester.c:45:6: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
firedns/tester.c:72:6: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
firedns/tester.c:98:6: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
firedns/tester.c:119:6: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
firedns/tester.c:146:6: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
firedns/tester.c:173:6: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
firedns/tester.c:224:6: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
[21:50]
ftp://ftp.se.debian.org/debian/pool/main/f/firefox/firefox_62.0~b16.orig.tar.xz
Checking firefox-62.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/loudness_histogram.cc: __GCC__=1;__GCC__=1...
firefox-62.0/accessible/aom/AccessibleNode.cpp:177:32: style: Function 'Get' argument 1 names different: declaration 'cx' definition 'aCX'. [funcArgNamesDifferent]
firefox-62.0/accessible/aom/AccessibleNode.h:46:23: note: Function 'Get' argument 1 names different: declaration 'cx' definition 'aCX'.
firefox-62.0/accessible/aom/AccessibleNode.cpp:177:32: note: Function 'Get' argument 1 names different: declaration 'cx' definition 'aCX'.
firefox-62.0/accessible/atk/AccessibleWrap.cpp:952:3: style: Variable 'state_set' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/accessible/atk/AccessibleWrap.cpp:951:0: note: Variable 'state_set' is reassigned a value before the old one has been used.
firefox-62.0/accessible/atk/AccessibleWrap.cpp:952:3: note: Variable 'state_set' is reassigned a value before the old one has been used.
firefox-62.0/accessible/atk/AccessibleWrap.cpp:327:42: style: Function 'GetAtkObject' argument 1 names different: declaration 'aAccessible' definition 'acc'. [funcArgNamesDifferent]
firefox-62.0/accessible/atk/AccessibleWrap.h:62:46: note: Function 'GetAtkObject' argument 1 names different: declaration 'aAccessible' definition 'acc'.
firefox-62.0/accessible/atk/AccessibleWrap.cpp:327:42: note: Function 'GetAtkObject' argument 1 names different: declaration 'aAccessible' definition 'acc'.
firefox-62.0/accessible/atk/AccessibleWrap.cpp:1083:21: style: Function 'GetProxy' argument 1 names different: declaration 'aAtkObj' definition 'aObj'. [funcArgNamesDifferent]
firefox-62.0/accessible/atk/nsMai.h:73:53: note: Function 'GetProxy' argument 1 names different: declaration 'aAtkObj' definition 'aObj'.
firefox-62.0/accessible/atk/AccessibleWrap.cpp:1083:21: note: Function 'GetProxy' argument 1 names different: declaration 'aAtkObj' definition 'aObj'.
firefox-62.0/accessible/atk/AccessibleWrap.cpp:1595:40: style: Function 'FireTextChangeEvent' argument 5 names different: declaration 'aIsFromUser' definition 'aFromUser'. [funcArgNamesDifferent]
firefox-62.0/accessible/atk/nsMai.h:128:49: note: Function 'FireTextChangeEvent' argument 5 names different: declaration 'aIsFromUser' definition 'aFromUser'.
firefox-62.0/accessible/atk/AccessibleWrap.cpp:1595:40: note: Function 'FireTextChangeEvent' argument 5 names different: declaration 'aIsFromUser' definition 'aFromUser'.
firefox-62.0/accessible/atk/ApplicationAccessibleWrap.cpp:118:46: style: C-style pointer casting [cstyleCast]
firefox-62.0/accessible/atk/ApplicationAccessibleWrap.cpp:141:46: style: C-style pointer casting [cstyleCast]
firefox-62.0/accessible/atk/AtkSocketAccessible.cpp:46:3: style: Variable 'acc' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/accessible/atk/AtkSocketAccessible.cpp:45:0: note: Variable 'acc' is reassigned a value before the old one has been used.
firefox-62.0/accessible/atk/AtkSocketAccessible.cpp:46:3: note: Variable 'acc' is reassigned a value before the old one has been used.
firefox-62.0/accessible/atk/UtilInterface.cpp:68:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/accessible/atk/UtilInterface.cpp:129:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/accessible/atk/UtilInterface.cpp:216:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/accessible/atk/nsMaiInterfaceValue.cpp:33:53: warning: Possible null pointer dereference: proxy [nullPointer]
firefox-62.0/accessible/atk/nsMaiInterfaceValue.cpp:23:28: note: Assignment 'proxy=nullptr', assigned value is 0
firefox-62.0/accessible/atk/nsMaiInterfaceValue.cpp:33:53: note: Null pointer dereference
firefox-62.0/accessible/atk/nsMaiInterfaceValue.cpp:54:53: warning: Possible null pointer dereference: proxy [nullPointer]
firefox-62.0/accessible/atk/nsMaiInterfaceValue.cpp:44:28: note: Assignment 'proxy=nullptr', assigned value is 0
firefox-62.0/accessible/atk/nsMaiInterfaceValue.cpp:54:53: note: Null pointer dereference
firefox-62.0/accessible/atk/nsMaiInterfaceValue.cpp:75:53: warning: Possible null pointer dereference: proxy [nullPointer]
firefox-62.0/accessible/atk/nsMaiInterfaceValue.cpp:65:28: note: Assignment 'proxy=nullptr', assigned value is 0
firefox-62.0/accessible/atk/nsMaiInterfaceValue.cpp:75:53: note: Null pointer dereference
firefox-62.0/accessible/atk/nsMaiInterfaceValue.cpp:96:49: warning: Possible null pointer dereference: proxy [nullPointer]
firefox-62.0/accessible/atk/nsMaiInterfaceValue.cpp:86:28: note: Assignment 'proxy=nullptr', assigned value is 0
firefox-62.0/accessible/atk/nsMaiInterfaceValue.cpp:96:49: note: Null pointer dereference
firefox-62.0/accessible/atk/nsMaiInterfaceValue.cpp:117:53: warning: Possible null pointer dereference: proxy [nullPointer]
firefox-62.0/accessible/atk/nsMaiInterfaceValue.cpp:107:28: note: Assignment 'proxy=nullptr', assigned value is 0
firefox-62.0/accessible/atk/nsMaiInterfaceValue.cpp:117:53: note: Null pointer dereference
firefox-62.0/accessible/base/ARIAMap.cpp:1397:49: style: Function 'GetIndexFromRoleMap' argument 1 names different: declaration 'aRoleMap' definition 'aRoleMapEntry'. [funcArgNamesDifferent]
firefox-62.0/accessible/base/ARIAMap.h:263:51: note: Function 'GetIndexFromRoleMap' argument 1 names different: declaration 'aRoleMap' definition 'aRoleMapEntry'.
firefox-62.0/accessible/base/ARIAMap.cpp:1397:49: note: Function 'GetIndexFromRoleMap' argument 1 names different: declaration 'aRoleMap' definition 'aRoleMapEntry'.
firefox-62.0/accessible/base/ARIAStateMap.cpp:363:28: style: Function 'MapTokenType' argument 1 names different: declaration 'aContent' definition 'aElement'. [funcArgNamesDifferent]
firefox-62.0/accessible/base/ARIAStateMap.cpp:81:40: note: Function 'MapTokenType' argument 1 names different: declaration 'aContent' definition 'aElement'.
firefox-62.0/accessible/base/ARIAStateMap.cpp:363:28: note: Function 'MapTokenType' argument 1 names different: declaration 'aContent' definition 'aElement'.
firefox-62.0/accessible/base/AccEvent.h:253:5: performance: Variable 'mParent' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/accessible/base/AccEvent.cpp:105:3: performance: Variable 'mNextSibling' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/accessible/base/AccEvent.h:195:8: style: Technically the member function 'mozilla::a11y::AccTextChangeEvent::GetModifiedText' can be const. [functionConst]
firefox-62.0/accessible/base/AccEvent.h:556:3: style: Technically the member function 'mozilla::a11y::downcast_accEvent::operatorDestination*' can be const. [functionConst]
firefox-62.0/accessible/base/AccEvent.h:156:27: warning: The class 'AccStateChangeEvent' defines member variable with name 'kEventGroup' also defined in its parent class 'AccEvent'. [duplInheritedMember]
firefox-62.0/accessible/base/AccEvent.h:110:27: note: Parent variable 'AccEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:156:27: note: Derived variable 'AccStateChangeEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:185:27: warning: The class 'AccTextChangeEvent' defines member variable with name 'kEventGroup' also defined in its parent class 'AccEvent'. [duplInheritedMember]
firefox-62.0/accessible/base/AccEvent.h:110:27: note: Parent variable 'AccEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:185:27: note: Derived variable 'AccTextChangeEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:219:27: warning: The class 'AccTreeMutationEvent' defines member variable with name 'kEventGroup' also defined in its parent class 'AccEvent'. [duplInheritedMember]
firefox-62.0/accessible/base/AccEvent.h:110:27: note: Parent variable 'AccEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:219:27: note: Derived variable 'AccTreeMutationEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:258:27: warning: The class 'AccMutationEvent' defines member variable with name 'kEventGroup' also defined in its parent class 'AccTreeMutationEvent'. [duplInheritedMember]
firefox-62.0/accessible/base/AccEvent.h:219:27: note: Parent variable 'AccTreeMutationEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:258:27: note: Derived variable 'AccMutationEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:289:27: warning: The class 'AccHideEvent' defines member variable with name 'kEventGroup' also defined in its parent class 'AccMutationEvent'. [duplInheritedMember]
firefox-62.0/accessible/base/AccEvent.h:258:27: note: Parent variable 'AccMutationEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:289:27: note: Derived variable 'AccHideEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:320:27: warning: The class 'AccShowEvent' defines member variable with name 'kEventGroup' also defined in its parent class 'AccMutationEvent'. [duplInheritedMember]
firefox-62.0/accessible/base/AccEvent.h:258:27: note: Parent variable 'AccMutationEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:320:27: note: Derived variable 'AccShowEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:347:27: warning: The class 'AccReorderEvent' defines member variable with name 'kEventGroup' also defined in its parent class 'AccTreeMutationEvent'. [duplInheritedMember]
firefox-62.0/accessible/base/AccEvent.h:219:27: note: Parent variable 'AccTreeMutationEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:347:27: note: Derived variable 'AccReorderEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:369:27: warning: The class 'AccCaretMoveEvent' defines member variable with name 'kEventGroup' also defined in its parent class 'AccEvent'. [duplInheritedMember]
firefox-62.0/accessible/base/AccEvent.h:110:27: note: Parent variable 'AccEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:369:27: note: Derived variable 'AccCaretMoveEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:395:27: warning: The class 'AccTextSelChangeEvent' defines member variable with name 'kEventGroup' also defined in its parent class 'AccEvent'. [duplInheritedMember]
firefox-62.0/accessible/base/AccEvent.h:110:27: note: Parent variable 'AccEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:395:27: note: Derived variable 'AccTextSelChangeEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:434:27: warning: The class 'AccSelChangeEvent' defines member variable with name 'kEventGroup' also defined in its parent class 'AccEvent'. [duplInheritedMember]
firefox-62.0/accessible/base/AccEvent.h:110:27: note: Parent variable 'AccEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:434:27: note: Derived variable 'AccSelChangeEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:464:27: warning: The class 'AccTableChangeEvent' defines member variable with name 'kEventGroup' also defined in its parent class 'AccEvent'. [duplInheritedMember]
firefox-62.0/accessible/base/AccEvent.h:110:27: note: Parent variable 'AccEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:464:27: note: Derived variable 'AccTableChangeEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:496:27: warning: The class 'AccVCChangeEvent' defines member variable with name 'kEventGroup' also defined in its parent class 'AccEvent'. [duplInheritedMember]
firefox-62.0/accessible/base/AccEvent.h:110:27: note: Parent variable 'AccEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:496:27: note: Derived variable 'AccVCChangeEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:532:27: warning: The class 'AccObjectAttrChangedEvent' defines member variable with name 'kEventGroup' also defined in its parent class 'AccEvent'. [duplInheritedMember]
firefox-62.0/accessible/base/AccEvent.h:110:27: note: Parent variable 'AccEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:532:27: note: Derived variable 'AccObjectAttrChangedEvent::kEventGroup'
firefox-62.0/accessible/base/AccEvent.h:560:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/accessible/base/AccessibleOrProxy.h:67:21: style: Technically the member function 'mozilla::a11y::AccessibleOrProxy::ChildAt' can be const. [functionConst]
firefox-62.0/accessible/base/AccessibleOrProxy.h:79:21: style: Technically the member function 'mozilla::a11y::AccessibleOrProxy::FirstChild' can be const. [functionConst]
firefox-62.0/accessible/base/AccessibleOrProxy.h:91:21: style: Technically the member function 'mozilla::a11y::AccessibleOrProxy::LastChild' can be const. [functionConst]
firefox-62.0/accessible/base/AccessibleOrProxy.h:26:16: style: Class 'AccessibleOrProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/accessible/base/AccessibleOrProxy.h:28:16: style: Class 'AccessibleOrProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/accessible/base/AccessibleOrProxy.h:30:16: style: Class 'AccessibleOrProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/accessible/base/DocManager.cpp:135:60: style: Function 'NotifyOfRemoteDocShutdown' argument 1 names different: declaration 'adoc' definition 'aDoc'. [funcArgNamesDifferent]
firefox-62.0/accessible/base/DocManager.h:98:62: note: Function 'NotifyOfRemoteDocShutdown' argument 1 names different: declaration 'adoc' definition 'aDoc'.
firefox-62.0/accessible/base/DocManager.cpp:135:60: note: Function 'NotifyOfRemoteDocShutdown' argument 1 names different: declaration 'adoc' definition 'aDoc'.
firefox-62.0/accessible/base/DocManager.cpp:427:31: style: Function 'AddListeners' argument 2 names different: declaration 'aAddPageShowListener' definition 'aAddDOMContentLoadedListener'. [funcArgNamesDifferent]
firefox-62.0/accessible/base/DocManager.h:155:50: note: Function 'AddListeners' argument 2 names different: declaration 'aAddPageShowListener' definition 'aAddDOMContentLoadedListener'.
firefox-62.0/accessible/base/DocManager.cpp:427:31: note: Function 'AddListeners' argument 2 names different: declaration 'aAddPageShowListener' definition 'aAddDOMContentLoadedListener'.
firefox-62.0/accessible/base/EventQueue.h:57:8: style: Technically the member function 'mozilla::a11y::EventQueue::CoalesceSelChangeEvents' can be const. [functionConst]
firefox-62.0/accessible/base/EventQueue.cpp:198:13: note: Technically the member function 'mozilla::a11y::EventQueue::CoalesceSelChangeEvents' can be const.
firefox-62.0/accessible/base/EventQueue.h:57:8: note: Technically the member function 'mozilla::a11y::EventQueue::CoalesceSelChangeEvents' can be const.
firefox-62.0/accessible/base/EventTree.cpp:153:30: style: Function 'Shown' argument 1 names different: declaration 'aTarget' definition 'aChild'. [funcArgNamesDifferent]
firefox-62.0/accessible/base/EventTree.h:77:26: note: Function 'Shown' argument 1 names different: declaration 'aTarget' definition 'aChild'.
firefox-62.0/accessible/base/EventTree.cpp:153:30: note: Function 'Shown' argument 1 names different: declaration 'aTarget' definition 'aChild'.
firefox-62.0/accessible/base/FocusManager.h:43:15: style: Technically the member function 'mozilla::a11y::FocusManager::IsActiveItem' can be const. [functionConst]
firefox-62.0/accessible/base/FocusManager.h:96:8: performance: Technically the member function 'mozilla::a11y::FocusManager::DispatchFocusEvent' can be static. [functionStatic]
firefox-62.0/accessible/base/FocusManager.cpp:239:15: note: Technically the member function 'mozilla::a11y::FocusManager::DispatchFocusEvent' can be static.
firefox-62.0/accessible/base/FocusManager.h:96:8: note: Technically the member function 'mozilla::a11y::FocusManager::DispatchFocusEvent' can be static.
firefox-62.0/accessible/base/Logging.cpp:520:46: style: Function 'OuterDocDestroy' argument 1 names different: declaration 'OuterDoc' definition 'aOuterDoc'. [funcArgNamesDifferent]
firefox-62.0/accessible/base/Logging.h:105:42: note: Function 'OuterDocDestroy' argument 1 names different: declaration 'OuterDoc' definition 'aOuterDoc'.
firefox-62.0/accessible/base/Logging.cpp:520:46: note: Function 'OuterDocDestroy' argument 1 names different: declaration 'OuterDoc' definition 'aOuterDoc'.
firefox-62.0/accessible/base/Logging.cpp:564:47: style: Function 'ActiveItemChangeCausedBy' argument 1 names different: declaration 'aMsg' definition 'aCause'. [funcArgNamesDifferent]
firefox-62.0/accessible/base/Logging.h:120:43: note: Function 'ActiveItemChangeCausedBy' argument 1 names different: declaration 'aMsg' definition 'aCause'.
firefox-62.0/accessible/base/Logging.cpp:564:47: note: Function 'ActiveItemChangeCausedBy' argument 1 names different: declaration 'aMsg' definition 'aCause'.
firefox-62.0/accessible/base/Logging.cpp:717:33: style: Function 'DOMTree' argument 3 names different: declaration 'aDoc' definition 'aDocument'. [funcArgNamesDifferent]
firefox-62.0/accessible/base/Logging.h:153:71: note: Function 'DOMTree' argument 3 names different: declaration 'aDoc' definition 'aDocument'.
firefox-62.0/accessible/base/Logging.cpp:717:33: note: Function 'DOMTree' argument 3 names different: declaration 'aDoc' definition 'aDocument'.
firefox-62.0/accessible/base/Logging.cpp:1017:37: style: Function 'IsEnabled' argument 1 names different: declaration 'aModules' definition 'aModuleStr'. [funcArgNamesDifferent]
firefox-62.0/accessible/base/Logging.h:70:33: note: Function 'IsEnabled' argument 1 names different: declaration 'aModules' definition 'aModuleStr'.
firefox-62.0/accessible/base/Logging.cpp:1017:37: note: Function 'IsEnabled' argument 1 names different: declaration 'aModules' definition 'aModuleStr'.
firefox-62.0/accessible/base/NotificationController.h:446:15: performance: Technically the member function 'mozilla::a11y::NotificationController::EventMap::GetEventType' can be static. [functionStatic]
firefox-62.0/accessible/base/NotificationController.cpp:982:35: note: Technically the member function 'mozilla::a11y::NotificationController::EventMap::GetEventType' can be static.
firefox-62.0/accessible/base/NotificationController.h:446:15: note: Technically the member function 'mozilla::a11y::NotificationController::EventMap::GetEventType' can be static.
firefox-62.0/accessible/base/NotificationController.cpp:557:12: performance: Technically the member function 'ProcessMutationEvents::::AccIdxComparator::LessThan' can be static. [functionStatic]
firefox-62.0/accessible/base/NotificationController.cpp:564:12: performance: Technically the member function 'ProcessMutationEvents::::AccIdxComparator::Equals' can be static. [functionStatic]
firefox-62.0/accessible/base/StyleInfo.cpp:20:3: performance: Variable 'mComputedStyle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/accessible/base/TextAttrs.cpp:31:39: style: Function 'GetAttributes' argument 2 names different: declaration 'aStartHTOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/base/TextAttrs.h:74:32: note: Function 'GetAttributes' argument 2 names different: declaration 'aStartHTOffset' definition 'aStartOffset'.
firefox-62.0/accessible/base/TextAttrs.cpp:31:39: note: Function 'GetAttributes' argument 2 names different: declaration 'aStartHTOffset' definition 'aStartOffset'.
firefox-62.0/accessible/base/TextAttrs.cpp:32:39: style: Function 'GetAttributes' argument 3 names different: declaration 'aEndHTOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/base/TextAttrs.h:75:32: note: Function 'GetAttributes' argument 3 names different: declaration 'aEndHTOffset' definition 'aEndOffset'.
firefox-62.0/accessible/base/TextAttrs.cpp:32:39: note: Function 'GetAttributes' argument 3 names different: declaration 'aEndHTOffset' definition 'aEndOffset'.
firefox-62.0/accessible/base/TextAttrs.h:420:10: style: Technically the member function 'mozilla::a11y::TextAttrsMgr::TextDecorValue::operator==' can be const. [functionConst]
firefox-62.0/accessible/base/TextAttrs.h:425:10: style: Technically the member function 'mozilla::a11y::TextAttrsMgr::TextDecorValue::operator!=' can be const. [functionConst]
firefox-62.0/accessible/base/TextRange.h:101:8: performance: Technically the member function 'mozilla::a11y::TextRange::Bounds' can be static. [functionStatic]
firefox-62.0/accessible/base/TextRange.cpp:138:12: note: Technically the member function 'mozilla::a11y::TextRange::Bounds' can be static.
firefox-62.0/accessible/base/TextRange.h:101:8: note: Technically the member function 'mozilla::a11y::TextRange::Bounds' can be static.
firefox-62.0/accessible/base/TextRange.h:131:8: performance: Technically the member function 'mozilla::a11y::TextRange::Normalize' can be static. [functionStatic]
firefox-62.0/accessible/base/TextRange.cpp:144:12: note: Technically the member function 'mozilla::a11y::TextRange::Normalize' can be static.
firefox-62.0/accessible/base/TextRange.h:131:8: note: Technically the member function 'mozilla::a11y::TextRange::Normalize' can be static.
firefox-62.0/accessible/base/TextRange.h:147:8: performance: Technically the member function 'mozilla::a11y::TextRange::FindText' can be static. [functionStatic]
firefox-62.0/accessible/base/TextRange.cpp:239:12: note: Technically the member function 'mozilla::a11y::TextRange::FindText' can be static.
firefox-62.0/accessible/base/TextRange.h:147:8: note: Technically the member function 'mozilla::a11y::TextRange::FindText' can be static.
firefox-62.0/accessible/base/TextRange.h:196:8: performance: Technically the member function 'mozilla::a11y::TextRange::FindAttr' can be static. [functionStatic]
firefox-62.0/accessible/base/TextRange.cpp:246:12: note: Technically the member function 'mozilla::a11y::TextRange::FindAttr' can be static.
firefox-62.0/accessible/base/TextRange.h:196:8: note: Technically the member function 'mozilla::a11y::TextRange::FindAttr' can be static.
firefox-62.0/accessible/base/TextRange.h:202:8: performance: Technically the member function 'mozilla::a11y::TextRange::AddToSelection' can be static. [functionStatic]
firefox-62.0/accessible/base/TextRange.cpp:253:12: note: Technically the member function 'mozilla::a11y::TextRange::AddToSelection' can be static.
firefox-62.0/accessible/base/TextRange.h:202:8: note: Technically the member function 'mozilla::a11y::TextRange::AddToSelection' can be static.
firefox-62.0/accessible/base/TextRange.h:203:8: performance: Technically the member function 'mozilla::a11y::TextRange::RemoveFromSelection' can be static. [functionStatic]
firefox-62.0/accessible/base/TextRange.cpp:259:12: note: Technically the member function 'mozilla::a11y::TextRange::RemoveFromSelection' can be static.
firefox-62.0/accessible/base/TextRange.h:203:8: note: Technically the member function 'mozilla::a11y::TextRange::RemoveFromSelection' can be static.
firefox-62.0/accessible/base/TextRange.h:204:8: performance: Technically the member function 'mozilla::a11y::TextRange::Select' can be static. [functionStatic]
firefox-62.0/accessible/base/TextRange.cpp:265:12: note: Technically the member function 'mozilla::a11y::TextRange::Select' can be static.
firefox-62.0/accessible/base/TextRange.h:204:8: note: Technically the member function 'mozilla::a11y::TextRange::Select' can be static.
firefox-62.0/accessible/base/TextRange.h:213:8: performance: Technically the member function 'mozilla::a11y::TextRange::ScrollIntoView' can be static. [functionStatic]
firefox-62.0/accessible/base/TextRange.cpp:270:12: note: Technically the member function 'mozilla::a11y::TextRange::ScrollIntoView' can be static.
firefox-62.0/accessible/base/TextRange.h:213:8: note: Technically the member function 'mozilla::a11y::TextRange::ScrollIntoView' can be static.
firefox-62.0/accessible/base/TextRange.h:246:8: performance: Technically the member function 'mozilla::a11y::TextRange::MoveInternal' can be static. [functionStatic]
firefox-62.0/accessible/base/TextRange.cpp:331:12: note: Technically the member function 'mozilla::a11y::TextRange::MoveInternal' can be static.
firefox-62.0/accessible/base/TextRange.h:246:8: note: Technically the member function 'mozilla::a11y::TextRange::MoveInternal' can be static.
firefox-62.0/accessible/base/TextRange.h:26:1: warning: The struct 'TextPoint' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/accessible/base/nsAccUtils.cpp:76:47: style: Function 'GetDefaultLevel' argument 1 names different: declaration 'aAcc' definition 'aAccessible'. [funcArgNamesDifferent]
firefox-62.0/accessible/base/nsAccUtils.h:68:52: note: Function 'GetDefaultLevel' argument 1 names different: declaration 'aAcc' definition 'aAccessible'.
firefox-62.0/accessible/base/nsAccUtils.cpp:76:47: note: Function 'GetDefaultLevel' argument 1 names different: declaration 'aAcc' definition 'aAccessible'.
firefox-62.0/accessible/base/nsAccessibilityService.cpp:1241:9: style: Condition '!newAcc' is always true [knownConditionTrueFalse]
firefox-62.0/accessible/base/nsAccessibilityService.cpp:1218:7: note: Assuming that condition '!newAcc' is not redundant
firefox-62.0/accessible/base/nsAccessibilityService.cpp:1241:9: note: Condition '!newAcc' is always true
firefox-62.0/accessible/base/nsAccessibilityService.cpp:416:58: style: Function 'NotifyOfAnchorJumpTo' argument 1 names different: declaration 'aTarget' definition 'aTargetNode'. [funcArgNamesDifferent]
firefox-62.0/accessible/base/nsAccessibilityService.h:210:41: note: Function 'NotifyOfAnchorJumpTo' argument 1 names different: declaration 'aTarget' definition 'aTargetNode'.
firefox-62.0/accessible/base/nsAccessibilityService.cpp:416:58: note: Function 'NotifyOfAnchorJumpTo' argument 1 names different: declaration 'aTarget' definition 'aTargetNode'.
firefox-62.0/accessible/base/nsAccessibilityService.cpp:637:52: style: Function 'ContentRemoved' argument 2 names different: declaration 'aChild' definition 'aChildNode'. [funcArgNamesDifferent]
firefox-62.0/accessible/base/nsAccessibilityService.h:173:61: note: Function 'ContentRemoved' argument 2 names different: declaration 'aChild' definition 'aChildNode'.
firefox-62.0/accessible/base/nsAccessibilityService.cpp:637:52: note: Function 'ContentRemoved' argument 2 names different: declaration 'aChild' definition 'aChildNode'.
firefox-62.0/accessible/base/nsAccessibilityService.cpp:1708:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/accessible/base/nsAccessibilityService.cpp:1709:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/accessible/base/nsAccessibilityService.cpp:1710:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/accessible/base/nsCoreUtils.cpp:650:58: style: Function 'DispatchAccEvent' argument 1 names different: declaration 'aEvent' definition 'event'. [funcArgNamesDifferent]
firefox-62.0/accessible/base/nsCoreUtils.h:323:59: note: Function 'DispatchAccEvent' argument 1 names different: declaration 'aEvent' definition 'event'.
firefox-62.0/accessible/base/nsCoreUtils.cpp:650:58: note: Function 'DispatchAccEvent' argument 1 names different: declaration 'aEvent' definition 'event'.
firefox-62.0/accessible/base/nsTextEquivUtils.cpp:276:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/accessible/generic/TableAccessible.h:60:23: error: Division by zero. [zerodiv]
firefox-62.0/accessible/generic/TableAccessible.h:66:23: error: Division by zero. [zerodiv]
firefox-62.0/accessible/generic/TableAccessible.h:75:27: error: Division by zero. [zerodiv]
firefox-62.0/accessible/generic/TableAccessible.h:74:35: note: Assignment 'colCount=ColCount()', assigned value is 0
firefox-62.0/accessible/generic/TableAccessible.h:75:27: note: Division by zero
firefox-62.0/accessible/generic/TableAccessible.h:76:27: error: Division by zero. [zerodiv]
firefox-62.0/accessible/generic/TableAccessible.h:74:35: note: Assignment 'colCount=ColCount()', assigned value is 0
firefox-62.0/accessible/generic/TableAccessible.h:76:27: note: Division by zero
firefox-62.0/accessible/generic/ApplicationAccessible.cpp:113:52: style: Function 'RelationByType' argument 1 names different: declaration 'aType' definition 'aRelationType'. [funcArgNamesDifferent]
firefox-62.0/accessible/generic/ApplicationAccessible.h:50:48: note: Function 'RelationByType' argument 1 names different: declaration 'aType' definition 'aRelationType'.
firefox-62.0/accessible/generic/ApplicationAccessible.cpp:113:52: note: Function 'RelationByType' argument 1 names different: declaration 'aType' definition 'aRelationType'.
firefox-62.0/accessible/generic/ApplicationAccessible.cpp:29:3: performance: Variable 'mAppInfo' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/accessible/generic/BaseAccessibles.cpp:185:38: style: Function 'DoAction' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/generic/BaseAccessibles.h:73:33: note: Function 'DoAction' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/accessible/generic/BaseAccessibles.cpp:185:38: note: Function 'DoAction' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/accessible/generic/DocAccessible-inl.h:150:42: style: Function 'CreateSubtree' argument 1 names different: declaration 'aRoot' definition 'aChild'. [funcArgNamesDifferent]
firefox-62.0/accessible/generic/DocAccessible.h:537:34: note: Function 'CreateSubtree' argument 1 names different: declaration 'aRoot' definition 'aChild'.
firefox-62.0/accessible/generic/DocAccessible-inl.h:150:42: note: Function 'CreateSubtree' argument 1 names different: declaration 'aRoot' definition 'aChild'.
firefox-62.0/accessible/generic/DocAccessible.cpp:1847:78: style: Function 'ProcessContentInserted' argument 2 names different: declaration 'aInsertedContent' definition 'aNodes'. [funcArgNamesDifferent]
firefox-62.0/accessible/generic/DocAccessible.h:501:70: note: Function 'ProcessContentInserted' argument 2 names different: declaration 'aInsertedContent' definition 'aNodes'.
firefox-62.0/accessible/generic/DocAccessible.cpp:1847:78: note: Function 'ProcessContentInserted' argument 2 names different: declaration 'aInsertedContent' definition 'aNodes'.
firefox-62.0/accessible/generic/DocAccessible.cpp:1916:75: style: Function 'ProcessContentInserted' argument 2 names different: declaration 'aInsertedContent' definition 'aNode'. [funcArgNamesDifferent]
firefox-62.0/accessible/generic/DocAccessible.h:503:43: note: Function 'ProcessContentInserted' argument 2 names different: declaration 'aInsertedContent' definition 'aNode'.
firefox-62.0/accessible/generic/DocAccessible.cpp:1916:75: note: Function 'ProcessContentInserted' argument 2 names different: declaration 'aInsertedContent' definition 'aNode'.
firefox-62.0/accessible/generic/DocAccessible.cpp:1974:43: style: Function 'ContentRemoved' argument 1 names different: declaration 'aAccessible' definition 'aChild'. [funcArgNamesDifferent]
firefox-62.0/accessible/generic/DocAccessible.h:354:35: note: Function 'ContentRemoved' argument 1 names different: declaration 'aAccessible' definition 'aChild'.
firefox-62.0/accessible/generic/DocAccessible.cpp:1974:43: note: Function 'ContentRemoved' argument 1 names different: declaration 'aAccessible' definition 'aChild'.
firefox-62.0/accessible/generic/DocAccessible.cpp:2030:54: style: Function 'RelocateARIAOwnedIfNeeded' argument 1 names different: declaration 'aEl' definition 'aElement'. [funcArgNamesDifferent]
firefox-62.0/accessible/generic/DocAccessible.h:371:46: note: Function 'RelocateARIAOwnedIfNeeded' argument 1 names different: declaration 'aEl' definition 'aElement'.
firefox-62.0/accessible/generic/DocAccessible.cpp:2030:54: note: Function 'RelocateARIAOwnedIfNeeded' argument 1 names different: declaration 'aEl' definition 'aElement'.
firefox-62.0/accessible/generic/HyperTextAccessible.cpp:52:35: style: Function 'HyperTextAccessible' argument 1 names different: declaration 'aContent' definition 'aNode'. [funcArgNamesDifferent]
firefox-62.0/accessible/generic/HyperTextAccessible.h:52:35: note: Function 'HyperTextAccessible' argument 1 names different: declaration 'aContent' definition 'aNode'.
firefox-62.0/accessible/generic/HyperTextAccessible.cpp:52:35: note: Function 'HyperTextAccessible' argument 1 names different: declaration 'aContent' definition 'aNode'.
firefox-62.0/accessible/generic/OuterDocAccessible.cpp:118:62: style: Function 'InsertChildAt' argument 2 names different: declaration 'aChild' definition 'aAccessible'. [funcArgNamesDifferent]
firefox-62.0/accessible/generic/OuterDocAccessible.h:39:57: note: Function 'InsertChildAt' argument 2 names different: declaration 'aChild' definition 'aAccessible'.
firefox-62.0/accessible/generic/OuterDocAccessible.cpp:118:62: note: Function 'InsertChildAt' argument 2 names different: declaration 'aChild' definition 'aAccessible'.
firefox-62.0/accessible/generic/RootAccessible.cpp:545:49: style: Function 'HandlePopupHidingEvent' argument 1 names different: declaration 'aNode' definition 'aPopupNode'. [funcArgNamesDifferent]
firefox-62.0/accessible/generic/RootAccessible.h:71:40: note: Function 'HandlePopupHidingEvent' argument 1 names different: declaration 'aNode' definition 'aPopupNode'.
firefox-62.0/accessible/generic/RootAccessible.cpp:545:49: note: Function 'HandlePopupHidingEvent' argument 1 names different: declaration 'aNode' definition 'aPopupNode'.
firefox-62.0/accessible/html/HTMLFormControlAccessible.cpp:514:51: style: Function 'HandleAccEvent' argument 1 names different: declaration 'aAccEvent' definition 'aEvent'. [funcArgNamesDifferent]
firefox-62.0/accessible/html/HTMLFormControlAccessible.h:162:45: note: Function 'HandleAccEvent' argument 1 names different: declaration 'aAccEvent' definition 'aEvent'.
firefox-62.0/accessible/html/HTMLFormControlAccessible.cpp:514:51: note: Function 'HandleAccEvent' argument 1 names different: declaration 'aAccEvent' definition 'aEvent'.
firefox-62.0/accessible/html/HTMLImageMapAccessible.cpp:83:49: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/accessible/html/HTMLTableAccessible.cpp:457:50: style: Function 'RelationByType' argument 1 names different: declaration 'aRelationType' definition 'aType'. [funcArgNamesDifferent]
firefox-62.0/accessible/html/HTMLTableAccessible.h:167:48: note: Function 'RelationByType' argument 1 names different: declaration 'aRelationType' definition 'aType'.
firefox-62.0/accessible/html/HTMLTableAccessible.cpp:457:50: note: Function 'RelationByType' argument 1 names different: declaration 'aRelationType' definition 'aType'.
firefox-62.0/accessible/html/HTMLTableAccessible.cpp:613:38: style: Function 'CellAt' argument 1 names different: declaration 'aRowIndex' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/html/HTMLTableAccessible.h:137:39: note: Function 'CellAt' argument 1 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-62.0/accessible/html/HTMLTableAccessible.cpp:613:38: note: Function 'CellAt' argument 1 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-62.0/accessible/html/HTMLTableAccessible.cpp:613:56: style: Function 'CellAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/html/HTMLTableAccessible.h:137:59: note: Function 'CellAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-62.0/accessible/html/HTMLTableAccessible.cpp:613:56: note: Function 'CellAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-62.0/accessible/html/HTMLTableAccessible.cpp:868:52: style: Function 'RelationByType' argument 1 names different: declaration 'aRelationType' definition 'aType'. [funcArgNamesDifferent]
firefox-62.0/accessible/html/HTMLTableAccessible.h:217:48: note: Function 'RelationByType' argument 1 names different: declaration 'aRelationType' definition 'aType'.
firefox-62.0/accessible/html/HTMLTableAccessible.cpp:868:52: note: Function 'RelationByType' argument 1 names different: declaration 'aRelationType' definition 'aType'.
firefox-62.0/accessible/ipc/DocAccessibleParent.cpp:206:69: style: Function 'RecvEvent' argument 2 names different: declaration 'aType' definition 'aEventType'. [funcArgNamesDifferent]
firefox-62.0/accessible/ipc/DocAccessibleParent.h:73:82: note: Function 'RecvEvent' argument 2 names different: declaration 'aType' definition 'aEventType'.
firefox-62.0/accessible/ipc/DocAccessibleParent.cpp:206:69: note: Function 'RecvEvent' argument 2 names different: declaration 'aType' definition 'aEventType'.
firefox-62.0/accessible/ipc/win/DocAccessibleChild.cpp:116:68: style: Function 'SendEvent' argument 2 names different: declaration 'type' definition 'aType'. [funcArgNamesDifferent]
firefox-62.0/accessible/ipc/win/DocAccessibleChild.h:43:55: note: Function 'SendEvent' argument 2 names different: declaration 'type' definition 'aType'.
firefox-62.0/accessible/ipc/win/DocAccessibleChild.cpp:116:68: note: Function 'SendEvent' argument 2 names different: declaration 'type' definition 'aType'.
firefox-62.0/accessible/ipc/win/ProxyAccessible.h:56:12: warning: Member variable 'ProxyAccessible::mSafeToRecurse' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/accessible/ipc/win/handler/AccessibleHandler.cpp:482:37: style: Function 'MarshalAs' argument 1 names different: declaration 'aRequestedIid' definition 'aIid'. [funcArgNamesDifferent]
firefox-62.0/accessible/ipc/win/handler/AccessibleHandler.h:67:27: note: Function 'MarshalAs' argument 1 names different: declaration 'aRequestedIid' definition 'aIid'.
firefox-62.0/accessible/ipc/win/handler/AccessibleHandler.cpp:482:37: note: Function 'MarshalAs' argument 1 names different: declaration 'aRequestedIid' definition 'aIid'.
firefox-62.0/accessible/ipc/win/handler/AccessibleHandler.cpp:536:65: style: Function 'WriteHandlerPayload' argument 2 names different: declaration 'aIId' definition 'aIid'. [funcArgNamesDifferent]
firefox-62.0/accessible/ipc/win/handler/AccessibleHandler.h:72:56: note: Function 'WriteHandlerPayload' argument 2 names different: declaration 'aIId' definition 'aIid'.
firefox-62.0/accessible/ipc/win/handler/AccessibleHandler.cpp:536:65: note: Function 'WriteHandlerPayload' argument 2 names different: declaration 'aIId' definition 'aIid'.
firefox-62.0/accessible/ipc/win/handler/HandlerChildEnumerator.h:21:1: warning: The class 'HandlerChildEnumerator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:40:37: style: Function 'nActions' argument 1 names different: declaration 'nActions' definition 'aActionCount'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.h:27:33: note: Function 'nActions' argument 1 names different: declaration 'nActions' definition 'aActionCount'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:40:37: note: Function 'nActions' argument 1 names different: declaration 'nActions' definition 'aActionCount'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:56:36: style: Function 'doAction' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.h:30:23: note: Function 'doAction' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:56:36: note: Function 'doAction' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:67:43: style: Function 'get_description' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.h:33:23: note: Function 'get_description' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:67:43: note: Function 'get_description' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:67:63: style: Function 'get_description' argument 2 names different: declaration 'description' definition 'aDescription'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.h:34:33: note: Function 'get_description' argument 2 names different: declaration 'description' definition 'aDescription'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:67:63: note: Function 'get_description' argument 2 names different: declaration 'description' definition 'aDescription'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:89:42: style: Function 'get_keyBinding' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.h:37:23: note: Function 'get_keyBinding' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:89:42: note: Function 'get_keyBinding' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:89:61: style: Function 'get_keyBinding' argument 2 names different: declaration 'nMaxBinding' definition 'aNumMaxBinding'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.h:38:23: note: Function 'get_keyBinding' argument 2 names different: declaration 'nMaxBinding' definition 'aNumMaxBinding'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:89:61: note: Function 'get_keyBinding' argument 2 names different: declaration 'nMaxBinding' definition 'aNumMaxBinding'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:90:42: style: Function 'get_keyBinding' argument 3 names different: declaration 'keyBinding' definition 'aKeyBinding'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.h:39:66: note: Function 'get_keyBinding' argument 3 names different: declaration 'keyBinding' definition 'aKeyBinding'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:90:42: note: Function 'get_keyBinding' argument 3 names different: declaration 'keyBinding' definition 'aKeyBinding'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:91:41: style: Function 'get_keyBinding' argument 4 names different: declaration 'nBinding' definition 'aNumBinding'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.h:40:33: note: Function 'get_keyBinding' argument 4 names different: declaration 'nBinding' definition 'aNumBinding'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:91:41: note: Function 'get_keyBinding' argument 4 names different: declaration 'nBinding' definition 'aNumBinding'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:135:36: style: Function 'get_name' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.h:43:23: note: Function 'get_name' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:135:36: note: Function 'get_name' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:135:56: style: Function 'get_name' argument 2 names different: declaration 'name' definition 'aName'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.h:44:33: note: Function 'get_name' argument 2 names different: declaration 'name' definition 'aName'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:135:56: note: Function 'get_name' argument 2 names different: declaration 'name' definition 'aName'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:157:45: style: Function 'get_localizedName' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.h:47:23: note: Function 'get_localizedName' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:157:45: note: Function 'get_localizedName' argument 1 names different: declaration 'actionIndex' definition 'aActionIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:157:65: style: Function 'get_localizedName' argument 2 names different: declaration 'localizedName' definition 'aLocalizedName'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.h:48:33: note: Function 'get_localizedName' argument 2 names different: declaration 'localizedName' definition 'aLocalizedName'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleAction.cpp:157:65: note: Function 'get_localizedName' argument 2 names different: declaration 'localizedName' definition 'aLocalizedName'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleComponent.cpp:42:52: style: Function 'get_locationInParent' argument 1 names different: declaration 'x' definition 'aX'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleComponent.h:25:25: note: Function 'get_locationInParent' argument 1 names different: declaration 'x' definition 'aX'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleComponent.cpp:42:52: note: Function 'get_locationInParent' argument 1 names different: declaration 'x' definition 'aX'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleComponent.cpp:42:62: style: Function 'get_locationInParent' argument 2 names different: declaration 'y' definition 'aY'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleComponent.h:26:33: note: Function 'get_locationInParent' argument 2 names different: declaration 'y' definition 'aY'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleComponent.cpp:42:62: note: Function 'get_locationInParent' argument 2 names different: declaration 'y' definition 'aY'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleComponent.cpp:79:50: style: Function 'get_foreground' argument 1 names different: declaration 'foreground' definition 'aForeground'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleComponent.h:29:37: note: Function 'get_foreground' argument 1 names different: declaration 'foreground' definition 'aForeground'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleComponent.cpp:79:50: note: Function 'get_foreground' argument 1 names different: declaration 'foreground' definition 'aForeground'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleComponent.cpp:98:50: style: Function 'get_background' argument 1 names different: declaration 'background' definition 'aBackground'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleComponent.h:32:37: note: Function 'get_background' argument 1 names different: declaration 'background' definition 'aBackground'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleComponent.cpp:98:50: note: Function 'get_background' argument 1 names different: declaration 'background' definition 'aBackground'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:23:42: style: Function 'copyText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.h:24:23: note: Function 'copyText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:23:42: note: Function 'copyText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:23:61: style: Function 'copyText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.h:25:23: note: Function 'copyText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:23:61: note: Function 'copyText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:39:44: style: Function 'deleteText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.h:28:23: note: Function 'deleteText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:39:44: note: Function 'deleteText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:39:63: style: Function 'deleteText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.h:29:23: note: Function 'deleteText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:39:63: note: Function 'deleteText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:55:44: style: Function 'insertText' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.h:32:23: note: Function 'insertText' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:55:44: note: Function 'insertText' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:55:59: style: Function 'insertText' argument 2 names different: declaration 'text' definition 'aText'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.h:33:24: note: Function 'insertText' argument 2 names different: declaration 'text' definition 'aText'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:55:59: note: Function 'insertText' argument 2 names different: declaration 'text' definition 'aText'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:73:41: style: Function 'cutText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.h:36:23: note: Function 'cutText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:73:41: note: Function 'cutText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:73:60: style: Function 'cutText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.h:37:23: note: Function 'cutText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:73:60: note: Function 'cutText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:89:43: style: Function 'pasteText' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.h:40:23: note: Function 'pasteText' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:89:43: note: Function 'pasteText' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:105:45: style: Function 'replaceText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.h:43:23: note: Function 'replaceText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:105:45: note: Function 'replaceText' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:105:64: style: Function 'replaceText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.h:44:23: note: Function 'replaceText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:105:64: note: Function 'replaceText' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:106:46: style: Function 'replaceText' argument 3 names different: declaration 'text' definition 'aText'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.h:45:24: note: Function 'replaceText' argument 3 names different: declaration 'text' definition 'aText'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:106:46: note: Function 'replaceText' argument 3 names different: declaration 'text' definition 'aText'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:125:47: style: Function 'setAttributes' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.h:48:23: note: Function 'setAttributes' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:125:47: note: Function 'setAttributes' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:125:66: style: Function 'setAttributes' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.h:49:23: note: Function 'setAttributes' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:125:66: note: Function 'setAttributes' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:126:48: style: Function 'setAttributes' argument 3 names different: declaration 'attributes' definition 'aAttributes'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.h:50:24: note: Function 'setAttributes' argument 3 names different: declaration 'attributes' definition 'aAttributes'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleEditableText.cpp:126:48: note: Function 'setAttributes' argument 3 names different: declaration 'attributes' definition 'aAttributes'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:20:47: style: Function 'get_nHyperlinks' argument 1 names different: declaration 'hyperlinkCount' definition 'aHyperlinkCount'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:29:33: note: Function 'get_nHyperlinks' argument 1 names different: declaration 'hyperlinkCount' definition 'aHyperlinkCount'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:20:47: note: Function 'get_nHyperlinks' argument 1 names different: declaration 'hyperlinkCount' definition 'aHyperlinkCount'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:38:44: style: Function 'get_hyperlink' argument 1 names different: declaration 'index' definition 'aLinkIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:32:23: note: Function 'get_hyperlink' argument 1 names different: declaration 'index' definition 'aLinkIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:38:44: note: Function 'get_hyperlink' argument 1 names different: declaration 'index' definition 'aLinkIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:39:62: style: Function 'get_hyperlink' argument 2 names different: declaration 'hyperlink' definition 'aHyperlink'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:33:50: note: Function 'get_hyperlink' argument 2 names different: declaration 'hyperlink' definition 'aHyperlink'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:39:62: note: Function 'get_hyperlink' argument 2 names different: declaration 'hyperlink' definition 'aHyperlink'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:65:49: style: Function 'get_hyperlinkIndex' argument 1 names different: declaration 'charIndex' definition 'aCharIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:36:23: note: Function 'get_hyperlinkIndex' argument 1 names different: declaration 'charIndex' definition 'aCharIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:65:49: note: Function 'get_hyperlinkIndex' argument 1 names different: declaration 'charIndex' definition 'aCharIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:65:67: style: Function 'get_hyperlinkIndex' argument 2 names different: declaration 'hyperlinkIndex' definition 'aHyperlinkIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:37:33: note: Function 'get_hyperlinkIndex' argument 2 names different: declaration 'hyperlinkIndex' definition 'aHyperlinkIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:65:67: note: Function 'get_hyperlinkIndex' argument 2 names different: declaration 'hyperlinkIndex' definition 'aHyperlinkIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:83:64: style: Function 'get_hyperlinks' argument 1 names different: declaration 'hyperlinks' definition 'aHyperlinks'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:41:67: note: Function 'get_hyperlinks' argument 1 names different: declaration 'hyperlinks' definition 'aHyperlinks'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:83:64: note: Function 'get_hyperlinks' argument 1 names different: declaration 'hyperlinks' definition 'aHyperlinks'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:84:45: style: Function 'get_hyperlinks' argument 2 names different: declaration 'nHyperlinks' definition 'aNHyperlinks'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:42:33: note: Function 'get_hyperlinks' argument 2 names different: declaration 'nHyperlinks' definition 'aNHyperlinks'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.cpp:84:45: note: Function 'get_hyperlinks' argument 2 names different: declaration 'nHyperlinks' definition 'aNHyperlinks'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: style: The function 'addSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:24:37: note: Virtual function in base class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: style: The function 'get_attributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:28:53: note: Virtual function in base class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: style: The function 'get_caretOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:34:53: note: Virtual function in base class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: style: The function 'get_characterExtents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:37:53: note: Virtual function in base class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: style: The function 'get_nSelections' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:45:53: note: Virtual function in base class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: style: The function 'get_offsetAtPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:48:53: note: Virtual function in base class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: style: The function 'get_selection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:54:53: note: Virtual function in base class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: style: The function 'get_text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:59:53: note: Virtual function in base class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: style: The function 'get_textBeforeOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:64:53: note: Virtual function in base class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: style: The function 'get_textAfterOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:71:53: note: Virtual function in base class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: style: The function 'get_textAtOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:78:53: note: Virtual function in base class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: style: The function 'removeSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:85:37: note: Virtual function in base class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: style: The function 'setCaretOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:88:37: note: Virtual function in base class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: style: The function 'setSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:91:37: note: Virtual function in base class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: style: The function 'get_nCharacters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:96:53: note: Virtual function in base class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: style: The function 'scrollSubstringTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:99:37: note: Virtual function in base class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: style: The function 'scrollSubstringToPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:104:37: note: Virtual function in base class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: style: The function 'get_newText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:111:53: note: Virtual function in base class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: style: The function 'get_oldText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:114:53: note: Virtual function in base class
firefox-62.0/accessible/windows/ia2/ia2AccessibleHypertext.h:25:3: note: Function in derived class
firefox-62.0/accessible/windows/ia2/ia2AccessibleImage.cpp:44:43: style: Function 'get_description' argument 1 names different: declaration 'description' definition 'aDescription'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleImage.h:25:33: note: Function 'get_description' argument 1 names different: declaration 'description' definition 'aDescription'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleImage.cpp:44:43: note: Function 'get_description' argument 1 names different: declaration 'description' definition 'aDescription'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleImage.cpp:65:62: style: Function 'get_imagePosition' argument 1 names different: declaration 'coordinateType' definition 'aCoordType'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleImage.h:28:41: note: Function 'get_imagePosition' argument 1 names different: declaration 'coordinateType' definition 'aCoordType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleImage.cpp:65:62: note: Function 'get_imagePosition' argument 1 names different: declaration 'coordinateType' definition 'aCoordType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleImage.cpp:66:45: style: Function 'get_imagePosition' argument 2 names different: declaration 'x' definition 'aX'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleImage.h:29:25: note: Function 'get_imagePosition' argument 2 names different: declaration 'x' definition 'aX'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleImage.cpp:66:45: note: Function 'get_imagePosition' argument 2 names different: declaration 'x' definition 'aX'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleImage.cpp:67:45: style: Function 'get_imagePosition' argument 3 names different: declaration 'y' definition 'aY'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleImage.h:30:33: note: Function 'get_imagePosition' argument 3 names different: declaration 'y' definition 'aY'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleImage.cpp:67:45: note: Function 'get_imagePosition' argument 3 names different: declaration 'y' definition 'aY'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleImage.cpp:90:41: style: Function 'get_imageSize' argument 1 names different: declaration 'height' definition 'aHeight'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleImage.h:33:25: note: Function 'get_imageSize' argument 1 names different: declaration 'height' definition 'aHeight'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleImage.cpp:90:41: note: Function 'get_imageSize' argument 1 names different: declaration 'height' definition 'aHeight'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleImage.cpp:90:56: style: Function 'get_imageSize' argument 2 names different: declaration 'width' definition 'aWidth'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleImage.h:34:33: note: Function 'get_imageSize' argument 2 names different: declaration 'width' definition 'aWidth'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleImage.cpp:90:56: note: Function 'get_imageSize' argument 2 names different: declaration 'width' definition 'aWidth'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:55:56: style: Function 'get_localizedRelationType' argument 1 names different: declaration 'localizedRelationType' definition 'aLocalizedRelationType'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.h:39:33: note: Function 'get_localizedRelationType' argument 1 names different: declaration 'localizedRelationType' definition 'aLocalizedRelationType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:55:56: note: Function 'get_localizedRelationType' argument 1 names different: declaration 'localizedRelationType' definition 'aLocalizedRelationType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:65:43: style: Function 'get_nTargets' argument 1 names different: declaration 'nTargets' definition 'aNTargets'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.h:42:33: note: Function 'get_nTargets' argument 1 names different: declaration 'nTargets' definition 'aNTargets'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:65:43: note: Function 'get_nTargets' argument 1 names different: declaration 'nTargets' definition 'aNTargets'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:75:40: style: Function 'get_target' argument 1 names different: declaration 'targetIndex' definition 'aTargetIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.h:45:23: note: Function 'get_target' argument 1 names different: declaration 'targetIndex' definition 'aTargetIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:75:40: note: Function 'get_target' argument 1 names different: declaration 'targetIndex' definition 'aTargetIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:75:65: style: Function 'get_target' argument 2 names different: declaration 'target' definition 'aTarget'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.h:46:38: note: Function 'get_target' argument 2 names different: declaration 'target' definition 'aTarget'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:75:65: note: Function 'get_target' argument 2 names different: declaration 'target' definition 'aTarget'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:89:41: style: Function 'get_targets' argument 1 names different: declaration 'maxTargets' definition 'aMaxTargets'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.h:49:23: note: Function 'get_targets' argument 1 names different: declaration 'maxTargets' definition 'aMaxTargets'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:89:41: note: Function 'get_targets' argument 1 names different: declaration 'maxTargets' definition 'aMaxTargets'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:89:65: style: Function 'get_targets' argument 2 names different: declaration 'target' definition 'aTargets'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.h:50:50: note: Function 'get_targets' argument 2 names different: declaration 'target' definition 'aTargets'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:89:65: note: Function 'get_targets' argument 2 names different: declaration 'target' definition 'aTargets'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:90:42: style: Function 'get_targets' argument 3 names different: declaration 'nTargets' definition 'aNTargets'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.h:51:33: note: Function 'get_targets' argument 3 names different: declaration 'nTargets' definition 'aNTargets'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleRelation.cpp:90:42: note: Function 'get_targets' argument 3 names different: declaration 'nTargets' definition 'aNTargets'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:54:43: style: Function 'get_accessibleAt' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:29:23: note: Function 'get_accessibleAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:54:43: note: Function 'get_accessibleAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:54:57: style: Function 'get_accessibleAt' argument 2 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:30:23: note: Function 'get_accessibleAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:54:57: note: Function 'get_accessibleAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:55:49: style: Function 'get_accessibleAt' argument 3 names different: declaration 'accessible' definition 'aAccessible'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:31:38: note: Function 'get_accessibleAt' argument 3 names different: declaration 'accessible' definition 'aAccessible'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:55:49: note: Function 'get_accessibleAt' argument 3 names different: declaration 'accessible' definition 'aAccessible'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:61:44: style: Function 'get_caption' argument 1 names different: declaration 'accessible' definition 'aAccessible'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:34:38: note: Function 'get_caption' argument 1 names different: declaration 'accessible' definition 'aAccessible'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:61:44: note: Function 'get_caption' argument 1 names different: declaration 'accessible' definition 'aAccessible'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:79:41: style: Function 'get_childIndex' argument 1 names different: declaration 'rowIndex' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:37:23: note: Function 'get_childIndex' argument 1 names different: declaration 'rowIndex' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:79:41: note: Function 'get_childIndex' argument 1 names different: declaration 'rowIndex' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:79:55: style: Function 'get_childIndex' argument 2 names different: declaration 'columnIndex' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:38:23: note: Function 'get_childIndex' argument 2 names different: declaration 'columnIndex' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:79:55: note: Function 'get_childIndex' argument 2 names different: declaration 'columnIndex' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:80:42: style: Function 'get_childIndex' argument 3 names different: declaration 'childIndex' definition 'aChildIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:39:33: note: Function 'get_childIndex' argument 3 names different: declaration 'childIndex' definition 'aChildIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:80:42: note: Function 'get_childIndex' argument 3 names different: declaration 'childIndex' definition 'aChildIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:99:48: style: Function 'get_columnDescription' argument 1 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:42:23: note: Function 'get_columnDescription' argument 1 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:99:48: note: Function 'get_columnDescription' argument 1 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:99:63: style: Function 'get_columnDescription' argument 2 names different: declaration 'description' definition 'aDescription'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:43:33: note: Function 'get_columnDescription' argument 2 names different: declaration 'description' definition 'aDescription'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:99:63: note: Function 'get_columnDescription' argument 2 names different: declaration 'description' definition 'aDescription'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:121:45: style: Function 'get_columnExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:46:23: note: Function 'get_columnExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:121:45: note: Function 'get_columnExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:121:59: style: Function 'get_columnExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:47:23: note: Function 'get_columnExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:121:59: note: Function 'get_columnExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:122:45: style: Function 'get_columnExtentAt' argument 3 names different: declaration 'nColumnsSpanned' definition 'aSpan'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:48:33: note: Function 'get_columnExtentAt' argument 3 names different: declaration 'nColumnsSpanned' definition 'aSpan'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:122:45: note: Function 'get_columnExtentAt' argument 3 names different: declaration 'nColumnsSpanned' definition 'aSpan'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:141:57: style: Function 'get_columnHeader' argument 1 names different: declaration 'accessibleTable' definition 'aAccessibleTable'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:51:38: note: Function 'get_columnHeader' argument 1 names different: declaration 'accessibleTable' definition 'aAccessibleTable'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:141:57: note: Function 'get_columnHeader' argument 1 names different: declaration 'accessibleTable' definition 'aAccessibleTable'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:142:43: style: Function 'get_columnHeader' argument 2 names different: declaration 'startingRowIndex' definition 'aStartingRowIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:52:33: note: Function 'get_columnHeader' argument 2 names different: declaration 'startingRowIndex' definition 'aStartingRowIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:142:43: note: Function 'get_columnHeader' argument 2 names different: declaration 'startingRowIndex' definition 'aStartingRowIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:153:42: style: Function 'get_columnIndex' argument 1 names different: declaration 'childIndex' definition 'aCellIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:55:23: note: Function 'get_columnIndex' argument 1 names different: declaration 'childIndex' definition 'aCellIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:153:42: note: Function 'get_columnIndex' argument 1 names different: declaration 'childIndex' definition 'aCellIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:153:58: style: Function 'get_columnIndex' argument 2 names different: declaration 'columnIndex' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:56:33: note: Function 'get_columnIndex' argument 2 names different: declaration 'columnIndex' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:153:58: note: Function 'get_columnIndex' argument 2 names different: declaration 'columnIndex' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:171:40: style: Function 'get_nColumns' argument 1 names different: declaration 'columnCount' definition 'aColCount'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:59:33: note: Function 'get_nColumns' argument 1 names different: declaration 'columnCount' definition 'aColCount'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:171:40: note: Function 'get_nColumns' argument 1 names different: declaration 'columnCount' definition 'aColCount'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:185:37: style: Function 'get_nRows' argument 1 names different: declaration 'rowCount' definition 'aRowCount'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:62:33: note: Function 'get_nRows' argument 1 names different: declaration 'rowCount' definition 'aRowCount'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:185:37: note: Function 'get_nRows' argument 1 names different: declaration 'rowCount' definition 'aRowCount'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:199:49: style: Function 'get_nSelectedChildren' argument 1 names different: declaration 'childCount' definition 'aChildCount'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:65:33: note: Function 'get_nSelectedChildren' argument 1 names different: declaration 'childCount' definition 'aChildCount'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:199:49: note: Function 'get_nSelectedChildren' argument 1 names different: declaration 'childCount' definition 'aChildCount'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:205:48: style: Function 'get_nSelectedColumns' argument 1 names different: declaration 'columnCount' definition 'aColCount'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:68:33: note: Function 'get_nSelectedColumns' argument 1 names different: declaration 'columnCount' definition 'aColCount'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:205:48: note: Function 'get_nSelectedColumns' argument 1 names different: declaration 'columnCount' definition 'aColCount'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:219:45: style: Function 'get_nSelectedRows' argument 1 names different: declaration 'rowCount' definition 'aRowCount'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:71:33: note: Function 'get_nSelectedRows' argument 1 names different: declaration 'rowCount' definition 'aRowCount'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:219:45: note: Function 'get_nSelectedRows' argument 1 names different: declaration 'rowCount' definition 'aRowCount'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:234:45: style: Function 'get_rowDescription' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:74:23: note: Function 'get_rowDescription' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:234:45: note: Function 'get_rowDescription' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:234:60: style: Function 'get_rowDescription' argument 2 names different: declaration 'description' definition 'aDescription'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:75:33: note: Function 'get_rowDescription' argument 2 names different: declaration 'description' definition 'aDescription'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:234:60: note: Function 'get_rowDescription' argument 2 names different: declaration 'description' definition 'aDescription'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:256:42: style: Function 'get_rowExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:78:23: note: Function 'get_rowExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:256:42: note: Function 'get_rowExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:256:56: style: Function 'get_rowExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:79:23: note: Function 'get_rowExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:256:56: note: Function 'get_rowExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:256:71: style: Function 'get_rowExtentAt' argument 3 names different: declaration 'nRowsSpanned' definition 'aSpan'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:80:33: note: Function 'get_rowExtentAt' argument 3 names different: declaration 'nRowsSpanned' definition 'aSpan'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:256:71: note: Function 'get_rowExtentAt' argument 3 names different: declaration 'nRowsSpanned' definition 'aSpan'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:275:54: style: Function 'get_rowHeader' argument 1 names different: declaration 'accessibleTable' definition 'aAccessibleTable'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:83:38: note: Function 'get_rowHeader' argument 1 names different: declaration 'accessibleTable' definition 'aAccessibleTable'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:275:54: note: Function 'get_rowHeader' argument 1 names different: declaration 'accessibleTable' definition 'aAccessibleTable'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:276:41: style: Function 'get_rowHeader' argument 2 names different: declaration 'startingColumnIndex' definition 'aStartingColumnIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:84:33: note: Function 'get_rowHeader' argument 2 names different: declaration 'startingColumnIndex' definition 'aStartingColumnIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:276:41: note: Function 'get_rowHeader' argument 2 names different: declaration 'startingColumnIndex' definition 'aStartingColumnIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:287:39: style: Function 'get_rowIndex' argument 1 names different: declaration 'childIndex' definition 'aCellIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:87:23: note: Function 'get_rowIndex' argument 1 names different: declaration 'childIndex' definition 'aCellIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:287:39: note: Function 'get_rowIndex' argument 1 names different: declaration 'childIndex' definition 'aCellIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:287:55: style: Function 'get_rowIndex' argument 2 names different: declaration 'rowIndex' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:88:33: note: Function 'get_rowIndex' argument 2 names different: declaration 'rowIndex' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:287:55: note: Function 'get_rowIndex' argument 2 names different: declaration 'rowIndex' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:305:47: style: Function 'get_selectedChildren' argument 1 names different: declaration 'maxChildren' definition 'aMaxChildren'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:91:23: note: Function 'get_selectedChildren' argument 1 names different: declaration 'maxChildren' definition 'aMaxChildren'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:305:47: note: Function 'get_selectedChildren' argument 1 names different: declaration 'maxChildren' definition 'aMaxChildren'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:305:68: style: Function 'get_selectedChildren' argument 2 names different: declaration 'children' definition 'aChildren'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:92:66: note: Function 'get_selectedChildren' argument 2 names different: declaration 'children' definition 'aChildren'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:305:68: note: Function 'get_selectedChildren' argument 2 names different: declaration 'children' definition 'aChildren'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:306:48: style: Function 'get_selectedChildren' argument 3 names different: declaration 'nChildren' definition 'aNChildren'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:93:33: note: Function 'get_selectedChildren' argument 3 names different: declaration 'nChildren' definition 'aNChildren'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:306:48: note: Function 'get_selectedChildren' argument 3 names different: declaration 'nChildren' definition 'aNChildren'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:332:46: style: Function 'get_selectedColumns' argument 1 names different: declaration 'maxColumns' definition 'aMaxColumns'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:96:23: note: Function 'get_selectedColumns' argument 1 names different: declaration 'maxColumns' definition 'aMaxColumns'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:332:46: note: Function 'get_selectedColumns' argument 1 names different: declaration 'maxColumns' definition 'aMaxColumns'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:332:66: style: Function 'get_selectedColumns' argument 2 names different: declaration 'columns' definition 'aColumns'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:97:66: note: Function 'get_selectedColumns' argument 2 names different: declaration 'columns' definition 'aColumns'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:332:66: note: Function 'get_selectedColumns' argument 2 names different: declaration 'columns' definition 'aColumns'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:333:47: style: Function 'get_selectedColumns' argument 3 names different: declaration 'nColumns' definition 'aNColumns'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:98:33: note: Function 'get_selectedColumns' argument 3 names different: declaration 'nColumns' definition 'aNColumns'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:333:47: note: Function 'get_selectedColumns' argument 3 names different: declaration 'nColumns' definition 'aNColumns'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:339:43: style: Function 'get_selectedRows' argument 1 names different: declaration 'maxRows' definition 'aMaxRows'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:101:23: note: Function 'get_selectedRows' argument 1 names different: declaration 'maxRows' definition 'aMaxRows'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:339:43: note: Function 'get_selectedRows' argument 1 names different: declaration 'maxRows' definition 'aMaxRows'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:339:60: style: Function 'get_selectedRows' argument 2 names different: declaration 'rows' definition 'aRows'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:102:66: note: Function 'get_selectedRows' argument 2 names different: declaration 'rows' definition 'aRows'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:339:60: note: Function 'get_selectedRows' argument 2 names different: declaration 'rows' definition 'aRows'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:339:73: style: Function 'get_selectedRows' argument 3 names different: declaration 'nRows' definition 'aNRows'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:103:33: note: Function 'get_selectedRows' argument 3 names different: declaration 'nRows' definition 'aNRows'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:339:73: note: Function 'get_selectedRows' argument 3 names different: declaration 'nRows' definition 'aNRows'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:345:44: style: Function 'get_summary' argument 1 names different: declaration 'accessible' definition 'aAccessible'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:106:38: note: Function 'get_summary' argument 1 names different: declaration 'accessible' definition 'aAccessible'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:345:44: note: Function 'get_summary' argument 1 names different: declaration 'accessible' definition 'aAccessible'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:360:47: style: Function 'get_isColumnSelected' argument 1 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:109:23: note: Function 'get_isColumnSelected' argument 1 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:360:47: note: Function 'get_isColumnSelected' argument 1 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:360:65: style: Function 'get_isColumnSelected' argument 2 names different: declaration 'isSelected' definition 'aIsSelected'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:110:36: note: Function 'get_isColumnSelected' argument 2 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:360:65: note: Function 'get_isColumnSelected' argument 2 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:377:44: style: Function 'get_isRowSelected' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:113:23: note: Function 'get_isRowSelected' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:377:44: note: Function 'get_isRowSelected' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:377:62: style: Function 'get_isRowSelected' argument 2 names different: declaration 'isSelected' definition 'aIsSelected'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:114:36: note: Function 'get_isRowSelected' argument 2 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:377:62: note: Function 'get_isRowSelected' argument 2 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:394:41: style: Function 'get_isSelected' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:117:23: note: Function 'get_isSelected' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:394:41: note: Function 'get_isSelected' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:394:55: style: Function 'get_isSelected' argument 2 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:118:23: note: Function 'get_isSelected' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:394:55: note: Function 'get_isSelected' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:395:45: style: Function 'get_isSelected' argument 3 names different: declaration 'isSelected' definition 'aIsSelected'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:119:36: note: Function 'get_isSelected' argument 3 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:395:45: note: Function 'get_isSelected' argument 3 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:414:36: style: Function 'selectRow' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:122:23: note: Function 'selectRow' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:414:36: note: Function 'selectRow' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:427:39: style: Function 'selectColumn' argument 1 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:125:23: note: Function 'selectColumn' argument 1 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:427:39: note: Function 'selectColumn' argument 1 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:440:38: style: Function 'unselectRow' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:128:23: note: Function 'unselectRow' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:440:38: note: Function 'unselectRow' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:453:41: style: Function 'unselectColumn' argument 1 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:131:23: note: Function 'unselectColumn' argument 1 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:453:41: note: Function 'unselectColumn' argument 1 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:466:54: style: Function 'get_rowColumnExtentsAtIndex' argument 1 names different: declaration 'index' definition 'aCellIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:134:23: note: Function 'get_rowColumnExtentsAtIndex' argument 1 names different: declaration 'index' definition 'aCellIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:466:54: note: Function 'get_rowColumnExtentsAtIndex' argument 1 names different: declaration 'index' definition 'aCellIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:466:70: style: Function 'get_rowColumnExtentsAtIndex' argument 2 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:135:25: note: Function 'get_rowColumnExtentsAtIndex' argument 2 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:466:70: note: Function 'get_rowColumnExtentsAtIndex' argument 2 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:467:55: style: Function 'get_rowColumnExtentsAtIndex' argument 3 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:136:25: note: Function 'get_rowColumnExtentsAtIndex' argument 3 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:467:55: note: Function 'get_rowColumnExtentsAtIndex' argument 3 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:468:55: style: Function 'get_rowColumnExtentsAtIndex' argument 4 names different: declaration 'rowExtents' definition 'aRowExtents'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:137:25: note: Function 'get_rowColumnExtentsAtIndex' argument 4 names different: declaration 'rowExtents' definition 'aRowExtents'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:468:55: note: Function 'get_rowColumnExtentsAtIndex' argument 4 names different: declaration 'rowExtents' definition 'aRowExtents'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:469:55: style: Function 'get_rowColumnExtentsAtIndex' argument 5 names different: declaration 'columnExtents' definition 'aColExtents'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:138:25: note: Function 'get_rowColumnExtentsAtIndex' argument 5 names different: declaration 'columnExtents' definition 'aColExtents'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:469:55: note: Function 'get_rowColumnExtentsAtIndex' argument 5 names different: declaration 'columnExtents' definition 'aColExtents'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:470:58: style: Function 'get_rowColumnExtentsAtIndex' argument 6 names different: declaration 'isSelected' definition 'aIsSelected'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:139:36: note: Function 'get_rowColumnExtentsAtIndex' argument 6 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:470:58: note: Function 'get_rowColumnExtentsAtIndex' argument 6 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:499:58: style: Function 'get_modelChange' argument 1 names different: declaration 'modelChange' definition 'aModelChange'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:142:48: note: Function 'get_modelChange' argument 1 names different: declaration 'modelChange' definition 'aModelChange'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:499:58: note: Function 'get_modelChange' argument 1 names different: declaration 'modelChange' definition 'aModelChange'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:508:37: style: Function 'get_cellAt' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:148:23: note: Function 'get_cellAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:508:37: note: Function 'get_cellAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:508:51: style: Function 'get_cellAt' argument 2 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:149:23: note: Function 'get_cellAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:508:51: note: Function 'get_cellAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:508:71: style: Function 'get_cellAt' argument 3 names different: declaration 'cell' definition 'aCell'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:150:38: note: Function 'get_cellAt' argument 3 names different: declaration 'cell' definition 'aCell'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:508:71: note: Function 'get_cellAt' argument 3 names different: declaration 'cell' definition 'aCell'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:528:46: style: Function 'get_nSelectedCells' argument 1 names different: declaration 'cellCount' definition 'aCellCount'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:153:33: note: Function 'get_nSelectedCells' argument 1 names different: declaration 'cellCount' definition 'aCellCount'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:528:46: note: Function 'get_nSelectedCells' argument 1 names different: declaration 'cellCount' definition 'aCellCount'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:542:51: style: Function 'get_selectedCells' argument 1 names different: declaration 'cells' definition 'aCells'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:156:59: note: Function 'get_selectedCells' argument 1 names different: declaration 'cells' definition 'aCells'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:542:51: note: Function 'get_selectedCells' argument 1 names different: declaration 'cells' definition 'aCells'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:542:65: style: Function 'get_selectedCells' argument 2 names different: declaration 'nSelectedCells' definition 'aNSelectedCells'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:157:33: note: Function 'get_selectedCells' argument 2 names different: declaration 'nSelectedCells' definition 'aNSelectedCells'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:542:65: note: Function 'get_selectedCells' argument 2 names different: declaration 'nSelectedCells' definition 'aNSelectedCells'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:574:48: style: Function 'get_selectedColumns' argument 1 names different: declaration 'selectedColumns' definition 'aColumns'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:160:47: note: Function 'get_selectedColumns' argument 1 names different: declaration 'selectedColumns' definition 'aColumns'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:574:48: note: Function 'get_selectedColumns' argument 1 names different: declaration 'selectedColumns' definition 'aColumns'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:574:64: style: Function 'get_selectedColumns' argument 2 names different: declaration 'nColumns' definition 'aNColumns'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:161:33: note: Function 'get_selectedColumns' argument 2 names different: declaration 'nColumns' definition 'aNColumns'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:574:64: note: Function 'get_selectedColumns' argument 2 names different: declaration 'nColumns' definition 'aNColumns'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:600:45: style: Function 'get_selectedRows' argument 1 names different: declaration 'selectedRows' definition 'aRows'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:164:44: note: Function 'get_selectedRows' argument 1 names different: declaration 'selectedRows' definition 'aRows'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:600:45: note: Function 'get_selectedRows' argument 1 names different: declaration 'selectedRows' definition 'aRows'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:600:58: style: Function 'get_selectedRows' argument 2 names different: declaration 'nRows' definition 'aNRows'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:165:33: note: Function 'get_selectedRows' argument 2 names different: declaration 'nRows' definition 'aNRows'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.cpp:600:58: note: Function 'get_selectedRows' argument 2 names different: declaration 'nRows' definition 'aNRows'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTable.h:168:3: style: Class 'ia2AccessibleTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:47:46: style: Function 'get_table' argument 1 names different: declaration 'table' definition 'aTable'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.h:27:38: note: Function 'get_table' argument 1 names different: declaration 'table' definition 'aTable'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:47:46: note: Function 'get_table' argument 1 names different: declaration 'table' definition 'aTable'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:67:48: style: Function 'get_columnExtent' argument 1 names different: declaration 'nColumnsSpanned' definition 'aSpan'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.h:30:33: note: Function 'get_columnExtent' argument 1 names different: declaration 'nColumnsSpanned' definition 'aSpan'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:67:48: note: Function 'get_columnExtent' argument 1 names different: declaration 'nColumnsSpanned' definition 'aSpan'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:82:59: style: Function 'get_columnHeaderCells' argument 1 names different: declaration 'cellAccessibles' definition 'aCellAccessibles'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.h:33:63: note: Function 'get_columnHeaderCells' argument 1 names different: declaration 'cellAccessibles' definition 'aCellAccessibles'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:82:59: note: Function 'get_columnHeaderCells' argument 1 names different: declaration 'cellAccessibles' definition 'aCellAccessibles'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:83:53: style: Function 'get_columnHeaderCells' argument 2 names different: declaration 'nColumnHeaderCells' definition 'aNColumnHeaderCells'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.h:34:33: note: Function 'get_columnHeaderCells' argument 2 names different: declaration 'nColumnHeaderCells' definition 'aNColumnHeaderCells'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:83:53: note: Function 'get_columnHeaderCells' argument 2 names different: declaration 'nColumnHeaderCells' definition 'aNColumnHeaderCells'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:114:47: style: Function 'get_columnIndex' argument 1 names different: declaration 'columnIndex' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.h:37:33: note: Function 'get_columnIndex' argument 1 names different: declaration 'columnIndex' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:114:47: note: Function 'get_columnIndex' argument 1 names different: declaration 'columnIndex' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:128:45: style: Function 'get_rowExtent' argument 1 names different: declaration 'nRowsSpanned' definition 'aSpan'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.h:40:33: note: Function 'get_rowExtent' argument 1 names different: declaration 'nRowsSpanned' definition 'aSpan'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:128:45: note: Function 'get_rowExtent' argument 1 names different: declaration 'nRowsSpanned' definition 'aSpan'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:142:56: style: Function 'get_rowHeaderCells' argument 1 names different: declaration 'cellAccessibles' definition 'aCellAccessibles'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.h:43:60: note: Function 'get_rowHeaderCells' argument 1 names different: declaration 'cellAccessibles' definition 'aCellAccessibles'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:142:56: note: Function 'get_rowHeaderCells' argument 1 names different: declaration 'cellAccessibles' definition 'aCellAccessibles'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:143:50: style: Function 'get_rowHeaderCells' argument 2 names different: declaration 'nRowHeaderCells' definition 'aNRowHeaderCells'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.h:44:33: note: Function 'get_rowHeaderCells' argument 2 names different: declaration 'nRowHeaderCells' definition 'aNRowHeaderCells'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:143:50: note: Function 'get_rowHeaderCells' argument 2 names different: declaration 'nRowHeaderCells' definition 'aNRowHeaderCells'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:173:44: style: Function 'get_rowIndex' argument 1 names different: declaration 'rowIndex' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.h:47:33: note: Function 'get_rowIndex' argument 1 names different: declaration 'rowIndex' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:173:44: note: Function 'get_rowIndex' argument 1 names different: declaration 'rowIndex' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:187:52: style: Function 'get_rowColumnExtents' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.h:50:25: note: Function 'get_rowColumnExtents' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:187:52: note: Function 'get_rowColumnExtents' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:187:67: style: Function 'get_rowColumnExtents' argument 2 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.h:51:25: note: Function 'get_rowColumnExtents' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:187:67: note: Function 'get_rowColumnExtents' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:188:52: style: Function 'get_rowColumnExtents' argument 3 names different: declaration 'rowExtents' definition 'aRowExtents'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.h:52:25: note: Function 'get_rowColumnExtents' argument 3 names different: declaration 'rowExtents' definition 'aRowExtents'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:188:52: note: Function 'get_rowColumnExtents' argument 3 names different: declaration 'rowExtents' definition 'aRowExtents'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:189:52: style: Function 'get_rowColumnExtents' argument 4 names different: declaration 'columnExtents' definition 'aColExtents'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.h:53:25: note: Function 'get_rowColumnExtents' argument 4 names different: declaration 'columnExtents' definition 'aColExtents'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:189:52: note: Function 'get_rowColumnExtents' argument 4 names different: declaration 'columnExtents' definition 'aColExtents'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:190:55: style: Function 'get_rowColumnExtents' argument 5 names different: declaration 'isSelected' definition 'aIsSelected'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.h:54:36: note: Function 'get_rowColumnExtents' argument 5 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:190:55: note: Function 'get_rowColumnExtents' argument 5 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:210:49: style: Function 'get_isSelected' argument 1 names different: declaration 'isSelected' definition 'aIsSelected'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.h:57:36: note: Function 'get_isSelected' argument 1 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.cpp:210:49: note: Function 'get_isSelected' argument 1 names different: declaration 'isSelected' definition 'aIsSelected'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleTableCell.h:60:3: style: Class 'ia2AccessibleTableCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:29:38: style: Function 'addSelection' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:25:23: note: Function 'addSelection' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:29:38: note: Function 'addSelection' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:29:57: style: Function 'addSelection' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:26:23: note: Function 'addSelection' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:29:57: note: Function 'addSelection' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:42:40: style: Function 'get_attributes' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:29:23: note: Function 'get_attributes' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:42:40: note: Function 'get_attributes' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:42:55: style: Function 'get_attributes' argument 2 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:30:25: note: Function 'get_attributes' argument 2 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:42:55: note: Function 'get_attributes' argument 2 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:43:41: style: Function 'get_attributes' argument 3 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:31:25: note: Function 'get_attributes' argument 3 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:43:41: note: Function 'get_attributes' argument 3 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:43:59: style: Function 'get_attributes' argument 4 names different: declaration 'textAttributes' definition 'aTextAttributes'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:32:33: note: Function 'get_attributes' argument 4 names different: declaration 'textAttributes' definition 'aTextAttributes'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:43:59: note: Function 'get_attributes' argument 4 names different: declaration 'textAttributes' definition 'aTextAttributes'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:74:42: style: Function 'get_caretOffset' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:35:33: note: Function 'get_caretOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:74:42: note: Function 'get_caretOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:93:46: style: Function 'get_characterExtents' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:38:23: note: Function 'get_characterExtents' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:93:46: note: Function 'get_characterExtents' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:94:64: style: Function 'get_characterExtents' argument 2 names different: declaration 'coordType' definition 'aCoordType'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:39:41: note: Function 'get_characterExtents' argument 2 names different: declaration 'coordType' definition 'aCoordType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:94:64: note: Function 'get_characterExtents' argument 2 names different: declaration 'coordType' definition 'aCoordType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:95:47: style: Function 'get_characterExtents' argument 3 names different: declaration 'x' definition 'aX'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:40:25: note: Function 'get_characterExtents' argument 3 names different: declaration 'x' definition 'aX'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:95:47: note: Function 'get_characterExtents' argument 3 names different: declaration 'x' definition 'aX'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:95:57: style: Function 'get_characterExtents' argument 4 names different: declaration 'y' definition 'aY'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:41:25: note: Function 'get_characterExtents' argument 4 names different: declaration 'y' definition 'aY'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:95:57: note: Function 'get_characterExtents' argument 4 names different: declaration 'y' definition 'aY'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:96:47: style: Function 'get_characterExtents' argument 5 names different: declaration 'width' definition 'aWidth'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:42:25: note: Function 'get_characterExtents' argument 5 names different: declaration 'width' definition 'aWidth'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:96:47: note: Function 'get_characterExtents' argument 5 names different: declaration 'width' definition 'aWidth'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:96:61: style: Function 'get_characterExtents' argument 6 names different: declaration 'height' definition 'aHeight'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:43:33: note: Function 'get_characterExtents' argument 6 names different: declaration 'height' definition 'aHeight'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:96:61: note: Function 'get_characterExtents' argument 6 names different: declaration 'height' definition 'aHeight'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:122:42: style: Function 'get_nSelections' argument 1 names different: declaration 'nSelections' definition 'aNSelections'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:46:33: note: Function 'get_nSelections' argument 1 names different: declaration 'nSelections' definition 'aNSelections'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:122:42: note: Function 'get_nSelections' argument 1 names different: declaration 'nSelections' definition 'aNSelections'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:140:43: style: Function 'get_offsetAtPoint' argument 1 names different: declaration 'x' definition 'aX'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:49:23: note: Function 'get_offsetAtPoint' argument 1 names different: declaration 'x' definition 'aX'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:140:43: note: Function 'get_offsetAtPoint' argument 1 names different: declaration 'x' definition 'aX'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:140:52: style: Function 'get_offsetAtPoint' argument 2 names different: declaration 'y' definition 'aY'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:50:23: note: Function 'get_offsetAtPoint' argument 2 names different: declaration 'y' definition 'aY'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:140:52: note: Function 'get_offsetAtPoint' argument 2 names different: declaration 'y' definition 'aY'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:141:61: style: Function 'get_offsetAtPoint' argument 3 names different: declaration 'coordType' definition 'aCoordType'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:51:41: note: Function 'get_offsetAtPoint' argument 3 names different: declaration 'coordType' definition 'aCoordType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:141:61: note: Function 'get_offsetAtPoint' argument 3 names different: declaration 'coordType' definition 'aCoordType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:142:44: style: Function 'get_offsetAtPoint' argument 4 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:52:33: note: Function 'get_offsetAtPoint' argument 4 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:142:44: note: Function 'get_offsetAtPoint' argument 4 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:164:39: style: Function 'get_selection' argument 1 names different: declaration 'selectionIndex' definition 'aSelectionIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:55:23: note: Function 'get_selection' argument 1 names different: declaration 'selectionIndex' definition 'aSelectionIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:164:39: note: Function 'get_selection' argument 1 names different: declaration 'selectionIndex' definition 'aSelectionIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:164:62: style: Function 'get_selection' argument 2 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:56:25: note: Function 'get_selection' argument 2 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:164:62: note: Function 'get_selection' argument 2 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:165:40: style: Function 'get_selection' argument 3 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:57:33: note: Function 'get_selection' argument 3 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:165:40: note: Function 'get_selection' argument 3 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:188:34: style: Function 'get_text' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:60:23: note: Function 'get_text' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:188:34: note: Function 'get_text' argument 1 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:188:53: style: Function 'get_text' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:61:23: note: Function 'get_text' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:188:53: note: Function 'get_text' argument 2 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:188:71: style: Function 'get_text' argument 3 names different: declaration 'text' definition 'aText'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:62:33: note: Function 'get_text' argument 3 names different: declaration 'text' definition 'aText'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:188:71: note: Function 'get_text' argument 3 names different: declaration 'text' definition 'aText'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:216:46: style: Function 'get_textBeforeOffset' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:65:23: note: Function 'get_textBeforeOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:216:46: note: Function 'get_textBeforeOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:217:66: style: Function 'get_textBeforeOffset' argument 2 names different: declaration 'boundaryType' definition 'aBoundaryType'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:66:43: note: Function 'get_textBeforeOffset' argument 2 names different: declaration 'boundaryType' definition 'aBoundaryType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:217:66: note: Function 'get_textBeforeOffset' argument 2 names different: declaration 'boundaryType' definition 'aBoundaryType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:218:47: style: Function 'get_textBeforeOffset' argument 3 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:67:25: note: Function 'get_textBeforeOffset' argument 3 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:218:47: note: Function 'get_textBeforeOffset' argument 3 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:218:67: style: Function 'get_textBeforeOffset' argument 4 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:68:25: note: Function 'get_textBeforeOffset' argument 4 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:218:67: note: Function 'get_textBeforeOffset' argument 4 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:219:47: style: Function 'get_textBeforeOffset' argument 5 names different: declaration 'text' definition 'aText'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:69:33: note: Function 'get_textBeforeOffset' argument 5 names different: declaration 'text' definition 'aText'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:219:47: note: Function 'get_textBeforeOffset' argument 5 names different: declaration 'text' definition 'aText'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:260:45: style: Function 'get_textAfterOffset' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:72:23: note: Function 'get_textAfterOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:260:45: note: Function 'get_textAfterOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:261:65: style: Function 'get_textAfterOffset' argument 2 names different: declaration 'boundaryType' definition 'aBoundaryType'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:73:43: note: Function 'get_textAfterOffset' argument 2 names different: declaration 'boundaryType' definition 'aBoundaryType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:261:65: note: Function 'get_textAfterOffset' argument 2 names different: declaration 'boundaryType' definition 'aBoundaryType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:262:46: style: Function 'get_textAfterOffset' argument 3 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:74:25: note: Function 'get_textAfterOffset' argument 3 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:262:46: note: Function 'get_textAfterOffset' argument 3 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:262:66: style: Function 'get_textAfterOffset' argument 4 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:75:25: note: Function 'get_textAfterOffset' argument 4 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:262:66: note: Function 'get_textAfterOffset' argument 4 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:263:46: style: Function 'get_textAfterOffset' argument 5 names different: declaration 'text' definition 'aText'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:76:33: note: Function 'get_textAfterOffset' argument 5 names different: declaration 'text' definition 'aText'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:263:46: note: Function 'get_textAfterOffset' argument 5 names different: declaration 'text' definition 'aText'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:304:42: style: Function 'get_textAtOffset' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:79:23: note: Function 'get_textAtOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:304:42: note: Function 'get_textAtOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:305:62: style: Function 'get_textAtOffset' argument 2 names different: declaration 'boundaryType' definition 'aBoundaryType'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:80:43: note: Function 'get_textAtOffset' argument 2 names different: declaration 'boundaryType' definition 'aBoundaryType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:305:62: note: Function 'get_textAtOffset' argument 2 names different: declaration 'boundaryType' definition 'aBoundaryType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:306:43: style: Function 'get_textAtOffset' argument 3 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:81:25: note: Function 'get_textAtOffset' argument 3 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:306:43: note: Function 'get_textAtOffset' argument 3 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:306:63: style: Function 'get_textAtOffset' argument 4 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:82:25: note: Function 'get_textAtOffset' argument 4 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:306:63: note: Function 'get_textAtOffset' argument 4 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:307:43: style: Function 'get_textAtOffset' argument 5 names different: declaration 'text' definition 'aText'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:83:33: note: Function 'get_textAtOffset' argument 5 names different: declaration 'text' definition 'aText'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:307:43: note: Function 'get_textAtOffset' argument 5 names different: declaration 'text' definition 'aText'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:346:41: style: Function 'removeSelection' argument 1 names different: declaration 'selectionIndex' definition 'aSelectionIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:86:23: note: Function 'removeSelection' argument 1 names different: declaration 'selectionIndex' definition 'aSelectionIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:346:41: note: Function 'removeSelection' argument 1 names different: declaration 'selectionIndex' definition 'aSelectionIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:359:40: style: Function 'setCaretOffset' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:89:23: note: Function 'setCaretOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:359:40: note: Function 'setCaretOffset' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:375:38: style: Function 'setSelection' argument 1 names different: declaration 'selectionIndex' definition 'aSelectionIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:92:23: note: Function 'setSelection' argument 1 names different: declaration 'selectionIndex' definition 'aSelectionIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:375:38: note: Function 'setSelection' argument 1 names different: declaration 'selectionIndex' definition 'aSelectionIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:375:60: style: Function 'setSelection' argument 2 names different: declaration 'startOffset' definition 'aStartOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:93:23: note: Function 'setSelection' argument 2 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:375:60: note: Function 'setSelection' argument 2 names different: declaration 'startOffset' definition 'aStartOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:376:38: style: Function 'setSelection' argument 3 names different: declaration 'endOffset' definition 'aEndOffset'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:94:23: note: Function 'setSelection' argument 3 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:376:38: note: Function 'setSelection' argument 3 names different: declaration 'endOffset' definition 'aEndOffset'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:389:42: style: Function 'get_nCharacters' argument 1 names different: declaration 'nCharacters' definition 'aNCharacters'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:97:33: note: Function 'get_nCharacters' argument 1 names different: declaration 'nCharacters' definition 'aNCharacters'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:389:42: note: Function 'get_nCharacters' argument 1 names different: declaration 'nCharacters' definition 'aNCharacters'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:406:43: style: Function 'scrollSubstringTo' argument 1 names different: declaration 'startIndex' definition 'aStartIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:100:23: note: Function 'scrollSubstringTo' argument 1 names different: declaration 'startIndex' definition 'aStartIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:406:43: note: Function 'scrollSubstringTo' argument 1 names different: declaration 'startIndex' definition 'aStartIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:406:61: style: Function 'scrollSubstringTo' argument 2 names different: declaration 'endIndex' definition 'aEndIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:101:23: note: Function 'scrollSubstringTo' argument 2 names different: declaration 'endIndex' definition 'aEndIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:406:61: note: Function 'scrollSubstringTo' argument 2 names different: declaration 'endIndex' definition 'aEndIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:407:57: style: Function 'scrollSubstringTo' argument 3 names different: declaration 'scrollType' definition 'aScrollType'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:102:37: note: Function 'scrollSubstringTo' argument 3 names different: declaration 'scrollType' definition 'aScrollType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:407:57: note: Function 'scrollSubstringTo' argument 3 names different: declaration 'scrollType' definition 'aScrollType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:423:48: style: Function 'scrollSubstringToPoint' argument 1 names different: declaration 'startIndex' definition 'aStartIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:105:23: note: Function 'scrollSubstringToPoint' argument 1 names different: declaration 'startIndex' definition 'aStartIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:423:48: note: Function 'scrollSubstringToPoint' argument 1 names different: declaration 'startIndex' definition 'aStartIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:423:66: style: Function 'scrollSubstringToPoint' argument 2 names different: declaration 'endIndex' definition 'aEndIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:106:23: note: Function 'scrollSubstringToPoint' argument 2 names different: declaration 'endIndex' definition 'aEndIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:423:66: note: Function 'scrollSubstringToPoint' argument 2 names different: declaration 'endIndex' definition 'aEndIndex'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:424:66: style: Function 'scrollSubstringToPoint' argument 3 names different: declaration 'coordinateType' definition 'aCoordType'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:107:41: note: Function 'scrollSubstringToPoint' argument 3 names different: declaration 'coordinateType' definition 'aCoordType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:424:66: note: Function 'scrollSubstringToPoint' argument 3 names different: declaration 'coordinateType' definition 'aCoordType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:425:48: style: Function 'scrollSubstringToPoint' argument 4 names different: declaration 'x' definition 'aX'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:108:23: note: Function 'scrollSubstringToPoint' argument 4 names different: declaration 'x' definition 'aX'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:425:48: note: Function 'scrollSubstringToPoint' argument 4 names different: declaration 'x' definition 'aX'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:425:57: style: Function 'scrollSubstringToPoint' argument 5 names different: declaration 'y' definition 'aY'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:109:23: note: Function 'scrollSubstringToPoint' argument 5 names different: declaration 'y' definition 'aY'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:425:57: note: Function 'scrollSubstringToPoint' argument 5 names different: declaration 'y' definition 'aY'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:446:48: style: Function 'get_newText' argument 1 names different: declaration 'newText' definition 'aNewText'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:112:43: note: Function 'get_newText' argument 1 names different: declaration 'newText' definition 'aNewText'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:446:48: note: Function 'get_newText' argument 1 names different: declaration 'newText' definition 'aNewText'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:452:48: style: Function 'get_oldText' argument 1 names different: declaration 'oldText' definition 'aOldText'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:115:43: note: Function 'get_oldText' argument 1 names different: declaration 'oldText' definition 'aOldText'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:452:48: note: Function 'get_oldText' argument 1 names different: declaration 'oldText' definition 'aOldText'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:461:52: style: Function 'GetModifiedText' argument 2 names different: declaration 'aNewText' definition 'aText'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:130:66: note: Function 'GetModifiedText' argument 2 names different: declaration 'aNewText' definition 'aText'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:461:52: note: Function 'GetModifiedText' argument 2 names different: declaration 'aNewText' definition 'aText'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:486:66: style: Function 'GetGeckoTextBoundary' argument 1 names different: declaration 'coordinateType' definition 'aBoundaryType'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.h:131:72: note: Function 'GetGeckoTextBoundary' argument 1 names different: declaration 'coordinateType' definition 'aBoundaryType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleText.cpp:486:66: note: Function 'GetGeckoTextBoundary' argument 1 names different: declaration 'coordinateType' definition 'aBoundaryType'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleValue.cpp:47:47: style: Function 'get_currentValue' argument 1 names different: declaration 'currentValue' definition 'aCurrentValue'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleValue.h:25:36: note: Function 'get_currentValue' argument 1 names different: declaration 'currentValue' definition 'aCurrentValue'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleValue.cpp:47:47: note: Function 'get_currentValue' argument 1 names different: declaration 'currentValue' definition 'aCurrentValue'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleValue.cpp:72:45: style: Function 'setCurrentValue' argument 1 names different: declaration 'value' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleValue.h:28:26: note: Function 'setCurrentValue' argument 1 names different: declaration 'value' definition 'aValue'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleValue.cpp:72:45: note: Function 'setCurrentValue' argument 1 names different: declaration 'value' definition 'aValue'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleValue.cpp:87:47: style: Function 'get_maximumValue' argument 1 names different: declaration 'maximumValue' definition 'aMaximumValue'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleValue.h:31:36: note: Function 'get_maximumValue' argument 1 names different: declaration 'maximumValue' definition 'aMaximumValue'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleValue.cpp:87:47: note: Function 'get_maximumValue' argument 1 names different: declaration 'maximumValue' definition 'aMaximumValue'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleValue.cpp:112:47: style: Function 'get_minimumValue' argument 1 names different: declaration 'minimumValue' definition 'aMinimumValue'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/ia2/ia2AccessibleValue.h:34:36: note: Function 'get_minimumValue' argument 1 names different: declaration 'minimumValue' definition 'aMinimumValue'.
firefox-62.0/accessible/windows/ia2/ia2AccessibleValue.cpp:112:47: note: Function 'get_minimumValue' argument 1 names different: declaration 'minimumValue' definition 'aMinimumValue'.
firefox-62.0/accessible/windows/msaa/AccessibleWrap.cpp:685:1: warning: The class 'AccessibleEnumerator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/accessible/windows/msaa/ApplicationAccessibleWrap.cpp:70:46: style: Function 'get_appName' argument 1 names different: declaration 'name' definition 'aName'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/msaa/ApplicationAccessibleWrap.h:35:39: note: Function 'get_appName' argument 1 names different: declaration 'name' definition 'aName'.
firefox-62.0/accessible/windows/msaa/ApplicationAccessibleWrap.cpp:70:46: note: Function 'get_appName' argument 1 names different: declaration 'name' definition 'aName'.
firefox-62.0/accessible/windows/msaa/ApplicationAccessibleWrap.cpp:90:49: style: Function 'get_appVersion' argument 1 names different: declaration 'version' definition 'aVersion'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/msaa/ApplicationAccessibleWrap.h:38:33: note: Function 'get_appVersion' argument 1 names different: declaration 'version' definition 'aVersion'.
firefox-62.0/accessible/windows/msaa/ApplicationAccessibleWrap.cpp:90:49: note: Function 'get_appVersion' argument 1 names different: declaration 'version' definition 'aVersion'.
firefox-62.0/accessible/windows/msaa/ApplicationAccessibleWrap.cpp:110:50: style: Function 'get_toolkitName' argument 1 names different: declaration 'name' definition 'aName'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/msaa/ApplicationAccessibleWrap.h:41:33: note: Function 'get_toolkitName' argument 1 names different: declaration 'name' definition 'aName'.
firefox-62.0/accessible/windows/msaa/ApplicationAccessibleWrap.cpp:110:50: note: Function 'get_toolkitName' argument 1 names different: declaration 'name' definition 'aName'.
firefox-62.0/accessible/windows/msaa/ApplicationAccessibleWrap.cpp:128:53: style: Function 'get_toolkitVersion' argument 1 names different: declaration 'version' definition 'aVersion'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/msaa/ApplicationAccessibleWrap.h:44:37: note: Function 'get_toolkitVersion' argument 1 names different: declaration 'version' definition 'aVersion'.
firefox-62.0/accessible/windows/msaa/ApplicationAccessibleWrap.cpp:128:53: note: Function 'get_toolkitVersion' argument 1 names different: declaration 'version' definition 'aVersion'.
firefox-62.0/accessible/windows/msaa/CompatibilityUIA.cpp:40:8: style: Technically the member function 'ByteArrayDeleter::operator()' can be const. [functionConst]
firefox-62.0/accessible/windows/msaa/DocAccessibleWrap.cpp:73:41: style: Function 'get_accValue' argument 1 names different: declaration 'varChild' definition 'aVarChild'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/msaa/DocAccessibleWrap.h:31:36: note: Function 'get_accValue' argument 1 names different: declaration 'varChild' definition 'aVarChild'.
firefox-62.0/accessible/windows/msaa/DocAccessibleWrap.cpp:73:41: note: Function 'get_accValue' argument 1 names different: declaration 'varChild' definition 'aVarChild'.
firefox-62.0/accessible/windows/msaa/DocAccessibleWrap.cpp:73:68: style: Function 'get_accValue' argument 2 names different: declaration 'pszValue' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/msaa/DocAccessibleWrap.h:32:43: note: Function 'get_accValue' argument 2 names different: declaration 'pszValue' definition 'aValue'.
firefox-62.0/accessible/windows/msaa/DocAccessibleWrap.cpp:73:68: note: Function 'get_accValue' argument 2 names different: declaration 'pszValue' definition 'aValue'.
firefox-62.0/accessible/windows/msaa/EnumVariant.cpp:83:43: style: Function 'Clone' argument 1 names different: declaration 'aEnumVaraint' definition 'aEnumVariant'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/msaa/EnumVariant.h:40:32: note: Function 'Clone' argument 1 names different: declaration 'aEnumVaraint' definition 'aEnumVariant'.
firefox-62.0/accessible/windows/msaa/EnumVariant.cpp:83:43: note: Function 'Clone' argument 1 names different: declaration 'aEnumVaraint' definition 'aEnumVariant'.
firefox-62.0/accessible/windows/msaa/LazyInstantiator.cpp:406:1: style: Function 'QueryInterface' argument 1 names different: declaration 'aIid' definition 'aIID'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/msaa/LazyInstantiator.h:40:38: note: Function 'QueryInterface' argument 1 names different: declaration 'aIid' definition 'aIID'.
firefox-62.0/accessible/windows/msaa/LazyInstantiator.cpp:406:1: note: Function 'QueryInterface' argument 1 names different: declaration 'aIid' definition 'aIID'.
firefox-62.0/accessible/windows/msaa/LazyInstantiator.cpp:406:1: style: Function 'QueryInterface' argument 2 names different: declaration 'aOutInterface' definition 'aInstancePtr'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/msaa/LazyInstantiator.h:40:51: note: Function 'QueryInterface' argument 2 names different: declaration 'aOutInterface' definition 'aInstancePtr'.
firefox-62.0/accessible/windows/msaa/LazyInstantiator.cpp:406:1: note: Function 'QueryInterface' argument 2 names different: declaration 'aOutInterface' definition 'aInstancePtr'.
firefox-62.0/accessible/windows/msaa/MsaaIdGenerator.cpp:43:11: style: union member 'MsaaID::mInt32' is never used. [unusedStructMember]
firefox-62.0/accessible/windows/msaa/MsaaIdGenerator.h:40:8: performance: Technically the member function 'mozilla::a11y::MsaaIdGenerator::IsChromeID' can be static. [functionStatic]
firefox-62.0/accessible/windows/msaa/MsaaIdGenerator.cpp:136:18: note: Technically the member function 'mozilla::a11y::MsaaIdGenerator::IsChromeID' can be static.
firefox-62.0/accessible/windows/msaa/MsaaIdGenerator.h:40:8: note: Technically the member function 'mozilla::a11y::MsaaIdGenerator::IsChromeID' can be static.
firefox-62.0/accessible/windows/msaa/MsaaIdGenerator.h:44:8: performance: Technically the member function 'mozilla::a11y::MsaaIdGenerator::IsSameContentProcessFor' can be static. [functionStatic]
firefox-62.0/accessible/windows/msaa/MsaaIdGenerator.cpp:161:18: note: Technically the member function 'mozilla::a11y::MsaaIdGenerator::IsSameContentProcessFor' can be static.
firefox-62.0/accessible/windows/msaa/MsaaIdGenerator.h:44:8: note: Technically the member function 'mozilla::a11y::MsaaIdGenerator::IsSameContentProcessFor' can be static.
firefox-62.0/accessible/windows/msaa/MsaaIdGenerator.h:47:8: performance: Technically the member function 'mozilla::a11y::MsaaIdGenerator::ReleaseContentProcessIDFor' can be static. [functionStatic]
firefox-62.0/accessible/windows/msaa/MsaaIdGenerator.cpp:236:18: note: Technically the member function 'mozilla::a11y::MsaaIdGenerator::ReleaseContentProcessIDFor' can be static.
firefox-62.0/accessible/windows/msaa/MsaaIdGenerator.h:47:8: note: Technically the member function 'mozilla::a11y::MsaaIdGenerator::ReleaseContentProcessIDFor' can be static.
firefox-62.0/accessible/windows/msaa/MsaaIdGenerator.h:51:12: performance: Technically the member function 'mozilla::a11y::MsaaIdGenerator::ResolveContentProcessID' can be static. [functionStatic]
firefox-62.0/accessible/windows/msaa/MsaaIdGenerator.cpp:170:18: note: Technically the member function 'mozilla::a11y::MsaaIdGenerator::ResolveContentProcessID' can be static.
firefox-62.0/accessible/windows/msaa/MsaaIdGenerator.h:51:12: note: Technically the member function 'mozilla::a11y::MsaaIdGenerator::ResolveContentProcessID' can be static.
firefox-62.0/accessible/windows/msaa/MsaaIdGenerator.cpp:73:12: style: Technically the member function 'mozilla::a11y::detail::MsaaIDCracker::GetContentProcessId' can be const. [functionConst]
firefox-62.0/accessible/windows/msaa/MsaaIdGenerator.cpp:78:12: style: Technically the member function 'mozilla::a11y::detail::MsaaIDCracker::GetUniqueId' can be const. [functionConst]
firefox-62.0/accessible/windows/sdn/sdnDocAccessible.cpp:45:45: style: Function 'get_title' argument 1 names different: declaration 'title' definition 'aTitle'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/sdn/sdnDocAccessible.h:31:33: note: Function 'get_title' argument 1 names different: declaration 'title' definition 'aTitle'.
firefox-62.0/accessible/windows/sdn/sdnDocAccessible.cpp:45:45: note: Function 'get_title' argument 1 names different: declaration 'title' definition 'aTitle'.
firefox-62.0/accessible/windows/sdn/sdnDocAccessible.cpp:61:48: style: Function 'get_mimeType' argument 1 names different: declaration 'mimeType' definition 'aMimeType'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/sdn/sdnDocAccessible.h:34:33: note: Function 'get_mimeType' argument 1 names different: declaration 'mimeType' definition 'aMimeType'.
firefox-62.0/accessible/windows/sdn/sdnDocAccessible.cpp:61:48: note: Function 'get_mimeType' argument 1 names different: declaration 'mimeType' definition 'aMimeType'.
firefox-62.0/accessible/windows/sdn/sdnDocAccessible.cpp:80:47: style: Function 'get_docType' argument 1 names different: declaration 'docType' definition 'aDocType'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/sdn/sdnDocAccessible.h:37:33: note: Function 'get_docType' argument 1 names different: declaration 'docType' definition 'aDocType'.
firefox-62.0/accessible/windows/sdn/sdnDocAccessible.cpp:80:47: note: Function 'get_docType' argument 1 names different: declaration 'docType' definition 'aDocType'.
firefox-62.0/accessible/windows/sdn/sdnDocAccessible.cpp:99:47: style: Function 'get_nameSpaceURIForID' argument 1 names different: declaration 'nameSpaceID' definition 'aNameSpaceID'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/sdn/sdnDocAccessible.h:40:22: note: Function 'get_nameSpaceURIForID' argument 1 names different: declaration 'nameSpaceID' definition 'aNameSpaceID'.
firefox-62.0/accessible/windows/sdn/sdnDocAccessible.cpp:99:47: note: Function 'get_nameSpaceURIForID' argument 1 names different: declaration 'nameSpaceID' definition 'aNameSpaceID'.
firefox-62.0/accessible/windows/sdn/sdnDocAccessible.cpp:100:57: style: Function 'get_nameSpaceURIForID' argument 2 names different: declaration 'nameSpaceURI' definition 'aNameSpaceURI'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/sdn/sdnDocAccessible.h:41:33: note: Function 'get_nameSpaceURIForID' argument 2 names different: declaration 'nameSpaceURI' definition 'aNameSpaceURI'.
firefox-62.0/accessible/windows/sdn/sdnDocAccessible.cpp:100:57: note: Function 'get_nameSpaceURIForID' argument 2 names different: declaration 'nameSpaceURI' definition 'aNameSpaceURI'.
firefox-62.0/accessible/windows/sdn/sdnDocAccessible.cpp:127:63: style: Function 'put_alternateViewMediaTypes' argument 1 names different: declaration 'commaSeparatedMediaTypes' definition 'aCommaSeparatedMediaTypes'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/sdn/sdnDocAccessible.h:44:32: note: Function 'put_alternateViewMediaTypes' argument 1 names different: declaration 'commaSeparatedMediaTypes' definition 'aCommaSeparatedMediaTypes'.
firefox-62.0/accessible/windows/sdn/sdnDocAccessible.cpp:127:63: note: Function 'put_alternateViewMediaTypes' argument 1 names different: declaration 'commaSeparatedMediaTypes' definition 'aCommaSeparatedMediaTypes'.
firefox-62.0/accessible/windows/sdn/sdnTextAccessible.cpp:54:60: style: Function 'get_clippedSubstringBounds' argument 1 names different: declaration 'startIndex' definition 'aStartIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/sdn/sdnTextAccessible.h:35:29: note: Function 'get_clippedSubstringBounds' argument 1 names different: declaration 'startIndex' definition 'aStartIndex'.
firefox-62.0/accessible/windows/sdn/sdnTextAccessible.cpp:54:60: note: Function 'get_clippedSubstringBounds' argument 1 names different: declaration 'startIndex' definition 'aStartIndex'.
firefox-62.0/accessible/windows/sdn/sdnTextAccessible.cpp:55:60: style: Function 'get_clippedSubstringBounds' argument 2 names different: declaration 'endIndex' definition 'aEndIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/sdn/sdnTextAccessible.h:36:29: note: Function 'get_clippedSubstringBounds' argument 2 names different: declaration 'endIndex' definition 'aEndIndex'.
firefox-62.0/accessible/windows/sdn/sdnTextAccessible.cpp:55:60: note: Function 'get_clippedSubstringBounds' argument 2 names different: declaration 'endIndex' definition 'aEndIndex'.
firefox-62.0/accessible/windows/uia/uiaRawElmProvider.cpp:98:73: style: Function 'get_ProviderOptions' argument 1 names different: declaration 'aProviderOptions' definition 'aOptions'. [funcArgNamesDifferent]
firefox-62.0/accessible/windows/uia/uiaRawElmProvider.h:50:58: note: Function 'get_ProviderOptions' argument 1 names different: declaration 'aProviderOptions' definition 'aOptions'.
firefox-62.0/accessible/windows/uia/uiaRawElmProvider.cpp:98:73: note: Function 'get_ProviderOptions' argument 1 names different: declaration 'aProviderOptions' definition 'aOptions'.
firefox-62.0/accessible/xpcom/nsAccessibleRelation.cpp:21:3: performance: Variable 'mTargets' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/accessible/xpcom/nsAccessibleRelation.cpp:31:3: performance: Variable 'mTargets' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/accessible/xpcom/xpcAccessibleSelectable.cpp:44:57: style: Function 'GetSelectedItemCount' argument 1 names different: declaration 'aSelectedItemCount' definition 'aSelectionCount'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleSelectable.h:29:45: note: Function 'GetSelectedItemCount' argument 1 names different: declaration 'aSelectedItemCount' definition 'aSelectionCount'.
firefox-62.0/accessible/xpcom/xpcAccessibleSelectable.cpp:44:57: note: Function 'GetSelectedItemCount' argument 1 names different: declaration 'aSelectedItemCount' definition 'aSelectionCount'.
firefox-62.0/accessible/xpcom/xpcAccessibleSelectable.cpp:59:60: style: Function 'GetSelectedItemAt' argument 2 names different: declaration 'aItem' definition 'aSelected'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleSelectable.h:31:65: note: Function 'GetSelectedItemAt' argument 2 names different: declaration 'aItem' definition 'aSelected'.
firefox-62.0/accessible/xpcom/xpcAccessibleSelectable.cpp:59:60: note: Function 'GetSelectedItemAt' argument 2 names different: declaration 'aItem' definition 'aSelected'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:69:39: style: Function 'GetCellAt' argument 1 names different: declaration 'aRowIndex' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:36:32: note: Function 'GetCellAt' argument 1 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:69:39: note: Function 'GetCellAt' argument 1 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:69:56: style: Function 'GetCellAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:36:51: note: Function 'GetCellAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:69:56: note: Function 'GetCellAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:87:44: style: Function 'GetCellIndexAt' argument 1 names different: declaration 'aRowIndex' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:38:37: note: Function 'GetCellIndexAt' argument 1 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:87:44: note: Function 'GetCellIndexAt' argument 1 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:87:61: style: Function 'GetCellIndexAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:38:56: note: Function 'GetCellIndexAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:87:61: note: Function 'GetCellIndexAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:88:45: style: Function 'GetCellIndexAt' argument 3 names different: declaration 'aCellIndex' definition 'aCellIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:39:38: note: Function 'GetCellIndexAt' argument 3 names different: declaration 'aCellIndex' definition 'aCellIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:88:45: note: Function 'GetCellIndexAt' argument 3 names different: declaration 'aCellIndex' definition 'aCellIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:105:47: style: Function 'GetColumnExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:47:40: note: Function 'GetColumnExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:105:47: note: Function 'GetColumnExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:105:64: style: Function 'GetColumnExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:47:53: note: Function 'GetColumnExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:105:64: note: Function 'GetColumnExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:123:44: style: Function 'GetRowExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:49:37: note: Function 'GetRowExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:123:44: note: Function 'GetRowExtentAt' argument 1 names different: declaration 'row' definition 'aRowIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:123:61: style: Function 'GetRowExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:49:50: note: Function 'GetRowExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:123:61: note: Function 'GetRowExtentAt' argument 2 names different: declaration 'column' definition 'aColIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:174:61: style: Function 'IsColumnSelected' argument 2 names different: declaration '_retval' definition 'aIsSelected'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:55:54: note: Function 'IsColumnSelected' argument 2 names different: declaration '_retval' definition 'aIsSelected'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:174:61: note: Function 'IsColumnSelected' argument 2 names different: declaration '_retval' definition 'aIsSelected'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:190:58: style: Function 'IsRowSelected' argument 2 names different: declaration '_retval' definition 'aIsSelected'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:57:51: note: Function 'IsRowSelected' argument 2 names different: declaration '_retval' definition 'aIsSelected'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:190:58: note: Function 'IsRowSelected' argument 2 names different: declaration '_retval' definition 'aIsSelected'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:207:42: style: Function 'IsCellSelected' argument 3 names different: declaration '_retval' definition 'aIsSelected'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:59:69: note: Function 'IsCellSelected' argument 3 names different: declaration '_retval' definition 'aIsSelected'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:207:42: note: Function 'IsCellSelected' argument 3 names different: declaration '_retval' definition 'aIsSelected'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:263:49: style: Function 'GetSelectedCells' argument 1 names different: declaration 'aSelectedCell' definition 'aSelectedCells'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:67:42: note: Function 'GetSelectedCells' argument 1 names different: declaration 'aSelectedCell' definition 'aSelectedCells'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:263:49: note: Function 'GetSelectedCells' argument 1 names different: declaration 'aSelectedCell' definition 'aSelectedCells'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:365:46: style: Function 'GetColumnIndexAt' argument 1 names different: declaration 'aCellIndex' definition 'aCellIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:40:39: note: Function 'GetColumnIndexAt' argument 1 names different: declaration 'aCellIndex' definition 'aCellIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:365:46: note: Function 'GetColumnIndexAt' argument 1 names different: declaration 'aCellIndex' definition 'aCellIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:365:65: style: Function 'GetColumnIndexAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:40:60: note: Function 'GetColumnIndexAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:365:65: note: Function 'GetColumnIndexAt' argument 2 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:382:43: style: Function 'GetRowIndexAt' argument 1 names different: declaration 'aCellIndex' definition 'aCellIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:42:36: note: Function 'GetRowIndexAt' argument 1 names different: declaration 'aCellIndex' definition 'aCellIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:382:43: note: Function 'GetRowIndexAt' argument 1 names different: declaration 'aCellIndex' definition 'aCellIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:382:62: style: Function 'GetRowIndexAt' argument 2 names different: declaration 'aRowIndex' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:42:57: note: Function 'GetRowIndexAt' argument 2 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:382:62: note: Function 'GetRowIndexAt' argument 2 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:399:54: style: Function 'GetRowAndColumnIndicesAt' argument 1 names different: declaration 'aCellIndex' definition 'aCellIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:44:47: note: Function 'GetRowAndColumnIndicesAt' argument 1 names different: declaration 'aCellIndex' definition 'aCellIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:399:54: note: Function 'GetRowAndColumnIndicesAt' argument 1 names different: declaration 'aCellIndex' definition 'aCellIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:399:73: style: Function 'GetRowAndColumnIndicesAt' argument 2 names different: declaration 'aRowIndex' definition 'aRowIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:44:68: note: Function 'GetRowAndColumnIndicesAt' argument 2 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:399:73: note: Function 'GetRowAndColumnIndicesAt' argument 2 names different: declaration 'aRowIndex' definition 'aRowIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:400:55: style: Function 'GetRowAndColumnIndicesAt' argument 3 names different: declaration 'aColumnIndex' definition 'aColIdx'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:45:48: note: Function 'GetRowAndColumnIndicesAt' argument 3 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:400:55: note: Function 'GetRowAndColumnIndicesAt' argument 3 names different: declaration 'aColumnIndex' definition 'aColIdx'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:432:47: style: Function 'IsProbablyForLayout' argument 1 names different: declaration 'aIsForLayout' definition 'aResult'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleTable.h:80:40: note: Function 'IsProbablyForLayout' argument 1 names different: declaration 'aIsForLayout' definition 'aResult'.
firefox-62.0/accessible/xpcom/xpcAccessibleTable.cpp:432:47: note: Function 'IsProbablyForLayout' argument 1 names different: declaration 'aIsForLayout' definition 'aResult'.
firefox-62.0/accessible/xpcom/xpcAccessibleValue.cpp:107:49: style: Function 'GetMinimumIncrement' argument 1 names different: declaration 'aMinIncrement' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/accessible/xpcom/xpcAccessibleValue.h:28:42: note: Function 'GetMinimumIncrement' argument 1 names different: declaration 'aMinIncrement' definition 'aValue'.
firefox-62.0/accessible/xpcom/xpcAccessibleValue.cpp:107:49: note: Function 'GetMinimumIncrement' argument 1 names different: declaration 'aMinIncrement' definition 'aValue'.
firefox-62.0/accessible/xul/XULFormControlAccessible.cpp:256:43: style: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'. [funcArgNamesDifferent]
firefox-62.0/accessible/xul/XULFormControlAccessible.h:98:33: note: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'.
firefox-62.0/accessible/xul/XULFormControlAccessible.cpp:256:43: note: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'.
firefox-62.0/accessible/xul/XULListboxAccessible.cpp:643:45: style: Function 'ActionNameAt' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/accessible/xul/XULListboxAccessible.h:121:37: note: Function 'ActionNameAt' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/accessible/xul/XULListboxAccessible.cpp:643:45: note: Function 'ActionNameAt' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/accessible/xul/XULListboxAccessible.cpp:738:62: style: Function 'ColHeaderCells' argument 1 names different: declaration 'aHeaderCells' definition 'aCells'. [funcArgNamesDifferent]
firefox-62.0/accessible/xul/XULListboxAccessible.h:165:54: note: Function 'ColHeaderCells' argument 1 names different: declaration 'aHeaderCells' definition 'aCells'.
firefox-62.0/accessible/xul/XULListboxAccessible.cpp:738:62: note: Function 'ColHeaderCells' argument 1 names different: declaration 'aHeaderCells' definition 'aCells'.
firefox-62.0/accessible/xul/XULListboxAccessible.h:104:1: style: The class 'XULListitemAccessible' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/accessible/xul/XULListboxAccessible.h:65:20: warning: Virtual function 'ColCount' is called from constructor 'XULListboxAccessible(nsIContent*aContent,DocAccessible*aDoc)' at line 111. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/accessible/xul/XULListboxAccessible.cpp:111:7: note: Calling IsMulticolumn
firefox-62.0/accessible/xul/XULListboxAccessible.h:98:39: note: Calling ColCount
firefox-62.0/accessible/xul/XULListboxAccessible.h:65:20: note: ColCount is a virtual method
firefox-62.0/accessible/xul/XULMenuAccessible.cpp:153:18: style: The scope of the variable 'gMenuAccesskeyModifier' can be reduced. [variableScope]
firefox-62.0/accessible/xul/XULMenuAccessible.cpp:272:41: style: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'. [funcArgNamesDifferent]
firefox-62.0/accessible/xul/XULMenuAccessible.h:36:33: note: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'.
firefox-62.0/accessible/xul/XULMenuAccessible.cpp:272:41: note: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'.
firefox-62.0/accessible/xul/XULMenuAccessible.cpp:377:46: style: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'. [funcArgNamesDifferent]
firefox-62.0/accessible/xul/XULMenuAccessible.h:65:33: note: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'.
firefox-62.0/accessible/xul/XULMenuAccessible.cpp:377:46: note: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'.
firefox-62.0/accessible/xul/XULSelectControlAccessible.cpp:33:3: performance: Variable 'mSelectControl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/accessible/xul/XULTabAccessible.cpp:51:36: style: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'. [funcArgNamesDifferent]
firefox-62.0/accessible/xul/XULTabAccessible.h:36:33: note: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'.
firefox-62.0/accessible/xul/XULTabAccessible.cpp:51:36: note: Function 'DoAction' argument 1 names different: declaration 'aIndex' definition 'index'.
firefox-62.0/accessible/xul/XULTreeAccessible.cpp:43:38: style: Function 'XULTreeAccessible' argument 3 names different: declaration 'aTreeframe' definition 'aTreeFrame'. [funcArgNamesDifferent]
firefox-62.0/accessible/xul/XULTreeAccessible.h:35:38: note: Function 'XULTreeAccessible' argument 3 names different: declaration 'aTreeframe' definition 'aTreeFrame'.
firefox-62.0/accessible/xul/XULTreeAccessible.cpp:43:38: note: Function 'XULTreeAccessible' argument 3 names different: declaration 'aTreeframe' definition 'aTreeFrame'.
firefox-62.0/accessible/xul/XULTreeAccessible.cpp:1069:3: performance: Variable 'mColumn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/browser/app/winlauncher/NativeNt.h:263:12: warning: Member variable 'PEHeaders::mImageLimit' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/browser/app/winlauncher/NativeNt.h:463:3: style: Unused private function: 'PEHeaders::FindResourceEntry' [unusedPrivateFunction]
firefox-62.0/browser/app/winlauncher/NativeNt.h:481:3: style: Unused private function: 'PEHeaders::FindFirstResourceEntry' [unusedPrivateFunction]
firefox-62.0/browser/app/winlauncher/NativeNt.h:338:3: style: Technically the member function 'mozilla::nt::PEHeaders::GetTimeStamp' can be const. [functionConst]
firefox-62.0/browser/app/winlauncher/NativeNt.h:457:5: style: Technically the member function 'mozilla::nt::PEHeaders::RVAToPtrUnchecked' can be const. [functionConst]
firefox-62.0/browser/app/winlauncher/ProcThreadAttributes.h:24:10: style: Technically the member function 'mozilla::ProcThreadAttributes::ProcThreadAttributeListDeleter::operator()' can be const. [functionConst]
firefox-62.0/browser/components/about/AboutRedirector.cpp:233:68: style: Function 'Create' argument 3 names different: declaration 'aResult' definition 'result'. [funcArgNamesDifferent]
firefox-62.0/browser/components/about/AboutRedirector.h:23:55: note: Function 'Create' argument 3 names different: declaration 'aResult' definition 'result'.
firefox-62.0/browser/components/about/AboutRedirector.cpp:233:68: note: Function 'Create' argument 3 names different: declaration 'aResult' definition 'result'.
firefox-62.0/browser/components/feeds/nsFeedSniffer.cpp:334:3: style: Variable 'isFeed' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/browser/components/feeds/nsFeedSniffer.cpp:331:0: note: Variable 'isFeed' is reassigned a value before the old one has been used.
firefox-62.0/browser/components/feeds/nsFeedSniffer.cpp:334:3: note: Variable 'isFeed' is reassigned a value before the old one has been used.
firefox-62.0/browser/components/shell/nsGNOMEShellService.h:16:3: warning: Member variable 'nsGNOMEShellService::mUseLocaleFilenames' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/browser/components/shell/nsWindowsShellService.cpp:750:23: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/browser/components/translation/cld2/cldapp.cc:11:3: style: Class 'Language' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/browser/components/translation/cld2/internal/stringpiece.h:41:3: style: Class 'StringPiece' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/browser/components/translation/cld2/internal/stringpiece.h:48:3: style: Class 'StringPiece' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/browser/components/translation/cld2/internal/getonescriptspan.h:81:15: style: Technically the member function 'CLD2::ScriptScanner::GetBufferStart' can be const. [functionConst]
firefox-62.0/browser/components/translation/cld2/internal/tote.h:82:7: performance: Technically the member function 'CLD2::DocTote::MaxSize' can be static. [functionStatic]
firefox-62.0/browser/components/translation/cld2/internal/scoreonescriptspan.h:120:8: style: Technically the member function 'CLD2::LangBoosts::wrap' can be const. [functionConst]
firefox-62.0/browser/components/translation/cld2/internal/compact_lang_det_impl.cc:719:49: style: Function 'CheapSqueezeInplace' argument 2 names different: declaration 'srclen' definition 'src_len'. [funcArgNamesDifferent]
firefox-62.0/browser/components/translation/cld2/internal/compact_lang_det_impl.h:179:43: note: Function 'CheapSqueezeInplace' argument 2 names different: declaration 'srclen' definition 'src_len'.
firefox-62.0/browser/components/translation/cld2/internal/compact_lang_det_impl.cc:719:49: note: Function 'CheapSqueezeInplace' argument 2 names different: declaration 'srclen' definition 'src_len'.
firefox-62.0/browser/components/translation/cld2/internal/compact_lang_det_impl.cc:1387:22: style: Variable 'plang_second' is assigned a value that is never used. [unreadVariable]
firefox-62.0/browser/components/translation/cld2/internal/compact_lang_det_impl.cc:1708:0: style: Variable 'next_other_tote' is assigned a value that is never used. [unreadVariable]
firefox-62.0/browser/components/translation/cld2/internal/compact_lang_det_impl.cc:1709:0: style: Variable 'tote_num' is assigned a value that is never used. [unreadVariable]
firefox-62.0/browser/components/translation/cld2/internal/compact_lang_det_impl.cc:1712:8: style: Variable 'totes' is assigned a value that is never used. [unreadVariable]
firefox-62.0/browser/components/translation/cld2/internal/compact_lang_det_impl.cc:1713:8: style: Variable 'tote_seen' is assigned a value that is never used. [unreadVariable]
firefox-62.0/browser/components/translation/cld2/internal/compact_lang_det_impl.cc:1714:7: style: Variable 'tote_grams' is assigned a value that is never used. [unreadVariable]
firefox-62.0/browser/components/translation/cld2/internal/compact_lang_det_impl.cc:1715:12: style: Variable 'tote_script' is assigned a value that is never used. [unreadVariable]
firefox-62.0/browser/components/translation/cld2/internal/compact_lang_det_impl.cc:1734:0: style: Variable 'advance_by' is assigned a value that is never used. [unreadVariable]
firefox-62.0/browser/components/translation/cld2/internal/compact_lang_det_impl.cc:1735:23: style: Variable 'advance_limit' is assigned a value that is never used. [unreadVariable]
firefox-62.0/browser/components/translation/cld2/internal/compact_lang_det_impl.cc:1739:25: style: Variable 'initial_word_span' is assigned a value that is never used. [unreadVariable]
firefox-62.0/browser/components/translation/cld2/internal/compact_lang_det_impl.cc:1748:24: style: Variable 'chunksizeunis' is assigned a value that is never used. [unreadVariable]
firefox-62.0/browser/components/translation/cld2/internal/compact_lang_det_impl.cc:1752:27: style: Variable 'spantooshortlimit' is assigned a value that is never used. [unreadVariable]
firefox-62.0/browser/components/translation/cld2/internal/compact_lang_det_impl.cc:1769:25: style: Variable 'ulscript' is assigned a value that is never used. [unreadVariable]
firefox-62.0/browser/components/translation/cld2/internal/getonescriptspan.cc:576:5: style: Class 'ScriptScanner' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/browser/components/translation/cld2/internal/getonescriptspan.cc:576:5: style: Class 'ScriptScanner' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/browser/components/translation/cld2/internal/offsetmap.cc:82:3: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
firefox-62.0/browser/components/translation/cld2/internal/offsetmap.cc:252:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
firefox-62.0/browser/components/translation/cld2/internal/offsetmap.cc:252:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
firefox-62.0/browser/components/translation/cld2/internal/offsetmap.cc:254:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
firefox-62.0/browser/components/translation/cld2/internal/offsetmap.cc:254:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
firefox-62.0/browser/components/translation/cld2/internal/offsetmap.cc:319:9: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/browser/components/translation/cld2/internal/offsetmap.cc:421:14: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
firefox-62.0/browser/components/translation/cld2/internal/offsetmap.h:143:8: style: Unused private function: 'OffsetMap::PrintPosition' [unusedPrivateFunction]
firefox-62.0/browser/components/translation/cld2/internal/offsetmap.h:137:7: style: Technically the member function 'CLD2::OffsetMap::ParseNext' can be const. [functionConst]
firefox-62.0/browser/components/translation/cld2/internal/offsetmap.cc:316:16: note: Technically the member function 'CLD2::OffsetMap::ParseNext' can be const.
firefox-62.0/browser/components/translation/cld2/internal/offsetmap.h:137:7: note: Technically the member function 'CLD2::OffsetMap::ParseNext' can be const.
firefox-62.0/browser/components/translation/cld2/internal/scoreonescriptspan.cc:249:8: style: The scope of the variable 'more_to_come' can be reduced. [variableScope]
firefox-62.0/browser/components/translation/cld2/internal/scoreonescriptspan.cc:250:8: style: The scope of the variable 'score_cjk' can be reduced. [variableScope]
firefox-62.0/browser/components/translation/cld2/internal/scoreonescriptspan.cc:754:9: style: The scope of the variable 'd' can be reduced. [variableScope]
firefox-62.0/browser/components/translation/cld2/internal/tote.cc:105:10: warning: Member variable 'DocTote::value_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/browser/components/translation/cld2/internal/tote.cc:105:10: warning: Member variable 'DocTote::score_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/browser/components/translation/cld2/internal/tote.cc:105:10: warning: Member variable 'DocTote::reliability_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/browser/components/translation/cld2/internal/tote.cc:31:3: performance: Variable 'in_use_mask_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/browser/components/translation/cld2/internal/tote.h:73:7: style: Technically the member function 'CLD2::DocTote::Find' can be const. [functionConst]
firefox-62.0/browser/components/translation/cld2/internal/tote.cc:178:14: note: Technically the member function 'CLD2::DocTote::Find' can be const.
firefox-62.0/browser/components/translation/cld2/internal/tote.h:73:7: note: Technically the member function 'CLD2::DocTote::Find' can be const.
firefox-62.0/browser/components/translation/cld2/internal/tote.h:75:7: style: Technically the member function 'CLD2::DocTote::CurrentTopKey' can be const. [functionConst]
firefox-62.0/browser/components/translation/cld2/internal/tote.cc:205:14: note: Technically the member function 'CLD2::DocTote::CurrentTopKey' can be const.
firefox-62.0/browser/components/translation/cld2/internal/tote.h:75:7: note: Technically the member function 'CLD2::DocTote::CurrentTopKey' can be const.
firefox-62.0/browser/components/translation/cld2/internal/utf8statetable.cc:598:7: style: The scope of the variable 'n' can be reduced. [variableScope]
firefox-62.0/browser/extensions/mortar/host/interpose.cc:41:3: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'long'. [invalidPrintfArgType_uint]
firefox-62.0/browser/extensions/mortar/host/interpose.cc:41:3: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'long'. [invalidPrintfArgType_uint]
firefox-62.0/browser/extensions/mortar/host/interpose.cc:44:3: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'long'. [invalidPrintfArgType_uint]
firefox-62.0/browser/extensions/mortar/host/interpose.cc:44:3: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'long'. [invalidPrintfArgType_uint]
firefox-62.0/browser/extensions/mortar/host/interpose.cc:54:3: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'long'. [invalidPrintfArgType_uint]
firefox-62.0/browser/extensions/mortar/host/interpose.cc:54:3: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'long'. [invalidPrintfArgType_uint]
firefox-62.0/browser/extensions/mortar/host/interpose.cc:54:3: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/browser/extensions/mortar/host/interpose.cc:54:3: warning: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'long'. [invalidPrintfArgType_uint]
firefox-62.0/browser/extensions/mortar/host/interpose.cc:57:3: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'long'. [invalidPrintfArgType_uint]
firefox-62.0/browser/extensions/mortar/host/interpose.cc:57:3: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'long'. [invalidPrintfArgType_uint]
firefox-62.0/browser/extensions/mortar/host/interpose.cc:57:3: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/browser/extensions/mortar/host/interpose.cc:57:3: warning: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'long'. [invalidPrintfArgType_uint]
firefox-62.0/browser/extensions/mortar/host/interpose.cc:241:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/browser/extensions/mortar/host/rpc.cc:32:3: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
firefox-62.0/browser/extensions/mortar/json/json.cpp:139:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/browser/extensions/mortar/json/json.cpp:41:3: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/browser/extensions/mortar/json/test.cpp:387:17: style: Unused variable: tokens [unusedVariable]
firefox-62.0/build/clang-plugin/CustomMatchers.h:22:0: error: syntax error [syntaxError]
firefox-62.0/build/clang-plugin/BaseCheck.h:13:3: warning: Member variable 'BaseCheck::Context' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/build/clang-plugin/CanRunScriptChecker.h:13:3: warning: Member variable 'CanRunScriptChecker::IsFuncSetBuilt' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/build/clang-plugin/RecurseGuard.h:40:0: style: Technically the member function 'RecurseGuard < const CFGBlock * >::isRepeat' can be const. [functionConst]
firefox-62.0/build/clang-plugin/RecurseGuard.h:42:0: style: Technically the member function 'RecurseGuard < const CFGBlock * >::get' can be const. [functionConst]
firefox-62.0/build/clang-plugin/RecurseGuard.h:44:0: style: Technically the member function 'RecurseGuard < const CFGBlock * >::operatorT' can be const. [functionConst]
firefox-62.0/build/clang-plugin/RecurseGuard.h:46:0: style: Technically the member function 'RecurseGuard < const CFGBlock * >::operator.' can be const. [functionConst]
firefox-62.0/build/clang-plugin/DiagnosticsMatcher.h:12:3: style: Class 'DiagnosticsMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/RecurseGuard.h:22:0: style: Class 'RecurseGuard < const CFGBlock * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/mozsearch-plugin/FileOperations.h:40:8: style: Technically the member function 'AutoLockFile::success' can be const. [functionConst]
firefox-62.0/build/clang-plugin/mozsearch-plugin/FileOperations.cpp:112:20: note: Technically the member function 'AutoLockFile::success' can be const.
firefox-62.0/build/clang-plugin/mozsearch-plugin/FileOperations.h:40:8: note: Technically the member function 'AutoLockFile::success' can be const.
firefox-62.0/build/clang-plugin/mozsearch-plugin/FileOperations.h:37:3: style: Struct 'AutoLockFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/mozsearch-plugin/JSONFormatter.h:24:5: warning: Member variable 'Property::Name' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/build/clang-plugin/mozsearch-plugin/JSONFormatter.h:24:5: warning: Member variable 'Property::IntValue' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/build/clang-plugin/mozsearch-plugin/JSONFormatter.h:24:5: warning: Member variable 'Property::IsString' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/build/clang-plugin/mozsearch-plugin/JSONFormatter.h:26:5: warning: Member variable 'Property::IntValue' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/build/clang-plugin/mozsearch-plugin/JSONFormatter.h:41:15: performance: Technically the member function 'JSONFormatter::escape' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/mozsearch-plugin/JSONFormatter.cpp:35:28: note: Technically the member function 'JSONFormatter::escape' can be static.
firefox-62.0/build/clang-plugin/mozsearch-plugin/JSONFormatter.h:41:15: note: Technically the member function 'JSONFormatter::escape' can be static.
firefox-62.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:1240:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:1243:7: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:1240:12: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:273:39: style: Variable 'TemplateArgs' is assigned a value that is never used. [unreadVariable]
firefox-62.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:452:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:73:3: style: Struct 'RAIITracer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:93:3: style: Struct 'FileInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:124:3: style: Class 'PreprocessorHook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:414:3: style: Class 'IndexConsumer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:427:5: style: Struct 'AutoTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:710:5: style: Struct 'AutoTemplateContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:610:25: performance: Function parameter 'Name' should be passed by const reference. [passedByValue]
firefox-62.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:610:56: performance: Function parameter 'Symbols' should be passed by const reference. [passedByValue]
firefox-62.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:661:67: performance: Function parameter 'Symbols' should be passed by const reference. [passedByValue]
firefox-62.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:977:36: performance: Function parameter 'QualName' should be passed by const reference. [passedByValue]
firefox-62.0/build/clang-plugin/mozsearch-plugin/MozsearchIndexer.cpp:978:32: performance: Function parameter 'TokenContext' should be passed by const reference. [passedByValue]
firefox-62.0/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp:4:3: style: Struct 'Foo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp:6:3: style: Struct 'Foo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp:8:3: style: Struct 'Foo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp:27:3: style: Struct 'Baz' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp:29:3: style: Struct 'Baz' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp:47:3: style: Struct 'Template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/tests/TestBadImplicitConversionCtor.cpp:49:3: style: Struct 'Template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/tests/TestCanRunScript.cpp:28:27: performance: Technically the member function 'RefCountedBase::method_test' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestCustomHeap.cpp:27:12: style: Variable 'foo' is assigned a value that is never used. [unreadVariable]
firefox-62.0/build/clang-plugin/tests/TestCustomHeap.cpp:28:0: style: Variable 'foo2' is allocated memory that is never used. [unusedAllocatedMemory]
firefox-62.0/build/clang-plugin/tests/TestDanglingOnTemporary.cpp:34:15: style: Variable 'test' is assigned a value that is never used. [unreadVariable]
firefox-62.0/build/clang-plugin/tests/TestDanglingOnTemporary.cpp:35:16: style: Variable 'test2' is assigned a value that is never used. [unreadVariable]
firefox-62.0/build/clang-plugin/tests/TestDanglingOnTemporary.cpp:44:18: style: Variable 'escape2' is assigned a value that is never used. [unreadVariable]
firefox-62.0/build/clang-plugin/tests/TestDanglingOnTemporary.cpp:5:39: style: Unused private function: 'AnnotateConflict::get' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/TestDanglingOnTemporary.cpp:6:38: style: Unused private function: 'AnnotateConflict::test' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/TestDanglingOnTemporary.cpp:6:38: performance: Technically the member function 'AnnotateConflict::test' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestGlobalClass.cpp:12:0: style: struct member 'TemplateClass < int >::i' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestGlobalClass.cpp:50:14: style: Unused variable: moreInvalid [unusedVariable]
firefox-62.0/build/clang-plugin/tests/TestGlobalClass.cpp:51:15: style: Unused variable: evenMoreInvalid [unusedVariable]
firefox-62.0/build/clang-plugin/tests/TestHeapClass.cpp:17:0: style: struct member 'TemplateClass < int >::i' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestHeapClass.cpp:8:3: warning: Member variable 'Heap::i' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/build/clang-plugin/tests/TestHeapClass.cpp:9:3: warning: Member variable 'Heap::i' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/build/clang-plugin/tests/TestHeapClass.cpp:10:3: warning: Member variable 'Heap::i' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/build/clang-plugin/tests/TestHeapClass.cpp:9:3: style: Struct 'Heap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/tests/TestInheritTypeAnnotationsFromTemplateArgs.cpp:28:0: style: The class 'Mover < Template < Pointery > >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/build/clang-plugin/tests/TestInheritTypeAnnotationsFromTemplateArgs.cpp:28:0: style: The class 'Mover < Template < IndirectPointery > >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/build/clang-plugin/tests/TestInheritTypeAnnotationsFromTemplateArgs.cpp:28:0: style: The class 'Mover < Template < ContainsPointery > >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/build/clang-plugin/tests/TestInheritTypeAnnotationsFromTemplateArgs.cpp:28:0: style: The class 'Mover < IndirectTemplatePointery >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/build/clang-plugin/tests/TestInheritTypeAnnotationsFromTemplateArgs.cpp:28:0: style: The class 'Mover < ContainsTemplatePointery >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/build/clang-plugin/tests/TestInheritTypeAnnotationsFromTemplateArgs.cpp:28:0: style: The class 'Mover < Template < Normal > >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/build/clang-plugin/tests/TestInheritTypeAnnotationsFromTemplateArgs.cpp:28:0: style: The class 'Mover < ManyTs < Pointery > >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/build/clang-plugin/tests/TestInheritTypeAnnotationsFromTemplateArgs.cpp:28:0: style: The class 'Mover < ManyTs < Normal , Pointery > >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/build/clang-plugin/tests/TestInheritTypeAnnotationsFromTemplateArgs.cpp:28:0: style: The class 'Mover < ManyTs < Normal , Normal , Pointery > >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/build/clang-plugin/tests/TestKungFuDeathGrip.cpp:24:0: style: Class 'nsCOMPtr < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/tests/TestKungFuDeathGrip.cpp:25:0: style: Class 'nsCOMPtr < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/tests/TestKungFuDeathGrip.cpp:14:0: style: Class 'RefPtr < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/tests/TestKungFuDeathGrip.cpp:15:0: style: Class 'RefPtr < Type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/tests/TestMustOverride.cpp:11:16: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestMustOverride.cpp:7:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestMustOverride.cpp:11:16: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestMustOverride.cpp:12:16: style: The function 'h' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestMustOverride.cpp:8:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestMustOverride.cpp:12:16: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestMustOverride.cpp:16:16: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestMustOverride.cpp:6:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestMustOverride.cpp:16:16: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestMustOverride.cpp:26:16: style: The function 'VirtMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestMustOverride.cpp:20:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestMustOverride.cpp:26:16: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestMustOverride.cpp:34:16: style: The function 'VirtMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestMustOverride.cpp:20:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestMustOverride.cpp:34:16: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestMustReturnFromCaller.cpp:186:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/build/clang-plugin/tests/TestMustReturnFromCaller.cpp:188:5: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustReturnFromCaller.cpp:186:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustReturnFromCaller.cpp:68:36: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
firefox-62.0/build/clang-plugin/tests/TestMustReturnFromCaller.cpp:85:36: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
firefox-62.0/build/clang-plugin/tests/TestMustReturnFromCaller.cpp:137:36: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
firefox-62.0/build/clang-plugin/tests/TestMustReturnFromCaller.cpp:46:3: style: Class 'Foo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:37:3: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:36:3: note: Variable 'u' is reassigned a value before the old one has been used.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:37:3: note: Variable 'u' is reassigned a value before the old one has been used.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:46:5: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:45:5: note: Variable 'u' is reassigned a value before the old one has been used.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:46:5: note: Variable 'u' is reassigned a value before the old one has been used.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:56:5: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:55:5: note: Variable 'u' is reassigned a value before the old one has been used.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:56:5: note: Variable 'u' is reassigned a value before the old one has been used.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:65:5: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:64:5: note: Variable 'u' is reassigned a value before the old one has been used.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:65:5: note: Variable 'u' is reassigned a value before the old one has been used.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:48:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:57:5: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:48:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:68:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:69:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:68:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:70:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:71:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:70:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:72:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:73:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:72:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:74:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:75:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:74:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:76:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:77:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:76:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:78:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:79:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:78:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:80:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:81:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:80:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:82:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:83:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:82:3: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:200:19: style: Variable 'u' is assigned a value that is never used. [unreadVariable]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:193:15: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:194:16: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:195:12: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:196:14: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:197:15: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:198:11: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:199:15: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
firefox-62.0/build/clang-plugin/tests/TestMustUse.cpp:200:15: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:3:9: style: Variable 'f' is not assigned a value. [unassignedVariable]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:3:12: style: Variable 'f2' is not assigned a value. [unassignedVariable]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:5:12: style: Variable 'd' is not assigned a value. [unassignedVariable]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:6:10: style: Variable 'd2' is not assigned a value. [unassignedVariable]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:7:8: error: Uninitialized variable: f [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:9:8: error: Uninitialized variable: f [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:11:8: error: Uninitialized variable: f [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:12:18: error: Uninitialized variable: f [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:13:8: error: Uninitialized variable: f [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:13:13: error: Uninitialized variable: f2 [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:8:8: error: Uninitialized variable: d [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:10:8: error: Uninitialized variable: d [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:11:13: error: Uninitialized variable: d [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:12:8: error: Uninitialized variable: d [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:14:8: error: Uninitialized variable: d [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:15:8: error: Uninitialized variable: d [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExpr.cpp:14:13: error: Uninitialized variable: d2 [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExprC.c:4:9: style: Variable 'f' is not assigned a value. [unassignedVariable]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExprC.c:4:12: style: Variable 'f2' is not assigned a value. [unassignedVariable]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExprC.c:6:12: style: Variable 'd' is not assigned a value. [unassignedVariable]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExprC.c:7:10: style: Variable 'd2' is not assigned a value. [unassignedVariable]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExprC.c:8:8: error: Uninitialized variable: f [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExprC.c:10:8: error: Uninitialized variable: f [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExprC.c:12:8: error: Uninitialized variable: f [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExprC.c:13:18: error: Uninitialized variable: f [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExprC.c:14:8: error: Uninitialized variable: f [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExprC.c:14:13: error: Uninitialized variable: f2 [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExprC.c:9:8: error: Uninitialized variable: d [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExprC.c:11:8: error: Uninitialized variable: d [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExprC.c:12:13: error: Uninitialized variable: d [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExprC.c:13:8: error: Uninitialized variable: d [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExprC.c:15:8: error: Uninitialized variable: d [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExprC.c:16:8: error: Uninitialized variable: d [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNANTestingExprC.c:15:13: error: Uninitialized variable: d2 [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:26:0: style: struct member 'NonPickyConsumer < A >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:26:0: style: struct member 'NonPickyConsumer < B >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:26:0: style: struct member 'NonPickyConsumer < C >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:26:0: style: struct member 'NonPickyConsumer < D >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:26:0: style: struct member 'NonPickyConsumer < E >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:26:0: style: struct member 'NonPickyConsumer < F >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:26:0: style: struct member 'NonPickyConsumer < G >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:10:0: style: struct member 'PickyConsumer_A < A >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:10:0: style: struct member 'PickyConsumer_A < B >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:10:0: style: struct member 'PickyConsumer_A < C >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:10:0: style: struct member 'PickyConsumer_A < D >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:10:0: style: struct member 'PickyConsumer_A < E >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:10:0: style: struct member 'PickyConsumer_A < F >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:10:0: style: struct member 'PickyConsumer_A < G >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:5:0: style: struct member 'PickyConsumer < A >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:5:0: style: struct member 'PickyConsumer < B >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:5:0: style: struct member 'PickyConsumer < C >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:5:0: style: struct member 'PickyConsumer < D >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:5:0: style: struct member 'PickyConsumer < E >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:5:0: style: struct member 'PickyConsumer < F >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNeedsNoVTableType.cpp:5:0: style: struct member 'PickyConsumer < G >::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:3:1: style: The class 'RC1' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:12:1: style: The class 'RC2' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:29:1: style: The class 'RC6' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:40:1: style: The class 'OtherRC' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:14:16: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:5:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:14:16: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:15:16: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:6:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:15:16: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:31:16: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:5:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:31:16: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:32:16: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:6:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestNoDuplicateRefCntMember.cpp:32:16: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:13:0: style: Struct 'SmartPtr < R >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:32:5: error: Uninitialized variable: localptr [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:56:5: error: Uninitialized variable: localptr [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:80:5: error: Uninitialized variable: localptr [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:104:5: error: Uninitialized variable: localptr [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:133:5: error: Uninitialized variable: localptr [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:157:5: error: Uninitialized variable: localptr [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:181:5: error: Uninitialized variable: localptr [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:205:5: error: Uninitialized variable: localptr [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:401:7: error: Uninitialized variable: localptr [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:441:7: error: Uninitialized variable: localptr [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:477:14: error: Uninitialized variable: ptr [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:481:7: error: Uninitialized variable: localptr [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:497:14: error: Uninitialized variable: ptr [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:521:7: error: Uninitialized variable: localptr [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:30:5: error: Uninitialized variable: ptr [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNoRefcountedInsideLambdas.cpp:131:5: error: Uninitialized variable: ptr [uninitvar]
firefox-62.0/build/clang-plugin/tests/TestNonHeapClass.cpp:13:0: style: struct member 'TemplateClass < int >::i' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNonMemMovable.cpp:47:6: style: struct member 'Template_Ref::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:1:19: style: Unused private function: 'class_::raw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:3:19: style: Unused private function: 'class_::raw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:4:19: style: Unused private function: 'class_::raw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:5:19: style: Unused private function: 'class_::raw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:6:19: style: Unused private function: 'class_::raw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:7:19: style: Unused private function: 'class_::raw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:8:19: style: Unused private function: 'class_::raw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:9:19: style: Unused private function: 'class_::raw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:10:19: style: Unused private function: 'class_::raw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:12:19: style: Unused private function: 'class_::const_' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:13:19: style: Unused private function: 'class_::const_' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:14:19: style: Unused private function: 'class_::const_' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:15:19: style: Unused private function: 'class_::const_' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:16:19: style: Unused private function: 'class_::const_' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:17:19: style: Unused private function: 'class_::const_' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:18:19: style: Unused private function: 'class_::const_' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:19:19: style: Unused private function: 'class_::const_' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:21:19: style: Unused private function: 'class_::array' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:22:19: style: Unused private function: 'class_::array' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:23:19: style: Unused private function: 'class_::array' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:24:19: style: Unused private function: 'class_::array' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:25:19: style: Unused private function: 'class_::array' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:26:19: style: Unused private function: 'class_::array' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:27:19: style: Unused private function: 'class_::array' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:28:19: style: Unused private function: 'class_::array' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:30:19: style: Unused private function: 'class_::ptr' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:31:19: style: Unused private function: 'class_::ptr' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:32:19: style: Unused private function: 'class_::ptr' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:33:19: style: Unused private function: 'class_::ptr' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:34:19: style: Unused private function: 'class_::ptr' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:35:19: style: Unused private function: 'class_::ptr' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:36:19: style: Unused private function: 'class_::ptr' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:37:19: style: Unused private function: 'class_::ptr' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:39:19: style: Unused private function: 'class_::ref' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:40:19: style: Unused private function: 'class_::ref' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:41:19: style: Unused private function: 'class_::ref' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:42:19: style: Unused private function: 'class_::ref' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:43:19: style: Unused private function: 'class_::ref' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:44:19: style: Unused private function: 'class_::ref' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:45:19: style: Unused private function: 'class_::ref' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:46:19: style: Unused private function: 'class_::ref' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:48:19: style: Unused private function: 'class_::constRef' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:49:19: style: Unused private function: 'class_::constRef' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:50:19: style: Unused private function: 'class_::constRef' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:51:19: style: Unused private function: 'class_::constRef' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:52:19: style: Unused private function: 'class_::constRef' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:53:19: style: Unused private function: 'class_::constRef' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:54:19: style: Unused private function: 'class_::constRef' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:55:19: style: Unused private function: 'class_::constRef' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:57:26: style: Unused private function: 'class_::inlineRaw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:58:26: style: Unused private function: 'class_::inlineRaw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:59:26: style: Unused private function: 'class_::inlineRaw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:60:26: style: Unused private function: 'class_::inlineRaw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:61:26: style: Unused private function: 'class_::inlineRaw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:1:19: style: Unused private function: 'classWithStatic::raw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:3:19: style: Unused private function: 'classWithStatic::raw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:4:19: style: Unused private function: 'classWithStatic::raw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:5:19: style: Unused private function: 'classWithStatic::raw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:6:19: style: Unused private function: 'classWithStatic::raw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:7:19: style: Unused private function: 'classWithStatic::raw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:8:19: style: Unused private function: 'classWithStatic::raw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:9:19: style: Unused private function: 'classWithStatic::raw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:10:19: style: Unused private function: 'classWithStatic::raw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:12:19: style: Unused private function: 'classWithStatic::const_' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:13:19: style: Unused private function: 'classWithStatic::const_' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:14:19: style: Unused private function: 'classWithStatic::const_' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:15:19: style: Unused private function: 'classWithStatic::const_' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:16:19: style: Unused private function: 'classWithStatic::const_' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:17:19: style: Unused private function: 'classWithStatic::const_' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:18:19: style: Unused private function: 'classWithStatic::const_' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:19:19: style: Unused private function: 'classWithStatic::const_' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:21:19: style: Unused private function: 'classWithStatic::array' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:22:19: style: Unused private function: 'classWithStatic::array' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:23:19: style: Unused private function: 'classWithStatic::array' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:24:19: style: Unused private function: 'classWithStatic::array' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:25:19: style: Unused private function: 'classWithStatic::array' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:26:19: style: Unused private function: 'classWithStatic::array' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:27:19: style: Unused private function: 'classWithStatic::array' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:28:19: style: Unused private function: 'classWithStatic::array' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:30:19: style: Unused private function: 'classWithStatic::ptr' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:31:19: style: Unused private function: 'classWithStatic::ptr' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:32:19: style: Unused private function: 'classWithStatic::ptr' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:33:19: style: Unused private function: 'classWithStatic::ptr' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:34:19: style: Unused private function: 'classWithStatic::ptr' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:35:19: style: Unused private function: 'classWithStatic::ptr' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:36:19: style: Unused private function: 'classWithStatic::ptr' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:37:19: style: Unused private function: 'classWithStatic::ptr' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:39:19: style: Unused private function: 'classWithStatic::ref' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:40:19: style: Unused private function: 'classWithStatic::ref' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:41:19: style: Unused private function: 'classWithStatic::ref' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:42:19: style: Unused private function: 'classWithStatic::ref' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:43:19: style: Unused private function: 'classWithStatic::ref' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:44:19: style: Unused private function: 'classWithStatic::ref' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:45:19: style: Unused private function: 'classWithStatic::ref' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:46:19: style: Unused private function: 'classWithStatic::ref' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:48:19: style: Unused private function: 'classWithStatic::constRef' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:49:19: style: Unused private function: 'classWithStatic::constRef' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:50:19: style: Unused private function: 'classWithStatic::constRef' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:51:19: style: Unused private function: 'classWithStatic::constRef' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:52:19: style: Unused private function: 'classWithStatic::constRef' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:53:19: style: Unused private function: 'classWithStatic::constRef' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:54:19: style: Unused private function: 'classWithStatic::constRef' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:55:19: style: Unused private function: 'classWithStatic::constRef' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:57:26: style: Unused private function: 'classWithStatic::inlineRaw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:58:26: style: Unused private function: 'classWithStatic::inlineRaw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:59:26: style: Unused private function: 'classWithStatic::inlineRaw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:60:26: style: Unused private function: 'classWithStatic::inlineRaw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:61:26: style: Unused private function: 'classWithStatic::inlineRaw' [unusedPrivateFunction]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:1:19: performance: Technically the member function 'class_::raw' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:3:19: performance: Technically the member function 'class_::raw' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:4:19: performance: Technically the member function 'class_::raw' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:5:19: performance: Technically the member function 'class_::raw' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:6:19: performance: Technically the member function 'class_::raw' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:7:19: performance: Technically the member function 'class_::raw' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:8:19: performance: Technically the member function 'class_::raw' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:9:19: performance: Technically the member function 'class_::raw' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:10:19: performance: Technically the member function 'class_::raw' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:12:19: performance: Technically the member function 'class_::const_' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:13:19: performance: Technically the member function 'class_::const_' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:14:19: performance: Technically the member function 'class_::const_' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:15:19: performance: Technically the member function 'class_::const_' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:16:19: performance: Technically the member function 'class_::const_' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:17:19: performance: Technically the member function 'class_::const_' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:18:19: performance: Technically the member function 'class_::const_' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:19:19: performance: Technically the member function 'class_::const_' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:21:19: performance: Technically the member function 'class_::array' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:22:19: performance: Technically the member function 'class_::array' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:23:19: performance: Technically the member function 'class_::array' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:24:19: performance: Technically the member function 'class_::array' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:25:19: performance: Technically the member function 'class_::array' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:26:19: performance: Technically the member function 'class_::array' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:27:19: performance: Technically the member function 'class_::array' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:28:19: performance: Technically the member function 'class_::array' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:30:19: performance: Technically the member function 'class_::ptr' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:31:19: performance: Technically the member function 'class_::ptr' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:32:19: performance: Technically the member function 'class_::ptr' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:33:19: performance: Technically the member function 'class_::ptr' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:34:19: performance: Technically the member function 'class_::ptr' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:35:19: performance: Technically the member function 'class_::ptr' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:36:19: performance: Technically the member function 'class_::ptr' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:37:19: performance: Technically the member function 'class_::ptr' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:39:19: performance: Technically the member function 'class_::ref' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:40:19: performance: Technically the member function 'class_::ref' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:41:19: performance: Technically the member function 'class_::ref' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:42:19: performance: Technically the member function 'class_::ref' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:43:19: performance: Technically the member function 'class_::ref' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:44:19: performance: Technically the member function 'class_::ref' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:45:19: performance: Technically the member function 'class_::ref' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:46:19: performance: Technically the member function 'class_::ref' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:48:19: performance: Technically the member function 'class_::constRef' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:49:19: performance: Technically the member function 'class_::constRef' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:50:19: performance: Technically the member function 'class_::constRef' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:51:19: performance: Technically the member function 'class_::constRef' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:52:19: performance: Technically the member function 'class_::constRef' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:53:19: performance: Technically the member function 'class_::constRef' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:54:19: performance: Technically the member function 'class_::constRef' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:55:19: performance: Technically the member function 'class_::constRef' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:57:26: performance: Technically the member function 'class_::inlineRaw' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:58:26: performance: Technically the member function 'class_::inlineRaw' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:59:26: performance: Technically the member function 'class_::inlineRaw' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:60:26: performance: Technically the member function 'class_::inlineRaw' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/NonParameterTestCases.h:61:26: performance: Technically the member function 'class_::inlineRaw' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:128:0: performance: Technically the member function 'nestedTemplateOuter < NonParam >::constRef' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:121:0: performance: Technically the member function 'NestedTemplateInner < NonParam >::raw' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:77:0: performance: Technically the member function 'tmplClassForHasNonParamStruct < HasNonParamStruct >::raw' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:78:0: performance: Technically the member function 'tmplClassForHasNonParamStruct < HasNonParamStruct >::rawDefault' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:79:0: performance: Technically the member function 'tmplClassForHasNonParamStruct < HasNonParamStruct >::const_' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:80:0: performance: Technically the member function 'tmplClassForHasNonParamStruct < HasNonParamStruct >::ptr' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:81:0: performance: Technically the member function 'tmplClassForHasNonParamStruct < HasNonParamStruct >::ref' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:82:0: performance: Technically the member function 'tmplClassForHasNonParamStruct < HasNonParamStruct >::constRef' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:84:0: performance: Technically the member function 'tmplClassForHasNonParamStruct < HasNonParamStruct >::notCalled' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:63:0: performance: Technically the member function 'tmplClassForNonParam < NonParam >::raw' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:64:0: performance: Technically the member function 'tmplClassForNonParam < NonParam >::rawDefault' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:65:0: performance: Technically the member function 'tmplClassForNonParam < NonParam >::const_' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:66:0: performance: Technically the member function 'tmplClassForNonParam < NonParam >::ptr' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:67:0: performance: Technically the member function 'tmplClassForNonParam < NonParam >::ref' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:68:0: performance: Technically the member function 'tmplClassForNonParam < NonParam >::constRef' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:70:0: performance: Technically the member function 'tmplClassForNonParam < NonParam >::notCalled' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:49:0: performance: Technically the member function 'tmplClassForParam < Param >::raw' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:50:0: performance: Technically the member function 'tmplClassForParam < Param >::rawDefault' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:51:0: performance: Technically the member function 'tmplClassForParam < Param >::const_' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:52:0: performance: Technically the member function 'tmplClassForParam < Param >::ptr' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:53:0: performance: Technically the member function 'tmplClassForParam < Param >::ref' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:54:0: performance: Technically the member function 'tmplClassForParam < Param >::constRef' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:56:0: performance: Technically the member function 'tmplClassForParam < Param >::notCalled' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:109:32: error: Uninitialized struct member: hasNonParamStruct.y [uninitStructMember]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:111:35: error: Uninitialized struct member: hasNonParamStruct.y [uninitStructMember]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:162:53: error: Uninitialized struct member: hasNonParamStruct.y [uninitStructMember]
firefox-62.0/build/clang-plugin/tests/TestNonParameterChecker.cpp:163:42: error: Uninitialized struct member: hasNonParamStruct.y [uninitStructMember]
firefox-62.0/build/clang-plugin/tests/TestNonTemporaryClass.cpp:17:0: style: struct member 'TemplateClass < int >::i' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestNonTemporaryClass.cpp:8:3: warning: Member variable 'NonTemporary::i' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/build/clang-plugin/tests/TestNonTemporaryClass.cpp:9:3: warning: Member variable 'NonTemporary::i' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/build/clang-plugin/tests/TestNonTemporaryClass.cpp:10:3: warning: Member variable 'NonTemporary::i' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/build/clang-plugin/tests/TestNonTemporaryClass.cpp:9:3: style: Struct 'NonTemporary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:70:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:72:7: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:70:5: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:29:8: performance: Technically the member function 'Deriv::func' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:15:16: style: The function 'fo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:15:16: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:22:16: style: The function 'fo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:22:16: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:32:8: style: The function 'fo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:15:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:32:8: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:41:8: style: The function 'fo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:41:8: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:53:8: style: The function 'fo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:53:8: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:60:8: style: The function 'fo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:60:8: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:69:8: style: The function 'fo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:69:8: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:80:8: style: The function 'fo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:80:8: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:89:8: style: The function 'fo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:89:8: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:98:8: style: The function 'fo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:98:8: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:108:7: style: The function 'foRet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:8:15: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:108:7: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:131:21: style: The function 'operator++' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:119:25: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:131:21: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:143:18: style: The function 'operator++' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:119:25: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:143:18: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:152:8: style: The function 'fo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:152:8: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:159:8: style: The function 'fo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:159:8: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:165:8: style: The function 'fo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:165:8: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:172:8: style: The function 'fo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:5:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCall.cpp:172:8: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCallAnnotation.cpp:11:8: performance: Technically the member function 'BaseNonVirtual::fo' can be static. [functionStatic]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCallAnnotation.cpp:23:8: style: The function 'fo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCallAnnotation.cpp:5:16: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCallAnnotation.cpp:23:8: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCallAnnotation.cpp:44:23: style: The function 'operator++' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCallAnnotation.cpp:37:26: note: Virtual function in base class
firefox-62.0/build/clang-plugin/tests/TestOverrideBaseCallAnnotation.cpp:44:23: note: Function in derived class
firefox-62.0/build/clang-plugin/tests/TestRefCountedCopyConstructor.cpp:21:0: style: Variable 'r1p' is allocated memory that is never used. [unusedAllocatedMemory]
firefox-62.0/build/clang-plugin/tests/TestRefCountedCopyConstructor.cpp:24:0: style: Variable 'r2p' is assigned a value that is never used. [unreadVariable]
firefox-62.0/build/clang-plugin/tests/TestRefCountedCopyConstructor.cpp:2:1: style: The class 'RC1' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/build/clang-plugin/tests/TestRefCountedCopyConstructor.cpp:25:0: error: Memory leak: r1p [memleak]
firefox-62.0/build/clang-plugin/tests/TestRefCountedCopyConstructor.cpp:21:23: error: Memory is allocated but not initialized: r1 [uninitdata]
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:6:3: performance: Buffer 'x' is being written before its old content has been used. [redundantCopy]
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:5:3: note: Buffer 'x' is being written before its old content has been used.
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:6:3: note: Buffer 'x' is being written before its old content has been used.
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:7:3: performance: Buffer 'x' is being written before its old content has been used. [redundantCopy]
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:5:3: note: Buffer 'x' is being written before its old content has been used.
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:7:3: note: Buffer 'x' is being written before its old content has been used.
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:9:3: performance: Buffer 'x' is being written before its old content has been used. [redundantCopy]
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:5:3: note: Buffer 'x' is being written before its old content has been used.
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:9:3: note: Buffer 'x' is being written before its old content has been used.
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:11:3: performance: Buffer 'x' is being written before its old content has been used. [redundantCopy]
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:5:3: note: Buffer 'x' is being written before its old content has been used.
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:11:3: note: Buffer 'x' is being written before its old content has been used.
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:19:3: performance: Buffer 'x' is being written before its old content has been used. [redundantCopy]
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:17:3: note: Buffer 'x' is being written before its old content has been used.
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:19:3: note: Buffer 'x' is being written before its old content has been used.
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:22:3: style: Variable 'nothundred' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:21:0: note: Variable 'nothundred' is reassigned a value before the old one has been used.
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:22:3: note: Variable 'nothundred' is reassigned a value before the old one has been used.
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:23:3: performance: Buffer 'x' is being written before its old content has been used. [redundantCopy]
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:17:3: note: Buffer 'x' is being written before its old content has been used.
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:23:3: note: Buffer 'x' is being written before its old content has been used.
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:45:3: style: Variable 'nothundred' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:44:0: note: Variable 'nothundred' is reassigned a value before the old one has been used.
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:45:3: note: Variable 'nothundred' is reassigned a value before the old one has been used.
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:7:3: error: Buffer is accessed out of bounds: x [bufferAccessOutOfBounds]
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:11:3: error: Buffer is accessed out of bounds: x [bufferAccessOutOfBounds]
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:30:3: error: Buffer is accessed out of bounds: x [bufferAccessOutOfBounds]
firefox-62.0/build/clang-plugin/tests/TestSprintfLiteral.cpp:34:3: error: Buffer is accessed out of bounds: x [bufferAccessOutOfBounds]
firefox-62.0/build/clang-plugin/tests/TestStackClass.cpp:12:0: style: struct member 'TemplateClass < int >::i' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestTemporaryClass.cpp:17:0: style: struct member 'TemplateClass < int >::i' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestTemporaryClass.cpp:8:3: warning: Member variable 'Temporary::i' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/build/clang-plugin/tests/TestTemporaryClass.cpp:9:3: warning: Member variable 'Temporary::i' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/build/clang-plugin/tests/TestTemporaryClass.cpp:10:3: warning: Member variable 'Temporary::i' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/build/clang-plugin/tests/TestTemporaryClass.cpp:9:3: style: Struct 'Temporary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/clang-plugin/tests/TestTrivialCtorDtor.cpp:9:9: style: struct member 'NonEmptyClass::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestTrivialCtorDtor.cpp:14:6: style: struct member 'TemplateNonEmptyClass::m' is never used. [unusedStructMember]
firefox-62.0/build/clang-plugin/tests/TestTrivialCtorDtor.cpp:82:9: style: struct member 'BadUnfortunateError::n' is never used. [unusedStructMember]
firefox-62.0/build/unix/elfhack/elfxx.h:383:26: warning: Either the condition 'section!=nullptr' is redundant or there is possible null pointer dereference: section. [nullPointerRedundantCheck]
firefox-62.0/build/unix/elfhack/elfxx.h:374:21: note: Assuming that condition 'section!=nullptr' is not redundant
firefox-62.0/build/unix/elfhack/elfxx.h:383:26: note: Null pointer dereference
firefox-62.0/build/unix/elfhack/elfxx.h:401:26: warning: Either the condition 'section!=nullptr' is redundant or there is possible null pointer dereference: section. [nullPointerRedundantCheck]
firefox-62.0/build/unix/elfhack/elfxx.h:392:21: note: Assuming that condition 'section!=nullptr' is not redundant
firefox-62.0/build/unix/elfhack/elfxx.h:401:26: note: Null pointer dereference
firefox-62.0/build/unix/elfhack/elf.cpp:225:19: style: C-style pointer casting [cstyleCast]
firefox-62.0/build/unix/elfhack/elf.cpp:313:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/build/unix/elfhack/elf.cpp:316:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/build/unix/elfhack/elf.cpp:484:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/build/unix/elfhack/elf.cpp:825:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/build/unix/elfhack/elf.cpp:843:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/build/unix/elfhack/elf.cpp:291:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/build/unix/elfhack/elf.cpp:360:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/build/unix/elfhack/elf.cpp:380:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/build/unix/elfhack/elf.cpp:402:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/build/unix/elfhack/elf.cpp:444:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/build/unix/elfhack/elf.cpp:542:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/build/unix/elfhack/elf.cpp:864:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/build/unix/elfhack/elf.cpp:877:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/build/unix/elfhack/elf.cpp:894:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/build/unix/elfhack/elf.cpp:925:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/build/unix/elfhack/elf.cpp:940:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/build/unix/elfhack/elf.cpp:273:25: warning: Assert statement calls a function which may have desired side effects: 'getFileSize'. [assertWithSideEffect]
firefox-62.0/build/unix/elfhack/elf.cpp:601:50: warning: Assert statement calls a function which may have desired side effects: 'isRelocatable'. [assertWithSideEffect]
firefox-62.0/build/unix/elfhack/elfxx.h:280:10: style: Technically the member function 'Elf::getClass' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfxx.h:655:18: note: Technically the member function 'Elf::getClass' can be const.
firefox-62.0/build/unix/elfhack/elfxx.h:280:10: note: Technically the member function 'Elf::getClass' can be const.
firefox-62.0/build/unix/elfhack/elfxx.h:281:10: style: Technically the member function 'Elf::getData' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfxx.h:659:18: note: Technically the member function 'Elf::getData' can be const.
firefox-62.0/build/unix/elfhack/elfxx.h:281:10: note: Technically the member function 'Elf::getData' can be const.
firefox-62.0/build/unix/elfhack/elfxx.h:282:10: style: Technically the member function 'Elf::getType' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfxx.h:663:18: note: Technically the member function 'Elf::getType' can be const.
firefox-62.0/build/unix/elfhack/elfxx.h:282:10: note: Technically the member function 'Elf::getType' can be const.
firefox-62.0/build/unix/elfhack/elfxx.h:283:10: style: Technically the member function 'Elf::getMachine' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfxx.h:667:18: note: Technically the member function 'Elf::getMachine' can be const.
firefox-62.0/build/unix/elfhack/elfxx.h:283:10: note: Technically the member function 'Elf::getMachine' can be const.
firefox-62.0/build/unix/elfhack/elfxx.h:284:18: style: Technically the member function 'Elf::getSize' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfxx.h:671:26: note: Technically the member function 'Elf::getSize' can be const.
firefox-62.0/build/unix/elfhack/elfxx.h:284:18: note: Technically the member function 'Elf::getSize' can be const.
firefox-62.0/build/unix/elfhack/elfxx.h:318:17: style: Technically the member function 'ElfSection::getName' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfxx.h:319:18: style: Technically the member function 'ElfSection::getType' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfxx.h:320:18: style: Technically the member function 'ElfSection::getFlags' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfxx.h:322:18: style: Technically the member function 'ElfSection::getSize' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfxx.h:323:18: style: Technically the member function 'ElfSection::getAddrAlign' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfxx.h:324:18: style: Technically the member function 'ElfSection::getEntSize' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfxx.h:325:17: style: Technically the member function 'ElfSection::getData' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfxx.h:327:17: style: Technically the member function 'ElfSection::getInfo' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfxx.h:456:18: style: Technically the member function 'ElfSegment::getType' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfxx.h:457:18: style: Technically the member function 'ElfSegment::getFlags' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfxx.h:458:18: style: Technically the member function 'ElfSegment::getAlign' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfxx.h:461:9: style: Technically the member function 'ElfSegment::getVPDiff' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfxx.h:475:10: style: Technically the member function 'ElfSegment::isElfHackFillerSegment' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elf.cpp:125:5: style: Class 'Elf' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/build/unix/elfhack/elf.cpp:125:5: style: Class 'Elf' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/build/unix/elfhack/elf.cpp:475:9: style: Class 'ElfSection' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/build/unix/elfhack/elf.cpp:475:9: style: Class 'ElfSection' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/build/unix/elfhack/elfxx.h:648:47: style: Struct 'table_storage' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/build/unix/elfhack/elfxx.h:648:47: style: Struct 'table_storage' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/build/unix/elfhack/elfxx.h:648:47: style: Struct 'table_storage' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
firefox-62.0/build/unix/elfhack/elfxx.h:124:5: style: Class 'ElfPlainValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/unix/elfhack/elfxx.h:144:5: style: Class 'ElfSize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/unix/elfhack/elfxx.h:152:5: style: Class 'ElfEntSize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/unix/elfhack/elfxx.h:265:5: style: Class 'Elf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/unix/elfhack/elfxx.h:454:5: style: Class 'ElfSegment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/unix/elfhack/elfxx.h:161:0: style: Class 'serializable < Elf_Shdr_Traits >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/unix/elfhack/elfxx.h:161:0: style: Class 'serializable < Elf_Ehdr_Traits >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/unix/elfhack/elfxx.h:161:0: style: Class 'serializable < Elf_Phdr_Traits >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/unix/elfhack/elfxx.h:161:0: style: Class 'serializable < Elf_Rel_Traits >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/unix/elfhack/elfxx.h:161:0: style: Class 'serializable < Elf_Rela_Traits >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/unix/elfhack/elfxx.h:161:0: style: Class 'serializable < Elf_Dyn_Traits >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/unix/elfhack/elfxx.h:161:0: style: Class 'serializable < Elf_Sym_Traits >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/unix/elfhack/elfxx.h:125:18: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/unix/elfhack/elfxx.h:117:26: note: Virtual function in base class
firefox-62.0/build/unix/elfhack/elfxx.h:125:18: note: Function in derived class
firefox-62.0/build/unix/elfhack/elfxx.h:136:18: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/unix/elfhack/elfxx.h:117:26: note: Virtual function in base class
firefox-62.0/build/unix/elfhack/elfxx.h:136:18: note: Function in derived class
firefox-62.0/build/unix/elfhack/elfxx.h:137:17: style: The function 'getSection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/unix/elfhack/elfxx.h:118:25: note: Virtual function in base class
firefox-62.0/build/unix/elfhack/elfxx.h:137:17: note: Function in derived class
firefox-62.0/build/unix/elfhack/elfxx.h:145:18: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/unix/elfhack/elfxx.h:117:26: note: Virtual function in base class
firefox-62.0/build/unix/elfhack/elfxx.h:145:18: note: Function in derived class
firefox-62.0/build/unix/elfhack/elfxx.h:146:17: style: The function 'getSection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/unix/elfhack/elfxx.h:118:25: note: Virtual function in base class
firefox-62.0/build/unix/elfhack/elfxx.h:146:17: note: Function in derived class
firefox-62.0/build/unix/elfhack/elfxx.h:153:18: style: The function 'getValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/unix/elfhack/elfxx.h:117:26: note: Virtual function in base class
firefox-62.0/build/unix/elfhack/elfxx.h:153:18: note: Function in derived class
firefox-62.0/build/unix/elfhack/elfxx.h:154:17: style: The function 'getSection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/unix/elfhack/elfxx.h:118:25: note: Virtual function in base class
firefox-62.0/build/unix/elfhack/elfxx.h:154:17: note: Function in derived class
firefox-62.0/build/unix/elfhack/elfxx.h:493:10: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/unix/elfhack/elfxx.h:416:18: note: Virtual function in base class
firefox-62.0/build/unix/elfhack/elfxx.h:493:10: note: Function in derived class
firefox-62.0/build/unix/elfhack/elfxx.h:536:10: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/unix/elfhack/elfxx.h:416:18: note: Virtual function in base class
firefox-62.0/build/unix/elfhack/elfxx.h:536:10: note: Function in derived class
firefox-62.0/build/unix/elfhack/elfxx.h:562:10: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/unix/elfhack/elfxx.h:416:18: note: Virtual function in base class
firefox-62.0/build/unix/elfhack/elfxx.h:562:10: note: Function in derived class
firefox-62.0/build/unix/elfhack/elfxx.h:642:10: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/unix/elfhack/elfxx.h:416:18: note: Virtual function in base class
firefox-62.0/build/unix/elfhack/elfxx.h:642:10: note: Function in derived class
firefox-62.0/build/unix/elfhack/elfxx.h:611:0: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/unix/elfhack/elfxx.h:416:18: note: Virtual function in base class
firefox-62.0/build/unix/elfhack/elfxx.h:611:0: note: Function in derived class
firefox-62.0/build/unix/elfhack/elfxx.h:646:15: style: Class 'table_storage' is unsafe, 'table_storage::buf' can leak by wrong usage. [unsafeClassCanLeak]
firefox-62.0/build/unix/elfhack/elfxx.h:338:13: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
firefox-62.0/build/unix/elfhack/elf.cpp:167:0: error: Memory leak: shdr [memleak]
firefox-62.0/build/unix/elfhack/elf.cpp:833:15: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/build/unix/elfhack/elfhack.cpp:311:44: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/build/unix/elfhack/elfhack.cpp:312:44: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/build/unix/elfhack/elfhack.cpp:874:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/build/unix/elfhack/elfhack.cpp:938:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/build/unix/elfhack/elfhack.cpp:125:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/build/unix/elfhack/elfhack.cpp:189:43: style: C-style pointer casting [cstyleCast]
firefox-62.0/build/unix/elfhack/elfhack.cpp:191:43: style: C-style pointer casting [cstyleCast]
firefox-62.0/build/unix/elfhack/elfhack.cpp:229:42: style: C-style pointer casting [cstyleCast]
firefox-62.0/build/unix/elfhack/elfhack.cpp:231:42: style: C-style pointer casting [cstyleCast]
firefox-62.0/build/unix/elfhack/elfhack.cpp:239:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/build/unix/elfhack/elfhack.cpp:352:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/build/unix/elfhack/elfhack.cpp:452:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/build/unix/elfhack/elfhack.cpp:529:0: style: C-style pointer casting [cstyleCast]
firefox-62.0/build/unix/elfhack/elfhack.cpp:572:0: style: C-style pointer casting [cstyleCast]
firefox-62.0/build/unix/elfhack/elfhack.cpp:696:0: style: C-style pointer casting [cstyleCast]
firefox-62.0/build/unix/elfhack/elfhack.cpp:722:0: style: C-style pointer casting [cstyleCast]
firefox-62.0/build/unix/elfhack/elfhack.cpp:386:34: warning: Assert statement calls a function which may have desired side effects: 'getType'. [assertWithSideEffect]
firefox-62.0/build/unix/elfhack/elfhack.cpp:386:74: warning: Assert statement calls a function which may have desired side effects: 'getFlags'. [assertWithSideEffect]
firefox-62.0/build/unix/elfhack/elfhack.cpp:510:36: warning: Assert statement calls a function which may have desired side effects: 'isElfHackFillerSegment'. [assertWithSideEffect]
firefox-62.0/build/unix/elfhack/elfhack.cpp:534:0: warning: Assert statement calls a function which may have desired side effects: 'getType'. [assertWithSideEffect]
firefox-62.0/build/unix/elfhack/elfhack.cpp:329:10: style: Unused private function: 'ElfRelHackCode_Section::apply_relocation' [unusedPrivateFunction]
firefox-62.0/build/unix/elfhack/elfhack.cpp:339:10: style: Unused private function: 'ElfRelHackCode_Section::apply_relocation' [unusedPrivateFunction]
firefox-62.0/build/unix/elfhack/elfhack.cpp:202:18: style: Technically the member function 'ElfRelHackCode_Section::getEntryPoint' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfhack.cpp:329:10: performance: Technically the member function 'ElfRelHackCode_Section::apply_relocation' can be static. [functionStatic]
firefox-62.0/build/unix/elfhack/elfhack.cpp:339:10: performance: Technically the member function 'ElfRelHackCode_Section::apply_relocation' can be static. [functionStatic]
firefox-62.0/build/unix/elfhack/elfhack.cpp:248:20: style: Technically the member function 'ElfRelHackCode_Section::pc32_relocation::operator()' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfhack.cpp:257:20: style: Technically the member function 'ElfRelHackCode_Section::arm_plt32_relocation::operator()' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfhack.cpp:270:20: style: Technically the member function 'ElfRelHackCode_Section::arm_thm_jump24_relocation::operator()' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfhack.cpp:321:20: style: Technically the member function 'ElfRelHackCode_Section::gotoff_relocation::operator()' can be const. [functionConst]
firefox-62.0/build/unix/elfhack/elfhack.cpp:113:9: style: Class 'ElfRelHackCode_Section' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/build/unix/elfhack/elfhack.cpp:113:9: style: Class 'ElfRelHackCode_Section' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/build/unix/elfhack/elfhack.cpp:65:5: style: Class 'ElfRelHack_Section' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/unix/elfhack/elfxx.h:161:0: style: Class 'serializable < Elf_RelHack_Traits >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/unix/elfhack/elfxx.h:161:0: style: Class 'serializable < Elf_Addr_Traits >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/build/unix/elfhack/elfhack.cpp:71:10: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/unix/elfhack/elfxx.h:416:18: note: Virtual function in base class
firefox-62.0/build/unix/elfhack/elfhack.cpp:71:10: note: Function in derived class
firefox-62.0/build/unix/elfhack/elfhack.cpp:78:10: style: The function 'isRelocatable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/unix/elfhack/elfxx.h:352:18: note: Virtual function in base class
firefox-62.0/build/unix/elfhack/elfhack.cpp:78:10: note: Function in derived class
firefox-62.0/build/unix/elfhack/elfhack.cpp:176:10: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/unix/elfhack/elfxx.h:416:18: note: Virtual function in base class
firefox-62.0/build/unix/elfhack/elfhack.cpp:176:10: note: Function in derived class
firefox-62.0/build/unix/elfhack/elfhack.cpp:198:10: style: The function 'isRelocatable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/build/unix/elfhack/elfxx.h:352:18: note: Virtual function in base class
firefox-62.0/build/unix/elfhack/elfhack.cpp:198:10: note: Function in derived class
firefox-62.0/build/unix/elfhack/elfhack.cpp:305:38: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
firefox-62.0/build/unix/elfhack/elfhack.cpp:306:38: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
firefox-62.0/caps/ContentPrincipal.cpp:101:61: style: Function 'GenerateOriginNoSuffixFromURI' argument 2 names different: declaration 'aOrigin' definition 'aOriginNoSuffix'. [funcArgNamesDifferent]
firefox-62.0/caps/ContentPrincipal.h:44:59: note: Function 'GenerateOriginNoSuffixFromURI' argument 2 names different: declaration 'aOrigin' definition 'aOriginNoSuffix'.
firefox-62.0/caps/ContentPrincipal.cpp:101:61: note: Function 'GenerateOriginNoSuffixFromURI' argument 2 names different: declaration 'aOrigin' definition 'aOriginNoSuffix'.
firefox-62.0/caps/ContentPrincipal.cpp:308:42: style: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/caps/ContentPrincipal.h:24:37: note: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'aValue'.
firefox-62.0/caps/ContentPrincipal.cpp:308:42: note: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'aValue'.
firefox-62.0/caps/ExpandedPrincipal.cpp:136:44: style: Function 'MayLoadInternal' argument 1 names different: declaration 'aURI' definition 'uri'. [funcArgNamesDifferent]
firefox-62.0/caps/ExpandedPrincipal.h:58:32: note: Function 'MayLoadInternal' argument 1 names different: declaration 'aURI' definition 'uri'.
firefox-62.0/caps/ExpandedPrincipal.cpp:136:44: note: Function 'MayLoadInternal' argument 1 names different: declaration 'aURI' definition 'uri'.
firefox-62.0/caps/ExpandedPrincipal.cpp:148:43: style: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'result'. [funcArgNamesDifferent]
firefox-62.0/caps/ExpandedPrincipal.h:35:37: note: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'result'.
firefox-62.0/caps/ExpandedPrincipal.cpp:148:43: note: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'result'.
firefox-62.0/caps/NullPrincipal.cpp:139:39: style: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'aResult'. [funcArgNamesDifferent]
firefox-62.0/caps/NullPrincipal.h:49:37: note: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'aResult'.
firefox-62.0/caps/NullPrincipal.cpp:139:39: note: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'aResult'.
firefox-62.0/caps/NullPrincipalURI.cpp:113:45: style: Function 'SetHost' argument 1 names different: declaration 'input' definition 'aHost'. [funcArgNamesDifferent]
firefox-62.0/caps/NullPrincipalURI.h:66:38: note: Function 'SetHost' argument 1 names different: declaration 'input' definition 'aHost'.
firefox-62.0/caps/NullPrincipalURI.cpp:113:45: note: Function 'SetHost' argument 1 names different: declaration 'input' definition 'aHost'.
firefox-62.0/caps/NullPrincipalURI.cpp:125:49: style: Function 'SetHostPort' argument 1 names different: declaration 'aValue' definition 'aHost'. [funcArgNamesDifferent]
firefox-62.0/caps/NullPrincipalURI.h:65:42: note: Function 'SetHostPort' argument 1 names different: declaration 'aValue' definition 'aHost'.
firefox-62.0/caps/NullPrincipalURI.cpp:125:49: note: Function 'SetHostPort' argument 1 names different: declaration 'aValue' definition 'aHost'.
firefox-62.0/caps/NullPrincipalURI.cpp:137:49: style: Function 'SetPassword' argument 1 names different: declaration 'input' definition 'aPassword'. [funcArgNamesDifferent]
firefox-62.0/caps/NullPrincipalURI.h:64:42: note: Function 'SetPassword' argument 1 names different: declaration 'input' definition 'aPassword'.
firefox-62.0/caps/NullPrincipalURI.cpp:137:49: note: Function 'SetPassword' argument 1 names different: declaration 'input' definition 'aPassword'.
firefox-62.0/caps/NullPrincipalURI.cpp:150:53: style: Function 'SetPathQueryRef' argument 1 names different: declaration 'input' definition 'aPath'. [funcArgNamesDifferent]
firefox-62.0/caps/NullPrincipalURI.h:68:46: note: Function 'SetPathQueryRef' argument 1 names different: declaration 'input' definition 'aPath'.
firefox-62.0/caps/NullPrincipalURI.cpp:150:53: note: Function 'SetPathQueryRef' argument 1 names different: declaration 'input' definition 'aPath'.
firefox-62.0/caps/NullPrincipalURI.cpp:163:49: style: Function 'SetFilePath' argument 1 names different: declaration 'input' definition 'aFilePath'. [funcArgNamesDifferent]
firefox-62.0/caps/NullPrincipalURI.h:70:42: note: Function 'SetFilePath' argument 1 names different: declaration 'input' definition 'aFilePath'.
firefox-62.0/caps/NullPrincipalURI.cpp:163:49: note: Function 'SetFilePath' argument 1 names different: declaration 'input' definition 'aFilePath'.
firefox-62.0/caps/NullPrincipalURI.cpp:176:46: style: Function 'SetQuery' argument 1 names different: declaration 'input' definition 'aQuery'. [funcArgNamesDifferent]
firefox-62.0/caps/NullPrincipalURI.h:71:39: note: Function 'SetQuery' argument 1 names different: declaration 'input' definition 'aQuery'.
firefox-62.0/caps/NullPrincipalURI.cpp:176:46: note: Function 'SetQuery' argument 1 names different: declaration 'input' definition 'aQuery'.
firefox-62.0/caps/NullPrincipalURI.cpp:196:44: style: Function 'SetRef' argument 1 names different: declaration 'input' definition 'aRef'. [funcArgNamesDifferent]
firefox-62.0/caps/NullPrincipalURI.h:69:37: note: Function 'SetRef' argument 1 names different: declaration 'input' definition 'aRef'.
firefox-62.0/caps/NullPrincipalURI.cpp:196:44: note: Function 'SetRef' argument 1 names different: declaration 'input' definition 'aRef'.
firefox-62.0/caps/NullPrincipalURI.cpp:215:35: style: Function 'SetPort' argument 1 names different: declaration 'port' definition 'aPort'. [funcArgNamesDifferent]
firefox-62.0/caps/NullPrincipalURI.h:67:28: note: Function 'SetPort' argument 1 names different: declaration 'port' definition 'aPort'.
firefox-62.0/caps/NullPrincipalURI.cpp:215:35: note: Function 'SetPort' argument 1 names different: declaration 'port' definition 'aPort'.
firefox-62.0/caps/NullPrincipalURI.cpp:228:47: style: Function 'SetScheme' argument 1 names different: declaration 'input' definition 'aScheme'. [funcArgNamesDifferent]
firefox-62.0/caps/NullPrincipalURI.h:61:40: note: Function 'SetScheme' argument 1 names different: declaration 'input' definition 'aScheme'.
firefox-62.0/caps/NullPrincipalURI.cpp:228:47: note: Function 'SetScheme' argument 1 names different: declaration 'input' definition 'aScheme'.
firefox-62.0/caps/NullPrincipalURI.cpp:255:53: style: Function 'SetSpecInternal' argument 1 names different: declaration 'input' definition 'aSpec'. [funcArgNamesDifferent]
firefox-62.0/caps/NullPrincipalURI.h:60:46: note: Function 'SetSpecInternal' argument 1 names different: declaration 'input' definition 'aSpec'.
firefox-62.0/caps/NullPrincipalURI.cpp:255:53: note: Function 'SetSpecInternal' argument 1 names different: declaration 'input' definition 'aSpec'.
firefox-62.0/caps/NullPrincipalURI.cpp:267:49: style: Function 'SetUsername' argument 1 names different: declaration 'input' definition 'aUsername'. [funcArgNamesDifferent]
firefox-62.0/caps/NullPrincipalURI.h:63:42: note: Function 'SetUsername' argument 1 names different: declaration 'input' definition 'aUsername'.
firefox-62.0/caps/NullPrincipalURI.cpp:267:49: note: Function 'SetUsername' argument 1 names different: declaration 'input' definition 'aUsername'.
firefox-62.0/caps/NullPrincipalURI.cpp:279:49: style: Function 'SetUserPass' argument 1 names different: declaration 'input' definition 'aUserPass'. [funcArgNamesDifferent]
firefox-62.0/caps/NullPrincipalURI.h:62:42: note: Function 'SetUserPass' argument 1 names different: declaration 'input' definition 'aUserPass'.
firefox-62.0/caps/NullPrincipalURI.cpp:279:49: note: Function 'SetUserPass' argument 1 names different: declaration 'input' definition 'aUserPass'.
firefox-62.0/caps/NullPrincipalURI.cpp:285:34: style: Function 'Clone' argument 1 names different: declaration 'aURI' definition '_newURI'. [funcArgNamesDifferent]
firefox-62.0/caps/NullPrincipalURI.h:59:27: note: Function 'Clone' argument 1 names different: declaration 'aURI' definition '_newURI'.
firefox-62.0/caps/NullPrincipalURI.cpp:285:34: note: Function 'Clone' argument 1 names different: declaration 'aURI' definition '_newURI'.
firefox-62.0/caps/NullPrincipalURI.h:33:1: warning: The class 'NullPrincipalURI' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/caps/SystemPrincipal.cpp:54:41: style: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'result'. [funcArgNamesDifferent]
firefox-62.0/caps/SystemPrincipal.h:37:37: note: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'result'.
firefox-62.0/caps/SystemPrincipal.cpp:54:41: note: Function 'GetHashValue' argument 1 names different: declaration 'aHashValue' definition 'result'.
firefox-62.0/caps/SystemPrincipal.cpp:100:62: style: Function 'EnsurePreloadCSP' argument 2 names different: declaration 'aCSP' definition 'aPreloadCSP'. [funcArgNamesDifferent]
firefox-62.0/caps/SystemPrincipal.h:45:82: note: Function 'EnsurePreloadCSP' argument 2 names different: declaration 'aCSP' definition 'aPreloadCSP'.
firefox-62.0/caps/SystemPrincipal.cpp:100:62: note: Function 'EnsurePreloadCSP' argument 2 names different: declaration 'aCSP' definition 'aPreloadCSP'.
firefox-62.0/caps/nsScriptSecurityManager.cpp:826:25: style: Condition '!(aboutModuleFlags&nsIAboutModule::MAKE_LINKABLE)' is always true [knownConditionTrueFalse]
firefox-62.0/caps/nsScriptSecurityManager.cpp:819:45: note: Assignment 'aboutModuleFlags=0', assigned value is 0
firefox-62.0/caps/nsScriptSecurityManager.cpp:826:25: note: Condition '!(aboutModuleFlags&nsIAboutModule::MAKE_LINKABLE)' is always true
firefox-62.0/caps/nsScriptSecurityManager.cpp:294:66: error: Uninitialized variable: isData [uninitvar]
firefox-62.0/chrome/nsChromeRegistry.cpp:520:50: style: Function 'AllowScriptsForPackage' argument 1 names different: declaration 'url' definition 'aChromeURI'. [funcArgNamesDifferent]
firefox-62.0/chrome/nsChromeRegistry.h:51:45: note: Function 'AllowScriptsForPackage' argument 1 names different: declaration 'url' definition 'aChromeURI'.
firefox-62.0/chrome/nsChromeRegistry.cpp:520:50: note: Function 'AllowScriptsForPackage' argument 1 names different: declaration 'url' definition 'aChromeURI'.
firefox-62.0/chrome/nsChromeRegistry.cpp:520:68: style: Function 'AllowScriptsForPackage' argument 2 names different: declaration '_retval' definition 'aResult'. [funcArgNamesDifferent]
firefox-62.0/chrome/nsChromeRegistry.h:52:43: note: Function 'AllowScriptsForPackage' argument 2 names different: declaration '_retval' definition 'aResult'.
firefox-62.0/chrome/nsChromeRegistry.cpp:520:68: note: Function 'AllowScriptsForPackage' argument 2 names different: declaration '_retval' definition 'aResult'.
firefox-62.0/chrome/nsChromeRegistry.cpp:545:48: style: Function 'AllowContentToAccess' argument 1 names different: declaration 'url' definition 'aURI'. [funcArgNamesDifferent]
firefox-62.0/chrome/nsChromeRegistry.h:53:43: note: Function 'AllowContentToAccess' argument 1 names different: declaration 'url' definition 'aURI'.
firefox-62.0/chrome/nsChromeRegistry.cpp:545:48: note: Function 'AllowContentToAccess' argument 1 names different: declaration 'url' definition 'aURI'.
firefox-62.0/chrome/nsChromeRegistry.cpp:545:60: style: Function 'AllowContentToAccess' argument 2 names different: declaration '_retval' definition 'aResult'. [funcArgNamesDifferent]
firefox-62.0/chrome/nsChromeRegistry.h:54:41: note: Function 'AllowContentToAccess' argument 2 names different: declaration '_retval' definition 'aResult'.
firefox-62.0/chrome/nsChromeRegistry.cpp:545:60: note: Function 'AllowContentToAccess' argument 2 names different: declaration '_retval' definition 'aResult'.
firefox-62.0/chrome/nsChromeRegistry.cpp:577:46: style: Function 'CanLoadURLRemotely' argument 1 names different: declaration 'url' definition 'aURI'. [funcArgNamesDifferent]
firefox-62.0/chrome/nsChromeRegistry.h:55:41: note: Function 'CanLoadURLRemotely' argument 1 names different: declaration 'url' definition 'aURI'.
firefox-62.0/chrome/nsChromeRegistry.cpp:577:46: note: Function 'CanLoadURLRemotely' argument 1 names different: declaration 'url' definition 'aURI'.
firefox-62.0/chrome/nsChromeRegistry.cpp:577:58: style: Function 'CanLoadURLRemotely' argument 2 names different: declaration '_retval' definition 'aResult'. [funcArgNamesDifferent]
firefox-62.0/chrome/nsChromeRegistry.h:56:39: note: Function 'CanLoadURLRemotely' argument 2 names different: declaration '_retval' definition 'aResult'.
firefox-62.0/chrome/nsChromeRegistry.cpp:577:58: note: Function 'CanLoadURLRemotely' argument 2 names different: declaration '_retval' definition 'aResult'.
firefox-62.0/chrome/nsChromeRegistry.cpp:609:47: style: Function 'MustLoadURLRemotely' argument 1 names different: declaration 'url' definition 'aURI'. [funcArgNamesDifferent]
firefox-62.0/chrome/nsChromeRegistry.h:57:42: note: Function 'MustLoadURLRemotely' argument 1 names different: declaration 'url' definition 'aURI'.
firefox-62.0/chrome/nsChromeRegistry.cpp:609:47: note: Function 'MustLoadURLRemotely' argument 1 names different: declaration 'url' definition 'aURI'.
firefox-62.0/chrome/nsChromeRegistry.cpp:609:59: style: Function 'MustLoadURLRemotely' argument 2 names different: declaration '_retval' definition 'aResult'. [funcArgNamesDifferent]
firefox-62.0/chrome/nsChromeRegistry.h:58:40: note: Function 'MustLoadURLRemotely' argument 2 names different: declaration '_retval' definition 'aResult'.
firefox-62.0/chrome/nsChromeRegistry.cpp:609:59: note: Function 'MustLoadURLRemotely' argument 2 names different: declaration '_retval' definition 'aResult'.
firefox-62.0/chrome/nsChromeRegistryChrome.h:125:68: warning: Access of moved variable 'toMove'. [accessMoved]
firefox-62.0/chrome/nsChromeRegistryChrome.h:124:64: note: Calling std::move(toMove)
firefox-62.0/chrome/nsChromeRegistryChrome.h:125:68: note: $symbol:toMove
Access of moved variable '$symbol'.
firefox-62.0/chrome/nsChromeRegistryChrome.cpp:335:35: style: Function 'SendRegisteredChrome' argument 1 names different: declaration 'aChild' definition 'aParent'. [funcArgNamesDifferent]
firefox-62.0/chrome/nsChromeRegistryChrome.h:52:59: note: Function 'SendRegisteredChrome' argument 1 names different: declaration 'aChild' definition 'aParent'.
firefox-62.0/chrome/nsChromeRegistryChrome.cpp:335:35: note: Function 'SendRegisteredChrome' argument 1 names different: declaration 'aChild' definition 'aParent'.
firefox-62.0/chrome/nsChromeRegistryChrome.cpp:524:87: style: Function 'SetBase' argument 2 names different: declaration 'base' definition 'aBaseURL'. [funcArgNamesDifferent]
firefox-62.0/chrome/nsChromeRegistryChrome.h:96:58: note: Function 'SetBase' argument 2 names different: declaration 'base' definition 'aBaseURL'.
firefox-62.0/chrome/nsChromeRegistryChrome.cpp:524:87: note: Function 'SetBase' argument 2 names different: declaration 'base' definition 'aBaseURL'.
firefox-62.0/chrome/nsChromeRegistryContent.cpp:20:50: style: Function 'RegisterRemoteChrome' argument 2 names different: declaration 'aResources' definition 'aSubstitutions'. [funcArgNamesDifferent]
firefox-62.0/chrome/nsChromeRegistryContent.h:22:74: note: Function 'RegisterRemoteChrome' argument 2 names different: declaration 'aResources' definition 'aSubstitutions'.
firefox-62.0/chrome/nsChromeRegistryContent.cpp:20:50: note: Function 'RegisterRemoteChrome' argument 2 names different: declaration 'aResources' definition 'aSubstitutions'.
firefox-62.0/chrome/nsChromeRegistryContent.cpp:93:74: style: Function 'RegisterSubstitution' argument 1 names different: declaration 'aResource' definition 'aSubstitution'. [funcArgNamesDifferent]
firefox-62.0/chrome/nsChromeRegistryContent.h:43:56: note: Function 'RegisterSubstitution' argument 1 names different: declaration 'aResource' definition 'aSubstitution'.
firefox-62.0/chrome/nsChromeRegistryContent.cpp:93:74: note: Function 'RegisterSubstitution' argument 1 names different: declaration 'aResource' definition 'aSubstitution'.
firefox-62.0/chrome/nsChromeRegistryContent.cpp:207:56: style: Function 'IsLocaleRTL' argument 1 names different: declaration 'package' definition 'aPackage'. [funcArgNamesDifferent]
firefox-62.0/chrome/nsChromeRegistryContent.h:33:44: note: Function 'IsLocaleRTL' argument 1 names different: declaration 'package' definition 'aPackage'.
firefox-62.0/chrome/nsChromeRegistryContent.cpp:207:56: note: Function 'IsLocaleRTL' argument 1 names different: declaration 'package' definition 'aPackage'.
firefox-62.0/config/nsinstall.c:354:5: style: Variable 'tdlen' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/config/nsinstall.c:352:5: note: Variable 'tdlen' is reassigned a value before the old one has been used.
firefox-62.0/config/nsinstall.c:354:5: note: Variable 'tdlen' is reassigned a value before the old one has been used.
firefox-62.0/config/nsinstall.c:135:30: style: The scope of the variable 'wc' can be reduced. [variableScope]
firefox-62.0/config/nsinstall.c:264:61: style: The scope of the variable 'len' can be reduced. [variableScope]
firefox-62.0/config/nsinstall.c:264:80: style: The scope of the variable 'bnlen' can be reduced. [variableScope]
firefox-62.0/config/nsinstall.c:264:87: style: The scope of the variable 'exists' can be reduced. [variableScope]
firefox-62.0/config/nsinstall.c:266:59: style: The scope of the variable 'toname' can be reduced. [variableScope]
firefox-62.0/config/nsinstall.c:266:68: style: The scope of the variable 'name' can be reduced. [variableScope]
firefox-62.0/config/nsinstall.c:266:75: style: The scope of the variable 'base' can be reduced. [variableScope]
firefox-62.0/config/pathsub.c:153:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
firefox-62.0/config/pathsub.c:127:18: error: Allocation with xmalloc, strcpy doesn't release it. [leakNoVarFunctionCall]
firefox-62.0/devtools/platform/nsJSInspector.cpp:48:0: error: syntax error [syntaxError]
firefox-62.0/devtools/shared/heapsnapshot/CoreDump.pb.h:12:0: error: #error This file was generated by a newer version of protoc which is [preprocessorErrorDirective]
firefox-62.0/devtools/shared/heapsnapshot/tests/gtest/DevTools.h:220:0: error: syntax error [syntaxError]
firefox-62.0/docshell/base/nsDocShell.h:120:1: style: The class 'nsDocShell' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/docshell/base/nsDefaultURIFixup.cpp:669:7: style: Condition 'attemptFixup' is always false [knownConditionTrueFalse]
firefox-62.0/docshell/base/nsDefaultURIFixup.cpp:652:23: note: Assignment 'attemptFixup=false', assigned value is 0
firefox-62.0/docshell/base/nsDefaultURIFixup.cpp:669:7: note: Condition 'attemptFixup' is always false
firefox-62.0/docshell/base/nsDefaultURIFixup.cpp:515:64: style: Function 'TryKeywordFixupForURIInfo' argument 1 names different: declaration 'aStringURI' definition 'aURIString'. [funcArgNamesDifferent]
firefox-62.0/docshell/base/nsDefaultURIFixup.h:36:56: note: Function 'TryKeywordFixupForURIInfo' argument 1 names different: declaration 'aStringURI' definition 'aURIString'.
firefox-62.0/docshell/base/nsDefaultURIFixup.cpp:515:64: note: Function 'TryKeywordFixupForURIInfo' argument 1 names different: declaration 'aStringURI' definition 'aURIString'.
firefox-62.0/docshell/base/nsDefaultURIFixup.cpp:687:55: style: Function 'FixupURIProtocol' argument 1 names different: declaration 'aIn' definition 'aURIString'. [funcArgNamesDifferent]
firefox-62.0/docshell/base/nsDefaultURIFixup.h:30:47: note: Function 'FixupURIProtocol' argument 1 names different: declaration 'aIn' definition 'aURIString'.
firefox-62.0/docshell/base/nsDefaultURIFixup.cpp:687:55: note: Function 'FixupURIProtocol' argument 1 names different: declaration 'aIn' definition 'aURIString'.
firefox-62.0/docshell/base/nsDefaultURIFixup.cpp:815:54: style: Function 'KeywordURIFixup' argument 1 names different: declaration 'aStringURI' definition 'aURIString'. [funcArgNamesDifferent]
firefox-62.0/docshell/base/nsDefaultURIFixup.h:33:46: note: Function 'KeywordURIFixup' argument 1 names different: declaration 'aStringURI' definition 'aURIString'.
firefox-62.0/docshell/base/nsDefaultURIFixup.cpp:815:54: note: Function 'KeywordURIFixup' argument 1 names different: declaration 'aStringURI' definition 'aURIString'.
firefox-62.0/docshell/base/nsDefaultURIFixup.cpp:927:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/docshell/base/nsDefaultURIFixup.cpp:1038:3: performance: Variable 'mOriginalInput' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/docshell/base/nsDocShell.cpp:11197:35: style: Redundant condition: aPrincipalToInherit. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
firefox-62.0/docshell/base/nsDocShell.cpp:2793:10: warning: Possible null pointer dereference: innerWindow [nullPointer]
firefox-62.0/docshell/base/nsDocShell.cpp:2786:19: note: Assignment 'innerWindow=mScriptGlobal?mScriptGlobal->GetCurrentInnerWindowInternal():nullptr', assigned value is 0
firefox-62.0/docshell/base/nsDocShell.cpp:2793:10: note: Null pointer dereference
firefox-62.0/docshell/base/nsDocShell.cpp:2111:45: style: C-style pointer casting [cstyleCast]
firefox-62.0/docshell/base/nsDocShell.cpp:4175:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/docshell/base/nsDocShell.cpp:4162:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/docshell/base/nsDocShell.cpp:4175:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/docshell/base/nsDocShell.cpp:13054:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/docshell/base/nsDocShell.cpp:13051:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/docshell/base/nsDocShell.cpp:13054:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/docshell/base/nsDocShell.cpp:13068:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/docshell/base/nsDocShell.cpp:13065:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/docshell/base/nsDocShell.cpp:13068:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/docshell/base/nsDocShell.cpp:10871:11: style: The scope of the variable 'crlf' can be reduced. [variableScope]
firefox-62.0/docshell/base/nsDocShell.cpp:10872:11: style: The scope of the variable 'colon' can be reduced. [variableScope]
firefox-62.0/docshell/base/nsDocShell.cpp:2844:45: style: Function 'SetDocLoaderParent' argument 1 names different: declaration 'aLoader' definition 'aParent'. [funcArgNamesDifferent]
firefox-62.0/docshell/base/nsDocShell.h:445:52: note: Function 'SetDocLoaderParent' argument 1 names different: declaration 'aLoader' definition 'aParent'.
firefox-62.0/docshell/base/nsDocShell.cpp:2844:45: note: Function 'SetDocLoaderParent' argument 1 names different: declaration 'aLoader' definition 'aParent'.
firefox-62.0/docshell/base/nsDocShell.cpp:7011:56: style: Function 'EndPageLoad' argument 3 names different: declaration 'aResult' definition 'aStatus'. [funcArgNamesDifferent]
firefox-62.0/docshell/base/nsDocShell.h:587:33: note: Function 'EndPageLoad' argument 3 names different: declaration 'aResult' definition 'aStatus'.
firefox-62.0/docshell/base/nsDocShell.cpp:7011:56: note: Function 'EndPageLoad' argument 3 names different: declaration 'aResult' definition 'aStatus'.
firefox-62.0/docshell/base/nsDocShell.cpp:10855:45: style: Function 'AddHeadersToChannel' argument 2 names different: declaration 'aChannel' definition 'aGenericChannel'. [funcArgNamesDifferent]
firefox-62.0/docshell/base/nsDocShell.h:546:44: note: Function 'AddHeadersToChannel' argument 2 names different: declaration 'aChannel' definition 'aGenericChannel'.
firefox-62.0/docshell/base/nsDocShell.cpp:10855:45: note: Function 'AddHeadersToChannel' argument 2 names different: declaration 'aChannel' definition 'aGenericChannel'.
firefox-62.0/docshell/base/nsDocShellEditorData.cpp:44:41: style: Function 'MakeEditable' argument 1 names different: declaration 'aWaitForUriLoad' definition 'aInWaitForUriLoad'. [funcArgNamesDifferent]
firefox-62.0/docshell/base/nsDocShellEditorData.h:26:30: note: Function 'MakeEditable' argument 1 names different: declaration 'aWaitForUriLoad' definition 'aInWaitForUriLoad'.
firefox-62.0/docshell/base/nsDocShellEditorData.cpp:44:41: note: Function 'MakeEditable' argument 1 names different: declaration 'aWaitForUriLoad' definition 'aInWaitForUriLoad'.
firefox-62.0/docshell/base/nsDocShellEditorData.h:27:8: style: Technically the member function 'nsDocShellEditorData::GetEditable' can be const. [functionConst]
firefox-62.0/docshell/base/nsDocShellEditorData.cpp:66:23: note: Technically the member function 'nsDocShellEditorData::GetEditable' can be const.
firefox-62.0/docshell/base/nsDocShellEditorData.h:27:8: note: Technically the member function 'nsDocShellEditorData::GetEditable' can be const.
firefox-62.0/docshell/base/nsDocShellTreeOwner.cpp:1098:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/docshell/base/nsDocShellTreeOwner.cpp:1096:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/docshell/base/nsDocShellTreeOwner.cpp:1098:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/docshell/base/nsDocShellTreeOwner.cpp:1256:53: style: Function 'ShowTooltip' argument 4 names different: declaration 'aDirText' definition 'aTipDir'. [funcArgNamesDifferent]
firefox-62.0/docshell/base/nsDocShellTreeOwner.h:149:43: note: Function 'ShowTooltip' argument 4 names different: declaration 'aDirText' definition 'aTipDir'.
firefox-62.0/docshell/base/nsDocShellTreeOwner.cpp:1256:53: note: Function 'ShowTooltip' argument 4 names different: declaration 'aDirText' definition 'aTipDir'.
firefox-62.0/docshell/base/nsDocShellTreeOwner.cpp:1316:47: style: Function 'sTooltipCallback' argument 2 names different: declaration 'aListener' definition 'aChromeTooltipListener'. [funcArgNamesDifferent]
firefox-62.0/docshell/base/nsDocShellTreeOwner.h:166:56: note: Function 'sTooltipCallback' argument 2 names different: declaration 'aListener' definition 'aChromeTooltipListener'.
firefox-62.0/docshell/base/nsDocShellTreeOwner.cpp:1316:47: note: Function 'sTooltipCallback' argument 2 names different: declaration 'aListener' definition 'aChromeTooltipListener'.
firefox-62.0/docshell/base/nsPingListener.cpp:288:62: error: Uninitialized variable: isDataScheme [uninitvar]
firefox-62.0/docshell/base/timeline/AutoGlobalTimelineMarker.cpp:16:52: style: Function 'AutoGlobalTimelineMarker' argument 2 names different: declaration 'aStackRequest' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'. [funcArgNamesDifferent]
firefox-62.0/docshell/base/timeline/AutoGlobalTimelineMarker.h:41:56: note: Function 'AutoGlobalTimelineMarker' argument 2 names different: declaration 'aStackRequest' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'.
firefox-62.0/docshell/base/timeline/AutoGlobalTimelineMarker.cpp:16:52: note: Function 'AutoGlobalTimelineMarker' argument 2 names different: declaration 'aStackRequest' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'.
firefox-62.0/docshell/base/timeline/AutoRestyleTimelineMarker.cpp:18:5: style: Function 'AutoRestyleTimelineMarker' argument 2 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'. [funcArgNamesDifferent]
firefox-62.0/docshell/base/timeline/AutoRestyleTimelineMarker.h:27:29: note: Function 'AutoRestyleTimelineMarker' argument 2 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'.
firefox-62.0/docshell/base/timeline/AutoRestyleTimelineMarker.cpp:18:5: note: Function 'AutoRestyleTimelineMarker' argument 2 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'.
firefox-62.0/docshell/base/timeline/AutoTimelineMarker.cpp:15:40: style: Function 'AutoTimelineMarker' argument 2 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'. [funcArgNamesDifferent]
firefox-62.0/docshell/base/timeline/AutoTimelineMarker.h:42:40: note: Function 'AutoTimelineMarker' argument 2 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'.
firefox-62.0/docshell/base/timeline/AutoTimelineMarker.cpp:15:40: note: Function 'AutoTimelineMarker' argument 2 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'.
firefox-62.0/docshell/base/timeline/ObservedDocShell.cpp:142:33: style: Redundant condition: startIsPaintType. '!startIsPaintType || (startIsPaintType && hasSeenLayerType)' is equivalent to '!startIsPaintType || hasSeenLayerType' [redundantCondition]
firefox-62.0/docshell/shistory/nsSHEntry.cpp:44:12: warning: Member variable 'nsSHEntry::mChildren' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/docshell/shistory/nsSHEntry.h:22:1: warning: The class 'nsSHEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/docshell/shistory/nsSHistory.cpp:1597:3: warning: Either the condition 'aEntry1' is redundant or there is possible null pointer dereference: aEntry1. [nullPointerRedundantCheck]
firefox-62.0/docshell/shistory/nsSHistory.cpp:1593:33: note: Assuming that condition 'aEntry1' is not redundant
firefox-62.0/docshell/shistory/nsSHistory.cpp:1597:3: note: Null pointer dereference
firefox-62.0/docshell/shistory/nsSHistory.cpp:1598:3: warning: Either the condition 'aEntry2' is redundant or there is possible null pointer dereference: aEntry2. [nullPointerRedundantCheck]
firefox-62.0/docshell/shistory/nsSHistory.cpp:1593:20: note: Assuming that condition 'aEntry2' is not redundant
firefox-62.0/docshell/shistory/nsSHistory.cpp:1598:3: note: Null pointer dereference
firefox-62.0/docshell/shistory/nsSHistory.cpp:1034:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/docshell/shistory/nsSHistory.cpp:1033:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/docshell/shistory/nsSHistory.cpp:1034:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/docshell/shistory/nsSHistory.cpp:475:51: style: Function 'CloneAndReplaceChild' argument 3 names different: declaration 'aChildIndex' definition 'aEntryIndex'. [funcArgNamesDifferent]
firefox-62.0/docshell/shistory/nsSHistory.h:119:48: note: Function 'CloneAndReplaceChild' argument 3 names different: declaration 'aChildIndex' definition 'aEntryIndex'.
firefox-62.0/docshell/shistory/nsSHistory.cpp:475:51: note: Function 'CloneAndReplaceChild' argument 3 names different: declaration 'aChildIndex' definition 'aEntryIndex'.
firefox-62.0/docshell/shistory/nsSHistory.cpp:534:51: style: Function 'CloneAndReplace' argument 6 names different: declaration 'aDestEntry' definition 'aResultEntry'. [funcArgNamesDifferent]
firefox-62.0/docshell/shistory/nsSHistory.h:115:48: note: Function 'CloneAndReplace' argument 6 names different: declaration 'aDestEntry' definition 'aResultEntry'.
firefox-62.0/docshell/shistory/nsSHistory.cpp:534:51: note: Function 'CloneAndReplace' argument 6 names different: declaration 'aDestEntry' definition 'aResultEntry'.
firefox-62.0/docshell/shistory/nsSHistory.cpp:1939:47: style: Function 'LoadDifferingEntries' argument 3 names different: declaration 'aRootDocShell' definition 'aParent'. [funcArgNamesDifferent]
firefox-62.0/docshell/shistory/nsSHistory.h:141:46: note: Function 'LoadDifferingEntries' argument 3 names different: declaration 'aRootDocShell' definition 'aParent'.
firefox-62.0/docshell/shistory/nsSHistory.cpp:1939:47: note: Function 'LoadDifferingEntries' argument 3 names different: declaration 'aRootDocShell' definition 'aParent'.
firefox-62.0/docshell/shistory/nsSHistory.cpp:2111:44: style: Function 'nsSHEnumerator' argument 1 names different: declaration 'aHistory' definition 'aSHistory'. [funcArgNamesDifferent]
firefox-62.0/docshell/shistory/nsSHistory.h:201:39: note: Function 'nsSHEnumerator' argument 1 names different: declaration 'aHistory' definition 'aSHistory'.
firefox-62.0/docshell/shistory/nsSHistory.cpp:2111:44: note: Function 'nsSHEnumerator' argument 1 names different: declaration 'aHistory' definition 'aSHistory'.
firefox-62.0/docshell/shistory/nsSHistory.cpp:1288:5: performance: Variable 'mViewer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/animation/Animation.cpp:1094:22: style: Same expression on both sides of '==' because the value of 'pending' and 'Pending()' are the same. [duplicateExpression]
firefox-62.0/dom/animation/Animation.cpp:1071:25: note: 'pending' is assigned value 'Pending()' here.
firefox-62.0/dom/animation/Animation.cpp:1094:22: note: Same expression on both sides of '==' because the value of 'pending' and 'Pending()' are the same.
firefox-62.0/dom/animation/Animation.cpp:325:47: style: Function 'SetCurrentTime' argument 1 names different: declaration 'aNewCurrentTime' definition 'aSeekTime'. [funcArgNamesDifferent]
firefox-62.0/dom/animation/Animation.h:113:43: note: Function 'SetCurrentTime' argument 1 names different: declaration 'aNewCurrentTime' definition 'aSeekTime'.
firefox-62.0/dom/animation/Animation.cpp:325:47: note: Function 'SetCurrentTime' argument 1 names different: declaration 'aNewCurrentTime' definition 'aSeekTime'.
firefox-62.0/dom/animation/Animation.cpp:846:55: style: Function 'SilentlySetCurrentTime' argument 1 names different: declaration 'aNewCurrentTime' definition 'aSeekTime'. [funcArgNamesDifferent]
firefox-62.0/dom/animation/Animation.h:394:51: note: Function 'SilentlySetCurrentTime' argument 1 names different: declaration 'aNewCurrentTime' definition 'aSeekTime'.
firefox-62.0/dom/animation/Animation.cpp:846:55: note: Function 'SilentlySetCurrentTime' argument 1 names different: declaration 'aNewCurrentTime' definition 'aSeekTime'.
firefox-62.0/dom/animation/DocumentTimeline.cpp:279:51: style: Function 'ToTimeStamp' argument 1 names different: declaration 'aTimelineTime' definition 'aTimeDuration'. [funcArgNamesDifferent]
firefox-62.0/dom/animation/DocumentTimeline.h:81:45: note: Function 'ToTimeStamp' argument 1 names different: declaration 'aTimelineTime' definition 'aTimeDuration'.
firefox-62.0/dom/animation/DocumentTimeline.cpp:279:51: note: Function 'ToTimeStamp' argument 1 names different: declaration 'aTimelineTime' definition 'aTimeDuration'.
firefox-62.0/dom/animation/EffectCompositor.cpp:407:10: performance: Technically the member function 'mozilla::::EffectCompositeOrderComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/animation/KeyframeUtils.cpp:737:48: style: Function 'GetComputedKeyframeValues' argument 3 names different: declaration 'aComputedValues' definition 'aComputedStyle'. [funcArgNamesDifferent]
firefox-62.0/dom/animation/KeyframeUtils.cpp:195:48: note: Function 'GetComputedKeyframeValues' argument 3 names different: declaration 'aComputedValues' definition 'aComputedStyle'.
firefox-62.0/dom/animation/KeyframeUtils.cpp:737:48: note: Function 'GetComputedKeyframeValues' argument 3 names different: declaration 'aComputedValues' definition 'aComputedStyle'.
firefox-62.0/dom/animation/KeyframeUtils.cpp:74:10: performance: Technically the member function 'mozilla::AdditionalProperty::PropertyComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/animation/KeyframeUtils.cpp:79:10: performance: Technically the member function 'mozilla::AdditionalProperty::PropertyComparator::LessThan' can be static. [functionStatic]
firefox-62.0/dom/audiochannel/AudioChannelAgent.h:29:1: style: The class 'AudioChannelAgent' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/audiochannel/AudioChannelService.h:199:10: style: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::AudioCapturedChanged' can be const. [functionConst]
firefox-62.0/dom/audiochannel/AudioChannelService.cpp:847:42: note: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::AudioCapturedChanged' can be const.
firefox-62.0/dom/audiochannel/AudioChannelService.h:199:10: note: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::AudioCapturedChanged' can be const.
firefox-62.0/dom/audiochannel/AudioChannelService.h:213:10: performance: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::NotifyAudioAudibleChanged' can be static. [functionStatic]
firefox-62.0/dom/audiochannel/AudioChannelService.cpp:925:42: note: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::NotifyAudioAudibleChanged' can be static.
firefox-62.0/dom/audiochannel/AudioChannelService.h:213:10: note: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::NotifyAudioAudibleChanged' can be static.
firefox-62.0/dom/audiochannel/AudioChannelService.h:217:10: performance: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::NotifyChannelActive' can be static. [functionStatic]
firefox-62.0/dom/audiochannel/AudioChannelService.cpp:938:42: note: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::NotifyChannelActive' can be static.
firefox-62.0/dom/audiochannel/AudioChannelService.h:217:10: note: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::NotifyChannelActive' can be static.
firefox-62.0/dom/audiochannel/AudioChannelService.h:223:10: style: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::NotifyAudioCompetingChanged' can be const. [functionConst]
firefox-62.0/dom/audiochannel/AudioChannelService.cpp:638:42: note: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::NotifyAudioCompetingChanged' can be const.
firefox-62.0/dom/audiochannel/AudioChannelService.h:223:10: note: Technically the member function 'mozilla::dom::AudioChannelService::AudioChannelWindow::NotifyAudioCompetingChanged' can be const.
firefox-62.0/dom/base/nsIDocument.h:2476:17: warning: Either the condition '!aDisplayDocument' is redundant or there is possible null pointer dereference: aDisplayDocument. [nullPointerRedundantCheck]
firefox-62.0/dom/base/nsIDocument.h:2479:28: note: Assuming that condition '!aDisplayDocument' is not redundant
firefox-62.0/dom/base/nsIDocument.h:2476:17: note: Null pointer dereference
firefox-62.0/dom/base/AnonymousContent.cpp:147:55: style: Function 'SetAnimationForElement' argument 5 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/AnonymousContent.h:66:67: note: Function 'SetAnimationForElement' argument 5 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/AnonymousContent.cpp:147:55: note: Function 'SetAnimationForElement' argument 5 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/AnonymousContent.cpp:162:57: style: Function 'SetCutoutRectsForElement' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/AnonymousContent.h:70:46: note: Function 'SetCutoutRectsForElement' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/AnonymousContent.cpp:162:57: note: Function 'SetCutoutRectsForElement' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/nsINode.h:288:1: style: The class 'nsINode' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/base/nsAttrValue.h:124:3: style: 'nsAttrValue::operator=' should return 'nsAttrValue &'. [operatorEq]
firefox-62.0/dom/base/nsAttrName.h:197:8: style: Technically the member function 'nsAttrName::AddRefInternalName' can be const. [functionConst]
firefox-62.0/dom/base/nsAttrName.h:206:8: style: Technically the member function 'nsAttrName::ReleaseInternalName' can be const. [functionConst]
firefox-62.0/dom/base/nsPropertyTable.h:49:3: style: Technically the member function 'nsPropertyOwner::operatorconstvoid*' can be const. [functionConst]
firefox-62.0/dom/base/nsPropertyTable.h:50:15: style: Technically the member function 'nsPropertyOwner::get' can be const. [functionConst]
firefox-62.0/dom/base/nsINode.h:224:8: style: Technically the member function 'nsMutationGuard::Mutated' can be const. [functionConst]
firefox-62.0/dom/base/nsPropertyTable.h:46:16: style: Class 'nsPropertyOwner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/base/nsPropertyTable.h:47:16: style: Class 'nsPropertyOwner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/base/nsAttrName.h:21:1: warning: The class 'nsAttrName' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/base/nsPropertyTable.h:38:1: warning: The class 'nsPropertyOwner' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/base/nsIDocument.h:534:15: style: The function 'GetChildAt_Deprecated' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/base/nsINode.h:587:23: note: Virtual function in base class
firefox-62.0/dom/base/nsIDocument.h:534:15: note: Function in derived class
firefox-62.0/dom/base/nsIDocument.h:539:11: style: The function 'ComputeIndexOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/base/nsINode.h:597:19: note: Virtual function in base class
firefox-62.0/dom/base/nsIDocument.h:539:11: note: Function in derived class
firefox-62.0/dom/base/nsIDocument.h:544:12: style: The function 'GetChildCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/base/nsINode.h:577:20: note: Virtual function in base class
firefox-62.0/dom/base/nsIDocument.h:544:12: note: Function in derived class
firefox-62.0/dom/base/nsWrapperCache.h:84:1: style: The class 'nsWrapperCache' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/base/nsWrapperCache.h:97:4: warning: Class 'nsWrapperCache' which has virtual members does not have a virtual destructor. [virtualDestructor]
firefox-62.0/dom/base/nsContentUtils.h:3556:8: performance: Technically the member function 'mozilla::dom::TreeOrderComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/base/nsContentUtils.h:3559:8: performance: Technically the member function 'mozilla::dom::TreeOrderComparator::LessThan' can be static. [functionStatic]
firefox-62.0/dom/base/nsWrapperCache.h:214:8: performance: Technically the member function 'nsWrapperCache::HasNothingToTrace' can be static. [functionStatic]
firefox-62.0/dom/base/nsWrapperCacheInlines.h:60:17: note: Technically the member function 'nsWrapperCache::HasNothingToTrace' can be static.
firefox-62.0/dom/base/nsWrapperCache.h:214:8: note: Technically the member function 'nsWrapperCache::HasNothingToTrace' can be static.
firefox-62.0/dom/base/nsWrapperCache.h:219:8: style: Technically the member function 'nsWrapperCache::MarkWrapperLive' can be const. [functionConst]
firefox-62.0/dom/base/nsWrapperCacheInlines.h:76:17: note: Technically the member function 'nsWrapperCache::MarkWrapperLive' can be const.
firefox-62.0/dom/base/nsWrapperCache.h:219:8: note: Technically the member function 'nsWrapperCache::MarkWrapperLive' can be const.
firefox-62.0/dom/base/nsGlobalWindowInner.h:268:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/base/nsGlobalWindowOuter.h:219:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/base/nsGlobalWindowInner.h:154:1: warning: The struct 'IdleObserverHolder' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/base/BodyUtil.cpp:305:5: style: Variable 'boundaryId' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/dom/base/BodyUtil.cpp:304:0: note: Variable 'boundaryId' is reassigned a value before the old one has been used.
firefox-62.0/dom/base/BodyUtil.cpp:305:5: note: Variable 'boundaryId' is reassigned a value before the old one has been used.
firefox-62.0/dom/base/BodyUtil.cpp:114:3: performance: Technically the member function 'mozilla::dom::::FormDataParser::PushOverBoundary' can be static. [functionStatic]
firefox-62.0/dom/base/nsWindowSizes.h:63:8: performance: Technically the member function 'nsStyleSizes::addToTabSizes' can be static. [functionStatic]
firefox-62.0/dom/base/nsWindowSizes.h:71:10: performance: Technically the member function 'nsStyleSizes::getTotalSize' can be static. [functionStatic]
firefox-62.0/dom/base/nsContentList.h:396:23: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
firefox-62.0/dom/base/CustomElementRegistry.h:212:1: style: The class 'CustomElementReactionsStack' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/base/CustomElementRegistry.h:177:8: style: Technically the member function 'mozilla::dom::CustomElementDefinition::IsCustomBuiltIn' can be const. [functionConst]
firefox-62.0/dom/base/CustomElementRegistry.h:202:8: style: Technically the member function 'mozilla::dom::CustomElementReaction::IsUpgradeReaction' can be const. [functionConst]
firefox-62.0/dom/base/nsIdentifierMapEntry.h:62:18: style: Struct 'AtomOrString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/base/nsIdentifierMapEntry.h:63:18: style: Struct 'AtomOrString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/base/nsIdentifierMapEntry.h:179:3: warning: The struct 'ChangeCallbackEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/base/nsContentList.h:190:1: warning: The struct 'nsContentListKey' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/base/nsDOMAttributeMap.h:33:1: warning: The class 'nsAttrKey' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/base/nsDOMAttributeMap.h:57:1: warning: The class 'nsAttrHashKey' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/base/ChildIterator.h:144:24: warning: Access of moved variable 'aOther'. [accessMoved]
firefox-62.0/dom/base/ChildIterator.h:143:29: note: Calling std::move(aOther)
firefox-62.0/dom/base/ChildIterator.h:144:24: note: $symbol:aOther
Access of moved variable '$symbol'.
firefox-62.0/dom/base/ChildIterator.h:145:20: warning: Access of moved variable 'aOther'. [accessMoved]
firefox-62.0/dom/base/ChildIterator.h:143:29: note: Calling std::move(aOther)
firefox-62.0/dom/base/ChildIterator.h:145:20: note: $symbol:aOther
Access of moved variable '$symbol'.
firefox-62.0/dom/base/ChildIterator.h:212:27: warning: Access of moved variable 'aOther'. [accessMoved]
firefox-62.0/dom/base/ChildIterator.h:211:30: note: Calling std::move(aOther)
firefox-62.0/dom/base/ChildIterator.h:212:27: note: $symbol:aOther
Access of moved variable '$symbol'.
firefox-62.0/dom/base/ChildIterator.h:213:14: warning: Access of moved variable 'aOther'. [accessMoved]
firefox-62.0/dom/base/ChildIterator.h:211:30: note: Calling std::move(aOther)
firefox-62.0/dom/base/ChildIterator.h:213:14: note: $symbol:aOther
Access of moved variable '$symbol'.
firefox-62.0/dom/base/ChromeUtils.cpp:362:47: style: Function 'IdleDispatch' argument 1 names different: declaration 'global' definition 'aGlobal'. [funcArgNamesDifferent]
firefox-62.0/dom/base/ChromeUtils.h:152:48: note: Function 'IdleDispatch' argument 1 names different: declaration 'global' definition 'aGlobal'.
firefox-62.0/dom/base/ChromeUtils.cpp:362:47: note: Function 'IdleDispatch' argument 1 names different: declaration 'global' definition 'aGlobal'.
firefox-62.0/dom/base/ChromeUtils.cpp:363:48: style: Function 'IdleDispatch' argument 2 names different: declaration 'callback' definition 'aCallback'. [funcArgNamesDifferent]
firefox-62.0/dom/base/ChromeUtils.h:153:49: note: Function 'IdleDispatch' argument 2 names different: declaration 'callback' definition 'aCallback'.
firefox-62.0/dom/base/ChromeUtils.cpp:363:48: note: Function 'IdleDispatch' argument 2 names different: declaration 'callback' definition 'aCallback'.
firefox-62.0/dom/base/ChromeUtils.cpp:364:53: style: Function 'IdleDispatch' argument 3 names different: declaration 'options' definition 'aOptions'. [funcArgNamesDifferent]
firefox-62.0/dom/base/ChromeUtils.h:154:54: note: Function 'IdleDispatch' argument 3 names different: declaration 'options' definition 'aOptions'.
firefox-62.0/dom/base/ChromeUtils.cpp:364:53: note: Function 'IdleDispatch' argument 3 names different: declaration 'options' definition 'aOptions'.
firefox-62.0/dom/base/ChromeUtils.cpp:684:52: style: Function 'GetCallerLocation' argument 1 names different: declaration 'global' definition 'aGlobal'. [funcArgNamesDifferent]
firefox-62.0/dom/base/ChromeUtils.h:178:41: note: Function 'GetCallerLocation' argument 1 names different: declaration 'global' definition 'aGlobal'.
firefox-62.0/dom/base/ChromeUtils.cpp:684:52: note: Function 'GetCallerLocation' argument 1 names different: declaration 'global' definition 'aGlobal'.
firefox-62.0/dom/base/ChromeUtils.cpp:684:75: style: Function 'GetCallerLocation' argument 2 names different: declaration 'principal' definition 'aPrincipal'. [funcArgNamesDifferent]
firefox-62.0/dom/base/ChromeUtils.h:178:63: note: Function 'GetCallerLocation' argument 2 names different: declaration 'principal' definition 'aPrincipal'.
firefox-62.0/dom/base/ChromeUtils.cpp:684:75: note: Function 'GetCallerLocation' argument 2 names different: declaration 'principal' definition 'aPrincipal'.
firefox-62.0/dom/base/ChromeUtils.cpp:708:46: style: Function 'CreateError' argument 1 names different: declaration 'global' definition 'aGlobal'. [funcArgNamesDifferent]
firefox-62.0/dom/base/ChromeUtils.h:182:35: note: Function 'CreateError' argument 1 names different: declaration 'global' definition 'aGlobal'.
firefox-62.0/dom/base/ChromeUtils.cpp:708:46: note: Function 'CreateError' argument 1 names different: declaration 'global' definition 'aGlobal'.
firefox-62.0/dom/base/ChromeUtils.cpp:708:72: style: Function 'CreateError' argument 2 names different: declaration 'message' definition 'aMessage'. [funcArgNamesDifferent]
firefox-62.0/dom/base/ChromeUtils.h:182:60: note: Function 'CreateError' argument 2 names different: declaration 'message' definition 'aMessage'.
firefox-62.0/dom/base/ChromeUtils.cpp:708:72: note: Function 'CreateError' argument 2 names different: declaration 'message' definition 'aMessage'.
firefox-62.0/dom/base/ChromeUtils.cpp:709:48: style: Function 'CreateError' argument 3 names different: declaration 'stack' definition 'aStack'. [funcArgNamesDifferent]
firefox-62.0/dom/base/ChromeUtils.h:183:37: note: Function 'CreateError' argument 3 names different: declaration 'stack' definition 'aStack'.
firefox-62.0/dom/base/ChromeUtils.cpp:709:48: note: Function 'CreateError' argument 3 names different: declaration 'stack' definition 'aStack'.
firefox-62.0/dom/base/DOMException.cpp:263:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/dom/base/DOMException.cpp:373:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/dom/base/DOMIntersectionObserver.cpp:314:29: warning: Either the condition 'root&&target' is redundant or there is possible null pointer dereference: target. [nullPointerRedundantCheck]
firefox-62.0/dom/base/DOMIntersectionObserver.cpp:376:14: note: Assuming that condition 'root&&target' is not redundant
firefox-62.0/dom/base/DOMIntersectionObserver.cpp:314:29: note: Null pointer dereference
firefox-62.0/dom/base/DOMIntersectionObserver.cpp:438:9: warning: Either the condition 'target' is redundant or there is possible null pointer dereference: target. [nullPointerRedundantCheck]
firefox-62.0/dom/base/DOMIntersectionObserver.cpp:376:17: note: Assuming that condition 'target' is not redundant
firefox-62.0/dom/base/DOMIntersectionObserver.cpp:438:9: note: Null pointer dereference
firefox-62.0/dom/base/DocGroup.cpp:83:12: style: The scope of the variable 'count' can be reduced. [variableScope]
firefox-62.0/dom/base/nsDOMMutationObserver.h:556:67: performance: Function parameter 'aRecord' should be passed by const reference. [passedByValue]
firefox-62.0/dom/base/DocumentOrShadowRoot.cpp:284:14: warning: Either the condition '!node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
firefox-62.0/dom/base/DocumentOrShadowRoot.cpp:273:9: note: Assuming that condition '!node' is not redundant
firefox-62.0/dom/base/DocumentOrShadowRoot.cpp:284:14: note: Null pointer dereference
firefox-62.0/dom/base/Element.cpp:1962:8: style: The scope of the variable 'clearBindingParent' can be reduced. [variableScope]
firefox-62.0/dom/base/Element.cpp:1888:43: warning: Suspicious code: sign conversion of -1 in calculation because '-1' has a negative value [signConversion]
firefox-62.0/dom/base/DOMMatrix.h:51:5: performance: Variable 'mMatrix3D' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/base/nsAttrValue.h:442:15: performance: Technically the member function 'nsAttrValue::IsSVGType' can be static. [functionStatic]
firefox-62.0/dom/base/nsAttrValueInlines.h:200:14: note: Technically the member function 'nsAttrValue::IsSVGType' can be static.
firefox-62.0/dom/base/nsAttrValue.h:442:15: note: Technically the member function 'nsAttrValue::IsSVGType' can be static.
firefox-62.0/dom/base/nsContentPolicyUtils.h:229:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsContentPolicyUtils.h:249:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/EventSource.cpp:850:64: error: Uninitialized variable: isValidScheme [uninitvar]
firefox-62.0/dom/base/EventSource.cpp:851:65: error: Uninitialized variable: isValidScheme [uninitvar]
firefox-62.0/dom/base/EventSource.cpp:1017:62: error: Uninitialized variable: isValidScheme [uninitvar]
firefox-62.0/dom/base/EventSource.cpp:1018:63: error: Uninitialized variable: isValidScheme [uninitvar]
firefox-62.0/dom/base/FormData.cpp:72:0: error: syntax error [syntaxError]
firefox-62.0/dom/base/FragmentOrElement.cpp:2049:0: error: syntax error [syntaxError]
firefox-62.0/dom/base/IDTracker.cpp:21:30: style: Function 'Reset' argument 1 names different: declaration 'aFrom' definition 'aFromContent'. [funcArgNamesDifferent]
firefox-62.0/dom/base/IDTracker.h:66:26: note: Function 'Reset' argument 1 names different: declaration 'aFrom' definition 'aFromContent'.
firefox-62.0/dom/base/IDTracker.cpp:21:30: note: Function 'Reset' argument 1 names different: declaration 'aFrom' definition 'aFromContent'.
firefox-62.0/dom/base/IDTracker.cpp:132:36: style: Function 'ResetWithID' argument 1 names different: declaration 'aFrom' definition 'aFromContent'. [funcArgNamesDifferent]
firefox-62.0/dom/base/IDTracker.h:78:32: note: Function 'ResetWithID' argument 1 names different: declaration 'aFrom' definition 'aFromContent'.
firefox-62.0/dom/base/IDTracker.cpp:132:36: note: Function 'ResetWithID' argument 1 names different: declaration 'aFrom' definition 'aFromContent'.
firefox-62.0/dom/base/IDTracker.h:45:4: warning: Class 'IDTracker' which has virtual members does not have a virtual destructor. [virtualDestructor]
firefox-62.0/dom/base/ImageEncoder.cpp:143:1: style: The class 'EncodingRunnable' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/base/Location.cpp:801:3: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/base/Location.cpp:799:0: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/base/Location.cpp:801:3: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/base/Location.cpp:170:27: style: Function 'GetURI' argument 1 names different: declaration 'aURL' definition 'aURI'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:169:28: note: Function 'GetURI' argument 1 names different: declaration 'aURL' definition 'aURI'.
firefox-62.0/dom/base/Location.cpp:170:27: note: Function 'GetURI' argument 1 names different: declaration 'aURL' definition 'aURI'.
firefox-62.0/dom/base/Location.cpp:212:35: style: Function 'GetWritableURI' argument 1 names different: declaration 'aURL' definition 'aURI'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:172:36: note: Function 'GetWritableURI' argument 1 names different: declaration 'aURL' definition 'aURI'.
firefox-62.0/dom/base/Location.cpp:212:35: note: Function 'GetWritableURI' argument 1 names different: declaration 'aURL' definition 'aURI'.
firefox-62.0/dom/base/Location.cpp:232:26: style: Function 'SetURI' argument 1 names different: declaration 'aURL' definition 'aURI'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:175:27: note: Function 'SetURI' argument 1 names different: declaration 'aURL' definition 'aURI'.
firefox-62.0/dom/base/Location.cpp:232:26: note: Function 'SetURI' argument 1 names different: declaration 'aURL' definition 'aURI'.
firefox-62.0/dom/base/Location.cpp:264:32: style: Function 'GetHash' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:128:29: note: Function 'GetHash' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:264:32: note: Function 'GetHash' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:305:32: style: Function 'SetHash' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:132:29: note: Function 'SetHash' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:305:32: note: Function 'SetHash' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:329:32: style: Function 'GetHost' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:88:29: note: Function 'GetHost' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:329:32: note: Function 'GetHost' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:357:32: style: Function 'SetHost' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:92:29: note: Function 'SetHost' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:357:32: note: Function 'SetHost' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:383:36: style: Function 'GetHostname' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:96:33: note: Function 'GetHostname' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:383:36: note: Function 'GetHostname' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:402:36: style: Function 'SetHostname' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:100:33: note: Function 'SetHostname' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:402:36: note: Function 'SetHostname' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:448:32: style: Function 'SetHref' argument 2 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:72:29: note: Function 'SetHref' argument 2 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:448:32: note: Function 'SetHref' argument 2 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:542:34: style: Function 'GetOrigin' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:76:31: note: Function 'GetOrigin' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:542:34: note: Function 'GetOrigin' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:569:36: style: Function 'GetPathname' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:112:33: note: Function 'GetPathname' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:569:36: note: Function 'GetPathname' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:597:36: style: Function 'SetPathname' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:116:33: note: Function 'SetPathname' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:597:36: note: Function 'SetPathname' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:623:32: style: Function 'GetPort' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:104:29: note: Function 'GetPort' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:623:32: note: Function 'GetPort' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:652:32: style: Function 'SetPort' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:108:29: note: Function 'SetPort' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:652:32: note: Function 'SetPort' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:692:36: style: Function 'GetProtocol' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:80:33: note: Function 'GetProtocol' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:692:36: note: Function 'GetProtocol' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:721:36: style: Function 'SetProtocol' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:84:33: note: Function 'SetProtocol' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:721:36: note: Function 'SetProtocol' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:787:32: style: Function 'GetSearch' argument 1 names different: declaration 'aSeach' definition 'aSearch'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:118:29: note: Function 'GetSearch' argument 1 names different: declaration 'aSeach' definition 'aSearch'.
firefox-62.0/dom/base/Location.cpp:787:32: note: Function 'GetSearch' argument 1 names different: declaration 'aSeach' definition 'aSearch'.
firefox-62.0/dom/base/Location.cpp:789:34: style: Function 'GetSearch' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:120:31: note: Function 'GetSearch' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:789:34: note: Function 'GetSearch' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:818:38: style: Function 'SetSearch' argument 1 names different: declaration 'aSeach' definition 'aSearch'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:122:35: note: Function 'SetSearch' argument 1 names different: declaration 'aSeach' definition 'aSearch'.
firefox-62.0/dom/base/Location.cpp:818:38: note: Function 'SetSearch' argument 1 names different: declaration 'aSeach' definition 'aSearch'.
firefox-62.0/dom/base/Location.cpp:820:34: style: Function 'SetSearch' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:124:31: note: Function 'SetSearch' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:820:34: note: Function 'SetSearch' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:902:32: style: Function 'Replace' argument 3 names different: declaration 'aError' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Location.h:45:29: note: Function 'Replace' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:902:32: note: Function 'Replace' argument 3 names different: declaration 'aError' definition 'aRv'.
firefox-62.0/dom/base/Location.cpp:46:3: performance: Variable 'mDocShell' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/base/MozQueryInterface.cpp:48:45: style: Function 'GenerateQI' argument 1 names different: declaration 'global' definition 'aGlobal'. [funcArgNamesDifferent]
firefox-62.0/dom/base/ChromeUtils.h:128:34: note: Function 'GenerateQI' argument 1 names different: declaration 'global' definition 'aGlobal'.
firefox-62.0/dom/base/MozQueryInterface.cpp:48:45: note: Function 'GenerateQI' argument 1 names different: declaration 'global' definition 'aGlobal'.
firefox-62.0/dom/base/MozQueryInterface.cpp:48:89: style: Function 'GenerateQI' argument 2 names different: declaration 'interfaces' definition 'aInterfaces'. [funcArgNamesDifferent]
firefox-62.0/dom/base/ChromeUtils.h:128:77: note: Function 'GenerateQI' argument 2 names different: declaration 'interfaces' definition 'aInterfaces'.
firefox-62.0/dom/base/MozQueryInterface.cpp:48:89: note: Function 'GenerateQI' argument 2 names different: declaration 'interfaces' definition 'aInterfaces'.
firefox-62.0/dom/base/MozQueryInterface.cpp:34:3: performance: Technically the member function 'mozilla::dom::IIDComparator::LessThan' can be static. [functionStatic]
firefox-62.0/dom/base/MozQueryInterface.cpp:40:3: performance: Technically the member function 'mozilla::dom::IIDComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/base/Navigator.cpp:117:42: style: Function 'Navigator' argument 1 names different: declaration 'aInnerWindow' definition 'aWindow'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Navigator.h:84:42: note: Function 'Navigator' argument 1 names different: declaration 'aInnerWindow' definition 'aWindow'.
firefox-62.0/dom/base/Navigator.cpp:117:42: note: Function 'Navigator' argument 1 names different: declaration 'aInnerWindow' definition 'aWindow'.
firefox-62.0/dom/base/Navigator.cpp:278:37: style: Function 'GetAppVersion' argument 1 names different: declaration 'aAppName' definition 'aAppVersion'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Navigator.h:114:33: note: Function 'GetAppVersion' argument 1 names different: declaration 'aAppName' definition 'aAppVersion'.
firefox-62.0/dom/base/Navigator.cpp:278:37: note: Function 'GetAppVersion' argument 1 names different: declaration 'aAppName' definition 'aAppVersion'.
firefox-62.0/dom/base/Navigator.cpp:393:32: style: Function 'GetOscpu' argument 1 names different: declaration 'aOscpu' definition 'aOSCPU'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Navigator.h:153:28: note: Function 'GetOscpu' argument 1 names different: declaration 'aOscpu' definition 'aOSCPU'.
firefox-62.0/dom/base/Navigator.cpp:393:32: note: Function 'GetOscpu' argument 1 names different: declaration 'aOscpu' definition 'aOSCPU'.
firefox-62.0/dom/base/Navigator.cpp:715:45: style: Function 'AddIdleObserver' argument 1 names different: declaration 'aObserver' definition 'aIdleObserver'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Navigator.h:170:41: note: Function 'AddIdleObserver' argument 1 names different: declaration 'aObserver' definition 'aIdleObserver'.
firefox-62.0/dom/base/Navigator.cpp:715:45: note: Function 'AddIdleObserver' argument 1 names different: declaration 'aObserver' definition 'aIdleObserver'.
firefox-62.0/dom/base/Navigator.cpp:729:48: style: Function 'RemoveIdleObserver' argument 1 names different: declaration 'aObserver' definition 'aIdleObserver'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Navigator.h:171:44: note: Function 'RemoveIdleObserver' argument 1 names different: declaration 'aObserver' definition 'aIdleObserver'.
firefox-62.0/dom/base/Navigator.cpp:729:48: note: Function 'RemoveIdleObserver' argument 1 names different: declaration 'aObserver' definition 'aIdleObserver'.
firefox-62.0/dom/base/Navigator.cpp:796:46: style: Function 'Vibrate' argument 1 names different: declaration 'aDuration' definition 'aPattern'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Navigator.h:149:42: note: Function 'Vibrate' argument 1 names different: declaration 'aDuration' definition 'aPattern'.
firefox-62.0/dom/base/Navigator.cpp:796:46: note: Function 'Vibrate' argument 1 names different: declaration 'aDuration' definition 'aPattern'.
firefox-62.0/dom/base/Navigator.cpp:878:52: style: Function 'RegisterContentHandler' argument 2 names different: declaration 'aURL' definition 'aURI'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Navigator.h:123:76: note: Function 'RegisterContentHandler' argument 2 names different: declaration 'aURL' definition 'aURI'.
firefox-62.0/dom/base/Navigator.cpp:878:52: note: Function 'RegisterContentHandler' argument 2 names different: declaration 'aURL' definition 'aURI'.
firefox-62.0/dom/base/Navigator.cpp:897:53: style: Function 'RegisterProtocolHandler' argument 1 names different: declaration 'aScheme' definition 'aProtocol'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Navigator.h:121:49: note: Function 'RegisterProtocolHandler' argument 1 names different: declaration 'aScheme' definition 'aProtocol'.
firefox-62.0/dom/base/Navigator.cpp:897:53: note: Function 'RegisterProtocolHandler' argument 1 names different: declaration 'aScheme' definition 'aProtocol'.
firefox-62.0/dom/base/Navigator.cpp:898:53: style: Function 'RegisterProtocolHandler' argument 2 names different: declaration 'aURL' definition 'aURI'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Navigator.h:121:75: note: Function 'RegisterProtocolHandler' argument 2 names different: declaration 'aURL' definition 'aURI'.
firefox-62.0/dom/base/Navigator.cpp:898:53: note: Function 'RegisterProtocolHandler' argument 2 names different: declaration 'aURL' definition 'aURI'.
firefox-62.0/dom/base/Navigator.cpp:1731:85: style: Function 'RequestMediaKeySystemAccess' argument 2 names different: declaration 'aConfig' definition 'aConfigs'. [funcArgNamesDifferent]
firefox-62.0/dom/base/Navigator.h:235:76: note: Function 'RequestMediaKeySystemAccess' argument 2 names different: declaration 'aConfig' definition 'aConfigs'.
firefox-62.0/dom/base/Navigator.cpp:1731:85: note: Function 'RequestMediaKeySystemAccess' argument 2 names different: declaration 'aConfig' definition 'aConfigs'.
firefox-62.0/dom/base/Navigator.cpp:645:5: performance: Variable 'mWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/base/nsFrameMessageManager.h:426:4: warning: Class 'nsMessageManagerScriptExecutor' which has virtual members does not have a virtual destructor. [virtualDestructor]
firefox-62.0/dom/base/nsFrameMessageManager.h:410:8: style: Technically the member function 'nsMessageManagerScriptHolder::WillRunInGlobalScope' can be const. [functionConst]
firefox-62.0/dom/base/ResponsiveImageSelector.cpp:158:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/dom/base/ResponsiveImageSelector.cpp:553:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/dom/base/ScreenOrientation.h:34:1: style: The class 'ScreenOrientation' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/base/SelectionChangeListener.cpp:27:3: performance: Variable 'mStartContainer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/base/SelectionChangeListener.h:45:10: style: Technically the member function 'mozilla::dom::SelectionChangeListener::RawRangeData::Equals' can be const. [functionConst]
firefox-62.0/dom/base/SelectionChangeListener.cpp:38:40: note: Technically the member function 'mozilla::dom::SelectionChangeListener::RawRangeData::Equals' can be const.
firefox-62.0/dom/base/SelectionChangeListener.h:45:10: note: Technically the member function 'mozilla::dom::SelectionChangeListener::RawRangeData::Equals' can be const.
firefox-62.0/dom/base/ShadowRoot.cpp:467:27: warning: Either the condition '!slots' is redundant or there is possible null pointer dereference: slots. [nullPointerRedundantCheck]
firefox-62.0/dom/base/ShadowRoot.cpp:463:7: note: Assuming that condition '!slots' is not redundant
firefox-62.0/dom/base/ShadowRoot.cpp:467:27: note: Null pointer dereference
firefox-62.0/dom/base/StructuredCloneHolder.cpp:1245:12: warning: Possible null pointer dereference: port [nullPointer]
firefox-62.0/dom/base/StructuredCloneHolder.cpp:1238:25: note: Assignment 'port=nullptr', assigned value is 0
firefox-62.0/dom/base/StructuredCloneHolder.cpp:1245:12: note: Null pointer dereference
firefox-62.0/dom/base/StructuredCloneHolder.cpp:1265:13: warning: Possible null pointer dereference: canvas [nullPointer]
firefox-62.0/dom/base/StructuredCloneHolder.cpp:1260:33: note: Assignment 'canvas=nullptr', assigned value is 0
firefox-62.0/dom/base/StructuredCloneHolder.cpp:1265:13: note: Null pointer dereference
firefox-62.0/dom/base/StructuredCloneHolder.cpp:1288:56: warning: Possible null pointer dereference: bitmap [nullPointer]
firefox-62.0/dom/base/StructuredCloneHolder.cpp:1279:29: note: Assignment 'bitmap=nullptr', assigned value is 0
firefox-62.0/dom/base/StructuredCloneHolder.cpp:1288:56: note: Null pointer dereference
firefox-62.0/dom/base/StructuredCloneHolder.cpp:1295:9: warning: Possible null pointer dereference: bitmap [nullPointer]
firefox-62.0/dom/base/StructuredCloneHolder.cpp:1279:29: note: Assignment 'bitmap=nullptr', assigned value is 0
firefox-62.0/dom/base/StructuredCloneHolder.cpp:1295:9: note: Null pointer dereference
firefox-62.0/dom/base/StructuredCloneHolder.cpp:266:67: style: Function 'StructuredCloneHolder' argument 3 names different: declaration 'aStructuredCloneScope' definition 'aScope'. [funcArgNamesDifferent]
firefox-62.0/dom/base/StructuredCloneHolder.h:176:55: note: Function 'StructuredCloneHolder' argument 3 names different: declaration 'aStructuredCloneScope' definition 'aScope'.
firefox-62.0/dom/base/StructuredCloneHolder.cpp:266:67: note: Function 'StructuredCloneHolder' argument 3 names different: declaration 'aStructuredCloneScope' definition 'aScope'.
firefox-62.0/dom/base/StructuredCloneHolder.h:249:3: performance: Technically the member function 'mozilla::dom::StructuredCloneHolder::TakeTransferredPortsAsSequence' can be static. [functionStatic]
firefox-62.0/dom/base/StructuredCloneHolder.cpp:1383:24: note: Technically the member function 'mozilla::dom::StructuredCloneHolder::TakeTransferredPortsAsSequence' can be static.
firefox-62.0/dom/base/StructuredCloneHolder.h:249:3: note: Technically the member function 'mozilla::dom::StructuredCloneHolder::TakeTransferredPortsAsSequence' can be static.
firefox-62.0/dom/base/Text.cpp:163:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
firefox-62.0/dom/base/TimeoutManager.cpp:999:8: style: The scope of the variable 'seenRunningTimeout' can be reduced. [variableScope]
firefox-62.0/dom/base/WindowDestroyedEvent.cpp:33:3: performance: Variable 'mWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/base/WindowDestroyedEvent.cpp:44:3: performance: Variable 'mWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/base/nsAttrAndChildArray.cpp:755:5: warning: Possible null pointer dereference: aContent [nullPointer]
firefox-62.0/dom/base/nsAttrAndChildArray.cpp:483:25: note: Calling function 'GetModifiableMapped', 1st argument 'aContent' value is 0
firefox-62.0/dom/base/nsAttrAndChildArray.cpp:755:5: note: Null pointer dereference
firefox-62.0/dom/base/nsAttrAndChildArray.cpp:559:11: style: The scope of the variable 'idx' can be reduced. [variableScope]
firefox-62.0/dom/base/nsAttrAndChildArray.cpp:327:47: style: Function 'GetAttr' argument 1 names different: declaration 'aName' definition 'aLocalName'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsAttrAndChildArray.h:83:47: note: Function 'GetAttr' argument 1 names different: declaration 'aName' definition 'aLocalName'.
firefox-62.0/dom/base/nsAttrAndChildArray.cpp:327:47: note: Function 'GetAttr' argument 1 names different: declaration 'aName' definition 'aLocalName'.
firefox-62.0/dom/base/nsAttrAndChildArray.cpp:823:3: warning: Size of pointer 'mImpl' used instead of size of its data. [pointerSize]
firefox-62.0/dom/base/nsAttrAndChildArray.h:219:15: performance: Technically the member function 'nsAttrAndChildArray::SetChildAtPos' can be static. [functionStatic]
firefox-62.0/dom/base/nsAttrAndChildArray.cpp:930:22: note: Technically the member function 'nsAttrAndChildArray::SetChildAtPos' can be static.
firefox-62.0/dom/base/nsAttrAndChildArray.h:219:15: note: Technically the member function 'nsAttrAndChildArray::SetChildAtPos' can be static.
firefox-62.0/dom/base/nsAttrAndChildArray.cpp:411:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/dom/base/nsAttrAndChildArray.cpp:412:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/dom/base/nsAttrAndChildArray.cpp:446:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/dom/base/nsAttrAndChildArray.cpp:447:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/dom/base/nsAttrValue.cpp:425:49: style: Function 'SetToSerialized' argument 1 names different: declaration 'aValue' definition 'aOther'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsAttrValue.h:174:43: note: Function 'SetToSerialized' argument 1 names different: declaration 'aValue' definition 'aOther'.
firefox-62.0/dom/base/nsAttrValue.cpp:425:49: note: Function 'SetToSerialized' argument 1 names different: declaration 'aValue' definition 'aOther'.
firefox-62.0/dom/base/nsAttrValue.h:451:12: performance: Technically the member function 'nsAttrValue::GetEnumTableIndex' can be static. [functionStatic]
firefox-62.0/dom/base/nsAttrValue.cpp:1347:14: note: Technically the member function 'nsAttrValue::GetEnumTableIndex' can be static.
firefox-62.0/dom/base/nsAttrValue.h:451:12: note: Technically the member function 'nsAttrValue::GetEnumTableIndex' can be static.
firefox-62.0/dom/base/nsAttrValue.h:457:8: style: Technically the member function 'nsAttrValue::SetMiscAtomOrString' can be const. [functionConst]
firefox-62.0/dom/base/nsAttrValue.cpp:1723:14: note: Technically the member function 'nsAttrValue::SetMiscAtomOrString' can be const.
firefox-62.0/dom/base/nsAttrValue.h:457:8: note: Technically the member function 'nsAttrValue::SetMiscAtomOrString' can be const.
firefox-62.0/dom/base/nsAttrValue.h:458:8: style: Technically the member function 'nsAttrValue::ResetMiscAtomOrString' can be const. [functionConst]
firefox-62.0/dom/base/nsAttrValue.cpp:1774:14: note: Technically the member function 'nsAttrValue::ResetMiscAtomOrString' can be const.
firefox-62.0/dom/base/nsAttrValue.h:458:8: note: Technically the member function 'nsAttrValue::ResetMiscAtomOrString' can be const.
firefox-62.0/dom/base/nsAttrValue.h:475:5: performance: Technically the member function 'nsAttrValue::GetStringBuffer' can be static. [functionStatic]
firefox-62.0/dom/base/nsAttrValue.cpp:1891:14: note: Technically the member function 'nsAttrValue::GetStringBuffer' can be static.
firefox-62.0/dom/base/nsAttrValue.h:475:5: note: Technically the member function 'nsAttrValue::GetStringBuffer' can be static.
firefox-62.0/dom/base/nsAttrValue.cpp:1175:8: performance: Technically the member function 'AtomArrayStringComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/base/nsContentAreaDragDrop.cpp:73:8: performance: Technically the member function 'DragDataProducer::AddString' can be static. [functionStatic]
firefox-62.0/dom/base/nsContentAreaDragDrop.cpp:840:19: note: Technically the member function 'DragDataProducer::AddString' can be static.
firefox-62.0/dom/base/nsContentAreaDragDrop.cpp:73:8: note: Technically the member function 'DragDataProducer::AddString' can be static.
firefox-62.0/dom/base/nsContentList.cpp:462:38: style: Function 'WrapObject' argument 1 names different: declaration 'aCx' definition 'cx'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsContentList.h:318:43: note: Function 'WrapObject' argument 1 names different: declaration 'aCx' definition 'cx'.
firefox-62.0/dom/base/nsContentList.cpp:462:38: note: Function 'WrapObject' argument 1 names different: declaration 'aCx' definition 'cx'.
firefox-62.0/dom/base/nsContentList.cpp:612:38: style: Function 'GetElementAt' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsContentList.h:345:56: note: Function 'GetElementAt' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/base/nsContentList.cpp:612:38: note: Function 'GetElementAt' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/base/nsContentPermissionHelper.cpp:581:34: warning: Member variable 'nsContentPermissionRequestProxy::mParent' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/base/nsContentPermissionHelper.cpp:217:3: performance: Variable 'mType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/base/nsContentPermissionHelper.cpp:218:3: performance: Variable 'mAccess' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/base/nsContentPermissionHelper.cpp:219:3: performance: Variable 'mOptions' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/base/nsContentPolicy.cpp:75:48: style: Function 'CheckPolicy' argument 2 names different: declaration 'aURI' definition 'contentLocation'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsContentPolicy.h:38:34: note: Function 'CheckPolicy' argument 2 names different: declaration 'aURI' definition 'contentLocation'.
firefox-62.0/dom/base/nsContentPolicy.cpp:75:48: note: Function 'CheckPolicy' argument 2 names different: declaration 'aURI' definition 'contentLocation'.
firefox-62.0/dom/base/nsContentPolicy.cpp:76:48: style: Function 'CheckPolicy' argument 3 names different: declaration 'aLoadInfo' definition 'loadInfo'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsContentPolicy.h:39:39: note: Function 'CheckPolicy' argument 3 names different: declaration 'aLoadInfo' definition 'loadInfo'.
firefox-62.0/dom/base/nsContentPolicy.cpp:76:48: note: Function 'CheckPolicy' argument 3 names different: declaration 'aLoadInfo' definition 'loadInfo'.
firefox-62.0/dom/base/nsContentPolicy.cpp:77:48: style: Function 'CheckPolicy' argument 4 names different: declaration 'mimeGuess' definition 'mimeType'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsContentPolicy.h:40:44: note: Function 'CheckPolicy' argument 4 names different: declaration 'mimeGuess' definition 'mimeType'.
firefox-62.0/dom/base/nsContentPolicy.cpp:77:48: note: Function 'CheckPolicy' argument 4 names different: declaration 'mimeGuess' definition 'mimeType'.
firefox-62.0/dom/base/nsContentSink.cpp:1616:28: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
firefox-62.0/dom/base/nsContentSink.cpp:479:13: style: The scope of the variable 'endCh' can be reduced. [variableScope]
firefox-62.0/dom/base/nsContentSink.cpp:1287:41: style: Function 'NotifyAppend' argument 1 names different: declaration 'aContent' definition 'aContainer'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsContentSink.h:107:33: note: Function 'NotifyAppend' argument 1 names different: declaration 'aContent' definition 'aContainer'.
firefox-62.0/dom/base/nsContentSink.cpp:1287:41: note: Function 'NotifyAppend' argument 1 names different: declaration 'aContent' definition 'aContainer'.
firefox-62.0/dom/base/nsContentUtils.cpp:6569:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/base/nsContentUtils.cpp:6567:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/base/nsContentUtils.cpp:6569:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/base/nsContentUtils.cpp:1079:39: style: Function 'Atob' argument 1 names different: declaration 'aAsciiString' definition 'aAsciiBase64String'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsContentUtils.h:2566:41: note: Function 'Atob' argument 1 names different: declaration 'aAsciiString' definition 'aAsciiBase64String'.
firefox-62.0/dom/base/nsContentUtils.cpp:1079:39: note: Function 'Atob' argument 1 names different: declaration 'aAsciiString' definition 'aAsciiBase64String'.
firefox-62.0/dom/base/nsContentUtils.cpp:1833:76: style: Function 'ParseIntMarginValue' argument 2 names different: declaration 'aResult' definition 'result'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsContentUtils.h:562:74: note: Function 'ParseIntMarginValue' argument 2 names different: declaration 'aResult' definition 'result'.
firefox-62.0/dom/base/nsContentUtils.cpp:1833:76: note: Function 'ParseIntMarginValue' argument 2 names different: declaration 'aResult' definition 'result'.
firefox-62.0/dom/base/nsContentUtils.cpp:3395:41: style: Function 'SplitExpatName' argument 3 names different: declaration 'aTagName' definition 'aLocalName'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsContentUtils.h:717:39: note: Function 'SplitExpatName' argument 3 names different: declaration 'aTagName' definition 'aLocalName'.
firefox-62.0/dom/base/nsContentUtils.cpp:3395:41: note: Function 'SplitExpatName' argument 3 names different: declaration 'aTagName' definition 'aLocalName'.
firefox-62.0/dom/base/nsContentUtils.cpp:3535:50: style: Function 'GetOriginAttributes' argument 1 names different: declaration 'aDoc' definition 'aDocument'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsContentUtils.h:939:36: note: Function 'GetOriginAttributes' argument 1 names different: declaration 'aDoc' definition 'aDocument'.
firefox-62.0/dom/base/nsContentUtils.cpp:3535:50: note: Function 'GetOriginAttributes' argument 1 names different: declaration 'aDoc' definition 'aDocument'.
firefox-62.0/dom/base/nsContentUtils.cpp:3905:48: style: Function 'GetEventArgNames' argument 5 names different: declaration 'aArgNames' definition 'aArgArray'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsContentUtils.h:933:67: note: Function 'GetEventArgNames' argument 5 names different: declaration 'aArgNames' definition 'aArgArray'.
firefox-62.0/dom/base/nsContentUtils.cpp:3905:48: note: Function 'GetEventArgNames' argument 5 names different: declaration 'aArgNames' definition 'aArgArray'.
firefox-62.0/dom/base/nsContentUtils.cpp:8460:55: style: Function 'GetViewToDispatchEvent' argument 1 names different: declaration 'aPresContext' definition 'presContext'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsContentUtils.h:2836:56: note: Function 'GetViewToDispatchEvent' argument 1 names different: declaration 'aPresContext' definition 'presContext'.
firefox-62.0/dom/base/nsContentUtils.cpp:8460:55: note: Function 'GetViewToDispatchEvent' argument 1 names different: declaration 'aPresContext' definition 'presContext'.
firefox-62.0/dom/base/nsContentUtils.cpp:8461:55: style: Function 'GetViewToDispatchEvent' argument 2 names different: declaration 'aPresShell' definition 'presShell'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsContentUtils.h:2837:56: note: Function 'GetViewToDispatchEvent' argument 2 names different: declaration 'aPresShell' definition 'presShell'.
firefox-62.0/dom/base/nsContentUtils.cpp:8461:55: note: Function 'GetViewToDispatchEvent' argument 2 names different: declaration 'aPresShell' definition 'presShell'.
firefox-62.0/dom/base/nsContentUtils.cpp:8253:14: performance: Technically the member function '::GetSurfaceDataRawBuffer::Allocate' can be static. [functionStatic]
firefox-62.0/dom/base/nsContentUtils.cpp:9215:8: performance: Technically the member function '::StringBuilder::EncodeAttrString' can be static. [functionStatic]
firefox-62.0/dom/base/nsContentUtils.cpp:9238:8: performance: Technically the member function '::StringBuilder::EncodeTextFragment' can be static. [functionStatic]
firefox-62.0/dom/base/nsContentUtils.cpp:5698:63: performance: Function parameter 'aRunnable' should be passed by const reference. [passedByValue]
firefox-62.0/dom/base/nsDOMDataChannel.cpp:295:58: style: Function 'DoOnMessageAvailable' argument 1 names different: declaration 'aMessage' definition 'aData'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsDOMDataChannel.h:90:42: note: Function 'DoOnMessageAvailable' argument 1 names different: declaration 'aMessage' definition 'aData'.
firefox-62.0/dom/base/nsDOMDataChannel.cpp:295:58: note: Function 'DoOnMessageAvailable' argument 1 names different: declaration 'aMessage' definition 'aData'.
firefox-62.0/dom/base/nsDOMDataChannel.cpp:547:63: style: Function 'NS_NewDOMDataChannel' argument 1 names different: declaration 'dataChannel' definition 'aDataChannel'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsDOMDataChannelDeclarations.h:23:63: note: Function 'NS_NewDOMDataChannel' argument 1 names different: declaration 'dataChannel' definition 'aDataChannel'.
firefox-62.0/dom/base/nsDOMDataChannel.cpp:547:63: note: Function 'NS_NewDOMDataChannel' argument 1 names different: declaration 'dataChannel' definition 'aDataChannel'.
firefox-62.0/dom/base/nsDOMDataChannel.cpp:549:41: style: Function 'NS_NewDOMDataChannel' argument 3 names different: declaration 'domDataChannel' definition 'aDomDataChannel'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsDOMDataChannelDeclarations.h:25:41: note: Function 'NS_NewDOMDataChannel' argument 3 names different: declaration 'domDataChannel' definition 'aDomDataChannel'.
firefox-62.0/dom/base/nsDOMDataChannel.cpp:549:41: note: Function 'NS_NewDOMDataChannel' argument 3 names different: declaration 'domDataChannel' definition 'aDomDataChannel'.
firefox-62.0/dom/base/nsDOMMutationObserver.cpp:485:0: error: syntax error [syntaxError]
firefox-62.0/dom/base/nsDOMTokenList.cpp:158:55: style: Function 'CheckTokens' argument 1 names different: declaration 'aStr' definition 'aTokens'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsDOMTokenList.h:95:50: note: Function 'CheckTokens' argument 1 names different: declaration 'aStr' definition 'aTokens'.
firefox-62.0/dom/base/nsDOMTokenList.cpp:158:55: note: Function 'CheckTokens' argument 1 names different: declaration 'aStr' definition 'aTokens'.
firefox-62.0/dom/base/nsDOMWindowUtils.cpp:749:49: style: Function 'SendMouseEventCommon' argument 10 names different: declaration 'aIdentifier' definition 'aPointerId'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsDOMWindowUtils.h:101:44: note: Function 'SendMouseEventCommon' argument 10 names different: declaration 'aIdentifier' definition 'aPointerId'.
firefox-62.0/dom/base/nsDOMWindowUtils.cpp:749:49: note: Function 'SendMouseEventCommon' argument 10 names different: declaration 'aIdentifier' definition 'aPointerId'.
firefox-62.0/dom/base/nsDocument.cpp:1924:0: error: syntax error [syntaxError]
firefox-62.0/dom/base/nsDocumentEncoder.cpp:840:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/base/nsDocumentEncoder.cpp:838:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/base/nsDocumentEncoder.cpp:840:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/base/nsDocumentEncoder.cpp:1541:66: style: Function 'GetPromotedPoint' argument 6 names different: declaration 'aCommon' definition 'common'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsDocumentEncoder.cpp:1145:86: note: Function 'GetPromotedPoint' argument 6 names different: declaration 'aCommon' definition 'common'.
firefox-62.0/dom/base/nsDocumentEncoder.cpp:1541:66: note: Function 'GetPromotedPoint' argument 6 names different: declaration 'aCommon' definition 'common'.
firefox-62.0/dom/base/nsDocumentEncoder.cpp:1728:37: style: Function 'IsMozBR' argument 1 names different: declaration 'aNode' definition 'aElement'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsDocumentEncoder.cpp:1147:25: note: Function 'IsMozBR' argument 1 names different: declaration 'aNode' definition 'aElement'.
firefox-62.0/dom/base/nsDocumentEncoder.cpp:1728:37: note: Function 'IsMozBR' argument 1 names different: declaration 'aNode' definition 'aElement'.
firefox-62.0/dom/base/nsFocusManager.cpp:2805:9: style: Condition 'popupFrame' is always false [knownConditionTrueFalse]
firefox-62.0/dom/base/nsFocusManager.cpp:2745:26: note: Assignment 'popupFrame=nullptr', assigned value is 0
firefox-62.0/dom/base/nsFocusManager.cpp:2805:9: note: Condition 'popupFrame' is always false
firefox-62.0/dom/base/nsFocusManager.cpp:2601:16: style: The scope of the variable 'endOfSelectionInStartNode' can be reduced. [variableScope]
firefox-62.0/dom/base/nsFocusManager.cpp:1490:55: style: Function 'AdjustWindowFocus' argument 1 names different: declaration 'aNewWindow' definition 'aWindow'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsFocusManager.h:222:46: note: Function 'AdjustWindowFocus' argument 1 names different: declaration 'aNewWindow' definition 'aWindow'.
firefox-62.0/dom/base/nsFocusManager.cpp:1490:55: note: Function 'AdjustWindowFocus' argument 1 names different: declaration 'aNewWindow' definition 'aWindow'.
firefox-62.0/dom/base/nsFocusManager.cpp:1647:27: style: Function 'Blur' argument 4 names different: declaration 'aAdjustWidget' definition 'aAdjustWidgets'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsFocusManager.h:279:18: note: Function 'Blur' argument 4 names different: declaration 'aAdjustWidget' definition 'aAdjustWidgets'.
firefox-62.0/dom/base/nsFocusManager.cpp:1647:27: note: Function 'Blur' argument 4 names different: declaration 'aAdjustWidget' definition 'aAdjustWidgets'.
firefox-62.0/dom/base/nsFocusManager.cpp:2649:57: style: Function 'DetermineElementToMoveFocus' argument 2 names different: declaration 'aStart' definition 'aStartContent'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsFocusManager.h:435:52: note: Function 'DetermineElementToMoveFocus' argument 2 names different: declaration 'aStart' definition 'aStartContent'.
firefox-62.0/dom/base/nsFocusManager.cpp:2649:57: note: Function 'DetermineElementToMoveFocus' argument 2 names different: declaration 'aStart' definition 'aStartContent'.
firefox-62.0/dom/base/nsFocusManager.cpp:117:3: warning: Member variable 'nsDelayedBlurOrFocusEvent::mRelatedTarget' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/base/nsFocusManager.cpp:102:1: warning: The struct 'nsDelayedBlurOrFocusEvent' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/base/nsFrameLoader.cpp:2264:33: style: Function 'GetURL' argument 1 names different: declaration 'aURL' definition 'aURI'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsFrameLoader.h:332:25: note: Function 'GetURL' argument 1 names different: declaration 'aURL' definition 'aURI'.
firefox-62.0/dom/base/nsFrameLoader.cpp:2264:33: note: Function 'GetURL' argument 1 names different: declaration 'aURL' definition 'aURI'.
firefox-62.0/dom/base/nsFrameMessageManager.h:110:8: performance: Technically the member function 'mozilla::dom::ipc::MessageManagerCallback::BuildClonedMessageDataForParent' can be static. [functionStatic]
firefox-62.0/dom/base/nsFrameMessageManager.cpp:175:25: note: Technically the member function 'mozilla::dom::ipc::MessageManagerCallback::BuildClonedMessageDataForParent' can be static.
firefox-62.0/dom/base/nsFrameMessageManager.h:110:8: note: Technically the member function 'mozilla::dom::ipc::MessageManagerCallback::BuildClonedMessageDataForParent' can be static.
firefox-62.0/dom/base/nsFrameMessageManager.h:113:8: performance: Technically the member function 'mozilla::dom::ipc::MessageManagerCallback::BuildClonedMessageDataForChild' can be static. [functionStatic]
firefox-62.0/dom/base/nsFrameMessageManager.cpp:183:25: note: Technically the member function 'mozilla::dom::ipc::MessageManagerCallback::BuildClonedMessageDataForChild' can be static.
firefox-62.0/dom/base/nsFrameMessageManager.h:113:8: note: Technically the member function 'mozilla::dom::ipc::MessageManagerCallback::BuildClonedMessageDataForChild' can be static.
firefox-62.0/dom/base/nsFrameMessageManager.h:428:8: performance: Technically the member function 'nsMessageManagerScriptExecutor::DidCreateGlobal' can be static. [functionStatic]
firefox-62.0/dom/base/nsFrameMessageManager.cpp:1203:33: note: Technically the member function 'nsMessageManagerScriptExecutor::DidCreateGlobal' can be static.
firefox-62.0/dom/base/nsFrameMessageManager.h:428:8: note: Technically the member function 'nsMessageManagerScriptExecutor::DidCreateGlobal' can be static.
firefox-62.0/dom/base/nsFrameMessageManager.h:431:8: performance: Technically the member function 'nsMessageManagerScriptExecutor::TryCacheLoadAndCompileScript' can be static. [functionStatic]
firefox-62.0/dom/base/nsFrameMessageManager.cpp:1282:33: note: Technically the member function 'nsMessageManagerScriptExecutor::TryCacheLoadAndCompileScript' can be static.
firefox-62.0/dom/base/nsFrameMessageManager.h:431:8: note: Technically the member function 'nsMessageManagerScriptExecutor::TryCacheLoadAndCompileScript' can be static.
firefox-62.0/dom/base/nsGlobalWindowCommands.cpp:1103:59: style: Function 'RegisterWindowCommands' argument 1 names different: declaration 'ccm' definition 'inCommandTable'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsGlobalWindowCommands.h:23:70: note: Function 'RegisterWindowCommands' argument 1 names different: declaration 'ccm' definition 'inCommandTable'.
firefox-62.0/dom/base/nsGlobalWindowCommands.cpp:1103:59: note: Function 'RegisterWindowCommands' argument 1 names different: declaration 'ccm' definition 'inCommandTable'.
firefox-62.0/dom/base/nsGlobalWindowInner.cpp:1476:0: error: syntax error [syntaxError]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:2543:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:2549:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:2968:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:3175:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:3225:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:4404:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:4834:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:6204:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:6385:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:6394:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:6400:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:6406:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:6456:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:6586:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:6612:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:6619:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:6625:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:6674:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:6680:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:6686:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:6802:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:7257:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:7339:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:447:68: style: Function 'className' argument 2 names different: declaration 'wrapper' definition 'proxy'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:399:47: note: Function 'className' argument 2 names different: declaration 'wrapper' definition 'proxy'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:447:68: note: Function 'className' argument 2 names different: declaration 'wrapper' definition 'proxy'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:758:43: style: Function 'objectMoved' argument 1 names different: declaration 'proxy' definition 'obj'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:402:32: note: Function 'objectMoved' argument 1 names different: declaration 'proxy' definition 'obj'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:758:43: note: Function 'objectMoved' argument 1 names different: declaration 'proxy' definition 'obj'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:782:59: style: Function 'className' argument 2 names different: declaration 'wrapper' definition 'proxy'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:775:62: note: Function 'className' argument 2 names different: declaration 'wrapper' definition 'proxy'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:782:59: note: Function 'className' argument 2 names different: declaration 'wrapper' definition 'proxy'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:1357:62: style: Function 'PushPopupControlState' argument 1 names different: declaration 'state' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsGlobalWindowOuter.h:310:69: note: Function 'PushPopupControlState' argument 1 names different: declaration 'state' definition 'aState'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:1357:62: note: Function 'PushPopupControlState' argument 1 names different: declaration 'state' definition 'aState'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:1364:61: style: Function 'PopPopupControlState' argument 1 names different: declaration 'state' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsGlobalWindowOuter.h:311:55: note: Function 'PopPopupControlState' argument 1 names different: declaration 'state' definition 'aState'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:1364:61: note: Function 'PopPopupControlState' argument 1 names different: declaration 'state' definition 'aState'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:2966:54: style: Function 'GetControllers' argument 1 names different: declaration 'aControllers' definition 'aResult'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsGlobalWindowOuter.h:665:44: note: Function 'GetControllers' argument 1 names different: declaration 'aControllers' definition 'aResult'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:2966:54: note: Function 'GetControllers' argument 1 names different: declaration 'aControllers' definition 'aResult'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:3173:45: style: Function 'GetInnerWidth' argument 1 names different: declaration 'aWidth' definition 'aInnerWidth'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsGlobalWindowOuter.h:748:35: note: Function 'GetInnerWidth' argument 1 names different: declaration 'aWidth' definition 'aInnerWidth'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:3173:45: note: Function 'GetInnerWidth' argument 1 names different: declaration 'aWidth' definition 'aInnerWidth'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:3223:46: style: Function 'GetInnerHeight' argument 1 names different: declaration 'aHeight' definition 'aInnerHeight'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsGlobalWindowOuter.h:755:36: note: Function 'GetInnerHeight' argument 1 names different: declaration 'aHeight' definition 'aInnerHeight'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:3223:46: note: Function 'GetInnerHeight' argument 1 names different: declaration 'aHeight' definition 'aInnerHeight'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:3590:56: style: Function 'SetDocShellWidthAndHeight' argument 1 names different: declaration 'width' definition 'aInnerWidth'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsGlobalWindowOuter.h:935:46: note: Function 'SetDocShellWidthAndHeight' argument 1 names different: declaration 'width' definition 'aInnerWidth'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:3590:56: note: Function 'SetDocShellWidthAndHeight' argument 1 names different: declaration 'width' definition 'aInnerWidth'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:3590:77: style: Function 'SetDocShellWidthAndHeight' argument 2 names different: declaration 'height' definition 'aInnerHeight'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsGlobalWindowOuter.h:935:61: note: Function 'SetDocShellWidthAndHeight' argument 2 names different: declaration 'height' definition 'aInnerHeight'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:3590:77: note: Function 'SetDocShellWidthAndHeight' argument 2 names different: declaration 'height' definition 'aInnerHeight'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:3606:59: style: Function 'SetCSSViewportWidthAndHeight' argument 1 names different: declaration 'width' definition 'aInnerWidth'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsGlobalWindowOuter.h:933:45: note: Function 'SetCSSViewportWidthAndHeight' argument 1 names different: declaration 'width' definition 'aInnerWidth'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:3606:59: note: Function 'SetCSSViewportWidthAndHeight' argument 1 names different: declaration 'width' definition 'aInnerWidth'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:3606:80: style: Function 'SetCSSViewportWidthAndHeight' argument 2 names different: declaration 'height' definition 'aInnerHeight'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsGlobalWindowOuter.h:933:60: note: Function 'SetCSSViewportWidthAndHeight' argument 2 names different: declaration 'height' definition 'aInnerHeight'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:3606:80: note: Function 'SetCSSViewportWidthAndHeight' argument 2 names different: declaration 'height' definition 'aInnerHeight'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:4177:49: style: Function 'SetFullscreenInternal' argument 2 names different: declaration 'aIsFullscreen' definition 'aFullScreen'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsGlobalWindowOuter.h:359:36: note: Function 'SetFullscreenInternal' argument 2 names different: declaration 'aIsFullscreen' definition 'aFullScreen'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:4177:49: note: Function 'SetFullscreenInternal' argument 2 names different: declaration 'aIsFullscreen' definition 'aFullScreen'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:7255:82: style: Function 'UpdateVRDisplays' argument 1 names different: declaration 'aDisplays' definition 'aDevices'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsGlobalWindowOuter.h:506:68: note: Function 'UpdateVRDisplays' argument 1 names different: declaration 'aDisplays' definition 'aDevices'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:7255:82: note: Function 'UpdateVRDisplays' argument 1 names different: declaration 'aDisplays' definition 'aDevices'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:7377:75: style: Function 'SetOpenerForInitialContentBrowser' argument 1 names different: declaration 'aOpener' definition 'aOpenerWindow'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsPIDOMWindow.h:1143:62: note: Function 'SetOpenerForInitialContentBrowser' argument 1 names different: declaration 'aOpener' definition 'aOpenerWindow'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:7377:75: note: Function 'SetOpenerForInitialContentBrowser' argument 1 names different: declaration 'aOpener' definition 'aOpenerWindow'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:7575:32: style: Function 'TemporarilyDisableDialogs' argument 1 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsGlobalWindowOuter.h:409:40: note: Function 'TemporarilyDisableDialogs' argument 1 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:7575:32: note: Function 'TemporarilyDisableDialogs' argument 1 names different: declaration 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM' definition 'MOZ_GUARD_OBJECT_NOTIFIER_PARAM_IN_IMPL'.
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:777:41: warning: The class 'nsChromeOuterWindowProxy' defines member variable with name 'singleton' also defined in its parent class 'nsOuterWindowProxy'. [duplInheritedMember]
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:411:35: note: Parent variable 'nsOuterWindowProxy::singleton'
firefox-62.0/dom/base/nsGlobalWindowOuter.cpp:777:41: note: Derived variable 'nsChromeOuterWindowProxy::singleton'
firefox-62.0/dom/base/nsXHTMLContentSerializer.h:134:3: warning: The struct 'olState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/base/nsINode.cpp:651:32: style: Function 'GetBaseURI' argument 1 names different: declaration 'aBaseURI' definition 'aURI'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsINode.h:1741:47: note: Function 'GetBaseURI' argument 1 names different: declaration 'aBaseURI' definition 'aURI'.
firefox-62.0/dom/base/nsINode.cpp:651:32: note: Function 'GetBaseURI' argument 1 names different: declaration 'aBaseURI' definition 'aURI'.
firefox-62.0/dom/base/nsINode.cpp:689:40: style: Function 'LookupPrefix' argument 1 names different: declaration 'aNamespace' definition 'aNamespaceURI'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsINode.h:1357:38: note: Function 'LookupPrefix' argument 1 names different: declaration 'aNamespace' definition 'aNamespaceURI'.
firefox-62.0/dom/base/nsINode.cpp:689:40: note: Function 'LookupPrefix' argument 1 names different: declaration 'aNamespace' definition 'aNamespaceURI'.
firefox-62.0/dom/base/nsINode.cpp:689:66: style: Function 'LookupPrefix' argument 2 names different: declaration 'aResult' definition 'aPrefix'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsINode.h:1357:61: note: Function 'LookupPrefix' argument 2 names different: declaration 'aResult' definition 'aPrefix'.
firefox-62.0/dom/base/nsINode.cpp:689:66: note: Function 'LookupPrefix' argument 2 names different: declaration 'aResult' definition 'aPrefix'.
firefox-62.0/dom/base/nsINode.cpp:733:43: style: Function 'CompareDocumentPosition' argument 1 names different: declaration 'aOther' definition 'aOtherNode'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsINode.h:1753:45: note: Function 'CompareDocumentPosition' argument 1 names different: declaration 'aOther' definition 'aOtherNode'.
firefox-62.0/dom/base/nsINode.cpp:733:43: note: Function 'CompareDocumentPosition' argument 1 names different: declaration 'aOther' definition 'aOtherNode'.
firefox-62.0/dom/base/nsINode.cpp:851:30: style: Function 'IsSameNode' argument 1 names different: declaration 'aNode' definition 'other'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsINode.h:1788:28: note: Function 'IsSameNode' argument 1 names different: declaration 'aNode' definition 'other'.
firefox-62.0/dom/base/nsINode.cpp:851:30: note: Function 'IsSameNode' argument 1 names different: declaration 'aNode' definition 'other'.
firefox-62.0/dom/base/nsINode.cpp:857:31: style: Function 'IsEqualNode' argument 1 names different: declaration 'aNode' definition 'aOther'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsINode.h:1789:29: note: Function 'IsEqualNode' argument 1 names different: declaration 'aNode' definition 'aOther'.
firefox-62.0/dom/base/nsINode.cpp:857:31: note: Function 'IsEqualNode' argument 1 names different: declaration 'aNode' definition 'aOther'.
firefox-62.0/dom/base/nsImageLoadingContent.cpp:196:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/dom/base/nsJSEnvironment.cpp:1284:23: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
firefox-62.0/dom/base/nsJSEnvironment.cpp:1282:21: note: outer condition: aDeadline<now
firefox-62.0/dom/base/nsJSEnvironment.cpp:1284:23: note: opposite inner condition: aDeadline>startTimeStamp
firefox-62.0/dom/base/nsJSEnvironment.cpp:689:93: style: Function 'SetProperty' argument 3 names different: declaration 'aVal' definition 'aArgs'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsJSEnvironment.h:51:99: note: Function 'SetProperty' argument 3 names different: declaration 'aVal' definition 'aArgs'.
firefox-62.0/dom/base/nsJSEnvironment.cpp:689:93: note: Function 'SetProperty' argument 3 names different: declaration 'aVal' definition 'aArgs'.
firefox-62.0/dom/base/nsJSEnvironment.cpp:1160:42: style: Function 'SetProcessingScriptTag' argument 1 names different: declaration 'aResult' definition 'aFlag'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsJSEnvironment.h:54:44: note: Function 'SetProcessingScriptTag' argument 1 names different: declaration 'aResult' definition 'aFlag'.
firefox-62.0/dom/base/nsJSEnvironment.cpp:1160:42: note: Function 'SetProcessingScriptTag' argument 1 names different: declaration 'aResult' definition 'aFlag'.
firefox-62.0/dom/base/nsJSEnvironment.cpp:1176:53: style: Function 'GarbageCollectNow' argument 1 names different: declaration 'reason' definition 'aReason'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsJSEnvironment.h:80:54: note: Function 'GarbageCollectNow' argument 1 names different: declaration 'reason' definition 'aReason'.
firefox-62.0/dom/base/nsJSEnvironment.cpp:1176:53: note: Function 'GarbageCollectNow' argument 1 names different: declaration 'reason' definition 'aReason'.
firefox-62.0/dom/base/nsJSEnvironment.cpp:2930:56: style: Function 'NS_CreateJSArgv' argument 2 names different: declaration 'aArgc' definition 'argc'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsDOMJSUtils.h:22:56: note: Function 'NS_CreateJSArgv' argument 2 names different: declaration 'aArgc' definition 'argc'.
firefox-62.0/dom/base/nsJSEnvironment.cpp:2930:56: note: Function 'NS_CreateJSArgv' argument 2 names different: declaration 'aArgc' definition 'argc'.
firefox-62.0/dom/base/nsJSEnvironment.cpp:2931:43: style: Function 'NS_CreateJSArgv' argument 3 names different: declaration 'aArgv' definition 'argv'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsDOMJSUtils.h:23:43: note: Function 'NS_CreateJSArgv' argument 3 names different: declaration 'aArgv' definition 'argv'.
firefox-62.0/dom/base/nsJSEnvironment.cpp:2931:43: note: Function 'NS_CreateJSArgv' argument 3 names different: declaration 'aArgv' definition 'argv'.
firefox-62.0/dom/base/nsJSTimeoutHandler.cpp:152:0: error: syntax error [syntaxError]
firefox-62.0/dom/base/nsJSUtils.h:183:27: performance: Technically the member function 'nsJSUtils::ExecutionContext::DecodeBinASTJoinAndExec' can be static. [functionStatic]
firefox-62.0/dom/base/nsJSUtils.cpp:348:30: note: Technically the member function 'nsJSUtils::ExecutionContext::DecodeBinASTJoinAndExec' can be static.
firefox-62.0/dom/base/nsJSUtils.h:183:27: note: Technically the member function 'nsJSUtils::ExecutionContext::DecodeBinASTJoinAndExec' can be static.
firefox-62.0/dom/base/nsJSUtils.h:187:14: performance: Technically the member function 'nsJSUtils::ExecutionContext::DecodeBinASTAndExec' can be static. [functionStatic]
firefox-62.0/dom/base/nsJSUtils.cpp:387:30: note: Technically the member function 'nsJSUtils::ExecutionContext::DecodeBinASTAndExec' can be static.
firefox-62.0/dom/base/nsJSUtils.h:187:14: note: Technically the member function 'nsJSUtils::ExecutionContext::DecodeBinASTAndExec' can be static.
firefox-62.0/dom/base/nsLineBreaker.h:205:8: performance: Technically the member function 'nsLineBreaker::FindHyphenationPoints' can be static. [functionStatic]
firefox-62.0/dom/base/nsLineBreaker.cpp:312:16: note: Technically the member function 'nsLineBreaker::FindHyphenationPoints' can be static.
firefox-62.0/dom/base/nsLineBreaker.h:205:8: note: Technically the member function 'nsLineBreaker::FindHyphenationPoints' can be static.
firefox-62.0/dom/base/nsMappedAttributes.cpp:91:47: style: Function 'operatornew' argument 1 names different: declaration 'size' definition 'aSize'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsMappedAttributes.h:31:29: note: Function 'operatornew' argument 1 names different: declaration 'size' definition 'aSize'.
firefox-62.0/dom/base/nsMappedAttributes.cpp:91:47: note: Function 'operatornew' argument 1 names different: declaration 'size' definition 'aSize'.
firefox-62.0/dom/base/nsMappedAttributes.cpp:205:54: style: Function 'Equals' argument 1 names different: declaration 'aAttributes' definition 'aOther'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsMappedAttributes.h:46:41: note: Function 'Equals' argument 1 names different: declaration 'aAttributes' definition 'aOther'.
firefox-62.0/dom/base/nsMappedAttributes.cpp:205:54: note: Function 'Equals' argument 1 names different: declaration 'aAttributes' definition 'aOther'.
firefox-62.0/dom/base/nsMappedAttributes.cpp:308:64: style: Function 'LazilyResolveServoDeclaration' argument 1 names different: declaration 'aDocument' definition 'aDoc'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsMappedAttributes.h:77:51: note: Function 'LazilyResolveServoDeclaration' argument 1 names different: declaration 'aDocument' definition 'aDoc'.
firefox-62.0/dom/base/nsMappedAttributes.cpp:308:64: note: Function 'LazilyResolveServoDeclaration' argument 1 names different: declaration 'aDocument' definition 'aDoc'.
firefox-62.0/dom/base/nsMappedAttributes.cpp:42:21: warning: Member variable 'nsMappedAttributes::mAttrs' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/base/nsMappedAttributes.cpp:52:21: warning: Member variable 'nsMappedAttributes::mAttrs' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/dom/base/nsMappedAttributes.h:24:1: warning: The class 'nsMappedAttributes' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/base/nsMimeTypeArray.cpp:223:38: style: Function 'GetDescription' argument 1 names different: declaration 'retval' definition 'aRetval'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsMimeTypeArray.h:79:33: note: Function 'GetDescription' argument 1 names different: declaration 'retval' definition 'aRetval'.
firefox-62.0/dom/base/nsMimeTypeArray.cpp:223:38: note: Function 'GetDescription' argument 1 names different: declaration 'retval' definition 'aRetval'.
firefox-62.0/dom/base/nsMimeTypeArray.cpp:240:35: style: Function 'GetSuffixes' argument 1 names different: declaration 'retval' definition 'aRetval'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsMimeTypeArray.h:81:30: note: Function 'GetSuffixes' argument 1 names different: declaration 'retval' definition 'aRetval'.
firefox-62.0/dom/base/nsMimeTypeArray.cpp:240:35: note: Function 'GetSuffixes' argument 1 names different: declaration 'retval' definition 'aRetval'.
firefox-62.0/dom/base/nsMimeTypeArray.cpp:246:31: style: Function 'GetType' argument 1 names different: declaration 'retval' definition 'aRetval'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsMimeTypeArray.h:82:26: note: Function 'GetType' argument 1 names different: declaration 'retval' definition 'aRetval'.
firefox-62.0/dom/base/nsMimeTypeArray.cpp:246:31: note: Function 'GetType' argument 1 names different: declaration 'retval' definition 'aRetval'.
firefox-62.0/dom/base/nsNameSpaceManager.cpp:102:64: performance: Function parameter 'aURI' should be passed by const reference. [passedByValue]
firefox-62.0/dom/base/nsNameSpaceManager.cpp:243:68: performance: Function parameter 'aURI' should be passed by const reference. [passedByValue]
firefox-62.0/dom/base/nsNameSpaceManager.cpp:260:67: performance: Function parameter 'aURI' should be passed by const reference. [passedByValue]
firefox-62.0/dom/base/nsObjectLoadingContent.cpp:2063:9: style: Condition 'allowLoad' is always true [knownConditionTrueFalse]
firefox-62.0/dom/base/nsObjectLoadingContent.cpp:2057:22: note: Assignment 'allowLoad=true', assigned value is 1
firefox-62.0/dom/base/nsObjectLoadingContent.cpp:2063:9: note: Condition 'allowLoad' is always true
firefox-62.0/dom/base/nsObjectLoadingContent.cpp:606:41: style: Function 'BindToTree' argument 4 names different: declaration 'aCompileEventHandler' definition 'aCompileEventHandlers'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsObjectLoadingContent.h:342:30: note: Function 'BindToTree' argument 4 names different: declaration 'aCompileEventHandler' definition 'aCompileEventHandlers'.
firefox-62.0/dom/base/nsObjectLoadingContent.cpp:606:41: note: Function 'BindToTree' argument 4 names different: declaration 'aCompileEventHandler' definition 'aCompileEventHandlers'.
firefox-62.0/dom/base/nsObjectLoadingContent.cpp:1132:64: style: Function 'PresetOpenerWindow' argument 1 names different: declaration 'aOpenerWindow' definition 'aWindow'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsObjectLoadingContent.h:260:49: note: Function 'PresetOpenerWindow' argument 1 names different: declaration 'aOpenerWindow' definition 'aWindow'.
firefox-62.0/dom/base/nsObjectLoadingContent.cpp:1132:64: note: Function 'PresetOpenerWindow' argument 1 names different: declaration 'aOpenerWindow' definition 'aWindow'.
firefox-62.0/dom/base/nsObjectLoadingContent.cpp:1341:91: style: Function 'MaybeRewriteYoutubeEmbed' argument 3 names different: declaration 'aRewrittenURI' definition 'aOutURI'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsObjectLoadingContent.h:602:44: note: Function 'MaybeRewriteYoutubeEmbed' argument 3 names different: declaration 'aRewrittenURI' definition 'aOutURI'.
firefox-62.0/dom/base/nsObjectLoadingContent.cpp:1341:91: note: Function 'MaybeRewriteYoutubeEmbed' argument 3 names different: declaration 'aRewrittenURI' definition 'aOutURI'.
firefox-62.0/dom/base/nsOpenURIInFrameParams.h:17:1: style: The class 'nsOpenURIInFrameParams' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/base/nsPlainTextSerializer.cpp:1596:11: style: The scope of the variable 'newline' can be reduced. [variableScope]
firefox-62.0/dom/base/nsPlainTextSerializer.cpp:1730:11: style: The scope of the variable 'nextpos' can be reduced. [variableScope]
firefox-62.0/dom/base/nsPlainTextSerializer.cpp:2059:11: style: The scope of the variable 'w' can be reduced. [variableScope]
firefox-62.0/dom/base/nsPlainTextSerializer.cpp:1068:39: style: Function 'DoAddText' argument 1 names different: declaration 'aIsWhitespace' definition 'aIsLineBreak'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsPlainTextSerializer.h:110:23: note: Function 'DoAddText' argument 1 names different: declaration 'aIsWhitespace' definition 'aIsLineBreak'.
firefox-62.0/dom/base/nsPlainTextSerializer.cpp:1068:39: note: Function 'DoAddText' argument 1 names different: declaration 'aIsWhitespace' definition 'aIsLineBreak'.
firefox-62.0/dom/base/nsPlainTextSerializer.cpp:1269:51: style: Function 'AddToLine' argument 1 names different: declaration 'aStringToAdd' definition 'aLineFragment'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsPlainTextSerializer.h:90:34: note: Function 'AddToLine' argument 1 names different: declaration 'aStringToAdd' definition 'aLineFragment'.
firefox-62.0/dom/base/nsPlainTextSerializer.cpp:1269:51: note: Function 'AddToLine' argument 1 names different: declaration 'aStringToAdd' definition 'aLineFragment'.
firefox-62.0/dom/base/nsPlainTextSerializer.cpp:1270:42: style: Function 'AddToLine' argument 2 names different: declaration 'aLength' definition 'aLineFragmentLength'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsPlainTextSerializer.h:90:56: note: Function 'AddToLine' argument 2 names different: declaration 'aLength' definition 'aLineFragmentLength'.
firefox-62.0/dom/base/nsPlainTextSerializer.cpp:1270:42: note: Function 'AddToLine' argument 2 names different: declaration 'aLength' definition 'aLineFragmentLength'.
firefox-62.0/dom/base/nsPlainTextSerializer.cpp:1443:37: style: Function 'EndLine' argument 1 names different: declaration 'softlinebreak' definition 'aSoftlinebreak'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsPlainTextSerializer.h:91:21: note: Function 'EndLine' argument 1 names different: declaration 'softlinebreak' definition 'aSoftlinebreak'.
firefox-62.0/dom/base/nsPlainTextSerializer.cpp:1443:37: note: Function 'EndLine' argument 1 names different: declaration 'softlinebreak' definition 'aSoftlinebreak'.
firefox-62.0/dom/base/nsPlainTextSerializer.cpp:1584:47: style: Function 'Write' argument 1 names different: declaration 'aString' definition 'aStr'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsPlainTextSerializer.h:96:31: note: Function 'Write' argument 1 names different: declaration 'aString' definition 'aStr'.
firefox-62.0/dom/base/nsPlainTextSerializer.cpp:1584:47: note: Function 'Write' argument 1 names different: declaration 'aString' definition 'aStr'.
firefox-62.0/dom/base/nsPlainTextSerializer.cpp:83:24: warning: Member variable 'nsPlainTextSerializer::mFlags' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/base/nsPlainTextSerializer.cpp:83:24: warning: Member variable 'nsPlainTextSerializer::mFloatingLines' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/base/nsPlainTextSerializer.cpp:83:24: warning: Member variable 'nsPlainTextSerializer::mLineBreakDue' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/base/nsPluginArray.cpp:252:64: style: Function 'NotifyHiddenPluginTouched' argument 1 names different: declaration 'aElement' definition 'aHiddenElement'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsPluginArray.h:47:58: note: Function 'NotifyHiddenPluginTouched' argument 1 names different: declaration 'aElement' definition 'aHiddenElement'.
firefox-62.0/dom/base/nsPluginArray.cpp:252:64: note: Function 'NotifyHiddenPluginTouched' argument 1 names different: declaration 'aElement' definition 'aHiddenElement'.
firefox-62.0/dom/base/nsPluginArray.cpp:466:32: style: Function 'Item' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsPluginArray.h:101:29: note: Function 'Item' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/base/nsPluginArray.cpp:466:32: note: Function 'Item' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/base/nsPluginArray.cpp:474:45: style: Function 'NamedItem' argument 1 names different: declaration 'name' definition 'aName'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsPluginArray.h:102:42: note: Function 'NamedItem' argument 1 names different: declaration 'name' definition 'aName'.
firefox-62.0/dom/base/nsPluginArray.cpp:474:45: note: Function 'NamedItem' argument 1 names different: declaration 'name' definition 'aName'.
firefox-62.0/dom/base/nsPluginArray.cpp:481:41: style: Function 'IndexedGetter' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsPluginArray.h:103:38: note: Function 'IndexedGetter' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/base/nsPluginArray.cpp:481:41: note: Function 'IndexedGetter' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/base/nsPluginArray.cpp:481:55: style: Function 'IndexedGetter' argument 2 names different: declaration 'found' definition 'aFound'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsPluginArray.h:103:51: note: Function 'IndexedGetter' argument 2 names different: declaration 'found' definition 'aFound'.
firefox-62.0/dom/base/nsPluginArray.cpp:481:55: note: Function 'IndexedGetter' argument 2 names different: declaration 'found' definition 'aFound'.
firefox-62.0/dom/base/nsPluginArray.cpp:495:47: style: Function 'NamedGetter' argument 1 names different: declaration 'name' definition 'aName'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsPluginArray.h:104:44: note: Function 'NamedGetter' argument 1 names different: declaration 'name' definition 'aName'.
firefox-62.0/dom/base/nsPluginArray.cpp:495:47: note: Function 'NamedGetter' argument 1 names different: declaration 'name' definition 'aName'.
firefox-62.0/dom/base/nsPluginArray.cpp:495:60: style: Function 'NamedGetter' argument 2 names different: declaration 'found' definition 'aFound'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsPluginArray.h:104:56: note: Function 'NamedGetter' argument 2 names different: declaration 'found' definition 'aFound'.
firefox-62.0/dom/base/nsPluginArray.cpp:495:60: note: Function 'NamedGetter' argument 2 names different: declaration 'found' definition 'aFound'.
firefox-62.0/dom/base/nsPropertyTable.cpp:126:46: style: Function 'EnumerateAll' argument 1 names different: declaration 'aCallback' definition 'aCallBack'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsPropertyTable.h:142:36: note: Function 'EnumerateAll' argument 1 names different: declaration 'aCallback' definition 'aCallBack'.
firefox-62.0/dom/base/nsPropertyTable.cpp:126:46: note: Function 'EnumerateAll' argument 1 names different: declaration 'aCallback' definition 'aCallBack'.
firefox-62.0/dom/base/nsPropertyTable.cpp:141:48: style: Function 'GetPropertyInternal' argument 4 names different: declaration 'aStatus' definition 'aResult'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsPropertyTable.h:174:39: note: Function 'GetPropertyInternal' argument 4 names different: declaration 'aStatus' definition 'aResult'.
firefox-62.0/dom/base/nsPropertyTable.cpp:141:48: note: Function 'GetPropertyInternal' argument 4 names different: declaration 'aStatus' definition 'aResult'.
firefox-62.0/dom/base/nsPropertyTable.cpp:171:57: style: Function 'SetPropertyInternal' argument 4 names different: declaration 'aDtor' definition 'aPropDtorFunc'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsPropertyTable.h:178:52: note: Function 'SetPropertyInternal' argument 4 names different: declaration 'aDtor' definition 'aPropDtorFunc'.
firefox-62.0/dom/base/nsPropertyTable.cpp:171:57: note: Function 'SetPropertyInternal' argument 4 names different: declaration 'aDtor' definition 'aPropDtorFunc'.
firefox-62.0/dom/base/nsPropertyTable.cpp:172:44: style: Function 'SetPropertyInternal' argument 5 names different: declaration 'aDtorData' definition 'aPropDtorData'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsPropertyTable.h:179:38: note: Function 'SetPropertyInternal' argument 5 names different: declaration 'aDtorData' definition 'aPropDtorData'.
firefox-62.0/dom/base/nsPropertyTable.cpp:172:44: note: Function 'SetPropertyInternal' argument 5 names different: declaration 'aDtorData' definition 'aPropDtorData'.
firefox-62.0/dom/base/nsPropertyTable.h:100:12: style: Technically the member function 'nsPropertyTable::DeleteProperty' can be const. [functionConst]
firefox-62.0/dom/base/nsPropertyTable.cpp:218:18: note: Technically the member function 'nsPropertyTable::DeleteProperty' can be const.
firefox-62.0/dom/base/nsPropertyTable.h:100:12: note: Technically the member function 'nsPropertyTable::DeleteProperty' can be const.
firefox-62.0/dom/base/nsPropertyTable.h:118:8: style: Technically the member function 'nsPropertyTable::DeleteAllPropertiesFor' can be const. [functionConst]
firefox-62.0/dom/base/nsPropertyTable.cpp:74:18: note: Technically the member function 'nsPropertyTable::DeleteAllPropertiesFor' can be const.
firefox-62.0/dom/base/nsPropertyTable.h:118:8: note: Technically the member function 'nsPropertyTable::DeleteAllPropertiesFor' can be const.
firefox-62.0/dom/base/nsPropertyTable.h:135:8: style: Technically the member function 'nsPropertyTable::Enumerate' can be const. [functionConst]
firefox-62.0/dom/base/nsPropertyTable.cpp:111:18: note: Technically the member function 'nsPropertyTable::Enumerate' can be const.
firefox-62.0/dom/base/nsPropertyTable.h:135:8: note: Technically the member function 'nsPropertyTable::Enumerate' can be const.
firefox-62.0/dom/base/nsPropertyTable.h:142:8: style: Technically the member function 'nsPropertyTable::EnumerateAll' can be const. [functionConst]
firefox-62.0/dom/base/nsPropertyTable.cpp:126:18: note: Technically the member function 'nsPropertyTable::EnumerateAll' can be const.
firefox-62.0/dom/base/nsPropertyTable.h:142:8: note: Technically the member function 'nsPropertyTable::EnumerateAll' can be const.
firefox-62.0/dom/base/nsPropertyTable.cpp:44:8: style: Technically the member function 'PropertyList::Equals' can be const. [functionConst]
firefox-62.0/dom/base/nsRange.cpp:741:8: style: The scope of the variable 'gravitateEnd' can be reduced. [variableScope]
firefox-62.0/dom/base/nsRange.cpp:2026:8: style: The scope of the variable 'handled' can be reduced. [variableScope]
firefox-62.0/dom/base/nsRange.cpp:2058:16: style: The scope of the variable 'dataLength' can be reduced. [variableScope]
firefox-62.0/dom/base/nsRange.cpp:45:32: style: Function 'WrapObject' argument 1 names different: declaration 'cx' definition 'aCx'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsRange.h:363:35: note: Function 'WrapObject' argument 1 names different: declaration 'cx' definition 'aCx'.
firefox-62.0/dom/base/nsRange.cpp:45:32: note: Function 'WrapObject' argument 1 names different: declaration 'cx' definition 'aCx'.
firefox-62.0/dom/base/nsRange.cpp:312:31: style: Function 'CreateRange' argument 3 names different: declaration 'aEndContainer' definition 'aEndParent'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsRange.h:58:40: note: Function 'CreateRange' argument 3 names different: declaration 'aEndContainer' definition 'aEndParent'.
firefox-62.0/dom/base/nsRange.cpp:312:31: note: Function 'CreateRange' argument 3 names different: declaration 'aEndContainer' definition 'aEndParent'.
firefox-62.0/dom/base/nsRange.cpp:1639:8: style: Technically the member function 'RangeSubtreeIterator::IsDone' can be const. [functionConst]
firefox-62.0/dom/base/nsStyleLinkElement.cpp:132:29: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
firefox-62.0/dom/base/nsTextFragment.cpp:102:17: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
firefox-62.0/dom/base/nsTextFragment.h:223:8: style: Technically the member function 'nsTextFragment::CopyTo' can be const. [functionConst]
firefox-62.0/dom/base/nsTextFragment.cpp:336:17: note: Technically the member function 'nsTextFragment::CopyTo' can be const.
firefox-62.0/dom/base/nsTextFragment.h:223:8: note: Technically the member function 'nsTextFragment::CopyTo' can be const.
firefox-62.0/dom/base/nsTextFragment.h:37:1: warning: The class 'nsTextFragment' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-62.0/dom/base/nsTreeSanitizer.h:115:10: style: Technically the member function 'nsTreeSanitizer::MustFlatten' can be const. [functionConst]
firefox-62.0/dom/base/nsTreeSanitizer.cpp:965:18: note: Technically the member function 'nsTreeSanitizer::MustFlatten' can be const.
firefox-62.0/dom/base/nsTreeSanitizer.h:115:10: note: Technically the member function 'nsTreeSanitizer::MustFlatten' can be const.
firefox-62.0/dom/base/nsTreeSanitizer.h:125:10: style: Technically the member function 'nsTreeSanitizer::MustPrune' can be const. [functionConst]
firefox-62.0/dom/base/nsTreeSanitizer.cpp:1015:18: note: Technically the member function 'nsTreeSanitizer::MustPrune' can be const.
firefox-62.0/dom/base/nsTreeSanitizer.h:125:10: note: Technically the member function 'nsTreeSanitizer::MustPrune' can be const.
firefox-62.0/dom/base/nsTreeSanitizer.h:136:10: performance: Technically the member function 'nsTreeSanitizer::IsURL' can be static. [functionStatic]
firefox-62.0/dom/base/nsTreeSanitizer.cpp:1002:18: note: Technically the member function 'nsTreeSanitizer::IsURL' can be static.
firefox-62.0/dom/base/nsTreeSanitizer.h:136:10: note: Technically the member function 'nsTreeSanitizer::IsURL' can be static.
firefox-62.0/dom/base/nsTreeSanitizer.h:214:10: style: Technically the member function 'nsTreeSanitizer::LogMessage' can be const. [functionConst]
firefox-62.0/dom/base/nsTreeSanitizer.cpp:1520:18: note: Technically the member function 'nsTreeSanitizer::LogMessage' can be const.
firefox-62.0/dom/base/nsTreeSanitizer.h:214:10: note: Technically the member function 'nsTreeSanitizer::LogMessage' can be const.
firefox-62.0/dom/base/nsWindowMemoryReporter.cpp:470:25: style: Condition 'frameSundriesSize>0' is always false [knownConditionTrueFalse]
firefox-62.0/dom/base/nsWindowMemoryReporter.cpp:452:30: note: Assignment 'frameSundriesSize=0', assigned value is 0
firefox-62.0/dom/base/nsWindowMemoryReporter.cpp:470:25: note: Condition 'frameSundriesSize>0' is always false
firefox-62.0/dom/base/nsWindowMemoryReporter.cpp:494:25: style: Condition 'styleSundriesSize>0' is always false [knownConditionTrueFalse]
firefox-62.0/dom/base/nsWindowMemoryReporter.cpp:478:30: note: Assignment 'styleSundriesSize=0', assigned value is 0
firefox-62.0/dom/base/nsWindowMemoryReporter.cpp:494:25: note: Condition 'styleSundriesSize>0' is always false
firefox-62.0/dom/base/nsWindowMemoryReporter.cpp:880:39: warning: Either the condition 'aOutGhostIDs&&window' is redundant or there is possible null pointer dereference: window. [nullPointerRedundantCheck]
firefox-62.0/dom/base/nsWindowMemoryReporter.cpp:894:26: note: Assuming that condition 'aOutGhostIDs&&window' is not redundant
firefox-62.0/dom/base/nsWindowMemoryReporter.cpp:880:39: note: Null pointer dereference
firefox-62.0/dom/base/nsWindowMemoryReporter.cpp:470:25: style: Same expression on both sides of '>' because the value of 'frameSundriesSize' and '0' are the same. [duplicateExpression]
firefox-62.0/dom/base/nsWindowMemoryReporter.cpp:452:30: note: 'frameSundriesSize' is assigned value '0' here.
firefox-62.0/dom/base/nsWindowMemoryReporter.cpp:470:25: note: Same expression on both sides of '>' because the value of 'frameSundriesSize' and '0' are the same.
firefox-62.0/dom/base/nsWindowMemoryReporter.cpp:494:25: style: Same expression on both sides of '>' because the value of 'styleSundriesSize' and '0' are the same. [duplicateExpression]
firefox-62.0/dom/base/nsWindowMemoryReporter.cpp:478:30: note: 'styleSundriesSize' is assigned value '0' here.
firefox-62.0/dom/base/nsWindowMemoryReporter.cpp:494:25: note: Same expression on both sides of '>' because the value of 'styleSundriesSize' and '0' are the same.
firefox-62.0/dom/base/nsWindowMemoryReporter.cpp:747:65: style: Function 'CheckTimerFired' argument 2 names different: declaration 'aClosure' definition 'aData'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsWindowMemoryReporter.h:148:55: note: Function 'CheckTimerFired' argument 2 names different: declaration 'aClosure' definition 'aData'.
firefox-62.0/dom/base/nsWindowMemoryReporter.cpp:747:65: note: Function 'CheckTimerFired' argument 2 names different: declaration 'aClosure' definition 'aData'.
firefox-62.0/dom/base/nsWindowMemoryReporter.cpp:443:16: style: Variable 'STYLE_SUNDRIES_THRESHOLD' is assigned a value that is never used. [unreadVariable]
firefox-62.0/dom/base/nsWindowMemoryReporter.cpp:449:16: style: Variable 'FRAME_SUNDRIES_THRESHOLD' is assigned a value that is never used. [unreadVariable]
firefox-62.0/dom/base/nsWindowRoot.cpp:38:3: performance: Variable 'mWindow' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/base/nsXHTMLContentSerializer.cpp:49:27: warning: Member variable 'nsXHTMLContentSerializer::mDoHeader' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/base/nsXHTMLContentSerializer.cpp:49:27: warning: Member variable 'nsXHTMLContentSerializer::mIsCopying' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/base/nsXHTMLContentSerializer.cpp:49:27: warning: Member variable 'nsXHTMLContentSerializer::mDisableEntityEncoding' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/base/nsXHTMLContentSerializer.cpp:49:27: warning: Member variable 'nsXHTMLContentSerializer::mRewriteEncodingDeclaration' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/base/nsXHTMLContentSerializer.cpp:49:27: warning: Member variable 'nsXHTMLContentSerializer::mIsFirstChildOfOL' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/base/nsXMLContentSerializer.cpp:1510:8: style: The scope of the variable 'foundWhitespaceInLoop' can be reduced. [variableScope]
firefox-62.0/dom/base/nsXMLContentSerializer.cpp:1511:12: style: The scope of the variable 'length' can be reduced. [variableScope]
firefox-62.0/dom/base/nsXMLContentSerializer.cpp:1306:58: style: Function 'AppendNewLineToString' argument 1 names different: declaration 'aOutputStr' definition 'aStr'. [funcArgNamesDifferent]
firefox-62.0/dom/base/nsXMLContentSerializer.h:160:41: note: Function 'AppendNewLineToString' argument 1 names different: declaration 'aOutputStr' definition 'aStr'.
firefox-62.0/dom/base/nsXMLContentSerializer.cpp:1306:58: note: Function 'AppendNewLineToString' argument 1 names different: declaration 'aOutputStr' definition 'aStr'.
firefox-62.0/dom/base/nsXMLNameSpaceMap.cpp:20:10: performance: Technically the member function 'nsDefaultComparator < nsNameSpaceEntry , nsAtom * >::Equals' can be static. [functionStatic]
firefox-62.0/dom/base/nsXMLNameSpaceMap.cpp:28:10: performance: Technically the member function 'nsDefaultComparator < nsNameSpaceEntry , int32_t >::Equals' can be static. [functionStatic]
firefox-62.0/dom/bindings/BindingUtils.cpp:987:46: style: Function 'CreateInterfaceObjects' argument 7 names different: declaration 'interfaceProto' definition 'constructorProto'. [funcArgNamesDifferent]
firefox-62.0/dom/bindings/BindingUtils.h:746:46: note: Function 'CreateInterfaceObjects' argument 7 names different: declaration 'interfaceProto' definition 'constructorProto'.
firefox-62.0/dom/bindings/BindingUtils.cpp:987:46: note: Function 'CreateInterfaceObjects' argument 7 names different: declaration 'interfaceProto' definition 'constructorProto'.
firefox-62.0/dom/bindings/BindingUtils.cpp:991:48: style: Function 'CreateInterfaceObjects' argument 12 names different: declaration 'regularProperties' definition 'properties'. [funcArgNamesDifferent]
firefox-62.0/dom/bindings/BindingUtils.h:750:48: note: Function 'CreateInterfaceObjects' argument 12 names different: declaration 'regularProperties' definition 'properties'.
firefox-62.0/dom/bindings/BindingUtils.cpp:991:48: note: Function 'CreateInterfaceObjects' argument 12 names different: declaration 'regularProperties' definition 'properties'.
firefox-62.0/dom/bindings/BindingUtils.cpp:1242:48: style: Function 'InitIds' argument 2 names different: declaration 'properties' definition 'nativeProperties'. [funcArgNamesDifferent]
firefox-62.0/dom/bindings/BindingUtils.h:1851:48: note: Function 'InitIds' argument 2 names different: declaration 'properties' definition 'nativeProperties'.
firefox-62.0/dom/bindings/BindingUtils.cpp:1242:48: note: Function 'InitIds' argument 2 names different: declaration 'properties' definition 'nativeProperties'.
firefox-62.0/dom/bindings/BindingUtils.cpp:2255:55: style: Function 'ReparentWrapper' argument 2 names different: declaration 'aObj' definition 'aObjArg'. [funcArgNamesDifferent]
firefox-62.0/dom/bindings/BindingUtils.h:2601:55: note: Function 'ReparentWrapper' argument 2 names different: declaration 'aObj' definition 'aObjArg'.
firefox-62.0/dom/bindings/BindingUtils.cpp:2255:55: note: Function 'ReparentWrapper' argument 2 names different: declaration 'aObj' definition 'aObjArg'.
firefox-62.0/dom/bindings/BindingUtils.cpp:2640:58: style: Function 'GetContentGlobalForJSImplementedObject' argument 3 names different: declaration 'global' definition 'globalObj'. [funcArgNamesDifferent]
firefox-62.0/dom/bindings/BindingUtils.h:2628:58: note: Function 'GetContentGlobalForJSImplementedObject' argument 3 names different: declaration 'global' definition 'globalObj'.
firefox-62.0/dom/bindings/BindingUtils.cpp:2640:58: note: Function 'GetContentGlobalForJSImplementedObject' argument 3 names different: declaration 'global' definition 'globalObj'.
firefox-62.0/dom/bindings/BindingUtils.cpp:2876:26: style: Function 'FinalizeGlobal' argument 1 names different: declaration 'aFop' definition 'aFreeOp'. [funcArgNamesDifferent]
firefox-62.0/dom/bindings/BindingUtils.h:2973:26: note: Function 'FinalizeGlobal' argument 1 names different: declaration 'aFop' definition 'aFreeOp'.
firefox-62.0/dom/bindings/BindingUtils.cpp:2876:26: note: Function 'FinalizeGlobal' argument 1 names different: declaration 'aFop' definition 'aFreeOp'.
firefox-62.0/dom/bindings/BindingUtils.h:469:10: style: Technically the member function 'mozilla::dom::ProtoAndIfaceCache::PageTableCache::HasEntryInSlot' can be const. [functionConst]
firefox-62.0/dom/bindings/BindingUtils.h:2829:5: performance: Technically the member function 'mozilla::dom::BindingJSObjectCreator::OwnedNative::forget' can be static. [functionStatic]
firefox-62.0/dom/bindings/BindingUtils.cpp:344:8: style: Technically the member function 'mozilla::binding_danger::DOMExceptionInfo::operator==' can be const. [functionConst]
firefox-62.0/dom/bindings/BindingUtils.cpp:187:0: style: Technically the member function 'Message::operator==' can be const. [functionConst]
firefox-62.0/dom/bindings/Exceptions.cpp:300:0: error: syntax error [syntaxError]
firefox-62.0/dom/cache/DBSchema.cpp:1885:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/cache/DBSchema.cpp:1882:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/cache/DBSchema.cpp:1885:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/cache/DBSchema.cpp:1888:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/cache/DBSchema.cpp:1885:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/cache/DBSchema.cpp:1888:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/cache/Manager.cpp:107:7: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/cache/Manager.cpp:105:7: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/cache/Manager.cpp:107:7: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/canvas/CacheMap.h:46:6: warning: Class 'CacheMapUntypedEntry' which has virtual members does not have a virtual destructor. [virtualDestructor]
firefox-62.0/dom/canvas/CanvasImageCache.cpp:49:3: warning: Member variable 'ImageCacheEntryData::mState' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/canvas/CanvasImageCache.cpp:63:10: style: Technically the member function 'mozilla::ImageCacheEntryData::SizeInBytes' can be const. [functionConst]
firefox-62.0/dom/canvas/CanvasImageCache.cpp:47:1: warning: The struct 'ImageCacheEntryData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/canvas/CanvasImageCache.cpp:75:1: warning: The class 'ImageCacheEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/canvas/CanvasImageCache.cpp:120:1: warning: The class 'AllCanvasImageCacheEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/canvas/CanvasRenderingContext2D.cpp:1002:0: error: syntax error [syntaxError]
firefox-62.0/dom/canvas/CanvasRenderingContextHelper.cpp:25:55: style: Function 'ToBlob' argument 2 names different: declaration 'global' definition 'aGlobal'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/CanvasRenderingContextHelper.h:59:48: note: Function 'ToBlob' argument 2 names different: declaration 'global' definition 'aGlobal'.
firefox-62.0/dom/canvas/CanvasRenderingContextHelper.cpp:25:55: note: Function 'ToBlob' argument 2 names different: declaration 'global' definition 'aGlobal'.
firefox-62.0/dom/canvas/CanvasRenderingContextHelper.cpp:256:55: style: Function 'ParseParams' argument 5 names different: declaration 'outCustomParseOptions' definition 'outUsingCustomParseOptions'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/CanvasRenderingContextHelper.h:57:44: note: Function 'ParseParams' argument 5 names different: declaration 'outCustomParseOptions' definition 'outUsingCustomParseOptions'.
firefox-62.0/dom/canvas/CanvasRenderingContextHelper.cpp:256:55: note: Function 'ParseParams' argument 5 names different: declaration 'outCustomParseOptions' definition 'outUsingCustomParseOptions'.
firefox-62.0/dom/canvas/WebGLContextLossHandler.h:18:1: style: The class 'WebGLContextLossHandler' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/canvas/CanvasRenderingContextHelper.h:71:3: performance: Technically the member function 'mozilla::dom::CanvasRenderingContextHelper::CreateContextHelper' can be static. [functionStatic]
firefox-62.0/dom/canvas/CanvasRenderingContextHelper.cpp:124:31: note: Technically the member function 'mozilla::dom::CanvasRenderingContextHelper::CreateContextHelper' can be static.
firefox-62.0/dom/canvas/CanvasRenderingContextHelper.h:71:3: note: Technically the member function 'mozilla::dom::CanvasRenderingContextHelper::CreateContextHelper' can be static.
firefox-62.0/dom/canvas/WebGLTypes.h:187:18: style: Class 'UniqueBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < TexTargetDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < TexMinFilterDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < TexMagFilterDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < TexWrapDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < TexImageTargetDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < TexInternalFormatDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/canvas/WebGLContext.h:182:1: warning: The struct 'FloatOrInt' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-62.0/dom/canvas/ImageBitmapColorUtils.cpp:1805:0: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapColorUtils.cpp:1805:0: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapColorUtils.cpp:1749:0: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapColorUtils.cpp:1749:0: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapColorUtils.cpp:1589:0: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapColorUtils.cpp:1589:0: portability: Casting from const float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapColorUtils.cpp:1521:0: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapColorUtils.cpp:1521:0: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapColorUtils.cpp:1171:22: style: Function 'BGR24ToNV21' argument 5 names different: declaration 'aUVBuffer' definition 'aVUBuffer'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/ImageBitmapColorUtils.h:273:22: note: Function 'BGR24ToNV21' argument 5 names different: declaration 'aUVBuffer' definition 'aVUBuffer'.
firefox-62.0/dom/canvas/ImageBitmapColorUtils.cpp:1171:22: note: Function 'BGR24ToNV21' argument 5 names different: declaration 'aUVBuffer' definition 'aVUBuffer'.
firefox-62.0/dom/canvas/ImageBitmapColorUtils.cpp:1171:37: style: Function 'BGR24ToNV21' argument 6 names different: declaration 'aUVStride' definition 'aVUStride'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/ImageBitmapColorUtils.h:273:37: note: Function 'BGR24ToNV21' argument 6 names different: declaration 'aUVStride' definition 'aVUStride'.
firefox-62.0/dom/canvas/ImageBitmapColorUtils.cpp:1171:37: note: Function 'BGR24ToNV21' argument 6 names different: declaration 'aUVStride' definition 'aVUStride'.
firefox-62.0/dom/canvas/ImageBitmapColorUtils.cpp:1474:22: style: Function 'BGRA32ToNV21' argument 5 names different: declaration 'aUVBuffer' definition 'aVUBuffer'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/ImageBitmapColorUtils.h:342:23: note: Function 'BGRA32ToNV21' argument 5 names different: declaration 'aUVBuffer' definition 'aVUBuffer'.
firefox-62.0/dom/canvas/ImageBitmapColorUtils.cpp:1474:22: note: Function 'BGRA32ToNV21' argument 5 names different: declaration 'aUVBuffer' definition 'aVUBuffer'.
firefox-62.0/dom/canvas/ImageBitmapColorUtils.cpp:1474:37: style: Function 'BGRA32ToNV21' argument 6 names different: declaration 'aUVStride' definition 'aVUStride'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/ImageBitmapColorUtils.h:342:38: note: Function 'BGRA32ToNV21' argument 6 names different: declaration 'aUVStride' definition 'aVUStride'.
firefox-62.0/dom/canvas/ImageBitmapColorUtils.cpp:1474:37: note: Function 'BGRA32ToNV21' argument 6 names different: declaration 'aUVStride' definition 'aVUStride'.
firefox-62.0/dom/canvas/ImageBitmapColorUtils.cpp:17:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/dom/canvas/ImageBitmapColorUtils.cpp:21:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/dom/canvas/ImageBitmapUtils.cpp:661:62: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapUtils.cpp:668:62: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapUtils.cpp:797:62: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapUtils.cpp:804:62: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapUtils.cpp:934:62: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapUtils.cpp:941:62: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapUtils.cpp:1070:62: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapUtils.cpp:1077:62: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapUtils.cpp:2286:86: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapUtils.cpp:2293:86: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapUtils.cpp:2300:85: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapUtils.cpp:2307:85: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapUtils.cpp:2422:85: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapUtils.cpp:2429:85: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapUtils.cpp:2436:85: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapUtils.cpp:2443:85: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/canvas/ImageBitmapUtils.cpp:69:27: style: Technically the member function 'mozilla::dom::imagebitmapformat::DoNotDelete::operator()' can be const. [functionConst]
firefox-62.0/dom/canvas/OffscreenCanvas.h:53:1: style: The class 'OffscreenCanvas' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/canvas/CanvasRenderingContext2D.h:1030:5: warning: Member variable 'ContextState::clipsAndTransforms' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/canvas/CanvasRenderingContext2D.h:1010:3: warning: The class 'ContextState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/canvas/WebGLTypes.h:177:1: warning: Memory for class instance allocated with calloc(), but class provides constructors. [mallocOnClassWarning]
firefox-62.0/dom/canvas/TexUnpackBlob.cpp:373:0: note: Memory for class instance allocated with calloc(), but class provides constructors.
firefox-62.0/dom/canvas/WebGLTypes.h:177:1: note: Memory for class instance allocated with calloc(), but class provides constructors.
firefox-62.0/dom/canvas/WebGL2ContextFramebuffers.cpp:162:10: style: The scope of the variable 'isDefaultFB' can be reduced. [variableScope]
firefox-62.0/dom/canvas/WebGL2ContextFramebuffers.cpp:95:63: style: Function 'GetFramebufferAttachmentParameter' argument 5 names different: declaration 'rv' definition 'out_error'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGL2Context.h:68:70: note: Function 'GetFramebufferAttachmentParameter' argument 5 names different: declaration 'rv' definition 'out_error'.
firefox-62.0/dom/canvas/WebGL2ContextFramebuffers.cpp:95:63: note: Function 'GetFramebufferAttachmentParameter' argument 5 names different: declaration 'rv' definition 'out_error'.
firefox-62.0/dom/canvas/WebGLFramebuffer.h:145:1: style: The class 'WebGLFramebuffer' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < RBTargetDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < FBTargetDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < FBStatusDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/canvas/WebGL2ContextPrograms.cpp:17:56: style: Function 'GetFragDataLocation' argument 1 names different: declaration 'program' definition 'prog'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGL2Context.h:259:51: note: Function 'GetFragDataLocation' argument 1 names different: declaration 'program' definition 'prog'.
firefox-62.0/dom/canvas/WebGL2ContextPrograms.cpp:17:56: note: Function 'GetFragDataLocation' argument 1 names different: declaration 'program' definition 'prog'.
firefox-62.0/dom/canvas/WebGLProgram.h:136:1: style: The class 'WebGLProgram' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/canvas/WebGL2ContextQueries.cpp:64:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/dom/canvas/WebGLQuery.h:20:1: style: The class 'WebGLQuery' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/canvas/WebGL2ContextRenderbuffers.cpp:18:56: style: Function 'GetInternalformatParameter' argument 6 names different: declaration 'rv' definition 'out_rv'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGL2Context.h:84:50: note: Function 'GetInternalformatParameter' argument 6 names different: declaration 'rv' definition 'out_rv'.
firefox-62.0/dom/canvas/WebGL2ContextRenderbuffers.cpp:18:56: note: Function 'GetInternalformatParameter' argument 6 names different: declaration 'rv' definition 'out_rv'.
firefox-62.0/dom/canvas/WebGL2ContextRenderbuffers.cpp:86:54: style: Function 'RenderbufferStorageMultisample' argument 3 names different: declaration 'internalformat' definition 'internalFormat'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGL2Context.h:85:80: note: Function 'RenderbufferStorageMultisample' argument 3 names different: declaration 'internalformat' definition 'internalFormat'.
firefox-62.0/dom/canvas/WebGL2ContextRenderbuffers.cpp:86:54: note: Function 'RenderbufferStorageMultisample' argument 3 names different: declaration 'internalformat' definition 'internalFormat'.
firefox-62.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < TexCompareModeDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/canvas/WebGLStrongTypes.h:132:0: style: Class 'StrongGLenum < TexCompareFuncDetails >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/canvas/WebGL2ContextTextures.cpp:14:74: style: Function 'TexStorage' argument 3 names different: declaration 'target' definition 'rawTarget'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGL2Context.h:112:68: note: Function 'TexStorage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-62.0/dom/canvas/WebGL2ContextTextures.cpp:14:74: note: Function 'TexStorage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-62.0/dom/canvas/WebGL2ContextTransformFeedback.cpp:96:46: style: Function 'BeginTransformFeedback' argument 1 names different: declaration 'primitiveMode' definition 'primMode'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGL2Context.h:395:40: note: Function 'BeginTransformFeedback' argument 1 names different: declaration 'primitiveMode' definition 'primMode'.
firefox-62.0/dom/canvas/WebGL2ContextTransformFeedback.cpp:96:46: note: Function 'BeginTransformFeedback' argument 1 names different: declaration 'primitiveMode' definition 'primMode'.
firefox-62.0/dom/canvas/WebGL2ContextUniforms.cpp:65:80: style: Function 'GetIndexedParameter' argument 5 names different: declaration 'rv' definition 'out_error'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGL2Context.h:417:74: note: Function 'GetIndexedParameter' argument 5 names different: declaration 'rv' definition 'out_error'.
firefox-62.0/dom/canvas/WebGL2ContextUniforms.cpp:65:80: note: Function 'GetIndexedParameter' argument 5 names different: declaration 'rv' definition 'out_error'.
firefox-62.0/dom/canvas/WebGL2ContextUniforms.cpp:245:70: style: Function 'GetActiveUniformBlockParameter' argument 5 names different: declaration 'retval' definition 'out_retval'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGL2Context.h:429:64: note: Function 'GetActiveUniformBlockParameter' argument 5 names different: declaration 'retval' definition 'out_retval'.
firefox-62.0/dom/canvas/WebGL2ContextUniforms.cpp:245:70: note: Function 'GetActiveUniformBlockParameter' argument 5 names different: declaration 'retval' definition 'out_retval'.
firefox-62.0/dom/canvas/WebGL2ContextUniforms.cpp:246:60: style: Function 'GetActiveUniformBlockParameter' argument 6 names different: declaration 'rv' definition 'out_error'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGL2Context.h:429:85: note: Function 'GetActiveUniformBlockParameter' argument 6 names different: declaration 'rv' definition 'out_error'.
firefox-62.0/dom/canvas/WebGL2ContextUniforms.cpp:246:60: note: Function 'GetActiveUniformBlockParameter' argument 6 names different: declaration 'rv' definition 'out_error'.
firefox-62.0/dom/canvas/WebGLTypes.h:177:1: warning: Memory for class instance allocated with malloc(), but class provides constructors. [mallocOnClassWarning]
firefox-62.0/dom/canvas/WebGLBuffer.cpp:128:9: note: Memory for class instance allocated with malloc(), but class provides constructors.
firefox-62.0/dom/canvas/WebGLTypes.h:177:1: note: Memory for class instance allocated with malloc(), but class provides constructors.
firefox-62.0/dom/canvas/WebGLContext.cpp:701:9: style: Condition 'tryNativeGL' is always true [knownConditionTrueFalse]
firefox-62.0/dom/canvas/WebGLContext.cpp:657:24: note: Assignment 'tryNativeGL=true', assigned value is 1
firefox-62.0/dom/canvas/WebGLContext.cpp:701:9: note: Condition 'tryNativeGL' is always true
firefox-62.0/dom/canvas/WebGLContext.cpp:730:9: style: Condition 'tryANGLE' is always false [knownConditionTrueFalse]
firefox-62.0/dom/canvas/WebGLContext.cpp:658:21: note: Assignment 'tryANGLE=false', assigned value is 0
firefox-62.0/dom/canvas/WebGLContext.cpp:730:9: note: Condition 'tryANGLE' is always false
firefox-62.0/dom/canvas/WebGLContext.cpp:831:37: style: Function 'SetDimensions' argument 1 names different: declaration 'width' definition 'signedWidth'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:363:38: note: Function 'SetDimensions' argument 1 names different: declaration 'width' definition 'signedWidth'.
firefox-62.0/dom/canvas/WebGLContext.cpp:831:37: note: Function 'SetDimensions' argument 1 names different: declaration 'width' definition 'signedWidth'.
firefox-62.0/dom/canvas/WebGLContext.cpp:831:58: style: Function 'SetDimensions' argument 2 names different: declaration 'height' definition 'signedHeight'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:363:53: note: Function 'SetDimensions' argument 2 names different: declaration 'height' definition 'signedHeight'.
firefox-62.0/dom/canvas/WebGLContext.cpp:831:58: note: Function 'SetDimensions' argument 2 names different: declaration 'height' definition 'signedHeight'.
firefox-62.0/dom/canvas/WebGLContext.cpp:1416:71: style: Function 'ForceClearFramebufferWithDefaultValues' argument 1 names different: declaration 'bufferBits' definition 'clearBits'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:500:60: note: Function 'ForceClearFramebufferWithDefaultValues' argument 1 names different: declaration 'bufferBits' definition 'clearBits'.
firefox-62.0/dom/canvas/WebGLContext.cpp:1416:71: note: Function 'ForceClearFramebufferWithDefaultValues' argument 1 names different: declaration 'bufferBits' definition 'clearBits'.
firefox-62.0/dom/canvas/WebGLContext.cpp:1875:37: style: Function 'ForceLoseContext' argument 1 names different: declaration 'simulateLoss' definition 'simulateLosing'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:1837:32: note: Function 'ForceLoseContext' argument 1 names different: declaration 'simulateLoss' definition 'simulateLosing'.
firefox-62.0/dom/canvas/WebGLContext.cpp:1875:37: note: Function 'ForceLoseContext' argument 1 names different: declaration 'simulateLoss' definition 'simulateLosing'.
firefox-62.0/dom/canvas/WebGLContext.cpp:125:5: performance: Variable 'mGeneration' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/canvas/WebGLContext.cpp:134:5: performance: Variable 'mWebGLError' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/canvas/WebGLContext.cpp:135:5: performance: Variable 'mUnderlyingGLError' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/canvas/WebGLContext.cpp:139:5: performance: Variable 'mViewportX' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/canvas/WebGLContext.cpp:140:5: performance: Variable 'mViewportY' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/canvas/WebGLContext.cpp:141:5: performance: Variable 'mViewportWidth' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/canvas/WebGLContext.cpp:142:5: performance: Variable 'mViewportHeight' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/canvas/WebGLContext.cpp:144:5: performance: Variable 'mDitherEnabled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/canvas/WebGLContext.cpp:145:5: performance: Variable 'mRasterizerDiscardEnabled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/canvas/WebGLContext.cpp:146:5: performance: Variable 'mScissorTestEnabled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/canvas/WebGLContext.cpp:147:5: performance: Variable 'mStencilTestEnabled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/canvas/WebGLContextBuffers.cpp:196:72: style: Function 'BindBufferBase' argument 3 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:938:67: note: Function 'BindBufferBase' argument 3 names different: declaration 'buf' definition 'buffer'.
firefox-62.0/dom/canvas/WebGLContextBuffers.cpp:196:72: note: Function 'BindBufferBase' argument 3 names different: declaration 'buf' definition 'buffer'.
firefox-62.0/dom/canvas/WebGLContextBuffers.cpp:233:73: style: Function 'BindBufferRange' argument 3 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:939:68: note: Function 'BindBufferRange' argument 3 names different: declaration 'buf' definition 'buffer'.
firefox-62.0/dom/canvas/WebGLContextBuffers.cpp:233:73: note: Function 'BindBufferRange' argument 3 names different: declaration 'buf' definition 'buffer'.
firefox-62.0/dom/canvas/WebGLContextBuffers.cpp:368:69: style: Function 'BufferData' argument 2 names different: declaration 'srcData' definition 'src'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:949:64: note: Function 'BufferData' argument 2 names different: declaration 'srcData' definition 'src'.
firefox-62.0/dom/canvas/WebGLContextBuffers.cpp:368:69: note: Function 'BufferData' argument 2 names different: declaration 'srcData' definition 'src'.
firefox-62.0/dom/canvas/WebGLContextBuffers.cpp:390:40: style: Function 'BufferSubDataImpl' argument 3 names different: declaration 'srcDataLen' definition 'dataLen'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:954:35: note: Function 'BufferSubDataImpl' argument 3 names different: declaration 'srcDataLen' definition 'dataLen'.
firefox-62.0/dom/canvas/WebGLContextBuffers.cpp:390:40: note: Function 'BufferSubDataImpl' argument 3 names different: declaration 'srcDataLen' definition 'dataLen'.
firefox-62.0/dom/canvas/WebGLContextBuffers.cpp:390:64: style: Function 'BufferSubDataImpl' argument 4 names different: declaration 'srcData' definition 'data'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:954:62: note: Function 'BufferSubDataImpl' argument 4 names different: declaration 'srcData' definition 'data'.
firefox-62.0/dom/canvas/WebGLContextBuffers.cpp:390:64: note: Function 'BufferSubDataImpl' argument 4 names different: declaration 'srcData' definition 'data'.
firefox-62.0/dom/canvas/WebGLContextBuffers.cpp:454:41: style: Function 'DeleteBuffer' argument 1 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:966:36: note: Function 'DeleteBuffer' argument 1 names different: declaration 'buf' definition 'buffer'.
firefox-62.0/dom/canvas/WebGLContextBuffers.cpp:454:41: note: Function 'DeleteBuffer' argument 1 names different: declaration 'buf' definition 'buffer'.
firefox-62.0/dom/canvas/WebGLContextBuffers.cpp:502:37: style: Function 'IsBuffer' argument 1 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:967:32: note: Function 'IsBuffer' argument 1 names different: declaration 'buf' definition 'buffer'.
firefox-62.0/dom/canvas/WebGLContextBuffers.cpp:502:37: note: Function 'IsBuffer' argument 1 names different: declaration 'buf' definition 'buffer'.
firefox-62.0/dom/canvas/WebGLContextDraw.cpp:565:69: style: Function 'DrawArraysInstanced' argument 3 names different: declaration 'vertexCount' definition 'vertCount'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:1332:64: note: Function 'DrawArraysInstanced' argument 3 names different: declaration 'vertexCount' definition 'vertCount'.
firefox-62.0/dom/canvas/WebGLContextDraw.cpp:565:69: note: Function 'DrawArraysInstanced' argument 3 names different: declaration 'vertexCount' definition 'vertCount'.
firefox-62.0/dom/canvas/WebGLContextDraw.cpp:613:76: style: Function 'DrawElements_check' argument 2 names different: declaration 'indexCount' definition 'rawIndexCount'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:1433:59: note: Function 'DrawElements_check' argument 2 names different: declaration 'indexCount' definition 'rawIndexCount'.
firefox-62.0/dom/canvas/WebGLContextDraw.cpp:613:76: note: Function 'DrawElements_check' argument 2 names different: declaration 'indexCount' definition 'rawIndexCount'.
firefox-62.0/dom/canvas/WebGLContextDraw.cpp:723:58: style: Function 'DrawElementsInstanced' argument 2 names different: declaration 'vertexCount' definition 'indexCount'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:1335:53: note: Function 'DrawElementsInstanced' argument 2 names different: declaration 'vertexCount' definition 'indexCount'.
firefox-62.0/dom/canvas/WebGLContextDraw.cpp:723:58: note: Function 'DrawElementsInstanced' argument 2 names different: declaration 'vertexCount' definition 'indexCount'.
firefox-62.0/dom/canvas/WebGLContextExtensions.cpp:259:45: style: Function 'GetExtension' argument 2 names different: declaration 'name' definition 'wideName'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:536:55: note: Function 'GetExtension' argument 2 names different: declaration 'name' definition 'wideName'.
firefox-62.0/dom/canvas/WebGLContextExtensions.cpp:259:45: note: Function 'GetExtension' argument 2 names different: declaration 'name' definition 'wideName'.
firefox-62.0/dom/canvas/WebGLContextFramebufferOperations.cpp:34:18: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
firefox-62.0/dom/canvas/WebGLContextFramebufferOperations.cpp:33:14: note: outer condition: mask&LOCAL_GL_COLOR_BUFFER_BIT
firefox-62.0/dom/canvas/WebGLContextFramebufferOperations.cpp:34:18: note: identical inner condition: mask&LOCAL_GL_COLOR_BUFFER_BIT
firefox-62.0/dom/canvas/WebGLTypes.h:177:1: warning: Memory for class instance allocated with malloc(), but class provides constructors. [mallocOnClassWarning]
firefox-62.0/dom/canvas/WebGLContextGL.cpp:2109:9: note: Memory for class instance allocated with malloc(), but class provides constructors.
firefox-62.0/dom/canvas/WebGLTypes.h:177:1: note: Memory for class instance allocated with malloc(), but class provides constructors.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:81:36: style: Function 'ActiveTexture' argument 1 names different: declaration 'texUnit' definition 'texture'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:1055:31: note: Function 'ActiveTexture' argument 1 names different: declaration 'texUnit' definition 'texture'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:81:36: note: Function 'ActiveTexture' argument 1 names different: declaration 'texUnit' definition 'texture'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:101:42: style: Function 'AttachShader' argument 1 names different: declaration 'prog' definition 'program'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:539:37: note: Function 'AttachShader' argument 1 names different: declaration 'prog' definition 'program'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:101:42: note: Function 'AttachShader' argument 1 names different: declaration 'prog' definition 'program'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:129:64: style: Function 'BindFramebuffer' argument 2 names different: declaration 'fb' definition 'wfb'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:542:59: note: Function 'BindFramebuffer' argument 2 names different: declaration 'fb' definition 'wfb'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:129:64: note: Function 'BindFramebuffer' argument 2 names different: declaration 'fb' definition 'wfb'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:167:66: style: Function 'BindRenderbuffer' argument 2 names different: declaration 'fb' definition 'wrb'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:543:61: note: Function 'BindRenderbuffer' argument 2 names different: declaration 'fb' definition 'wrb'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:167:66: note: Function 'BindRenderbuffer' argument 2 names different: declaration 'fb' definition 'wrb'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:369:51: style: Function 'DeleteFramebuffer' argument 1 names different: declaration 'fb' definition 'fbuf'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:566:46: note: Function 'DeleteFramebuffer' argument 1 names different: declaration 'fb' definition 'fbuf'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:369:51: note: Function 'DeleteFramebuffer' argument 1 names different: declaration 'fb' definition 'fbuf'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:391:53: style: Function 'DeleteRenderbuffer' argument 1 names different: declaration 'rb' definition 'rbuf'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:568:48: note: Function 'DeleteRenderbuffer' argument 1 names different: declaration 'rb' definition 'rbuf'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:391:53: note: Function 'DeleteRenderbuffer' argument 1 names different: declaration 'rb' definition 'rbuf'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:459:42: style: Function 'DetachShader' argument 1 names different: declaration 'prog' definition 'program'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:574:37: note: Function 'DetachShader' argument 1 names different: declaration 'prog' definition 'program'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:459:42: note: Function 'DetachShader' argument 1 names different: declaration 'prog' definition 'program'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:501:46: style: Function 'FramebufferRenderbuffer' argument 3 names different: declaration 'rbTarget' definition 'rbtarget'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:579:41: note: Function 'FramebufferRenderbuffer' argument 3 names different: declaration 'rbTarget' definition 'rbtarget'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:501:46: note: Function 'FramebufferRenderbuffer' argument 3 names different: declaration 'rbTarget' definition 'rbtarget'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:501:75: style: Function 'FramebufferRenderbuffer' argument 4 names different: declaration 'rb' definition 'wrb'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:579:70: note: Function 'FramebufferRenderbuffer' argument 4 names different: declaration 'rb' definition 'wrb'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:501:75: note: Function 'FramebufferRenderbuffer' argument 4 names different: declaration 'rb' definition 'wrb'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:534:43: style: Function 'FramebufferTexture2D' argument 3 names different: declaration 'texImageTarget' definition 'textarget'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:581:38: note: Function 'FramebufferTexture2D' argument 3 names different: declaration 'texImageTarget' definition 'textarget'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:534:43: note: Function 'FramebufferTexture2D' argument 3 names different: declaration 'texImageTarget' definition 'textarget'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:535:50: style: Function 'FramebufferTexture2D' argument 4 names different: declaration 'tex' definition 'tobj'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:581:68: note: Function 'FramebufferTexture2D' argument 4 names different: declaration 'tex' definition 'tobj'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:535:50: note: Function 'FramebufferTexture2D' argument 4 names different: declaration 'tex' definition 'tobj'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:949:37: style: Function 'GetUniform' argument 1 names different: declaration 'cx' definition 'js'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:650:37: note: Function 'GetUniform' argument 1 names different: declaration 'cx' definition 'js'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:949:37: note: Function 'GetUniform' argument 1 names different: declaration 'cx' definition 'js'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1200:76: style: Function 'DoReadPixelsAndConvert' argument 9 names different: declaration 'dataLen' definition 'destSize'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:688:71: note: Function 'DoReadPixelsAndConvert' argument 9 names different: declaration 'dataLen' definition 'destSize'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1200:76: note: Function 'DoReadPixelsAndConvert' argument 9 names different: declaration 'dataLen' definition 'destSize'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1547:56: style: Function 'ReadPixelsImpl' argument 3 names different: declaration 'width' definition 'rawWidth'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:684:51: note: Function 'ReadPixelsImpl' argument 3 names different: declaration 'width' definition 'rawWidth'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1547:56: note: Function 'ReadPixelsImpl' argument 3 names different: declaration 'width' definition 'rawWidth'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1547:74: style: Function 'ReadPixelsImpl' argument 4 names different: declaration 'height' definition 'rawHeight'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:684:66: note: Function 'ReadPixelsImpl' argument 4 names different: declaration 'height' definition 'rawHeight'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1547:74: note: Function 'ReadPixelsImpl' argument 4 names different: declaration 'height' definition 'rawHeight'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1548:37: style: Function 'ReadPixelsImpl' argument 5 names different: declaration 'format' definition 'packFormat'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:684:81: note: Function 'ReadPixelsImpl' argument 5 names different: declaration 'format' definition 'packFormat'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1548:37: note: Function 'ReadPixelsImpl' argument 5 names different: declaration 'format' definition 'packFormat'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1548:56: style: Function 'ReadPixelsImpl' argument 6 names different: declaration 'type' definition 'packType'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:685:32: note: Function 'ReadPixelsImpl' argument 6 names different: declaration 'type' definition 'packType'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1548:56: note: Function 'ReadPixelsImpl' argument 6 names different: declaration 'type' definition 'packType'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1548:72: style: Function 'ReadPixelsImpl' argument 7 names different: declaration 'data' definition 'dest'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:685:44: note: Function 'ReadPixelsImpl' argument 7 names different: declaration 'data' definition 'dest'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1548:72: note: Function 'ReadPixelsImpl' argument 7 names different: declaration 'data' definition 'dest'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1665:64: style: Function 'RenderbufferStorage_base' argument 4 names different: declaration 'internalformat' definition 'internalFormat'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:718:59: note: Function 'RenderbufferStorage_base' argument 4 names different: declaration 'internalformat' definition 'internalFormat'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1665:64: note: Function 'RenderbufferStorage_base' argument 4 names different: declaration 'internalformat' definition 'internalFormat'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1848:58: style: Function 'Uniform1i' argument 2 names different: declaration 'x' definition 'a1'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:739:53: note: Function 'Uniform1i' argument 2 names different: declaration 'x' definition 'a1'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1848:58: note: Function 'Uniform1i' argument 2 names different: declaration 'x' definition 'a1'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1863:58: style: Function 'Uniform2i' argument 2 names different: declaration 'x' definition 'a1'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:740:53: note: Function 'Uniform2i' argument 2 names different: declaration 'x' definition 'a1'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1863:58: note: Function 'Uniform2i' argument 2 names different: declaration 'x' definition 'a1'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1863:68: style: Function 'Uniform2i' argument 3 names different: declaration 'y' definition 'a2'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:740:62: note: Function 'Uniform2i' argument 3 names different: declaration 'y' definition 'a2'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1863:68: note: Function 'Uniform2i' argument 3 names different: declaration 'y' definition 'a2'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1873:58: style: Function 'Uniform3i' argument 2 names different: declaration 'x' definition 'a1'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:741:53: note: Function 'Uniform3i' argument 2 names different: declaration 'x' definition 'a1'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1873:58: note: Function 'Uniform3i' argument 2 names different: declaration 'x' definition 'a1'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1873:68: style: Function 'Uniform3i' argument 3 names different: declaration 'y' definition 'a2'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:741:62: note: Function 'Uniform3i' argument 3 names different: declaration 'y' definition 'a2'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1873:68: note: Function 'Uniform3i' argument 3 names different: declaration 'y' definition 'a2'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1873:78: style: Function 'Uniform3i' argument 4 names different: declaration 'z' definition 'a3'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:741:71: note: Function 'Uniform3i' argument 4 names different: declaration 'z' definition 'a3'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1873:78: note: Function 'Uniform3i' argument 4 names different: declaration 'z' definition 'a3'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1883:58: style: Function 'Uniform4i' argument 2 names different: declaration 'x' definition 'a1'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:742:53: note: Function 'Uniform4i' argument 2 names different: declaration 'x' definition 'a1'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1883:58: note: Function 'Uniform4i' argument 2 names different: declaration 'x' definition 'a1'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1883:68: style: Function 'Uniform4i' argument 3 names different: declaration 'y' definition 'a2'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:742:62: note: Function 'Uniform4i' argument 3 names different: declaration 'y' definition 'a2'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1883:68: note: Function 'Uniform4i' argument 3 names different: declaration 'y' definition 'a2'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1883:78: style: Function 'Uniform4i' argument 4 names different: declaration 'z' definition 'a3'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:742:71: note: Function 'Uniform4i' argument 4 names different: declaration 'z' definition 'a3'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1883:78: note: Function 'Uniform4i' argument 4 names different: declaration 'z' definition 'a3'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1884:31: style: Function 'Uniform4i' argument 5 names different: declaration 'w' definition 'a4'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:742:80: note: Function 'Uniform4i' argument 5 names different: declaration 'w' definition 'a4'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1884:31: note: Function 'Uniform4i' argument 5 names different: declaration 'w' definition 'a4'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1896:60: style: Function 'Uniform1f' argument 2 names different: declaration 'x' definition 'a1'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:734:55: note: Function 'Uniform1f' argument 2 names different: declaration 'x' definition 'a1'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1896:60: note: Function 'Uniform1f' argument 2 names different: declaration 'x' definition 'a1'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1906:60: style: Function 'Uniform2f' argument 2 names different: declaration 'x' definition 'a1'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:735:55: note: Function 'Uniform2f' argument 2 names different: declaration 'x' definition 'a1'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1906:60: note: Function 'Uniform2f' argument 2 names different: declaration 'x' definition 'a1'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1906:72: style: Function 'Uniform2f' argument 3 names different: declaration 'y' definition 'a2'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:735:66: note: Function 'Uniform2f' argument 3 names different: declaration 'y' definition 'a2'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1906:72: note: Function 'Uniform2f' argument 3 names different: declaration 'y' definition 'a2'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1916:60: style: Function 'Uniform3f' argument 2 names different: declaration 'x' definition 'a1'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:736:55: note: Function 'Uniform3f' argument 2 names different: declaration 'x' definition 'a1'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1916:60: note: Function 'Uniform3f' argument 2 names different: declaration 'x' definition 'a1'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1916:72: style: Function 'Uniform3f' argument 3 names different: declaration 'y' definition 'a2'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:736:66: note: Function 'Uniform3f' argument 3 names different: declaration 'y' definition 'a2'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1916:72: note: Function 'Uniform3f' argument 3 names different: declaration 'y' definition 'a2'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1917:33: style: Function 'Uniform3f' argument 4 names different: declaration 'z' definition 'a3'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:736:77: note: Function 'Uniform3f' argument 4 names different: declaration 'z' definition 'a3'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1917:33: note: Function 'Uniform3f' argument 4 names different: declaration 'z' definition 'a3'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1927:60: style: Function 'Uniform4f' argument 2 names different: declaration 'x' definition 'a1'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:737:55: note: Function 'Uniform4f' argument 2 names different: declaration 'x' definition 'a1'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1927:60: note: Function 'Uniform4f' argument 2 names different: declaration 'x' definition 'a1'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1927:72: style: Function 'Uniform4f' argument 3 names different: declaration 'y' definition 'a2'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:737:66: note: Function 'Uniform4f' argument 3 names different: declaration 'y' definition 'a2'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1927:72: note: Function 'Uniform4f' argument 3 names different: declaration 'y' definition 'a2'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1928:33: style: Function 'Uniform4f' argument 4 names different: declaration 'z' definition 'a3'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:737:77: note: Function 'Uniform4f' argument 4 names different: declaration 'z' definition 'a3'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1928:33: note: Function 'Uniform4f' argument 4 names different: declaration 'z' definition 'a3'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1928:45: style: Function 'Uniform4f' argument 5 names different: declaration 'w' definition 'a4'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:737:88: note: Function 'Uniform4f' argument 5 names different: declaration 'w' definition 'a4'.
firefox-62.0/dom/canvas/WebGLContextGL.cpp:1928:45: note: Function 'Uniform4f' argument 5 names different: declaration 'w' definition 'a4'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:207:34: style: Function 'BindTexture' argument 1 names different: declaration 'texTarget' definition 'rawTarget'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:1056:29: note: Function 'BindTexture' argument 1 names different: declaration 'texTarget' definition 'rawTarget'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:207:34: note: Function 'BindTexture' argument 1 names different: declaration 'texTarget' definition 'rawTarget'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:207:59: style: Function 'BindTexture' argument 2 names different: declaration 'tex' definition 'newTex'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:1056:54: note: Function 'BindTexture' argument 2 names different: declaration 'tex' definition 'newTex'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:207:59: note: Function 'BindTexture' argument 2 names different: declaration 'tex' definition 'newTex'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:255:37: style: Function 'GenerateMipmap' argument 1 names different: declaration 'texTarget' definition 'rawTexTarget'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:1059:32: note: Function 'GenerateMipmap' argument 1 names different: declaration 'texTarget' definition 'rawTexTarget'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:255:37: note: Function 'GenerateMipmap' argument 1 names different: declaration 'texTarget' definition 'rawTexTarget'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:269:38: style: Function 'GetTexParameter' argument 1 names different: declaration 'texTarget' definition 'rawTexTarget'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:1078:38: note: Function 'GetTexParameter' argument 1 names different: declaration 'texTarget' definition 'rawTexTarget'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:269:38: note: Function 'GetTexParameter' argument 1 names different: declaration 'texTarget' definition 'rawTexTarget'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:297:40: style: Function 'TexParameter_base' argument 1 names different: declaration 'texTarget' definition 'rawTexTarget'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:1079:35: note: Function 'TexParameter_base' argument 1 names different: declaration 'texTarget' definition 'rawTexTarget'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:297:40: note: Function 'TexParameter_base' argument 1 names different: declaration 'texTarget' definition 'rawTexTarget'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:315:81: style: Function 'CompressedTexImage' argument 3 names different: declaration 'target' definition 'rawTarget'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:1141:76: note: Function 'CompressedTexImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:315:81: note: Function 'CompressedTexImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:331:44: style: Function 'CompressedTexSubImage' argument 3 names different: declaration 'target' definition 'rawTarget'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:1145:79: note: Function 'CompressedTexSubImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:331:44: note: Function 'CompressedTexSubImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:348:37: style: Function 'CopyTexImage2D' argument 1 names different: declaration 'target' definition 'rawTarget'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:1153:32: note: Function 'CopyTexImage2D' argument 1 names different: declaration 'target' definition 'rawTarget'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:348:37: note: Function 'CopyTexImage2D' argument 1 names different: declaration 'target' definition 'rawTarget'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:364:78: style: Function 'CopyTexSubImage' argument 3 names different: declaration 'target' definition 'rawTarget'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:1168:73: note: Function 'CopyTexSubImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:364:78: note: Function 'CopyTexSubImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:380:71: style: Function 'TexImage' argument 3 names different: declaration 'target' definition 'rawTarget'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:1235:66: note: Function 'TexImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:380:71: note: Function 'TexImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:396:74: style: Function 'TexSubImage' argument 3 names different: declaration 'target' definition 'rawTarget'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:1276:69: note: Function 'TexSubImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-62.0/dom/canvas/WebGLContextTextures.cpp:396:74: note: Function 'TexSubImage' argument 3 names different: declaration 'target' definition 'rawTarget'.
firefox-62.0/dom/canvas/WebGLContextUnchecked.cpp:14:61: style: Function 'WebGLContextUnchecked' argument 1 names different: declaration 'gl' definition '_gl'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContextUnchecked.h:21:51: note: Function 'WebGLContextUnchecked' argument 1 names different: declaration 'gl' definition '_gl'.
firefox-62.0/dom/canvas/WebGLContextUnchecked.cpp:14:61: note: Function 'WebGLContextUnchecked' argument 1 names different: declaration 'gl' definition '_gl'.
firefox-62.0/dom/canvas/WebGLContextUtils.cpp:47:40: style: Function 'StringValue' argument 2 names different: declaration 'str' definition 'chars'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContextUtils.h:33:50: note: Function 'StringValue' argument 2 names different: declaration 'str' definition 'chars'.
firefox-62.0/dom/canvas/WebGLContextUtils.cpp:47:40: note: Function 'StringValue' argument 2 names different: declaration 'str' definition 'chars'.
firefox-62.0/dom/canvas/WebGLContextValidate.cpp:100:48: style: Function 'ValidateBlendEquationEnum' argument 1 names different: declaration 'cap' definition 'mode'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:1627:43: note: Function 'ValidateBlendEquationEnum' argument 1 names different: declaration 'cap' definition 'mode'.
firefox-62.0/dom/canvas/WebGLContextValidate.cpp:100:48: note: Function 'ValidateBlendEquationEnum' argument 1 names different: declaration 'cap' definition 'mode'.
firefox-62.0/dom/canvas/WebGLContextValidate.cpp:247:68: style: Function 'ValidateAttribArraySetter' argument 2 names different: declaration 'count' definition 'setterElemSize'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:907:63: note: Function 'ValidateAttribArraySetter' argument 2 names different: declaration 'count' definition 'setterElemSize'.
firefox-62.0/dom/canvas/WebGLContextValidate.cpp:247:68: note: Function 'ValidateAttribArraySetter' argument 2 names different: declaration 'count' definition 'setterElemSize'.
firefox-62.0/dom/canvas/WebGLContextValidate.cpp:264:45: style: Function 'ValidateUniformSetter' argument 2 names different: declaration 'setterSize' definition 'setterElemSize'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:910:67: note: Function 'ValidateUniformSetter' argument 2 names different: declaration 'setterSize' definition 'setterElemSize'.
firefox-62.0/dom/canvas/WebGLContextValidate.cpp:264:45: note: Function 'ValidateUniformSetter' argument 2 names different: declaration 'setterSize' definition 'setterElemSize'.
firefox-62.0/dom/canvas/WebGLContextVertexArray.cpp:16:49: style: Function 'BindVertexArray' argument 1 names different: declaration 'vao' definition 'array'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:544:44: note: Function 'BindVertexArray' argument 1 names different: declaration 'vao' definition 'array'.
firefox-62.0/dom/canvas/WebGLContextVertexArray.cpp:16:49: note: Function 'BindVertexArray' argument 1 names different: declaration 'vao' definition 'array'.
firefox-62.0/dom/canvas/WebGLContextVertexArray.cpp:60:51: style: Function 'DeleteVertexArray' argument 1 names different: declaration 'vao' definition 'array'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:570:46: note: Function 'DeleteVertexArray' argument 1 names different: declaration 'vao' definition 'array'.
firefox-62.0/dom/canvas/WebGLContextVertexArray.cpp:60:51: note: Function 'DeleteVertexArray' argument 1 names different: declaration 'vao' definition 'array'.
firefox-62.0/dom/canvas/WebGLContextVertexArray.cpp:72:53: style: Function 'IsVertexArray' argument 1 names different: declaration 'vao' definition 'array'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLContext.h:668:48: note: Function 'IsVertexArray' argument 1 names different: declaration 'vao' definition 'array'.
firefox-62.0/dom/canvas/WebGLContextVertexArray.cpp:72:53: note: Function 'IsVertexArray' argument 1 names different: declaration 'vao' definition 'array'.
firefox-62.0/dom/canvas/WebGLExtensionBase.cpp:10:54: style: Function 'WebGLExtensionBase' argument 1 names different: declaration 'webgl' definition 'context'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLExtensions.h:38:47: note: Function 'WebGLExtensionBase' argument 1 names different: declaration 'webgl' definition 'context'.
firefox-62.0/dom/canvas/WebGLExtensionBase.cpp:10:54: note: Function 'WebGLExtensionBase' argument 1 names different: declaration 'webgl' definition 'context'.
firefox-62.0/dom/canvas/WebGLExtensionFragDepth.cpp:25:58: style: Function 'IsSupported' argument 1 names different: declaration 'context' definition 'webgl'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLExtensions.h:207:49: note: Function 'IsSupported' argument 1 names different: declaration 'context' definition 'webgl'.
firefox-62.0/dom/canvas/WebGLExtensionFragDepth.cpp:25:58: note: Function 'IsSupported' argument 1 names different: declaration 'context' definition 'webgl'.
firefox-62.0/dom/canvas/WebGLFormats.cpp:717:9: style: Variable 'pi' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/dom/canvas/WebGLFormats.cpp:713:9: note: Variable 'pi' is reassigned a value before the old one has been used.
firefox-62.0/dom/canvas/WebGLFormats.cpp:717:9: note: Variable 'pi' is reassigned a value before the old one has been used.
firefox-62.0/dom/canvas/WebGLFormats.cpp:718:9: style: Variable 'dui' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/dom/canvas/WebGLFormats.cpp:714:9: note: Variable 'dui' is reassigned a value before the old one has been used.
firefox-62.0/dom/canvas/WebGLFormats.cpp:718:9: note: Variable 'dui' is reassigned a value before the old one has been used.
firefox-62.0/dom/canvas/WebGLFormats.cpp:721:9: style: Variable 'pi' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/dom/canvas/WebGLFormats.cpp:717:9: note: Variable 'pi' is reassigned a value before the old one has been used.
firefox-62.0/dom/canvas/WebGLFormats.cpp:721:9: note: Variable 'pi' is reassigned a value before the old one has been used.
firefox-62.0/dom/canvas/WebGLFormats.cpp:722:9: style: Variable 'dui' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/dom/canvas/WebGLFormats.cpp:718:9: note: Variable 'dui' is reassigned a value before the old one has been used.
firefox-62.0/dom/canvas/WebGLFormats.cpp:722:9: note: Variable 'dui' is reassigned a value before the old one has been used.
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:819:12: style: Condition '!hasMismatch' is always true [knownConditionTrueFalse]
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:798:24: note: Assignment 'hasMismatch=false', assigned value is 0
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:819:12: note: Condition '!hasMismatch' is always true
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:849:12: style: Condition '!hasMismatch' is always true [knownConditionTrueFalse]
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:832:24: note: Assignment 'hasMismatch=false', assigned value is 0
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:849:12: note: Condition '!hasMismatch' is always true
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:1066:9: style: Condition 'clearBits' is always false [knownConditionTrueFalse]
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:1023:26: note: Assignment 'clearBits=0', assigned value is 0
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:1066:9: note: Condition 'clearBits' is always false
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:1067:20: style: The scope of the variable 'fnDrawBuffers' can be reduced. [variableScope]
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:179:61: style: Function 'SetImageDataStatus' argument 1 names different: declaration 'x' definition 'newStatus'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLFramebuffer.h:91:50: note: Function 'SetImageDataStatus' argument 1 names different: declaration 'x' definition 'newStatus'.
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:179:61: note: Function 'SetImageDataStatus' argument 1 names different: declaration 'x' definition 'newStatus'.
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:670:46: style: Function 'GetColorAttachPoint' argument 1 names different: declaration 'attachment' definition 'attachPoint'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLFramebuffer.h:231:59: note: Function 'GetColorAttachPoint' argument 1 names different: declaration 'attachment' definition 'attachPoint'.
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:670:46: note: Function 'GetColorAttachPoint' argument 1 names different: declaration 'attachment' definition 'attachPoint'.
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:688:41: style: Function 'GetAttachPoint' argument 1 names different: declaration 'attachment' definition 'attachPoint'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLFramebuffer.h:230:54: note: Function 'GetAttachPoint' argument 1 names different: declaration 'attachment' definition 'attachPoint'.
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:688:41: note: Function 'GetAttachPoint' argument 1 names different: declaration 'attachment' definition 'attachPoint'.
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:1361:72: style: Function 'FramebufferRenderbuffer' argument 2 names different: declaration 'attachment' definition 'attachEnum'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLFramebuffer.h:293:63: note: Function 'FramebufferRenderbuffer' argument 2 names different: declaration 'attachment' definition 'attachEnum'.
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:1361:72: note: Function 'FramebufferRenderbuffer' argument 2 names different: declaration 'attachment' definition 'attachEnum'.
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:1407:69: style: Function 'FramebufferTexture2D' argument 2 names different: declaration 'attachment' definition 'attachEnum'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLFramebuffer.h:295:60: note: Function 'FramebufferTexture2D' argument 2 names different: declaration 'attachment' definition 'attachEnum'.
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:1407:69: note: Function 'FramebufferTexture2D' argument 2 names different: declaration 'attachment' definition 'attachEnum'.
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:1495:72: style: Function 'FramebufferTextureLayer' argument 2 names different: declaration 'attachment' definition 'attachEnum'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLFramebuffer.h:297:63: note: Function 'FramebufferTextureLayer' argument 2 names different: declaration 'attachment' definition 'attachEnum'.
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:1495:72: note: Function 'FramebufferTextureLayer' argument 2 names different: declaration 'attachment' definition 'attachEnum'.
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:1580:64: style: Function 'GetAttachmentParameter' argument 4 names different: declaration 'attachment' definition 'attachEnum'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLFramebuffer.h:303:45: note: Function 'GetAttachmentParameter' argument 4 names different: declaration 'attachment' definition 'attachEnum'.
firefox-62.0/dom/canvas/WebGLFramebuffer.cpp:1580:64: note: Function 'GetAttachmentParameter' argument 4 names different: declaration 'attachment' definition 'attachEnum'.
firefox-62.0/dom/canvas/WebGLProgram.cpp:626:41: style: Function 'BindAttribLocation' argument 1 names different: declaration 'index' definition 'loc'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLProgram.h:154:36: note: Function 'BindAttribLocation' argument 1 names different: declaration 'index' definition 'loc'.
firefox-62.0/dom/canvas/WebGLProgram.cpp:626:41: note: Function 'BindAttribLocation' argument 1 names different: declaration 'index' definition 'loc'.
firefox-62.0/dom/canvas/WebGLProgram.cpp:736:50: style: Function 'GetAttribLocation' argument 1 names different: declaration 'name' definition 'userName_wide'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLProgram.h:159:46: note: Function 'GetAttribLocation' argument 1 names different: declaration 'name' definition 'userName_wide'.
firefox-62.0/dom/canvas/WebGLProgram.cpp:736:50: note: Function 'GetAttribLocation' argument 1 names different: declaration 'name' definition 'userName_wide'.
firefox-62.0/dom/canvas/WebGLProgram.cpp:767:52: style: Function 'GetFragDataLocation' argument 1 names different: declaration 'name' definition 'userName_wide'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLProgram.h:160:48: note: Function 'GetFragDataLocation' argument 1 names different: declaration 'name' definition 'userName_wide'.
firefox-62.0/dom/canvas/WebGLProgram.cpp:767:52: note: Function 'GetFragDataLocation' argument 1 names different: declaration 'name' definition 'userName_wide'.
firefox-62.0/dom/canvas/WebGLProgram.cpp:875:53: style: Function 'GetUniformBlockIndex' argument 1 names different: declaration 'name' definition 'userName_wide'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLProgram.h:163:50: note: Function 'GetUniformBlockIndex' argument 1 names different: declaration 'name' definition 'userName_wide'.
firefox-62.0/dom/canvas/WebGLProgram.cpp:875:53: note: Function 'GetUniformBlockIndex' argument 1 names different: declaration 'name' definition 'userName_wide'.
firefox-62.0/dom/canvas/WebGLProgram.cpp:904:78: style: Function 'GetActiveUniformBlockName' argument 2 names different: declaration 'name' definition 'retval'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLProgram.h:164:73: note: Function 'GetActiveUniformBlockName' argument 2 names different: declaration 'name' definition 'retval'.
firefox-62.0/dom/canvas/WebGLProgram.cpp:904:78: note: Function 'GetActiveUniformBlockName' argument 2 names different: declaration 'name' definition 'retval'.
firefox-62.0/dom/canvas/WebGLProgram.cpp:998:51: style: Function 'GetUniformLocation' argument 1 names different: declaration 'name' definition 'userName_wide'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLProgram.h:168:80: note: Function 'GetUniformLocation' argument 1 names different: declaration 'name' definition 'userName_wide'.
firefox-62.0/dom/canvas/WebGLProgram.cpp:998:51: note: Function 'GetUniformLocation' argument 1 names different: declaration 'name' definition 'userName_wide'.
firefox-62.0/dom/canvas/WebGLProgram.cpp:1636:70: style: Function 'FindAttrib' argument 2 names different: declaration 'out_info' definition 'out'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLProgram.h:127:73: note: Function 'FindAttrib' argument 2 names different: declaration 'out_info' definition 'out'.
firefox-62.0/dom/canvas/WebGLProgram.cpp:1636:70: note: Function 'FindAttrib' argument 2 names different: declaration 'out_info' definition 'out'.
firefox-62.0/dom/canvas/WebGLProgram.cpp:450:5: error: Member variable 'prog' is initialized by itself. [selfInitialization]
firefox-62.0/dom/canvas/WebGLProgram.cpp:501:0: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
firefox-62.0/dom/canvas/WebGLTexelConversions.cpp:88:10: style: Unused private function: 'WebGLImageConverter::run' [unusedPrivateFunction]
firefox-62.0/dom/canvas/WebGLTexelConversions.cpp:288:10: performance: Technically the member function 'mozilla::::WebGLImageConverter::run' can be static. [functionStatic]
firefox-62.0/dom/canvas/WebGLTypes.h:177:1: warning: Memory for class instance allocated with calloc(), but class provides constructors. [mallocOnClassWarning]
firefox-62.0/dom/canvas/WebGLTexture.cpp:687:0: note: Memory for class instance allocated with calloc(), but class provides constructors.
firefox-62.0/dom/canvas/WebGLTypes.h:177:1: note: Memory for class instance allocated with calloc(), but class provides constructors.
firefox-62.0/dom/canvas/WebGLTypes.h:177:1: warning: Memory for class instance allocated with calloc(), but class provides constructors. [mallocOnClassWarning]
firefox-62.0/dom/canvas/WebGLTexture.cpp:730:0: note: Memory for class instance allocated with calloc(), but class provides constructors.
firefox-62.0/dom/canvas/WebGLTypes.h:177:1: note: Memory for class instance allocated with calloc(), but class provides constructors.
firefox-62.0/dom/canvas/WebGLTexture.cpp:781:63: style: Function 'PopulateMipChain' argument 2 names different: declaration 'baseLevel' definition 'firstLevel'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLTexture.h:294:58: note: Function 'PopulateMipChain' argument 2 names different: declaration 'baseLevel' definition 'firstLevel'.
firefox-62.0/dom/canvas/WebGLTexture.cpp:781:63: note: Function 'PopulateMipChain' argument 2 names different: declaration 'baseLevel' definition 'firstLevel'.
firefox-62.0/dom/canvas/WebGLTexture.cpp:782:41: style: Function 'PopulateMipChain' argument 3 names different: declaration 'maxLevel' definition 'lastLevel'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLTexture.h:294:78: note: Function 'PopulateMipChain' argument 3 names different: declaration 'maxLevel' definition 'lastLevel'.
firefox-62.0/dom/canvas/WebGLTexture.cpp:782:41: note: Function 'PopulateMipChain' argument 3 names different: declaration 'maxLevel' definition 'lastLevel'.
firefox-62.0/dom/canvas/WebGLTypes.h:177:1: warning: Memory for class instance allocated with calloc(), but class provides constructors. [mallocOnClassWarning]
firefox-62.0/dom/canvas/WebGLTextureUpload.cpp:2047:21: note: Memory for class instance allocated with calloc(), but class provides constructors.
firefox-62.0/dom/canvas/WebGLTypes.h:177:1: note: Memory for class instance allocated with calloc(), but class provides constructors.
firefox-62.0/dom/canvas/WebGLTextureUpload.cpp:2104:56: style: Function 'CopyTexImage2D' argument 6 names different: declaration 'width' definition 'rawWidth'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLTexture.h:284:51: note: Function 'CopyTexImage2D' argument 6 names different: declaration 'width' definition 'rawWidth'.
firefox-62.0/dom/canvas/WebGLTextureUpload.cpp:2104:56: note: Function 'CopyTexImage2D' argument 6 names different: declaration 'width' definition 'rawWidth'.
firefox-62.0/dom/canvas/WebGLTextureUpload.cpp:2104:74: style: Function 'CopyTexImage2D' argument 7 names different: declaration 'height' definition 'rawHeight'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLTexture.h:284:66: note: Function 'CopyTexImage2D' argument 7 names different: declaration 'height' definition 'rawHeight'.
firefox-62.0/dom/canvas/WebGLTextureUpload.cpp:2104:74: note: Function 'CopyTexImage2D' argument 7 names different: declaration 'height' definition 'rawHeight'.
firefox-62.0/dom/canvas/WebGLTextureUpload.cpp:2188:48: style: Function 'CopyTexSubImage' argument 9 names different: declaration 'width' definition 'rawWidth'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLTexture.h:287:34: note: Function 'CopyTexSubImage' argument 9 names different: declaration 'width' definition 'rawWidth'.
firefox-62.0/dom/canvas/WebGLTextureUpload.cpp:2188:48: note: Function 'CopyTexSubImage' argument 9 names different: declaration 'width' definition 'rawWidth'.
firefox-62.0/dom/canvas/WebGLTextureUpload.cpp:2188:66: style: Function 'CopyTexSubImage' argument 10 names different: declaration 'height' definition 'rawHeight'. [funcArgNamesDifferent]
firefox-62.0/dom/canvas/WebGLTexture.h:287:49: note: Function 'CopyTexSubImage' argument 10 names different: declaration 'height' definition 'rawHeight'.
firefox-62.0/dom/canvas/WebGLTextureUpload.cpp:2188:66: note: Function 'CopyTexSubImage' argument 10 names different: declaration 'height' definition 'rawHeight'.
firefox-62.0/dom/canvas/WebGLValidateStrings.cpp:22:37: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/dom/canvas/gtest/TestImageBitmapColorUtils.cpp:48:0: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/dom/canvas/gtest/TestImageBitmapColorUtils.cpp:49:0: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/clients/api/Client.cpp:119:48: style: Function 'PostMessage' argument 3 names different: declaration 'aTransferrable' definition 'aTransferable'. [funcArgNamesDifferent]
firefox-62.0/dom/clients/api/Client.h:89:42: note: Function 'PostMessage' argument 3 names different: declaration 'aTransferrable' definition 'aTransferable'.
firefox-62.0/dom/clients/api/Client.cpp:119:48: note: Function 'PostMessage' argument 3 names different: declaration 'aTransferrable' definition 'aTransferable'.
firefox-62.0/dom/clients/api/Clients.cpp:122:3: performance: Technically the member function 'mozilla::dom::::MatchAllComparator::LessThan' can be static. [functionStatic]
firefox-62.0/dom/clients/api/Clients.cpp:144:3: performance: Technically the member function 'mozilla::dom::::MatchAllComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/clients/manager/ClientThing.h:43:0: warning: Class 'mozilla :: dom :: ClientThing < ClientHandleChild >' which has virtual members does not have a virtual destructor. [virtualDestructor]
firefox-62.0/dom/clients/manager/ClientThing.h:43:0: warning: Class 'mozilla :: dom :: ClientThing < ClientManagerChild >' which has virtual members does not have a virtual destructor. [virtualDestructor]
firefox-62.0/dom/clients/manager/ClientThing.h:54:0: performance: Technically the member function 'mozilla :: dom :: ClientThing < ClientHandleChild >::AssertIsValid' can be static. [functionStatic]
firefox-62.0/dom/clients/manager/ClientThing.h:54:0: performance: Technically the member function 'mozilla :: dom :: ClientThing < ClientManagerChild >::AssertIsValid' can be static. [functionStatic]
firefox-62.0/dom/clients/manager/ClientThing.h:129:0: warning: Virtual function 'OnShutdownThing' is called from destructor '~mozilla :: dom :: ClientThing < ClientHandleChild >()' at line 46. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/dom/clients/manager/ClientThing.h:46:0: note: Calling ShutdownThing
firefox-62.0/dom/clients/manager/ClientThing.h:124:0: note: Calling OnShutdownThing
firefox-62.0/dom/clients/manager/ClientThing.h:129:0: note: OnShutdownThing is a virtual method
firefox-62.0/dom/clients/manager/ClientThing.h:129:0: warning: Virtual function 'OnShutdownThing' is called from destructor '~mozilla :: dom :: ClientThing < ClientManagerChild >()' at line 46. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/dom/clients/manager/ClientThing.h:46:0: note: Calling ShutdownThing
firefox-62.0/dom/clients/manager/ClientThing.h:124:0: note: Calling OnShutdownThing
firefox-62.0/dom/clients/manager/ClientThing.h:129:0: note: OnShutdownThing is a virtual method
firefox-62.0/dom/clients/manager/ClientManager.cpp:299:47: style: Function 'MatchAll' argument 2 names different: declaration 'aTarget' definition 'aSerialEventTarget'. [funcArgNamesDifferent]
firefox-62.0/dom/clients/manager/ClientManager.h:99:67: note: Function 'MatchAll' argument 2 names different: declaration 'aTarget' definition 'aSerialEventTarget'.
firefox-62.0/dom/clients/manager/ClientManager.cpp:299:47: note: Function 'MatchAll' argument 2 names different: declaration 'aTarget' definition 'aSerialEventTarget'.
firefox-62.0/dom/clients/manager/ClientThing.h:43:0: warning: Class 'mozilla :: dom :: ClientThing < ClientSourceChild >' which has virtual members does not have a virtual destructor. [virtualDestructor]
firefox-62.0/dom/clients/manager/ClientThing.h:54:0: performance: Technically the member function 'mozilla :: dom :: ClientThing < ClientSourceChild >::AssertIsValid' can be static. [functionStatic]
firefox-62.0/dom/clients/manager/ClientThing.h:129:0: warning: Virtual function 'OnShutdownThing' is called from destructor '~mozilla :: dom :: ClientThing < ClientSourceChild >()' at line 46. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/dom/clients/manager/ClientThing.h:46:0: note: Calling ShutdownThing
firefox-62.0/dom/clients/manager/ClientThing.h:124:0: note: Calling OnShutdownThing
firefox-62.0/dom/clients/manager/ClientThing.h:129:0: note: OnShutdownThing is a virtual method
firefox-62.0/dom/clients/manager/ClientManagerService.h:75:3: performance: Technically the member function 'mozilla::dom::ClientManagerService::OpenWindow' can be static. [functionStatic]
firefox-62.0/dom/clients/manager/ClientManagerService.cpp:635:23: note: Technically the member function 'mozilla::dom::ClientManagerService::OpenWindow' can be static.
firefox-62.0/dom/clients/manager/ClientManagerService.h:75:3: note: Technically the member function 'mozilla::dom::ClientManagerService::OpenWindow' can be static.
firefox-62.0/dom/clients/manager/ClientSourceParent.cpp:284:54: style: Function 'AttachHandle' argument 1 names different: declaration 'aClientSource' definition 'aClientHandle'. [funcArgNamesDifferent]
firefox-62.0/dom/clients/manager/ClientSourceParent.h:86:36: note: Function 'AttachHandle' argument 1 names different: declaration 'aClientSource' definition 'aClientHandle'.
firefox-62.0/dom/clients/manager/ClientSourceParent.cpp:284:54: note: Function 'AttachHandle' argument 1 names different: declaration 'aClientSource' definition 'aClientHandle'.
firefox-62.0/dom/clients/manager/ClientSourceParent.cpp:293:54: style: Function 'DetachHandle' argument 1 names different: declaration 'aClientSource' definition 'aClientHandle'. [funcArgNamesDifferent]
firefox-62.0/dom/clients/manager/ClientSourceParent.h:89:36: note: Function 'DetachHandle' argument 1 names different: declaration 'aClientSource' definition 'aClientHandle'.
firefox-62.0/dom/clients/manager/ClientSourceParent.cpp:293:54: note: Function 'DetachHandle' argument 1 names different: declaration 'aClientSource' definition 'aClientHandle'.
firefox-62.0/dom/commandhandler/nsCommandManager.cpp:219:63: style: Function 'GetControllerForCommand' argument 2 names different: declaration 'aDirectedToThisWindow' definition 'aTargetWindow'. [funcArgNamesDifferent]
firefox-62.0/dom/commandhandler/nsCommandManager.h:41:56: note: Function 'GetControllerForCommand' argument 2 names different: declaration 'aDirectedToThisWindow' definition 'aTargetWindow'.
firefox-62.0/dom/commandhandler/nsCommandManager.cpp:219:63: note: Function 'GetControllerForCommand' argument 2 names different: declaration 'aDirectedToThisWindow' definition 'aTargetWindow'.
firefox-62.0/dom/commandhandler/nsCommandParams.h:26:3: warning: The struct 'HashEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/console/Console.cpp:1017:0: error: syntax error [syntaxError]
firefox-62.0/dom/crypto/CryptoKey.cpp:154:39: style: Function 'CryptoKey' argument 1 names different: declaration 'aWindow' definition 'aGlobal'. [funcArgNamesDifferent]
firefox-62.0/dom/crypto/CryptoKey.h:92:39: note: Function 'CryptoKey' argument 1 names different: declaration 'aWindow' definition 'aGlobal'.
firefox-62.0/dom/crypto/CryptoKey.cpp:154:39: note: Function 'CryptoKey' argument 1 names different: declaration 'aWindow' definition 'aGlobal'.
firefox-62.0/dom/crypto/CryptoKey.cpp:313:46: style: Function 'AddPublicKeyData' argument 1 names different: declaration 'point' definition 'aPublicKey'. [funcArgNamesDifferent]
firefox-62.0/dom/crypto/CryptoKey.h:117:46: note: Function 'AddPublicKeyData' argument 1 names different: declaration 'point' definition 'aPublicKey'.
firefox-62.0/dom/crypto/CryptoKey.cpp:313:46: note: Function 'AddPublicKeyData' argument 1 names different: declaration 'point' definition 'aPublicKey'.
firefox-62.0/dom/crypto/CryptoKey.cpp:1008:47: style: Function 'PublicKeyFromJwk' argument 1 names different: declaration 'aKeyData' definition 'aJwk'. [funcArgNamesDifferent]
firefox-62.0/dom/crypto/CryptoKey.h:154:67: note: Function 'PublicKeyFromJwk' argument 1 names different: declaration 'aKeyData' definition 'aJwk'.
firefox-62.0/dom/crypto/CryptoKey.cpp:1008:47: note: Function 'PublicKeyFromJwk' argument 1 names different: declaration 'aKeyData' definition 'aJwk'.
firefox-62.0/dom/crypto/WebCryptoTask.cpp:2208:5: performance: Variable 'mKey' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/events/ContentEventHandler.cpp:3006:70: style: Function 'AdjustCollapsedRangeMaybeIntoTextNode' argument 1 names different: declaration 'aCollapsedRawRange' definition 'aRawRange'. [funcArgNamesDifferent]
firefox-62.0/dom/events/ContentEventHandler.h:338:60: note: Function 'AdjustCollapsedRangeMaybeIntoTextNode' argument 1 names different: declaration 'aCollapsedRawRange' definition 'aRawRange'.
firefox-62.0/dom/events/ContentEventHandler.cpp:3006:70: note: Function 'AdjustCollapsedRangeMaybeIntoTextNode' argument 1 names different: declaration 'aCollapsedRawRange' definition 'aRawRange'.
firefox-62.0/dom/events/ContentEventHandler.cpp:3196:53: style: Function 'RectRelativeTo' argument 1 names different: declaration 'aBaseFrame' definition 'aDestFrame'. [funcArgNamesDifferent]
firefox-62.0/dom/events/ContentEventHandler.h:434:37: note: Function 'RectRelativeTo' argument 1 names different: declaration 'aBaseFrame' definition 'aDestFrame'.
firefox-62.0/dom/events/ContentEventHandler.cpp:3196:53: note: Function 'RectRelativeTo' argument 1 names different: declaration 'aBaseFrame' definition 'aDestFrame'.
firefox-62.0/dom/events/ContentEventHandler.h:322:8: performance: Technically the member function 'mozilla::ContentEventHandler::IsPlugin' can be static. [functionStatic]
firefox-62.0/dom/events/ContentEventHandler.cpp:476:22: note: Technically the member function 'mozilla::ContentEventHandler::IsPlugin' can be static.
firefox-62.0/dom/events/ContentEventHandler.h:322:8: note: Technically the member function 'mozilla::ContentEventHandler::IsPlugin' can be static.
firefox-62.0/dom/events/ContentEventHandler.h:338:12: performance: Technically the member function 'mozilla::ContentEventHandler::AdjustCollapsedRangeMaybeIntoTextNode' can be static. [functionStatic]
firefox-62.0/dom/events/ContentEventHandler.cpp:3006:22: note: Technically the member function 'mozilla::ContentEventHandler::AdjustCollapsedRangeMaybeIntoTextNode' can be static.
firefox-62.0/dom/events/ContentEventHandler.h:338:12: note: Technically the member function 'mozilla::ContentEventHandler::AdjustCollapsedRangeMaybeIntoTextNode' can be static.
firefox-62.0/dom/events/ContentEventHandler.h:341:12: performance: Technically the member function 'mozilla::ContentEventHandler::ConvertToRootRelativeOffset' can be static. [functionStatic]
firefox-62.0/dom/events/ContentEventHandler.cpp:3058:22: note: Technically the member function 'mozilla::ContentEventHandler::ConvertToRootRelativeOffset' can be static.
firefox-62.0/dom/events/ContentEventHandler.h:341:12: note: Technically the member function 'mozilla::ContentEventHandler::ConvertToRootRelativeOffset' can be static.
firefox-62.0/dom/events/ContentEventHandler.h:365:16: performance: Technically the member function 'mozilla::ContentEventHandler::GetNodePositionHavingFlatText' can be static. [functionStatic]
firefox-62.0/dom/events/ContentEventHandler.cpp:1573:22: note: Technically the member function 'mozilla::ContentEventHandler::GetNodePositionHavingFlatText' can be static.
firefox-62.0/dom/events/ContentEventHandler.h:365:16: note: Technically the member function 'mozilla::ContentEventHandler::GetNodePositionHavingFlatText' can be static.
firefox-62.0/dom/events/ContentEventHandler.h:450:21: performance: Technically the member function 'mozilla::ContentEventHandler::GuessLineBreakerRectAfter' can be static. [functionStatic]
firefox-62.0/dom/events/ContentEventHandler.cpp:1855:22: note: Technically the member function 'mozilla::ContentEventHandler::GuessLineBreakerRectAfter' can be static.
firefox-62.0/dom/events/ContentEventHandler.h:450:21: note: Technically the member function 'mozilla::ContentEventHandler::GuessLineBreakerRectAfter' can be static.
firefox-62.0/dom/events/ContentEventHandler.h:465:21: performance: Technically the member function 'mozilla::ContentEventHandler::GuessFirstCaretRectIn' can be static. [functionStatic]
firefox-62.0/dom/events/ContentEventHandler.cpp:1889:22: note: Technically the member function 'mozilla::ContentEventHandler::GuessFirstCaretRectIn' can be static.
firefox-62.0/dom/events/ContentEventHandler.h:465:21: note: Technically the member function 'mozilla::ContentEventHandler::GuessFirstCaretRectIn' can be static.
firefox-62.0/dom/events/ContentEventHandler.h:471:8: performance: Technically the member function 'mozilla::ContentEventHandler::EnsureNonEmptyRect' can be static. [functionStatic]
firefox-62.0/dom/events/ContentEventHandler.cpp:1549:22: note: Technically the member function 'mozilla::ContentEventHandler::EnsureNonEmptyRect' can be static.
firefox-62.0/dom/events/ContentEventHandler.h:471:8: note: Technically the member function 'mozilla::ContentEventHandler::EnsureNonEmptyRect' can be static.
firefox-62.0/dom/events/ContentEventHandler.h:472:8: performance: Technically the member function 'mozilla::ContentEventHandler::EnsureNonEmptyRect' can be static. [functionStatic]
firefox-62.0/dom/events/ContentEventHandler.cpp:1558:22: note: Technically the member function 'mozilla::ContentEventHandler::EnsureNonEmptyRect' can be static.
firefox-62.0/dom/events/ContentEventHandler.h:472:8: note: Technically the member function 'mozilla::ContentEventHandler::EnsureNonEmptyRect' can be static.
firefox-62.0/dom/events/DataTransfer.cpp:348:28: style: The scope of the variable 'idx' can be reduced. [variableScope]
firefox-62.0/dom/events/DataTransfer.cpp:410:45: style: Function 'SetMozCursor' argument 1 names different: declaration 'aCursor' definition 'aCursorState'. [funcArgNamesDifferent]
firefox-62.0/dom/events/DataTransfer.h:249:38: note: Function 'SetMozCursor' argument 1 names different: declaration 'aCursor' definition 'aCursorState'.
firefox-62.0/dom/events/DataTransfer.cpp:410:45: note: Function 'SetMozCursor' argument 1 names different: declaration 'aCursor' definition 'aCursorState'.
firefox-62.0/dom/events/DataTransfer.cpp:566:52: style: Function 'PrincipalMaySetData' argument 1 names different: declaration 'aFormat' definition 'aType'. [funcArgNamesDifferent]
firefox-62.0/dom/events/DataTransfer.h:408:52: note: Function 'PrincipalMaySetData' argument 1 names different: declaration 'aFormat' definition 'aType'.
firefox-62.0/dom/events/DataTransfer.cpp:566:52: note: Function 'PrincipalMaySetData' argument 1 names different: declaration 'aFormat' definition 'aType'.
firefox-62.0/dom/events/DataTransfer.cpp:718:37: style: Function 'SetDragImage' argument 1 names different: declaration 'aElement' definition 'aImage'. [funcArgNamesDifferent]
firefox-62.0/dom/events/DataTransfer.h:202:30: note: Function 'SetDragImage' argument 1 names different: declaration 'aElement' definition 'aImage'.
firefox-62.0/dom/events/DataTransfer.cpp:718:37: note: Function 'SetDragImage' argument 1 names different: declaration 'aElement' definition 'aImage'.
firefox-62.0/dom/events/DataTransfer.cpp:728:40: style: Function 'UpdateDragImage' argument 1 names different: declaration 'aElement' definition 'aImage'. [funcArgNamesDifferent]
firefox-62.0/dom/events/DataTransfer.h:203:33: note: Function 'UpdateDragImage' argument 1 names different: declaration 'aElement' definition 'aImage'.
firefox-62.0/dom/events/DataTransfer.cpp:728:40: note: Function 'UpdateDragImage' argument 1 names different: declaration 'aElement' definition 'aImage'.
firefox-62.0/dom/events/DataTransfer.cpp:801:36: style: Function 'Clone' argument 5 names different: declaration 'aResult' definition 'aNewDataTransfer'. [funcArgNamesDifferent]
firefox-62.0/dom/events/DataTransfer.h:402:33: note: Function 'Clone' argument 5 names different: declaration 'aResult' definition 'aNewDataTransfer'.
firefox-62.0/dom/events/DataTransfer.cpp:801:36: note: Function 'Clone' argument 5 names different: declaration 'aResult' definition 'aNewDataTransfer'.
firefox-62.0/dom/events/DataTransferItem.cpp:228:15: style: Same expression on both sides of '!=' because the value of 'oldKind' and 'Kind()' are the same. [duplicateExpression]
firefox-62.0/dom/events/DataTransferItem.cpp:192:23: note: 'oldKind' is assigned value 'Kind()' here.
firefox-62.0/dom/events/DataTransferItem.cpp:228:15: note: Same expression on both sides of '!=' because the value of 'oldKind' and 'Kind()' are the same.
firefox-62.0/dom/events/DataTransferItemList.cpp:149:40: style: Function 'Add' argument 4 names different: declaration 'rv' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/events/DataTransferItemList.h:56:38: note: Function 'Add' argument 4 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/events/DataTransferItemList.cpp:149:40: note: Function 'Add' argument 4 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/events/EventDispatcher.cpp:1125:19: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
firefox-62.0/dom/events/EventDispatcher.cpp:1120:38: note: outer condition: preVisitor.mDOMEvent
firefox-62.0/dom/events/EventDispatcher.cpp:1125:19: note: identical inner condition: preVisitor.mDOMEvent
firefox-62.0/dom/events/EventDispatcher.cpp:738:34: warning: Possible null pointer dereference: piTarget [nullPointer]
firefox-62.0/dom/events/EventDispatcher.cpp:733:31: note: Assignment 'piTarget=win?win->GetParentTarget():nullptr', assigned value is 0
firefox-62.0/dom/events/EventDispatcher.cpp:738:34: note: Null pointer dereference
firefox-62.0/dom/events/EventDispatcher.cpp:83:8: style: Technically the member function 'mozilla::ELMCreationDetector::MayHaveNewListenerManager' can be const. [functionConst]
firefox-62.0/dom/events/EventDispatcher.cpp:89:8: style: Technically the member function 'mozilla::ELMCreationDetector::IsMainThread' can be const. [functionConst]
firefox-62.0/dom/events/EventDispatcher.cpp:279:8: style: Technically the member function 'mozilla::EventTargetChainItem::ForceContentDispatch' can be const. [functionConst]
firefox-62.0/dom/events/EventDispatcher.cpp:289:8: style: Technically the member function 'mozilla::EventTargetChainItem::WantsWillHandleEvent' can be const. [functionConst]
firefox-62.0/dom/events/EventDispatcher.cpp:299:8: style: Technically the member function 'mozilla::EventTargetChainItem::WantsPreHandleEvent' can be const. [functionConst]
firefox-62.0/dom/events/EventDispatcher.cpp:309:8: style: Technically the member function 'mozilla::EventTargetChainItem::PreHandleEventOnly' can be const. [functionConst]
firefox-62.0/dom/events/EventDispatcher.cpp:319:8: style: Technically the member function 'mozilla::EventTargetChainItem::IsRootOfClosedTree' can be const. [functionConst]
firefox-62.0/dom/events/EventDispatcher.cpp:329:8: style: Technically the member function 'mozilla::EventTargetChainItem::IsSlotInClosedTree' can be const. [functionConst]
firefox-62.0/dom/events/EventDispatcher.cpp:339:8: style: Technically the member function 'mozilla::EventTargetChainItem::IsChromeHandler' can be const. [functionConst]
firefox-62.0/dom/events/EventDispatcher.cpp:349:8: style: Technically the member function 'mozilla::EventTargetChainItem::MayHaveListenerManager' can be const. [functionConst]
firefox-62.0/dom/events/EventListenerManager.cpp:625:13: style: The scope of the variable 'listener' can be reduced. [variableScope]
firefox-62.0/dom/events/EventListenerManager.cpp:760:13: style: The scope of the variable 'listener' can be reduced. [variableScope]
firefox-62.0/dom/events/EventStateManager.cpp:2963:40: warning: Either the condition 'current' is redundant or there is possible null pointer dereference: current. [nullPointerRedundantCheck]
firefox-62.0/dom/events/EventStateManager.cpp:2956:9: note: Assuming that condition 'current' is not redundant
firefox-62.0/dom/events/EventStateManager.cpp:2963:40: note: Null pointer dereference
firefox-62.0/dom/events/IMEContentObserver.cpp:630:55: style: Function 'IsManaging' argument 1 names different: declaration 'aTextComposition' definition 'aComposition'. [funcArgNamesDifferent]
firefox-62.0/dom/events/IMEContentObserver.h:136:42: note: Function 'IsManaging' argument 1 names different: declaration 'aTextComposition' definition 'aComposition'.
firefox-62.0/dom/events/IMEContentObserver.cpp:630:55: note: Function 'IsManaging' argument 1 names different: declaration 'aTextComposition' definition 'aComposition'.
firefox-62.0/dom/events/IMEContentObserver.cpp:700:54: style: Function 'GetSelectionAndRoot' argument 2 names different: declaration 'aRoot' definition 'aRootContent'. [funcArgNamesDifferent]
firefox-62.0/dom/events/IMEContentObserver.h:153:45: note: Function 'GetSelectionAndRoot' argument 2 names different: declaration 'aRoot' definition 'aRootContent'.
firefox-62.0/dom/events/IMEContentObserver.cpp:700:54: note: Function 'GetSelectionAndRoot' argument 2 names different: declaration 'aRoot' definition 'aRootContent'.
firefox-62.0/dom/events/IMEStateManager.cpp:146:36: warning: Either the condition 'newTabParent?IMEState(IMEState::DISABLED):GetNewIMEState(aPresContext,aContent)' is redundant or there is possible null pointer dereference: aTabParent2. [nullPointerRedundantCheck]
firefox-62.0/dom/events/IMEStateManager.cpp:594:18: note: Assuming that condition 'newTabParent?IMEState(IMEState::DISABLED):GetNewIMEState(aPresContext,aContent)' is not redundant
firefox-62.0/dom/events/IMEStateManager.cpp:571:60: note: Calling function 'IsSameProcess', 2nd argument 'aTabParent2' value is 0
firefox-62.0/dom/events/IMEStateManager.cpp:146:36: note: Null pointer dereference
firefox-62.0/dom/events/PointerEventHandler.h:180:15: style: Unused private function: 'PointerEventHandler::GetPointerPrimaryState' [unusedPrivateFunction]
firefox-62.0/dom/events/PointerEventHandler.h:38:8: style: Technically the member function 'mozilla::PointerCaptureInfo::Empty' can be const. [functionConst]
firefox-62.0/dom/events/PointerEventHandler.cpp:515:80: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/dom/fetch/Fetch.cpp:807:67: style: Function 'OnResponseEnd' argument 1 names different: declaration 'eReason' definition 'aReason'. [funcArgNamesDifferent]
firefox-62.0/dom/fetch/Fetch.cpp:261:48: note: Function 'OnResponseEnd' argument 1 names different: declaration 'eReason' definition 'aReason'.
firefox-62.0/dom/fetch/Fetch.cpp:807:67: note: Function 'OnResponseEnd' argument 1 names different: declaration 'eReason' definition 'aReason'.
firefox-62.0/dom/fetch/Fetch.cpp:922:38: style: Function 'ExtractByteStreamFromBody' argument 3 names different: declaration 'aContentType' definition 'aContentTypeWithCharset'. [funcArgNamesDifferent]
firefox-62.0/dom/fetch/Fetch.h:73:38: note: Function 'ExtractByteStreamFromBody' argument 3 names different: declaration 'aContentType' definition 'aContentTypeWithCharset'.
firefox-62.0/dom/fetch/Fetch.cpp:922:38: note: Function 'ExtractByteStreamFromBody' argument 3 names different: declaration 'aContentType' definition 'aContentTypeWithCharset'.
firefox-62.0/dom/fetch/Fetch.cpp:78:1: style: The class 'AbortSignalProxy' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/fetch/InternalRequest.h:254:3: style: Technically the member function 'mozilla::dom::InternalRequest::GetReferrerPolicy' can be const. [functionConst]
firefox-62.0/dom/fetch/InternalRequest.h:295:3: performance: Technically the member function 'mozilla::dom::InternalRequest::SkipServiceWorker' can be static. [functionStatic]
firefox-62.0/dom/fetch/InternalRequest.h:301:3: performance: Technically the member function 'mozilla::dom::InternalRequest::SetSkipServiceWorker' can be static. [functionStatic]
firefox-62.0/dom/fetch/InternalRequest.h:307:3: performance: Technically the member function 'mozilla::dom::InternalRequest::IsSynchronous' can be static. [functionStatic]
firefox-62.0/dom/fetch/InternalRequest.h:337:3: performance: Technically the member function 'mozilla::dom::InternalRequest::GetResponseTainting' can be static. [functionStatic]
firefox-62.0/dom/fetch/InternalRequest.h:343:3: performance: Technically the member function 'mozilla::dom::InternalRequest::MaybeIncreaseResponseTainting' can be static. [functionStatic]
firefox-62.0/dom/fetch/InternalRequest.h:422:3: performance: Technically the member function 'mozilla::dom::InternalRequest::UnsafeRequest' can be static. [functionStatic]
firefox-62.0/dom/fetch/InternalRequest.h:428:3: performance: Technically the member function 'mozilla::dom::InternalRequest::SetUnsafeRequest' can be static. [functionStatic]
firefox-62.0/dom/fetch/InternalRequest.h:440:3: performance: Technically the member function 'mozilla::dom::InternalRequest::ForceOriginHeader' can be static. [functionStatic]
firefox-62.0/dom/fetch/InternalRequest.h:446:3: performance: Technically the member function 'mozilla::dom::InternalRequest::SameOriginDataURL' can be static. [functionStatic]
firefox-62.0/dom/fetch/InternalRequest.h:452:3: performance: Technically the member function 'mozilla::dom::InternalRequest::UnsetSameOriginDataURL' can be static. [functionStatic]
firefox-62.0/dom/fetch/InternalRequest.h:469:3: style: Technically the member function 'mozilla::dom::InternalRequest::GetBody' can be const. [functionConst]
firefox-62.0/dom/fetch/FetchConsumer.cpp:561:58: style: Function 'ContinueConsumeBody' argument 2 names different: declaration 'aLength' definition 'aResultLength'. [funcArgNamesDifferent]
firefox-62.0/dom/fetch/FetchConsumer.h:53:50: note: Function 'ContinueConsumeBody' argument 2 names different: declaration 'aLength' definition 'aResultLength'.
firefox-62.0/dom/fetch/FetchConsumer.cpp:561:58: note: Function 'ContinueConsumeBody' argument 2 names different: declaration 'aLength' definition 'aResultLength'.
firefox-62.0/dom/fetch/FetchStream.cpp:291:46: style: Function 'ErroredCallback' argument 5 names different: declaration 'reason' definition 'aReason'. [funcArgNamesDifferent]
firefox-62.0/dom/fetch/FetchStream.h:84:35: note: Function 'ErroredCallback' argument 5 names different: declaration 'reason' definition 'aReason'.
firefox-62.0/dom/fetch/FetchStream.cpp:291:46: note: Function 'ErroredCallback' argument 5 names different: declaration 'reason' definition 'aReason'.
firefox-62.0/dom/fetch/FetchStream.cpp:352:40: style: Function 'ErrorPropagation' argument 4 names different: declaration 'aRv' definition 'aError'. [funcArgNamesDifferent]
firefox-62.0/dom/fetch/FetchStream.h:92:55: note: Function 'ErrorPropagation' argument 4 names different: declaration 'aRv' definition 'aError'.
firefox-62.0/dom/fetch/FetchStream.cpp:352:40: note: Function 'ErrorPropagation' argument 4 names different: declaration 'aRv' definition 'aError'.
firefox-62.0/dom/fetch/FetchStream.cpp:485:54: style: Function 'CloseAndReleaseObjects' argument 3 names different: declaration 'aSteam' definition 'aStream'. [funcArgNamesDifferent]
firefox-62.0/dom/fetch/FetchStream.h:97:43: note: Function 'CloseAndReleaseObjects' argument 3 names different: declaration 'aSteam' definition 'aStream'.
firefox-62.0/dom/fetch/FetchStream.cpp:485:54: note: Function 'CloseAndReleaseObjects' argument 3 names different: declaration 'aSteam' definition 'aStream'.
firefox-62.0/dom/fetch/FetchStreamReader.cpp:374:3: warning: Either the condition 'workerPrivate' is redundant or there is possible null pointer dereference: workerPrivate. [nullPointerRedundantCheck]
firefox-62.0/dom/fetch/FetchStreamReader.cpp:364:7: note: Assuming that condition 'workerPrivate' is not redundant
firefox-62.0/dom/fetch/FetchStreamReader.cpp:374:3: note: Null pointer dereference
firefox-62.0/dom/fetch/InternalHeaders.cpp:486:10: performance: Technically the member function 'mozilla::dom::MaybeSortList::Comparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/fetch/InternalHeaders.cpp:491:10: performance: Technically the member function 'mozilla::dom::MaybeSortList::Comparator::LessThan' can be static. [functionStatic]
firefox-62.0/dom/fetch/InternalRequest.cpp:151:18: warning: Member variable 'InternalRequest::mBodyStream' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/dom/fetch/InternalRequest.cpp:151:18: warning: Member variable 'InternalRequest::mPreferredAlternativeDataType' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/dom/fetch/InternalRequest.cpp:151:18: warning: Member variable 'InternalRequest::mPrincipalInfo' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/dom/fetch/InternalRequest.h:70:1: warning: The class 'InternalRequest' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/fetch/InternalResponse.cpp:151:35: style: Function 'Clone' argument 1 names different: declaration 'eCloneType' definition 'aCloneType'. [funcArgNamesDifferent]
firefox-62.0/dom/fetch/InternalResponse.h:55:54: note: Function 'Clone' argument 1 names different: declaration 'eCloneType' definition 'aCloneType'.
firefox-62.0/dom/fetch/InternalResponse.cpp:151:35: note: Function 'Clone' argument 1 names different: declaration 'eCloneType' definition 'aCloneType'.
firefox-62.0/dom/fetch/Request.cpp:274:61: style: Function 'Constructor' argument 4 names different: declaration 'rv' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/fetch/Request.h:148:54: note: Function 'Constructor' argument 4 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/fetch/Request.cpp:274:61: note: Function 'Constructor' argument 4 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/fetch/Response.cpp:162:63: style: Function 'Constructor' argument 4 names different: declaration 'rv' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/fetch/Response.h:124:55: note: Function 'Constructor' argument 4 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/fetch/Response.cpp:162:63: note: Function 'Constructor' argument 4 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/fetch/InternalHeaders.h:26:1: warning: The class 'InternalHeaders' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/file/File.cpp:80:29: style: Function 'WrapObject' argument 1 names different: declaration 'cx' definition 'aCx'. [funcArgNamesDifferent]
firefox-62.0/dom/file/File.h:60:43: note: Function 'WrapObject' argument 1 names different: declaration 'cx' definition 'aCx'.
firefox-62.0/dom/file/File.cpp:80:29: note: Function 'WrapObject' argument 1 names different: declaration 'cx' definition 'aCx'.
firefox-62.0/dom/file/File.cpp:86:26: style: Function 'GetName' argument 1 names different: declaration 'aName' definition 'aFileName'. [funcArgNamesDifferent]
firefox-62.0/dom/file/File.h:87:27: note: Function 'GetName' argument 1 names different: declaration 'aName' definition 'aFileName'.
firefox-62.0/dom/file/File.cpp:86:26: note: Function 'GetName' argument 1 names different: declaration 'aName' definition 'aFileName'.
firefox-62.0/dom/file/File.cpp:120:41: style: Function 'GetMozFullPathInternal' argument 1 names different: declaration 'aName' definition 'aFileName'. [funcArgNamesDifferent]
firefox-62.0/dom/file/File.h:96:42: note: Function 'GetMozFullPathInternal' argument 1 names different: declaration 'aName' definition 'aFileName'.
firefox-62.0/dom/file/File.cpp:120:41: note: Function 'GetMozFullPathInternal' argument 1 names different: declaration 'aName' definition 'aFileName'.
firefox-62.0/dom/file/File.cpp:156:34: style: Function 'CreateFromNsIFile' argument 2 names different: declaration 'aFile' definition 'aData'. [funcArgNamesDifferent]
firefox-62.0/dom/file/File.h:82:30: note: Function 'CreateFromNsIFile' argument 2 names different: declaration 'aFile' definition 'aData'.
firefox-62.0/dom/file/File.cpp:156:34: note: Function 'CreateFromNsIFile' argument 2 names different: declaration 'aFile' definition 'aData'.
firefox-62.0/dom/file/File.cpp:170:43: style: Function 'CreateFromFileName' argument 2 names different: declaration 'aFilePath' definition 'aPath'. [funcArgNamesDifferent]
firefox-62.0/dom/file/File.h:74:39: note: Function 'CreateFromFileName' argument 2 names different: declaration 'aFilePath' definition 'aPath'.
firefox-62.0/dom/file/File.cpp:170:43: note: Function 'CreateFromFileName' argument 2 names different: declaration 'aFilePath' definition 'aPath'.
firefox-62.0/dom/file/FileBlobImpl.cpp:97:49: style: Function 'GetMozFullPathInternal' argument 1 names different: declaration 'aFullPath' definition 'aFilename'. [funcArgNamesDifferent]
firefox-62.0/dom/file/FileBlobImpl.h:42:50: note: Function 'GetMozFullPathInternal' argument 1 names different: declaration 'aFullPath' definition 'aFilename'.
firefox-62.0/dom/file/FileBlobImpl.cpp:97:49: note: Function 'GetMozFullPathInternal' argument 1 names different: declaration 'aFullPath' definition 'aFilename'.
firefox-62.0/dom/file/FileBlobImpl.cpp:238:50: style: Function 'CreateInputStream' argument 1 names different: declaration 'aInputStream' definition 'aStream'. [funcArgNamesDifferent]
firefox-62.0/dom/file/FileBlobImpl.h:44:51: note: Function 'CreateInputStream' argument 1 names different: declaration 'aInputStream' definition 'aStream'.
firefox-62.0/dom/file/FileBlobImpl.cpp:238:50: note: Function 'CreateInputStream' argument 1 names different: declaration 'aInputStream' definition 'aStream'.
firefox-62.0/dom/file/FileReaderSync.h:32:12: performance: Technically the member function 'mozilla::dom::FileReaderSync::ConvertStream' can be static. [functionStatic]
firefox-62.0/dom/file/FileReaderSync.cpp:300:17: note: Technically the member function 'mozilla::dom::FileReaderSync::ConvertStream' can be static.
firefox-62.0/dom/file/FileReaderSync.h:32:12: note: Technically the member function 'mozilla::dom::FileReaderSync::ConvertStream' can be static.
firefox-62.0/dom/file/MultipartBlobImpl.cpp:57:55: style: Function 'CreateInputStream' argument 1 names different: declaration 'aInputStream' definition 'aStream'. [funcArgNamesDifferent]
firefox-62.0/dom/file/MultipartBlobImpl.h:74:51: note: Function 'CreateInputStream' argument 1 names different: declaration 'aInputStream' definition 'aStream'.
firefox-62.0/dom/file/MultipartBlobImpl.cpp:57:55: note: Function 'CreateInputStream' argument 1 names different: declaration 'aInputStream' definition 'aStream'.
firefox-62.0/dom/file/MultipartBlobImpl.cpp:292:54: style: Function 'GetMozFullPathInternal' argument 1 names different: declaration 'aFullPath' definition 'aFilename'. [funcArgNamesDifferent]
firefox-62.0/dom/file/MultipartBlobImpl.h:82:50: note: Function 'GetMozFullPathInternal' argument 1 names different: declaration 'aFullPath' definition 'aFilename'.
firefox-62.0/dom/file/MultipartBlobImpl.cpp:292:54: note: Function 'GetMozFullPathInternal' argument 1 names different: declaration 'aFullPath' definition 'aFilename'.
firefox-62.0/dom/file/MultipartBlobImpl.cpp:340:50: style: Function 'InitializeChromeFile' argument 1 names different: declaration 'aData' definition 'aFile'. [funcArgNamesDifferent]
firefox-62.0/dom/file/MultipartBlobImpl.h:57:42: note: Function 'InitializeChromeFile' argument 1 names different: declaration 'aData' definition 'aFile'.
firefox-62.0/dom/file/MultipartBlobImpl.cpp:340:50: note: Function 'InitializeChromeFile' argument 1 names different: declaration 'aData' definition 'aFile'.
firefox-62.0/dom/file/MultipartBlobImpl.cpp:446:72: style: Function 'GetAllocationSize' argument 1 names different: declaration 'aVisitedBlobImpls' definition 'aVisitedBlobs'. [funcArgNamesDifferent]
firefox-62.0/dom/file/MultipartBlobImpl.h:96:55: note: Function 'GetAllocationSize' argument 1 names different: declaration 'aVisitedBlobImpls' definition 'aVisitedBlobs'.
firefox-62.0/dom/file/MultipartBlobImpl.cpp:446:72: note: Function 'GetAllocationSize' argument 1 names different: declaration 'aVisitedBlobImpls' definition 'aVisitedBlobs'.
firefox-62.0/dom/file/MutableBlobStorage.cpp:255:59: warning: Access of moved variable 'mCallback'. [accessMoved]
firefox-62.0/dom/file/MutableBlobStorage.cpp:246:49: note: Calling std::move(mCallback)
firefox-62.0/dom/file/MutableBlobStorage.cpp:255:59: note: $symbol:mCallback
Access of moved variable '$symbol'.
firefox-62.0/dom/file/MutableBlobStreamListener.cpp:15:97: style: Function 'MutableBlobStreamListener' argument 1 names different: declaration 'aType' definition 'aStorageType'. [funcArgNamesDifferent]
firefox-62.0/dom/file/MutableBlobStreamListener.h:28:72: note: Function 'MutableBlobStreamListener' argument 1 names different: declaration 'aType' definition 'aStorageType'.
firefox-62.0/dom/file/MutableBlobStreamListener.cpp:15:97: note: Function 'MutableBlobStreamListener' argument 1 names different: declaration 'aType' definition 'aStorageType'.
firefox-62.0/dom/file/MutableBlobStreamListener.cpp:93:60: style: Function 'WriteSegmentFun' argument 1 names different: declaration 'aWriter' definition 'aWriterStream'. [funcArgNamesDifferent]
firefox-62.0/dom/file/MutableBlobStreamListener.h:38:35: note: Function 'WriteSegmentFun' argument 1 names different: declaration 'aWriter' definition 'aWriterStream'.
firefox-62.0/dom/file/MutableBlobStreamListener.cpp:93:60: note: Function 'WriteSegmentFun' argument 1 names different: declaration 'aWriter' definition 'aWriterStream'.
firefox-62.0/dom/file/MutableBlobStreamListener.cpp:96:53: style: Function 'WriteSegmentFun' argument 4 names different: declaration 'aOffset' definition 'aToOffset'. [funcArgNamesDifferent]
firefox-62.0/dom/file/MutableBlobStreamListener.h:39:54: note: Function 'WriteSegmentFun' argument 4 names different: declaration 'aOffset' definition 'aToOffset'.
firefox-62.0/dom/file/MutableBlobStreamListener.cpp:96:53: note: Function 'WriteSegmentFun' argument 4 names different: declaration 'aOffset' definition 'aToOffset'.
firefox-62.0/dom/file/TemporaryFileBlobImpl.cpp:127:59: style: Function 'CreateInputStream' argument 1 names different: declaration 'aInputStream' definition 'aStream'. [funcArgNamesDifferent]
firefox-62.0/dom/file/TemporaryFileBlobImpl.h:31:51: note: Function 'CreateInputStream' argument 1 names different: declaration 'aInputStream' definition 'aStream'.
firefox-62.0/dom/file/TemporaryFileBlobImpl.cpp:127:59: note: Function 'CreateInputStream' argument 1 names different: declaration 'aInputStream' definition 'aStream'.
firefox-62.0/dom/file/ipc/IPCBlobInputStreamChild.h:22:1: style: The class 'IPCBlobInputStreamChild' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/file/ipc/PendingIPCBlobChild.cpp:14:3: performance: Variable 'mBlobImpl' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/file/ipc/TemporaryIPCBlobChild.cpp:38:61: style: Function 'Recv__delete__' argument 1 names different: declaration 'aBlobOrError' definition 'aData'. [funcArgNamesDifferent]
firefox-62.0/dom/file/ipc/TemporaryIPCBlobChild.h:46:40: note: Function 'Recv__delete__' argument 1 names different: declaration 'aBlobOrError' definition 'aData'.
firefox-62.0/dom/file/ipc/TemporaryIPCBlobChild.cpp:38:61: note: Function 'Recv__delete__' argument 1 names different: declaration 'aBlobOrError' definition 'aData'.
firefox-62.0/dom/file/ipc/TemporaryIPCBlobChild.h:27:1: style: The class 'TemporaryIPCBlobChild' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/file/uri/BlobURLProtocolHandler.cpp:237:39: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/file/uri/BlobURLProtocolHandler.cpp:673:46: style: Function 'RemoveDataEntry' argument 2 names different: declaration 'aBroadcastToOTherProcesses' definition 'aBroadcastToOtherProcesses'. [funcArgNamesDifferent]
firefox-62.0/dom/file/uri/BlobURLProtocolHandler.h:57:36: note: Function 'RemoveDataEntry' argument 2 names different: declaration 'aBroadcastToOTherProcesses' definition 'aBroadcastToOtherProcesses'.
firefox-62.0/dom/file/uri/BlobURLProtocolHandler.cpp:673:46: note: Function 'RemoveDataEntry' argument 2 names different: declaration 'aBroadcastToOTherProcesses' definition 'aBroadcastToOtherProcesses'.
firefox-62.0/dom/filehandle/ActorsParent.cpp:1275:68: style: Function 'StoragesCompleteCallback' argument 1 names different: declaration 'aDatabaseIds' definition 'aDirectoryIds'. [funcArgNamesDifferent]
firefox-62.0/dom/filehandle/ActorsParent.cpp:173:50: note: Function 'StoragesCompleteCallback' argument 1 names different: declaration 'aDatabaseIds' definition 'aDirectoryIds'.
firefox-62.0/dom/filehandle/ActorsParent.cpp:1275:68: note: Function 'StoragesCompleteCallback' argument 1 names different: declaration 'aDatabaseIds' definition 'aDirectoryIds'.
firefox-62.0/dom/filehandle/ActorsParent.h:69:3: performance: Technically the member function 'mozilla::dom::FileHandleThreadPool::AssertIsOnOwningThread' can be static. [functionStatic]
firefox-62.0/dom/filehandle/ActorsParent.cpp:568:3: style: Class 'CopyFileHandleOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/filehandle/ActorsParent.cpp:1191:48: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/dom/filesystem/GetFilesHelper.cpp:410:51: style: Function 'AddExploredDirectory' argument 1 names different: declaration 'aDirectory' definition 'aDir'. [funcArgNamesDifferent]
firefox-62.0/dom/filesystem/GetFilesHelper.h:59:33: note: Function 'AddExploredDirectory' argument 1 names different: declaration 'aDirectory' definition 'aDir'.
firefox-62.0/dom/filesystem/GetFilesHelper.cpp:410:51: note: Function 'AddExploredDirectory' argument 1 names different: declaration 'aDirectory' definition 'aDir'.
firefox-62.0/dom/filesystem/GetFilesHelper.cpp:448:50: style: Function 'ShouldFollowSymLink' argument 1 names different: declaration 'aDirectory' definition 'aDir'. [funcArgNamesDifferent]
firefox-62.0/dom/filesystem/GetFilesHelper.h:62:32: note: Function 'ShouldFollowSymLink' argument 1 names different: declaration 'aDirectory' definition 'aDir'.
firefox-62.0/dom/filesystem/GetFilesHelper.cpp:448:50: note: Function 'ShouldFollowSymLink' argument 1 names different: declaration 'aDirectory' definition 'aDir'.
firefox-62.0/dom/filesystem/GetFilesHelper.cpp:545:40: style: Function 'Finished' argument 1 names different: declaration 'aResult' definition 'aError'. [funcArgNamesDifferent]
firefox-62.0/dom/filesystem/GetFilesHelper.h:174:21: note: Function 'Finished' argument 1 names different: declaration 'aResult' definition 'aError'.
firefox-62.0/dom/filesystem/GetFilesHelper.cpp:545:40: note: Function 'Finished' argument 1 names different: declaration 'aResult' definition 'aError'.
firefox-62.0/dom/filesystem/GetFilesHelper.cpp:202:25: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
firefox-62.0/dom/filesystem/OSFileSystem.cpp:92:23: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
firefox-62.0/dom/filesystem/compat/FileSystem.cpp:51:41: style: Function 'FileSystem' argument 1 names different: declaration 'aGlobalObject' definition 'aGlobal'. [funcArgNamesDifferent]
firefox-62.0/dom/filesystem/compat/FileSystem.h:61:40: note: Function 'FileSystem' argument 1 names different: declaration 'aGlobalObject' definition 'aGlobal'.
firefox-62.0/dom/filesystem/compat/FileSystem.cpp:51:41: note: Function 'FileSystem' argument 1 names different: declaration 'aGlobalObject' definition 'aGlobal'.
firefox-62.0/dom/filesystem/compat/FileSystemDirectoryEntry.cpp:54:50: style: Function 'GetFullPath' argument 1 names different: declaration 'aFullPath' definition 'aPath'. [funcArgNamesDifferent]
firefox-62.0/dom/filesystem/compat/FileSystemDirectoryEntry.h:43:26: note: Function 'GetFullPath' argument 1 names different: declaration 'aFullPath' definition 'aPath'.
firefox-62.0/dom/filesystem/compat/FileSystemDirectoryEntry.cpp:54:50: note: Function 'GetFullPath' argument 1 names different: declaration 'aFullPath' definition 'aPath'.
firefox-62.0/dom/filesystem/compat/FileSystemDirectoryReader.h:24:1: style: The class 'FileSystemDirectoryReader' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/filesystem/compat/FileSystemEntry.cpp:52:51: style: Function 'FileSystemEntry' argument 1 names different: declaration 'aGlobalObject' definition 'aGlobal'. [funcArgNamesDifferent]
firefox-62.0/dom/filesystem/compat/FileSystemEntry.h:75:36: note: Function 'FileSystemEntry' argument 1 names different: declaration 'aGlobalObject' definition 'aGlobal'.
firefox-62.0/dom/filesystem/compat/FileSystemEntry.cpp:52:51: note: Function 'FileSystemEntry' argument 1 names different: declaration 'aGlobalObject' definition 'aGlobal'.
firefox-62.0/dom/filesystem/compat/FileSystemFileEntry.cpp:86:45: style: Function 'GetFullPath' argument 1 names different: declaration 'aFullPath' definition 'aPath'. [funcArgNamesDifferent]
firefox-62.0/dom/filesystem/compat/FileSystemFileEntry.h:42:26: note: Function 'GetFullPath' argument 1 names different: declaration 'aFullPath' definition 'aPath'.
firefox-62.0/dom/filesystem/compat/FileSystemFileEntry.cpp:86:45: note: Function 'GetFullPath' argument 1 names different: declaration 'aFullPath' definition 'aPath'.
firefox-62.0/dom/filesystem/compat/FileSystemRootDirectoryEntry.cpp:42:54: style: Function 'GetFullPath' argument 1 names different: declaration 'aFullPath' definition 'aPath'. [funcArgNamesDifferent]
firefox-62.0/dom/filesystem/compat/FileSystemRootDirectoryEntry.h:29:26: note: Function 'GetFullPath' argument 1 names different: declaration 'aFullPath' definition 'aPath'.
firefox-62.0/dom/filesystem/compat/FileSystemRootDirectoryEntry.cpp:42:54: note: Function 'GetFullPath' argument 1 names different: declaration 'aFullPath' definition 'aPath'.
firefox-62.0/dom/filesystem/compat/FileSystemRootDirectoryReader.h:15:1: style: The class 'FileSystemRootDirectoryReader' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/gamepad/GamepadHapticActuator.cpp:59:21: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
firefox-62.0/dom/gamepad/GamepadPlatformService.cpp:271:8: style: The scope of the variable 'isChannelParentEmpty' can be reduced. [variableScope]
firefox-62.0/dom/gamepad/GamepadServiceTest.cpp:146:45: warning: Function 'NewButtonEvent' argument order different: declaration 'aIndex, aButton, aPressed, aTouched' definition 'aIndex, aButton, aTouched, aPressed' [funcArgOrderDifferent]
firefox-62.0/dom/gamepad/GamepadServiceTest.h:43:32: note: Function 'NewButtonEvent' argument order different: declaration 'aIndex, aButton, aPressed, aTouched' definition 'aIndex, aButton, aTouched, aPressed'
firefox-62.0/dom/gamepad/GamepadServiceTest.cpp:146:45: note: Function 'NewButtonEvent' argument order different: declaration 'aIndex, aButton, aPressed, aTouched' definition 'aIndex, aButton, aTouched, aPressed'
firefox-62.0/dom/gamepad/cocoa/CocoaGamepad.cpp:454:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/gamepad/cocoa/CocoaGamepad.cpp:462:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/gamepad/cocoa/CocoaGamepad.cpp:472:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/gamepad/cocoa/CocoaGamepad.cpp:86:3: warning: Member variable 'Gamepad::mDpadState' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/cocoa/CocoaGamepad.cpp:142:8: performance: Technically the member function '::AxisComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/gamepad/cocoa/CocoaGamepad.cpp:146:8: performance: Technically the member function '::AxisComparator::LessThan' can be static. [functionStatic]
firefox-62.0/dom/gamepad/ipc/GamepadEventChannelParent.h:14:1: style: The class 'GamepadEventChannelParent' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/gamepad/ipc/GamepadTestChannelParent.cpp:17:74: style: Function 'RecvGamepadTestEvent' argument 2 names different: declaration 'aGamepadEvent' definition 'aEvent'. [funcArgNamesDifferent]
firefox-62.0/dom/gamepad/ipc/GamepadTestChannelParent.h:24:50: note: Function 'RecvGamepadTestEvent' argument 2 names different: declaration 'aGamepadEvent' definition 'aEvent'.
firefox-62.0/dom/gamepad/ipc/GamepadTestChannelParent.cpp:17:74: note: Function 'RecvGamepadTestEvent' argument 2 names different: declaration 'aGamepadEvent' definition 'aEvent'.
firefox-62.0/dom/gamepad/ipc/GamepadTestChannelParent.h:15:1: style: The class 'GamepadTestChannelParent' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_new' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_unref' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_device_unref' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_device_new_from_syspath' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_device_get_devnode' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_device_get_parent_with_subsystem_devtype' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_device_get_property_value' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_device_get_action' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_device_get_sysattr_value' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_enumerate_new' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_enumerate_unref' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_enumerate_add_match_subsystem' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_enumerate_scan_devices' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_enumerate_get_list_entry' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_list_entry_get_next' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_list_entry_get_name' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_monitor_new_from_netlink' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_monitor_filter_add_match_subsystem_devtype' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_monitor_enable_receiving' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_monitor_get_fd' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_monitor_receive_device' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:29:3: warning: Member variable 'udev_lib::udev_monitor_unref' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/linux/udev.h:68:12: style: Technically the member function 'mozilla::udev_lib::operatorbool' can be const. [functionConst]
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:344:7: style: Condition '!sIsShutdown' is always true [knownConditionTrueFalse]
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:758:8: style: The scope of the variable 'hasDpad' can be reduced. [variableScope]
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:442:60: style: Function 'XInputMessageLoopOnceCallback' argument 2 names different: declaration 'aClosure' definition 'aService'. [funcArgNamesDifferent]
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:382:69: note: Function 'XInputMessageLoopOnceCallback' argument 2 names different: declaration 'aClosure' definition 'aService'.
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:442:60: note: Function 'XInputMessageLoopOnceCallback' argument 2 names different: declaration 'aClosure' definition 'aService'.
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:138:3: warning: Member variable 'Gamepad::id' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:152:3: warning: Member variable 'Gamepad::type' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:152:3: warning: Member variable 'Gamepad::id' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:152:3: warning: Member variable 'Gamepad::numAxes' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:152:3: warning: Member variable 'Gamepad::numButtons' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:152:3: warning: Member variable 'Gamepad::hasDpad' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:152:3: warning: Member variable 'Gamepad::present' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:355:3: warning: Member variable 'WindowsGamepadService::mIsXInputMonitoring' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:357:5: performance: Variable 'mDirectInputTimer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:195:12: style: Technically the member function '::XInputLoader::operatorbool' can be const. [functionConst]
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:309:12: style: Technically the member function '::HIDLoader::operatorbool' can be const. [functionConst]
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:395:8: performance: Technically the member function '::WindowsGamepadService::CheckXInputChanges' can be static. [functionStatic]
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:574:29: note: Technically the member function '::WindowsGamepadService::CheckXInputChanges' can be static.
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:395:8: note: Technically the member function '::WindowsGamepadService::CheckXInputChanges' can be static.
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:632:8: performance: Technically the member function '::HidValueComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/gamepad/windows/WindowsGamepad.cpp:636:8: performance: Technically the member function '::HidValueComparator::LessThan' can be static. [functionStatic]
firefox-62.0/dom/geolocation/MLSFallback.cpp:14:35: style: Function 'MLSFallback' argument 1 names different: declaration 'delayMs' definition 'delay'. [funcArgNamesDifferent]
firefox-62.0/dom/geolocation/MLSFallback.h:39:33: note: Function 'MLSFallback' argument 1 names different: declaration 'delayMs' definition 'delay'.
firefox-62.0/dom/geolocation/MLSFallback.cpp:14:35: note: Function 'MLSFallback' argument 1 names different: declaration 'delayMs' definition 'delay'.
firefox-62.0/dom/geolocation/nsGeolocation.h:66:3: warning: Member variable 'nsGeolocationService::mLastPosition' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/geolocation/nsGeolocation.h:122:1: style: The class 'Geolocation' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/geolocation/nsGeoPosition.cpp:135:5: performance: Variable 'mCoords' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/geolocation/nsGeolocation.cpp:479:55: style: Function 'SendLocation' argument 1 names different: declaration 'aLocation' definition 'aPosition'. [funcArgNamesDifferent]
firefox-62.0/dom/geolocation/nsGeolocation.cpp:92:40: note: Function 'SendLocation' argument 1 names different: declaration 'aLocation' definition 'aPosition'.
firefox-62.0/dom/geolocation/nsGeolocation.cpp:479:55: note: Function 'SendLocation' argument 1 names different: declaration 'aLocation' definition 'aPosition'.
firefox-62.0/dom/geolocation/nsGeolocation.cpp:1061:50: style: Function 'RemoveRequest' argument 1 names different: declaration 'request' definition 'aRequest'. [funcArgNamesDifferent]
firefox-62.0/dom/geolocation/nsGeolocation.h:163:44: note: Function 'RemoveRequest' argument 1 names different: declaration 'request' definition 'aRequest'.
firefox-62.0/dom/geolocation/nsGeolocation.cpp:1061:50: note: Function 'RemoveRequest' argument 1 names different: declaration 'request' definition 'aRequest'.
firefox-62.0/dom/geolocation/nsGeolocation.cpp:66:1: style: The class 'nsGeolocationRequest' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/html/HTMLBodyElement.cpp:77:64: style: Function 'MapAttributesIntoRule' argument 2 names different: declaration 'aGenericData' definition 'aData'. [funcArgNamesDifferent]
firefox-62.0/dom/html/HTMLBodyElement.h:157:61: note: Function 'MapAttributesIntoRule' argument 2 names different: declaration 'aGenericData' definition 'aData'.
firefox-62.0/dom/html/HTMLBodyElement.cpp:77:64: note: Function 'MapAttributesIntoRule' argument 2 names different: declaration 'aGenericData' definition 'aData'.
firefox-62.0/dom/html/HTMLDivElement.cpp:64:63: style: Function 'MapAttributesIntoRule' argument 2 names different: declaration 'aGenericData' definition 'aData'. [funcArgNamesDifferent]
firefox-62.0/dom/html/HTMLDivElement.h:49:61: note: Function 'MapAttributesIntoRule' argument 2 names different: declaration 'aGenericData' definition 'aData'.
firefox-62.0/dom/html/HTMLDivElement.cpp:64:63: note: Function 'MapAttributesIntoRule' argument 2 names different: declaration 'aGenericData' definition 'aData'.
firefox-62.0/dom/html/HTMLFontElement.cpp:58:64: style: Function 'MapAttributesIntoRule' argument 2 names different: declaration 'aGenericData' definition 'aData'. [funcArgNamesDifferent]
firefox-62.0/dom/html/HTMLFontElement.h:65:61: note: Function 'MapAttributesIntoRule' argument 2 names different: declaration 'aGenericData' definition 'aData'.
firefox-62.0/dom/html/HTMLFontElement.cpp:58:64: note: Function 'MapAttributesIntoRule' argument 2 names different: declaration 'aGenericData' definition 'aData'.
firefox-62.0/dom/html/HTMLFormElement.cpp:1148:16: style: The scope of the variable 'element' can be reduced. [variableScope]
firefox-62.0/dom/html/HTMLFormElement.cpp:1179:55: style: Function 'AddElement' argument 1 names different: declaration 'aElement' definition 'aChild'. [funcArgNamesDifferent]
firefox-62.0/dom/html/HTMLFormElement.h:159:49: note: Function 'AddElement' argument 1 names different: declaration 'aElement' definition 'aChild'.
firefox-62.0/dom/html/HTMLFormElement.cpp:1179:55: note: Function 'AddElement' argument 1 names different: declaration 'aElement' definition 'aChild'.
firefox-62.0/dom/html/HTMLFormElement.cpp:2003:38: style: Function 'UpdateValidity' argument 1 names different: declaration 'aElementValidityState' definition 'aElementValidity'. [funcArgNamesDifferent]
firefox-62.0/dom/html/HTMLFormElement.h:255:28: note: Function 'UpdateValidity' argument 1 names different: declaration 'aElementValidityState' definition 'aElementValidity'.
firefox-62.0/dom/html/HTMLFormElement.cpp:2003:38: note: Function 'UpdateValidity' argument 1 names different: declaration 'aElementValidityState' definition 'aElementValidity'.
firefox-62.0/dom/html/HTMLFormElement.cpp:2452:52: style: Function 'AddImageElement' argument 1 names different: declaration 'aElement' definition 'aChild'. [funcArgNamesDifferent]
firefox-62.0/dom/html/HTMLFormElement.h:200:46: note: Function 'AddImageElement' argument 1 names different: declaration 'aElement' definition 'aChild'.
firefox-62.0/dom/html/HTMLFormElement.cpp:2452:52: note: Function 'AddImageElement' argument 1 names different: declaration 'aElement' definition 'aChild'.
firefox-62.0/dom/html/HTMLFormElement.cpp:2466:55: style: Function 'RemoveImageElement' argument 1 names different: declaration 'aElement' definition 'aChild'. [funcArgNamesDifferent]
firefox-62.0/dom/html/HTMLFormElement.h:179:49: note: Function 'RemoveImageElement' argument 1 names different: declaration 'aElement' definition 'aChild'.
firefox-62.0/dom/html/HTMLFormElement.cpp:2466:55: note: Function 'RemoveImageElement' argument 1 names different: declaration 'aElement' definition 'aChild'.
firefox-62.0/dom/html/HTMLFormSubmission.cpp:656:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/html/HTMLFormSubmission.cpp:653:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/html/HTMLFormSubmission.cpp:656:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/html/HTMLFormSubmission.cpp:828:69: style: Function 'EncodeVal' argument 2 names different: declaration 'aResult' definition 'aOut'. [funcArgNamesDifferent]
firefox-62.0/dom/html/HTMLFormSubmission.h:171:56: note: Function 'EncodeVal' argument 2 names different: declaration 'aResult' definition 'aOut'.
firefox-62.0/dom/html/HTMLFormSubmission.cpp:828:69: note: Function 'EncodeVal' argument 2 names different: declaration 'aResult' definition 'aOut'.
firefox-62.0/dom/html/HTMLFormSubmission.h:115:8: style: Technically the member function 'mozilla::dom::HTMLFormSubmission::GetTarget' can be const. [functionConst]
firefox-62.0/dom/html/HTMLFormSubmission.h:204:8: style: Technically the member function 'mozilla::dom::FSMultipartFormData::GetContentType' can be const. [functionConst]
firefox-62.0/dom/html/HTMLFormSubmission.cpp:308:7: warning: Access of moved variable 'mQueryString'. [accessMoved]
firefox-62.0/dom/html/HTMLFormSubmission.cpp:306:65: note: Calling std::move(mQueryString)
firefox-62.0/dom/html/HTMLFormSubmission.cpp:308:7: note: $symbol:mQueryString
Access of moved variable '$symbol'.
firefox-62.0/dom/html/HTMLImageElement.cpp:90:5: performance: Variable 'mDocument' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/html/HTMLInputElement.cpp:258:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/html/HTMLInputElement.cpp:257:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/html/HTMLInputElement.cpp:258:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/html/HTMLInputElement.cpp:4788:34: style: Opposite expression on both sides of '&&'. [oppositeExpression]
firefox-62.0/dom/html/HTMLInputElement.cpp:4788:34: note: Opposite expression on both sides of '&&'.
firefox-62.0/dom/html/HTMLInputElement.cpp:4788:34: note: Opposite expression on both sides of '&&'.
firefox-62.0/dom/html/HTMLInputElement.cpp:319:21: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
firefox-62.0/dom/html/HTMLInputElement.cpp:334:21: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
firefox-62.0/dom/html/HTMLMediaElement.cpp:1479:0: error: syntax error [syntaxError]
firefox-62.0/dom/html/ImageDocument.cpp:763:52: warning: Logical conjunction always evaluates to false: imageWasOverflowing && !(ImageIsOverflowing()). [incorrectLogicOperator]
firefox-62.0/dom/html/ImageDocument.cpp:763:52: style: Opposite expression on both sides of '&&'. [oppositeExpression]
firefox-62.0/dom/html/ImageDocument.cpp:763:52: note: Opposite expression on both sides of '&&'.
firefox-62.0/dom/html/ImageDocument.cpp:763:52: note: Opposite expression on both sides of '&&'.
firefox-62.0/dom/html/ImageDocument.cpp:539:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/dom/html/MediaDocument.cpp:32:3: performance: Variable 'mDocument' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/html/HTMLInputElement.h:1759:7: performance: Variable 'mTitle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/html/HTMLInputElement.h:1760:7: performance: Variable 'mFilter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/html/HTMLInputElement.h:1746:3: warning: The struct 'nsFilePickerFilter' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/html/TextTrackManager.cpp:525:11: style: Unused private function: 'CompareSimpleTextTrackEvents::TrackChildPosition' [unusedPrivateFunction]
firefox-62.0/dom/html/TextTrackManager.cpp:542:8: performance: Technically the member function 'mozilla::dom::CompareSimpleTextTrackEvents::Equals' can be static. [functionStatic]
firefox-62.0/dom/html/TextTrackManager.cpp:547:8: performance: Technically the member function 'mozilla::dom::CompareSimpleTextTrackEvents::LessThan' can be static. [functionStatic]
firefox-62.0/dom/html/input/InputType.h:240:27: style: Technically the member function 'DoNotDelete::operator()' can be const. [functionConst]
firefox-62.0/dom/html/input/DateTimeInputTypes.h:45:8: performance: Technically the member function 'DateTimeInputTypeBase::GetTimeFromMs' can be static. [functionStatic]
firefox-62.0/dom/html/input/DateTimeInputTypes.cpp:154:24: note: Technically the member function 'DateTimeInputTypeBase::GetTimeFromMs' can be static.
firefox-62.0/dom/html/input/DateTimeInputTypes.h:45:8: note: Technically the member function 'DateTimeInputTypeBase::GetTimeFromMs' can be static.
firefox-62.0/dom/html/nsBrowserElement.h:105:8: style: Technically the member function 'mozilla::nsBrowserElement::IsBrowserElementOrThrow' can be const. [functionConst]
firefox-62.0/dom/html/nsBrowserElement.cpp:27:19: note: Technically the member function 'mozilla::nsBrowserElement::IsBrowserElementOrThrow' can be const.
firefox-62.0/dom/html/nsBrowserElement.h:105:8: note: Technically the member function 'mozilla::nsBrowserElement::IsBrowserElementOrThrow' can be const.
firefox-62.0/dom/html/nsGenericHTMLElement.cpp:187:51: style: Function 'GetAccessKeyLabel' argument 1 names different: declaration 'aAccessKeyLabel' definition 'aLabel'. [funcArgNamesDifferent]
firefox-62.0/dom/html/nsGenericHTMLElement.h:111:36: note: Function 'GetAccessKeyLabel' argument 1 names different: declaration 'aAccessKeyLabel' definition 'aLabel'.
firefox-62.0/dom/html/nsGenericHTMLElement.cpp:187:51: note: Function 'GetAccessKeyLabel' argument 1 names different: declaration 'aAccessKeyLabel' definition 'aLabel'.
firefox-62.0/dom/html/nsGenericHTMLFrameElement.cpp:306:55: style: Function 'AfterSetAttr' argument 5 names different: declaration 'aSubjectPrincipal' definition 'aMaybeScriptedPrincipal'. [funcArgNamesDifferent]
firefox-62.0/dom/html/nsGenericHTMLFrameElement.h:116:47: note: Function 'AfterSetAttr' argument 5 names different: declaration 'aSubjectPrincipal' definition 'aMaybeScriptedPrincipal'.
firefox-62.0/dom/html/nsGenericHTMLFrameElement.cpp:306:55: note: Function 'AfterSetAttr' argument 5 names different: declaration 'aSubjectPrincipal' definition 'aMaybeScriptedPrincipal'.
firefox-62.0/dom/html/nsHTMLContentSink.cpp:508:14: style: The scope of the variable 'childCount' can be reduced. [variableScope]
firefox-62.0/dom/html/nsHTMLContentSink.cpp:304:43: style: Function 'IsCurrentContainer' argument 1 names different: declaration 'mType' definition 'aTag'. [funcArgNamesDifferent]
firefox-62.0/dom/html/nsHTMLContentSink.cpp:195:41: note: Function 'IsCurrentContainer' argument 1 names different: declaration 'mType' definition 'aTag'.
firefox-62.0/dom/html/nsHTMLContentSink.cpp:304:43: note: Function 'IsCurrentContainer' argument 1 names different: declaration 'mType' definition 'aTag'.
firefox-62.0/dom/html/nsHTMLContentSink.cpp:874:44: style: Function 'OpenContainer' argument 1 names different: declaration 'aNodeType' definition 'aElementType'. [funcArgNamesDifferent]
firefox-62.0/dom/html/nsHTMLContentSink.cpp:136:40: note: Function 'OpenContainer' argument 1 names different: declaration 'aNodeType' definition 'aElementType'.
firefox-62.0/dom/html/nsHTMLContentSink.cpp:874:44: note: Function 'OpenContainer' argument 1 names different: declaration 'aNodeType' definition 'aElementType'.
firefox-62.0/dom/html/nsHTMLContentSink.cpp:204:8: style: Unused private function: 'SinkContext::HaveNotifiedForCurrentContent' [unusedPrivateFunction]
firefox-62.0/dom/html/nsHTMLContentSink.cpp:195:12: style: Technically the member function 'SinkContext::IsCurrentContainer' can be const. [functionConst]
firefox-62.0/dom/html/nsHTMLContentSink.cpp:304:14: note: Technically the member function 'SinkContext::IsCurrentContainer' can be const.
firefox-62.0/dom/html/nsHTMLContentSink.cpp:195:12: note: Technically the member function 'SinkContext::IsCurrentContainer' can be const.
firefox-62.0/dom/html/nsHTMLDNSPrefetch.cpp:275:33: warning: Member variable 'nsDeferrals::mEntries' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/html/nsHTMLDNSPrefetch.cpp:281:3: performance: Variable 'mTimer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/html/nsHTMLDocument.cpp:1562:5: style: Variable 'executor' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/dom/html/nsHTMLDocument.cpp:1561:0: note: Variable 'executor' is reassigned a value before the old one has been used.
firefox-62.0/dom/html/nsHTMLDocument.cpp:1562:5: note: Variable 'executor' is reassigned a value before the old one has been used.
firefox-62.0/dom/html/nsHTMLDocument.cpp:2043:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/html/nsHTMLDocument.cpp:2025:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/html/nsHTMLDocument.cpp:2043:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/html/nsHTMLDocument.cpp:261:50: style: Function 'TryHintCharset' argument 1 names different: declaration 'aContentViewer' definition 'aCv'. [funcArgNamesDifferent]
firefox-62.0/dom/html/nsHTMLDocument.h:303:48: note: Function 'TryHintCharset' argument 1 names different: declaration 'aContentViewer' definition 'aCv'.
firefox-62.0/dom/html/nsHTMLDocument.cpp:261:50: note: Function 'TryHintCharset' argument 1 names different: declaration 'aContentViewer' definition 'aCv'.
firefox-62.0/dom/html/nsHTMLDocument.cpp:360:43: style: Function 'TryParentCharset' argument 2 names different: declaration 'charsetSource' definition 'aCharsetSource'. [funcArgNamesDifferent]
firefox-62.0/dom/html/nsHTMLDocument.h:314:34: note: Function 'TryParentCharset' argument 2 names different: declaration 'charsetSource' definition 'aCharsetSource'.
firefox-62.0/dom/html/nsHTMLDocument.cpp:360:43: note: Function 'TryParentCharset' argument 2 names different: declaration 'charsetSource' definition 'aCharsetSource'.
firefox-62.0/dom/html/nsHTMLDocument.cpp:409:50: style: Function 'TryTLD' argument 2 names different: declaration 'aCharset' definition 'aEncoding'. [funcArgNamesDifferent]
firefox-62.0/dom/html/nsHTMLDocument.h:316:66: note: Function 'TryTLD' argument 2 names different: declaration 'aCharset' definition 'aEncoding'.
firefox-62.0/dom/html/nsHTMLDocument.cpp:409:50: note: Function 'TryTLD' argument 2 names different: declaration 'aCharset' definition 'aEncoding'.
firefox-62.0/dom/html/nsHTMLDocument.cpp:935:68: style: Function 'RegistrableDomainSuffixOfInternal' argument 1 names different: declaration 'aHostSuffixString' definition 'aNewDomain'. [funcArgNamesDifferent]
firefox-62.0/dom/html/nsHTMLDocument.h:240:79: note: Function 'RegistrableDomainSuffixOfInternal' argument 1 names different: declaration 'aHostSuffixString' definition 'aNewDomain'.
firefox-62.0/dom/html/nsHTMLDocument.cpp:935:68: note: Function 'RegistrableDomainSuffixOfInternal' argument 1 names different: declaration 'aHostSuffixString' definition 'aNewDomain'.
firefox-62.0/dom/html/nsHTMLDocument.cpp:1883:42: style: Function 'GetVlinkColor' argument 1 names different: declaration 'aAvlinkColor' definition 'aVlinkColor'. [funcArgNamesDifferent]
firefox-62.0/dom/html/nsHTMLDocument.h:205:33: note: Function 'GetVlinkColor' argument 1 names different: declaration 'aAvlinkColor' definition 'aVlinkColor'.
firefox-62.0/dom/html/nsHTMLDocument.cpp:1883:42: note: Function 'GetVlinkColor' argument 1 names different: declaration 'aAvlinkColor' definition 'aVlinkColor'.
firefox-62.0/dom/html/nsHTMLDocument.cpp:2641:60: style: Function 'GetMidasCommandManager' argument 1 names different: declaration 'aCommandManager' definition 'aCmdMgr'. [funcArgNamesDifferent]
firefox-62.0/dom/html/nsHTMLDocument.h:342:57: note: Function 'GetMidasCommandManager' argument 1 names different: declaration 'aCommandManager' definition 'aCmdMgr'.
firefox-62.0/dom/html/nsHTMLDocument.cpp:2641:60: note: Function 'GetMidasCommandManager' argument 1 names different: declaration 'aCommandManager' definition 'aCmdMgr'.
firefox-62.0/dom/html/nsHTMLDocument.cpp:2874:37: style: Function 'ConvertToMidasInternalCommand' argument 5 names different: declaration 'isBoolean' definition 'outIsBoolean'. [funcArgNamesDifferent]
firefox-62.0/dom/html/nsHTMLDocument.cpp:136:51: note: Function 'ConvertToMidasInternalCommand' argument 5 names different: declaration 'isBoolean' definition 'outIsBoolean'.
firefox-62.0/dom/html/nsHTMLDocument.cpp:2874:37: note: Function 'ConvertToMidasInternalCommand' argument 5 names different: declaration 'isBoolean' definition 'outIsBoolean'.
firefox-62.0/dom/html/nsHTMLDocument.cpp:2875:37: style: Function 'ConvertToMidasInternalCommand' argument 6 names different: declaration 'boolValue' definition 'outBooleanValue'. [funcArgNamesDifferent]
firefox-62.0/dom/html/nsHTMLDocument.cpp:137:51: note: Function 'ConvertToMidasInternalCommand' argument 6 names different: declaration 'boolValue' definition 'outBooleanValue'.
firefox-62.0/dom/html/nsHTMLDocument.cpp:2875:37: note: Function 'ConvertToMidasInternalCommand' argument 6 names different: declaration 'boolValue' definition 'outBooleanValue'.
firefox-62.0/dom/html/nsIConstraintValidation.cpp:202:24: style: Same expression on both sides of '!=' because the value of 'previousValidity' and 'IsValid()' are the same. [duplicateExpression]
firefox-62.0/dom/html/nsIConstraintValidation.cpp:193:34: note: 'previousValidity' is assigned value 'IsValid()' here.
firefox-62.0/dom/html/nsIConstraintValidation.cpp:202:24: note: Same expression on both sides of '!=' because the value of 'previousValidity' and 'IsValid()' are the same.
firefox-62.0/dom/html/nsTextEditorState.cpp:390:55: style: Function 'SetDisplaySelection' argument 1 names different: declaration 'toggle' definition 'aToggle'. [funcArgNamesDifferent]
firefox-62.0/dom/html/nsTextEditorState.cpp:296:42: note: Function 'SetDisplaySelection' argument 1 names different: declaration 'toggle' definition 'aToggle'.
firefox-62.0/dom/html/nsTextEditorState.cpp:390:55: note: Function 'SetDisplaySelection' argument 1 names different: declaration 'toggle' definition 'aToggle'.
firefox-62.0/dom/html/nsTextEditorState.cpp:400:56: style: Function 'GetDisplaySelection' argument 1 names different: declaration '_retval' definition 'aToggle'. [funcArgNamesDifferent]
firefox-62.0/dom/html/nsTextEditorState.cpp:297:43: note: Function 'GetDisplaySelection' argument 1 names different: declaration '_retval' definition 'aToggle'.
firefox-62.0/dom/html/nsTextEditorState.cpp:400:56: note: Function 'GetDisplaySelection' argument 1 names different: declaration '_retval' definition 'aToggle'.
firefox-62.0/dom/html/nsTextEditorState.cpp:410:53: style: Function 'SetSelectionFlags' argument 1 names different: declaration 'aInEnable' definition 'aToggle'. [funcArgNamesDifferent]
firefox-62.0/dom/html/nsTextEditorState.cpp:298:40: note: Function 'SetSelectionFlags' argument 1 names different: declaration 'aInEnable' definition 'aToggle'.
firefox-62.0/dom/html/nsTextEditorState.cpp:410:53: note: Function 'SetSelectionFlags' argument 1 names different: declaration 'aInEnable' definition 'aToggle'.
firefox-62.0/dom/html/nsTextEditorState.cpp:1146:28: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
firefox-62.0/dom/html/nsTextEditorState.cpp:278:1: style: The class 'nsTextInputSelectionImpl' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/indexedDB/ActorsChild.cpp:1163:38: warning: Either the condition 'if(mThreadLocalSlot)' is redundant or there is possible null pointer dereference: mThreadLocalSlot. [nullPointerRedundantCheck]
firefox-62.0/dom/indexedDB/ActorsChild.cpp:1165:8: note: Assuming that condition 'if(mThreadLocalSlot)' is not redundant
firefox-62.0/dom/indexedDB/ActorsChild.cpp:1163:38: note: Null pointer dereference
firefox-62.0/dom/indexedDB/IndexedDatabaseInlines.h:64:56: style: Function 'StructuredCloneReadInfo' argument 1 names different: declaration 'aOther' definition 'aCloneReadInfo'. [funcArgNamesDifferent]
firefox-62.0/dom/indexedDB/IndexedDatabase.h:81:53: note: Function 'StructuredCloneReadInfo' argument 1 names different: declaration 'aOther' definition 'aCloneReadInfo'.
firefox-62.0/dom/indexedDB/IndexedDatabaseInlines.h:64:56: note: Function 'StructuredCloneReadInfo' argument 1 names different: declaration 'aOther' definition 'aCloneReadInfo'.
firefox-62.0/dom/indexedDB/IndexedDatabaseInlines.h:80:66: style: Function 'StructuredCloneReadInfo' argument 1 names different: declaration 'aOther' definition 'aCloneReadInfo'. [funcArgNamesDifferent]
firefox-62.0/dom/indexedDB/IndexedDatabase.h:89:76: note: Function 'StructuredCloneReadInfo' argument 1 names different: declaration 'aOther' definition 'aCloneReadInfo'.
firefox-62.0/dom/indexedDB/IndexedDatabaseInlines.h:80:66: note: Function 'StructuredCloneReadInfo' argument 1 names different: declaration 'aOther' definition 'aCloneReadInfo'.
firefox-62.0/dom/indexedDB/IndexedDatabaseInlines.h:95:62: style: Function 'operator=' argument 1 names different: declaration 'aOther' definition 'aCloneReadInfo'. [funcArgNamesDifferent]
firefox-62.0/dom/indexedDB/IndexedDatabase.h:85:39: note: Function 'operator=' argument 1 names different: declaration 'aOther' definition 'aCloneReadInfo'.
firefox-62.0/dom/indexedDB/IndexedDatabaseInlines.h:95:62: note: Function 'operator=' argument 1 names different: declaration 'aOther' definition 'aCloneReadInfo'.
firefox-62.0/dom/indexedDB/ActorsChild.cpp:2053:63: style: Function 'BackgroundDatabaseChild' argument 2 names different: declaration 'aOpenRequest' definition 'aOpenRequestActor'. [funcArgNamesDifferent]
firefox-62.0/dom/indexedDB/ActorsChild.h:351:58: note: Function 'BackgroundDatabaseChild' argument 2 names different: declaration 'aOpenRequest' definition 'aOpenRequestActor'.
firefox-62.0/dom/indexedDB/ActorsChild.cpp:2053:63: note: Function 'BackgroundDatabaseChild' argument 2 names different: declaration 'aOpenRequest' definition 'aOpenRequestActor'.
firefox-62.0/dom/indexedDB/ActorsChild.cpp:2565:62: style: Function 'SetDOMTransaction' argument 1 names different: declaration 'aDOMObject' definition 'aTransaction'. [funcArgNamesDifferent]
firefox-62.0/dom/indexedDB/ActorsChild.h:518:37: note: Function 'SetDOMTransaction' argument 1 names different: declaration 'aDOMObject' definition 'aTransaction'.
firefox-62.0/dom/indexedDB/ActorsChild.cpp:2565:62: note: Function 'SetDOMTransaction' argument 1 names different: declaration 'aDOMObject' definition 'aTransaction'.
firefox-62.0/dom/indexedDB/ActorsChild.cpp:3647:47: style: Function 'DataIsReady' argument 1 names different: declaration 'aInputStream' definition 'aStream'. [funcArgNamesDifferent]
firefox-62.0/dom/indexedDB/ActorsChild.cpp:1567:31: note: Function 'DataIsReady' argument 1 names different: declaration 'aInputStream' definition 'aStream'.
firefox-62.0/dom/indexedDB/ActorsChild.cpp:3647:47: note: Function 'DataIsReady' argument 1 names different: declaration 'aInputStream' definition 'aStream'.
firefox-62.0/dom/indexedDB/ActorsChild.cpp:3847:48: style: Function 'HandleResponse' argument 1 names different: declaration 'aResponse' definition 'aResponses'. [funcArgNamesDifferent]
firefox-62.0/dom/indexedDB/ActorsChild.h:849:61: note: Function 'HandleResponse' argument 1 names different: declaration 'aResponse' definition 'aResponses'.
firefox-62.0/dom/indexedDB/ActorsChild.cpp:3847:48: note: Function 'HandleResponse' argument 1 names different: declaration 'aResponse' definition 'aResponses'.
firefox-62.0/dom/indexedDB/IndexedDatabaseInlines.h:57:26: warning: Member variable 'StructuredCloneReadInfo::mDatabase' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/indexedDB/IndexedDatabaseInlines.h:57:26: warning: Member variable 'StructuredCloneReadInfo::mHasPreprocessInfo' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/indexedDB/ActorsChild.h:76:3: performance: Technically the member function 'mozilla::dom::indexedDB::ThreadLocal::AssertIsOnOwningThread' can be static. [functionStatic]
firefox-62.0/dom/indexedDB/ActorsChild.h:229:3: performance: Technically the member function 'mozilla::dom::indexedDB::BackgroundRequestChildBase::AssertIsOnOwningThread' can be static. [functionStatic]
firefox-62.0/dom/indexedDB/ActorsChild.h:491:3: performance: Technically the member function 'mozilla::dom::indexedDB::BackgroundTransactionBase::AssertIsOnOwningThread' can be static. [functionStatic]
firefox-62.0/dom/indexedDB/Key.h:349:3: performance: Technically the member function 'mozilla::dom::indexedDB::Key::Assert' can be static. [functionStatic]
firefox-62.0/dom/indexedDB/IndexedDatabase.h:89:16: style: Struct 'StructuredCloneReadInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/indexedDB/ActorsChild.cpp:3705:67: performance: Function parameter 'aActionFunc' should be passed by const reference. [passedByValue]
firefox-62.0/dom/indexedDB/ActorsChild.cpp:3064:35: warning: Access of moved variable 'aResponse'. [accessMoved]
firefox-62.0/dom/indexedDB/ActorsChild.cpp:3061:41: note: Calling std::move(aResponse)
firefox-62.0/dom/indexedDB/ActorsChild.cpp:3064:35: note: $symbol:aResponse
Access of moved variable '$symbol'.
firefox-62.0/dom/indexedDB/ActorsChild.cpp:3101:39: warning: Access of moved variable 'serializedCloneInfo'. [accessMoved]
firefox-62.0/dom/indexedDB/ActorsChild.cpp:3096:24: note: Calling std::move(serializedCloneInfo)
firefox-62.0/dom/indexedDB/ActorsChild.cpp:3101:39: note: $symbol:serializedCloneInfo
Access of moved variable '$symbol'.
firefox-62.0/dom/indexedDB/ActorsParent.cpp:25140:51: style: Function 'RemoveReferencesToIndex' argument 2 names different: declaration 'aObjectDataKey' definition 'aObjectStoreKey'. [funcArgNamesDifferent]
firefox-62.0/dom/indexedDB/ActorsParent.cpp:8125:38: note: Function 'RemoveReferencesToIndex' argument 2 names different: declaration 'aObjectDataKey' definition 'aObjectStoreKey'.
firefox-62.0/dom/indexedDB/ActorsParent.cpp:25140:51: note: Function 'RemoveReferencesToIndex' argument 2 names different: declaration 'aObjectDataKey' definition 'aObjectStoreKey'.
firefox-62.0/dom/indexedDB/ActorsParent.cpp:5067:3: performance: Technically the member function 'mozilla::dom::indexedDB::::DatabaseConnection::AssertIsOnConnectionThread' can be static. [functionStatic]
firefox-62.0/dom/indexedDB/ActorsParent.cpp:5198:3: performance: Technically the member function 'mozilla::dom::indexedDB::::CachedStatement::AssertIsOnConnectionThread' can be static. [functionStatic]
firefox-62.0/dom/indexedDB/ActorsParent.cpp:5406:3: performance: Technically the member function 'mozilla::dom::indexedDB::::ConnectionPool::AssertIsOnOwningThread' can be static. [functionStatic]
firefox-62.0/dom/indexedDB/ActorsParent.cpp:5586:3: performance: Technically the member function 'mozilla::dom::indexedDB::::DatabaseInfo::AssertIsOnConnectionThread' can be static. [functionStatic]
firefox-62.0/dom/indexedDB/ActorsParent.cpp:25152:5: performance: Technically the member function 'mozilla::dom::indexedDB::RemoveReferencesToIndex::IndexIdComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/indexedDB/ActorsParent.cpp:25159:5: performance: Technically the member function 'mozilla::dom::indexedDB::RemoveReferencesToIndex::IndexIdComparator::LessThan' can be static. [functionStatic]
firefox-62.0/dom/indexedDB/ActorsParent.cpp:7109:12: warning: The class 'CommitOp' defines member variable with name 'mResultCode' also defined in its parent class 'DatabaseOperationBase'. [duplInheritedMember]
firefox-62.0/dom/indexedDB/ActorsParent.cpp:5846:12: note: Parent variable 'DatabaseOperationBase::mResultCode'
firefox-62.0/dom/indexedDB/ActorsParent.cpp:7109:12: note: Derived variable 'CommitOp::mResultCode'
firefox-62.0/dom/indexedDB/ActorsParent.cpp:5683:3: style: Struct 'IdleDatabaseInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/indexedDB/ActorsParent.cpp:5712:3: style: Struct 'IdleThreadInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/indexedDB/ActorsParent.cpp:7621:16: style: Struct 'MaybeBlockedDatabaseInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/indexedDB/KeyPath.h:24:1: warning: The class 'KeyPath' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/indexedDB/ActorsParent.cpp:460:1: warning: The struct 'IndexDataValue' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/indexedDB/FileInfo.h:61:3: style: Technically the member function 'mozilla::dom::indexedDB::FileInfo::GetReferences' can be const. [functionConst]
firefox-62.0/dom/indexedDB/FileInfo.cpp:111:11: note: Technically the member function 'mozilla::dom::indexedDB::FileInfo::GetReferences' can be const.
firefox-62.0/dom/indexedDB/FileInfo.h:61:3: note: Technically the member function 'mozilla::dom::indexedDB::FileInfo::GetReferences' can be const.
firefox-62.0/dom/indexedDB/FileSnapshot.cpp:169:46: style: Function 'BlobImplSnapshot' argument 1 names different: declaration 'aImpl' definition 'aFileImpl'. [funcArgNamesDifferent]
firefox-62.0/dom/indexedDB/FileSnapshot.h:44:30: note: Function 'BlobImplSnapshot' argument 1 names different: declaration 'aImpl' definition 'aFileImpl'.
firefox-62.0/dom/indexedDB/FileSnapshot.cpp:169:46: note: Function 'BlobImplSnapshot' argument 1 names different: declaration 'aImpl' definition 'aFileImpl'.
firefox-62.0/dom/indexedDB/FileSnapshot.cpp:180:46: style: Function 'BlobImplSnapshot' argument 1 names different: declaration 'aImpl' definition 'aFileImpl'. [funcArgNamesDifferent]
firefox-62.0/dom/indexedDB/FileSnapshot.h:50:30: note: Function 'BlobImplSnapshot' argument 1 names different: declaration 'aImpl' definition 'aFileImpl'.
firefox-62.0/dom/indexedDB/FileSnapshot.cpp:180:46: note: Function 'BlobImplSnapshot' argument 1 names different: declaration 'aImpl' definition 'aFileImpl'.
firefox-62.0/dom/indexedDB/IDBDatabase.cpp:1362:38: warning: Possible null pointer dereference: foundObjectStoreSpec [nullPointer]
firefox-62.0/dom/indexedDB/IDBDatabase.cpp:1347:43: note: Assignment 'foundObjectStoreSpec=nullptr', assigned value is 0
firefox-62.0/dom/indexedDB/IDBDatabase.cpp:1362:38: note: Null pointer dereference
firefox-62.0/dom/indexedDB/IDBDatabase.cpp:502:49: style: Function 'DeleteObjectStore' argument 1 names different: declaration 'name' definition 'aName'. [funcArgNamesDifferent]
firefox-62.0/dom/indexedDB/IDBDatabase.h:230:38: note: Function 'DeleteObjectStore' argument 1 names different: declaration 'name' definition 'aName'.
firefox-62.0/dom/indexedDB/IDBDatabase.cpp:502:49: note: Function 'DeleteObjectStore' argument 1 names different: declaration 'name' definition 'aName'.
firefox-62.0/dom/indexedDB/IDBEvents.cpp:53:56: style: Function 'CreateInternal' argument 2 names different: declaration 'aName' definition 'aType'. [funcArgNamesDifferent]
firefox-62.0/dom/indexedDB/IDBEvents.h:121:35: note: Function 'CreateInternal' argument 2 names different: declaration 'aName' definition 'aType'.
firefox-62.0/dom/indexedDB/IDBEvents.cpp:53:56: note: Function 'CreateInternal' argument 2 names different: declaration 'aName' definition 'aType'.
firefox-62.0/dom/indexedDB/IDBFactory.cpp:904:51: warning: Suspicious code: sign conversion of -1 in calculation because '-1' has a negative value [signConversion]
firefox-62.0/dom/indexedDB/IDBFactory.cpp:905:48: warning: Suspicious code: sign conversion of -1 in calculation because '-1' has a negative value [signConversion]
firefox-62.0/dom/indexedDB/IDBKeyRange.cpp:308:45: style: Function 'Includes' argument 2 names different: declaration 'aKey' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/dom/indexedDB/IDBKeyRange.h:124:34: note: Function 'Includes' argument 2 names different: declaration 'aKey' definition 'aValue'.
firefox-62.0/dom/indexedDB/IDBKeyRange.cpp:308:45: note: Function 'Includes' argument 2 names different: declaration 'aKey' definition 'aValue'.
firefox-62.0/dom/indexedDB/IDBObjectStore.cpp:2695:46: style: Function 'DeleteIndex' argument 1 names different: declaration 'aIndexName' definition 'aName'. [funcArgNamesDifferent]
firefox-62.0/dom/indexedDB/IDBObjectStore.h:275:32: note: Function 'DeleteIndex' argument 1 names different: declaration 'aIndexName' definition 'aName'.
firefox-62.0/dom/indexedDB/IDBObjectStore.cpp:2695:46: note: Function 'DeleteIndex' argument 1 names different: declaration 'aIndexName' definition 'aName'.
firefox-62.0/dom/indexedDB/IDBObjectStore.cpp:214:1: warning: The class 'WasmCompiledModuleStream' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/indexedDB/IDBRequest.cpp:114:36: style: Function 'Create' argument 2 names different: declaration 'aSource' definition 'aSourceAsObjectStore'. [funcArgNamesDifferent]
firefox-62.0/dom/indexedDB/IDBRequest.h:70:26: note: Function 'Create' argument 2 names different: declaration 'aSource' definition 'aSourceAsObjectStore'.
firefox-62.0/dom/indexedDB/IDBRequest.cpp:114:36: note: Function 'Create' argument 2 names different: declaration 'aSource' definition 'aSourceAsObjectStore'.
firefox-62.0/dom/indexedDB/IDBRequest.cpp:131:30: style: Function 'Create' argument 2 names different: declaration 'aSource' definition 'aSourceAsIndex'. [funcArgNamesDifferent]
firefox-62.0/dom/indexedDB/IDBRequest.h:76:20: note: Function 'Create' argument 2 names different: declaration 'aSource' definition 'aSourceAsIndex'.
firefox-62.0/dom/indexedDB/IDBRequest.cpp:131:30: note: Function 'Create' argument 2 names different: declaration 'aSource' definition 'aSourceAsIndex'.
firefox-62.0/dom/indexedDB/IDBTransaction.cpp:756:32: style: Function 'Abort' argument 1 names different: declaration 'aAbortCode' definition 'aErrorCode'. [funcArgNamesDifferent]
firefox-62.0/dom/indexedDB/IDBTransaction.h:270:18: note: Function 'Abort' argument 1 names different: declaration 'aAbortCode' definition 'aErrorCode'.
firefox-62.0/dom/indexedDB/IDBTransaction.cpp:756:32: note: Function 'Abort' argument 1 names different: declaration 'aAbortCode' definition 'aErrorCode'.
firefox-62.0/dom/indexedDB/IndexedDatabaseManager.cpp:1091:7: style: Condition 'useProfiler' is always false [knownConditionTrueFalse]
firefox-62.0/dom/indexedDB/IndexedDatabaseManager.cpp:1086:5: note: Assignment 'useProfiler=false', assigned value is 0
firefox-62.0/dom/indexedDB/IndexedDatabaseManager.cpp:1091:7: note: Condition 'useProfiler' is always false
firefox-62.0/dom/indexedDB/Key.cpp:632:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/dom/indexedDB/Key.cpp:655:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/dom/ipc/CoalescedInputData.h:39:0: style: Technically the member function 'mozilla :: dom :: CoalescedInputData < WidgetMouseEvent >::IsEmpty' can be const. [functionConst]
firefox-62.0/dom/ipc/CoalescedInputData.h:53:0: style: Technically the member function 'mozilla :: dom :: CoalescedInputData < WidgetMouseEvent >::GetScrollableLayerGuid' can be const. [functionConst]
firefox-62.0/dom/ipc/CoalescedInputData.h:58:0: style: Technically the member function 'mozilla :: dom :: CoalescedInputData < WidgetMouseEvent >::GetInputBlockId' can be const. [functionConst]
firefox-62.0/dom/ipc/CoalescedInputData.h:39:0: style: Technically the member function 'mozilla :: dom :: CoalescedInputData < WidgetWheelEvent >::IsEmpty' can be const. [functionConst]
firefox-62.0/dom/ipc/CoalescedInputData.h:53:0: style: Technically the member function 'mozilla :: dom :: CoalescedInputData < WidgetWheelEvent >::GetScrollableLayerGuid' can be const. [functionConst]
firefox-62.0/dom/ipc/CoalescedInputData.h:58:0: style: Technically the member function 'mozilla :: dom :: CoalescedInputData < WidgetWheelEvent >::GetInputBlockId' can be const. [functionConst]
firefox-62.0/dom/ipc/ContentChild.cpp:819:55: style: Function 'ProvideWindowCommon' argument 2 names different: declaration 'aOpener' definition 'aParent'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentChild.h:108:43: note: Function 'ProvideWindowCommon' argument 2 names different: declaration 'aOpener' definition 'aParent'.
firefox-62.0/dom/ipc/ContentChild.cpp:819:55: note: Function 'ProvideWindowCommon' argument 2 names different: declaration 'aOpener' definition 'aParent'.
firefox-62.0/dom/ipc/ContentChild.cpp:1284:55: style: Function 'RecvRequestMemoryReport' argument 1 names different: declaration 'generation' definition 'aGeneration'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentChild.h:605:27: note: Function 'RecvRequestMemoryReport' argument 1 names different: declaration 'generation' definition 'aGeneration'.
firefox-62.0/dom/ipc/ContentChild.cpp:1284:55: note: Function 'RecvRequestMemoryReport' argument 1 names different: declaration 'generation' definition 'aGeneration'.
firefox-62.0/dom/ipc/ContentChild.cpp:1285:51: style: Function 'RecvRequestMemoryReport' argument 2 names different: declaration 'anonymize' definition 'aAnonymize'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentChild.h:606:23: note: Function 'RecvRequestMemoryReport' argument 2 names different: declaration 'anonymize' definition 'aAnonymize'.
firefox-62.0/dom/ipc/ContentChild.cpp:1285:51: note: Function 'RecvRequestMemoryReport' argument 2 names different: declaration 'anonymize' definition 'aAnonymize'.
firefox-62.0/dom/ipc/ContentChild.cpp:1286:51: style: Function 'RecvRequestMemoryReport' argument 3 names different: declaration 'minimizeMemoryUsage' definition 'aMinimizeMemoryUsage'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentChild.h:607:23: note: Function 'RecvRequestMemoryReport' argument 3 names different: declaration 'minimizeMemoryUsage' definition 'aMinimizeMemoryUsage'.
firefox-62.0/dom/ipc/ContentChild.cpp:1286:51: note: Function 'RecvRequestMemoryReport' argument 3 names different: declaration 'minimizeMemoryUsage' definition 'aMinimizeMemoryUsage'.
firefox-62.0/dom/ipc/ContentChild.cpp:1287:60: style: Function 'RecvRequestMemoryReport' argument 4 names different: declaration 'DMDFile' definition 'aDMDFile'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentChild.h:608:32: note: Function 'RecvRequestMemoryReport' argument 4 names different: declaration 'DMDFile' definition 'aDMDFile'.
firefox-62.0/dom/ipc/ContentChild.cpp:1287:60: note: Function 'RecvRequestMemoryReport' argument 4 names different: declaration 'DMDFile' definition 'aDMDFile'.
firefox-62.0/dom/ipc/ContentChild.cpp:1768:50: style: Function 'RecvBidiKeyboardNotify' argument 1 names different: declaration 'isLangRTL' definition 'aIsLangRTL'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentChild.h:367:70: note: Function 'RecvBidiKeyboardNotify' argument 1 names different: declaration 'isLangRTL' definition 'aIsLangRTL'.
firefox-62.0/dom/ipc/ContentChild.cpp:1768:50: note: Function 'RecvBidiKeyboardNotify' argument 1 names different: declaration 'isLangRTL' definition 'aIsLangRTL'.
firefox-62.0/dom/ipc/ContentChild.cpp:1769:50: style: Function 'RecvBidiKeyboardNotify' argument 2 names different: declaration 'haveBidiKeyboards' definition 'aHaveBidiKeyboards'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentChild.h:368:70: note: Function 'RecvBidiKeyboardNotify' argument 2 names different: declaration 'haveBidiKeyboards' definition 'aHaveBidiKeyboards'.
firefox-62.0/dom/ipc/ContentChild.cpp:1769:50: note: Function 'RecvBidiKeyboardNotify' argument 2 names different: declaration 'haveBidiKeyboards' definition 'aHaveBidiKeyboards'.
firefox-62.0/dom/ipc/ContentChild.cpp:1821:54: style: Function 'SendPBrowserConstructor' argument 1 names different: declaration 'actor' definition 'aActor'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentChild.h:528:55: note: Function 'SendPBrowserConstructor' argument 1 names different: declaration 'actor' definition 'aActor'.
firefox-62.0/dom/ipc/ContentChild.cpp:1821:54: note: Function 'SendPBrowserConstructor' argument 1 names different: declaration 'actor' definition 'aActor'.
firefox-62.0/dom/ipc/ContentChild.cpp:1824:60: style: Function 'SendPBrowserConstructor' argument 4 names different: declaration 'context' definition 'aContext'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentChild.h:531:61: note: Function 'SendPBrowserConstructor' argument 4 names different: declaration 'context' definition 'aContext'.
firefox-62.0/dom/ipc/ContentChild.cpp:1824:60: note: Function 'SendPBrowserConstructor' argument 4 names different: declaration 'context' definition 'aContext'.
firefox-62.0/dom/ipc/ContentChild.cpp:1825:55: style: Function 'SendPBrowserConstructor' argument 5 names different: declaration 'chromeFlags' definition 'aChromeFlags'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentChild.h:532:56: note: Function 'SendPBrowserConstructor' argument 5 names different: declaration 'chromeFlags' definition 'aChromeFlags'.
firefox-62.0/dom/ipc/ContentChild.cpp:1825:55: note: Function 'SendPBrowserConstructor' argument 5 names different: declaration 'chromeFlags' definition 'aChromeFlags'.
firefox-62.0/dom/ipc/ContentChild.cpp:1843:54: style: Function 'RecvPBrowserConstructor' argument 1 names different: declaration 'aCctor' definition 'aActor'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentChild.h:536:74: note: Function 'RecvPBrowserConstructor' argument 1 names different: declaration 'aCctor' definition 'aActor'.
firefox-62.0/dom/ipc/ContentChild.cpp:1843:54: note: Function 'RecvPBrowserConstructor' argument 1 names different: declaration 'aCctor' definition 'aActor'.
firefox-62.0/dom/ipc/ContentChild.cpp:2151:77: style: Function 'DeallocPPSMContentDownloaderChild' argument 1 names different: declaration 'aDownloader' definition 'aListener'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentChild.h:302:65: note: Function 'DeallocPPSMContentDownloaderChild' argument 1 names different: declaration 'aDownloader' definition 'aListener'.
firefox-62.0/dom/ipc/ContentChild.cpp:2151:77: note: Function 'DeallocPPSMContentDownloaderChild' argument 1 names different: declaration 'aDownloader' definition 'aListener'.
firefox-62.0/dom/ipc/ContentChild.cpp:2334:56: style: Function 'RecvSetCaptivePortalState' argument 1 names different: declaration 'state' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentChild.h:365:76: note: Function 'RecvSetCaptivePortalState' argument 1 names different: declaration 'state' definition 'aState'.
firefox-62.0/dom/ipc/ContentChild.cpp:2334:56: note: Function 'RecvSetCaptivePortalState' argument 1 names different: declaration 'state' definition 'aState'.
firefox-62.0/dom/ipc/ContentChild.cpp:2434:49: style: Function 'RecvVarUpdate' argument 1 names different: declaration 'pref' definition 'aVar'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentChild.h:376:69: note: Function 'RecvVarUpdate' argument 1 names different: declaration 'pref' definition 'aVar'.
firefox-62.0/dom/ipc/ContentChild.cpp:2434:49: note: Function 'RecvVarUpdate' argument 1 names different: declaration 'pref' definition 'aVar'.
firefox-62.0/dom/ipc/ContentChild.cpp:2775:68: style: Function 'RecvInitBlobURLs' argument 1 names different: declaration 'aRegistations' definition 'aRegistrations'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentChild.h:435:56: note: Function 'RecvInitBlobURLs' argument 1 names different: declaration 'aRegistations' definition 'aRegistrations'.
firefox-62.0/dom/ipc/ContentChild.cpp:2775:68: note: Function 'RecvInitBlobURLs' argument 1 names different: declaration 'aRegistations' definition 'aRegistrations'.
firefox-62.0/dom/ipc/ContentChild.cpp:2853:54: style: Function 'RecvNotifyIdleObserver' argument 3 names different: declaration 'aData' definition 'aTimeStr'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentChild.h:456:74: note: Function 'RecvNotifyIdleObserver' argument 3 names different: declaration 'aData' definition 'aTimeStr'.
firefox-62.0/dom/ipc/ContentChild.cpp:2853:54: note: Function 'RecvNotifyIdleObserver' argument 3 names different: declaration 'aData' definition 'aTimeStr'.
firefox-62.0/dom/ipc/ContentChild.cpp:2907:73: style: Function 'DeallocPOfflineCacheUpdateChild' argument 1 names different: declaration 'offlineCacheUpdate' definition 'actor'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentChild.h:558:61: note: Function 'DeallocPOfflineCacheUpdateChild' argument 1 names different: declaration 'offlineCacheUpdate' definition 'actor'.
firefox-62.0/dom/ipc/ContentChild.cpp:2907:73: note: Function 'DeallocPOfflineCacheUpdateChild' argument 1 names different: declaration 'offlineCacheUpdate' definition 'actor'.
firefox-62.0/dom/ipc/ContentChild.cpp:3598:72: style: Function 'RecvProvideAnonymousTemporaryFile' argument 2 names different: declaration 'aFD' definition 'aFDOrError'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentChild.h:617:81: note: Function 'RecvProvideAnonymousTemporaryFile' argument 2 names different: declaration 'aFD' definition 'aFDOrError'.
firefox-62.0/dom/ipc/ContentChild.cpp:3598:72: note: Function 'RecvProvideAnonymousTemporaryFile' argument 2 names different: declaration 'aFD' definition 'aFDOrError'.
firefox-62.0/dom/ipc/ContentChild.cpp:541:15: warning: Member variable 'ContentChild::mIsForBrowser' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/ipc/PermissionMessageUtils.h:26:1: warning: The class 'Principal' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-62.0/dom/ipc/ContentParent.cpp:740:61: style: Function 'MinTabSelect' argument 3 names different: declaration 'maxContentParents' definition 'aMaxContentParents'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentParent.h:167:24: note: Function 'MinTabSelect' argument 3 names different: declaration 'maxContentParents' definition 'aMaxContentParents'.
firefox-62.0/dom/ipc/ContentParent.cpp:740:61: note: Function 'MinTabSelect' argument 3 names different: declaration 'maxContentParents' definition 'aMaxContentParents'.
firefox-62.0/dom/ipc/ContentParent.cpp:1560:58: style: Function 'ProcessingError' argument 2 names different: declaration 'aMsgName' definition 'aReason'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentParent.h:1110:58: note: Function 'ProcessingError' argument 2 names different: declaration 'aMsgName' definition 'aReason'.
firefox-62.0/dom/ipc/ContentParent.cpp:1560:58: note: Function 'ProcessingError' argument 2 names different: declaration 'aMsgName' definition 'aReason'.
firefox-62.0/dom/ipc/ContentParent.cpp:2124:38: style: Function 'ContentParent' argument 3 names different: declaration 'aPluginID' definition 'aJSPluginID'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentParent.h:752:25: note: Function 'ContentParent' argument 3 names different: declaration 'aPluginID' definition 'aJSPluginID'.
firefox-62.0/dom/ipc/ContentParent.cpp:2124:38: note: Function 'ContentParent' argument 3 names different: declaration 'aPluginID' definition 'aJSPluginID'.
firefox-62.0/dom/ipc/ContentParent.cpp:2193:45: style: Function 'InitInternal' argument 1 names different: declaration 'aPriority' definition 'aInitialPriority'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentParent.h:759:37: note: Function 'InitInternal' argument 1 names different: declaration 'aPriority' definition 'aInitialPriority'.
firefox-62.0/dom/ipc/ContentParent.cpp:2193:45: note: Function 'InitInternal' argument 1 names different: declaration 'aPriority' definition 'aInitialPriority'.
firefox-62.0/dom/ipc/ContentParent.cpp:3143:37: style: Function 'KillHard' argument 1 names different: declaration 'aWhy' definition 'aReason'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentParent.h:407:29: note: Function 'KillHard' argument 1 names different: declaration 'aWhy' definition 'aReason'.
firefox-62.0/dom/ipc/ContentParent.cpp:3143:37: note: Function 'KillHard' argument 1 names different: declaration 'aWhy' definition 'aReason'.
firefox-62.0/dom/ipc/ContentParent.cpp:3373:62: style: Function 'DeallocPScriptCacheParent' argument 1 names different: declaration 'shell' definition 'cache'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentParent.h:924:62: note: Function 'DeallocPScriptCacheParent' argument 1 names different: declaration 'shell' definition 'cache'.
firefox-62.0/dom/ipc/ContentParent.cpp:3373:62: note: Function 'DeallocPScriptCacheParent' argument 1 names different: declaration 'shell' definition 'cache'.
firefox-62.0/dom/ipc/ContentParent.cpp:3415:56: style: Function 'DeallocPPrintingParent' argument 1 names different: declaration 'aActor' definition 'printing'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentParent.h:433:56: note: Function 'DeallocPPrintingParent' argument 1 names different: declaration 'aActor' definition 'printing'.
firefox-62.0/dom/ipc/ContentParent.cpp:3415:56: note: Function 'DeallocPPrintingParent' argument 1 names different: declaration 'aActor' definition 'printing'.
firefox-62.0/dom/ipc/ContentParent.cpp:3494:80: style: Function 'DeallocPPSMContentDownloaderParent' argument 1 names different: declaration 'aDownloader' definition 'aListener'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentParent.h:932:67: note: Function 'DeallocPPSMContentDownloaderParent' argument 1 names different: declaration 'aDownloader' definition 'aListener'.
firefox-62.0/dom/ipc/ContentParent.cpp:3494:80: note: Function 'DeallocPPSMContentDownloaderParent' argument 1 names different: declaration 'aDownloader' definition 'aListener'.
firefox-62.0/dom/ipc/ContentParent.cpp:3944:44: style: Function 'RecvScriptError' argument 8 names different: declaration 'aIsFromPrivateWindow' definition 'aFromPrivateWindow'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentParent.h:1067:63: note: Function 'RecvScriptError' argument 8 names different: declaration 'aIsFromPrivateWindow' definition 'aFromPrivateWindow'.
firefox-62.0/dom/ipc/ContentParent.cpp:3944:44: note: Function 'RecvScriptError' argument 8 names different: declaration 'aIsFromPrivateWindow' definition 'aFromPrivateWindow'.
firefox-62.0/dom/ipc/ContentParent.cpp:4054:56: style: Function 'DoSendAsyncMessage' argument 3 names different: declaration 'aData' definition 'aHelper'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentParent.h:337:60: note: Function 'DoSendAsyncMessage' argument 3 names different: declaration 'aData' definition 'aHelper'.
firefox-62.0/dom/ipc/ContentParent.cpp:4054:56: note: Function 'DoSendAsyncMessage' argument 3 names different: declaration 'aData' definition 'aHelper'.
firefox-62.0/dom/ipc/ContentParent.cpp:4082:56: style: Function 'SendPBrowserConstructor' argument 1 names different: declaration 'actor' definition 'aActor'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentParent.h:708:23: note: Function 'SendPBrowserConstructor' argument 1 names different: declaration 'actor' definition 'aActor'.
firefox-62.0/dom/ipc/ContentParent.cpp:4082:56: note: Function 'SendPBrowserConstructor' argument 1 names different: declaration 'actor' definition 'aActor'.
firefox-62.0/dom/ipc/ContentParent.cpp:4084:53: style: Function 'SendPBrowserConstructor' argument 3 names different: declaration 'aSameTabGroupsAs' definition 'aSameTabGroupAs'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentParent.h:710:20: note: Function 'SendPBrowserConstructor' argument 3 names different: declaration 'aSameTabGroupsAs' definition 'aSameTabGroupAs'.
firefox-62.0/dom/ipc/ContentParent.cpp:4084:53: note: Function 'SendPBrowserConstructor' argument 3 names different: declaration 'aSameTabGroupsAs' definition 'aSameTabGroupAs'.
firefox-62.0/dom/ipc/ContentParent.cpp:4085:61: style: Function 'SendPBrowserConstructor' argument 4 names different: declaration 'context' definition 'aContext'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentParent.h:711:28: note: Function 'SendPBrowserConstructor' argument 4 names different: declaration 'context' definition 'aContext'.
firefox-62.0/dom/ipc/ContentParent.cpp:4085:61: note: Function 'SendPBrowserConstructor' argument 4 names different: declaration 'context' definition 'aContext'.
firefox-62.0/dom/ipc/ContentParent.cpp:4086:56: style: Function 'SendPBrowserConstructor' argument 5 names different: declaration 'chromeFlags' definition 'aChromeFlags'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentParent.h:712:23: note: Function 'SendPBrowserConstructor' argument 5 names different: declaration 'chromeFlags' definition 'aChromeFlags'.
firefox-62.0/dom/ipc/ContentParent.cpp:4086:56: note: Function 'SendPBrowserConstructor' argument 5 names different: declaration 'chromeFlags' definition 'aChromeFlags'.
firefox-62.0/dom/ipc/ContentParent.cpp:4200:52: style: Function 'RecvAddIdleObserver' argument 1 names different: declaration 'observerId' definition 'aObserver'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentParent.h:1127:71: note: Function 'RecvAddIdleObserver' argument 1 names different: declaration 'observerId' definition 'aObserver'.
firefox-62.0/dom/ipc/ContentParent.cpp:4200:52: note: Function 'RecvAddIdleObserver' argument 1 names different: declaration 'observerId' definition 'aObserver'.
firefox-62.0/dom/ipc/ContentParent.cpp:4217:55: style: Function 'RecvRemoveIdleObserver' argument 1 names different: declaration 'observerId' definition 'aObserver'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentParent.h:1130:74: note: Function 'RecvRemoveIdleObserver' argument 1 names different: declaration 'observerId' definition 'aObserver'.
firefox-62.0/dom/ipc/ContentParent.cpp:4217:55: note: Function 'RecvRemoveIdleObserver' argument 1 names different: declaration 'observerId' definition 'aObserver'.
firefox-62.0/dom/ipc/ContentParent.cpp:4613:65: style: Function 'AllocPContentPermissionRequestParent' argument 3 names different: declaration 'aIsTrusted' definition 'aIsHandlingUserInput'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentParent.h:525:52: note: Function 'AllocPContentPermissionRequestParent' argument 3 names different: declaration 'aIsTrusted' definition 'aIsHandlingUserInput'.
firefox-62.0/dom/ipc/ContentParent.cpp:4613:65: note: Function 'AllocPContentPermissionRequestParent' argument 3 names different: declaration 'aIsTrusted' definition 'aIsHandlingUserInput'.
firefox-62.0/dom/ipc/ContentParent.cpp:4670:40: style: Function 'CommonCreateWindow' argument 18 names different: declaration 'aLoadUri' definition 'aLoadURI'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/ContentParent.h:738:27: note: Function 'CommonCreateWindow' argument 18 names different: declaration 'aLoadUri' definition 'aLoadURI'.
firefox-62.0/dom/ipc/ContentParent.cpp:4670:40: note: Function 'CommonCreateWindow' argument 18 names different: declaration 'aLoadUri' definition 'aLoadURI'.
firefox-62.0/dom/ipc/ContentParent.h:378:16: warning: Virtual function 'IsForJSPlugin' is called from destructor '~ContentParent()' at line 2182. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/dom/ipc/ContentParent.cpp:2182:7: note: Calling IsForJSPlugin
firefox-62.0/dom/ipc/ContentParent.h:378:16: note: IsForJSPlugin is a virtual method
firefox-62.0/dom/ipc/FilePickerParent.h:25:3: warning: Member variable 'FilePickerParent::mResult' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/ipc/StructuredCloneData.cpp:117:50: style: Function 'Write' argument 3 names different: declaration 'aTransfers' definition 'aTransfer'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/StructuredCloneData.h:197:36: note: Function 'Write' argument 3 names different: declaration 'aTransfers' definition 'aTransfer'.
firefox-62.0/dom/ipc/StructuredCloneData.cpp:117:50: note: Function 'Write' argument 3 names different: declaration 'aTransfers' definition 'aTransfer'.
firefox-62.0/dom/ipc/StructuredCloneData.cpp:416:51: style: Function 'WriteIPCParams' argument 1 names different: declaration 'aMessage' definition 'aMsg'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/StructuredCloneData.h:294:37: note: Function 'WriteIPCParams' argument 1 names different: declaration 'aMessage' definition 'aMsg'.
firefox-62.0/dom/ipc/StructuredCloneData.cpp:416:51: note: Function 'WriteIPCParams' argument 1 names different: declaration 'aMessage' definition 'aMsg'.
firefox-62.0/dom/ipc/StructuredCloneData.cpp:422:56: style: Function 'ReadIPCParams' argument 1 names different: declaration 'aMessage' definition 'aMsg'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/StructuredCloneData.h:295:42: note: Function 'ReadIPCParams' argument 1 names different: declaration 'aMessage' definition 'aMsg'.
firefox-62.0/dom/ipc/StructuredCloneData.cpp:422:56: note: Function 'ReadIPCParams' argument 1 names different: declaration 'aMessage' definition 'aMsg'.
firefox-62.0/dom/ipc/StructuredCloneData.cpp:28:22: warning: Member variable 'StructuredCloneData::mInitialized' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/ipc/TabChild.cpp:2241:55: style: Function 'DeallocPColorPickerChild' argument 1 names different: declaration 'aActor' definition 'aColorPicker'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/TabChild.h:457:60: note: Function 'DeallocPColorPickerChild' argument 1 names different: declaration 'aActor' definition 'aColorPicker'.
firefox-62.0/dom/ipc/TabChild.cpp:2241:55: note: Function 'DeallocPColorPickerChild' argument 1 names different: declaration 'aActor' definition 'aColorPicker'.
firefox-62.0/dom/ipc/TabChild.cpp:2256:53: style: Function 'DeallocPFilePickerChild' argument 1 names different: declaration 'aActor' definition 'actor'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/TabChild.h:463:45: note: Function 'DeallocPFilePickerChild' argument 1 names different: declaration 'aActor' definition 'actor'.
firefox-62.0/dom/ipc/TabChild.cpp:2256:53: note: Function 'DeallocPFilePickerChild' argument 1 names different: declaration 'aActor' definition 'actor'.
firefox-62.0/dom/ipc/TabChild.cpp:2281:69: style: Function 'RecvActivateFrameEvent' argument 2 names different: declaration 'aCapture' definition 'capture'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/TabChild.h:435:61: note: Function 'RecvActivateFrameEvent' argument 2 names different: declaration 'aCapture' definition 'capture'.
firefox-62.0/dom/ipc/TabChild.cpp:2281:69: note: Function 'RecvActivateFrameEvent' argument 2 names different: declaration 'aCapture' definition 'capture'.
firefox-62.0/dom/ipc/TabChild.cpp:2583:62: style: Function 'RecvRenderLayers' argument 2 names different: declaration 'aForce' definition 'aForceRepaint'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/TabChild.h:732:86: note: Function 'RecvRenderLayers' argument 2 names different: declaration 'aForce' definition 'aForceRepaint'.
firefox-62.0/dom/ipc/TabChild.cpp:2583:62: note: Function 'RecvRenderLayers' argument 2 names different: declaration 'aForce' definition 'aForceRepaint'.
firefox-62.0/dom/ipc/TabChild.cpp:3443:61: style: Function 'DeallocPPaymentRequestChild' argument 1 names different: declaration 'aActor' definition 'actor'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/TabChild.h:600:53: note: Function 'DeallocPPaymentRequestChild' argument 1 names different: declaration 'aActor' definition 'actor'.
firefox-62.0/dom/ipc/TabChild.cpp:3443:61: note: Function 'DeallocPPaymentRequestChild' argument 1 names different: declaration 'aActor' definition 'actor'.
firefox-62.0/dom/ipc/TabMessageUtils.cpp:23:3: style: Variable 'aResult->mEvent' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/dom/ipc/TabMessageUtils.cpp:19:3: note: Variable 'aResult->mEvent' is reassigned a value before the old one has been used.
firefox-62.0/dom/ipc/TabMessageUtils.cpp:23:3: note: Variable 'aResult->mEvent' is reassigned a value before the old one has been used.
firefox-62.0/dom/ipc/TabParent.cpp:658:38: style: Function 'Show' argument 1 names different: declaration 'aSize' definition 'size'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/TabParent.h:344:34: note: Function 'Show' argument 1 names different: declaration 'aSize' definition 'size'.
firefox-62.0/dom/ipc/TabParent.cpp:658:38: note: Function 'Show' argument 1 names different: declaration 'aSize' definition 'size'.
firefox-62.0/dom/ipc/TabParent.cpp:752:46: style: Function 'UpdateDimensions' argument 1 names different: declaration 'aRect' definition 'rect'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/TabParent.h:346:42: note: Function 'UpdateDimensions' argument 1 names different: declaration 'aRect' definition 'rect'.
firefox-62.0/dom/ipc/TabParent.cpp:752:46: note: Function 'UpdateDimensions' argument 1 names different: declaration 'aRect' definition 'rect'.
firefox-62.0/dom/ipc/TabParent.cpp:752:73: style: Function 'UpdateDimensions' argument 2 names different: declaration 'aSize' definition 'size'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/TabParent.h:346:70: note: Function 'UpdateDimensions' argument 2 names different: declaration 'aSize' definition 'size'.
firefox-62.0/dom/ipc/TabParent.cpp:752:73: note: Function 'UpdateDimensions' argument 2 names different: declaration 'aSize' definition 'size'.
firefox-62.0/dom/ipc/TabParent.cpp:1727:42: style: Function 'RecvSetCursor' argument 1 names different: declaration 'aValue' definition 'aCursor'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/TabParent.h:271:65: note: Function 'RecvSetCursor' argument 1 names different: declaration 'aValue' definition 'aCursor'.
firefox-62.0/dom/ipc/TabParent.cpp:1727:42: note: Function 'RecvSetCursor' argument 1 names different: declaration 'aValue' definition 'aCursor'.
firefox-62.0/dom/ipc/TabParent.cpp:1745:49: style: Function 'RecvSetCustomCursor' argument 1 names different: declaration 'aUri' definition 'aCursorData'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/TabParent.h:274:72: note: Function 'RecvSetCustomCursor' argument 1 names different: declaration 'aUri' definition 'aCursorData'.
firefox-62.0/dom/ipc/TabParent.cpp:1745:49: note: Function 'RecvSetCustomCursor' argument 1 names different: declaration 'aUri' definition 'aCursorData'.
firefox-62.0/dom/ipc/TabParent.cpp:2356:38: style: Function 'GetTabIdFrom' argument 1 names different: declaration 'docshell' definition 'docShell'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/TabParent.h:508:42: note: Function 'GetTabIdFrom' argument 1 names different: declaration 'docshell' definition 'docShell'.
firefox-62.0/dom/ipc/TabParent.cpp:2356:38: note: Function 'GetTabIdFrom' argument 1 names different: declaration 'docshell' definition 'docShell'.
firefox-62.0/dom/ipc/TabParent.cpp:2455:50: style: Function 'RecvGetInputContext' argument 1 names different: declaration 'aIMEState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/TabParent.h:244:23: note: Function 'RecvGetInputContext' argument 1 names different: declaration 'aIMEState' definition 'aState'.
firefox-62.0/dom/ipc/TabParent.cpp:2455:50: note: Function 'RecvGetInputContext' argument 1 names different: declaration 'aIMEState' definition 'aState'.
firefox-62.0/dom/ipc/TabParent.cpp:2509:65: style: Function 'RecvSetNativeChildOfShareableWindow' argument 1 names different: declaration 'childWindow' definition 'aChildWindow'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/TabParent.h:296:88: note: Function 'RecvSetNativeChildOfShareableWindow' argument 1 names different: declaration 'childWindow' definition 'aChildWindow'.
firefox-62.0/dom/ipc/TabParent.cpp:2509:65: note: Function 'RecvSetNativeChildOfShareableWindow' argument 1 names different: declaration 'childWindow' definition 'aChildWindow'.
firefox-62.0/dom/ipc/TabParent.cpp:2603:58: style: Function 'DeallocPColorPickerParent' argument 1 names different: declaration 'aColorPicker' definition 'actor'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/TabParent.h:317:49: note: Function 'DeallocPColorPickerParent' argument 1 names different: declaration 'aColorPicker' definition 'actor'.
firefox-62.0/dom/ipc/TabParent.cpp:2603:58: note: Function 'DeallocPColorPickerParent' argument 1 names different: declaration 'aColorPicker' definition 'actor'.
firefox-62.0/dom/ipc/TabParent.cpp:139:12: warning: Member variable 'TabParent::mCustomCursorHotspotX' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/ipc/TabParent.cpp:139:12: warning: Member variable 'TabParent::mCustomCursorHotspotY' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/ipc/nsIContentChild.cpp:53:60: style: Function 'AllocPBrowserChild' argument 5 names different: declaration 'aCpId' definition 'aCpID'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/nsIContentChild.h:83:68: note: Function 'AllocPBrowserChild' argument 5 names different: declaration 'aCpId' definition 'aCpID'.
firefox-62.0/dom/ipc/nsIContentChild.cpp:53:60: note: Function 'AllocPBrowserChild' argument 5 names different: declaration 'aCpId' definition 'aCpID'.
firefox-62.0/dom/ipc/nsIContentChild.cpp:91:54: style: Function 'RecvPBrowserConstructor' argument 7 names different: declaration 'aIsForBrowse' definition 'aIsForBrowser'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/nsIContentChild.h:93:71: note: Function 'RecvPBrowserConstructor' argument 7 names different: declaration 'aIsForBrowse' definition 'aIsForBrowser'.
firefox-62.0/dom/ipc/nsIContentChild.cpp:91:54: note: Function 'RecvPBrowserConstructor' argument 7 names different: declaration 'aIsForBrowse' definition 'aIsForBrowser'.
firefox-62.0/dom/ipc/nsIContentParent.cpp:124:52: style: Function 'AllocPBrowserParent' argument 2 names different: declaration 'aSameTabGroupsAs' definition 'aSameTabGroupAs'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/nsIContentParent.h:111:60: note: Function 'AllocPBrowserParent' argument 2 names different: declaration 'aSameTabGroupsAs' definition 'aSameTabGroupAs'.
firefox-62.0/dom/ipc/nsIContentParent.cpp:124:52: note: Function 'AllocPBrowserParent' argument 2 names different: declaration 'aSameTabGroupsAs' definition 'aSameTabGroupAs'.
firefox-62.0/dom/ipc/nsIContentParent.cpp:202:57: style: Function 'DeallocPBrowserParent' argument 1 names different: declaration 'frame' definition 'aFrame'. [funcArgNamesDifferent]
firefox-62.0/dom/ipc/nsIContentParent.h:116:54: note: Function 'DeallocPBrowserParent' argument 1 names different: declaration 'frame' definition 'aFrame'.
firefox-62.0/dom/ipc/nsIContentParent.cpp:202:57: note: Function 'DeallocPBrowserParent' argument 1 names different: declaration 'frame' definition 'aFrame'.
firefox-62.0/dom/mathml/nsMathMLElement.cpp:896:23: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/dom/media/AudioConfig.h:209:0: error: #error "Not supported audio type" [preprocessorErrorDirective]
firefox-62.0/dom/media/MediaSegment.h:389:18: style: Technically the member function 'mozilla::MediaSegmentBase::ConstChunkIterator::operator*' can be const. [functionConst]
firefox-62.0/dom/media/MediaSegment.h:390:18: style: Technically the member function 'mozilla::MediaSegmentBase::ConstChunkIterator::operator.' can be const. [functionConst]
firefox-62.0/dom/media/StreamTracks.h:145:10: performance: Technically the member function 'mozilla::StreamTracks::CompareTracksByID::Equals' can be static. [functionStatic]
firefox-62.0/dom/media/StreamTracks.h:148:10: performance: Technically the member function 'mozilla::StreamTracks::CompareTracksByID::LessThan' can be static. [functionStatic]
firefox-62.0/dom/media/MediaSegment.h:462:26: warning: Access of moved variable 'aSegment'. [accessMoved]
firefox-62.0/dom/media/MediaSegment.h:456:20: note: Calling std::move(aSegment)
firefox-62.0/dom/media/MediaSegment.h:462:26: note: $symbol:aSegment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/MediaSegment.h:465:16: warning: Access of moved variable 'aSegment'. [accessMoved]
firefox-62.0/dom/media/MediaSegment.h:456:20: note: Calling std::move(aSegment)
firefox-62.0/dom/media/MediaSegment.h:465:16: note: $symbol:aSegment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/Latency.cpp:83:53: style: Function 'LogLatency' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/dom/media/Latency.h:86:53: note: Function 'LogLatency' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/media/Latency.cpp:83:53: note: Function 'LogLatency' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/media/Latency.cpp:88:50: style: Function 'LogTime' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/dom/media/Latency.h:89:50: note: Function 'LogTime' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/media/Latency.cpp:88:50: note: Function 'LogTime' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/media/Latency.cpp:99:23: style: Function 'LogTime' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/dom/media/Latency.h:90:23: note: Function 'LogTime' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/media/Latency.cpp:99:23: note: Function 'LogTime' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/media/Latency.cpp:107:26: style: Function 'LogLatency' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/dom/media/Latency.h:87:26: note: Function 'LogLatency' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/media/Latency.cpp:107:26: note: Function 'LogLatency' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/media/Latency.cpp:215:46: style: Function 'Log' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/dom/media/Latency.h:50:28: note: Function 'Log' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/media/Latency.cpp:215:46: note: Function 'Log' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/media/MediaTimer.h:56:8: performance: Technically the member function 'mozilla::MediaTimer::OnMediaTimerThread' can be static. [functionStatic]
firefox-62.0/dom/media/MediaTimer.cpp:74:13: note: Technically the member function 'mozilla::MediaTimer::OnMediaTimerThread' can be static.
firefox-62.0/dom/media/MediaTimer.h:56:8: note: Technically the member function 'mozilla::MediaTimer::OnMediaTimerThread' can be static.
firefox-62.0/dom/media/MediaCache.h:412:10: performance: Technically the member function 'mozilla::MediaCacheStream::BlockList::Verify' can be static. [functionStatic]
firefox-62.0/dom/media/Intervals.h:745:0: performance: Technically the member function 'mozilla :: media :: IntervalSet < int64_t >::CompareIntervals::Equals' can be static. [functionStatic]
firefox-62.0/dom/media/Intervals.h:750:0: performance: Technically the member function 'mozilla :: media :: IntervalSet < int64_t >::CompareIntervals::LessThan' can be static. [functionStatic]
firefox-62.0/dom/media/MediaCache.h:418:5: warning: The struct 'Entry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/media/Intervals.h:56:0: warning: Access of forwarded variable 'aStart'. [accessForwarded]
firefox-62.0/dom/media/Intervals.h:52:0: note: Calling std::forward(aStart)
firefox-62.0/dom/media/Intervals.h:56:0: note: $symbol:aStart
Access of forwarded variable '$symbol'.
firefox-62.0/dom/media/Intervals.h:56:0: warning: Access of forwarded variable 'aEnd'. [accessForwarded]
firefox-62.0/dom/media/Intervals.h:53:0: note: Calling std::forward(aEnd)
firefox-62.0/dom/media/Intervals.h:56:0: note: $symbol:aEnd
Access of forwarded variable '$symbol'.
firefox-62.0/dom/media/Intervals.h:65:0: warning: Access of forwarded variable 'aStart'. [accessForwarded]
firefox-62.0/dom/media/Intervals.h:61:0: note: Calling std::forward(aStart)
firefox-62.0/dom/media/Intervals.h:65:0: note: $symbol:aStart
Access of forwarded variable '$symbol'.
firefox-62.0/dom/media/Intervals.h:65:0: warning: Access of forwarded variable 'aEnd'. [accessForwarded]
firefox-62.0/dom/media/Intervals.h:62:0: note: Calling std::forward(aEnd)
firefox-62.0/dom/media/Intervals.h:65:0: note: $symbol:aEnd
Access of forwarded variable '$symbol'.
firefox-62.0/dom/media/TextTrackCueList.cpp:16:8: performance: Technically the member function 'mozilla::dom::CompareCuesByTime::Equals' can be static. [functionStatic]
firefox-62.0/dom/media/TextTrackCueList.cpp:19:8: performance: Technically the member function 'mozilla::dom::CompareCuesByTime::LessThan' can be static. [functionStatic]
firefox-62.0/dom/media/AsyncLogger.h:40:9: warning: Member variable 'Message::data' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/media/AsyncLogger.h:259:8: performance: Technically the member function 'mozilla::AsyncLogger::Sleep' can be static. [functionStatic]
firefox-62.0/dom/media/Tracing.h:86:12: performance: Technically the member function 'AutoTracer::NowInUs' can be static. [functionStatic]
firefox-62.0/dom/media/Tracing.cpp:18:13: note: Technically the member function 'AutoTracer::NowInUs' can be static.
firefox-62.0/dom/media/Tracing.h:86:12: note: Technically the member function 'AutoTracer::NowInUs' can be static.
firefox-62.0/dom/media/VideoPlaybackQuality.h:18:1: style: The class 'VideoPlaybackQuality' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/VideoSegment.h:88:10: performance: Technically the member function 'mozilla::VideoChunk::SizeOfExcludingThisIfUnshared' can be static. [functionStatic]
firefox-62.0/dom/media/MediaSegment.h:389:0: style: Technically the member function 'mozilla :: MediaSegmentBase < VideoSegment , VideoChunk >::ConstChunkIterator::operator*' can be const. [functionConst]
firefox-62.0/dom/media/MediaSegment.h:390:0: style: Technically the member function 'mozilla :: MediaSegmentBase < VideoSegment , VideoChunk >::ConstChunkIterator::operator.' can be const. [functionConst]
firefox-62.0/dom/media/MediaSegment.h:462:0: warning: Access of moved variable 'aSegment'. [accessMoved]
firefox-62.0/dom/media/MediaSegment.h:456:0: note: Calling std::move(aSegment)
firefox-62.0/dom/media/MediaSegment.h:462:0: note: $symbol:aSegment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/MediaSegment.h:465:0: warning: Access of moved variable 'aSegment'. [accessMoved]
firefox-62.0/dom/media/MediaSegment.h:456:0: note: Calling std::move(aSegment)
firefox-62.0/dom/media/MediaSegment.h:465:0: note: $symbol:aSegment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/WebVTTListener.cpp:165:3: warning: Possible null pointer dereference: cue [nullPointer]
firefox-62.0/dom/media/WebVTTListener.cpp:161:23: note: Assignment 'cue=nullptr', assigned value is 0
firefox-62.0/dom/media/WebVTTListener.cpp:165:3: note: Null pointer dereference
firefox-62.0/dom/media/WebVTTListener.cpp:166:29: warning: Possible null pointer dereference: cue [nullPointer]
firefox-62.0/dom/media/WebVTTListener.cpp:161:23: note: Assignment 'cue=nullptr', assigned value is 0
firefox-62.0/dom/media/WebVTTListener.cpp:166:29: note: Null pointer dereference
firefox-62.0/dom/media/doctor/RollingNumber.h:53:36: performance: Function parameter 'aIndex' should be passed by const reference. [passedByValue]
firefox-62.0/dom/media/doctor/DDLifetime.h:49:29: performance: Function parameter 'aConstructionIndex' should be passed by const reference. [passedByValue]
firefox-62.0/dom/media/doctor/DDLifetime.h:50:26: performance: Function parameter 'aConstructionTimeStamp' should be passed by const reference. [passedByValue]
firefox-62.0/dom/media/doctor/DDLifetime.h:64:33: performance: Function parameter 'aIndex' should be passed by const reference. [passedByValue]
firefox-62.0/dom/media/doctor/DDLifetimes.h:98:3: warning: The class 'DDLogObjectHashKey' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/media/doctor/DDLogValue.cpp:17:8: performance: Technically the member function 'mozilla::LogValueMatcher::match' can be static. [functionStatic]
firefox-62.0/dom/media/doctor/MultiWriterQueue.h:42:8: performance: Technically the member function 'mozilla::MultiWriterQueueReaderLocking_None::Lock' can be static. [functionStatic]
firefox-62.0/dom/media/doctor/MultiWriterQueue.h:43:8: performance: Technically the member function 'mozilla::MultiWriterQueueReaderLocking_None::Unlock' can be static. [functionStatic]
firefox-62.0/dom/media/doctor/MultiWriterQueue.h:330:34: performance: Function parameter 'aOrigin' should be passed by const reference. [passedByValue]
firefox-62.0/dom/media/doctor/MultiWriterQueue.h:346:26: performance: Function parameter 'aOrigin' should be passed by const reference. [passedByValue]
firefox-62.0/dom/media/doctor/DDMediaLogs.h:178:33: performance: Function parameter 'aLinkingIndex' should be passed by const reference. [passedByValue]
firefox-62.0/dom/media/doctor/DecoderDoctorDiagnostics.h:40:1: style: The class 'DecoderDoctorDiagnostics' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/doctor/gtest/TestRollingNumber.cpp:85:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/dom/media/doctor/gtest/TestRollingNumber.cpp:87:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/dom/media/eme/MediaKeySystemAccessManager.cpp:41:0: error: syntax error [syntaxError]
firefox-62.0/dom/media/eme/mediadrm/MediaDrmCDMCallbackProxy.cpp:27:49: style: Function 'SetSessionId' argument 1 names different: declaration 'aCreateSessionToken' definition 'aToken'. [funcArgNamesDifferent]
firefox-62.0/dom/media/eme/mediadrm/MediaDrmCDMCallbackProxy.h:23:30: note: Function 'SetSessionId' argument 1 names different: declaration 'aCreateSessionToken' definition 'aToken'.
firefox-62.0/dom/media/eme/mediadrm/MediaDrmCDMCallbackProxy.cpp:27:49: note: Function 'SetSessionId' argument 1 names different: declaration 'aCreateSessionToken' definition 'aToken'.
firefox-62.0/dom/media/eme/mediadrm/MediaDrmCDMCallbackProxy.cpp:52:58: style: Function 'RejectPromise' argument 3 names different: declaration 'aSessionId' definition 'aMessage'. [funcArgNamesDifferent]
firefox-62.0/dom/media/eme/mediadrm/MediaDrmCDMCallbackProxy.h:33:39: note: Function 'RejectPromise' argument 3 names different: declaration 'aSessionId' definition 'aMessage'.
firefox-62.0/dom/media/eme/mediadrm/MediaDrmCDMCallbackProxy.cpp:52:58: note: Function 'RejectPromise' argument 3 names different: declaration 'aSessionId' definition 'aMessage'.
firefox-62.0/dom/media/eme/mediadrm/MediaDrmProxySupport.cpp:103:90: style: Function 'OnSessionMessage' argument 2 names different: declaration 'aSessionMessageType' definition 'aMessageType'. [funcArgNamesDifferent]
firefox-62.0/dom/media/eme/mediadrm/MediaDrmProxySupport.cpp:47:67: note: Function 'OnSessionMessage' argument 2 names different: declaration 'aSessionMessageType' definition 'aMessageType'.
firefox-62.0/dom/media/eme/mediadrm/MediaDrmProxySupport.cpp:103:90: note: Function 'OnSessionMessage' argument 2 names different: declaration 'aSessionMessageType' definition 'aMessageType'.
firefox-62.0/dom/media/eme/mediadrm/MediaDrmProxySupport.cpp:197:23: warning: Member variable 'MediaDrmProxySupport::mCallback' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/media/eme/mediadrm/MediaDrmProxySupport.cpp:200:3: performance: Variable 'mJavaCallbacks' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/media/encoder/MediaEncoder.h:101:1: style: The class 'MediaEncoder' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/encoder/MediaEncoder.h:287:10: style: Technically the member function 'mozilla::MediaEncoder::GetEncodeTimeStamp' can be const. [functionConst]
firefox-62.0/dom/media/encoder/OpusTrackEncoder.cpp:425:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/dom/media/encoder/OpusTrackEncoder.cpp:418:5: note: Variable 'result' is reassigned a value before the old one has been used.
firefox-62.0/dom/media/encoder/OpusTrackEncoder.cpp:425:5: note: Variable 'result' is reassigned a value before the old one has been used.
firefox-62.0/dom/media/encoder/OpusTrackEncoder.h:49:7: style: Technically the member function 'mozilla::OpusTrackEncoder::GetOutputSampleRate' can be const. [functionConst]
firefox-62.0/dom/media/encoder/OpusTrackEncoder.cpp:197:19: note: Technically the member function 'mozilla::OpusTrackEncoder::GetOutputSampleRate' can be const.
firefox-62.0/dom/media/encoder/OpusTrackEncoder.h:49:7: note: Technically the member function 'mozilla::OpusTrackEncoder::GetOutputSampleRate' can be const.
firefox-62.0/dom/media/fake-cdm/cdm-test-decryptor.cpp:434:39: style: Function 'UpdateSession' argument 3 names different: declaration 'aSessionIdSize' definition 'aSessionIdLength'. [funcArgNamesDifferent]
firefox-62.0/dom/media/fake-cdm/cdm-test-decryptor.h:52:31: note: Function 'UpdateSession' argument 3 names different: declaration 'aSessionIdSize' definition 'aSessionIdLength'.
firefox-62.0/dom/media/fake-cdm/cdm-test-decryptor.cpp:434:39: note: Function 'UpdateSession' argument 3 names different: declaration 'aSessionIdSize' definition 'aSessionIdLength'.
firefox-62.0/dom/media/fake-cdm/cdm-test-decryptor.cpp:112:33: performance: Function parameter 'aId' should be passed by const reference. [passedByValue]
firefox-62.0/dom/media/fake-cdm/cdm-test-decryptor.cpp:196:47: performance: Function parameter 'aValue' should be passed by const reference. [passedByValue]
firefox-62.0/dom/media/fake-cdm/cdm-test-decryptor.cpp:219:41: performance: Function parameter 'aId' should be passed by const reference. [passedByValue]
firefox-62.0/dom/media/fake-cdm/cdm-test-decryptor.cpp:219:53: performance: Function parameter 'aValue' should be passed by const reference. [passedByValue]
firefox-62.0/dom/media/fake-cdm/cdm-test-decryptor.cpp:219:68: performance: Function parameter 'aOverwrite' should be passed by const reference. [passedByValue]
firefox-62.0/dom/media/flac/FlacDemuxer.cpp:222:1: style: The class 'Frame' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/flac/FlacDemuxer.cpp:382:1: style: The class 'FrameParser' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/flac/FlacFrameParser.h:40:26: performance: Technically the member function 'mozilla::FlacFrameParser::IsHeaderBlock' can be static. [functionStatic]
firefox-62.0/dom/media/flac/FlacFrameParser.cpp:205:18: note: Technically the member function 'mozilla::FlacFrameParser::IsHeaderBlock' can be static.
firefox-62.0/dom/media/flac/FlacFrameParser.h:40:26: note: Technically the member function 'mozilla::FlacFrameParser::IsHeaderBlock' can be static.
firefox-62.0/dom/media/flac/FlacFrameParser.h:44:12: performance: Technically the member function 'mozilla::FlacFrameParser::HeaderBlockLength' can be static. [functionStatic]
firefox-62.0/dom/media/flac/FlacFrameParser.cpp:51:18: note: Technically the member function 'mozilla::FlacFrameParser::HeaderBlockLength' can be static.
firefox-62.0/dom/media/flac/FlacFrameParser.h:44:12: note: Technically the member function 'mozilla::FlacFrameParser::HeaderBlockLength' can be static.
firefox-62.0/dom/media/gmp/ChromiumCDMAdapter.cpp:336:78: style: Function 'PopulateHostFiles' argument 1 names different: declaration 'aHostFilePaths' definition 'aHostPathPairs'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/ChromiumCDMAdapter.h:82:65: note: Function 'PopulateHostFiles' argument 1 names different: declaration 'aHostFilePaths' definition 'aHostPathPairs'.
firefox-62.0/dom/media/gmp/ChromiumCDMAdapter.cpp:336:78: note: Function 'PopulateHostFiles' argument 1 names different: declaration 'aHostFilePaths' definition 'aHostPathPairs'.
firefox-62.0/dom/media/gmp/ChromiumCDMAdapter.cpp:323:3: performance: Variable 'mFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/media/gmp/ChromiumCDMProxy.h:19:1: style: The class 'ChromiumCDMProxy' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/gmp/ChromiumCDMChild.cpp:805:25: warning: Either the condition '!buffer' is redundant or there is possible null pointer dereference: buffer. [nullPointerRedundantCheck]
firefox-62.0/dom/media/gmp/ChromiumCDMChild.cpp:806:34: note: Assuming that condition '!buffer' is not redundant
firefox-62.0/dom/media/gmp/ChromiumCDMChild.cpp:805:25: note: Null pointer dereference
firefox-62.0/dom/media/gmp/ChromiumCDMChild.cpp:1023:47: style: Function 'RecvGiveBuffer' argument 1 names different: declaration 'aShmem' definition 'aBuffer'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/ChromiumCDMChild.h:107:46: note: Function 'RecvGiveBuffer' argument 1 names different: declaration 'aShmem' definition 'aBuffer'.
firefox-62.0/dom/media/gmp/ChromiumCDMChild.cpp:1023:47: note: Function 'RecvGiveBuffer' argument 1 names different: declaration 'aShmem' definition 'aBuffer'.
firefox-62.0/dom/media/gmp/ChromiumCDMChild.cpp:89:47: warning: Access of moved variable 'mShmem'. [accessMoved]
firefox-62.0/dom/media/gmp/ChromiumCDMChild.cpp:80:29: note: Calling std::move(mShmem)
firefox-62.0/dom/media/gmp/ChromiumCDMChild.cpp:89:47: note: $symbol:mShmem
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gmp/ChromiumCDMParent.cpp:923:18: style: Checking if unsigned variable 'bufferSize' is less than zero. This might be a false warning. [unsignedLessThanZero]
firefox-62.0/dom/media/gmp/ChromiumCDMParent.cpp:563:47: style: Function 'RecvDecrypted' argument 3 names different: declaration 'aData' definition 'aShmem'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/ChromiumCDMParent.h:127:45: note: Function 'RecvDecrypted' argument 3 names different: declaration 'aData' definition 'aShmem'.
firefox-62.0/dom/media/gmp/ChromiumCDMParent.cpp:563:47: note: Function 'RecvDecrypted' argument 3 names different: declaration 'aData' definition 'aShmem'.
firefox-62.0/dom/media/gmp/GMPContentParent.h:21:1: style: The class 'GMPContentParent' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/gmp/ChromiumCDMProxy.cpp:387:42: style: Function 'RejectPromise' argument 2 names different: declaration 'aExceptionCode' definition 'aCode'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/ChromiumCDMProxy.h:94:31: note: Function 'RejectPromise' argument 2 names different: declaration 'aExceptionCode' definition 'aCode'.
firefox-62.0/dom/media/gmp/ChromiumCDMProxy.cpp:387:42: note: Function 'RejectPromise' argument 2 names different: declaration 'aExceptionCode' definition 'aCode'.
firefox-62.0/dom/media/gmp/GMPChild.cpp:118:0: error: #error not defined [preprocessorErrorDirective]
firefox-62.0/dom/media/gmp/GMPTimerChild.h:21:1: style: The class 'GMPTimerChild' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/gmp/GMPStorageChild.h:23:1: style: The class 'GMPRecordImpl' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/gmp/GMPStorageChild.h:52:1: style: The class 'GMPStorageChild' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/gmp/GMPContentParent.cpp:83:59: style: Function 'ChromiumCDMDestroyed' argument 1 names different: declaration 'aCDM' definition 'aDecoder'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/GMPContentParent.h:37:48: note: Function 'ChromiumCDMDestroyed' argument 1 names different: declaration 'aCDM' definition 'aDecoder'.
firefox-62.0/dom/media/gmp/GMPContentParent.cpp:83:59: note: Function 'ChromiumCDMDestroyed' argument 1 names different: declaration 'aCDM' definition 'aDecoder'.
firefox-62.0/dom/media/gmp/GMPVideoDecoderParent.h:25:1: style: The class 'GMPVideoDecoderParent' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/gmp/GMPVideoEncoderParent.h:24:1: style: The class 'GMPVideoEncoderParent' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/gmp/GMPTimerParent.h:20:1: style: The class 'GMPTimerParent' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/gmp/GMPStorageParent.h:17:1: style: The class 'GMPStorageParent' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/gmp/GMPParent.h:64:1: style: The class 'GMPParent' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/gmp/GMPServiceParent.h:102:6: warning: Class 'DirectoryFilter' which has virtual members does not have a virtual destructor. [virtualDestructor]
firefox-62.0/dom/media/gmp/GMPServiceParent.h:179:0: style: Class 'mozilla :: gmp :: MainThreadOnly < bool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/media/gmp/GMPDiskStorage.cpp:384:12: performance: Technically the member function 'mozilla::gmp::GMPDiskStorage::ReadRecordMetadata' can be static. [functionStatic]
firefox-62.0/dom/media/gmp/GMPLoader.cpp:88:26: style: Function 'Load' argument 2 names different: declaration 'aLibPathLen' definition 'aUTF8LibPathLen'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/GMPLoader.h:64:22: note: Function 'Load' argument 2 names different: declaration 'aLibPathLen' definition 'aUTF8LibPathLen'.
firefox-62.0/dom/media/gmp/GMPLoader.cpp:88:26: note: Function 'Load' argument 2 names different: declaration 'aLibPathLen' definition 'aUTF8LibPathLen'.
firefox-62.0/dom/media/gmp/GMPParent.cpp:578:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/media/gmp/GMPParent.cpp:548:42: style: Function 'RecvInitCrashReporter' argument 1 names different: declaration 'shmem' definition 'aShmem'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/GMPParent.h:160:57: note: Function 'RecvInitCrashReporter' argument 1 names different: declaration 'shmem' definition 'aShmem'.
firefox-62.0/dom/media/gmp/GMPParent.cpp:548:42: note: Function 'RecvInitCrashReporter' argument 1 names different: declaration 'shmem' definition 'aShmem'.
firefox-62.0/dom/media/gmp/GMPParent.cpp:576:58: style: Function 'RecvPGMPStorageConstructor' argument 1 names different: declaration 'actor' definition 'aActor'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/GMPParent.h:162:73: note: Function 'RecvPGMPStorageConstructor' argument 1 names different: declaration 'actor' definition 'aActor'.
firefox-62.0/dom/media/gmp/GMPParent.cpp:576:58: note: Function 'RecvPGMPStorageConstructor' argument 1 names different: declaration 'actor' definition 'aActor'.
firefox-62.0/dom/media/gmp/GMPPlatform.cpp:31:1: style: The class 'GMPRunnable' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/gmp/GMPPlatform.cpp:57:1: style: The class 'GMPSyncRunnable' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/gmp/GMPProcessChild.cpp:44:0: error: #error Not implemented [preprocessorErrorDirective]
firefox-62.0/dom/media/gmp/GMPServiceChild.cpp:323:53: style: Function 'HasPluginForAPI' argument 3 names different: declaration 'aRetVal' definition 'aHasPlugin'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/GMPServiceChild.h:32:36: note: Function 'HasPluginForAPI' argument 3 names different: declaration 'aRetVal' definition 'aHasPlugin'.
firefox-62.0/dom/media/gmp/GMPServiceChild.cpp:323:53: note: Function 'HasPluginForAPI' argument 3 names different: declaration 'aRetVal' definition 'aHasPlugin'.
firefox-62.0/dom/media/gmp/GMPServiceParent.cpp:700:54: style: Function 'HasPluginForAPI' argument 3 names different: declaration 'aRetVal' definition 'aHasPlugin'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/GMPServiceParent.h:44:36: note: Function 'HasPluginForAPI' argument 3 names different: declaration 'aRetVal' definition 'aHasPlugin'.
firefox-62.0/dom/media/gmp/GMPServiceParent.cpp:700:54: note: Function 'HasPluginForAPI' argument 3 names different: declaration 'aRetVal' definition 'aHasPlugin'.
firefox-62.0/dom/media/gmp/GMPServiceParent.cpp:975:74: style: Function 'PluginTerminated' argument 1 names different: declaration 'aOld' definition 'aPlugin'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/GMPServiceParent.h:116:50: note: Function 'PluginTerminated' argument 1 names different: declaration 'aOld' definition 'aPlugin'.
firefox-62.0/dom/media/gmp/GMPServiceParent.cpp:975:74: note: Function 'PluginTerminated' argument 1 names different: declaration 'aOld' definition 'aPlugin'.
firefox-62.0/dom/media/gmp/GMPServiceParent.cpp:1491:76: style: Function 'ForgetThisSiteOnGMPThread' argument 1 names different: declaration 'aOrigin' definition 'aSite'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/GMPServiceParent.h:107:52: note: Function 'ForgetThisSiteOnGMPThread' argument 1 names different: declaration 'aOrigin' definition 'aSite'.
firefox-62.0/dom/media/gmp/GMPServiceParent.cpp:1491:76: note: Function 'ForgetThisSiteOnGMPThread' argument 1 names different: declaration 'aOrigin' definition 'aSite'.
firefox-62.0/dom/media/gmp/GMPServiceParent.cpp:1736:44: style: Function 'RecvLaunchGMP' argument 6 names different: declaration 'aOutID' definition 'aOutProcessId'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/GMPServiceParent.h:246:43: note: Function 'RecvLaunchGMP' argument 6 names different: declaration 'aOutID' definition 'aOutProcessId'.
firefox-62.0/dom/media/gmp/GMPServiceParent.cpp:1736:44: note: Function 'RecvLaunchGMP' argument 6 names different: declaration 'aOutID' definition 'aOutProcessId'.
firefox-62.0/dom/media/gmp/GMPServiceParent.cpp:1799:21: style: Function 'RecvLaunchGMPForNodeId' argument 1 names different: declaration 'nodeId' definition 'aNodeId'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/GMPServiceParent.h:253:23: note: Function 'RecvLaunchGMPForNodeId' argument 1 names different: declaration 'nodeId' definition 'aNodeId'.
firefox-62.0/dom/media/gmp/GMPServiceParent.cpp:1799:21: note: Function 'RecvLaunchGMPForNodeId' argument 1 names different: declaration 'nodeId' definition 'aNodeId'.
firefox-62.0/dom/media/gmp/GMPServiceParent.cpp:1800:20: style: Function 'RecvLaunchGMPForNodeId' argument 2 names different: declaration 'aAPI' definition 'aApi'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/GMPServiceParent.h:254:22: note: Function 'RecvLaunchGMPForNodeId' argument 2 names different: declaration 'aAPI' definition 'aApi'.
firefox-62.0/dom/media/gmp/GMPServiceParent.cpp:1800:20: note: Function 'RecvLaunchGMPForNodeId' argument 2 names different: declaration 'aAPI' definition 'aApi'.
firefox-62.0/dom/media/gmp/GMPServiceParent.cpp:1804:14: style: Function 'RecvLaunchGMPForNodeId' argument 6 names different: declaration 'aOutID' definition 'aOutId'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/GMPServiceParent.h:258:16: note: Function 'RecvLaunchGMPForNodeId' argument 6 names different: declaration 'aOutID' definition 'aOutId'.
firefox-62.0/dom/media/gmp/GMPServiceParent.cpp:1804:14: note: Function 'RecvLaunchGMPForNodeId' argument 6 names different: declaration 'aOutID' definition 'aOutId'.
firefox-62.0/dom/media/gmp/GMPUtils.cpp:149:34: style: Function 'Init' argument 1 names different: declaration 'aFile' definition 'aInfoFile'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/GMPUtils.h:70:22: note: Function 'Init' argument 1 names different: declaration 'aFile' definition 'aInfoFile'.
firefox-62.0/dom/media/gmp/GMPUtils.cpp:149:34: note: Function 'Init' argument 1 names different: declaration 'aFile' definition 'aInfoFile'.
firefox-62.0/dom/media/gmp/GMPVideoDecoderChild.cpp:47:50: style: Function 'Decoded' argument 1 names different: declaration 'decodedFrame' definition 'aDecodedFrame'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/GMPVideoDecoderChild.h:34:35: note: Function 'Decoded' argument 1 names different: declaration 'decodedFrame' definition 'aDecodedFrame'.
firefox-62.0/dom/media/gmp/GMPVideoDecoderChild.cpp:47:50: note: Function 'Decoded' argument 1 names different: declaration 'decodedFrame' definition 'aDecodedFrame'.
firefox-62.0/dom/media/gmp/GMPVideoDecoderChild.cpp:65:68: style: Function 'ReceivedDecodedReferenceFrame' argument 1 names different: declaration 'pictureId' definition 'aPictureId'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/GMPVideoDecoderChild.h:35:53: note: Function 'ReceivedDecodedReferenceFrame' argument 1 names different: declaration 'pictureId' definition 'aPictureId'.
firefox-62.0/dom/media/gmp/GMPVideoDecoderChild.cpp:65:68: note: Function 'ReceivedDecodedReferenceFrame' argument 1 names different: declaration 'pictureId' definition 'aPictureId'.
firefox-62.0/dom/media/gmp/GMPVideoDecoderChild.cpp:73:59: style: Function 'ReceivedDecodedFrame' argument 1 names different: declaration 'pictureId' definition 'aPictureId'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/GMPVideoDecoderChild.h:36:44: note: Function 'ReceivedDecodedFrame' argument 1 names different: declaration 'pictureId' definition 'aPictureId'.
firefox-62.0/dom/media/gmp/GMPVideoDecoderChild.cpp:73:59: note: Function 'ReceivedDecodedFrame' argument 1 names different: declaration 'pictureId' definition 'aPictureId'.
firefox-62.0/dom/media/gmp/widevine-adapter/WidevineVideoFrame.cpp:27:61: style: Function 'WidevineVideoFrame' argument 1 names different: declaration 'other' definition 'aOther'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/widevine-adapter/WidevineVideoFrame.h:19:43: note: Function 'WidevineVideoFrame' argument 1 names different: declaration 'other' definition 'aOther'.
firefox-62.0/dom/media/gmp/widevine-adapter/WidevineVideoFrame.cpp:27:61: note: Function 'WidevineVideoFrame' argument 1 names different: declaration 'other' definition 'aOther'.
firefox-62.0/dom/media/gmp/widevine-adapter/WidevineVideoFrame.cpp:125:42: style: Function 'SetTimestamp' argument 1 names different: declaration 'aTimestamp' definition 'timestamp'. [funcArgNamesDifferent]
firefox-62.0/dom/media/gmp/widevine-adapter/WidevineVideoFrame.h:37:29: note: Function 'SetTimestamp' argument 1 names different: declaration 'aTimestamp' definition 'timestamp'.
firefox-62.0/dom/media/gmp/widevine-adapter/WidevineVideoFrame.cpp:125:42: note: Function 'SetTimestamp' argument 1 names different: declaration 'aTimestamp' definition 'timestamp'.
firefox-62.0/dom/media/gmp/widevine-adapter/WidevineVideoFrame.h:32:12: style: Technically the member function 'mozilla::WidevineVideoFrame::PlaneOffset' can be const. [functionConst]
firefox-62.0/dom/media/gmp/widevine-adapter/WidevineVideoFrame.cpp:105:21: note: Technically the member function 'mozilla::WidevineVideoFrame::PlaneOffset' can be const.
firefox-62.0/dom/media/gmp/widevine-adapter/WidevineVideoFrame.h:32:12: note: Technically the member function 'mozilla::WidevineVideoFrame::PlaneOffset' can be const.
firefox-62.0/dom/media/gmp/widevine-adapter/WidevineVideoFrame.h:35:12: style: Technically the member function 'mozilla::WidevineVideoFrame::Stride' can be const. [functionConst]
firefox-62.0/dom/media/gmp/widevine-adapter/WidevineVideoFrame.cpp:119:21: note: Technically the member function 'mozilla::WidevineVideoFrame::Stride' can be const.
firefox-62.0/dom/media/gmp/widevine-adapter/WidevineVideoFrame.h:35:12: note: Technically the member function 'mozilla::WidevineVideoFrame::Stride' can be const.
firefox-62.0/dom/media/gtest/MockMediaResource.cpp:22:3: warning: Possible leak in public function. The pointer 'mFileHandle' is not deallocated before it is allocated. [publicAllocationError]
firefox-62.0/dom/media/gtest/TestAudioMixer.cpp:71:0: error: syntax error [syntaxError]
firefox-62.0/dom/media/gtest/TestAudioPacketizer.cpp:127:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/dom/media/gtest/TestAudioPacketizer.cpp:20:0: style: Class 'AutoBuffer < int16_t >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/dom/media/gtest/TestAudioPacketizer.cpp:20:0: style: Class 'AutoBuffer < int16_t >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/dom/media/gtest/TestAudioSegment.cpp:241:0: error: syntax error [syntaxError]
firefox-62.0/dom/media/gtest/TestCDMStorage.cpp:344:8: style: Unused private function: 'CDMStorageTest::DoTest' [unusedPrivateFunction]
firefox-62.0/dom/media/gtest/TestCDMStorage.cpp:366:8: style: Unused private function: 'CDMStorageTest::TestGetNodeId' [unusedPrivateFunction]
firefox-62.0/dom/media/gtest/TestCDMStorage.cpp:471:8: style: Unused private function: 'CDMStorageTest::TestBasicStorage' [unusedPrivateFunction]
firefox-62.0/dom/media/gtest/TestCDMStorage.cpp:498:8: style: Unused private function: 'CDMStorageTest::TestForgetThisSite' [unusedPrivateFunction]
firefox-62.0/dom/media/gtest/TestCDMStorage.cpp:652:8: style: Unused private function: 'CDMStorageTest::TestClearRecentHistory1' [unusedPrivateFunction]
firefox-62.0/dom/media/gtest/TestCDMStorage.cpp:676:8: style: Unused private function: 'CDMStorageTest::TestClearRecentHistory2' [unusedPrivateFunction]
firefox-62.0/dom/media/gtest/TestCDMStorage.cpp:700:8: style: Unused private function: 'CDMStorageTest::TestClearRecentHistory3' [unusedPrivateFunction]
firefox-62.0/dom/media/gtest/TestCDMStorage.cpp:815:8: style: Unused private function: 'CDMStorageTest::TestCrossOriginStorage' [unusedPrivateFunction]
firefox-62.0/dom/media/gtest/TestCDMStorage.cpp:857:8: style: Unused private function: 'CDMStorageTest::TestPBStorage' [unusedPrivateFunction]
firefox-62.0/dom/media/gtest/TestCDMStorage.cpp:922:8: style: Unused private function: 'CDMStorageTest::TestLongRecordNames' [unusedPrivateFunction]
firefox-62.0/dom/media/gtest/TestCDMStorage.cpp:975:8: style: Unused private function: 'CDMStorageTest::ShutdownThen' [unusedPrivateFunction]
firefox-62.0/dom/media/gtest/TestCDMStorage.cpp:635:8: performance: Technically the member function 'CDMStorageTest::TestForgetThisSite_Verify' can be static. [functionStatic]
firefox-62.0/dom/media/gtest/TestCDMStorage.cpp:997:8: performance: Technically the member function 'CDMStorageTest::Dummy' can be static. [functionStatic]
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:31:8: performance: Technically the member function 'GMPTestRunner::RunTestGMPTestCodec1' can be static. [functionStatic]
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:101:16: note: Technically the member function 'GMPTestRunner::RunTestGMPTestCodec1' can be static.
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:31:8: note: Technically the member function 'GMPTestRunner::RunTestGMPTestCodec1' can be static.
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:32:8: performance: Technically the member function 'GMPTestRunner::RunTestGMPTestCodec2' can be static. [functionStatic]
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:107:16: note: Technically the member function 'GMPTestRunner::RunTestGMPTestCodec2' can be static.
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:32:8: note: Technically the member function 'GMPTestRunner::RunTestGMPTestCodec2' can be static.
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:33:8: performance: Technically the member function 'GMPTestRunner::RunTestGMPTestCodec3' can be static. [functionStatic]
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:113:16: note: Technically the member function 'GMPTestRunner::RunTestGMPTestCodec3' can be static.
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:33:8: note: Technically the member function 'GMPTestRunner::RunTestGMPTestCodec3' can be static.
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:34:8: performance: Technically the member function 'GMPTestRunner::RunTestGMPCrossOrigin1' can be static. [functionStatic]
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:197:16: note: Technically the member function 'GMPTestRunner::RunTestGMPCrossOrigin1' can be static.
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:34:8: note: Technically the member function 'GMPTestRunner::RunTestGMPCrossOrigin1' can be static.
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:35:8: performance: Technically the member function 'GMPTestRunner::RunTestGMPCrossOrigin2' can be static. [functionStatic]
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:204:16: note: Technically the member function 'GMPTestRunner::RunTestGMPCrossOrigin2' can be static.
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:35:8: note: Technically the member function 'GMPTestRunner::RunTestGMPCrossOrigin2' can be static.
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:36:8: performance: Technically the member function 'GMPTestRunner::RunTestGMPCrossOrigin3' can be static. [functionStatic]
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:211:16: note: Technically the member function 'GMPTestRunner::RunTestGMPCrossOrigin3' can be static.
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:36:8: note: Technically the member function 'GMPTestRunner::RunTestGMPCrossOrigin3' can be static.
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:37:8: performance: Technically the member function 'GMPTestRunner::RunTestGMPCrossOrigin4' can be static. [functionStatic]
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:218:16: note: Technically the member function 'GMPTestRunner::RunTestGMPCrossOrigin4' can be static.
firefox-62.0/dom/media/gtest/TestGMPCrossOrigin.cpp:37:8: note: Technically the member function 'GMPTestRunner::RunTestGMPCrossOrigin4' can be static.
firefox-62.0/dom/media/gtest/TestMediaEventSource.cpp:219:10: style: Technically the member function 'TEST::Foo::OnNotify1' can be const. [functionConst]
firefox-62.0/dom/media/gtest/TestMediaEventSource.cpp:220:10: style: Technically the member function 'TEST::Foo::OnNotify2' can be const. [functionConst]
firefox-62.0/dom/media/gtest/TestMediaEventSource.cpp:221:10: style: Technically the member function 'TEST::Foo::OnNotify3' can be const. [functionConst]
firefox-62.0/dom/media/gtest/TestMediaEventSource.cpp:223:10: style: Technically the member function 'TEST::Foo::OnNotify5' can be const. [functionConst]
firefox-62.0/dom/media/gtest/TestMediaEventSource.cpp:272:10: performance: Technically the member function 'TEST::Foo::OnNotify' can be static. [functionStatic]
firefox-62.0/dom/media/gtest/TestMediaEventSource.cpp:299:10: performance: Technically the member function 'TEST::Foo::OnNotify' can be static. [functionStatic]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:586:3: warning: Access of moved variable 'segment'. [accessMoved]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:581:30: note: Calling std::move(segment)
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:586:3: note: $symbol:segment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:592:40: warning: Access of moved variable 'segment'. [accessMoved]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:581:30: note: Calling std::move(segment)
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:592:40: note: $symbol:segment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:597:3: warning: Access of moved variable 'segment'. [accessMoved]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:592:30: note: Calling std::move(segment)
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:597:3: note: $symbol:segment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:603:40: warning: Access of moved variable 'segment'. [accessMoved]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:581:30: note: Calling std::move(segment)
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:603:40: note: $symbol:segment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:648:3: warning: Access of moved variable 'segment'. [accessMoved]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:643:30: note: Calling std::move(segment)
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:648:3: note: $symbol:segment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:654:40: warning: Access of moved variable 'segment'. [accessMoved]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:643:30: note: Calling std::move(segment)
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:654:40: note: $symbol:segment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:738:3: warning: Access of moved variable 'segment'. [accessMoved]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:733:30: note: Calling std::move(segment)
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:738:3: note: $symbol:segment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:744:40: warning: Access of moved variable 'segment'. [accessMoved]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:733:30: note: Calling std::move(segment)
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:744:40: note: $symbol:segment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:791:3: warning: Access of moved variable 'segment'. [accessMoved]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:785:30: note: Calling std::move(segment)
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:791:3: note: $symbol:segment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:797:40: warning: Access of moved variable 'segment'. [accessMoved]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:785:30: note: Calling std::move(segment)
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:797:40: note: $symbol:segment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1307:3: warning: Access of moved variable 'segment'. [accessMoved]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1300:30: note: Calling std::move(segment)
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1307:3: note: $symbol:segment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1313:3: warning: Access of moved variable 'segment'. [accessMoved]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1300:30: note: Calling std::move(segment)
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1313:3: note: $symbol:segment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1319:3: warning: Access of moved variable 'segment'. [accessMoved]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1300:30: note: Calling std::move(segment)
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1319:3: note: $symbol:segment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1328:3: warning: Access of moved variable 'segment'. [accessMoved]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1300:30: note: Calling std::move(segment)
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1328:3: note: $symbol:segment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1336:40: warning: Access of moved variable 'segment'. [accessMoved]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1300:30: note: Calling std::move(segment)
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1336:40: note: $symbol:segment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1342:3: warning: Access of moved variable 'segment'. [accessMoved]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1336:30: note: Calling std::move(segment)
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1342:3: note: $symbol:segment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1348:3: warning: Access of moved variable 'segment'. [accessMoved]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1300:30: note: Calling std::move(segment)
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1348:3: note: $symbol:segment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1354:3: warning: Access of moved variable 'segment'. [accessMoved]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1300:30: note: Calling std::move(segment)
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1354:3: note: $symbol:segment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1362:40: warning: Access of moved variable 'segment'. [accessMoved]
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1300:30: note: Calling std::move(segment)
firefox-62.0/dom/media/gtest/TestVideoTrackEncoder.cpp:1362:40: note: $symbol:segment
Access of moved variable '$symbol'.
firefox-62.0/dom/media/gtest/mp4_demuxer/TestParser.cpp:133:19: warning: Either the condition '!aFilename' is redundant or there is possible null pointer dereference: aFilename. [nullPointerRedundantCheck]
firefox-62.0/dom/media/gtest/mp4_demuxer/TestParser.cpp:130:7: note: Assuming that condition '!aFilename' is not redundant
firefox-62.0/dom/media/gtest/mp4_demuxer/TestParser.cpp:133:19: note: Null pointer dereference
firefox-62.0/dom/media/gtest/mp4_demuxer/TestParser.cpp:138:13: warning: Either the condition '!f' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
firefox-62.0/dom/media/gtest/mp4_demuxer/TestParser.cpp:134:7: note: Assuming that condition '!f' is not redundant
firefox-62.0/dom/media/gtest/mp4_demuxer/TestParser.cpp:138:13: note: Null pointer dereference
firefox-62.0/dom/media/gtest/mp4_demuxer/TestParser.cpp:245:3: style: Variable 'tests' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/dom/media/gtest/mp4_demuxer/TestParser.cpp:242:0: note: Variable 'tests' is reassigned a value before the old one has been used.
firefox-62.0/dom/media/gtest/mp4_demuxer/TestParser.cpp:245:3: note: Variable 'tests' is reassigned a value before the old one has been used.
firefox-62.0/dom/media/gtest/mp4_demuxer/TestParser.cpp:383:3: style: Variable 'tests' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/dom/media/gtest/mp4_demuxer/TestParser.cpp:380:0: note: Variable 'tests' is reassigned a value before the old one has been used.
firefox-62.0/dom/media/gtest/mp4_demuxer/TestParser.cpp:383:3: note: Variable 'tests' is reassigned a value before the old one has been used.
firefox-62.0/dom/media/hls/HLSDecoder.cpp:48:70: style: Function 'HLSResourceCallbacksSupport' argument 1 names different: declaration 'aResource' definition 'aDecoder'. [funcArgNamesDifferent]
firefox-62.0/dom/media/hls/HLSDecoder.cpp:37:52: note: Function 'HLSResourceCallbacksSupport' argument 1 names different: declaration 'aResource' definition 'aDecoder'.
firefox-62.0/dom/media/hls/HLSDecoder.cpp:48:70: note: Function 'HLSResourceCallbacksSupport' argument 1 names different: declaration 'aResource' definition 'aDecoder'.
firefox-62.0/dom/media/ipc/VideoDecoderManagerParent.cpp:186:87: style: Function 'VideoDecoderManagerParent' argument 1 names different: declaration 'aThreadHolder' definition 'aHolder'. [funcArgNamesDifferent]
firefox-62.0/dom/media/ipc/VideoDecoderManagerParent.h:51:71: note: Function 'VideoDecoderManagerParent' argument 1 names different: declaration 'aThreadHolder' definition 'aHolder'.
firefox-62.0/dom/media/ipc/VideoDecoderManagerParent.cpp:186:87: note: Function 'VideoDecoderManagerParent' argument 1 names different: declaration 'aThreadHolder' definition 'aHolder'.
firefox-62.0/dom/media/ipc/VideoDecoderParent.h:22:1: style: The class 'VideoDecoderParent' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/mediasink/AudioSinkWrapper.cpp:69:46: performance: Function parameter 'aNow' should be passed by const reference. [passedByValue]
firefox-62.0/dom/media/mediasink/OutputStreamManager.h:22:1: style: The class 'OutputStreamData' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/mediasink/DecodedStream.cpp:45:5: performance: Variable 'mFinishPromise' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/media/mediasink/DecodedStream.cpp:329:7: performance: Variable 'mPromise' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/media/mediasink/DecodedStream.h:53:8: performance: Technically the member function 'mozilla::DecodedStream::HasUnplayedFrames' can be static. [functionStatic]
firefox-62.0/dom/media/mediasink/OutputStreamManager.cpp:33:35: style: Function 'Connect' argument 2 names different: declaration 'aAudioTrackID' definition 'aInputAudioTrackID'. [funcArgNamesDifferent]
firefox-62.0/dom/media/mediasink/OutputStreamManager.h:31:46: note: Function 'Connect' argument 2 names different: declaration 'aAudioTrackID' definition 'aInputAudioTrackID'.
firefox-62.0/dom/media/mediasink/OutputStreamManager.cpp:33:35: note: Function 'Connect' argument 2 names different: declaration 'aAudioTrackID' definition 'aInputAudioTrackID'.
firefox-62.0/dom/media/mediasink/OutputStreamManager.cpp:34:35: style: Function 'Connect' argument 3 names different: declaration 'aVideoTrackID' definition 'aInputVideoTrackID'. [funcArgNamesDifferent]
firefox-62.0/dom/media/mediasink/OutputStreamManager.h:31:69: note: Function 'Connect' argument 3 names different: declaration 'aVideoTrackID' definition 'aInputVideoTrackID'.
firefox-62.0/dom/media/mediasink/OutputStreamManager.cpp:34:35: note: Function 'Connect' argument 3 names different: declaration 'aVideoTrackID' definition 'aInputVideoTrackID'.
firefox-62.0/dom/media/mediasink/VideoSink.cpp:410:47: style: Function 'RenderVideoFrames' argument 3 names different: declaration 'aClickTimeStamp' definition 'aClockTimeStamp'. [funcArgNamesDifferent]
firefox-62.0/dom/media/mediasink/VideoSink.h:91:43: note: Function 'RenderVideoFrames' argument 3 names different: declaration 'aClickTimeStamp' definition 'aClockTimeStamp'.
firefox-62.0/dom/media/mediasink/VideoSink.cpp:410:47: note: Function 'RenderVideoFrames' argument 3 names different: declaration 'aClickTimeStamp' definition 'aClockTimeStamp'.
firefox-62.0/dom/media/mediasink/VideoSink.h:82:8: performance: Technically the member function 'mozilla::media::VideoSink::EnsureHighResTimersOnOnlyIfPlaying' can be static. [functionStatic]
firefox-62.0/dom/media/mediasink/VideoSink.cpp:154:12: note: Technically the member function 'mozilla::media::VideoSink::EnsureHighResTimersOnOnlyIfPlaying' can be static.
firefox-62.0/dom/media/mediasink/VideoSink.h:82:8: note: Technically the member function 'mozilla::media::VideoSink::EnsureHighResTimersOnOnlyIfPlaying' can be static.
firefox-62.0/dom/media/mediasource/SourceBuffer.h:46:1: style: The class 'SourceBuffer' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/mediasource/MediaSourceDecoder.cpp:262:7: style: Variable 'checkedDuration' is assigned a value that is never used. [unreadVariable]
firefox-62.0/dom/media/mediasource/MediaSourceDemuxer.cpp:249:42: style: Function 'GetManager' argument 1 names different: declaration 'aType' definition 'aTrack'. [funcArgNamesDifferent]
firefox-62.0/dom/media/mediasource/MediaSourceDemuxer.h:72:63: note: Function 'GetManager' argument 1 names different: declaration 'aType' definition 'aTrack'.
firefox-62.0/dom/media/mediasource/MediaSourceDemuxer.cpp:249:42: note: Function 'GetManager' argument 1 names different: declaration 'aType' definition 'aTrack'.
firefox-62.0/dom/media/mediasource/SourceBufferResource.cpp:108:41: style: Function 'EvictData' argument 2 names different: declaration 'aThresholdReduct' definition 'aThreshold'. [funcArgNamesDifferent]
firefox-62.0/dom/media/mediasource/SourceBufferResource.h:106:56: note: Function 'EvictData' argument 2 names different: declaration 'aThresholdReduct' definition 'aThreshold'.
firefox-62.0/dom/media/mediasource/SourceBufferResource.cpp:108:41: note: Function 'EvictData' argument 2 names different: declaration 'aThresholdReduct' definition 'aThreshold'.
firefox-62.0/dom/media/mediasource/TrackBuffersManager.cpp:1159:8: style: The scope of the variable 'activeTrack' can be reduced. [variableScope]
firefox-62.0/dom/media/mediasource/TrackBuffersManager.cpp:1298:61: style: Function 'OnDemuxerInitFailed' argument 1 names different: declaration 'aFailure' definition 'aError'. [funcArgNamesDifferent]
firefox-62.0/dom/media/mediasource/TrackBuffersManager.h:249:47: note: Function 'OnDemuxerInitFailed' argument 1 names different: declaration 'aFailure' definition 'aError'.
firefox-62.0/dom/media/mediasource/TrackBuffersManager.cpp:1298:61: note: Function 'OnDemuxerInitFailed' argument 1 names different: declaration 'aFailure' definition 'aError'.
firefox-62.0/dom/media/mediasource/TrackBuffersManager.cpp:2241:51: style: Function 'UpdateEvictionIndex' argument 2 names different: declaration 'aCurrentIndex' definition 'currentIndex'. [funcArgNamesDifferent]
firefox-62.0/dom/media/mediasource/TrackBuffersManager.h:426:60: note: Function 'UpdateEvictionIndex' argument 2 names different: declaration 'aCurrentIndex' definition 'currentIndex'.
firefox-62.0/dom/media/mediasource/TrackBuffersManager.cpp:2241:51: note: Function 'UpdateEvictionIndex' argument 2 names different: declaration 'aCurrentIndex' definition 'currentIndex'.
firefox-62.0/dom/media/mp3/MP3Demuxer.cpp:529:11: style: The scope of the variable 'read' can be reduced. [variableScope]
firefox-62.0/dom/media/mp3/MP3FrameParser.cpp:530:19: style: The scope of the variable 'frames' can be reduced. [variableScope]
firefox-62.0/dom/media/mp3/MP3FrameParser.cpp:646:23: warning: Member variable 'ID3Header::mRaw' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/media/mp3/MP3FrameParser.cpp:149:27: warning: Member variable 'FrameHeader::mRaw' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/media/mp4/AtomType.h:19:16: style: Class 'AtomType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/media/mp4/AtomType.h:20:16: style: Class 'AtomType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/media/mp4/DecoderData.h:23:1: warning: The struct 'PsshInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/media/mp4/DecoderData.h:35:1: warning: The class 'CryptoFile' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/media/mp4/SinfParser.h:20:3: warning: Member variable 'Sinf::mDefaultKeyID' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/media/mp4/MoofParser.h:37:34: style: Technically the member function 'mozilla::Mvhd::ToMicroseconds' can be const. [functionConst]
firefox-62.0/dom/media/mp4/Index.h:112:8: style: Technically the member function 'mozilla::Index::IsFragmented' can be const. [functionConst]
firefox-62.0/dom/media/mp4/Index.h:84:12: performance: Technically the member function 'mozilla::Index::MP4DataOffset::EndOffsetComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/media/mp4/Index.h:88:12: performance: Technically the member function 'mozilla::Index::MP4DataOffset::EndOffsetComparator::LessThan' can be static. [functionStatic]
firefox-62.0/dom/media/mp4/MP4Metadata.h:37:29: style: Technically the member function 'mozilla::FreeMP4Parser::operator()' can be const. [functionConst]
firefox-62.0/dom/media/mp4/MP4Interval.h:22:0: style: Technically the member function 'mozilla :: MP4Interval < int64_t >::Length' can be const. [functionConst]
firefox-62.0/dom/media/mp4/MP4Interval.h:134:0: performance: Technically the member function 'mozilla :: MP4Interval < int64_t >::Compare::Equals' can be static. [functionStatic]
firefox-62.0/dom/media/mp4/MP4Interval.h:139:0: performance: Technically the member function 'mozilla :: MP4Interval < int64_t >::Compare::LessThan' can be static. [functionStatic]
firefox-62.0/dom/media/mp4/MP4Decoder.cpp:54:55: style: Function 'IsSupportedType' argument 1 names different: declaration 'aContainerType' definition 'aType'. [funcArgNamesDifferent]
firefox-62.0/dom/media/mp4/MP4Decoder.h:23:57: note: Function 'IsSupportedType' argument 1 names different: declaration 'aContainerType' definition 'aType'.
firefox-62.0/dom/media/mp4/MP4Decoder.cpp:54:55: note: Function 'IsSupportedType' argument 1 names different: declaration 'aContainerType' definition 'aType'.
firefox-62.0/dom/media/mp4/MP4Metadata.cpp:27:48: style: Function 'IndiceWrapper' argument 1 names different: declaration 'aRustIndice' definition 'aIndice'. [funcArgNamesDifferent]
firefox-62.0/dom/media/mp4/MP4Metadata.h:31:44: note: Function 'IndiceWrapper' argument 1 names different: declaration 'aRustIndice' definition 'aIndice'.
firefox-62.0/dom/media/mp4/MP4Metadata.cpp:27:48: note: Function 'IndiceWrapper' argument 1 names different: declaration 'aRustIndice' definition 'aIndice'.
firefox-62.0/dom/media/mp4/MoofParser.cpp:375:98: style: Function 'Moof' argument 7 names different: declaration 'aDecoderTime' definition 'aDecodeTime'. [funcArgNamesDifferent]
firefox-62.0/dom/media/mp4/MoofParser.h:260:94: note: Function 'Moof' argument 7 names different: declaration 'aDecoderTime' definition 'aDecodeTime'.
firefox-62.0/dom/media/mp4/MoofParser.cpp:375:98: note: Function 'Moof' argument 7 names different: declaration 'aDecoderTime' definition 'aDecodeTime'.
firefox-62.0/dom/media/mp4/MoofParser.cpp:1031:11: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
firefox-62.0/dom/media/mp4/MoofParser.cpp:364:8: performance: Technically the member function 'mozilla::CtsComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/media/mp4/MoofParser.cpp:369:3: performance: Technically the member function 'mozilla::CtsComparator::LessThan' can be static. [functionStatic]
firefox-62.0/dom/media/mp4/MoofParser.cpp:425:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/dom/media/mp4/ResourceStream.cpp:25:32: style: Function 'ReadAt' argument 1 names different: declaration 'offset' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/dom/media/mp4/ResourceStream.h:24:31: note: Function 'ReadAt' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/dom/media/mp4/ResourceStream.cpp:25:32: note: Function 'ReadAt' argument 1 names different: declaration 'offset' definition 'aOffset'.
firefox-62.0/dom/media/mp4/ResourceStream.cpp:60:33: style: Function 'Length' argument 1 names different: declaration 'size' definition 'aSize'. [funcArgNamesDifferent]
firefox-62.0/dom/media/mp4/ResourceStream.h:28:32: note: Function 'Length' argument 1 names different: declaration 'size' definition 'aSize'.
firefox-62.0/dom/media/mp4/ResourceStream.cpp:60:33: note: Function 'Length' argument 1 names different: declaration 'size' definition 'aSize'.
firefox-62.0/dom/media/ogg/OggCodecState.cpp:444:43: style: Function 'Time' argument 2 names different: declaration 'aGranulePos' definition 'aGranulepos'. [funcArgNamesDifferent]
firefox-62.0/dom/media/ogg/OggCodecState.h:398:47: note: Function 'Time' argument 2 names different: declaration 'aGranulePos' definition 'aGranulepos'.
firefox-62.0/dom/media/ogg/OggCodecState.cpp:444:43: note: Function 'Time' argument 2 names different: declaration 'aGranulePos' definition 'aGranulepos'.
firefox-62.0/dom/media/ogg/OggCodecState.cpp:511:37: style: Function 'IsKeyframe' argument 1 names different: declaration 'aPacket' definition 'pkt'. [funcArgNamesDifferent]
firefox-62.0/dom/media/ogg/OggCodecState.h:387:31: note: Function 'IsKeyframe' argument 1 names different: declaration 'aPacket' definition 'pkt'.
firefox-62.0/dom/media/ogg/OggCodecState.cpp:511:37: note: Function 'IsKeyframe' argument 1 names different: declaration 'aPacket' definition 'pkt'.
firefox-62.0/dom/media/ogg/OggCodecState.cpp:777:47: style: Function 'Time' argument 2 names different: declaration 'aGranulePos' definition 'aGranulepos'. [funcArgNamesDifferent]
firefox-62.0/dom/media/ogg/OggCodecState.h:324:51: note: Function 'Time' argument 2 names different: declaration 'aGranulePos' definition 'aGranulepos'.
firefox-62.0/dom/media/ogg/OggCodecState.cpp:777:47: note: Function 'Time' argument 2 names different: declaration 'aGranulePos' definition 'aGranulepos'.
firefox-62.0/dom/media/ogg/OggCodecState.h:169:8: style: Technically the member function 'mozilla::OggCodecState::DoneReadingHeaders' can be const. [functionConst]
firefox-62.0/dom/media/ogg/OggCodecState.h:289:8: performance: Technically the member function 'mozilla::OggCodecState::SetCodecSpecificConfig' can be static. [functionStatic]
firefox-62.0/dom/media/ogg/OggCodecState.cpp:137:16: note: Technically the member function 'mozilla::OggCodecState::SetCodecSpecificConfig' can be static.
firefox-62.0/dom/media/ogg/OggCodecState.h:289:8: note: Technically the member function 'mozilla::OggCodecState::SetCodecSpecificConfig' can be static.
firefox-62.0/dom/media/ogg/OggCodecState.h:507:8: style: Technically the member function 'mozilla::SkeletonState::IsPresentable' can be const. [functionConst]
firefox-62.0/dom/media/ogg/OggCodecState.h:528:10: style: Technically the member function 'mozilla::SkeletonState::nsKeyPoint::IsNull' can be const. [functionConst]
firefox-62.0/dom/media/ogg/OggCodecState.h:181:20: warning: Virtual function 'Reset' is called from destructor '~OggCodecState()' at line 64. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/dom/media/ogg/OggCodecState.cpp:64:3: note: Calling Reset
firefox-62.0/dom/media/ogg/OggCodecState.h:181:20: note: Reset is a virtual method
firefox-62.0/dom/media/ogg/OggDemuxer.cpp:2018:28: style: Condition 'granuleTime<seekTarget' is always true [knownConditionTrueFalse]
firefox-62.0/dom/media/ogg/OggDemuxer.cpp:1599:5: style: Variable 'codecState' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/dom/media/ogg/OggDemuxer.cpp:1598:0: note: Variable 'codecState' is reassigned a value before the old one has been used.
firefox-62.0/dom/media/ogg/OggDemuxer.cpp:1599:5: note: Variable 'codecState' is reassigned a value before the old one has been used.
firefox-62.0/dom/media/ogg/OggDemuxer.cpp:1813:12: style: The scope of the variable 'target' can be reduced. [variableScope]
firefox-62.0/dom/media/ogg/OggDemuxer.cpp:1444:39: style: Function 'GetPageChecksum' argument 1 names different: declaration 'aPage' definition 'page'. [funcArgNamesDifferent]
firefox-62.0/dom/media/ogg/OggDemuxer.h:228:42: note: Function 'GetPageChecksum' argument 1 names different: declaration 'aPage' definition 'page'.
firefox-62.0/dom/media/ogg/OggDemuxer.cpp:1444:39: note: Function 'GetPageChecksum' argument 1 names different: declaration 'aPage' definition 'page'.
firefox-62.0/dom/media/ogg/OpusParser.cpp:23:13: warning: Member variable 'OpusParser::mMappingTable' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/media/platforms/PDMFactory.h:65:3: performance: Technically the member function 'mozilla::PDMFactory::CreateDecoderWithPDM' can be static. [functionStatic]
firefox-62.0/dom/media/platforms/PDMFactory.cpp:251:13: note: Technically the member function 'mozilla::PDMFactory::CreateDecoderWithPDM' can be static.
firefox-62.0/dom/media/platforms/PDMFactory.h:65:3: note: Technically the member function 'mozilla::PDMFactory::CreateDecoderWithPDM' can be static.
firefox-62.0/dom/media/platforms/PDMFactory.h:76:8: performance: Technically the member function 'mozilla::PDMFactory::EnsureInit' can be static. [functionStatic]
firefox-62.0/dom/media/platforms/PDMFactory.cpp:178:13: note: Technically the member function 'mozilla::PDMFactory::EnsureInit' can be static.
firefox-62.0/dom/media/platforms/PDMFactory.h:76:8: note: Technically the member function 'mozilla::PDMFactory::EnsureInit' can be static.
firefox-62.0/dom/media/platforms/PlatformDecoderModule.h:123:22: performance: Function parameter 'aOptions' should be passed by const reference. [passedByValue]
firefox-62.0/dom/media/platforms/agnostic/AOMDecoder.cpp:193:8: style: Technically the member function 'mozilla::AomImageFree::operator()' can be const. [functionConst]
firefox-62.0/dom/media/platforms/agnostic/eme/SamplesWaitingForKey.h:25:1: style: The class 'SamplesWaitingForKey' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/platforms/agnostic/eme/EMEDecoderModule.cpp:63:8: performance: Technically the member function 'mozilla::ADTSSampleConverter::Revert' can be static. [functionStatic]
firefox-62.0/dom/media/platforms/android/AndroidDecoderModule.cpp:63:3: performance: Variable 'mProxy' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/media/platforms/android/RemoteDataDecoder.cpp:368:0: error: #error We only support 16-bit integer PCM [preprocessorErrorDirective]
firefox-62.0/dom/media/platforms/apple/AppleATDecoder.cpp:597:0: error: #error Unknown audio sample type [preprocessorErrorDirective]
firefox-62.0/dom/media/platforms/apple/AppleUtils.h:89:3: style: Technically the member function 'mozilla::CFRefPtr::operatorT' can be const. [functionConst]
firefox-62.0/dom/media/platforms/apple/AppleUtils.h:31:0: style: Technically the member function 'mozilla :: AutoCFRelease < CMBlockBufferRef >::operatorT' can be const. [functionConst]
firefox-62.0/dom/media/platforms/apple/AppleUtils.h:31:0: style: Technically the member function 'mozilla :: AutoCFRelease < CMSampleBufferRef >::operatorT' can be const. [functionConst]
firefox-62.0/dom/media/platforms/apple/AppleUtils.h:31:0: style: Technically the member function 'mozilla :: AutoCFRelease < CFDictionaryRef >::operatorT' can be const. [functionConst]
firefox-62.0/dom/media/platforms/apple/AppleUtils.h:31:0: style: Technically the member function 'mozilla :: AutoCFRelease < CFDataRef >::operatorT' can be const. [functionConst]
firefox-62.0/dom/media/platforms/apple/AppleUtils.h:31:0: style: Technically the member function 'mozilla :: AutoCFRelease < CFNumberRef >::operatorT' can be const. [functionConst]
firefox-62.0/dom/media/platforms/apple/AppleUtils.h:20:0: style: Class 'mozilla :: AutoCFRelease < CMBlockBufferRef >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/media/platforms/apple/AppleUtils.h:20:0: style: Class 'mozilla :: AutoCFRelease < CMSampleBufferRef >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/media/platforms/apple/AppleUtils.h:20:0: style: Class 'mozilla :: AutoCFRelease < CFDictionaryRef >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/media/platforms/apple/AppleUtils.h:20:0: style: Class 'mozilla :: AutoCFRelease < CFDataRef >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/media/platforms/apple/AppleUtils.h:20:0: style: Class 'mozilla :: AutoCFRelease < CFNumberRef >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/media/platforms/ffmpeg/FFmpegDataDecoder.cpp:142:71: style: Function 'DoDecode' argument 3 names different: declaration 'aOutResults' definition 'aResults'. [funcArgNamesDifferent]
firefox-62.0/dom/media/platforms/ffmpeg/FFmpegDataDecoder.h:55:37: note: Function 'DoDecode' argument 3 names different: declaration 'aOutResults' definition 'aResults'.
firefox-62.0/dom/media/platforms/ffmpeg/FFmpegDataDecoder.cpp:142:71: note: Function 'DoDecode' argument 3 names different: declaration 'aOutResults' definition 'aResults'.
firefox-62.0/dom/media/platforms/ffmpeg/FFmpegVideoDecoder.h:28:1: style: The class 'FFmpegVideoDecoder < LIBAV_VER >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/platforms/omx/OmxPromiseLayer.cpp:351:45: style: Function 'SetParameter' argument 1 names different: declaration 'nIndex' definition 'aParamIndex'. [funcArgNamesDifferent]
firefox-62.0/dom/media/platforms/omx/OmxPromiseLayer.h:114:44: note: Function 'SetParameter' argument 1 names different: declaration 'nIndex' definition 'aParamIndex'.
firefox-62.0/dom/media/platforms/omx/OmxPromiseLayer.cpp:351:45: note: Function 'SetParameter' argument 1 names different: declaration 'nIndex' definition 'aParamIndex'.
firefox-62.0/dom/media/platforms/omx/PureOmxPlatformLayer.h:61:12: style: Technically the member function 'mozilla::PureOmxPlatformLayer::ReleaseOmxBuffer' can be const. [functionConst]
firefox-62.0/dom/media/platforms/omx/PureOmxPlatformLayer.cpp:212:23: note: Technically the member function 'mozilla::PureOmxPlatformLayer::ReleaseOmxBuffer' can be const.
firefox-62.0/dom/media/platforms/omx/PureOmxPlatformLayer.h:61:12: note: Technically the member function 'mozilla::PureOmxPlatformLayer::ReleaseOmxBuffer' can be const.
firefox-62.0/dom/media/platforms/wmf/DXVA2Manager.cpp:472:42: style: Function 'CopyToImage' argument 1 names different: declaration 'aVideoSample' definition 'aSample'. [funcArgNamesDifferent]
firefox-62.0/dom/media/platforms/wmf/DXVA2Manager.cpp:140:34: note: Function 'CopyToImage' argument 1 names different: declaration 'aVideoSample' definition 'aSample'.
firefox-62.0/dom/media/platforms/wmf/DXVA2Manager.cpp:472:42: note: Function 'CopyToImage' argument 1 names different: declaration 'aVideoSample' definition 'aSample'.
firefox-62.0/dom/media/platforms/wmf/DXVA2Manager.cpp:623:19: style: The function 'CopyToBGRATexture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/media/platforms/wmf/DXVA2Manager.h:49:19: note: Virtual function in base class
firefox-62.0/dom/media/platforms/wmf/DXVA2Manager.cpp:623:19: note: Function in derived class
firefox-62.0/dom/media/platforms/wmf/MFTDecoder.cpp:186:39: style: Function 'CreateInputSample' argument 3 names different: declaration 'aTimestampUsecs' definition 'aTimestamp'. [funcArgNamesDifferent]
firefox-62.0/dom/media/platforms/wmf/MFTDecoder.h:67:37: note: Function 'CreateInputSample' argument 3 names different: declaration 'aTimestampUsecs' definition 'aTimestamp'.
firefox-62.0/dom/media/platforms/wmf/MFTDecoder.cpp:186:39: note: Function 'CreateInputSample' argument 3 names different: declaration 'aTimestampUsecs' definition 'aTimestamp'.
firefox-62.0/dom/media/platforms/wmf/MFTDecoder.cpp:326:27: style: Function 'Input' argument 3 names different: declaration 'aTimestampUsecs' definition 'aTimestamp'. [funcArgNamesDifferent]
firefox-62.0/dom/media/platforms/wmf/MFTDecoder.h:62:25: note: Function 'Input' argument 3 names different: declaration 'aTimestampUsecs' definition 'aTimestamp'.
firefox-62.0/dom/media/platforms/wmf/MFTDecoder.cpp:326:27: note: Function 'Input' argument 3 names different: declaration 'aTimestampUsecs' definition 'aTimestamp'.
firefox-62.0/dom/media/platforms/wmf/WMFAudioMFTManager.cpp:243:7: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/media/platforms/wmf/WMFAudioMFTManager.cpp:240:7: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/media/platforms/wmf/WMFAudioMFTManager.cpp:243:7: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/media/platforms/wmf/WMFAudioMFTManager.cpp:228:47: style: Function 'Output' argument 2 names different: declaration 'aOutput' definition 'aOutData'. [funcArgNamesDifferent]
firefox-62.0/dom/media/platforms/wmf/WMFAudioMFTManager.h:30:60: note: Function 'Output' argument 2 names different: declaration 'aOutput' definition 'aOutData'.
firefox-62.0/dom/media/platforms/wmf/WMFAudioMFTManager.cpp:228:47: note: Function 'Output' argument 2 names different: declaration 'aOutput' definition 'aOutData'.
firefox-62.0/dom/media/platforms/wmf/WMFMediaDataDecoder.cpp:20:54: style: Function 'WMFMediaDataDecoder' argument 1 names different: declaration 'aOutputSource' definition 'aMFTManager'. [funcArgNamesDifferent]
firefox-62.0/dom/media/platforms/wmf/WMFMediaDataDecoder.h:94:35: note: Function 'WMFMediaDataDecoder' argument 1 names different: declaration 'aOutputSource' definition 'aMFTManager'.
firefox-62.0/dom/media/platforms/wmf/WMFMediaDataDecoder.cpp:20:54: note: Function 'WMFMediaDataDecoder' argument 1 names different: declaration 'aOutputSource' definition 'aMFTManager'.
firefox-62.0/dom/media/platforms/wmf/WMFMediaDataDecoder.cpp:20:22: warning: Member variable 'WMFMediaDataDecoder::mLastStreamOffset' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/media/platforms/wmf/WMFVideoMFTManager.cpp:60:0: error: #error Unsupported Windows CPU Architecture [preprocessorErrorDirective]
firefox-62.0/dom/media/systemservices/CamerasChild.cpp:373:75: style: Function 'RecvReplyGetCaptureCapability' argument 1 names different: declaration 'capability' definition 'ipcCapability'. [funcArgNamesDifferent]
firefox-62.0/dom/media/systemservices/CamerasChild.h:176:87: note: Function 'RecvReplyGetCaptureCapability' argument 1 names different: declaration 'capability' definition 'ipcCapability'.
firefox-62.0/dom/media/systemservices/CamerasChild.cpp:373:75: note: Function 'RecvReplyGetCaptureCapability' argument 1 names different: declaration 'capability' definition 'ipcCapability'.
firefox-62.0/dom/media/systemservices/CamerasChild.cpp:438:42: style: Function 'AllocateCaptureDevice' argument 4 names different: declaration 'capture_id' definition 'aStreamId'. [funcArgNamesDifferent]
firefox-62.0/dom/media/systemservices/CamerasChild.h:200:34: note: Function 'AllocateCaptureDevice' argument 4 names different: declaration 'capture_id' definition 'aStreamId'.
firefox-62.0/dom/media/systemservices/CamerasChild.cpp:438:42: note: Function 'AllocateCaptureDevice' argument 4 names different: declaration 'capture_id' definition 'aStreamId'.
firefox-62.0/dom/media/systemservices/CamerasChild.cpp:518:60: style: Function 'StartCapture' argument 3 names different: declaration 'capability' definition 'webrtcCaps'. [funcArgNamesDifferent]
firefox-62.0/dom/media/systemservices/CamerasChild.h:193:74: note: Function 'StartCapture' argument 3 names different: declaration 'capability' definition 'webrtcCaps'.
firefox-62.0/dom/media/systemservices/CamerasChild.cpp:518:60: note: Function 'StartCapture' argument 3 names different: declaration 'capability' definition 'webrtcCaps'.
firefox-62.0/dom/media/systemservices/CamerasChild.cpp:519:40: style: Function 'StartCapture' argument 4 names different: declaration 'func' definition 'cb'. [funcArgNamesDifferent]
firefox-62.0/dom/media/systemservices/CamerasChild.h:194:32: note: Function 'StartCapture' argument 4 names different: declaration 'func' definition 'cb'.
firefox-62.0/dom/media/systemservices/CamerasChild.cpp:519:40: note: Function 'StartCapture' argument 4 names different: declaration 'func' definition 'cb'.
firefox-62.0/dom/media/systemservices/CamerasChild.cpp:544:47: style: Function 'FocusOnSelectedSource' argument 2 names different: declaration 'capture_id' definition 'aCaptureId'. [funcArgNamesDifferent]
firefox-62.0/dom/media/systemservices/CamerasChild.h:195:65: note: Function 'FocusOnSelectedSource' argument 2 names different: declaration 'capture_id' definition 'aCaptureId'.
firefox-62.0/dom/media/systemservices/CamerasChild.cpp:544:47: note: Function 'FocusOnSelectedSource' argument 2 names different: declaration 'capture_id' definition 'aCaptureId'.
firefox-62.0/dom/media/systemservices/CamerasParent.cpp:323:51: style: Function 'OnFrame' argument 1 names different: declaration 'videoFrame' definition 'aVideoFrame'. [funcArgNamesDifferent]
firefox-62.0/dom/media/systemservices/CamerasParent.h:49:42: note: Function 'OnFrame' argument 1 names different: declaration 'videoFrame' definition 'aVideoFrame'.
firefox-62.0/dom/media/systemservices/CamerasParent.cpp:323:51: note: Function 'OnFrame' argument 1 names different: declaration 'videoFrame' definition 'aVideoFrame'.
firefox-62.0/dom/media/systemservices/MediaParent.h:39:8: performance: Technically the member function 'mozilla::media::NonE10s::SendGetPrincipalKeyResponse' can be static. [functionStatic]
firefox-62.0/dom/media/systemservices/MediaParent.cpp:423:15: note: Technically the member function 'mozilla::media::NonE10s::SendGetPrincipalKeyResponse' can be static.
firefox-62.0/dom/media/systemservices/MediaParent.h:39:8: note: Technically the member function 'mozilla::media::NonE10s::SendGetPrincipalKeyResponse' can be static.
firefox-62.0/dom/media/systemservices/MediaSystemResourceClient.h:38:1: style: The class 'MediaSystemResourceClient' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/systemservices/MediaSystemResourceManager.h:61:8: style: Technically the member function 'mozilla::MediaSystemResourceManager::IsIpcClosed' can be const. [functionConst]
firefox-62.0/dom/media/systemservices/MediaSystemResourceManager.cpp:131:29: note: Technically the member function 'mozilla::MediaSystemResourceManager::IsIpcClosed' can be const.
firefox-62.0/dom/media/systemservices/MediaSystemResourceManager.h:61:8: note: Technically the member function 'mozilla::MediaSystemResourceManager::IsIpcClosed' can be const.
firefox-62.0/dom/media/systemservices/MediaSystemResourceManagerParent.cpp:70:67: style: Function 'ActorDestroy' argument 1 names different: declaration 'aActorDestroyReason' definition 'aReason'. [funcArgNamesDifferent]
firefox-62.0/dom/media/systemservices/MediaSystemResourceManagerParent.h:36:40: note: Function 'ActorDestroy' argument 1 names different: declaration 'aActorDestroyReason' definition 'aReason'.
firefox-62.0/dom/media/systemservices/MediaSystemResourceManagerParent.cpp:70:67: note: Function 'ActorDestroy' argument 1 names different: declaration 'aActorDestroyReason' definition 'aReason'.
firefox-62.0/dom/media/systemservices/MediaSystemResourceManagerParent.cpp:19:3: performance: Variable 'mMediaSystemResourceService' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/media/systemservices/MediaSystemResourceService.cpp:158:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/dom/media/systemservices/MediaSystemResourceService.cpp:167:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/dom/media/systemservices/MediaSystemResourceService.cpp:196:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/dom/media/systemservices/MediaSystemResourceService.cpp:206:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/dom/media/systemservices/VideoEngine.h:60:42: style: Technically the member function 'mozilla::camera::VideoEngine::GetConfiguration' can be const. [functionConst]
firefox-62.0/dom/media/systemservices/VideoEngine.cpp:203:14: note: Technically the member function 'mozilla::camera::VideoEngine::GetConfiguration' can be const.
firefox-62.0/dom/media/systemservices/VideoEngine.h:60:42: note: Technically the member function 'mozilla::camera::VideoEngine::GetConfiguration' can be const.
firefox-62.0/dom/media/systemservices/VideoEngine.h:67:52: style: Technically the member function 'mozilla::camera::VideoEngine::CaptureEntry::VideoCapture' can be const. [functionConst]
firefox-62.0/dom/media/systemservices/VideoEngine.cpp:223:28: note: Technically the member function 'mozilla::camera::VideoEngine::CaptureEntry::VideoCapture' can be const.
firefox-62.0/dom/media/systemservices/VideoEngine.h:67:52: note: Technically the member function 'mozilla::camera::VideoEngine::CaptureEntry::VideoCapture' can be const.
firefox-62.0/dom/media/systemservices/VideoFrameUtils.cpp:15:45: style: Function 'TotalRequiredBufferSize' argument 1 names different: declaration 'frame' definition 'aVideoFrame'. [funcArgNamesDifferent]
firefox-62.0/dom/media/systemservices/VideoFrameUtils.h:29:68: note: Function 'TotalRequiredBufferSize' argument 1 names different: declaration 'frame' definition 'aVideoFrame'.
firefox-62.0/dom/media/systemservices/VideoFrameUtils.cpp:15:45: note: Function 'TotalRequiredBufferSize' argument 1 names different: declaration 'frame' definition 'aVideoFrame'.
firefox-62.0/dom/media/systemservices/VideoFrameUtils.cpp:25:49: style: Function 'InitFrameBufferProperties' argument 2 names different: declaration 'aDestProperties' definition 'aDestProps'. [funcArgNamesDifferent]
firefox-62.0/dom/media/systemservices/VideoFrameUtils.h:33:48: note: Function 'InitFrameBufferProperties' argument 2 names different: declaration 'aDestProperties' definition 'aDestProps'.
firefox-62.0/dom/media/systemservices/VideoFrameUtils.cpp:25:49: note: Function 'InitFrameBufferProperties' argument 2 names different: declaration 'aDestProperties' definition 'aDestProps'.
firefox-62.0/dom/media/systemservices/VideoFrameUtils.cpp:52:50: style: Function 'CopyVideoFrameBuffers' argument 3 names different: declaration 'aVideoFrame' definition 'aFrame'. [funcArgNamesDifferent]
firefox-62.0/dom/media/systemservices/VideoFrameUtils.h:39:53: note: Function 'CopyVideoFrameBuffers' argument 3 names different: declaration 'aVideoFrame' definition 'aFrame'.
firefox-62.0/dom/media/systemservices/VideoFrameUtils.cpp:52:50: note: Function 'CopyVideoFrameBuffers' argument 3 names different: declaration 'aVideoFrame' definition 'aFrame'.
firefox-62.0/dom/media/wave/WaveDemuxer.cpp:585:47: style: Function 'ChunkIndexFromOffset' argument 1 names different: declaration 'aOffet' definition 'aOffset'. [funcArgNamesDifferent]
firefox-62.0/dom/media/wave/WaveDemuxer.h:240:40: note: Function 'ChunkIndexFromOffset' argument 1 names different: declaration 'aOffet' definition 'aOffset'.
firefox-62.0/dom/media/wave/WaveDemuxer.cpp:585:47: note: Function 'ChunkIndexFromOffset' argument 1 names different: declaration 'aOffet' definition 'aOffset'.
firefox-62.0/dom/media/wave/WaveDemuxer.cpp:887:13: warning: Member variable 'DataParser::mChunk' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/media/wave/WaveDemuxer.h:173:3: style: The class 'DataChunk' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/webaudio/AudioNodeEngine.h:361:8: performance: Technically the member function 'mozilla::AudioNodeEngine::HasNode' can be static. [functionStatic]
firefox-62.0/dom/media/webaudio/AudioNodeEngine.h:373:8: performance: Technically the member function 'mozilla::AudioNodeEngine::ClearNode' can be static. [functionStatic]
firefox-62.0/dom/media/webaudio/AudioBuffer.cpp:34:0: error: syntax error [syntaxError]
firefox-62.0/dom/media/webaudio/AudioBufferSourceNode.h:29:12: style: The function 'NumberOfInputs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/media/webaudio/AudioNode.h:123:20: note: Virtual function in base class
firefox-62.0/dom/media/webaudio/AudioBufferSourceNode.h:29:12: note: Function in derived class
firefox-62.0/dom/media/webaudio/AudioDestinationNode.h:41:12: style: The function 'NumberOfOutputs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/media/webaudio/AudioNode.h:124:20: note: Virtual function in base class
firefox-62.0/dom/media/webaudio/AudioDestinationNode.h:41:12: note: Function in derived class
firefox-62.0/dom/media/webaudio/AudioContext.cpp:135:48: style: Function 'AudioContext' argument 1 names different: declaration 'aParentWindow' definition 'aWindow'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webaudio/AudioContext.h:125:36: note: Function 'AudioContext' argument 1 names different: declaration 'aParentWindow' definition 'aWindow'.
firefox-62.0/dom/media/webaudio/AudioContext.cpp:135:48: note: Function 'AudioContext' argument 1 names different: declaration 'aParentWindow' definition 'aWindow'.
firefox-62.0/dom/media/webaudio/ThreeDPoint.h:63:10: style: Technically the member function 'mozilla::dom::ThreeDPoint::DotProduct' can be const. [functionConst]
firefox-62.0/dom/media/webaudio/ConstantSourceNode.h:38:12: style: The function 'NumberOfInputs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/media/webaudio/AudioNode.h:123:20: note: Virtual function in base class
firefox-62.0/dom/media/webaudio/ConstantSourceNode.h:38:12: note: Function in derived class
firefox-62.0/dom/media/webaudio/MediaStreamAudioDestinationNode.h:37:12: style: The function 'NumberOfOutputs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/media/webaudio/AudioNode.h:124:20: note: Virtual function in base class
firefox-62.0/dom/media/webaudio/MediaStreamAudioDestinationNode.h:37:12: note: Function in derived class
firefox-62.0/dom/media/webaudio/OscillatorNode.h:43:12: style: The function 'NumberOfInputs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/media/webaudio/AudioNode.h:123:20: note: Virtual function in base class
firefox-62.0/dom/media/webaudio/OscillatorNode.h:43:12: note: Function in derived class
firefox-62.0/dom/media/webaudio/AudioDestinationNode.cpp:621:39: style: Function 'InputMuted' argument 1 names different: declaration 'aInputMuted' definition 'aMuted'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webaudio/AudioDestinationNode.h:77:24: note: Function 'InputMuted' argument 1 names different: declaration 'aInputMuted' definition 'aMuted'.
firefox-62.0/dom/media/webaudio/AudioDestinationNode.cpp:621:39: note: Function 'InputMuted' argument 1 names different: declaration 'aInputMuted' definition 'aMuted'.
firefox-62.0/dom/media/webaudio/AudioEventTimeline.h:26:1: warning: The struct 'AudioTimelineEvent' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/media/webaudio/AudioNodeStream.cpp:270:16: warning: Access of moved variable 'mBuffer'. [accessMoved]
firefox-62.0/dom/media/webaudio/AudioNodeStream.cpp:268:19: note: Calling std::move(mBuffer)
firefox-62.0/dom/media/webaudio/AudioNodeStream.cpp:270:16: note: $symbol:mBuffer
Access of moved variable '$symbol'.
firefox-62.0/dom/media/webaudio/AudioProcessingEvent.cpp:45:55: style: Function 'LazilyCreateBuffer' argument 2 names different: declaration 'rv' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webaudio/AudioProcessingEvent.h:71:63: note: Function 'LazilyCreateBuffer' argument 2 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/media/webaudio/AudioProcessingEvent.cpp:45:55: note: Function 'LazilyCreateBuffer' argument 2 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/media/webaudio/ConstantSourceNode.cpp:210:54: style: Function 'Start' argument 2 names different: declaration 'rv' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webaudio/ConstantSourceNode.h:48:41: note: Function 'Start' argument 2 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/media/webaudio/ConstantSourceNode.cpp:210:54: note: Function 'Start' argument 2 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/media/webaudio/ConstantSourceNode.cpp:234:53: style: Function 'Stop' argument 2 names different: declaration 'rv' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webaudio/ConstantSourceNode.h:49:40: note: Function 'Stop' argument 2 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/media/webaudio/ConstantSourceNode.cpp:234:53: note: Function 'Stop' argument 2 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/media/webaudio/ConvolverNode.cpp:296:34: style: Function 'SetNormalize' argument 1 names different: declaration 'aNormal' definition 'aNormalize'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webaudio/ConvolverNode.h:50:26: note: Function 'SetNormalize' argument 1 names different: declaration 'aNormal' definition 'aNormalize'.
firefox-62.0/dom/media/webaudio/ConvolverNode.cpp:296:34: note: Function 'SetNormalize' argument 1 names different: declaration 'aNormal' definition 'aNormalize'.
firefox-62.0/dom/media/webaudio/DelayBuffer.h:22:12: warning: Member variable 'DelayBuffer::mLastReadChunk' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/media/webaudio/DelayBuffer.h:87:7: performance: Technically the member function 'mozilla::DelayBuffer::OffsetForPosition' can be static. [functionStatic]
firefox-62.0/dom/media/webaudio/DelayBuffer.cpp:215:14: note: Technically the member function 'mozilla::DelayBuffer::OffsetForPosition' can be static.
firefox-62.0/dom/media/webaudio/DelayBuffer.h:87:7: note: Technically the member function 'mozilla::DelayBuffer::OffsetForPosition' can be static.
firefox-62.0/dom/media/webaudio/blink/DynamicsCompressor.h:88:12: performance: Technically the member function 'WebCore::DynamicsCompressor::tailTime' can be static. [functionStatic]
firefox-62.0/dom/media/webaudio/GainNode.cpp:83:13: style: Variable 'computedGain' is not assigned a value. [unassignedVariable]
firefox-62.0/dom/media/webaudio/MediaBufferDecoder.cpp:270:55: style: Function 'OnMetadataNotRead' argument 1 names different: declaration 'aError' definition 'aReason'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webaudio/MediaBufferDecoder.cpp:125:45: note: Function 'OnMetadataNotRead' argument 1 names different: declaration 'aError' definition 'aReason'.
firefox-62.0/dom/media/webaudio/MediaBufferDecoder.cpp:270:55: note: Function 'OnMetadataNotRead' argument 1 names different: declaration 'aError' definition 'aReason'.
firefox-62.0/dom/media/webaudio/MediaStreamAudioSourceNode.cpp:48:50: style: Function 'Create' argument 1 names different: declaration 'aContext' definition 'aAudioContext'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webaudio/MediaStreamAudioSourceNode.h:52:24: note: Function 'Create' argument 1 names different: declaration 'aContext' definition 'aAudioContext'.
firefox-62.0/dom/media/webaudio/MediaStreamAudioSourceNode.cpp:48:50: note: Function 'Create' argument 1 names different: declaration 'aContext' definition 'aAudioContext'.
firefox-62.0/dom/media/webaudio/PannerNode.cpp:461:29: style: The scope of the variable 'gainL' can be reduced. [variableScope]
firefox-62.0/dom/media/webaudio/PannerNode.cpp:461:36: style: The scope of the variable 'gainR' can be reduced. [variableScope]
firefox-62.0/dom/media/webaudio/PannerNode.cpp:778:56: style: Function 'FindConnectedSources' argument 3 names different: declaration 'aSeenNodes' definition 'aNodesSeen'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webaudio/PannerNode.h:234:113: note: Function 'FindConnectedSources' argument 3 names different: declaration 'aSeenNodes' definition 'aNodesSeen'.
firefox-62.0/dom/media/webaudio/PannerNode.cpp:778:56: note: Function 'FindConnectedSources' argument 3 names different: declaration 'aSeenNodes' definition 'aNodesSeen'.
firefox-62.0/dom/media/webaudio/PannerNode.cpp:570:11: style: Variable 'computedGain' is not assigned a value. [unassignedVariable]
firefox-62.0/dom/media/webaudio/blink/HRTFElevation.h:55:14: performance: Technically the member function 'WebCore::HRTFElevation::numberOfAzimuths' can be static. [functionStatic]
firefox-62.0/dom/media/webaudio/blink/HRTFElevation.h:81:27: style: Technically the member function 'WebCore::HRTFElevation::kernelListL' can be const. [functionConst]
firefox-62.0/dom/media/webaudio/StereoPannerNode.cpp:141:13: style: Variable 'computedGain' is not assigned a value. [unassignedVariable]
firefox-62.0/dom/media/webaudio/WaveShaperNode.cpp:357:56: style: Function 'SetCurve' argument 1 names different: declaration 'aData' definition 'aCurve'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webaudio/WaveShaperNode.h:40:47: note: Function 'SetCurve' argument 1 names different: declaration 'aData' definition 'aCurve'.
firefox-62.0/dom/media/webaudio/WaveShaperNode.cpp:357:56: note: Function 'SetCurve' argument 1 names different: declaration 'aData' definition 'aCurve'.
firefox-62.0/dom/media/webaudio/blink/Biquad.cpp:197:62: style: Same expression on both sides of '/' because the value of '1' and 'S' are the same. [duplicateExpression]
firefox-62.0/dom/media/webaudio/blink/Biquad.cpp:196:20: note: 'S' is assigned value '1' here.
firefox-62.0/dom/media/webaudio/blink/Biquad.cpp:197:62: note: Same expression on both sides of '/' because the value of '1' and 'S' are the same.
firefox-62.0/dom/media/webaudio/blink/Biquad.cpp:232:62: style: Same expression on both sides of '/' because the value of '1' and 'S' are the same. [duplicateExpression]
firefox-62.0/dom/media/webaudio/blink/Biquad.cpp:231:20: note: 'S' is assigned value '1' here.
firefox-62.0/dom/media/webaudio/blink/Biquad.cpp:232:62: note: Same expression on both sides of '/' because the value of '1' and 'S' are the same.
firefox-62.0/dom/media/webaudio/blink/Biquad.cpp:307:0: style: Same expression used in consecutive assignments of 'b2' and 'a0'. [duplicateAssignExpression]
firefox-62.0/dom/media/webaudio/blink/Biquad.cpp:308:0: note: Same expression used in consecutive assignments of 'b2' and 'a0'.
firefox-62.0/dom/media/webaudio/blink/Biquad.cpp:307:0: note: Same expression used in consecutive assignments of 'b2' and 'a0'.
firefox-62.0/dom/media/webaudio/blink/Biquad.cpp:104:38: style: Function 'setLowpassParams' argument 1 names different: declaration 'frequency' definition 'cutoff'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webaudio/blink/Biquad.h:52:34: note: Function 'setLowpassParams' argument 1 names different: declaration 'frequency' definition 'cutoff'.
firefox-62.0/dom/media/webaudio/blink/Biquad.cpp:104:38: note: Function 'setLowpassParams' argument 1 names different: declaration 'frequency' definition 'cutoff'.
firefox-62.0/dom/media/webaudio/blink/Biquad.cpp:137:39: style: Function 'setHighpassParams' argument 1 names different: declaration 'frequency' definition 'cutoff'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webaudio/blink/Biquad.h:53:35: note: Function 'setHighpassParams' argument 1 names different: declaration 'frequency' definition 'cutoff'.
firefox-62.0/dom/media/webaudio/blink/Biquad.cpp:137:39: note: Function 'setHighpassParams' argument 1 names different: declaration 'frequency' definition 'cutoff'.
firefox-62.0/dom/media/webaudio/blink/DynamicsCompressor.h:83:11: style: Technically the member function 'WebCore::DynamicsCompressor::parameterValue' can be const. [functionConst]
firefox-62.0/dom/media/webaudio/blink/DynamicsCompressor.cpp:114:27: note: Technically the member function 'WebCore::DynamicsCompressor::parameterValue' can be const.
firefox-62.0/dom/media/webaudio/blink/DynamicsCompressor.h:83:11: note: Technically the member function 'WebCore::DynamicsCompressor::parameterValue' can be const.
firefox-62.0/dom/media/webaudio/blink/DynamicsCompressorKernel.h:99:11: style: Technically the member function 'WebCore::DynamicsCompressorKernel::kneeCurve' can be const. [functionConst]
firefox-62.0/dom/media/webaudio/blink/DynamicsCompressorKernel.cpp:118:33: note: Technically the member function 'WebCore::DynamicsCompressorKernel::kneeCurve' can be const.
firefox-62.0/dom/media/webaudio/blink/DynamicsCompressorKernel.h:99:11: note: Technically the member function 'WebCore::DynamicsCompressorKernel::kneeCurve' can be const.
firefox-62.0/dom/media/webaudio/blink/HRTFKernel.cpp:50:55: style: Function 'HRTFKernel' argument 2 names different: declaration 'fftSize' definition 'length'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webaudio/blink/HRTFKernel.h:80:47: note: Function 'HRTFKernel' argument 2 names different: declaration 'fftSize' definition 'length'.
firefox-62.0/dom/media/webaudio/blink/HRTFKernel.cpp:50:55: note: Function 'HRTFKernel' argument 2 names different: declaration 'fftSize' definition 'length'.
firefox-62.0/dom/media/webaudio/blink/HRTFPanner.cpp:120:29: style: Function 'pan' argument 1 names different: declaration 'azimuth' definition 'desiredAzimuth'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webaudio/blink/HRTFPanner.h:50:21: note: Function 'pan' argument 1 names different: declaration 'azimuth' definition 'desiredAzimuth'.
firefox-62.0/dom/media/webaudio/blink/HRTFPanner.cpp:120:29: note: Function 'pan' argument 1 names different: declaration 'azimuth' definition 'desiredAzimuth'.
firefox-62.0/dom/media/webaudio/blink/HRTFPanner.cpp:45:13: warning: Member variable 'HRTFPanner::m_elevation1' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/media/webaudio/blink/HRTFPanner.cpp:45:13: warning: Member variable 'HRTFPanner::m_elevation2' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/media/webaudio/blink/HRTFPanner.h:64:9: performance: Technically the member function 'WebCore::HRTFPanner::calculateDesiredAzimuthIndexAndBlend' can be static. [functionStatic]
firefox-62.0/dom/media/webaudio/blink/HRTFPanner.cpp:98:17: note: Technically the member function 'WebCore::HRTFPanner::calculateDesiredAzimuthIndexAndBlend' can be static.
firefox-62.0/dom/media/webaudio/blink/HRTFPanner.h:64:9: note: Technically the member function 'WebCore::HRTFPanner::calculateDesiredAzimuthIndexAndBlend' can be static.
firefox-62.0/dom/media/webaudio/blink/PeriodicWave.cpp:111:15: warning: Member variable 'PeriodicWave::m_numberOfComponents' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/dom/media/webm/WebMBufferedParser.h:212:14: style: Technically the member function 'mozilla::WebMBufferedParser::EBMLElement::Length' can be const. [functionConst]
firefox-62.0/dom/media/webm/WebMBufferedParser.cpp:291:8: performance: Technically the member function 'mozilla::SyncOffsetComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/media/webm/WebMBufferedParser.cpp:295:8: performance: Technically the member function 'mozilla::SyncOffsetComparator::LessThan' can be static. [functionStatic]
firefox-62.0/dom/media/webm/WebMBufferedParser.cpp:301:8: performance: Technically the member function 'mozilla::TimeComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/media/webm/WebMBufferedParser.cpp:305:8: performance: Technically the member function 'mozilla::TimeComparator::LessThan' can be static. [functionStatic]
firefox-62.0/dom/media/webm/WebMDemuxer.cpp:612:32: style: Redundant condition: mIsMediaSource. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
firefox-62.0/dom/media/webm/WebMDemuxer.cpp:631:32: style: Redundant condition: mIsMediaSource. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
firefox-62.0/dom/media/webm/NesteggPacketHolder.h:65:8: style: Technically the member function 'mozilla::NesteggPacketHolder::IsInitialized' can be const. [functionConst]
firefox-62.0/dom/media/webm/NesteggPacketHolder.h:93:11: style: Technically the member function 'mozilla::WebMPacketQueue::GetSize' can be const. [functionConst]
firefox-62.0/dom/media/webm/WebMDemuxer.h:30:12: style: Technically the member function 'mozilla::MediaRawDataQueue::GetSize' can be const. [functionConst]
firefox-62.0/dom/media/webm/WebMDemuxer.h:25:1: warning: The class 'MediaRawDataQueue' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-62.0/dom/media/webm/WebMWriter.cpp:16:3: performance: Variable 'mEbmlComposer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/media/webrtc/MediaEngineSource.h:281:8: performance: Technically the member function 'mozilla::MediaEngineSource::AssertIsOnOwningThread' can be static. [functionStatic]
firefox-62.0/dom/media/webrtc/MediaEngineRemoteVideoSource.cpp:145:7: style: Condition 'hasFacingMode' is always false [knownConditionTrueFalse]
firefox-62.0/dom/media/webrtc/MediaEngineRemoteVideoSource.cpp:108:24: note: Assignment 'hasFacingMode=false', assigned value is 0
firefox-62.0/dom/media/webrtc/MediaEngineRemoteVideoSource.cpp:145:7: note: Condition 'hasFacingMode' is always false
firefox-62.0/dom/media/webrtc/MediaEngineRemoteVideoSource.cpp:520:53: style: Function 'DeliverFrame' argument 1 names different: declaration 'buffer' definition 'aBuffer'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webrtc/MediaEngineRemoteVideoSource.h:122:29: note: Function 'DeliverFrame' argument 1 names different: declaration 'buffer' definition 'aBuffer'.
firefox-62.0/dom/media/webrtc/MediaEngineRemoteVideoSource.cpp:520:53: note: Function 'DeliverFrame' argument 1 names different: declaration 'buffer' definition 'aBuffer'.
firefox-62.0/dom/media/webrtc/MediaEngineRemoteVideoSource.cpp:521:80: style: Function 'DeliverFrame' argument 2 names different: declaration 'properties' definition 'aProps'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webrtc/MediaEngineRemoteVideoSource.h:123:56: note: Function 'DeliverFrame' argument 2 names different: declaration 'properties' definition 'aProps'.
firefox-62.0/dom/media/webrtc/MediaEngineRemoteVideoSource.cpp:521:80: note: Function 'DeliverFrame' argument 2 names different: declaration 'properties' definition 'aProps'.
firefox-62.0/dom/media/webrtc/MediaEngineRemoteVideoSource.h:83:10: performance: Technically the member function 'mozilla::MediaEngineRemoteVideoSource::CapabilityComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:70:12: performance: Technically the member function 'mozilla::MediaEngineWebRTCAudioCaptureSource::Allocate' can be static. [functionStatic]
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:328:8: performance: Technically the member function 'mozilla::AudioInputCubeb::UpdateDeviceList' can be static. [functionStatic]
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.cpp:40:23: note: Technically the member function 'mozilla::AudioInputCubeb::UpdateDeviceList' can be static.
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:328:8: note: Technically the member function 'mozilla::AudioInputCubeb::UpdateDeviceList' can be static.
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:499:10: performance: Technically the member function 'mozilla::MediaEngineWebRTCMicrophoneSource::AllocationHandleComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:225:7: style: The function 'GetRecordingDeviceName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:134:15: note: Virtual function in base class
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:225:7: note: Function in derived class
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:243:7: style: The function 'GetRecordingDeviceStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:136:15: note: Virtual function in base class
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:243:7: note: Function in derived class
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:251:8: style: The function 'GetChannelCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:137:16: note: Virtual function in base class
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:251:8: note: Function in derived class
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:261:7: style: The function 'GetMaxAvailableChannels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:138:15: note: Virtual function in base class
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:261:7: note: Function in derived class
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:280:8: style: The function 'SetUserChannelCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:142:16: note: Virtual function in base class
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:280:8: note: Function in derived class
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:292:8: style: The function 'StartRecording' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:139:16: note: Virtual function in base class
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:292:8: note: Function in derived class
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:307:8: style: The function 'StopRecording' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:140:16: note: Virtual function in base class
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:307:8: note: Function in derived class
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:315:7: style: The function 'SetRecordingDevice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:141:15: note: Virtual function in base class
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:315:7: note: Function in derived class
firefox-62.0/dom/media/webrtc/MediaEngineWebRTCAudio.cpp:951:10: style: The scope of the variable 'offset' can be reduced. [variableScope]
firefox-62.0/dom/media/webrtc/MediaEngineWebRTCAudio.cpp:112:17: style: Function 'MediaEngineWebRTCMicrophoneSource' argument 3 names different: declaration 'name' definition 'aDeviceName'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:389:49: note: Function 'MediaEngineWebRTCMicrophoneSource' argument 3 names different: declaration 'name' definition 'aDeviceName'.
firefox-62.0/dom/media/webrtc/MediaEngineWebRTCAudio.cpp:112:17: note: Function 'MediaEngineWebRTCMicrophoneSource' argument 3 names different: declaration 'name' definition 'aDeviceName'.
firefox-62.0/dom/media/webrtc/MediaEngineWebRTCAudio.cpp:113:17: style: Function 'MediaEngineWebRTCMicrophoneSource' argument 4 names different: declaration 'uuid' definition 'aDeviceUUID'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:390:49: note: Function 'MediaEngineWebRTCMicrophoneSource' argument 4 names different: declaration 'uuid' definition 'aDeviceUUID'.
firefox-62.0/dom/media/webrtc/MediaEngineWebRTCAudio.cpp:113:17: note: Function 'MediaEngineWebRTCMicrophoneSource' argument 4 names different: declaration 'uuid' definition 'aDeviceUUID'.
firefox-62.0/dom/media/webrtc/MediaEngineWebRTCAudio.cpp:1297:70: style: Function 'SetTrack' argument 4 names different: declaration 'aPrincipal' definition 'aPrincipalHandle'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webrtc/MediaEngineWebRTC.h:90:44: note: Function 'SetTrack' argument 4 names different: declaration 'aPrincipal' definition 'aPrincipalHandle'.
firefox-62.0/dom/media/webrtc/MediaEngineWebRTCAudio.cpp:1297:70: note: Function 'SetTrack' argument 4 names different: declaration 'aPrincipal' definition 'aPrincipalHandle'.
firefox-62.0/dom/media/webrtc/MediaTrackConstraints.cpp:466:49: style: Function 'FitnessDistance' argument 2 names different: declaration 'aConstraint' definition 'aParams'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webrtc/MediaTrackConstraints.h:311:51: note: Function 'FitnessDistance' argument 2 names different: declaration 'aConstraint' definition 'aParams'.
firefox-62.0/dom/media/webrtc/MediaTrackConstraints.cpp:466:49: note: Function 'FitnessDistance' argument 2 names different: declaration 'aConstraint' definition 'aParams'.
firefox-62.0/dom/media/webrtc/RTCIdentityProviderRegistrar.cpp:76:20: style: Function 'ValidateAssertion' argument 1 names different: declaration 'assertion' definition 'aAssertion'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webrtc/RTCIdentityProviderRegistrar.h:46:38: note: Function 'ValidateAssertion' argument 1 names different: declaration 'assertion' definition 'aAssertion'.
firefox-62.0/dom/media/webrtc/RTCIdentityProviderRegistrar.cpp:76:20: note: Function 'ValidateAssertion' argument 1 names different: declaration 'assertion' definition 'aAssertion'.
firefox-62.0/dom/media/webrtc/RTCIdentityProviderRegistrar.cpp:76:49: style: Function 'ValidateAssertion' argument 2 names different: declaration 'origin' definition 'aOrigin'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webrtc/RTCIdentityProviderRegistrar.h:46:66: note: Function 'ValidateAssertion' argument 2 names different: declaration 'origin' definition 'aOrigin'.
firefox-62.0/dom/media/webrtc/RTCIdentityProviderRegistrar.cpp:76:49: note: Function 'ValidateAssertion' argument 2 names different: declaration 'origin' definition 'aOrigin'.
firefox-62.0/dom/media/webspeech/recognition/SpeechRecognition.h:49:1: style: The class 'SpeechRecognition' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/media/webspeech/recognition/energy_endpointer_params.h:41:3: style: 'EnergyEndpointerParams::operator=' should return 'EnergyEndpointerParams &'. [operatorEq]
firefox-62.0/dom/media/webspeech/recognition/SpeechRecognition.cpp:1021:41: style: Function 'GetName' argument 1 names different: declaration 'aId' definition 'aEvent'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webspeech/recognition/SpeechRecognition.h:254:36: note: Function 'GetName' argument 1 names different: declaration 'aId' definition 'aEvent'.
firefox-62.0/dom/media/webspeech/recognition/SpeechRecognition.cpp:1021:41: note: Function 'GetName' argument 1 names different: declaration 'aId' definition 'aEvent'.
firefox-62.0/dom/media/webspeech/recognition/endpointer.cc:109:38: style: Function 'Status' argument 1 names different: declaration 'time_us' definition 'time'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webspeech/recognition/endpointer.h:89:28: note: Function 'Status' argument 1 names different: declaration 'time_us' definition 'time'.
firefox-62.0/dom/media/webspeech/recognition/endpointer.cc:109:38: note: Function 'Status' argument 1 names different: declaration 'time_us' definition 'time'.
firefox-62.0/dom/media/webspeech/recognition/endpointer.h:89:12: style: Technically the member function 'mozilla::Endpointer::Status' can be const. [functionConst]
firefox-62.0/dom/media/webspeech/recognition/endpointer.cc:109:22: note: Technically the member function 'mozilla::Endpointer::Status' can be const.
firefox-62.0/dom/media/webspeech/recognition/endpointer.h:89:12: note: Technically the member function 'mozilla::Endpointer::Status' can be const.
firefox-62.0/dom/media/webspeech/recognition/energy_endpointer.cc:388:44: style: Function 'Status' argument 1 names different: declaration 'status_time_us' definition 'status_time'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webspeech/recognition/energy_endpointer.h:112:28: note: Function 'Status' argument 1 names different: declaration 'status_time_us' definition 'status_time'.
firefox-62.0/dom/media/webspeech/recognition/energy_endpointer.cc:388:44: note: Function 'Status' argument 1 names different: declaration 'status_time_us' definition 'status_time'.
firefox-62.0/dom/media/webspeech/recognition/energy_endpointer.cc:82:9: style: Technically the member function 'mozilla::HistoryRing::RingSum' can be const. [functionConst]
firefox-62.0/dom/media/webspeech/recognition/energy_endpointer.cc:117:38: note: Technically the member function 'mozilla::HistoryRing::RingSum' can be const.
firefox-62.0/dom/media/webspeech/recognition/energy_endpointer.cc:82:9: note: Technically the member function 'mozilla::HistoryRing::RingSum' can be const.
firefox-62.0/dom/media/webspeech/recognition/energy_endpointer_params.h:35:1: warning: The class 'EnergyEndpointerParams' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-62.0/dom/media/webspeech/synth/android/SpeechSynthesisService.h:25:3: warning: Member variable 'SpeechSynthesisService::mTaskTextLength' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/media/webspeech/synth/android/SpeechSynthesisService.h:25:3: warning: Member variable 'SpeechSynthesisService::mTaskTextOffset' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/media/webspeech/synth/ipc/SpeechSynthesisChild.cpp:67:73: warning: Function 'AllocPSpeechSynthesisRequestChild' argument order different: declaration 'aLang, aUri, aText, aVolume, aPitch, aRate, aIsChrome' definition 'aText, aLang, aUri, aVolume, aRate, aPitch, aIsChrome' [funcArgOrderDifferent]
firefox-62.0/dom/media/webspeech/synth/ipc/SpeechSynthesisChild.h:43:83: note: Function 'AllocPSpeechSynthesisRequestChild' argument order different: declaration 'aLang, aUri, aText, aVolume, aPitch, aRate, aIsChrome' definition 'aText, aLang, aUri, aVolume, aRate, aPitch, aIsChrome'
firefox-62.0/dom/media/webspeech/synth/ipc/SpeechSynthesisChild.cpp:67:73: note: Function 'AllocPSpeechSynthesisRequestChild' argument order different: declaration 'aLang, aUri, aText, aVolume, aPitch, aRate, aIsChrome' definition 'aText, aLang, aUri, aVolume, aRate, aPitch, aIsChrome'
firefox-62.0/dom/media/webspeech/synth/nsSynthVoiceRegistry.cpp:591:54: style: Function 'FindBestMatch' argument 2 names different: declaration 'lang' definition 'aLang'. [funcArgNamesDifferent]
firefox-62.0/dom/media/webspeech/synth/nsSynthVoiceRegistry.h:73:68: note: Function 'FindBestMatch' argument 2 names different: declaration 'lang' definition 'aLang'.
firefox-62.0/dom/media/webspeech/synth/nsSynthVoiceRegistry.cpp:591:54: note: Function 'FindBestMatch' argument 2 names different: declaration 'lang' definition 'aLang'.
firefox-62.0/dom/media/webspeech/synth/windows/SapiService.cpp:165:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/messagechannel/MessagePortChild.h:19:1: style: The class 'MessagePortChild' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/midi/MIDIManagerChild.h:22:1: style: The class 'MIDIManagerChild' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/midi/MIDIMessageQueue.cpp:40:82: style: Function 'GetMessagesBefore' argument 2 names different: declaration 'aMsgArray' definition 'aMsgQueue'. [funcArgNamesDifferent]
firefox-62.0/dom/midi/MIDIMessageQueue.h:30:71: note: Function 'GetMessagesBefore' argument 2 names different: declaration 'aMsgArray' definition 'aMsgQueue'.
firefox-62.0/dom/midi/MIDIMessageQueue.cpp:40:82: note: Function 'GetMessagesBefore' argument 2 names different: declaration 'aMsgArray' definition 'aMsgQueue'.
firefox-62.0/dom/midi/MIDIMessageQueue.cpp:57:54: style: Function 'GetMessages' argument 1 names different: declaration 'aMsgArray' definition 'aMsgQueue'. [funcArgNamesDifferent]
firefox-62.0/dom/midi/MIDIMessageQueue.h:32:43: note: Function 'GetMessages' argument 1 names different: declaration 'aMsgArray' definition 'aMsgQueue'.
firefox-62.0/dom/midi/MIDIMessageQueue.cpp:57:54: note: Function 'GetMessages' argument 1 names different: declaration 'aMsgArray' definition 'aMsgQueue'.
firefox-62.0/dom/midi/MIDIMessageQueue.cpp:20:8: performance: Technically the member function 'mozilla::dom::MIDIMessageTimestampComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/midi/MIDIMessageQueue.cpp:24:8: performance: Technically the member function 'mozilla::dom::MIDIMessageTimestampComparator::LessThan' can be static. [functionStatic]
firefox-62.0/dom/midi/MIDIPlatformService.cpp:29:55: style: Function 'CheckAndReceive' argument 1 names different: declaration 'aPortID' definition 'aPortId'. [funcArgNamesDifferent]
firefox-62.0/dom/midi/MIDIPlatformService.h:78:41: note: Function 'CheckAndReceive' argument 1 names different: declaration 'aPortID' definition 'aPortId'.
firefox-62.0/dom/midi/MIDIPlatformService.cpp:29:55: note: Function 'CheckAndReceive' argument 1 names different: declaration 'aPortID' definition 'aPortId'.
firefox-62.0/dom/midi/MIDIPlatformService.cpp:230:52: style: Function 'AddManager' argument 1 names different: declaration 'aParent' definition 'aManager'. [funcArgNamesDifferent]
firefox-62.0/dom/midi/MIDIPlatformService.h:40:38: note: Function 'AddManager' argument 1 names different: declaration 'aParent' definition 'aManager'.
firefox-62.0/dom/midi/MIDIPlatformService.cpp:230:52: note: Function 'AddManager' argument 1 names different: declaration 'aParent' definition 'aManager'.
firefox-62.0/dom/midi/MIDIPlatformService.cpp:244:55: style: Function 'RemoveManager' argument 1 names different: declaration 'aParent' definition 'aManager'. [funcArgNamesDifferent]
firefox-62.0/dom/midi/MIDIPlatformService.h:43:41: note: Function 'RemoveManager' argument 1 names different: declaration 'aParent' definition 'aManager'.
firefox-62.0/dom/midi/MIDIPlatformService.cpp:244:55: note: Function 'RemoveManager' argument 1 names different: declaration 'aParent' definition 'aManager'.
firefox-62.0/dom/midi/TestMIDIPlatformService.cpp:166:61: style: Function 'ScheduleSend' argument 1 names different: declaration 'aPort' definition 'aPortId'. [funcArgNamesDifferent]
firefox-62.0/dom/midi/TestMIDIPlatformService.h:30:46: note: Function 'ScheduleSend' argument 1 names different: declaration 'aPort' definition 'aPortId'.
firefox-62.0/dom/midi/TestMIDIPlatformService.cpp:166:61: note: Function 'ScheduleSend' argument 1 names different: declaration 'aPort' definition 'aPortId'.
firefox-62.0/dom/midi/TestMIDIPlatformService.cpp:172:64: style: Function 'ProcessMessages' argument 1 names different: declaration 'aPort' definition 'aPortId'. [funcArgNamesDifferent]
firefox-62.0/dom/midi/TestMIDIPlatformService.h:35:41: note: Function 'ProcessMessages' argument 1 names different: declaration 'aPort' definition 'aPortId'.
firefox-62.0/dom/midi/TestMIDIPlatformService.cpp:172:64: note: Function 'ProcessMessages' argument 1 names different: declaration 'aPort' definition 'aPortId'.
firefox-62.0/dom/network/TCPServerSocketParent.h:22:1: style: The class 'TCPServerSocketParent' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/network/TCPServerSocketChild.cpp:81:59: style: Function 'RecvCallbackAccept' argument 1 names different: declaration 'socket' definition 'psocket'. [funcArgNamesDifferent]
firefox-62.0/dom/network/TCPServerSocketChild.h:53:71: note: Function 'RecvCallbackAccept' argument 1 names different: declaration 'socket' definition 'psocket'.
firefox-62.0/dom/network/TCPServerSocketChild.cpp:81:59: note: Function 'RecvCallbackAccept' argument 1 names different: declaration 'socket' definition 'psocket'.
firefox-62.0/dom/network/TCPSocket.cpp:267:48: style: Function 'InitWithSocketChild' argument 1 names different: declaration 'aBridge' definition 'aSocketBridge'. [funcArgNamesDifferent]
firefox-62.0/dom/network/TCPSocket.h:164:44: note: Function 'InitWithSocketChild' argument 1 names different: declaration 'aBridge' definition 'aSocketBridge'.
firefox-62.0/dom/network/TCPSocket.cpp:267:48: note: Function 'InitWithSocketChild' argument 1 names different: declaration 'aBridge' definition 'aSocketBridge'.
firefox-62.0/dom/network/TCPSocket.cpp:938:49: style: Function 'CreateAcceptedSocket' argument 2 names different: declaration 'aSocketBridge' definition 'aBridge'. [funcArgNamesDifferent]
firefox-62.0/dom/network/TCPSocket.h:138:66: note: Function 'CreateAcceptedSocket' argument 2 names different: declaration 'aSocketBridge' definition 'aBridge'.
firefox-62.0/dom/network/TCPSocket.cpp:938:49: note: Function 'CreateAcceptedSocket' argument 2 names different: declaration 'aSocketBridge' definition 'aBridge'.
firefox-62.0/dom/network/TCPSocketChild.cpp:119:59: style: Function 'SendWindowlessOpenBind' argument 7 names different: declaration 'aUseRealtimeOptions' definition 'aReuseAddrPort'. [funcArgNamesDifferent]
firefox-62.0/dom/network/TCPSocketChild.h:61:50: note: Function 'SendWindowlessOpenBind' argument 7 names different: declaration 'aUseRealtimeOptions' definition 'aReuseAddrPort'.
firefox-62.0/dom/network/TCPSocketChild.cpp:119:59: note: Function 'SendWindowlessOpenBind' argument 7 names different: declaration 'aUseRealtimeOptions' definition 'aReuseAddrPort'.
firefox-62.0/dom/network/TCPSocketChild.cpp:159:58: style: Function 'RecvUpdateBufferedAmount' argument 1 names different: declaration 'aBufferred' definition 'aBuffered'. [funcArgNamesDifferent]
firefox-62.0/dom/network/TCPSocketChild.h:80:76: note: Function 'RecvUpdateBufferedAmount' argument 1 names different: declaration 'aBufferred' definition 'aBuffered'.
firefox-62.0/dom/network/TCPSocketChild.cpp:159:58: note: Function 'RecvUpdateBufferedAmount' argument 1 names different: declaration 'aBufferred' definition 'aBuffered'.
firefox-62.0/dom/network/TCPSocketParent.cpp:101:85: style: Function 'RecvOpen' argument 3 names different: declaration 'useSSL' definition 'aUseSSL'. [funcArgNamesDifferent]
firefox-62.0/dom/network/TCPSocketParent.h:51:56: note: Function 'RecvOpen' argument 3 names different: declaration 'useSSL' definition 'aUseSSL'.
firefox-62.0/dom/network/TCPSocketParent.cpp:101:85: note: Function 'RecvOpen' argument 3 names different: declaration 'useSSL' definition 'aUseSSL'.
firefox-62.0/dom/network/UDPSocket.h:140:3: style: The class 'ListenerProxy' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/notification/Notification.cpp:472:3: style: Technically the member function 'mozilla::dom::NotificationRef::Initialized' can be const. [functionConst]
firefox-62.0/dom/offline/nsDOMOfflineResourceList.h:37:1: style: The class 'nsDOMOfflineResourceList' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/payments/BasicCardPayment.h:25:8: performance: Technically the member function 'mozilla::dom::BasicCardService::IsBasicCardPayment' can be static. [functionStatic]
firefox-62.0/dom/payments/BasicCardPayment.cpp:145:19: note: Technically the member function 'mozilla::dom::BasicCardService::IsBasicCardPayment' can be static.
firefox-62.0/dom/payments/BasicCardPayment.h:25:8: note: Technically the member function 'mozilla::dom::BasicCardService::IsBasicCardPayment' can be static.
firefox-62.0/dom/payments/BasicCardPayment.h:26:8: performance: Technically the member function 'mozilla::dom::BasicCardService::IsValidBasicCardRequest' can be static. [functionStatic]
firefox-62.0/dom/payments/BasicCardPayment.cpp:151:19: note: Technically the member function 'mozilla::dom::BasicCardService::IsValidBasicCardRequest' can be static.
firefox-62.0/dom/payments/BasicCardPayment.h:26:8: note: Technically the member function 'mozilla::dom::BasicCardService::IsValidBasicCardRequest' can be static.
firefox-62.0/dom/payments/BasicCardPayment.h:27:8: performance: Technically the member function 'mozilla::dom::BasicCardService::IsValidExpiryMonth' can be static. [functionStatic]
firefox-62.0/dom/payments/BasicCardPayment.cpp:178:19: note: Technically the member function 'mozilla::dom::BasicCardService::IsValidExpiryMonth' can be static.
firefox-62.0/dom/payments/BasicCardPayment.h:27:8: note: Technically the member function 'mozilla::dom::BasicCardService::IsValidExpiryMonth' can be static.
firefox-62.0/dom/payments/BasicCardPayment.h:28:8: performance: Technically the member function 'mozilla::dom::BasicCardService::IsValidExpiryYear' can be static. [functionStatic]
firefox-62.0/dom/payments/BasicCardPayment.cpp:207:19: note: Technically the member function 'mozilla::dom::BasicCardService::IsValidExpiryYear' can be static.
firefox-62.0/dom/payments/BasicCardPayment.h:28:8: note: Technically the member function 'mozilla::dom::BasicCardService::IsValidExpiryYear' can be static.
firefox-62.0/dom/payments/BasicCardPayment.h:35:12: performance: Technically the member function 'mozilla::dom::BasicCardService::EncodeBasicCardData' can be static. [functionStatic]
firefox-62.0/dom/payments/BasicCardPayment.cpp:227:19: note: Technically the member function 'mozilla::dom::BasicCardService::EncodeBasicCardData' can be static.
firefox-62.0/dom/payments/BasicCardPayment.h:35:12: note: Technically the member function 'mozilla::dom::BasicCardService::EncodeBasicCardData' can be static.
firefox-62.0/dom/payments/BasicCardPayment.h:43:12: performance: Technically the member function 'mozilla::dom::BasicCardService::DecodeBasicCardData' can be static. [functionStatic]
firefox-62.0/dom/payments/BasicCardPayment.cpp:275:19: note: Technically the member function 'mozilla::dom::BasicCardService::DecodeBasicCardData' can be static.
firefox-62.0/dom/payments/BasicCardPayment.h:43:12: note: Technically the member function 'mozilla::dom::BasicCardService::DecodeBasicCardData' can be static.
firefox-62.0/dom/payments/PaymentActionRequest.h:34:1: style: The class 'PaymentCreateActionRequest' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/payments/PaymentActionResponse.h:79:1: style: The class 'PaymentCanMakeActionResponse' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/payments/PaymentActionResponse.h:95:1: style: The class 'PaymentShowActionResponse' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/payments/PaymentActionResponse.h:116:1: style: The class 'PaymentAbortActionResponse' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/payments/PaymentActionResponse.h:132:1: style: The class 'PaymentCompleteActionResponse' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/payments/PaymentRequest.cpp:689:62: style: Function 'Show' argument 1 names different: declaration 'detailsPromise' definition 'aDetailsPromise'. [funcArgNamesDifferent]
firefox-62.0/dom/payments/PaymentRequest.h:96:74: note: Function 'Show' argument 1 names different: declaration 'detailsPromise' definition 'aDetailsPromise'.
firefox-62.0/dom/payments/PaymentRequest.cpp:689:62: note: Function 'Show' argument 1 names different: declaration 'detailsPromise' definition 'aDetailsPromise'.
firefox-62.0/dom/payments/PaymentRequest.cpp:829:42: style: Function 'RespondAbortPayment' argument 1 names different: declaration 'aResult' definition 'aSuccess'. [funcArgNamesDifferent]
firefox-62.0/dom/payments/PaymentRequest.h:108:33: note: Function 'RespondAbortPayment' argument 1 names different: declaration 'aResult' definition 'aSuccess'.
firefox-62.0/dom/payments/PaymentRequest.cpp:829:42: note: Function 'RespondAbortPayment' argument 1 names different: declaration 'aResult' definition 'aSuccess'.
firefox-62.0/dom/payments/PaymentRequestUpdateEvent.h:21:1: style: The class 'PaymentRequestUpdateEvent' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/payments/PaymentRequestData.cpp:344:49: style: Function 'PaymentDetails' argument 7 names different: declaration 'aShippingAddressError' definition 'aShippingAddressErrors'. [funcArgNamesDifferent]
firefox-62.0/dom/payments/PaymentRequestData.h:141:35: note: Function 'PaymentDetails' argument 7 names different: declaration 'aShippingAddressError' definition 'aShippingAddressErrors'.
firefox-62.0/dom/payments/PaymentRequestData.cpp:344:49: note: Function 'PaymentDetails' argument 7 names different: declaration 'aShippingAddressError' definition 'aShippingAddressErrors'.
firefox-62.0/dom/payments/PaymentRequestData.cpp:562:49: style: Function 'PaymentOptions' argument 5 names different: declaration 'aShippintType' definition 'aShippingType'. [funcArgNamesDifferent]
firefox-62.0/dom/payments/PaymentRequestData.h:168:35: note: Function 'PaymentOptions' argument 5 names different: declaration 'aShippintType' definition 'aShippingType'.
firefox-62.0/dom/payments/PaymentRequestData.cpp:562:49: note: Function 'PaymentOptions' argument 5 names different: declaration 'aShippintType' definition 'aShippingType'.
firefox-62.0/dom/payments/PaymentRequestData.cpp:633:46: style: Function 'PaymentRequest' argument 3 names different: declaration 'aPrincipal' definition 'aTopLevelPrincipal'. [funcArgNamesDifferent]
firefox-62.0/dom/payments/PaymentRequestData.h:186:32: note: Function 'PaymentRequest' argument 3 names different: declaration 'aPrincipal' definition 'aTopLevelPrincipal'.
firefox-62.0/dom/payments/PaymentRequestData.cpp:633:46: note: Function 'PaymentRequest' argument 3 names different: declaration 'aPrincipal' definition 'aTopLevelPrincipal'.
firefox-62.0/dom/payments/PaymentRequestManager.cpp:279:74: style: Function 'SendRequestPayment' argument 2 names different: declaration 'action' definition 'aAction'. [funcArgNamesDifferent]
firefox-62.0/dom/payments/PaymentRequestManager.h:81:62: note: Function 'SendRequestPayment' argument 2 names different: declaration 'action' definition 'aAction'.
firefox-62.0/dom/payments/PaymentRequestManager.cpp:279:74: note: Function 'SendRequestPayment' argument 2 names different: declaration 'action' definition 'aAction'.
firefox-62.0/dom/payments/PaymentRequestManager.h:62:12: performance: Technically the member function 'mozilla::dom::PaymentRequestManager::ChangeShippingAddress' can be static. [functionStatic]
firefox-62.0/dom/payments/PaymentRequestManager.cpp:597:24: note: Technically the member function 'mozilla::dom::PaymentRequestManager::ChangeShippingAddress' can be static.
firefox-62.0/dom/payments/PaymentRequestManager.h:62:12: note: Technically the member function 'mozilla::dom::PaymentRequestManager::ChangeShippingAddress' can be static.
firefox-62.0/dom/payments/PaymentRequestManager.h:64:12: performance: Technically the member function 'mozilla::dom::PaymentRequestManager::ChangeShippingOption' can be static. [functionStatic]
firefox-62.0/dom/payments/PaymentRequestManager.cpp:614:24: note: Technically the member function 'mozilla::dom::PaymentRequestManager::ChangeShippingOption' can be static.
firefox-62.0/dom/payments/PaymentRequestManager.h:64:12: note: Technically the member function 'mozilla::dom::PaymentRequestManager::ChangeShippingOption' can be static.
firefox-62.0/dom/payments/PaymentRequestService.cpp:299:9: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/payments/PaymentRequestService.cpp:292:9: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/payments/PaymentRequestService.cpp:299:9: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/payments/PaymentRequestService.cpp:91:64: style: Function 'GetPaymentRequestByIndex' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/dom/payments/PaymentRequestService.h:33:43: note: Function 'GetPaymentRequestByIndex' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/payments/PaymentRequestService.cpp:91:64: note: Function 'GetPaymentRequestByIndex' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/performance/Performance.cpp:131:36: style: Function 'WrapObject' argument 1 names different: declaration 'cx' definition 'aCx'. [funcArgNamesDifferent]
firefox-62.0/dom/performance/Performance.h:51:35: note: Function 'WrapObject' argument 1 names different: declaration 'cx' definition 'aCx'.
firefox-62.0/dom/performance/Performance.cpp:131:36: note: Function 'WrapObject' argument 1 names different: declaration 'cx' definition 'aCx'.
firefox-62.0/dom/performance/Performance.cpp:375:68: style: Function 'TimingNotification' argument 3 names different: declaration 'epoch' definition 'aEpoch'. [funcArgNamesDifferent]
firefox-62.0/dom/performance/Performance.h:151:36: note: Function 'TimingNotification' argument 3 names different: declaration 'epoch' definition 'aEpoch'.
firefox-62.0/dom/performance/Performance.cpp:375:68: note: Function 'TimingNotification' argument 3 names different: declaration 'epoch' definition 'aEpoch'.
firefox-62.0/dom/performance/Performance.cpp:75:14: warning: Member variable 'Performance::mSystemPrincipal' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/performance/Performance.cpp:82:14: warning: Member variable 'Performance::mSystemPrincipal' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/performance/PerformanceEntry.h:102:8: performance: Technically the member function 'mozilla::dom::PerformanceEntryComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/performance/PerformanceEntry.h:110:8: performance: Technically the member function 'mozilla::dom::PerformanceEntryComparator::LessThan' can be static. [functionStatic]
firefox-62.0/dom/performance/PerformanceMainThread.cpp:192:72: style: Function 'GetPerformanceTimingFromString' argument 1 names different: declaration 'aTimingName' definition 'aProperty'. [funcArgNamesDifferent]
firefox-62.0/dom/performance/PerformanceMainThread.h:81:51: note: Function 'GetPerformanceTimingFromString' argument 1 names different: declaration 'aTimingName' definition 'aProperty'.
firefox-62.0/dom/performance/PerformanceMainThread.cpp:192:72: note: Function 'GetPerformanceTimingFromString' argument 1 names different: declaration 'aTimingName' definition 'aProperty'.
firefox-62.0/dom/performance/PerformanceService.cpp:41:3: performance: Variable 'mCreationTimeStamp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/performance/PerformanceTiming.cpp:118:3: performance: Variable 'mZeroTime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/performance/PerformanceTiming.h:179:8: style: Technically the member function 'mozilla::dom::PerformanceTimingData::CheckAllowedOrigin' can be const. [functionConst]
firefox-62.0/dom/performance/PerformanceTiming.cpp:274:24: note: Technically the member function 'mozilla::dom::PerformanceTimingData::CheckAllowedOrigin' can be const.
firefox-62.0/dom/performance/PerformanceTiming.h:179:8: note: Technically the member function 'mozilla::dom::PerformanceTimingData::CheckAllowedOrigin' can be const.
firefox-62.0/dom/permission/PermissionObserver.cpp:64:47: style: Function 'AddSink' argument 1 names different: declaration 'aObs' definition 'aSink'. [funcArgNamesDifferent]
firefox-62.0/dom/permission/PermissionObserver.h:34:34: note: Function 'AddSink' argument 1 names different: declaration 'aObs' definition 'aSink'.
firefox-62.0/dom/permission/PermissionObserver.cpp:64:47: note: Function 'AddSink' argument 1 names different: declaration 'aObs' definition 'aSink'.
firefox-62.0/dom/permission/PermissionObserver.cpp:73:50: style: Function 'RemoveSink' argument 1 names different: declaration 'aObs' definition 'aSink'. [funcArgNamesDifferent]
firefox-62.0/dom/permission/PermissionObserver.h:35:37: note: Function 'RemoveSink' argument 1 names different: declaration 'aObs' definition 'aSink'.
firefox-62.0/dom/permission/PermissionObserver.cpp:73:50: note: Function 'RemoveSink' argument 1 names different: declaration 'aObs' definition 'aSink'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:450:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:679:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:686:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:739:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:778:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:869:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:908:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:943:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:981:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:1036:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:1110:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:1143:5: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:1199:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:1766:21: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:1794:21: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:1922:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:2142:5: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:880:3: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:870:0: note: Variable 'ok' is reassigned a value before the old one has been used.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:880:3: note: Variable 'ok' is reassigned a value before the old one has been used.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:956:3: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:944:0: note: Variable 'ok' is reassigned a value before the old one has been used.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:956:3: note: Variable 'ok' is reassigned a value before the old one has been used.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:676:41: style: Function 'NP_Deallocate' argument 1 names different: declaration 'obj' definition 'npobj'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.h:72:39: note: Function 'NP_Deallocate' argument 1 names different: declaration 'obj' definition 'npobj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:676:41: note: Function 'NP_Deallocate' argument 1 names different: declaration 'obj' definition 'npobj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:684:41: style: Function 'NP_Invalidate' argument 1 names different: declaration 'obj' definition 'npobj'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.h:73:39: note: Function 'NP_Invalidate' argument 1 names different: declaration 'obj' definition 'npobj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:684:41: note: Function 'NP_Invalidate' argument 1 names different: declaration 'obj' definition 'npobj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:721:60: style: Function 'NP_HasMethod' argument 2 names different: declaration 'identifier' definition 'id'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.h:74:53: note: Function 'NP_HasMethod' argument 2 names different: declaration 'identifier' definition 'id'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:721:60: note: Function 'NP_HasMethod' argument 2 names different: declaration 'identifier' definition 'id'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:829:37: style: Function 'NP_Invoke' argument 1 names different: declaration 'obj' definition 'npobj'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.h:75:35: note: Function 'NP_Invoke' argument 1 names different: declaration 'obj' definition 'npobj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:829:37: note: Function 'NP_Invoke' argument 1 names different: declaration 'obj' definition 'npobj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:842:44: style: Function 'NP_InvokeDefault' argument 1 names different: declaration 'obj' definition 'npobj'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.h:78:42: note: Function 'NP_InvokeDefault' argument 1 names different: declaration 'obj' definition 'npobj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:842:44: note: Function 'NP_InvokeDefault' argument 1 names different: declaration 'obj' definition 'npobj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:851:42: style: Function 'NP_HasProperty' argument 1 names different: declaration 'obj' definition 'npobj'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.h:80:41: note: Function 'NP_HasProperty' argument 1 names different: declaration 'obj' definition 'npobj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:851:42: note: Function 'NP_HasProperty' argument 1 names different: declaration 'obj' definition 'npobj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:851:62: style: Function 'NP_HasProperty' argument 2 names different: declaration 'property' definition 'npid'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.h:80:59: note: Function 'NP_HasProperty' argument 2 names different: declaration 'property' definition 'npid'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:851:62: note: Function 'NP_HasProperty' argument 2 names different: declaration 'property' definition 'npid'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:886:42: style: Function 'NP_GetProperty' argument 1 names different: declaration 'obj' definition 'npobj'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.h:81:40: note: Function 'NP_GetProperty' argument 1 names different: declaration 'obj' definition 'npobj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:886:42: note: Function 'NP_GetProperty' argument 1 names different: declaration 'obj' definition 'npobj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:886:62: style: Function 'NP_GetProperty' argument 2 names different: declaration 'property' definition 'id'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.h:81:58: note: Function 'NP_GetProperty' argument 2 names different: declaration 'property' definition 'id'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:886:62: note: Function 'NP_GetProperty' argument 2 names different: declaration 'property' definition 'id'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:921:42: style: Function 'NP_SetProperty' argument 1 names different: declaration 'obj' definition 'npobj'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.h:83:40: note: Function 'NP_SetProperty' argument 1 names different: declaration 'obj' definition 'npobj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:921:42: note: Function 'NP_SetProperty' argument 1 names different: declaration 'obj' definition 'npobj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:921:62: style: Function 'NP_SetProperty' argument 2 names different: declaration 'property' definition 'npid'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.h:83:58: note: Function 'NP_SetProperty' argument 2 names different: declaration 'property' definition 'npid'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:921:62: note: Function 'NP_SetProperty' argument 2 names different: declaration 'property' definition 'npid'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:963:45: style: Function 'NP_RemoveProperty' argument 1 names different: declaration 'obj' definition 'npobj'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.h:85:43: note: Function 'NP_RemoveProperty' argument 1 names different: declaration 'obj' definition 'npobj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:963:45: note: Function 'NP_RemoveProperty' argument 1 names different: declaration 'obj' definition 'npobj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:963:65: style: Function 'NP_RemoveProperty' argument 2 names different: declaration 'property' definition 'npid'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.h:85:61: note: Function 'NP_RemoveProperty' argument 2 names different: declaration 'property' definition 'npid'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:963:65: note: Function 'NP_RemoveProperty' argument 2 names different: declaration 'property' definition 'npid'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:1014:62: style: Function 'NP_Enumerate' argument 2 names different: declaration 'identifier' definition 'idarray'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.h:86:60: note: Function 'NP_Enumerate' argument 2 names different: declaration 'identifier' definition 'idarray'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:1014:62: note: Function 'NP_Enumerate' argument 2 names different: declaration 'identifier' definition 'idarray'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:1084:40: style: Function 'NP_Construct' argument 1 names different: declaration 'obj' definition 'npobj'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.h:88:38: note: Function 'NP_Construct' argument 1 names different: declaration 'obj' definition 'npobj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:1084:40: note: Function 'NP_Construct' argument 1 names different: declaration 'obj' definition 'npobj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:1695:28: style: Function 'NPObjWrapper_Resolve' argument 4 names different: declaration 'resolved' definition 'resolvedp'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:243:28: note: Function 'NPObjWrapper_Resolve' argument 4 names different: declaration 'resolved' definition 'resolvedp'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:1695:28: note: Function 'NPObjWrapper_Resolve' argument 4 names different: declaration 'resolved' definition 'resolvedp'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:2130:44: style: Function 'CreateNPObjectMember' argument 3 names different: declaration 'obj' definition 'aObj'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:250:44: note: Function 'CreateNPObjectMember' argument 3 names different: declaration 'obj' definition 'aObj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.cpp:2130:44: note: Function 'CreateNPObjectMember' argument 3 names different: declaration 'obj' definition 'aObj'.
firefox-62.0/dom/plugins/base/nsJSNPRuntime.h:45:3: style: 'nsJSObjWrapperKey::operator=' should return 'nsJSObjWrapperKey &'. [operatorEq]
firefox-62.0/dom/plugins/base/nsPluginNativeWindow.h:41:12: style: Technically the member function 'nsPluginNativeWindow::GetPluginInstance' can be const. [functionConst]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:352:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:417:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:651:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:674:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:868:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:1406:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:1457:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:1575:7: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:1609:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:1660:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:1762:39: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:1776:39: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:1861:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:1876:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:1945:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:1960:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:1971:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:1982:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:1993:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:797:34: style: Function '_utf8fromidentifier' argument 1 names different: declaration 'identifier' definition 'id'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.h:147:34: note: Function '_utf8fromidentifier' argument 1 names different: declaration 'identifier' definition 'id'.
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:797:34: note: Function '_utf8fromidentifier' argument 1 names different: declaration 'identifier' definition 'id'.
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:817:33: style: Function '_intfromidentifier' argument 1 names different: declaration 'identifier' definition 'id'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.h:150:33: note: Function '_intfromidentifier' argument 1 names different: declaration 'identifier' definition 'id'.
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:817:33: note: Function '_intfromidentifier' argument 1 names different: declaration 'identifier' definition 'id'.
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:831:34: style: Function '_identifierisstring' argument 1 names different: declaration 'identifiers' definition 'id'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.h:141:34: note: Function '_identifierisstring' argument 1 names different: declaration 'identifiers' definition 'id'.
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:831:34: note: Function '_identifierisstring' argument 1 names different: declaration 'identifiers' definition 'id'.
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:1305:48: style: Function '_getvalue' argument 3 names different: declaration 'r_value' definition 'result'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.h:239:48: note: Function '_getvalue' argument 3 names different: declaration 'r_value' definition 'result'.
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:1305:48: note: Function '_getvalue' argument 3 names different: declaration 'r_value' definition 'result'.
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:1597:48: style: Function '_setvalue' argument 3 names different: declaration 'r_value' definition 'result'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.h:242:48: note: Function '_setvalue' argument 3 names different: declaration 'r_value' definition 'result'.
firefox-62.0/dom/plugins/base/nsNPAPIPlugin.cpp:1597:48: note: Function '_setvalue' argument 3 names different: declaration 'r_value' definition 'result'.
firefox-62.0/dom/plugins/base/nsNPAPIPluginInstance.cpp:364:5: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPluginInstance.cpp:975:21: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPluginInstance.cpp:989:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsNPAPIPluginInstance.cpp:503:5: style: Variable 'pluginError' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/dom/plugins/base/nsNPAPIPluginInstance.cpp:502:0: note: Variable 'pluginError' is reassigned a value before the old one has been used.
firefox-62.0/dom/plugins/base/nsNPAPIPluginInstance.cpp:503:5: note: Variable 'pluginError' is reassigned a value before the old one has been used.
firefox-62.0/dom/plugins/base/nsNPAPIPluginInstance.cpp:464:11: style: The scope of the variable 'tmpResult' can be reduced. [variableScope]
firefox-62.0/dom/plugins/base/nsNPAPIPluginInstance.cpp:791:39: style: Function 'GetIsOOP' argument 1 names different: declaration 'aIsOOP' definition 'aIsAsync'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsNPAPIPluginInstance.h:110:27: note: Function 'GetIsOOP' argument 1 names different: declaration 'aIsOOP' definition 'aIsAsync'.
firefox-62.0/dom/plugins/base/nsNPAPIPluginInstance.cpp:791:39: note: Function 'GetIsOOP' argument 1 names different: declaration 'aIsOOP' definition 'aIsAsync'.
firefox-62.0/dom/plugins/base/nsNPAPIPluginInstance.cpp:929:53: style: Function 'PrivateModeStateChanged' argument 1 names different: declaration 'aEnabled' definition 'enabled'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsNPAPIPluginInstance.h:195:41: note: Function 'PrivateModeStateChanged' argument 1 names different: declaration 'aEnabled' definition 'enabled'.
firefox-62.0/dom/plugins/base/nsNPAPIPluginInstance.cpp:929:53: note: Function 'PrivateModeStateChanged' argument 1 names different: declaration 'aEnabled' definition 'enabled'.
firefox-62.0/dom/plugins/base/nsNPAPIPluginInstance.cpp:696:12: style: Technically the member function 'AutoPluginLibraryCall::operatorbool' can be const. [functionConst]
firefox-62.0/dom/plugins/base/nsNPAPIPluginStreamListener.cpp:23:3: performance: Variable 'mOutputStream' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/plugins/base/nsPluginManifestLineReader.h:55:14: warning: Either the condition 'lastDelimiter' is redundant or there is possible null pointer dereference: lastDelimiter. [nullPointerRedundantCheck]
firefox-62.0/dom/plugins/base/nsPluginManifestLineReader.h:53:17: note: Assuming that condition 'lastDelimiter' is not redundant
firefox-62.0/dom/plugins/base/nsPluginManifestLineReader.h:55:14: note: Null pointer dereference
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:3828:7: warning: Either the condition '!library' is redundant or there is possible null pointer dereference: library. [nullPointerRedundantCheck]
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:3827:21: note: Assuming that condition '!library' is not redundant
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:3828:7: note: Null pointer dereference
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:1437:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:1426:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:1437:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:166:9: style: The scope of the variable 'n' can be reduced. [variableScope]
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:3404:11: style: The scope of the variable 'crlf' can be reduced. [variableScope]
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:3405:11: style: The scope of the variable 'colon' can be reduced. [variableScope]
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:3561:15: style: The scope of the variable 'pSCntlh' can be reduced. [variableScope]
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:1892:39: style: Function 'IsLiveTag' argument 1 names different: declaration 'tag' definition 'aPluginTag'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsPluginHost.h:352:32: note: Function 'IsLiveTag' argument 1 names different: declaration 'tag' definition 'aPluginTag'.
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:1892:39: note: Function 'IsLiveTag' argument 1 names different: declaration 'tag' definition 'aPluginTag'.
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:2741:45: style: Function 'IsTypeWhitelisted' argument 1 names different: declaration 'aType' definition 'aMimeType'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsPluginHost.h:190:45: note: Function 'IsTypeWhitelisted' argument 1 names different: declaration 'aType' definition 'aMimeType'.
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:2741:45: note: Function 'IsTypeWhitelisted' argument 1 names different: declaration 'aType' definition 'aMimeType'.
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:3490:56: style: Function 'NewPluginStreamListener' argument 1 names different: declaration 'aURL' definition 'aURI'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsPluginHost.h:244:44: note: Function 'NewPluginStreamListener' argument 1 names different: declaration 'aURL' definition 'aURI'.
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:3490:56: note: Function 'NewPluginStreamListener' argument 1 names different: declaration 'aURL' definition 'aURI'.
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:3809:44: style: Function 'PluginCrashed' argument 1 names different: declaration 'plugin' definition 'aPlugin'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsPluginHost.h:216:37: note: Function 'PluginCrashed' argument 1 names different: declaration 'plugin' definition 'aPlugin'.
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:3809:44: note: Function 'PluginCrashed' argument 1 names different: declaration 'plugin' definition 'aPlugin'.
firefox-62.0/dom/plugins/base/nsPluginManifestLineReader.h:94:17: style: Technically the member function 'nsPluginManifestLineReader::LineLength' can be const. [functionConst]
firefox-62.0/dom/plugins/base/nsPluginManifestLineReader.h:96:17: performance: Technically the member function 'nsPluginManifestLineReader::IsEOL' can be static. [functionStatic]
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:2019:3: performance: Technically the member function '::CompareFilesByTime::LessThan' can be static. [functionStatic]
firefox-62.0/dom/plugins/base/nsPluginHost.cpp:2025:3: performance: Technically the member function '::CompareFilesByTime::Equals' can be static. [functionStatic]
firefox-62.0/dom/plugins/base/nsPluginInstanceOwner.cpp:1264:66: style: Function 'GetTagType' argument 1 names different: declaration 'aResult' definition 'result'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsPluginInstanceOwner.h:87:42: note: Function 'GetTagType' argument 1 names different: declaration 'aResult' definition 'result'.
firefox-62.0/dom/plugins/base/nsPluginInstanceOwner.cpp:1264:66: note: Function 'GetTagType' argument 1 names different: declaration 'aResult' definition 'result'.
firefox-62.0/dom/plugins/base/nsPluginInstanceOwner.cpp:259:24: warning: Member variable 'nsPluginInstanceOwner::mLastScaleFactor' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:381:12: style: Redundant condition: win. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:380:5: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:408:5: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:437:5: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:719:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:84:67: style: Function 'Init' argument 2 names different: declaration 'hWnd' definition 'aWnd'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:51:50: note: Function 'Init' argument 2 names different: declaration 'hWnd' definition 'aWnd'.
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:84:67: note: Function 'Init' argument 2 names different: declaration 'hWnd' definition 'aWnd'.
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:85:35: style: Function 'Init' argument 3 names different: declaration 'msg' definition 'aMsg'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:51:61: note: Function 'Init' argument 3 names different: declaration 'msg' definition 'aMsg'.
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:85:35: note: Function 'Init' argument 3 names different: declaration 'msg' definition 'aMsg'.
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:85:48: style: Function 'Init' argument 4 names different: declaration 'wParam' definition 'aWParam'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:51:73: note: Function 'Init' argument 4 names different: declaration 'wParam' definition 'aWParam'.
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:85:48: note: Function 'Init' argument 4 names different: declaration 'wParam' definition 'aWParam'.
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:85:64: style: Function 'Init' argument 5 names different: declaration 'lParam' definition 'aLParam'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:52:20: note: Function 'Init' argument 5 names different: declaration 'lParam' definition 'aLParam'.
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:85:64: note: Function 'Init' argument 5 names different: declaration 'lParam' definition 'aLParam'.
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:484:3: performance: Variable 'mPrevWinProc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:485:3: performance: Variable 'mPluginWinProc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:486:3: performance: Variable 'mPluginType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:488:3: performance: Variable 'mParentWnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:489:3: performance: Variable 'mParentProc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:105:20: style: The function 'CallSetWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/plugins/base/nsPluginNativeWindow.h:61:20: note: Virtual function in base class
firefox-62.0/dom/plugins/base/nsPluginNativeWindowWin.cpp:105:20: note: Function in derived class
firefox-62.0/dom/plugins/base/nsPluginTags.cpp:388:16: error: Converting pointer arithmetic result to bool. The bool is always true unless there is undefined behaviour. [pointerArithBool]
firefox-62.0/dom/plugins/base/nsPluginsDirDarwin.cpp:354:52: style: Function 'GetPluginInfo' argument 1 names different: declaration 'outPluginInfo' definition 'info'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsPluginsDir.h:68:39: note: Function 'GetPluginInfo' argument 1 names different: declaration 'outPluginInfo' definition 'info'.
firefox-62.0/dom/plugins/base/nsPluginsDirDarwin.cpp:354:52: note: Function 'GetPluginInfo' argument 1 names different: declaration 'outPluginInfo' definition 'info'.
firefox-62.0/dom/plugins/base/nsPluginsDirDarwin.cpp:508:53: style: Function 'FreePluginInfo' argument 1 names different: declaration 'PluginInfo' definition 'info'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsPluginsDir.h:73:40: note: Function 'FreePluginInfo' argument 1 names different: declaration 'PluginInfo' definition 'info'.
firefox-62.0/dom/plugins/base/nsPluginsDirDarwin.cpp:508:53: note: Function 'FreePluginInfo' argument 1 names different: declaration 'PluginInfo' definition 'info'.
firefox-62.0/dom/plugins/base/nsPluginsDirDarwin.cpp:109:5: performance: Variable 'mObject' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/plugins/base/nsPluginsDir.h:73:11: performance: Technically the member function 'nsPluginFile::FreePluginInfo' can be static. [functionStatic]
firefox-62.0/dom/plugins/base/nsPluginsDirDarwin.cpp:508:24: note: Technically the member function 'nsPluginFile::FreePluginInfo' can be static.
firefox-62.0/dom/plugins/base/nsPluginsDir.h:73:11: note: Technically the member function 'nsPluginFile::FreePluginInfo' can be static.
firefox-62.0/dom/plugins/base/nsPluginsDirUnix.cpp:66:37: style: Function 'nsPluginFile' argument 1 names different: declaration 'spec' definition 'file'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsPluginsDir.h:55:33: note: Function 'nsPluginFile' argument 1 names different: declaration 'spec' definition 'file'.
firefox-62.0/dom/plugins/base/nsPluginsDirUnix.cpp:66:37: note: Function 'nsPluginFile' argument 1 names different: declaration 'spec' definition 'file'.
firefox-62.0/dom/plugins/base/nsPluginsDirUnix.cpp:107:52: style: Function 'GetPluginInfo' argument 1 names different: declaration 'outPluginInfo' definition 'info'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsPluginsDir.h:68:39: note: Function 'GetPluginInfo' argument 1 names different: declaration 'outPluginInfo' definition 'info'.
firefox-62.0/dom/plugins/base/nsPluginsDirUnix.cpp:107:52: note: Function 'GetPluginInfo' argument 1 names different: declaration 'outPluginInfo' definition 'info'.
firefox-62.0/dom/plugins/base/nsPluginsDirUnix.cpp:176:53: style: Function 'FreePluginInfo' argument 1 names different: declaration 'PluginInfo' definition 'info'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsPluginsDir.h:73:40: note: Function 'FreePluginInfo' argument 1 names different: declaration 'PluginInfo' definition 'info'.
firefox-62.0/dom/plugins/base/nsPluginsDirUnix.cpp:176:53: note: Function 'FreePluginInfo' argument 1 names different: declaration 'PluginInfo' definition 'info'.
firefox-62.0/dom/plugins/base/nsPluginsDirUnix.cpp:66:15: warning: Member variable 'nsPluginFile::pLibrary' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/plugins/base/nsPluginsDir.h:73:11: performance: Technically the member function 'nsPluginFile::FreePluginInfo' can be static. [functionStatic]
firefox-62.0/dom/plugins/base/nsPluginsDirUnix.cpp:176:24: note: Technically the member function 'nsPluginFile::FreePluginInfo' can be static.
firefox-62.0/dom/plugins/base/nsPluginsDir.h:73:11: note: Technically the member function 'nsPluginFile::FreePluginInfo' can be static.
firefox-62.0/dom/plugins/base/nsPluginsDirWin.cpp:115:17: style: Checking if unsigned variable 'variants' is less than zero. [unsignedLessThanZero]
firefox-62.0/dom/plugins/base/nsPluginsDirWin.cpp:231:37: style: Function 'nsPluginFile' argument 1 names different: declaration 'spec' definition 'file'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsPluginsDir.h:55:33: note: Function 'nsPluginFile' argument 1 names different: declaration 'spec' definition 'file'.
firefox-62.0/dom/plugins/base/nsPluginsDirWin.cpp:231:37: note: Function 'nsPluginFile' argument 1 names different: declaration 'spec' definition 'file'.
firefox-62.0/dom/plugins/base/nsPluginsDirWin.cpp:288:52: style: Function 'GetPluginInfo' argument 1 names different: declaration 'outPluginInfo' definition 'info'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsPluginsDir.h:68:39: note: Function 'GetPluginInfo' argument 1 names different: declaration 'outPluginInfo' definition 'info'.
firefox-62.0/dom/plugins/base/nsPluginsDirWin.cpp:288:52: note: Function 'GetPluginInfo' argument 1 names different: declaration 'outPluginInfo' definition 'info'.
firefox-62.0/dom/plugins/base/nsPluginsDirWin.cpp:353:53: style: Function 'FreePluginInfo' argument 1 names different: declaration 'PluginInfo' definition 'info'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/base/nsPluginsDir.h:73:40: note: Function 'FreePluginInfo' argument 1 names different: declaration 'PluginInfo' definition 'info'.
firefox-62.0/dom/plugins/base/nsPluginsDirWin.cpp:353:53: note: Function 'FreePluginInfo' argument 1 names different: declaration 'PluginInfo' definition 'info'.
firefox-62.0/dom/plugins/base/nsPluginsDirWin.cpp:231:15: warning: Member variable 'nsPluginFile::pLibrary' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/plugins/base/nsPluginsDir.h:73:11: performance: Technically the member function 'nsPluginFile::FreePluginInfo' can be static. [functionStatic]
firefox-62.0/dom/plugins/base/nsPluginsDirWin.cpp:353:24: note: Technically the member function 'nsPluginFile::FreePluginInfo' can be static.
firefox-62.0/dom/plugins/base/nsPluginsDir.h:73:11: note: Technically the member function 'nsPluginFile::FreePluginInfo' can be static.
firefox-62.0/dom/plugins/ipc/BrowserStreamChild.cpp:59:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/plugins/ipc/BrowserStreamChild.cpp:56:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/plugins/ipc/BrowserStreamChild.cpp:59:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/plugins/ipc/PluginMessageUtils.h:126:0: error: #error Need NativeWindowHandle for this platform [preprocessorErrorDirective]
firefox-62.0/dom/plugins/ipc/D3D11SurfaceHolder.h:27:8: style: Technically the member function 'mozilla::plugins::D3D11SurfaceHolder::IsValid' can be const. [functionConst]
firefox-62.0/dom/plugins/ipc/D3D11SurfaceHolder.cpp:33:21: note: Technically the member function 'mozilla::plugins::D3D11SurfaceHolder::IsValid' can be const.
firefox-62.0/dom/plugins/ipc/D3D11SurfaceHolder.h:27:8: note: Technically the member function 'mozilla::plugins::D3D11SurfaceHolder::IsValid' can be const.
firefox-62.0/dom/plugins/ipc/MiniShmParent.cpp:135:3: warning: Possible null pointer dereference: initStruct [nullPointer]
firefox-62.0/dom/plugins/ipc/MiniShmParent.cpp:132:29: note: Assignment 'initStruct=nullptr', assigned value is 0
firefox-62.0/dom/plugins/ipc/MiniShmParent.cpp:135:3: note: Null pointer dereference
firefox-62.0/dom/plugins/ipc/MiniShmParent.cpp:136:3: warning: Possible null pointer dereference: initStruct [nullPointer]
firefox-62.0/dom/plugins/ipc/MiniShmParent.cpp:132:29: note: Assignment 'initStruct=nullptr', assigned value is 0
firefox-62.0/dom/plugins/ipc/MiniShmParent.cpp:136:3: note: Null pointer dereference
firefox-62.0/dom/plugins/ipc/MiniShmParent.cpp:137:3: warning: Possible null pointer dereference: initStruct [nullPointer]
firefox-62.0/dom/plugins/ipc/MiniShmParent.cpp:132:29: note: Assignment 'initStruct=nullptr', assigned value is 0
firefox-62.0/dom/plugins/ipc/MiniShmParent.cpp:137:3: note: Null pointer dereference
firefox-62.0/dom/plugins/ipc/MiniShmParent.cpp:138:3: warning: Possible null pointer dereference: initStruct [nullPointer]
firefox-62.0/dom/plugins/ipc/MiniShmParent.cpp:132:29: note: Assignment 'initStruct=nullptr', assigned value is 0
firefox-62.0/dom/plugins/ipc/MiniShmParent.cpp:138:3: note: Null pointer dereference
firefox-62.0/dom/plugins/ipc/MiniShmParent.cpp:162:40: style: Function 'GetCookie' argument 1 names different: declaration 'aCookie' definition 'cookie'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/ipc/MiniShmParent.h:62:27: note: Function 'GetCookie' argument 1 names different: declaration 'aCookie' definition 'cookie'.
firefox-62.0/dom/plugins/ipc/MiniShmParent.cpp:162:40: note: Function 'GetCookie' argument 1 names different: declaration 'aCookie' definition 'cookie'.
firefox-62.0/dom/plugins/ipc/PluginHangUIParent.cpp:338:3: warning: Possible null pointer dereference: cmd [nullPointer]
firefox-62.0/dom/plugins/ipc/PluginHangUIParent.cpp:333:30: note: Assignment 'cmd=nullptr', assigned value is 0
firefox-62.0/dom/plugins/ipc/PluginHangUIParent.cpp:338:3: note: Null pointer dereference
firefox-62.0/dom/plugins/ipc/PluginHangUIParent.cpp:427:22: warning: Possible null pointer dereference: response [nullPointer]
firefox-62.0/dom/plugins/ipc/PluginHangUIParent.cpp:418:42: note: Assignment 'response=nullptr', assigned value is 0
firefox-62.0/dom/plugins/ipc/PluginHangUIParent.cpp:427:22: note: Null pointer dereference
firefox-62.0/dom/plugins/ipc/PluginHangUIParent.cpp:441:3: warning: Possible null pointer dereference: cmd [nullPointer]
firefox-62.0/dom/plugins/ipc/PluginHangUIParent.cpp:434:30: note: Assignment 'cmd=nullptr', assigned value is 0
firefox-62.0/dom/plugins/ipc/PluginHangUIParent.cpp:441:3: note: Null pointer dereference
firefox-62.0/dom/plugins/ipc/PluginHangUIParent.cpp:358:0: style: Variable 'callback' is assigned a value that is never used. [unreadVariable]
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:113:61: style: Function 'PluginInstanceParent' argument 3 names different: declaration 'mimeType' definition 'aMimeType'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.h:64:43: note: Function 'PluginInstanceParent' argument 3 names different: declaration 'mimeType' definition 'aMimeType'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:113:61: note: Function 'PluginInstanceParent' argument 3 names different: declaration 'mimeType' definition 'aMimeType'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:292:74: style: Function 'AnswerNPN_GetValue_NPNVWindowNPObject' argument 1 names different: declaration 'value' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.h:97:72: note: Function 'AnswerNPN_GetValue_NPNVWindowNPObject' argument 1 names different: declaration 'value' definition 'aValue'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:292:74: note: Function 'AnswerNPN_GetValue_NPNVWindowNPObject' argument 1 names different: declaration 'value' definition 'aValue'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:293:51: style: Function 'AnswerNPN_GetValue_NPNVWindowNPObject' argument 2 names different: declaration 'result' definition 'aResult'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.h:98:49: note: Function 'AnswerNPN_GetValue_NPNVWindowNPObject' argument 2 names different: declaration 'result' definition 'aResult'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:293:51: note: Function 'AnswerNPN_GetValue_NPNVWindowNPObject' argument 2 names different: declaration 'result' definition 'aResult'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:303:74: style: Function 'AnswerNPN_GetValue_NPNVPluginElementNPObject' argument 1 names different: declaration 'value' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.h:101:72: note: Function 'AnswerNPN_GetValue_NPNVPluginElementNPObject' argument 1 names different: declaration 'value' definition 'aValue'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:303:74: note: Function 'AnswerNPN_GetValue_NPNVPluginElementNPObject' argument 1 names different: declaration 'value' definition 'aValue'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:304:51: style: Function 'AnswerNPN_GetValue_NPNVPluginElementNPObject' argument 2 names different: declaration 'result' definition 'aResult'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.h:102:49: note: Function 'AnswerNPN_GetValue_NPNVPluginElementNPObject' argument 2 names different: declaration 'result' definition 'aResult'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:304:51: note: Function 'AnswerNPN_GetValue_NPNVPluginElementNPObject' argument 2 names different: declaration 'result' definition 'aResult'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:379:80: style: Function 'AnswerNPN_GetValue_PreferredDXGIAdapter' argument 1 names different: declaration 'desc' definition 'aOutDesc'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.h:119:62: note: Function 'AnswerNPN_GetValue_PreferredDXGIAdapter' argument 1 names different: declaration 'desc' definition 'aOutDesc'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:379:80: note: Function 'AnswerNPN_GetValue_PreferredDXGIAdapter' argument 1 names different: declaration 'desc' definition 'aOutDesc'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:794:70: style: Function 'RecvShowDirectDXGISurface' argument 2 names different: declaration 'rect' definition 'dirty'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.h:188:52: note: Function 'RecvShowDirectDXGISurface' argument 2 names different: declaration 'rect' definition 'dirty'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:794:70: note: Function 'RecvShowDirectDXGISurface' argument 2 names different: declaration 'rect' definition 'dirty'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:960:48: style: Function 'AsyncSetWindow' argument 1 names different: declaration 'window' definition 'aWindow'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.h:290:39: note: Function 'AsyncSetWindow' argument 1 names different: declaration 'window' definition 'aWindow'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:960:48: note: Function 'AsyncSetWindow' argument 1 names different: declaration 'window' definition 'aWindow'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:1382:48: style: Function 'NPP_GetValue' argument 1 names different: declaration 'variable' definition 'aVariable'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.h:239:38: note: Function 'NPP_GetValue' argument 1 names different: declaration 'variable' definition 'aVariable'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:1382:48: note: Function 'NPP_GetValue' argument 1 names different: declaration 'variable' definition 'aVariable'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:1383:42: style: Function 'NPP_GetValue' argument 2 names different: declaration 'retval' definition '_retval'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.h:239:54: note: Function 'NPP_GetValue' argument 2 names different: declaration 'retval' definition '_retval'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:1383:42: note: Function 'NPP_GetValue' argument 2 names different: declaration 'retval' definition '_retval'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:2239:32: style: Function 'Cast' argument 1 names different: declaration 'instance' definition 'aInstance'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.h:311:43: note: Function 'Cast' argument 1 names different: declaration 'instance' definition 'aInstance'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:2239:32: note: Function 'Cast' argument 1 names different: declaration 'instance' definition 'aInstance'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:2258:67: style: Function 'RecvGetCompositionString' argument 2 names different: declaration 'aBuffer' definition 'aDist'. [funcArgNamesDifferent]
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.h:316:49: note: Function 'RecvGetCompositionString' argument 2 names different: declaration 'aBuffer' definition 'aDist'.
firefox-62.0/dom/plugins/ipc/PluginInstanceParent.cpp:2258:67: note: Function 'RecvGetCompositionString' argument 2 names different: declaration 'aBuffer' definition 'aDist'.
firefox-62.0/dom/plugins/ipc/PluginModuleChild.cpp:300:0: error: #error Please copy the initialization code from nsNPAPIPlugin.cpp [preprocessorErrorDirective]
firefox-62.0/dom/plugins/ipc/PluginModuleParent.cpp:2215:9: style: Condition '!ok' is always false [knownConditionTrueFalse]
firefox-62.0/dom/plugins/ipc/PluginModuleParent.cpp:2194:15: note: Assignment 'ok=true', assigned value is 1
firefox-62.0/dom/plugins/ipc/PluginModuleParent.cpp:2215:9: note: Condition '!ok' is always false
firefox-62.0/dom/plugins/ipc/PluginModuleParent.cpp:2365:8: performance: Technically the member function 'nsCaseInsensitiveUTF8StringArrayComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/plugins/ipc/PluginProcessChild.cpp:139:0: error: #error Sorry [preprocessorErrorDirective]
firefox-62.0/dom/plugins/ipc/PluginWidgetParent.h:9:0: error: #error "This header should be Windows-only." [preprocessorErrorDirective]
firefox-62.0/dom/plugins/ipc/hangui/MiniShmBase.h:67:3: style: Technically the member function 'mozilla::plugins::ScopedMappedFileView::operatorLPVOID' can be const. [functionConst]
firefox-62.0/dom/plugins/ipc/hangui/MiniShmBase.h:161:3: style: Technically the member function 'mozilla::plugins::MiniShmBase::GetReadPtr' can be const. [functionConst]
firefox-62.0/dom/plugins/ipc/hangui/PluginHangUIChild.cpp:122:8: style: The scope of the variable 'returnStatus' can be reduced. [variableScope]
firefox-62.0/dom/plugins/ipc/hangui/PluginHangUIChild.cpp:41:20: warning: Member variable 'PluginHangUIChild::mMessageText' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/plugins/ipc/hangui/PluginHangUIChild.cpp:41:20: warning: Member variable 'PluginHangUIChild::mWindowTitle' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/plugins/ipc/hangui/PluginHangUIChild.cpp:41:20: warning: Member variable 'PluginHangUIChild::mWaitBtnText' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/plugins/ipc/hangui/PluginHangUIChild.cpp:41:20: warning: Member variable 'PluginHangUIChild::mKillBtnText' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/plugins/ipc/hangui/PluginHangUIChild.cpp:41:20: warning: Member variable 'PluginHangUIChild::mNoFutureText' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/plugins/test/testplugin/nptest.cpp:672:0: error: syntax error [syntaxError]
firefox-62.0/dom/plugins/test/testplugin/nptest_gtk2.cpp:450:7: style: Condition '!toplevelGdk' is always true [knownConditionTrueFalse]
firefox-62.0/dom/plugins/test/testplugin/nptest_gtk2.cpp:442:28: note: Assignment 'toplevelGdk=0', assigned value is 0
firefox-62.0/dom/plugins/test/testplugin/nptest_gtk2.cpp:450:7: note: Condition '!toplevelGdk' is always true
firefox-62.0/dom/plugins/test/testplugin/nptest_windows.cpp:552:7: warning: Identical condition '!rgn', second condition is always false [identicalConditionAfterEarlyExit]
firefox-62.0/dom/plugins/test/testplugin/nptest_windows.cpp:548:29: note: 'rgn' is assigned value '::CreateRectRgn(0,0,0,0)' here.
firefox-62.0/dom/plugins/test/testplugin/nptest_windows.cpp:551:37: note: 'ancestorRgn' is assigned value '::CreateRectRgn(0,0,0,0)' here.
firefox-62.0/dom/plugins/test/testplugin/nptest_windows.cpp:549:7: note: first condition
firefox-62.0/dom/plugins/test/testplugin/nptest_windows.cpp:552:7: note: second condition
firefox-62.0/dom/presentation/PresentationAvailability.cpp:208:15: warning: Access of moved variable 'mPromises'. [accessMoved]
firefox-62.0/dom/presentation/PresentationAvailability.cpp:198:44: note: Calling std::move(mPromises)
firefox-62.0/dom/presentation/PresentationAvailability.cpp:208:15: note: $symbol:mPromises
Access of moved variable '$symbol'.
firefox-62.0/dom/presentation/PresentationReceiver.cpp:44:23: warning: Member variable 'PresentationReceiver::mWindowId' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/dom/presentation/PresentationSessionInfo.h:128:16: warning: Virtual function 'Shutdown' is called from destructor '~PresentationSessionInfo()' at line 125. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/dom/presentation/PresentationSessionInfo.h:125:5: note: Calling Shutdown
firefox-62.0/dom/presentation/PresentationSessionInfo.h:128:16: note: Shutdown is a virtual method
firefox-62.0/dom/presentation/PresentationSessionInfo.cpp:362:46: style: Function 'ReplyError' argument 1 names different: declaration 'aReason' definition 'aError'. [funcArgNamesDifferent]
firefox-62.0/dom/presentation/PresentationSessionInfo.h:112:32: note: Function 'ReplyError' argument 1 names different: declaration 'aReason' definition 'aError'.
firefox-62.0/dom/presentation/PresentationSessionInfo.cpp:362:46: note: Function 'ReplyError' argument 1 names different: declaration 'aReason' definition 'aError'.
firefox-62.0/dom/presentation/PresentationSessionInfo.cpp:1202:81: style: Function 'OnSessionTransport' argument 1 names different: declaration 'transport' definition 'aTransport'. [funcArgNamesDifferent]
firefox-62.0/dom/presentation/PresentationSessionInfo.h:261:69: note: Function 'OnSessionTransport' argument 1 names different: declaration 'transport' definition 'aTransport'.
firefox-62.0/dom/presentation/PresentationSessionInfo.cpp:1202:81: note: Function 'OnSessionTransport' argument 1 names different: declaration 'transport' definition 'aTransport'.
firefox-62.0/dom/presentation/PresentationTCPSessionTransport.h:37:1: style: The class 'PresentationTCPSessionTransport' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/presentation/ipc/PresentationIPCService.cpp:350:81: style: Function 'NotifySessionTransport' argument 3 names different: declaration 'transport' definition 'aTransport'. [funcArgNamesDifferent]
firefox-62.0/dom/presentation/ipc/PresentationIPCService.h:54:68: note: Function 'NotifySessionTransport' argument 3 names different: declaration 'transport' definition 'aTransport'.
firefox-62.0/dom/presentation/ipc/PresentationIPCService.cpp:350:81: note: Function 'NotifySessionTransport' argument 3 names different: declaration 'transport' definition 'aTransport'.
firefox-62.0/dom/presentation/provider/MulticastDNSDeviceProvider.h:141:10: performance: Technically the member function 'mozilla::dom::presentation::MulticastDNSDeviceProvider::DeviceIdComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/presentation/provider/MulticastDNSDeviceProvider.h:147:10: performance: Technically the member function 'mozilla::dom::presentation::MulticastDNSDeviceProvider::DeviceAddressComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/promise/Promise.cpp:583:78: style: Function 'Create' argument 3 names different: declaration 'aCallbacks' definition 'aCb'. [funcArgNamesDifferent]
firefox-62.0/dom/promise/PromiseWorkerProxy.h:135:60: note: Function 'Create' argument 3 names different: declaration 'aCallbacks' definition 'aCb'.
firefox-62.0/dom/promise/Promise.cpp:583:78: note: Function 'Create' argument 3 names different: declaration 'aCallbacks' definition 'aCb'.
firefox-62.0/dom/quota/ActorsParent.cpp:2597:57: style: Function 'MustWaitFor' argument 1 names different: declaration 'aLock' definition 'aExistingLock'. [funcArgNamesDifferent]
firefox-62.0/dom/quota/ActorsParent.cpp:349:40: note: Function 'MustWaitFor' argument 1 names different: declaration 'aLock' definition 'aExistingLock'.
firefox-62.0/dom/quota/ActorsParent.cpp:2597:57: note: Function 'MustWaitFor' argument 1 names different: declaration 'aLock' definition 'aExistingLock'.
firefox-62.0/dom/quota/ActorsParent.cpp:3588:37: style: Function 'Init' argument 1 names different: declaration 'aBaseDirPath' definition 'aBasePath'. [funcArgNamesDifferent]
firefox-62.0/dom/quota/QuotaManager.h:424:25: note: Function 'Init' argument 1 names different: declaration 'aBaseDirPath' definition 'aBasePath'.
firefox-62.0/dom/quota/ActorsParent.cpp:3588:37: note: Function 'Init' argument 1 names different: declaration 'aBaseDirPath' definition 'aBasePath'.
firefox-62.0/dom/quota/QuotaCommon.h:43:3: performance: Technically the member function 'mozilla::dom::quota::BackgroundThreadObject::AssertIsOnOwningThread' can be static. [functionStatic]
firefox-62.0/dom/quota/QuotaManager.h:276:3: performance: Technically the member function 'mozilla::dom::quota::QuotaManager::AssertStorageIsInitialized' can be static. [functionStatic]
firefox-62.0/dom/quota/QuotaManager.h:480:3: style: Technically the member function 'mozilla::dom::quota::QuotaManager::UpgradeStorageFrom1_0To2_0' can be const. [functionConst]
firefox-62.0/dom/quota/ActorsParent.cpp:4651:15: note: Technically the member function 'mozilla::dom::quota::QuotaManager::UpgradeStorageFrom1_0To2_0' can be const.
firefox-62.0/dom/quota/QuotaManager.h:480:3: note: Technically the member function 'mozilla::dom::quota::QuotaManager::UpgradeStorageFrom1_0To2_0' can be const.
firefox-62.0/dom/quota/QuotaManager.h:483:3: style: Technically the member function 'mozilla::dom::quota::QuotaManager::UpgradeStorageFrom2_0To2_1' can be const. [functionConst]
firefox-62.0/dom/quota/ActorsParent.cpp:4774:15: note: Technically the member function 'mozilla::dom::quota::QuotaManager::UpgradeStorageFrom2_0To2_1' can be const.
firefox-62.0/dom/quota/QuotaManager.h:483:3: note: Technically the member function 'mozilla::dom::quota::QuotaManager::UpgradeStorageFrom2_0To2_1' can be const.
firefox-62.0/dom/quota/QuotaManager.h:506:3: style: Technically the member function 'mozilla::dom::quota::QuotaManager::DeleteFilesForOrigin' can be const. [functionConst]
firefox-62.0/dom/quota/ActorsParent.cpp:5975:15: note: Technically the member function 'mozilla::dom::quota::QuotaManager::DeleteFilesForOrigin' can be const.
firefox-62.0/dom/quota/QuotaManager.h:506:3: note: Technically the member function 'mozilla::dom::quota::QuotaManager::DeleteFilesForOrigin' can be const.
firefox-62.0/dom/quota/UsageInfo.h:55:3: style: Technically the member function 'mozilla::dom::quota::UsageInfo::DatabaseUsage' can be const. [functionConst]
firefox-62.0/dom/quota/UsageInfo.h:61:3: style: Technically the member function 'mozilla::dom::quota::UsageInfo::FileUsage' can be const. [functionConst]
firefox-62.0/dom/quota/UsageInfo.h:67:3: style: Technically the member function 'mozilla::dom::quota::UsageInfo::Limit' can be const. [functionConst]
firefox-62.0/dom/quota/ActorsParent.cpp:303:3: performance: Technically the member function 'mozilla::dom::quota::DirectoryLockImpl::AssertIsOnOwningThread' can be static. [functionStatic]
firefox-62.0/dom/quota/ActorsParent.cpp:360:3: style: Technically the member function 'mozilla::dom::quota::DirectoryLockImpl::GetBlockedOnLocks' can be const. [functionConst]
firefox-62.0/dom/quota/ActorsParent.cpp:576:3: performance: Technically the member function 'mozilla::dom::quota::OriginInfoLRUComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/quota/ActorsParent.cpp:584:3: performance: Technically the member function 'mozilla::dom::quota::OriginInfoLRUComparator::LessThan' can be static. [functionStatic]
firefox-62.0/dom/quota/ActorsParent.cpp:697:3: style: Technically the member function 'mozilla::dom::quota::GroupInfoPair::LockedHasGroupInfos' can be const. [functionConst]
firefox-62.0/dom/quota/OriginScope.h:16:1: warning: The class 'OriginScope' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/quota/OriginScope.h:28:3: warning: The struct 'OriginAndAttributes' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/script/ModuleScript.h:21:1: style: The class 'ModuleScript' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/script/ScriptLoader.h:611:5: performance: Variable 'mLoader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/script/ScriptLoader.h:569:10: performance: Technically the member function 'mozilla::dom::ScriptLoader::PreloadRequestComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/script/ScriptElement.cpp:46:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/script/ScriptElement.cpp:63:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/script/ScriptElement.cpp:113:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/script/ScriptElement.cpp:128:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/script/ScriptSettings.h:152:8: style: Technically the member function 'mozilla::dom::ScriptSettingsStackEntry::IsIncumbentCandidate' can be const. [functionConst]
firefox-62.0/dom/script/ScriptSettings.h:153:8: style: Technically the member function 'mozilla::dom::ScriptSettingsStackEntry::IsIncumbentScript' can be const. [functionConst]
firefox-62.0/dom/script/ScriptSettings.h:286:8: style: Technically the member function 'mozilla::dom::AutoJSAPI::ClearException' can be const. [functionConst]
firefox-62.0/dom/script/ScriptSettings.h:331:8: performance: Technically the member function 'mozilla::dom::AutoEntryScript::SetWebIDLCallerPrincipal' can be static. [functionStatic]
firefox-62.0/dom/script/ScriptLoader.h:577:10: performance: Technically the member function 'mozilla::dom::ScriptLoader::PreloadURIComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/script/ScriptLoader.cpp:1196:37: note: Technically the member function 'mozilla::dom::ScriptLoader::PreloadURIComparator::Equals' can be static.
firefox-62.0/dom/script/ScriptLoader.h:577:10: note: Technically the member function 'mozilla::dom::ScriptLoader::PreloadURIComparator::Equals' can be static.
firefox-62.0/dom/security/nsCSPUtils.h:545:10: performance: Technically the member function 'nsBlockAllMixedContentDirective::permits' can be static. [functionStatic]
firefox-62.0/dom/security/nsCSPUtils.h:600:10: performance: Technically the member function 'nsUpgradeInsecureDirective::permits' can be static. [functionStatic]
firefox-62.0/dom/security/PolicyTokenizer.h:44:17: style: Technically the member function 'PolicyTokenizer::atEnd' can be const. [functionConst]
firefox-62.0/dom/security/SRICheck.cpp:504:13: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
firefox-62.0/dom/security/nsCSPContext.cpp:168:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/security/nsCSPContext.cpp:157:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/security/nsCSPContext.cpp:168:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/security/nsCSPParser.h:70:17: style: Technically the member function 'nsCSPParser::atEnd' can be const. [functionConst]
firefox-62.0/dom/security/nsCSPContext.cpp:829:60: error: Uninitialized variable: isHttpOrFtp [uninitvar]
firefox-62.0/dom/security/nsCSPContext.cpp:830:61: error: Uninitialized variable: isHttpOrFtp [uninitvar]
firefox-62.0/dom/security/nsCSPContext.cpp:831:59: error: Uninitialized variable: isHttpOrFtp [uninitvar]
firefox-62.0/dom/security/nsCSPContext.cpp:1056:68: error: Uninitialized variable: isHttpScheme [uninitvar]
firefox-62.0/dom/security/nsCSPContext.cpp:1057:69: error: Uninitialized variable: isHttpScheme [uninitvar]
firefox-62.0/dom/security/nsCSPParser.h:67:10: style: Technically the member function 'nsCSPParser::atValidPctEncodedChar' can be const. [functionConst]
firefox-62.0/dom/security/nsCSPParser.cpp:190:14: note: Technically the member function 'nsCSPParser::atValidPctEncodedChar' can be const.
firefox-62.0/dom/security/nsCSPParser.h:67:10: note: Technically the member function 'nsCSPParser::atValidPctEncodedChar' can be const.
firefox-62.0/dom/security/nsCSPUtils.cpp:926:45: style: Function 'nsCSPHashSrc' argument 1 names different: declaration 'algo' definition 'aAlgo'. [funcArgNamesDifferent]
firefox-62.0/dom/security/nsCSPUtils.h:375:35: note: Function 'nsCSPHashSrc' argument 1 names different: declaration 'algo' definition 'aAlgo'.
firefox-62.0/dom/security/nsCSPUtils.cpp:926:45: note: Function 'nsCSPHashSrc' argument 1 names different: declaration 'algo' definition 'aAlgo'.
firefox-62.0/dom/security/nsCSPUtils.cpp:926:69: style: Function 'nsCSPHashSrc' argument 2 names different: declaration 'hash' definition 'aHash'. [funcArgNamesDifferent]
firefox-62.0/dom/security/nsCSPUtils.h:375:58: note: Function 'nsCSPHashSrc' argument 2 names different: declaration 'hash' definition 'aHash'.
firefox-62.0/dom/security/nsCSPUtils.cpp:926:69: note: Function 'nsCSPHashSrc' argument 2 names different: declaration 'hash' definition 'aHash'.
firefox-62.0/dom/security/nsCSPUtils.cpp:1470:35: style: Function 'permits' argument 1 names different: declaration 'aDirective' definition 'aDir'. [funcArgNamesDifferent]
firefox-62.0/dom/security/nsCSPUtils.h:643:31: note: Function 'permits' argument 1 names different: declaration 'aDirective' definition 'aDir'.
firefox-62.0/dom/security/nsCSPUtils.cpp:1470:35: note: Function 'permits' argument 1 names different: declaration 'aDirective' definition 'aDir'.
firefox-62.0/dom/security/nsCSPUtils.cpp:1045:3: performance: Variable 'mDirective' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/security/nsCSPUtils.cpp:669:63: error: Uninitialized variable: isBlobScheme [uninitvar]
firefox-62.0/dom/security/nsCSPUtils.cpp:671:63: error: Uninitialized variable: isDataScheme [uninitvar]
firefox-62.0/dom/security/nsCSPUtils.cpp:673:69: error: Uninitialized variable: isFileScheme [uninitvar]
firefox-62.0/dom/security/nsContentSecurityManager.cpp:60:57: error: Uninitialized variable: isDataURI [uninitvar]
firefox-62.0/dom/security/nsContentSecurityManager.cpp:129:75: error: Uninitialized variable: isDataURI [uninitvar]
firefox-62.0/dom/security/nsContentSecurityManager.cpp:201:69: error: Uninitialized variable: isFtpURI [uninitvar]
firefox-62.0/dom/security/test/gtest/TestSecureContext.cpp:62:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/security/test/gtest/TestSecureContext.cpp:59:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/security/test/gtest/TestSecureContext.cpp:62:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/serviceworkers/ServiceWorker.cpp:71:47: style: Function 'ServiceWorker' argument 1 names different: declaration 'aWindow' definition 'aGlobal'. [funcArgNamesDifferent]
firefox-62.0/dom/serviceworkers/ServiceWorker.h:100:34: note: Function 'ServiceWorker' argument 1 names different: declaration 'aWindow' definition 'aGlobal'.
firefox-62.0/dom/serviceworkers/ServiceWorker.cpp:71:47: note: Function 'ServiceWorker' argument 1 names different: declaration 'aWindow' definition 'aGlobal'.
firefox-62.0/dom/serviceworkers/ServiceWorkerContainer.cpp:441:58: style: Function 'GetRegistration' argument 1 names different: declaration 'aDocumentURL' definition 'aURL'. [funcArgNamesDifferent]
firefox-62.0/dom/serviceworkers/ServiceWorkerContainer.h:86:36: note: Function 'GetRegistration' argument 1 names different: declaration 'aDocumentURL' definition 'aURL'.
firefox-62.0/dom/serviceworkers/ServiceWorkerContainer.cpp:441:58: note: Function 'GetRegistration' argument 1 names different: declaration 'aDocumentURL' definition 'aURL'.
firefox-62.0/dom/serviceworkers/ServiceWorkerEvents.cpp:1265:64: style: Function 'Constructor' argument 1 names different: declaration 'aOwner' definition 'aEventTarget'. [funcArgNamesDifferent]
firefox-62.0/dom/serviceworkers/ServiceWorkerEvents.h:291:42: note: Function 'Constructor' argument 1 names different: declaration 'aOwner' definition 'aEventTarget'.
firefox-62.0/dom/serviceworkers/ServiceWorkerEvents.cpp:1265:64: note: Function 'Constructor' argument 1 names different: declaration 'aOwner' definition 'aEventTarget'.
firefox-62.0/dom/serviceworkers/ServiceWorkerEvents.cpp:761:15: warning: Access of moved variable 'closure'. [accessMoved]
firefox-62.0/dom/serviceworkers/ServiceWorkerEvents.cpp:745:59: note: Calling std::move(closure)
firefox-62.0/dom/serviceworkers/ServiceWorkerEvents.cpp:761:15: note: $symbol:closure
Access of moved variable '$symbol'.
firefox-62.0/dom/serviceworkers/ServiceWorkerInfo.cpp:186:50: style: Function 'ServiceWorkerInfo' argument 5 names different: declaration 'aLoadFlags' definition 'aImportsLoadFlags'. [funcArgNamesDifferent]
firefox-62.0/dom/serviceworkers/ServiceWorkerInfo.h:145:33: note: Function 'ServiceWorkerInfo' argument 5 names different: declaration 'aLoadFlags' definition 'aImportsLoadFlags'.
firefox-62.0/dom/serviceworkers/ServiceWorkerInfo.cpp:186:50: note: Function 'ServiceWorkerInfo' argument 5 names different: declaration 'aLoadFlags' definition 'aImportsLoadFlags'.
firefox-62.0/dom/serviceworkers/ServiceWorkerManager.cpp:1404:61: style: Function 'GetOrCreateJobQueue' argument 1 names different: declaration 'aOriginSuffix' definition 'aKey'. [funcArgNamesDifferent]
firefox-62.0/dom/serviceworkers/ServiceWorkerManager.h:369:41: note: Function 'GetOrCreateJobQueue' argument 1 names different: declaration 'aOriginSuffix' definition 'aKey'.
firefox-62.0/dom/serviceworkers/ServiceWorkerManager.cpp:1404:61: note: Function 'GetOrCreateJobQueue' argument 1 names different: declaration 'aOriginSuffix' definition 'aKey'.
firefox-62.0/dom/serviceworkers/ServiceWorkerManager.cpp:1770:78: style: Function 'AddScopeAndRegistration' argument 2 names different: declaration 'aRegistation' definition 'aInfo'. [funcArgNamesDifferent]
firefox-62.0/dom/serviceworkers/ServiceWorkerManager.h:433:58: note: Function 'AddScopeAndRegistration' argument 2 names different: declaration 'aRegistation' definition 'aInfo'.
firefox-62.0/dom/serviceworkers/ServiceWorkerManager.cpp:1770:78: note: Function 'AddScopeAndRegistration' argument 2 names different: declaration 'aRegistation' definition 'aInfo'.
firefox-62.0/dom/serviceworkers/ServiceWorkerManager.cpp:3125:75: style: Function 'NotifyListenersOnRegister' argument 1 names different: declaration 'aRegistration' definition 'aInfo'. [funcArgNamesDifferent]
firefox-62.0/dom/serviceworkers/ServiceWorkerManager.h:470:63: note: Function 'NotifyListenersOnRegister' argument 1 names different: declaration 'aRegistration' definition 'aInfo'.
firefox-62.0/dom/serviceworkers/ServiceWorkerManager.cpp:3125:75: note: Function 'NotifyListenersOnRegister' argument 1 names different: declaration 'aRegistration' definition 'aInfo'.
firefox-62.0/dom/serviceworkers/ServiceWorkerManager.cpp:3135:75: style: Function 'NotifyListenersOnUnregister' argument 1 names different: declaration 'aRegistration' definition 'aInfo'. [funcArgNamesDifferent]
firefox-62.0/dom/serviceworkers/ServiceWorkerManager.h:473:65: note: Function 'NotifyListenersOnUnregister' argument 1 names different: declaration 'aRegistration' definition 'aInfo'.
firefox-62.0/dom/serviceworkers/ServiceWorkerManager.cpp:3135:75: note: Function 'NotifyListenersOnUnregister' argument 1 names different: declaration 'aRegistration' definition 'aInfo'.
firefox-62.0/dom/serviceworkers/ServiceWorkerManagerChild.cpp:106:84: style: Function 'AllocPServiceWorkerUpdaterChild' argument 1 names different: declaration 'originAttributes' definition 'aOriginAttributes'. [funcArgNamesDifferent]
firefox-62.0/dom/serviceworkers/ServiceWorkerManagerChild.h:49:59: note: Function 'AllocPServiceWorkerUpdaterChild' argument 1 names different: declaration 'originAttributes' definition 'aOriginAttributes'.
firefox-62.0/dom/serviceworkers/ServiceWorkerManagerChild.cpp:106:84: note: Function 'AllocPServiceWorkerUpdaterChild' argument 1 names different: declaration 'originAttributes' definition 'aOriginAttributes'.
firefox-62.0/dom/serviceworkers/ServiceWorkerManagerChild.cpp:107:77: style: Function 'AllocPServiceWorkerUpdaterChild' argument 2 names different: declaration 'scope' definition 'aScope'. [funcArgNamesDifferent]
firefox-62.0/dom/serviceworkers/ServiceWorkerManagerChild.h:50:52: note: Function 'AllocPServiceWorkerUpdaterChild' argument 2 names different: declaration 'scope' definition 'aScope'.
firefox-62.0/dom/serviceworkers/ServiceWorkerManagerChild.cpp:107:77: note: Function 'AllocPServiceWorkerUpdaterChild' argument 2 names different: declaration 'scope' definition 'aScope'.
firefox-62.0/dom/serviceworkers/ServiceWorkerManagerService.cpp:254:59: style: Function 'ProcessUpdaterActor' argument 4 names different: declaration 'aParentID' definition 'aParentId'. [funcArgNamesDifferent]
firefox-62.0/dom/serviceworkers/ServiceWorkerManagerService.h:58:37: note: Function 'ProcessUpdaterActor' argument 4 names different: declaration 'aParentID' definition 'aParentId'.
firefox-62.0/dom/serviceworkers/ServiceWorkerManagerService.cpp:254:59: note: Function 'ProcessUpdaterActor' argument 4 names different: declaration 'aParentID' definition 'aParentId'.
firefox-62.0/dom/serviceworkers/ServiceWorkerPrivate.cpp:207:69: style: Function 'CheckScriptEvaluation' argument 1 names different: declaration 'aCallback' definition 'aScriptEvaluationCallback'. [funcArgNamesDifferent]
firefox-62.0/dom/serviceworkers/ServiceWorkerPrivate.h:98:49: note: Function 'CheckScriptEvaluation' argument 1 names different: declaration 'aCallback' definition 'aScriptEvaluationCallback'.
firefox-62.0/dom/serviceworkers/ServiceWorkerPrivate.cpp:207:69: note: Function 'CheckScriptEvaluation' argument 1 names different: declaration 'aCallback' definition 'aScriptEvaluationCallback'.
firefox-62.0/dom/serviceworkers/ServiceWorkerPrivate.cpp:753:1: style: The class 'LifeCycleEventWatcher' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/serviceworkers/ServiceWorkerPrivate.cpp:922:1: style: The class 'PushErrorReporter' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/serviceworkers/ServiceWorkerPrivate.h:165:3: performance: Technically the member function 'mozilla::dom::ServiceWorkerPrivate::SetHandlesFetch' can be static. [functionStatic]
firefox-62.0/dom/serviceworkers/ServiceWorkerPrivate.cpp:2354:23: note: Technically the member function 'mozilla::dom::ServiceWorkerPrivate::SetHandlesFetch' can be static.
firefox-62.0/dom/serviceworkers/ServiceWorkerPrivate.h:165:3: note: Technically the member function 'mozilla::dom::ServiceWorkerPrivate::SetHandlesFetch' can be static.
firefox-62.0/dom/serviceworkers/ServiceWorkerRegistrationImpl.h:30:1: style: The class 'ServiceWorkerRegistrationMainThread' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/serviceworkers/ServiceWorkerRegistrationImpl.h:95:1: style: The class 'ServiceWorkerRegistrationWorkerThread' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/serviceworkers/ServiceWorkerRegistrationImpl.cpp:613:1: style: The class 'WorkerListener' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/serviceworkers/ServiceWorkerScriptCache.cpp:647:20: warning: Possible null pointer dereference: aCache [nullPointer]
firefox-62.0/dom/serviceworkers/ServiceWorkerScriptCache.cpp:561:20: note: Assignment 'cache=nullptr', assigned value is 0
firefox-62.0/dom/serviceworkers/ServiceWorkerScriptCache.cpp:573:30: note: Calling function 'WriteToCache', 2nd argument 'aCache' value is 0
firefox-62.0/dom/serviceworkers/ServiceWorkerScriptCache.cpp:647:20: note: Null pointer dereference
firefox-62.0/dom/serviceworkers/ServiceWorkerScriptCache.cpp:655:36: warning: Possible null pointer dereference: aCache [nullPointer]
firefox-62.0/dom/serviceworkers/ServiceWorkerScriptCache.cpp:561:20: note: Assignment 'cache=nullptr', assigned value is 0
firefox-62.0/dom/serviceworkers/ServiceWorkerScriptCache.cpp:573:30: note: Calling function 'WriteToCache', 2nd argument 'aCache' value is 0
firefox-62.0/dom/serviceworkers/ServiceWorkerScriptCache.cpp:655:36: note: Null pointer dereference
firefox-62.0/dom/serviceworkers/ServiceWorkerScriptCache.cpp:1222:14: warning: Possible null pointer dereference: response [nullPointer]
firefox-62.0/dom/serviceworkers/ServiceWorkerScriptCache.cpp:1215:24: note: Assignment 'response=nullptr', assigned value is 0
firefox-62.0/dom/serviceworkers/ServiceWorkerScriptCache.cpp:1222:14: note: Null pointer dereference
firefox-62.0/dom/serviceworkers/ServiceWorkerScriptCache.cpp:1225:3: warning: Possible null pointer dereference: response [nullPointer]
firefox-62.0/dom/serviceworkers/ServiceWorkerScriptCache.cpp:1215:24: note: Assignment 'response=nullptr', assigned value is 0
firefox-62.0/dom/serviceworkers/ServiceWorkerScriptCache.cpp:1225:3: note: Null pointer dereference
firefox-62.0/dom/serviceworkers/ServiceWorkerUpdateJob.cpp:196:25: warning: Member variable 'ServiceWorkerUpdateJob::mOnFailure' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/smil/nsSMILValue.h:34:3: style: 'nsSMILValue::operator=' should return 'nsSMILValue &'. [operatorEq]
firefox-62.0/dom/smil/nsSMILKeySpline.h:19:3: warning: Member variable 'nsSMILKeySpline::mSampleValues' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/smil/nsSMILAnimationFunction.h:259:12: performance: Technically the member function 'nsSMILAnimationFunction::Comparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/smil/nsSMILAnimationFunction.h:263:12: performance: Technically the member function 'nsSMILAnimationFunction::Comparator::LessThan' can be static. [functionStatic]
firefox-62.0/dom/smil/nsSMILCSSValueType.cpp:209:32: warning: Either the condition '!aDestWrapper' is redundant or there is possible null pointer dereference: aDestWrapper. [nullPointerRedundantCheck]
firefox-62.0/dom/smil/nsSMILCSSValueType.cpp:214:37: note: Assuming that condition '!aDestWrapper' is not redundant
firefox-62.0/dom/smil/nsSMILCSSValueType.cpp:209:32: note: Null pointer dereference
firefox-62.0/dom/smil/nsSMILCSSValueType.cpp:212:18: warning: Either the condition '!aDestWrapper' is redundant or there is possible null pointer dereference: aDestWrapper. [nullPointerRedundantCheck]
firefox-62.0/dom/smil/nsSMILCSSValueType.cpp:214:37: note: Assuming that condition '!aDestWrapper' is not redundant
firefox-62.0/dom/smil/nsSMILCSSValueType.cpp:212:18: note: Null pointer dereference
firefox-62.0/dom/smil/nsSMILInterval.cpp:16:17: warning: Member variable 'nsSMILInterval::mDependentTimes' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/smil/nsSMILInterval.h:22:1: warning: The class 'nsSMILInterval' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/smil/nsSMILSetAnimationFunction.h:65:8: performance: Technically the member function 'nsSMILSetAnimationFunction::IsDisallowedAttribute' can be static. [functionStatic]
firefox-62.0/dom/smil/nsSMILSetAnimationFunction.cpp:10:29: note: Technically the member function 'nsSMILSetAnimationFunction::IsDisallowedAttribute' can be static.
firefox-62.0/dom/smil/nsSMILSetAnimationFunction.h:65:8: note: Technically the member function 'nsSMILSetAnimationFunction::IsDisallowedAttribute' can be static.
firefox-62.0/dom/smil/nsSMILTimeValueSpec.h:75:8: style: Technically the member function 'nsSMILTimeValueSpec::IsWhitelistedEvent' can be const. [functionConst]
firefox-62.0/dom/smil/nsSMILTimeValueSpec.cpp:271:22: note: Technically the member function 'nsSMILTimeValueSpec::IsWhitelistedEvent' can be const.
firefox-62.0/dom/smil/nsSMILTimeValueSpec.h:75:8: note: Technically the member function 'nsSMILTimeValueSpec::IsWhitelistedEvent' can be const.
firefox-62.0/dom/smil/nsSMILTimedElement.cpp:503:32: style: Function 'RemoveInstanceTimesForCreator' argument 1 names different: declaration 'aSpec' definition 'aCreator'. [funcArgNamesDifferent]
firefox-62.0/dom/smil/nsSMILTimedElement.h:187:65: note: Function 'RemoveInstanceTimesForCreator' argument 1 names different: declaration 'aSpec' definition 'aCreator'.
firefox-62.0/dom/smil/nsSMILTimedElement.cpp:503:32: note: Function 'RemoveInstanceTimesForCreator' argument 1 names different: declaration 'aSpec' definition 'aCreator'.
firefox-62.0/dom/smil/nsSMILTimedElement.h:365:12: performance: Technically the member function 'nsSMILTimedElement::InstanceTimeComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/smil/nsSMILTimedElement.cpp:49:45: note: Technically the member function 'nsSMILTimedElement::InstanceTimeComparator::Equals' can be static.
firefox-62.0/dom/smil/nsSMILTimedElement.h:365:12: note: Technically the member function 'nsSMILTimedElement::InstanceTimeComparator::Equals' can be static.
firefox-62.0/dom/smil/nsSMILTimedElement.h:367:12: performance: Technically the member function 'nsSMILTimedElement::InstanceTimeComparator::LessThan' can be static. [functionStatic]
firefox-62.0/dom/smil/nsSMILTimedElement.cpp:64:45: note: Technically the member function 'nsSMILTimedElement::InstanceTimeComparator::LessThan' can be static.
firefox-62.0/dom/smil/nsSMILTimedElement.h:367:12: note: Technically the member function 'nsSMILTimedElement::InstanceTimeComparator::LessThan' can be static.
firefox-62.0/dom/smil/nsSMILTimedElement.cpp:481:10: style: Technically the member function '::RemoveByCreator::operator()' can be const. [functionConst]
firefox-62.0/dom/smil/nsSMILTimedElement.cpp:1430:10: style: Technically the member function '::RemoveReset::operator()' can be const. [functionConst]
firefox-62.0/dom/smil/nsSMILTimedElement.cpp:1627:10: style: Technically the member function '::RemoveFiltered::operator()' can be const. [functionConst]
firefox-62.0/dom/smil/nsSMILValue.h:52:12: style: Technically the member function 'nsSMILValue::Add' can be const. [functionConst]
firefox-62.0/dom/smil/nsSMILValue.cpp:87:14: note: Technically the member function 'nsSMILValue::Add' can be const.
firefox-62.0/dom/smil/nsSMILValue.h:52:12: note: Technically the member function 'nsSMILValue::Add' can be const.
firefox-62.0/dom/smil/nsSMILValue.h:53:12: style: Technically the member function 'nsSMILValue::SandwichAdd' can be const. [functionConst]
firefox-62.0/dom/smil/nsSMILValue.cpp:98:14: note: Technically the member function 'nsSMILValue::SandwichAdd' can be const.
firefox-62.0/dom/smil/nsSMILValue.h:53:12: note: Technically the member function 'nsSMILValue::SandwichAdd' can be const.
firefox-62.0/dom/smil/nsSMILValue.h:77:8: style: Technically the member function 'nsSMILValue::DestroyAndCheckPostcondition' can be const. [functionConst]
firefox-62.0/dom/smil/nsSMILValue.cpp:150:14: note: Technically the member function 'nsSMILValue::DestroyAndCheckPostcondition' can be const.
firefox-62.0/dom/smil/nsSMILValue.h:77:8: note: Technically the member function 'nsSMILValue::DestroyAndCheckPostcondition' can be const.
firefox-62.0/dom/storage/LocalStorage.cpp:114:63: style: Function 'SetItem' argument 2 names different: declaration 'aValue' definition 'aData'. [funcArgNamesDifferent]
firefox-62.0/dom/storage/LocalStorage.h:73:56: note: Function 'SetItem' argument 2 names different: declaration 'aValue' definition 'aData'.
firefox-62.0/dom/storage/LocalStorage.cpp:114:63: note: Function 'SetItem' argument 2 names different: declaration 'aValue' definition 'aData'.
firefox-62.0/dom/storage/Storage.h:25:1: style: The class 'Storage' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/storage/LocalStorageManager.h:69:5: warning: Member variable 'LocalStorageCacheHashKey::mCache' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/storage/LocalStorageManager.h:69:5: warning: Member variable 'LocalStorageCacheHashKey::mCacheRef' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/storage/LocalStorageCache.h:81:3: performance: Technically the member function 'mozilla::dom::LocalStorageCache::AssertIsOnOwningThread' can be static. [functionStatic]
firefox-62.0/dom/storage/LocalStorageCache.h:315:20: style: Technically the member function 'mozilla::dom::StorageUsage::OriginScope' can be const. [functionConst]
firefox-62.0/dom/storage/LocalStorageManager.h:61:3: warning: The class 'LocalStorageCacheHashKey' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/storage/LocalStorageCache.cpp:341:66: style: Function 'GetKey' argument 2 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/dom/storage/LocalStorageCache.h:138:58: note: Function 'GetKey' argument 2 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/storage/LocalStorageCache.cpp:341:66: note: Function 'GetKey' argument 2 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/storage/LocalStorageCache.cpp:695:17: style: Function 'CheckAndSetETLD1UsageDelta' argument 2 names different: declaration 'aUsageDelta' definition 'aDelta'. [funcArgNamesDifferent]
firefox-62.0/dom/storage/LocalStorageCache.h:311:67: note: Function 'CheckAndSetETLD1UsageDelta' argument 2 names different: declaration 'aUsageDelta' definition 'aDelta'.
firefox-62.0/dom/storage/LocalStorageCache.cpp:695:17: note: Function 'CheckAndSetETLD1UsageDelta' argument 2 names different: declaration 'aUsageDelta' definition 'aDelta'.
firefox-62.0/dom/storage/LocalStorageCache.h:315:20: style: Unused private function: 'StorageUsage::OriginScope' [unusedPrivateFunction]
firefox-62.0/dom/storage/LocalStorageManager.cpp:210:52: style: Function 'GetStorageInternal' argument 1 names different: declaration 'aCreate' definition 'aCreateMode'. [funcArgNamesDifferent]
firefox-62.0/dom/storage/LocalStorageManager.h:102:42: note: Function 'GetStorageInternal' argument 1 names different: declaration 'aCreate' definition 'aCreateMode'.
firefox-62.0/dom/storage/LocalStorageManager.cpp:210:52: note: Function 'GetStorageInternal' argument 1 names different: declaration 'aCreate' definition 'aCreateMode'.
firefox-62.0/dom/storage/LocalStorageManager.cpp:371:52: style: Function 'ClearCaches' argument 3 names different: declaration 'aKeyPrefix' definition 'aOriginScope'. [funcArgNamesDifferent]
firefox-62.0/dom/storage/LocalStorageManager.h:121:38: note: Function 'ClearCaches' argument 3 names different: declaration 'aKeyPrefix' definition 'aOriginScope'.
firefox-62.0/dom/storage/LocalStorageManager.cpp:371:52: note: Function 'ClearCaches' argument 3 names different: declaration 'aKeyPrefix' definition 'aOriginScope'.
firefox-62.0/dom/storage/SessionStorage.cpp:184:41: style: Function 'IsForkOf' argument 1 names different: declaration 'aStorage' definition 'aOther'. [funcArgNamesDifferent]
firefox-62.0/dom/storage/SessionStorage.h:44:32: note: Function 'IsForkOf' argument 1 names different: declaration 'aStorage' definition 'aOther'.
firefox-62.0/dom/storage/SessionStorage.cpp:184:41: note: Function 'IsForkOf' argument 1 names different: declaration 'aStorage' definition 'aOther'.
firefox-62.0/dom/storage/SessionStorage.h:20:1: style: The class 'SessionStorage' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/storage/SessionStorageCache.h:15:1: style: The class 'SessionStorageCache' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/storage/StorageDBThread.cpp:334:68: style: Function 'SyncPreload' argument 2 names different: declaration 'aForce' definition 'aForceSync'. [funcArgNamesDifferent]
firefox-62.0/dom/storage/StorageDBThread.h:350:33: note: Function 'SyncPreload' argument 2 names different: declaration 'aForce' definition 'aForceSync'.
firefox-62.0/dom/storage/StorageDBThread.cpp:334:68: note: Function 'SyncPreload' argument 2 names different: declaration 'aForce' definition 'aForceSync'.
firefox-62.0/dom/storage/StorageDBThread.h:495:16: style: Technically the member function 'mozilla::dom::StorageDBThread::TimeUntilFlush' can be const. [functionConst]
firefox-62.0/dom/storage/StorageDBThread.cpp:843:18: note: Technically the member function 'mozilla::dom::StorageDBThread::TimeUntilFlush' can be const.
firefox-62.0/dom/storage/StorageDBThread.h:495:16: note: Technically the member function 'mozilla::dom::StorageDBThread::TimeUntilFlush' can be const.
firefox-62.0/dom/storage/StorageDBThread.h:498:8: performance: Technically the member function 'mozilla::dom::StorageDBThread::NotifyFlushCompletion' can be static. [functionStatic]
firefox-62.0/dom/storage/StorageDBThread.cpp:864:18: note: Technically the member function 'mozilla::dom::StorageDBThread::NotifyFlushCompletion' can be static.
firefox-62.0/dom/storage/StorageDBThread.h:498:8: note: Technically the member function 'mozilla::dom::StorageDBThread::NotifyFlushCompletion' can be static.
firefox-62.0/dom/storage/StorageIPC.cpp:359:55: style: Function 'ShouldPreloadOrigin' argument 1 names different: declaration 'aOriginNoSuffix' definition 'aOrigin'. [funcArgNamesDifferent]
firefox-62.0/dom/storage/StorageIPC.h:149:54: note: Function 'ShouldPreloadOrigin' argument 1 names different: declaration 'aOriginNoSuffix' definition 'aOrigin'.
firefox-62.0/dom/storage/StorageIPC.cpp:359:55: note: Function 'ShouldPreloadOrigin' argument 1 names different: declaration 'aOriginNoSuffix' definition 'aOrigin'.
firefox-62.0/dom/storage/StorageIPC.cpp:1045:42: style: Function 'Observe' argument 2 names different: declaration 'aOriginAttrPattern' definition 'aOriginAttributesPattern'. [funcArgNamesDifferent]
firefox-62.0/dom/storage/StorageIPC.h:352:32: note: Function 'Observe' argument 2 names different: declaration 'aOriginAttrPattern' definition 'aOriginAttributesPattern'.
firefox-62.0/dom/storage/StorageIPC.cpp:1045:42: note: Function 'Observe' argument 2 names different: declaration 'aOriginAttrPattern' definition 'aOriginAttributesPattern'.
firefox-62.0/dom/storage/StorageIPC.cpp:1252:61: style: Function 'LoadUsage' argument 1 names different: declaration 'usage' definition 'aUsage'. [funcArgNamesDifferent]
firefox-62.0/dom/storage/StorageIPC.h:300:42: note: Function 'LoadUsage' argument 1 names different: declaration 'usage' definition 'aUsage'.
firefox-62.0/dom/storage/StorageIPC.cpp:1252:61: note: Function 'LoadUsage' argument 1 names different: declaration 'usage' definition 'aUsage'.
firefox-62.0/dom/storage/StorageIPC.cpp:1364:40: style: Function 'Observe' argument 2 names different: declaration 'aOriginAttrPattern' definition 'aOriginAttributesPattern'. [funcArgNamesDifferent]
firefox-62.0/dom/storage/StorageIPC.cpp:603:28: note: Function 'Observe' argument 2 names different: declaration 'aOriginAttrPattern' definition 'aOriginAttributesPattern'.
firefox-62.0/dom/storage/StorageIPC.cpp:1364:40: note: Function 'Observe' argument 2 names different: declaration 'aOriginAttrPattern' definition 'aOriginAttributesPattern'.
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < SVGAnimatedLengthList , DOMSVGAnimatedLengthList >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < SVGAnimatedNumberList , DOMSVGAnimatedNumberList >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/DOMSVGLength.cpp:246:30: style: Function 'SetValue' argument 1 names different: declaration 'aValue' definition 'aUserUnitValue'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/DOMSVGLength.h:175:23: note: Function 'SetValue' argument 1 names different: declaration 'aValue' definition 'aUserUnitValue'.
firefox-62.0/dom/svg/DOMSVGLength.cpp:246:30: note: Function 'SetValue' argument 1 names different: declaration 'aValue' definition 'aUserUnitValue'.
firefox-62.0/dom/svg/nsSVGLength2.h:89:1: style: The class 'nsSVGLength2' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGLength2.h:110:17: warning: Member variable 'nsSVGLength2::mAttrEnum' is not assigned a value in 'nsSVGLength2::operator='. [operatorEqVarError]
firefox-62.0/dom/svg/nsSVGLength2.h:110:17: warning: Member variable 'nsSVGLength2::mCtxType' is not assigned a value in 'nsSVGLength2::operator='. [operatorEqVarError]
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < nsSVGLength2 , DOMSVGLength >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGLength2.h:89:1: warning: The class 'nsSVGLength2' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-62.0/dom/svg/DOMSVGNumberList.cpp:175:44: style: Function 'Initialize' argument 1 names different: declaration 'newItem' definition 'aItem'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/DOMSVGNumberList.h:115:59: note: Function 'Initialize' argument 1 names different: declaration 'newItem' definition 'aItem'.
firefox-62.0/dom/svg/DOMSVGNumberList.cpp:175:44: note: Function 'Initialize' argument 1 names different: declaration 'newItem' definition 'aItem'.
firefox-62.0/dom/svg/DOMSVGNumberList.cpp:222:50: style: Function 'InsertItemBefore' argument 1 names different: declaration 'newItem' definition 'aItem'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/DOMSVGNumberList.h:120:65: note: Function 'InsertItemBefore' argument 1 names different: declaration 'newItem' definition 'aItem'.
firefox-62.0/dom/svg/DOMSVGNumberList.cpp:222:50: note: Function 'InsertItemBefore' argument 1 names different: declaration 'newItem' definition 'aItem'.
firefox-62.0/dom/svg/DOMSVGNumberList.cpp:272:45: style: Function 'ReplaceItem' argument 1 names different: declaration 'newItem' definition 'aItem'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/DOMSVGNumberList.h:122:60: note: Function 'ReplaceItem' argument 1 names different: declaration 'newItem' definition 'aItem'.
firefox-62.0/dom/svg/DOMSVGNumberList.cpp:272:45: note: Function 'ReplaceItem' argument 1 names different: declaration 'newItem' definition 'aItem'.
firefox-62.0/dom/svg/SVGPathSegUtils.h:99:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/dom/svg/SVGPathSegUtils.h:104:23: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/dom/svg/DOMSVGPathSeg.cpp:122:47: style: Function 'ToSVGPathSegEncodedData' argument 1 names different: declaration 'aData' definition 'aRaw'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/DOMSVGPathSeg.h:158:39: note: Function 'ToSVGPathSegEncodedData' argument 1 names different: declaration 'aData' definition 'aRaw'.
firefox-62.0/dom/svg/DOMSVGPathSeg.cpp:122:47: note: Function 'ToSVGPathSegEncodedData' argument 1 names different: declaration 'aData' definition 'aRaw'.
firefox-62.0/dom/svg/DOMSVGPathSeg.cpp:261:1: style: Function 'SetLargeArcFlag' argument 1 names different: declaration 'aFlag' definition 'aLargeArcFlag'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/DOMSVGPathSeg.h:504:29: note: Function 'SetLargeArcFlag' argument 1 names different: declaration 'aFlag' definition 'aLargeArcFlag'.
firefox-62.0/dom/svg/DOMSVGPathSeg.cpp:261:1: note: Function 'SetLargeArcFlag' argument 1 names different: declaration 'aFlag' definition 'aLargeArcFlag'.
firefox-62.0/dom/svg/DOMSVGPathSeg.cpp:262:1: style: Function 'SetSweepFlag' argument 1 names different: declaration 'aFlag' definition 'aSweepFlag'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/DOMSVGPathSeg.h:506:26: note: Function 'SetSweepFlag' argument 1 names different: declaration 'aFlag' definition 'aSweepFlag'.
firefox-62.0/dom/svg/DOMSVGPathSeg.cpp:262:1: note: Function 'SetSweepFlag' argument 1 names different: declaration 'aFlag' definition 'aSweepFlag'.
firefox-62.0/dom/svg/DOMSVGPathSeg.cpp:272:1: style: Function 'SetLargeArcFlag' argument 1 names different: declaration 'aFlag' definition 'aLargeArcFlag'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/DOMSVGPathSeg.h:544:29: note: Function 'SetLargeArcFlag' argument 1 names different: declaration 'aFlag' definition 'aLargeArcFlag'.
firefox-62.0/dom/svg/DOMSVGPathSeg.cpp:272:1: note: Function 'SetLargeArcFlag' argument 1 names different: declaration 'aFlag' definition 'aLargeArcFlag'.
firefox-62.0/dom/svg/DOMSVGPathSeg.cpp:273:1: style: Function 'SetSweepFlag' argument 1 names different: declaration 'aFlag' definition 'aSweepFlag'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/DOMSVGPathSeg.h:546:26: note: Function 'SetSweepFlag' argument 1 names different: declaration 'aFlag' definition 'aSweepFlag'.
firefox-62.0/dom/svg/DOMSVGPathSeg.cpp:273:1: note: Function 'SetSweepFlag' argument 1 names different: declaration 'aFlag' definition 'aSweepFlag'.
firefox-62.0/dom/svg/DOMSVGPathSeg.h:231:3: warning: Member variable 'DOMSVGPathSegClosePath::mArgs' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/svg/SVGPathSegUtils.h:45:8: style: Technically the member function 'mozilla::SVGPathTraversalState::ShouldUpdateLengthAndControlPoints' can be const. [functionConst]
firefox-62.0/dom/svg/DOMSVGPathSegList.cpp:161:12: style: The scope of the variable 'newSegType' can be reduced. [variableScope]
firefox-62.0/dom/svg/DOMSVGPathSegList.cpp:335:43: style: Function 'IndexedGetter' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/DOMSVGPathSegList.h:147:58: note: Function 'IndexedGetter' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/svg/DOMSVGPathSegList.cpp:335:43: note: Function 'IndexedGetter' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/svg/DOMSVGPathSegList.cpp:335:57: style: Function 'IndexedGetter' argument 2 names different: declaration 'found' definition 'aFound'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/DOMSVGPathSegList.h:147:71: note: Function 'IndexedGetter' argument 2 names different: declaration 'found' definition 'aFound'.
firefox-62.0/dom/svg/DOMSVGPathSegList.cpp:335:57: note: Function 'IndexedGetter' argument 2 names different: declaration 'found' definition 'aFound'.
firefox-62.0/dom/svg/DOMSVGPathSegList.cpp:336:47: style: Function 'IndexedGetter' argument 3 names different: declaration 'error' definition 'aError'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/DOMSVGPathSegList.h:148:62: note: Function 'IndexedGetter' argument 3 names different: declaration 'error' definition 'aError'.
firefox-62.0/dom/svg/DOMSVGPathSegList.cpp:336:47: note: Function 'IndexedGetter' argument 3 names different: declaration 'error' definition 'aError'.
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < void , DOMSVGPathSegList >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/DOMSVGPointList.cpp:280:41: style: Function 'IndexedGetter' argument 1 names different: declaration 'index' definition 'aIndex'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/DOMSVGPointList.h:149:56: note: Function 'IndexedGetter' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/svg/DOMSVGPointList.cpp:280:41: note: Function 'IndexedGetter' argument 1 names different: declaration 'index' definition 'aIndex'.
firefox-62.0/dom/svg/DOMSVGPointList.cpp:280:55: style: Function 'IndexedGetter' argument 2 names different: declaration 'found' definition 'aFound'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/DOMSVGPointList.h:149:69: note: Function 'IndexedGetter' argument 2 names different: declaration 'found' definition 'aFound'.
firefox-62.0/dom/svg/DOMSVGPointList.cpp:280:55: note: Function 'IndexedGetter' argument 2 names different: declaration 'found' definition 'aFound'.
firefox-62.0/dom/svg/DOMSVGPointList.cpp:281:45: style: Function 'IndexedGetter' argument 3 names different: declaration 'error' definition 'aError'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/DOMSVGPointList.h:150:60: note: Function 'IndexedGetter' argument 3 names different: declaration 'error' definition 'aError'.
firefox-62.0/dom/svg/DOMSVGPointList.cpp:281:45: note: Function 'IndexedGetter' argument 3 names different: declaration 'error' definition 'aError'.
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < void , DOMSVGPointList >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < SVGStringList , DOMSVGStringList >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGString.h:17:1: style: The class 'nsSVGString' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/SVGAngle.cpp:79:40: style: Function 'NewValueSpecifiedUnits' argument 2 names different: declaration 'value' definition 'valueInSpecifiedUnits'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/SVGAngle.h:46:56: note: Function 'NewValueSpecifiedUnits' argument 2 names different: declaration 'value' definition 'valueInSpecifiedUnits'.
firefox-62.0/dom/svg/SVGAngle.cpp:79:40: note: Function 'NewValueSpecifiedUnits' argument 2 names different: declaration 'value' definition 'valueInSpecifiedUnits'.
firefox-62.0/dom/svg/nsSVGAngle.h:31:1: style: The class 'nsSVGAngle' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGBoolean.h:27:1: style: The class 'nsSVGBoolean' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/SVGAnimatedLengthList.cpp:68:58: style: Function 'SetAnimValue' argument 1 names different: declaration 'aValue' definition 'aNewAnimValue'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/SVGAnimatedLengthList.h:67:46: note: Function 'SetAnimValue' argument 1 names different: declaration 'aValue' definition 'aNewAnimValue'.
firefox-62.0/dom/svg/SVGAnimatedLengthList.cpp:68:58: note: Function 'SetAnimValue' argument 1 names different: declaration 'aValue' definition 'aNewAnimValue'.
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:1: style: The class 'nsSVGAttrTearoffTable' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/SVGAnimatedNumberList.cpp:67:58: style: Function 'SetAnimValue' argument 1 names different: declaration 'aValue' definition 'aNewAnimValue'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/SVGAnimatedNumberList.h:69:46: note: Function 'SetAnimValue' argument 1 names different: declaration 'aValue' definition 'aNewAnimValue'.
firefox-62.0/dom/svg/SVGAnimatedNumberList.cpp:67:58: note: Function 'SetAnimValue' argument 1 names different: declaration 'aValue' definition 'aNewAnimValue'.
firefox-62.0/dom/svg/SVGAnimatedPathSegList.cpp:96:57: style: Function 'SetAnimValue' argument 1 names different: declaration 'aValue' definition 'aNewAnimValue'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/SVGAnimatedPathSegList.h:71:44: note: Function 'SetAnimValue' argument 1 names different: declaration 'aValue' definition 'aNewAnimValue'.
firefox-62.0/dom/svg/SVGAnimatedPathSegList.cpp:96:57: note: Function 'SetAnimValue' argument 1 names different: declaration 'aValue' definition 'aNewAnimValue'.
firefox-62.0/dom/svg/SVGAnimatedPointList.cpp:96:56: style: Function 'SetAnimValue' argument 1 names different: declaration 'aValue' definition 'aNewAnimValue'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/SVGAnimatedPointList.h:70:45: note: Function 'SetAnimValue' argument 1 names different: declaration 'aValue' definition 'aNewAnimValue'.
firefox-62.0/dom/svg/SVGAnimatedPointList.cpp:96:56: note: Function 'SetAnimValue' argument 1 names different: declaration 'aValue' definition 'aNewAnimValue'.
firefox-62.0/dom/svg/SVGAnimatedPreserveAspectRatio.cpp:83:20: style: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/SVGAnimatedPreserveAspectRatio.h:39:48: note: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/SVGAnimatedPreserveAspectRatio.cpp:83:20: note: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/SVGAnimatedPreserveAspectRatio.cpp:113:14: style: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/SVGAnimatedPreserveAspectRatio.h:42:38: note: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/SVGAnimatedPreserveAspectRatio.cpp:113:14: note: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/SVGAnimatedPreserveAspectRatio.h:26:1: style: The class 'SVGAnimatedPreserveAspectRatio' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < SVGAnimatedPreserveAspectRatio , DOMSVGAnimatedPreserveAspectRatio >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < SVGAnimatedPreserveAspectRatio , DOMSVGPreserveAspectRatio >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/SVGAnimatedRect.h:22:1: style: The class 'SVGAnimatedRect' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGViewBox.h:51:1: style: The class 'nsSVGViewBox' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < nsSVGViewBox , mozilla :: dom :: SVGAnimatedRect >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGViewBox.h:29:1: warning: The struct 'nsSVGViewBoxRect' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/svg/nsSVGViewBox.h:124:11: style: The function 'X' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/svg/SVGIRect.h:36:17: note: Virtual function in base class
firefox-62.0/dom/svg/nsSVGViewBox.h:124:11: note: Function in derived class
firefox-62.0/dom/svg/nsSVGViewBox.h:129:11: style: The function 'Y' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/svg/SVGIRect.h:40:17: note: Virtual function in base class
firefox-62.0/dom/svg/nsSVGViewBox.h:129:11: note: Function in derived class
firefox-62.0/dom/svg/nsSVGViewBox.h:134:11: style: The function 'Width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/svg/SVGIRect.h:44:17: note: Virtual function in base class
firefox-62.0/dom/svg/nsSVGViewBox.h:134:11: note: Function in derived class
firefox-62.0/dom/svg/nsSVGViewBox.h:139:11: style: The function 'Height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/svg/SVGIRect.h:48:17: note: Virtual function in base class
firefox-62.0/dom/svg/nsSVGViewBox.h:139:11: note: Function in derived class
firefox-62.0/dom/svg/nsSVGViewBox.h:174:11: style: The function 'X' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/svg/SVGIRect.h:36:17: note: Virtual function in base class
firefox-62.0/dom/svg/nsSVGViewBox.h:174:11: note: Function in derived class
firefox-62.0/dom/svg/nsSVGViewBox.h:180:11: style: The function 'Y' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/svg/SVGIRect.h:40:17: note: Virtual function in base class
firefox-62.0/dom/svg/nsSVGViewBox.h:180:11: note: Function in derived class
firefox-62.0/dom/svg/nsSVGViewBox.h:186:11: style: The function 'Width' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/svg/SVGIRect.h:44:17: note: Virtual function in base class
firefox-62.0/dom/svg/nsSVGViewBox.h:186:11: note: Function in derived class
firefox-62.0/dom/svg/nsSVGViewBox.h:192:11: style: The function 'Height' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/svg/SVGIRect.h:48:17: note: Virtual function in base class
firefox-62.0/dom/svg/nsSVGViewBox.h:192:11: note: Function in derived class
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < nsSVGAnimatedTransformList , SVGAnimatedTransformList >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGIntegerPair.h:26:1: style: The class 'nsSVGIntegerPair' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGNumberPair.h:29:1: style: The class 'nsSVGNumberPair' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/SVGContentUtils.cpp:87:25: style: Checking if unsigned variable 'dashArrayLength' is less than zero. This might be a false warning. [unsignedLessThanZero]
firefox-62.0/dom/svg/SVGContentUtils.cpp:104:25: style: Checking if unsigned variable 'dashArrayLength' is less than zero. This might be a false warning. [unsignedLessThanZero]
firefox-62.0/dom/svg/nsSVGNumber2.h:28:1: style: The class 'nsSVGNumber2' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/SVGContentUtils.cpp:99:14: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
firefox-62.0/dom/svg/SVGContentUtils.cpp:125:14: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
firefox-62.0/dom/svg/SVGGeometryElement.cpp:28:21: warning: Member variable 'SVGGeometryElement::mPathLength' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/svg/SVGLength.cpp:36:48: style: Function 'SetValueFromString' argument 1 names different: declaration 'aValue' definition 'aString'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/SVGLength.h:68:44: note: Function 'SetValueFromString' argument 1 names different: declaration 'aValue' definition 'aString'.
firefox-62.0/dom/svg/SVGLength.cpp:36:48: note: Function 'SetValueFromString' argument 1 names different: declaration 'aValue' definition 'aString'.
firefox-62.0/dom/svg/SVGMotionSMILAnimationFunction.cpp:267:44: style: Function 'RebuildPathAndVertices' argument 1 names different: declaration 'aContextElem' definition 'aTargetElement'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/SVGMotionSMILAnimationFunction.h:80:53: note: Function 'RebuildPathAndVertices' argument 1 names different: declaration 'aContextElem' definition 'aTargetElement'.
firefox-62.0/dom/svg/SVGMotionSMILAnimationFunction.cpp:267:44: note: Function 'RebuildPathAndVertices' argument 1 names different: declaration 'aContextElem' definition 'aTargetElement'.
firefox-62.0/dom/svg/SVGMotionSMILPathUtils.h:63:17: style: Technically the member function 'mozilla::SVGMotionSMILPathUtils::PathGenerator::HaveReceivedCommands' can be const. [functionConst]
firefox-62.0/dom/svg/SVGMotionSMILPathUtils.cpp:94:40: style: Function 'ParseCoordinatePair' argument 1 names different: declaration 'aStr' definition 'aCoordPairStr'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/SVGMotionSMILPathUtils.h:69:47: note: Function 'ParseCoordinatePair' argument 1 names different: declaration 'aStr' definition 'aCoordPairStr'.
firefox-62.0/dom/svg/SVGMotionSMILPathUtils.cpp:94:40: note: Function 'ParseCoordinatePair' argument 1 names different: declaration 'aStr' definition 'aCoordPairStr'.
firefox-62.0/dom/svg/SVGMotionSMILType.cpp:62:1: warning: The struct 'MotionSegment' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/svg/SVGPathData.cpp:154:84: style: Function 'GetDistancesFromOriginToEndsOfVisibleSegments' argument 1 names different: declaration 'aArray' definition 'aOutput'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/SVGPathData.h:160:78: note: Function 'GetDistancesFromOriginToEndsOfVisibleSegments' argument 1 names different: declaration 'aArray' definition 'aOutput'.
firefox-62.0/dom/svg/SVGPathData.cpp:154:84: note: Function 'GetDistancesFromOriginToEndsOfVisibleSegments' argument 1 names different: declaration 'aArray' definition 'aOutput'.
firefox-62.0/dom/svg/SVGPathData.cpp:190:39: style: Function 'GetPathSegAtLength' argument 1 names different: declaration 'aLength' definition 'aDistance'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/SVGPathData.h:148:37: note: Function 'GetPathSegAtLength' argument 1 names different: declaration 'aLength' definition 'aDistance'.
firefox-62.0/dom/svg/SVGPathData.cpp:190:39: note: Function 'GetPathSegAtLength' argument 1 names different: declaration 'aLength' definition 'aDistance'.
firefox-62.0/dom/svg/SVGTransform.cpp:140:50: style: Function 'SVGTransform' argument 1 names different: declaration 'aMatrix' definition 'aTransform'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/SVGTransform.h:60:47: note: Function 'SVGTransform' argument 1 names different: declaration 'aMatrix' definition 'aTransform'.
firefox-62.0/dom/svg/SVGTransform.cpp:140:50: note: Function 'SVGTransform' argument 1 names different: declaration 'aMatrix' definition 'aTransform'.
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < SVGTransform , SVGMatrix >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/SVGTransformableElement.cpp:137:12: style: Expression is always false because 'else if' condition matches previous condition at line 135. [multiCondition]
firefox-62.0/dom/svg/SVGTransformableElement.cpp:135:15: warning: Logical conjunction always evaluates to false: prevSet && !(nowSet). [incorrectLogicOperator]
firefox-62.0/dom/svg/SVGTransformableElement.cpp:137:22: warning: Logical conjunction always evaluates to false: !(prevSet) && nowSet. [incorrectLogicOperator]
firefox-62.0/dom/svg/SVGTransformableElement.cpp:135:15: style: Opposite expression on both sides of '&&'. [oppositeExpression]
firefox-62.0/dom/svg/SVGTransformableElement.cpp:135:15: note: Opposite expression on both sides of '&&'.
firefox-62.0/dom/svg/SVGTransformableElement.cpp:135:15: note: Opposite expression on both sides of '&&'.
firefox-62.0/dom/svg/SVGTransformableElement.cpp:137:22: style: Opposite expression on both sides of '&&'. [oppositeExpression]
firefox-62.0/dom/svg/SVGTransformableElement.cpp:137:22: note: Opposite expression on both sides of '&&'.
firefox-62.0/dom/svg/SVGTransformableElement.cpp:137:22: note: Opposite expression on both sides of '&&'.
firefox-62.0/dom/svg/SVGViewportElement.cpp:164:32: style: Same expression on both sides of '!=' because the value of 'hadChildrenOnlyTransform' and 'mHasChildrenOnlyTransform' are the same. [duplicateExpression]
firefox-62.0/dom/svg/SVGViewportElement.cpp:160:35: note: 'hadChildrenOnlyTransform' is assigned value 'mHasChildrenOnlyTransform' here.
firefox-62.0/dom/svg/SVGViewportElement.cpp:164:32: note: Same expression on both sides of '!=' because the value of 'hadChildrenOnlyTransform' and 'mHasChildrenOnlyTransform' are the same.
firefox-62.0/dom/svg/nsSVGAngle.cpp:202:5: warning: Either the condition 'aSVGElement' is redundant or there is possible null pointer dereference: aSVGElement. [nullPointerRedundantCheck]
firefox-62.0/dom/svg/nsSVGAngle.cpp:192:7: note: Assuming that condition 'aSVGElement' is not redundant
firefox-62.0/dom/svg/nsSVGAngle.cpp:202:5: note: Null pointer dereference
firefox-62.0/dom/svg/nsSVGAngle.cpp:313:5: warning: Either the condition 'aSVGElement' is redundant or there is possible null pointer dereference: aSVGElement. [nullPointerRedundantCheck]
firefox-62.0/dom/svg/nsSVGAngle.cpp:304:7: note: Assuming that condition 'aSVGElement' is not redundant
firefox-62.0/dom/svg/nsSVGAngle.cpp:313:5: note: Null pointer dereference
firefox-62.0/dom/svg/nsSVGAngle.cpp:151:46: style: Function 'ConvertToSpecifiedUnits' argument 1 names different: declaration 'aUnitType' definition 'unitType'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGAngle.h:88:45: note: Function 'ConvertToSpecifiedUnits' argument 1 names different: declaration 'aUnitType' definition 'unitType'.
firefox-62.0/dom/svg/nsSVGAngle.cpp:151:46: note: Function 'ConvertToSpecifiedUnits' argument 1 names different: declaration 'aUnitType' definition 'unitType'.
firefox-62.0/dom/svg/nsSVGAngle.cpp:179:45: style: Function 'NewValueSpecifiedUnits' argument 1 names different: declaration 'aUnitType' definition 'unitType'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGAngle.h:86:44: note: Function 'NewValueSpecifiedUnits' argument 1 names different: declaration 'aUnitType' definition 'unitType'.
firefox-62.0/dom/svg/nsSVGAngle.cpp:179:45: note: Function 'NewValueSpecifiedUnits' argument 1 names different: declaration 'aUnitType' definition 'unitType'.
firefox-62.0/dom/svg/nsSVGAngle.cpp:180:42: style: Function 'NewValueSpecifiedUnits' argument 2 names different: declaration 'aValue' definition 'valueInSpecifiedUnits'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGAngle.h:86:61: note: Function 'NewValueSpecifiedUnits' argument 2 names different: declaration 'aValue' definition 'valueInSpecifiedUnits'.
firefox-62.0/dom/svg/nsSVGAngle.cpp:180:42: note: Function 'NewValueSpecifiedUnits' argument 2 names different: declaration 'aValue' definition 'valueInSpecifiedUnits'.
firefox-62.0/dom/svg/nsSVGAngle.cpp:250:49: style: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGAngle.h:47:48: note: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGAngle.cpp:250:49: note: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGAngle.cpp:285:44: style: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGAngle.h:50:38: note: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGAngle.cpp:285:44: note: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGAngle.cpp:291:44: style: Function 'GetAnimValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGAngle.h:51:38: note: Function 'GetAnimValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGAngle.cpp:291:44: note: Function 'GetAnimValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < nsSVGAngle , SVGAnimatedAngle >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < nsSVGAngle , SVGAngle >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGAnimatedTransformList.cpp:90:66: style: Function 'SetAnimValue' argument 1 names different: declaration 'aNewAnimValue' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGAnimatedTransformList.h:75:49: note: Function 'SetAnimValue' argument 1 names different: declaration 'aNewAnimValue' definition 'aValue'.
firefox-62.0/dom/svg/nsSVGAnimatedTransformList.cpp:90:66: note: Function 'SetAnimValue' argument 1 names different: declaration 'aNewAnimValue' definition 'aValue'.
firefox-62.0/dom/svg/nsSVGAnimatedTransformList.cpp:307:22: style: Function 'SetAnimValue' argument 1 names different: declaration 'aValue' definition 'aNewAnimValue'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGAnimatedTransformList.h:146:54: note: Function 'SetAnimValue' argument 1 names different: declaration 'aValue' definition 'aNewAnimValue'.
firefox-62.0/dom/svg/nsSVGAnimatedTransformList.cpp:307:22: note: Function 'SetAnimValue' argument 1 names different: declaration 'aValue' definition 'aNewAnimValue'.
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < nsSVGBoolean , SVGAnimatedBoolean >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGClass.cpp:89:37: style: Function 'GetAnimValue' argument 1 names different: declaration 'aValue' definition 'aResult'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGClass.h:40:32: note: Function 'GetAnimValue' argument 1 names different: declaration 'aValue' definition 'aResult'.
firefox-62.0/dom/svg/nsSVGClass.cpp:89:37: note: Function 'GetAnimValue' argument 1 names different: declaration 'aValue' definition 'aResult'.
firefox-62.0/dom/svg/nsSVGClass.h:34:8: style: Technically the member function 'nsSVGClass::SetBaseValue' can be const. [functionConst]
firefox-62.0/dom/svg/nsSVGClass.cpp:67:13: note: Technically the member function 'nsSVGClass::SetBaseValue' can be const.
firefox-62.0/dom/svg/nsSVGClass.h:34:8: note: Technically the member function 'nsSVGClass::SetBaseValue' can be const.
firefox-62.0/dom/svg/nsSVGClass.h:37:8: performance: Technically the member function 'nsSVGClass::GetBaseValue' can be static. [functionStatic]
firefox-62.0/dom/svg/nsSVGClass.cpp:83:13: note: Technically the member function 'nsSVGClass::GetBaseValue' can be static.
firefox-62.0/dom/svg/nsSVGClass.h:37:8: note: Technically the member function 'nsSVGClass::GetBaseValue' can be static.
firefox-62.0/dom/svg/nsSVGElement.cpp:2231:19: warning: Possible null pointer dereference: viewBox [nullPointer]
firefox-62.0/dom/svg/nsSVGElement.cpp:2226:37: note: Assignment 'viewBox=GetViewBox()', assigned value is 0
firefox-62.0/dom/svg/nsSVGElement.cpp:2231:19: note: Null pointer dereference
firefox-62.0/dom/svg/nsSVGElement.cpp:2271:19: warning: Possible null pointer dereference: preserveAspectRatio [nullPointer]
firefox-62.0/dom/svg/nsSVGElement.cpp:2264:27: note: Assignment 'preserveAspectRatio=GetPreserveAspectRatio()', assigned value is 0
firefox-62.0/dom/svg/nsSVGElement.cpp:2271:19: note: Null pointer dereference
firefox-62.0/dom/svg/nsSVGElement.cpp:1203:5: style: Variable 'changed' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/dom/svg/nsSVGElement.cpp:1198:0: note: Variable 'changed' is reassigned a value before the old one has been used.
firefox-62.0/dom/svg/nsSVGElement.cpp:1203:5: note: Variable 'changed' is reassigned a value before the old one has been used.
firefox-62.0/dom/svg/nsSVGElement.cpp:103:35: style: Function 'WrapNode' argument 1 names different: declaration 'cx' definition 'aCx'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGElement.h:321:41: note: Function 'WrapNode' argument 1 names different: declaration 'cx' definition 'aCx'.
firefox-62.0/dom/svg/nsSVGElement.cpp:103:35: note: Function 'WrapNode' argument 1 names different: declaration 'cx' definition 'aCx'.
firefox-62.0/dom/svg/nsSVGElement.cpp:657:41: style: Function 'UnsetAttrInternal' argument 1 names different: declaration 'aNameSpaceID' definition 'aNamespaceID'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGElement.h:628:34: note: Function 'UnsetAttrInternal' argument 1 names different: declaration 'aNameSpaceID' definition 'aNamespaceID'.
firefox-62.0/dom/svg/nsSVGElement.cpp:657:41: note: Function 'UnsetAttrInternal' argument 1 names different: declaration 'aNameSpaceID' definition 'aNamespaceID'.
firefox-62.0/dom/svg/nsSVGElement.cpp:657:63: style: Function 'UnsetAttrInternal' argument 2 names different: declaration 'aAttribute' definition 'aName'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGElement.h:628:56: note: Function 'UnsetAttrInternal' argument 2 names different: declaration 'aAttribute' definition 'aName'.
firefox-62.0/dom/svg/nsSVGElement.cpp:657:63: note: Function 'UnsetAttrInternal' argument 2 names different: declaration 'aAttribute' definition 'aName'.
firefox-62.0/dom/svg/nsSVGInteger.h:26:1: style: The class 'nsSVGInteger' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGEnum.h:34:1: style: The class 'nsSVGEnum' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < nsSVGEnum , nsSVGEnum :: DOMAnimatedEnum >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGFilters.h:53:12: warning: Member variable 'nsSVGFE::mLengthAttributes' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/svg/nsSVGFilters.h:179:12: warning: Member variable 'nsSVGFELightingElement::mNumberAttributes' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/svg/nsSVGFilters.h:179:12: warning: Member variable 'nsSVGFELightingElement::mNumberPairAttributes' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/svg/nsSVGFilters.h:179:12: warning: Member variable 'nsSVGFELightingElement::mStringAttributes' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/svg/nsSVGInteger.cpp:23:51: style: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGInteger.h:37:48: note: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGInteger.cpp:23:51: note: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGInteger.cpp:44:46: style: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGInteger.h:39:38: note: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGInteger.cpp:44:46: note: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < nsSVGInteger , nsSVGInteger :: DOMAnimatedInteger >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGIntegerPair.cpp:57:55: style: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGIntegerPair.h:43:48: note: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGIntegerPair.cpp:57:55: note: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGIntegerPair.cpp:86:49: style: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGIntegerPair.h:45:38: note: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGIntegerPair.cpp:86:49: note: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGIntegerPair.cpp:97:58: style: Function 'SetBaseValue' argument 2 names different: declaration 'aIndex' definition 'aPairIndex'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGIntegerPair.h:47:47: note: Function 'SetBaseValue' argument 2 names different: declaration 'aIndex' definition 'aPairIndex'.
firefox-62.0/dom/svg/nsSVGIntegerPair.cpp:97:58: note: Function 'SetBaseValue' argument 2 names different: declaration 'aIndex' definition 'aPairIndex'.
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < nsSVGIntegerPair , nsSVGIntegerPair :: DOMAnimatedInteger >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGLength2.cpp:298:48: style: Function 'ConvertToSpecifiedUnits' argument 1 names different: declaration 'aUnitType' definition 'unitType'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGLength2.h:193:45: note: Function 'ConvertToSpecifiedUnits' argument 1 names different: declaration 'aUnitType' definition 'unitType'.
firefox-62.0/dom/svg/nsSVGLength2.cpp:298:48: note: Function 'ConvertToSpecifiedUnits' argument 1 names different: declaration 'aUnitType' definition 'unitType'.
firefox-62.0/dom/svg/nsSVGLength2.cpp:337:47: style: Function 'NewValueSpecifiedUnits' argument 1 names different: declaration 'aUnitType' definition 'unitType'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGLength2.h:191:44: note: Function 'NewValueSpecifiedUnits' argument 1 names different: declaration 'aUnitType' definition 'unitType'.
firefox-62.0/dom/svg/nsSVGLength2.cpp:337:47: note: Function 'NewValueSpecifiedUnits' argument 1 names different: declaration 'aUnitType' definition 'unitType'.
firefox-62.0/dom/svg/nsSVGLength2.cpp:338:44: style: Function 'NewValueSpecifiedUnits' argument 2 names different: declaration 'aValue' definition 'valueInSpecifiedUnits'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGLength2.h:191:61: note: Function 'NewValueSpecifiedUnits' argument 2 names different: declaration 'aValue' definition 'valueInSpecifiedUnits'.
firefox-62.0/dom/svg/nsSVGLength2.cpp:338:44: note: Function 'NewValueSpecifiedUnits' argument 2 names different: declaration 'aValue' definition 'valueInSpecifiedUnits'.
firefox-62.0/dom/svg/nsSVGLength2.cpp:388:51: style: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGLength2.h:119:48: note: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGLength2.cpp:388:51: note: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGLength2.cpp:425:46: style: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGLength2.h:122:38: note: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGLength2.cpp:425:46: note: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGLength2.cpp:431:46: style: Function 'GetAnimValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGLength2.h:123:38: note: Function 'GetAnimValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGLength2.cpp:431:46: note: Function 'GetAnimValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < nsSVGLength2 , SVGAnimatedLength >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGNumber2.cpp:49:51: style: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGNumber2.h:39:48: note: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGNumber2.cpp:49:51: note: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGNumber2.cpp:76:46: style: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGNumber2.h:41:38: note: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGNumber2.cpp:76:46: note: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < nsSVGNumber2 , nsSVGNumber2 :: DOMAnimatedNumber >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGNumberPair.cpp:54:54: style: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGNumberPair.h:46:48: note: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGNumberPair.cpp:54:54: note: Function 'SetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGNumberPair.cpp:82:48: style: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGNumberPair.h:48:38: note: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGNumberPair.cpp:82:48: note: Function 'GetBaseValueString' argument 1 names different: declaration 'aValue' definition 'aValueAsString'.
firefox-62.0/dom/svg/nsSVGNumberPair.cpp:93:55: style: Function 'SetBaseValue' argument 2 names different: declaration 'aIndex' definition 'aPairIndex'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGNumberPair.h:50:45: note: Function 'SetBaseValue' argument 2 names different: declaration 'aIndex' definition 'aPairIndex'.
firefox-62.0/dom/svg/nsSVGNumberPair.cpp:93:55: note: Function 'SetBaseValue' argument 2 names different: declaration 'aIndex' definition 'aPairIndex'.
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < nsSVGNumberPair , nsSVGNumberPair :: DOMAnimatedNumber >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGString.cpp:57:38: style: Function 'GetAnimValue' argument 1 names different: declaration 'aValue' definition 'aResult'. [funcArgNamesDifferent]
firefox-62.0/dom/svg/nsSVGString.h:34:32: note: Function 'GetAnimValue' argument 1 names different: declaration 'aValue' definition 'aResult'.
firefox-62.0/dom/svg/nsSVGString.cpp:57:38: note: Function 'GetAnimValue' argument 1 names different: declaration 'aValue' definition 'aResult'.
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < nsSVGString , nsSVGString :: DOMAnimatedString >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < nsSVGViewBox , nsSVGViewBox :: DOMBaseVal >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < nsSVGViewBox , nsSVGViewBox :: DOMAnimVal >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/svg/nsSVGAttrTearoffTable.h:23:0: style: The class 'nsSVGAttrTearoffTable < nsSVGViewBox , dom :: SVGAnimatedRect >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/system/linux/GpsdLocationProvider.cpp:153:3: style: Class 'PollRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/system/nsDeviceSensors.cpp:399:43: style: Function 'FireDOMLightEvent' argument 2 names different: declaration 'value' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/dom/system/nsDeviceSensors.h:48:33: note: Function 'FireDOMLightEvent' argument 2 names different: declaration 'value' definition 'aValue'.
firefox-62.0/dom/system/nsDeviceSensors.cpp:399:43: note: Function 'FireDOMLightEvent' argument 2 names different: declaration 'value' definition 'aValue'.
firefox-62.0/dom/system/nsDeviceSensors.cpp:113:3: performance: Variable 'mLastDOMMotionEventTime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/url/URL.cpp:315:25: style: Function 'GetHash' argument 1 names different: declaration 'aHost' definition 'aHash'. [funcArgNamesDifferent]
firefox-62.0/dom/url/URL.h:135:22: note: Function 'GetHash' argument 1 names different: declaration 'aHost' definition 'aHash'.
firefox-62.0/dom/url/URL.cpp:315:25: note: Function 'GetHash' argument 1 names different: declaration 'aHost' definition 'aHash'.
firefox-62.0/dom/vr/VREventObserver.h:18:1: style: The class 'VREventObserver' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/dom/webauthn/cbor-cpp/src/output_dynamic.h:36:32: style: The function 'data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/webauthn/cbor-cpp/src/output.h:24:32: note: Virtual function in base class
firefox-62.0/dom/webauthn/cbor-cpp/src/output_dynamic.h:36:32: note: Function in derived class
firefox-62.0/dom/webauthn/cbor-cpp/src/output_dynamic.h:38:30: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/webauthn/cbor-cpp/src/output.h:26:30: note: Virtual function in base class
firefox-62.0/dom/webauthn/cbor-cpp/src/output_dynamic.h:38:30: note: Function in derived class
firefox-62.0/dom/webauthn/cbor-cpp/src/output_dynamic.h:40:22: style: The function 'put_byte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/webauthn/cbor-cpp/src/output.h:28:22: note: Virtual function in base class
firefox-62.0/dom/webauthn/cbor-cpp/src/output_dynamic.h:40:22: note: Function in derived class
firefox-62.0/dom/webauthn/cbor-cpp/src/output_dynamic.h:42:22: style: The function 'put_bytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/dom/webauthn/cbor-cpp/src/output.h:30:22: note: Virtual function in base class
firefox-62.0/dom/webauthn/cbor-cpp/src/output_dynamic.h:42:22: note: Function in derived class
firefox-62.0/dom/webauthn/cbor-cpp/src/encoder.h:47:45: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
firefox-62.0/dom/webauthn/cbor-cpp/src/encoder.cpp:114:46: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
firefox-62.0/dom/webauthn/cbor-cpp/src/output_dynamic.cpp:56:9: error: Common realloc mistake: '_buffer' nulled but not freed upon failure [memleakOnRealloc]
firefox-62.0/dom/webauthn/cbor-cpp/src/output_dynamic.cpp:64:9: error: Common realloc mistake: '_buffer' nulled but not freed upon failure [memleakOnRealloc]
firefox-62.0/dom/webbrowserpersist/WebBrowserPersistRemoteDocument.cpp:20:48: style: Function 'WebBrowserPersistRemoteDocument' argument 2 names different: declaration 'Attrs' definition 'aAttrs'. [funcArgNamesDifferent]
firefox-62.0/dom/webbrowserpersist/WebBrowserPersistRemoteDocument.h:46:43: note: Function 'WebBrowserPersistRemoteDocument' argument 2 names different: declaration 'Attrs' definition 'aAttrs'.
firefox-62.0/dom/webbrowserpersist/WebBrowserPersistRemoteDocument.cpp:20:48: note: Function 'WebBrowserPersistRemoteDocument' argument 2 names different: declaration 'Attrs' definition 'aAttrs'.
firefox-62.0/dom/webbrowserpersist/nsWebBrowserPersist.cpp:2703:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/webbrowserpersist/nsWebBrowserPersist.cpp:2700:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/webbrowserpersist/nsWebBrowserPersist.cpp:2703:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/webbrowserpersist/nsWebBrowserPersist.cpp:1431:21: style: The scope of the variable 'crlf' can be reduced. [variableScope]
firefox-62.0/dom/webbrowserpersist/nsWebBrowserPersist.cpp:1432:21: style: The scope of the variable 'colon' can be reduced. [variableScope]
firefox-62.0/dom/webbrowserpersist/nsWebBrowserPersist.cpp:545:52: style: Function 'StartUpload' argument 1 names different: declaration 'aOutStream' definition 'storStream'. [funcArgNamesDifferent]
firefox-62.0/dom/webbrowserpersist/nsWebBrowserPersist.h:103:44: note: Function 'StartUpload' argument 1 names different: declaration 'aOutStream' definition 'storStream'.
firefox-62.0/dom/webbrowserpersist/nsWebBrowserPersist.cpp:545:52: note: Function 'StartUpload' argument 1 names different: declaration 'aOutStream' definition 'storStream'.
firefox-62.0/dom/webbrowserpersist/nsWebBrowserPersist.cpp:2279:13: style: Function 'MakeOutputStream' argument 1 names different: declaration 'aFile' definition 'aURI'. [funcArgNamesDifferent]
firefox-62.0/dom/webbrowserpersist/nsWebBrowserPersist.h:98:17: note: Function 'MakeOutputStream' argument 1 names different: declaration 'aFile' definition 'aURI'.
firefox-62.0/dom/webbrowserpersist/nsWebBrowserPersist.cpp:2279:13: note: Function 'MakeOutputStream' argument 1 names different: declaration 'aFile' definition 'aURI'.
firefox-62.0/dom/webbrowserpersist/nsWebBrowserPersist.cpp:2332:38: style: Function 'MakeOutputStreamFromURI' argument 2 names different: declaration 'aOutStream' definition 'aOutputStream'. [funcArgNamesDifferent]
firefox-62.0/dom/webbrowserpersist/nsWebBrowserPersist.h:101:71: note: Function 'MakeOutputStreamFromURI' argument 2 names different: declaration 'aOutStream' definition 'aOutputStream'.
firefox-62.0/dom/webbrowserpersist/nsWebBrowserPersist.cpp:2332:38: note: Function 'MakeOutputStreamFromURI' argument 2 names different: declaration 'aOutStream' definition 'aOutputStream'.
firefox-62.0/dom/websocket/WebSocket.cpp:465:41: style: Function 'CloseConnection' argument 1 names different: declaration 'reasonCode' definition 'aReasonCode'. [funcArgNamesDifferent]
firefox-62.0/dom/websocket/WebSocket.cpp:141:37: note: Function 'CloseConnection' argument 1 names different: declaration 'reasonCode' definition 'aReasonCode'.
firefox-62.0/dom/websocket/WebSocket.cpp:465:41: note: Function 'CloseConnection' argument 1 names different: declaration 'reasonCode' definition 'aReasonCode'.
firefox-62.0/dom/websocket/WebSocket.cpp:555:40: style: Function 'FailConnection' argument 1 names different: declaration 'reasonCode' definition 'aReasonCode'. [funcArgNamesDifferent]
firefox-62.0/dom/websocket/WebSocket.cpp:139:32: note: Function 'FailConnection' argument 1 names different: declaration 'reasonCode' definition 'aReasonCode'.
firefox-62.0/dom/websocket/WebSocket.cpp:555:40: note: Function 'FailConnection' argument 1 names different: declaration 'reasonCode' definition 'aReasonCode'.
firefox-62.0/dom/websocket/WebSocket.cpp:989:37: style: Function 'Constructor' argument 3 names different: declaration 'rv' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/websocket/WebSocket.h:81:63: note: Function 'Constructor' argument 3 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/websocket/WebSocket.cpp:989:37: note: Function 'Constructor' argument 3 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/websocket/WebSocket.cpp:1000:37: style: Function 'Constructor' argument 4 names different: declaration 'rv' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/websocket/WebSocket.h:86:63: note: Function 'Constructor' argument 4 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/websocket/WebSocket.cpp:1000:37: note: Function 'Constructor' argument 4 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/websocket/WebSocket.cpp:1016:37: style: Function 'Constructor' argument 4 names different: declaration 'rv' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/websocket/WebSocket.h:91:63: note: Function 'Constructor' argument 4 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/websocket/WebSocket.cpp:1016:37: note: Function 'Constructor' argument 4 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/websocket/WebSocket.cpp:1028:47: style: Function 'CreateServerWebSocket' argument 6 names different: declaration 'rv' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/websocket/WebSocket.h:98:73: note: Function 'CreateServerWebSocket' argument 6 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/websocket/WebSocket.cpp:1028:47: note: Function 'CreateServerWebSocket' argument 6 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/websocket/WebSocket.cpp:1294:43: style: Function 'ConstructorCommon' argument 6 names different: declaration 'rv' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/websocket/WebSocket.h:105:69: note: Function 'ConstructorCommon' argument 6 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/websocket/WebSocket.cpp:1294:43: note: Function 'ConstructorCommon' argument 6 names different: declaration 'rv' definition 'aRv'.
firefox-62.0/dom/websocket/WebSocket.cpp:2376:30: style: Function 'GetUrl' argument 1 names different: declaration 'aResult' definition 'aURL'. [funcArgNamesDifferent]
firefox-62.0/dom/websocket/WebSocket.h:108:26: note: Function 'GetUrl' argument 1 names different: declaration 'aResult' definition 'aURL'.
firefox-62.0/dom/websocket/WebSocket.cpp:2376:30: note: Function 'GetUrl' argument 1 names different: declaration 'aResult' definition 'aURL'.
firefox-62.0/dom/websocket/WebSocket.cpp:2397:35: style: Function 'GetProtocol' argument 1 names different: declaration 'aResult' definition 'aProtocol'. [funcArgNamesDifferent]
firefox-62.0/dom/websocket/WebSocket.h:129:31: note: Function 'GetProtocol' argument 1 names different: declaration 'aResult' definition 'aProtocol'.
firefox-62.0/dom/websocket/WebSocket.cpp:2397:35: note: Function 'GetProtocol' argument 1 names different: declaration 'aResult' definition 'aProtocol'.
firefox-62.0/dom/websocket/WebSocket.cpp:92:12: warning: Member variable 'WebSocketImpl::mPort' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/workers/WorkerPrivate.h:59:1: warning: The class 'SharedMutex' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/workers/RuntimeService.cpp:1328:21: style: The scope of the variable 'domainInfo' can be reduced. [variableScope]
firefox-62.0/dom/workers/ScriptLoader.cpp:1782:30: warning: Possible null pointer dereference: response [nullPointer]
firefox-62.0/dom/workers/ScriptLoader.cpp:1775:38: note: Assignment 'response=nullptr', assigned value is 0
firefox-62.0/dom/workers/ScriptLoader.cpp:1782:30: note: Null pointer dereference
firefox-62.0/dom/workers/ScriptLoader.cpp:1792:3: warning: Possible null pointer dereference: response [nullPointer]
firefox-62.0/dom/workers/ScriptLoader.cpp:1775:38: note: Assignment 'response=nullptr', assigned value is 0
firefox-62.0/dom/workers/ScriptLoader.cpp:1792:3: note: Null pointer dereference
firefox-62.0/dom/workers/ScriptLoader.cpp:1793:18: warning: Possible null pointer dereference: response [nullPointer]
firefox-62.0/dom/workers/ScriptLoader.cpp:1775:38: note: Assignment 'response=nullptr', assigned value is 0
firefox-62.0/dom/workers/ScriptLoader.cpp:1793:18: note: Null pointer dereference
firefox-62.0/dom/workers/ScriptLoader.cpp:1794:43: warning: Possible null pointer dereference: response [nullPointer]
firefox-62.0/dom/workers/ScriptLoader.cpp:1775:38: note: Assignment 'response=nullptr', assigned value is 0
firefox-62.0/dom/workers/ScriptLoader.cpp:1794:43: note: Null pointer dereference
firefox-62.0/dom/workers/ScriptLoader.cpp:2180:62: style: Function 'LogExceptionToConsole' argument 2 names different: declaration 'WorkerPrivate' definition 'aWorkerPrivate'. [funcArgNamesDifferent]
firefox-62.0/dom/workers/ScriptLoader.cpp:397:45: note: Function 'LogExceptionToConsole' argument 2 names different: declaration 'WorkerPrivate' definition 'aWorkerPrivate'.
firefox-62.0/dom/workers/ScriptLoader.cpp:2180:62: note: Function 'LogExceptionToConsole' argument 2 names different: declaration 'WorkerPrivate' definition 'aWorkerPrivate'.
firefox-62.0/dom/workers/ScriptLoader.cpp:2270:52: style: Function 'ChannelFromScriptURLMainThread' argument 7 names different: declaration 'aContentPolicyType' definition 'aMainScriptContentPolicyType'. [funcArgNamesDifferent]
firefox-62.0/dom/workers/ScriptLoader.h:43:52: note: Function 'ChannelFromScriptURLMainThread' argument 7 names different: declaration 'aContentPolicyType' definition 'aMainScriptContentPolicyType'.
firefox-62.0/dom/workers/ScriptLoader.cpp:2270:52: note: Function 'ChannelFromScriptURLMainThread' argument 7 names different: declaration 'aContentPolicyType' definition 'aMainScriptContentPolicyType'.
firefox-62.0/dom/workers/WorkerError.cpp:101:40: warning: Either the condition 'if(globalScope||IsWorkerDebuggerSandbox(global))' is redundant or there is possible null pointer dereference: globalScope. [nullPointerRedundantCheck]
firefox-62.0/dom/workers/WorkerError.cpp:102:16: note: Assuming that condition 'if(globalScope||IsWorkerDebuggerSandbox(global))' is not redundant
firefox-62.0/dom/workers/WorkerError.cpp:101:40: note: Null pointer dereference
firefox-62.0/dom/workers/WorkerError.cpp:355:38: warning: Either the condition 'if(globalScope||IsWorkerDebuggerSandbox(global))' is redundant or there is possible null pointer dereference: globalScope. [nullPointerRedundantCheck]
firefox-62.0/dom/workers/WorkerError.cpp:356:14: note: Assuming that condition 'if(globalScope||IsWorkerDebuggerSandbox(global))' is not redundant
firefox-62.0/dom/workers/WorkerError.cpp:355:38: note: Null pointer dereference
firefox-62.0/dom/workers/WorkerPrivate.cpp:3314:7: warning: Possible null pointer dereference: runnable [nullPointer]
firefox-62.0/dom/workers/WorkerPrivate.cpp:3303:34: note: Assignment 'runnable=nullptr', assigned value is 0
firefox-62.0/dom/workers/WorkerPrivate.cpp:3314:7: note: Null pointer dereference
firefox-62.0/dom/workers/WorkerPrivate.cpp:3897:5: warning: Possible null pointer dereference: runnable [nullPointer]
firefox-62.0/dom/workers/WorkerPrivate.cpp:3894:32: note: Assignment 'runnable=nullptr', assigned value is 0
firefox-62.0/dom/workers/WorkerPrivate.cpp:3897:5: note: Null pointer dereference
firefox-62.0/dom/workers/WorkerPrivate.cpp:4459:7: warning: Possible null pointer dereference: runnable [nullPointer]
firefox-62.0/dom/workers/WorkerPrivate.cpp:4449:34: note: Assignment 'runnable=nullptr', assigned value is 0
firefox-62.0/dom/workers/WorkerPrivate.cpp:4459:7: note: Null pointer dereference
firefox-62.0/dom/workers/WorkerPrivate.cpp:2074:59: style: Function 'UpdateJSWorkerMemoryParameter' argument 1 names different: declaration 'key' definition 'aKey'. [funcArgNamesDifferent]
firefox-62.0/dom/workers/WorkerPrivate.h:1151:46: note: Function 'UpdateJSWorkerMemoryParameter' argument 1 names different: declaration 'key' definition 'aKey'.
firefox-62.0/dom/workers/WorkerPrivate.cpp:2074:59: note: Function 'UpdateJSWorkerMemoryParameter' argument 1 names different: declaration 'key' definition 'aKey'.
firefox-62.0/dom/workers/WorkerPrivate.cpp:2074:74: style: Function 'UpdateJSWorkerMemoryParameter' argument 2 names different: declaration 'value' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/dom/workers/WorkerPrivate.h:1151:60: note: Function 'UpdateJSWorkerMemoryParameter' argument 2 names different: declaration 'value' definition 'aValue'.
firefox-62.0/dom/workers/WorkerPrivate.cpp:2074:74: note: Function 'UpdateJSWorkerMemoryParameter' argument 2 names different: declaration 'value' definition 'aValue'.
firefox-62.0/dom/workers/WorkerPrivate.cpp:3942:69: style: Function 'TraverseTimeouts' argument 1 names different: declaration 'aCallback' definition 'cb'. [funcArgNamesDifferent]
firefox-62.0/dom/workers/WorkerPrivate.h:272:56: note: Function 'TraverseTimeouts' argument 1 names different: declaration 'aCallback' definition 'cb'.
firefox-62.0/dom/workers/WorkerPrivate.cpp:3942:69: note: Function 'TraverseTimeouts' argument 1 names different: declaration 'aCallback' definition 'cb'.
firefox-62.0/dom/workers/WorkerPrivate.cpp:5052:67: style: Function 'UpdateJSWorkerMemoryParameterInternal' argument 2 names different: declaration 'key' definition 'aKey'. [funcArgNamesDifferent]
firefox-62.0/dom/workers/WorkerPrivate.h:345:70: note: Function 'UpdateJSWorkerMemoryParameterInternal' argument 2 names different: declaration 'key' definition 'aKey'.
firefox-62.0/dom/workers/WorkerPrivate.cpp:5052:67: note: Function 'UpdateJSWorkerMemoryParameterInternal' argument 2 names different: declaration 'key' definition 'aKey'.
firefox-62.0/dom/workers/WorkerPrivate.cpp:1590:41: style: Variable 'cb' is assigned a value that is never used. [unreadVariable]
firefox-62.0/dom/workers/WorkerPrivate.cpp:1591:26: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
firefox-62.0/dom/workers/WorkerPrivate.cpp:3945:24: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
firefox-62.0/dom/workers/WorkerPrivate.cpp:1130:8: style: Technically the member function 'mozilla::dom::TimeoutInfo::operator==' can be const. [functionConst]
firefox-62.0/dom/workers/WorkerPrivate.cpp:1135:8: style: Technically the member function 'mozilla::dom::TimeoutInfo::operator<' can be const. [functionConst]
firefox-62.0/dom/workers/WorkerPrivate.cpp:126:0: performance: Technically the member function 'mozilla :: dom :: AutoPtrComparator < TimeoutInfo >::Equals' can be static. [functionStatic]
firefox-62.0/dom/workers/WorkerPrivate.cpp:129:0: performance: Technically the member function 'mozilla :: dom :: AutoPtrComparator < TimeoutInfo >::LessThan' can be static. [functionStatic]
firefox-62.0/dom/workers/WorkerPrivate.cpp:208:16: style: Struct 'WindowAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/dom/workers/WorkerScope.cpp:1155:26: style: Function 'IsWorkerGlobal' argument 1 names different: declaration 'global' definition 'object'. [funcArgNamesDifferent]
firefox-62.0/dom/workers/WorkerCommon.h:59:26: note: Function 'IsWorkerGlobal' argument 1 names different: declaration 'global' definition 'object'.
firefox-62.0/dom/workers/WorkerScope.cpp:1155:26: note: Function 'IsWorkerGlobal' argument 1 names different: declaration 'global' definition 'object'.
firefox-62.0/dom/workers/WorkerScope.cpp:1161:34: style: Function 'IsWorkerDebuggerGlobal' argument 1 names different: declaration 'global' definition 'object'. [funcArgNamesDifferent]
firefox-62.0/dom/workers/WorkerCommon.h:62:34: note: Function 'IsWorkerDebuggerGlobal' argument 1 names different: declaration 'global' definition 'object'.
firefox-62.0/dom/workers/WorkerScope.cpp:1161:34: note: Function 'IsWorkerDebuggerGlobal' argument 1 names different: declaration 'global' definition 'object'.
firefox-62.0/dom/xbl/nsBindingManager.cpp:182:5: warning: Either the condition '!aContent' is redundant or there is possible null pointer dereference: aContent. [nullPointerRedundantCheck]
firefox-62.0/dom/xbl/nsBindingManager.cpp:185:9: note: Assuming that condition '!aContent' is not redundant
firefox-62.0/dom/xbl/nsBindingManager.cpp:182:5: note: Null pointer dereference
firefox-62.0/dom/xbl/nsBindingManager.cpp:395:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xbl/nsBindingManager.cpp:393:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xbl/nsBindingManager.cpp:395:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xbl/nsBindingManager.cpp:171:77: style: Function 'SetWrappedJS' argument 2 names different: declaration 'aResult' definition 'aWrappedJS'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsBindingManager.h:170:70: note: Function 'SetWrappedJS' argument 2 names different: declaration 'aResult' definition 'aWrappedJS'.
firefox-62.0/dom/xbl/nsBindingManager.cpp:171:77: note: Function 'SetWrappedJS' argument 2 names different: declaration 'aResult' definition 'aWrappedJS'.
firefox-62.0/dom/xbl/nsBindingManager.cpp:494:46: style: Function 'GetXBLDocumentInfo' argument 1 names different: declaration 'aURI' definition 'aURL'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsBindingManager.h:116:49: note: Function 'GetXBLDocumentInfo' argument 1 names different: declaration 'aURI' definition 'aURL'.
firefox-62.0/dom/xbl/nsBindingManager.cpp:494:46: note: Function 'GetXBLDocumentInfo' argument 1 names different: declaration 'aURI' definition 'aURL'.
firefox-62.0/dom/xbl/nsXBLMaybeCompiled.h:64:14: style: Unused private function: 'nsXBLMaybeCompiled::UnsafeGetJSFunction' [unusedPrivateFunction]
firefox-62.0/dom/xbl/nsXBLPrototypeHandler.h:128:11: style: Technically the member function 'nsXBLPrototypeHandler::GetPhase' can be const. [functionConst]
firefox-62.0/dom/xbl/nsXBLPrototypeHandler.h:129:11: style: Technically the member function 'nsXBLPrototypeHandler::GetType' can be const. [functionConst]
firefox-62.0/dom/xbl/nsXBLPrototypeHandler.h:130:18: style: Technically the member function 'nsXBLPrototypeHandler::GetIsReserved' can be const. [functionConst]
firefox-62.0/dom/xbl/nsXBLPrototypeHandler.h:155:8: style: Technically the member function 'nsXBLPrototypeHandler::HasAllowUntrustedAttr' can be const. [functionConst]
firefox-62.0/dom/xbl/nsXBLPrototypeHandler.h:162:8: style: Technically the member function 'nsXBLPrototypeHandler::AllowUntrustedEvents' can be const. [functionConst]
firefox-62.0/dom/xbl/nsXBLPrototypeHandler.h:176:8: performance: Technically the member function 'nsXBLPrototypeHandler::Init' can be static. [functionStatic]
firefox-62.0/dom/xbl/nsXBLProtoImplMember.h:56:12: style: Technically the member function 'nsXBLTextWithLineNumber::GetLineNumber' can be const. [functionConst]
firefox-62.0/dom/xbl/nsXBLProtoImplMember.h:77:8: style: Technically the member function 'nsXBLProtoImplMember::ShouldExposeToUntrustedContent' can be const. [functionConst]
firefox-62.0/dom/xbl/nsXBLProtoImplMember.h:79:19: style: Technically the member function 'nsXBLProtoImplMember::GetName' can be const. [functionConst]
firefox-62.0/dom/xbl/nsXBLProtoImplMethod.h:55:11: style: Technically the member function 'nsXBLUncompiledMethod::GetParameterCount' can be const. [functionConst]
firefox-62.0/dom/xbl/nsXBLPrototypeBinding.h:345:3: warning: The class 'IIDHashKey' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/xbl/nsXBLBinding.cpp:104:51: style: Function 'nsXBLBinding' argument 1 names different: declaration 'aProtoBinding' definition 'aBinding'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLBinding.h:42:48: note: Function 'nsXBLBinding' argument 1 names different: declaration 'aProtoBinding' definition 'aBinding'.
firefox-62.0/dom/xbl/nsXBLBinding.cpp:104:51: note: Function 'nsXBLBinding' argument 1 names different: declaration 'aProtoBinding' definition 'aBinding'.
firefox-62.0/dom/xbl/nsXBLBinding.cpp:194:41: style: Function 'BindAnonymousContent' argument 3 names different: declaration 'aNativeAnon' definition 'aChromeOnlyContent'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLBinding.h:108:34: note: Function 'BindAnonymousContent' argument 3 names different: declaration 'aNativeAnon' definition 'aChromeOnlyContent'.
firefox-62.0/dom/xbl/nsXBLBinding.cpp:194:41: note: Function 'BindAnonymousContent' argument 3 names different: declaration 'aNativeAnon' definition 'aChromeOnlyContent'.
firefox-62.0/dom/xbl/nsXBLBinding.h:140:8: style: Technically the member function 'nsXBLBinding::AllowScripts' can be const. [functionConst]
firefox-62.0/dom/xbl/nsXBLBinding.cpp:1055:15: note: Technically the member function 'nsXBLBinding::AllowScripts' can be const.
firefox-62.0/dom/xbl/nsXBLBinding.h:140:8: note: Technically the member function 'nsXBLBinding::AllowScripts' can be const.
firefox-62.0/dom/xbl/nsXBLContentSink.cpp:36:30: style: Function 'NS_NewXBLContentSink' argument 3 names different: declaration 'aURL' definition 'aURI'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLContentSink.h:150:30: note: Function 'NS_NewXBLContentSink' argument 3 names different: declaration 'aURL' definition 'aURI'.
firefox-62.0/dom/xbl/nsXBLContentSink.cpp:36:30: note: Function 'NS_NewXBLContentSink' argument 3 names different: declaration 'aURL' definition 'aURI'.
firefox-62.0/dom/xbl/nsXBLContentSink.cpp:73:32: style: Function 'Init' argument 2 names different: declaration 'aURL' definition 'aURI'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLContentSink.h:64:25: note: Function 'Init' argument 2 names different: declaration 'aURL' definition 'aURI'.
firefox-62.0/dom/xbl/nsXBLContentSink.cpp:73:32: note: Function 'Init' argument 2 names different: declaration 'aURL' definition 'aURI'.
firefox-62.0/dom/xbl/nsXBLProtoImpl.h:52:8: style: Technically the member function 'nsXBLProtoImpl::LookupMember' can be const. [functionConst]
firefox-62.0/dom/xbl/nsXBLProtoImpl.cpp:267:17: note: Technically the member function 'nsXBLProtoImpl::LookupMember' can be const.
firefox-62.0/dom/xbl/nsXBLProtoImpl.h:52:8: note: Technically the member function 'nsXBLProtoImpl::LookupMember' can be const.
firefox-62.0/dom/xbl/nsXBLProtoImpl.h:68:8: style: Technically the member function 'nsXBLProtoImpl::Trace' can be const. [functionConst]
firefox-62.0/dom/xbl/nsXBLProtoImpl.cpp:281:17: note: Technically the member function 'nsXBLProtoImpl::Trace' can be const.
firefox-62.0/dom/xbl/nsXBLProtoImpl.h:68:8: note: Technically the member function 'nsXBLProtoImpl::Trace' can be const.
firefox-62.0/dom/xbl/nsXBLProtoImplMethod.cpp:45:55: style: Function 'AppendBodyText' argument 1 names different: declaration 'aBody' definition 'aText'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLProtoImplMethod.h:86:40: note: Function 'AppendBodyText' argument 1 names different: declaration 'aBody' definition 'aText'.
firefox-62.0/dom/xbl/nsXBLProtoImplMethod.cpp:45:55: note: Function 'AppendBodyText' argument 1 names different: declaration 'aBody' definition 'aText'.
firefox-62.0/dom/xbl/nsXBLProtoImplMethod.cpp:60:53: style: Function 'AddParameter' argument 1 names different: declaration 'aName' definition 'aText'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLProtoImplMethod.h:87:38: note: Function 'AddParameter' argument 1 names different: declaration 'aName' definition 'aText'.
firefox-62.0/dom/xbl/nsXBLProtoImplMethod.cpp:60:53: note: Function 'AddParameter' argument 1 names different: declaration 'aName' definition 'aText'.
firefox-62.0/dom/xbl/nsXBLProtoImplMethod.h:141:12: style: Technically the member function 'nsXBLProtoImplAnonymousMethod::Execute' can be const. [functionConst]
firefox-62.0/dom/xbl/nsXBLProtoImplMethod.cpp:262:32: note: Technically the member function 'nsXBLProtoImplAnonymousMethod::Execute' can be const.
firefox-62.0/dom/xbl/nsXBLProtoImplMethod.h:141:12: note: Technically the member function 'nsXBLProtoImplAnonymousMethod::Execute' can be const.
firefox-62.0/dom/xbl/nsXBLProtoImplProperty.cpp:87:59: style: Function 'AppendGetterText' argument 1 names different: declaration 'aGetter' definition 'aText'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLProtoImplProperty.h:31:42: note: Function 'AppendGetterText' argument 1 names different: declaration 'aGetter' definition 'aText'.
firefox-62.0/dom/xbl/nsXBLProtoImplProperty.cpp:87:59: note: Function 'AppendGetterText' argument 1 names different: declaration 'aGetter' definition 'aText'.
firefox-62.0/dom/xbl/nsXBLProtoImplProperty.cpp:95:59: style: Function 'AppendSetterText' argument 1 names different: declaration 'aSetter' definition 'aText'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLProtoImplProperty.h:32:42: note: Function 'AppendSetterText' argument 1 names different: declaration 'aSetter' definition 'aText'.
firefox-62.0/dom/xbl/nsXBLProtoImplProperty.cpp:95:59: note: Function 'AppendSetterText' argument 1 names different: declaration 'aSetter' definition 'aText'.
firefox-62.0/dom/xbl/nsXBLProtoImplProperty.cpp:274:53: style: Function 'Trace' argument 1 names different: declaration 'aCallback' definition 'aCallbacks'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLProtoImplProperty.h:42:44: note: Function 'Trace' argument 1 names different: declaration 'aCallback' definition 'aCallbacks'.
firefox-62.0/dom/xbl/nsXBLProtoImplProperty.cpp:274:53: note: Function 'Trace' argument 1 names different: declaration 'aCallback' definition 'aCallbacks'.
firefox-62.0/dom/xbl/nsXBLProtoImplProperty.cpp:217:12: error: Memory pointed to by 'getterText' is freed twice. [doubleFree]
firefox-62.0/dom/xbl/nsXBLProtoImplProperty.cpp:262:12: error: Memory pointed to by 'setterText' is freed twice. [doubleFree]
firefox-62.0/dom/xbl/nsXBLProtoImplProperty.cpp:328:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/dom/xbl/nsXBLPrototypeBinding.cpp:1556:12: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/dom/xbl/nsXBLPrototypeBinding.cpp:319:70: style: Function 'SetConstructor' argument 1 names different: declaration 'aConstructor' definition 'aMethod'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLPrototypeBinding.h:74:58: note: Function 'SetConstructor' argument 1 names different: declaration 'aConstructor' definition 'aMethod'.
firefox-62.0/dom/xbl/nsXBLPrototypeBinding.cpp:319:70: note: Function 'SetConstructor' argument 1 names different: declaration 'aConstructor' definition 'aMethod'.
firefox-62.0/dom/xbl/nsXBLPrototypeBinding.cpp:328:69: style: Function 'SetDestructor' argument 1 names different: declaration 'aDestructor' definition 'aMethod'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLPrototypeBinding.h:76:57: note: Function 'SetDestructor' argument 1 names different: declaration 'aDestructor' definition 'aMethod'.
firefox-62.0/dom/xbl/nsXBLPrototypeBinding.cpp:328:69: note: Function 'SetDestructor' argument 1 names different: declaration 'aDestructor' definition 'aMethod'.
firefox-62.0/dom/xbl/nsXBLPrototypeBinding.cpp:1192:53: style: Function 'ReadContentNode' argument 4 names different: declaration 'aChild' definition 'aContent'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLPrototypeBinding.h:219:41: note: Function 'ReadContentNode' argument 4 names different: declaration 'aChild' definition 'aContent'.
firefox-62.0/dom/xbl/nsXBLPrototypeBinding.cpp:1192:53: note: Function 'ReadContentNode' argument 4 names different: declaration 'aChild' definition 'aContent'.
firefox-62.0/dom/xbl/nsXBLPrototypeBinding.cpp:76:11: style: Technically the member function 'nsXBLAttributeEntry::GetDstNameSpace' can be const. [functionConst]
firefox-62.0/dom/xbl/nsXBLPrototypeHandler.cpp:1113:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xbl/nsXBLPrototypeHandler.cpp:1112:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xbl/nsXBLPrototypeHandler.cpp:1113:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xbl/nsXBLPrototypeHandler.cpp:826:48: style: Function 'GetEventType' argument 1 names different: declaration 'type' definition 'aEvent'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLPrototypeHandler.h:196:32: note: Function 'GetEventType' argument 1 names different: declaration 'type' definition 'aEvent'.
firefox-62.0/dom/xbl/nsXBLPrototypeHandler.cpp:826:48: note: Function 'GetEventType' argument 1 names different: declaration 'type' definition 'aEvent'.
firefox-62.0/dom/xbl/nsXBLPrototypeHandler.h:138:28: style: Technically the member function 'nsXBLPrototypeHandler::GetEventName' can be const. [functionConst]
firefox-62.0/dom/xbl/nsXBLPrototypeHandler.cpp:653:24: note: Technically the member function 'nsXBLPrototypeHandler::GetEventName' can be const.
firefox-62.0/dom/xbl/nsXBLPrototypeHandler.h:138:28: note: Technically the member function 'nsXBLPrototypeHandler::GetEventName' can be const.
firefox-62.0/dom/xbl/nsXBLPrototypeHandler.h:185:18: performance: Technically the member function 'nsXBLPrototypeHandler::GetMatchingKeyCode' can be static. [functionStatic]
firefox-62.0/dom/xbl/nsXBLPrototypeHandler.cpp:767:32: note: Technically the member function 'nsXBLPrototypeHandler::GetMatchingKeyCode' can be static.
firefox-62.0/dom/xbl/nsXBLPrototypeHandler.h:185:18: note: Technically the member function 'nsXBLPrototypeHandler::GetMatchingKeyCode' can be static.
firefox-62.0/dom/xbl/nsXBLPrototypeResources.cpp:60:58: style: Function 'AddResourceListener' argument 1 names different: declaration 'aElement' definition 'aBoundElement'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLPrototypeResources.h:38:40: note: Function 'AddResourceListener' argument 1 names different: declaration 'aElement' definition 'aBoundElement'.
firefox-62.0/dom/xbl/nsXBLPrototypeResources.cpp:60:58: note: Function 'AddResourceListener' argument 1 names different: declaration 'aElement' definition 'aBoundElement'.
firefox-62.0/dom/xbl/nsXBLResourceLoader.cpp:49:0: error: syntax error [syntaxError]
firefox-62.0/dom/xbl/nsXBLSerialize.cpp:18:45: style: Function 'XBL_SerializeFunction' argument 2 names different: declaration 'aFunctionObject' definition 'aFunction'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLSerialize.h:88:45: note: Function 'XBL_SerializeFunction' argument 2 names different: declaration 'aFunctionObject' definition 'aFunction'.
firefox-62.0/dom/xbl/nsXBLSerialize.cpp:18:45: note: Function 'XBL_SerializeFunction' argument 2 names different: declaration 'aFunctionObject' definition 'aFunction'.
firefox-62.0/dom/xbl/nsXBLSerialize.cpp:28:54: style: Function 'XBL_DeserializeFunction' argument 2 names different: declaration 'aFunctionObject' definition 'aFunctionObjectp'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLSerialize.h:92:54: note: Function 'XBL_DeserializeFunction' argument 2 names different: declaration 'aFunctionObject' definition 'aFunctionObjectp'.
firefox-62.0/dom/xbl/nsXBLSerialize.cpp:28:54: note: Function 'XBL_DeserializeFunction' argument 2 names different: declaration 'aFunctionObject' definition 'aFunctionObjectp'.
firefox-62.0/dom/xbl/nsXBLService.cpp:270:12: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/dom/xbl/nsXBLService.cpp:251:59: style: Function 'HasRequest' argument 2 names different: declaration 'aBoundElement' definition 'aElt'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLService.cpp:158:45: note: Function 'HasRequest' argument 2 names different: declaration 'aBoundElement' definition 'aElt'.
firefox-62.0/dom/xbl/nsXBLService.cpp:251:59: note: Function 'HasRequest' argument 2 names different: declaration 'aBoundElement' definition 'aElt'.
firefox-62.0/dom/xbl/nsXBLService.cpp:688:31: style: Function 'GetBinding' argument 3 names different: declaration 'aPeekFlag' definition 'aPeekOnly'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLService.h:88:28: note: Function 'GetBinding' argument 3 names different: declaration 'aPeekFlag' definition 'aPeekOnly'.
firefox-62.0/dom/xbl/nsXBLService.cpp:688:31: note: Function 'GetBinding' argument 3 names different: declaration 'aPeekFlag' definition 'aPeekOnly'.
firefox-62.0/dom/xbl/nsXBLService.cpp:747:31: style: Function 'GetBinding' argument 3 names different: declaration 'aPeekFlag' definition 'aPeekOnly'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLService.h:109:28: note: Function 'GetBinding' argument 3 names different: declaration 'aPeekFlag' definition 'aPeekOnly'.
firefox-62.0/dom/xbl/nsXBLService.cpp:747:31: note: Function 'GetBinding' argument 3 names different: declaration 'aPeekFlag' definition 'aPeekOnly'.
firefox-62.0/dom/xbl/nsXBLService.cpp:183:3: performance: Variable 'mBoundDocument' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/xbl/nsXBLWindowKeyHandler.cpp:117:58: style: Function 'GetHandlers' argument 2 names different: declaration 'handler' definition 'aHandler'. [funcArgNamesDifferent]
firefox-62.0/dom/xbl/nsXBLWindowKeyHandler.cpp:58:44: note: Function 'GetHandlers' argument 2 names different: declaration 'handler' definition 'aHandler'.
firefox-62.0/dom/xbl/nsXBLWindowKeyHandler.cpp:117:58: note: Function 'GetHandlers' argument 2 names different: declaration 'handler' definition 'aHandler'.
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.h:101:12: style: Technically the member function 'mozilla::dom::ArrayBufferBuilder::length' can be const. [functionConst]
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.h:102:12: style: Technically the member function 'mozilla::dom::ArrayBufferBuilder::capacity' can be const. [functionConst]
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.cpp:490:61: style: Function 'AppendToResponseText' argument 1 names different: declaration 'aBuffer' definition 'aSrcBuffer'. [funcArgNamesDifferent]
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.h:483:46: note: Function 'AppendToResponseText' argument 1 names different: declaration 'aBuffer' definition 'aSrcBuffer'.
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.cpp:490:61: note: Function 'AppendToResponseText' argument 1 names different: declaration 'aBuffer' definition 'aSrcBuffer'.
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.cpp:491:57: style: Function 'AppendToResponseText' argument 2 names different: declaration 'aBufferLen' definition 'aSrcBufferLen'. [funcArgNamesDifferent]
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.h:483:64: note: Function 'AppendToResponseText' argument 2 names different: declaration 'aBufferLen' definition 'aSrcBufferLen'.
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.cpp:491:57: note: Function 'AppendToResponseText' argument 2 names different: declaration 'aBufferLen' definition 'aSrcBufferLen'.
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.cpp:622:70: style: Function 'SetResponseType' argument 1 names different: declaration 'aType' definition 'aResponseType'. [funcArgNamesDifferent]
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.h:395:46: note: Function 'SetResponseType' argument 1 names different: declaration 'aType' definition 'aResponseType'.
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.cpp:622:70: note: Function 'SetResponseType' argument 1 names different: declaration 'aType' definition 'aResponseType'.
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.cpp:1030:58: style: Function 'IsSafeHeader' argument 1 names different: declaration 'aHeaderName' definition 'aHeader'. [funcArgNamesDifferent]
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.h:382:39: note: Function 'IsSafeHeader' argument 1 names different: declaration 'aHeaderName' definition 'aHeader'.
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.cpp:1030:58: note: Function 'IsSafeHeader' argument 1 names different: declaration 'aHeaderName' definition 'aHeader'.
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.cpp:1144:63: style: Function 'GetResponseHeader' argument 1 names different: declaration 'aHeader' definition 'header'. [funcArgNamesDifferent]
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.h:360:39: note: Function 'GetResponseHeader' argument 1 names different: declaration 'aHeader' definition 'header'.
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.cpp:1144:63: note: Function 'GetResponseHeader' argument 1 names different: declaration 'aHeader' definition 'header'.
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.cpp:1145:57: style: Function 'GetResponseHeader' argument 2 names different: declaration 'aResult' definition '_retval'. [funcArgNamesDifferent]
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.h:360:60: note: Function 'GetResponseHeader' argument 2 names different: declaration 'aResult' definition '_retval'.
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.cpp:1145:57: note: Function 'GetResponseHeader' argument 2 names different: declaration 'aResult' definition '_retval'.
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.cpp:3652:68: style: Function 'BlobStoreCompleted' argument 3 names different: declaration 'aResult' definition 'aRv'. [funcArgNamesDifferent]
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.h:476:36: note: Function 'BlobStoreCompleted' argument 3 names different: declaration 'aResult' definition 'aRv'.
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.cpp:3652:68: note: Function 'BlobStoreCompleted' argument 3 names different: declaration 'aResult' definition 'aRv'.
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.cpp:3992:48: style: Function 'ApplyToChannel' argument 1 names different: declaration 'aChannel' definition 'aHttpChannel'. [funcArgNamesDifferent]
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.h:154:39: note: Function 'ApplyToChannel' argument 1 names different: declaration 'aChannel' definition 'aHttpChannel'.
firefox-62.0/dom/xhr/XMLHttpRequestMainThread.cpp:3992:48: note: Function 'ApplyToChannel' argument 1 names different: declaration 'aChannel' definition 'aHttpChannel'.
firefox-62.0/dom/xhr/XMLHttpRequestWorker.cpp:1471:79: style: Same expression on both sides of '||'. [duplicateExpression]
firefox-62.0/dom/xhr/XMLHttpRequestWorker.cpp:1472:90: style: Same expression on both sides of '||'. [duplicateExpression]
firefox-62.0/dom/xhr/XMLHttpRequestWorker.cpp:1473:86: style: Same expression on both sides of '||'. [duplicateExpression]
firefox-62.0/dom/xhr/XMLHttpRequestWorker.cpp:1474:83: style: Same expression on both sides of '||'. [duplicateExpression]
firefox-62.0/dom/xhr/XMLHttpRequestWorker.cpp:1475:90: style: Same expression on both sides of '||'. [duplicateExpression]
firefox-62.0/dom/xhr/XMLHttpRequestWorker.cpp:43:50: style: Function 'trace' argument 1 names different: declaration 'trc' definition 'aTrc'. [funcArgNamesDifferent]
firefox-62.0/dom/xhr/XMLHttpRequestWorker.h:45:26: note: Function 'trace' argument 1 names different: declaration 'trc' definition 'aTrc'.
firefox-62.0/dom/xhr/XMLHttpRequestWorker.cpp:43:50: note: Function 'trace' argument 1 names different: declaration 'trc' definition 'aTrc'.
firefox-62.0/dom/xml/nsXMLContentSink.cpp:149:0: error: syntax error [syntaxError]
firefox-62.0/dom/xml/nsXMLFragmentContentSink.cpp:297:45: style: Function 'ReportError' argument 4 names different: declaration 'aRetval' definition '_retval'. [funcArgNamesDifferent]
firefox-62.0/dom/xml/nsXMLFragmentContentSink.cpp:59:32: note: Function 'ReportError' argument 4 names different: declaration 'aRetval' definition '_retval'.
firefox-62.0/dom/xml/nsXMLFragmentContentSink.cpp:297:45: note: Function 'ReportError' argument 4 names different: declaration 'aRetval' definition '_retval'.
firefox-62.0/dom/xml/nsXMLFragmentContentSink.cpp:386:58: style: Function 'SetTargetDocument' argument 1 names different: declaration 'aDocument' definition 'aTargetDocument'. [funcArgNamesDifferent]
firefox-62.0/dom/xml/nsXMLFragmentContentSink.cpp:72:45: note: Function 'SetTargetDocument' argument 1 names different: declaration 'aDocument' definition 'aTargetDocument'.
firefox-62.0/dom/xml/nsXMLFragmentContentSink.cpp:386:58: note: Function 'SetTargetDocument' argument 1 names different: declaration 'aDocument' definition 'aTargetDocument'.
firefox-62.0/dom/xml/nsXMLFragmentContentSink.cpp:431:58: style: Function 'SetPreventScriptExecution' argument 1 names different: declaration 'aPreventScriptExecution' definition 'aPrevent'. [funcArgNamesDifferent]
firefox-62.0/dom/xml/nsXMLFragmentContentSink.cpp:76:45: note: Function 'SetPreventScriptExecution' argument 1 names different: declaration 'aPreventScriptExecution' definition 'aPrevent'.
firefox-62.0/dom/xml/nsXMLFragmentContentSink.cpp:431:58: note: Function 'SetPreventScriptExecution' argument 1 names different: declaration 'aPreventScriptExecution' definition 'aPrevent'.
firefox-62.0/dom/xml/nsXMLPrettyPrinter.cpp:101:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xml/nsXMLPrettyPrinter.cpp:97:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xml/nsXMLPrettyPrinter.cpp:101:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/base/txDouble.cpp:39:18: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/dom/xslt/base/txDouble.cpp:126:44: style: Function 'toDouble' argument 1 names different: declaration 'aStr' definition 'aSrc'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/base/txCore.h:47:45: note: Function 'toDouble' argument 1 names different: declaration 'aStr' definition 'aSrc'.
firefox-62.0/dom/xslt/base/txDouble.cpp:126:44: note: Function 'toDouble' argument 1 names different: declaration 'aStr' definition 'aSrc'.
firefox-62.0/dom/xslt/base/txExpandedName.h:42:10: style: Technically the member function 'txExpandedName::isNull' can be const. [functionConst]
firefox-62.0/dom/xslt/base/txExpandedNameMap.cpp:12:10: performance: Technically the member function 'txMapItemComparator::Equals' can be static. [functionStatic]
firefox-62.0/dom/xslt/base/txList.cpp:50:54: style: Function 'insertAfter' argument 2 names different: declaration 'sItem' definition 'refItem'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/base/txList.h:75:52: note: Function 'insertAfter' argument 2 names different: declaration 'sItem' definition 'refItem'.
firefox-62.0/dom/xslt/base/txList.cpp:50:54: note: Function 'insertAfter' argument 2 names different: declaration 'sItem' definition 'refItem'.
firefox-62.0/dom/xslt/base/txList.cpp:65:55: style: Function 'insertBefore' argument 2 names different: declaration 'sItem' definition 'refItem'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/base/txList.h:76:53: note: Function 'insertBefore' argument 2 names different: declaration 'sItem' definition 'refItem'.
firefox-62.0/dom/xslt/base/txList.cpp:65:55: note: Function 'insertBefore' argument 2 names different: declaration 'sItem' definition 'refItem'.
firefox-62.0/dom/xslt/base/txList.cpp:101:44: style: Function 'remove' argument 1 names different: declaration 'sItem' definition 'item'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/base/txList.h:66:32: note: Function 'remove' argument 1 names different: declaration 'sItem' definition 'item'.
firefox-62.0/dom/xslt/base/txList.cpp:101:44: note: Function 'remove' argument 1 names different: declaration 'sItem' definition 'item'.
firefox-62.0/dom/xslt/base/txList.h:35:13: style: Technically the member function 'txList::getLength' can be const. [functionConst]
firefox-62.0/dom/xslt/base/txList.cpp:38:15: note: Technically the member function 'txList::getLength' can be const.
firefox-62.0/dom/xslt/base/txList.h:35:13: note: Technically the member function 'txList::getLength' can be const.
firefox-62.0/dom/xslt/base/txList.h:40:17: style: Technically the member function 'txList::isEmpty' can be const. [functionConst]
firefox-62.0/dom/xslt/base/txList.h:114:11: style: Technically the member function 'txListIterator::hasNext' can be const. [functionConst]
firefox-62.0/dom/xslt/base/txList.cpp:187:22: note: Technically the member function 'txListIterator::hasNext' can be const.
firefox-62.0/dom/xslt/base/txList.h:114:11: note: Technically the member function 'txListIterator::hasNext' can be const.
firefox-62.0/dom/xslt/base/txNamespaceMap.cpp:14:17: warning: Member variable 'txNamespaceMap::mRefCnt' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/xslt/base/txNamespaceMap.cpp:17:5: performance: Variable 'mNamespaces' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/xslt/base/txNamespaceMap.h:13:1: warning: The class 'txNamespaceMap' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/xslt/xml/txXMLUtils.cpp:128:44: style: Function 'normalizePIValue' argument 1 names different: declaration 'attValue' definition 'piValue'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xml/txXMLUtils.h:51:45: note: Function 'normalizePIValue' argument 1 names different: declaration 'attValue' definition 'piValue'.
firefox-62.0/dom/xslt/xml/txXMLUtils.cpp:128:44: note: Function 'normalizePIValue' argument 1 names different: declaration 'attValue' definition 'piValue'.
firefox-62.0/dom/xslt/xpath/XPathEvaluator.cpp:203:64: style: Function 'resolveFunctionCall' argument 3 names different: declaration 'aFunction' definition 'aFn'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/XPathEvaluator.cpp:57:49: note: Function 'resolveFunctionCall' argument 3 names different: declaration 'aFunction' definition 'aFn'.
firefox-62.0/dom/xslt/xpath/XPathEvaluator.cpp:203:64: note: Function 'resolveFunctionCall' argument 3 names different: declaration 'aFunction' definition 'aFn'.
firefox-62.0/dom/xslt/xpath/txExpr.h:488:14: style: Technically the member function 'txNodeTypeTest::getNodeTestType' can be const. [functionConst]
firefox-62.0/dom/xslt/xpath/txExpr.h:627:22: style: Technically the member function 'LocationStep::getAxisIdentifier' can be const. [functionConst]
firefox-62.0/dom/xslt/xpath/XPathResult.h:47:1: warning: The class 'XPathResult' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/xslt/xpath/txBooleanExpr.cpp:56:47: style: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExpr.h:745:5: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txBooleanExpr.cpp:56:47: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txExpr.h:745:5: performance: Technically the member function 'BooleanExpr::getReturnType' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txBooleanExpr.cpp:53:1: note: Technically the member function 'BooleanExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:745:5: note: Technically the member function 'BooleanExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txBooleanResult.cpp:16:35: style: Function 'BooleanResult' argument 1 names different: declaration 'aValue' definition 'boolean'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExprResult.h:99:33: note: Function 'BooleanResult' argument 1 names different: declaration 'aValue' definition 'boolean'.
firefox-62.0/dom/xslt/xpath/txBooleanResult.cpp:16:35: note: Function 'BooleanResult' argument 1 names different: declaration 'aValue' definition 'boolean'.
firefox-62.0/dom/xslt/xpath/txBooleanResult.cpp:31:38: style: Function 'stringValue' argument 1 names different: declaration 'aString' definition 'aResult'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExprResult.h:101:5: note: Function 'stringValue' argument 1 names different: declaration 'aString' definition 'aResult'.
firefox-62.0/dom/xslt/xpath/txBooleanResult.cpp:31:38: note: Function 'stringValue' argument 1 names different: declaration 'aString' definition 'aResult'.
firefox-62.0/dom/xslt/xpath/txCoreFunctionCall.cpp:278:22: style: The scope of the variable 'c' can be reduced. [variableScope]
firefox-62.0/dom/xslt/xpath/txCoreFunctionCall.cpp:661:54: style: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExpr.h:368:5: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txCoreFunctionCall.cpp:661:54: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txExpr.h:368:5: style: Technically the member function 'txCoreFunctionCall::getReturnType' can be const. [functionConst]
firefox-62.0/dom/xslt/xpath/txCoreFunctionCall.cpp:655:21: note: Technically the member function 'txCoreFunctionCall::getReturnType' can be const.
firefox-62.0/dom/xslt/xpath/txExpr.h:368:5: note: Technically the member function 'txCoreFunctionCall::getReturnType' can be const.
firefox-62.0/dom/xslt/xpath/txErrorExpr.cpp:30:47: style: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExpr.h:1018:5: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txErrorExpr.cpp:30:47: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txExpr.h:1018:5: performance: Technically the member function 'txErrorExpr::getReturnType' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txErrorExpr.cpp:27:1: note: Technically the member function 'txErrorExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:1018:5: note: Technically the member function 'txErrorExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:1018:5: performance: Technically the member function 'txErrorExpr::isSensitiveTo' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txErrorExpr.cpp:30:14: note: Technically the member function 'txErrorExpr::isSensitiveTo' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:1018:5: note: Technically the member function 'txErrorExpr::isSensitiveTo' can be static.
firefox-62.0/dom/xslt/xpath/txExprLexer.cpp:109:8: style: The scope of the variable 'isToken' can be reduced. [variableScope]
firefox-62.0/dom/xslt/xpath/txExprLexer.h:213:10: performance: Technically the member function 'txExprLexer::nextIsOperatorToken' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txExprLexer.cpp:81:14: note: Technically the member function 'txExprLexer::nextIsOperatorToken' can be static.
firefox-62.0/dom/xslt/xpath/txExprLexer.h:213:10: note: Technically the member function 'txExprLexer::nextIsOperatorToken' can be static.
firefox-62.0/dom/xslt/xpath/txExprParser.cpp:468:41: style: Function 'createLocationStep' argument 3 names different: declaration 'aResult' definition 'aExpr'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExprParser.h:69:47: note: Function 'createLocationStep' argument 3 names different: declaration 'aResult' definition 'aExpr'.
firefox-62.0/dom/xslt/xpath/txExprParser.cpp:468:41: note: Function 'createLocationStep' argument 3 names different: declaration 'aResult' definition 'aExpr'.
firefox-62.0/dom/xslt/xpath/txExprParser.cpp:593:67: style: Function 'createNodeTypeTest' argument 2 names different: declaration 'aResult' definition 'aTest'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExprParser.h:71:53: note: Function 'createNodeTypeTest' argument 2 names different: declaration 'aResult' definition 'aTest'.
firefox-62.0/dom/xslt/xpath/txExprParser.cpp:593:67: note: Function 'createNodeTypeTest' argument 2 names different: declaration 'aResult' definition 'aTest'.
firefox-62.0/dom/xslt/xpath/txExprParser.cpp:316:56: warning: Access of moved variable 'expr'. [accessMoved]
firefox-62.0/dom/xslt/xpath/txExprParser.cpp:313:39: note: Calling std::move(expr)
firefox-62.0/dom/xslt/xpath/txExprParser.cpp:316:56: note: $symbol:expr
Access of moved variable '$symbol'.
firefox-62.0/dom/xslt/xpath/txExprParser.cpp:322:24: warning: Access of moved variable 'expr'. [accessMoved]
firefox-62.0/dom/xslt/xpath/txExprParser.cpp:313:39: note: Calling std::move(expr)
firefox-62.0/dom/xslt/xpath/txExprParser.cpp:322:24: note: $symbol:expr
Access of moved variable '$symbol'.
firefox-62.0/dom/xslt/xpath/txExprParser.cpp:334:48: warning: Access of moved variable 'expr'. [accessMoved]
firefox-62.0/dom/xslt/xpath/txExprParser.cpp:332:31: note: Calling std::move(expr)
firefox-62.0/dom/xslt/xpath/txExprParser.cpp:334:48: note: $symbol:expr
Access of moved variable '$symbol'.
firefox-62.0/dom/xslt/xpath/txFilterExpr.cpp:79:46: style: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExpr.h:680:5: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txFilterExpr.cpp:79:46: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txExpr.h:680:5: performance: Technically the member function 'FilterExpr::getReturnType' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txFilterExpr.cpp:55:1: note: Technically the member function 'FilterExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:680:5: note: Technically the member function 'FilterExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txFunctionCall.cpp:99:50: style: Function 'argsSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExpr.h:311:45: note: Function 'argsSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txFunctionCall.cpp:99:50: note: Function 'argsSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txLiteralExpr.cpp:46:49: style: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExpr.h:703:5: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txLiteralExpr.cpp:46:49: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txExpr.h:703:5: performance: Technically the member function 'txLiteralExpr::isSensitiveTo' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txLiteralExpr.cpp:46:16: note: Technically the member function 'txLiteralExpr::isSensitiveTo' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:703:5: note: Technically the member function 'txLiteralExpr::isSensitiveTo' can be static.
firefox-62.0/dom/xslt/xpath/txLocationStep.cpp:284:48: style: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExpr.h:616:5: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txLocationStep.cpp:284:48: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txExpr.h:616:5: performance: Technically the member function 'LocationStep::getReturnType' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txLocationStep.cpp:269:1: note: Technically the member function 'LocationStep::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:616:5: note: Technically the member function 'LocationStep::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txXPathNode.h:18:1: warning: The class 'txXPathNode' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/xslt/xpath/txXPathTreeWalker.h:16:1: warning: The class 'txXPathTreeWalker' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/xslt/xpath/txNamedAttributeStep.cpp:44:56: style: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExpr.h:979:5: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txNamedAttributeStep.cpp:44:56: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txExpr.h:979:5: performance: Technically the member function 'txNamedAttributeStep::getReturnType' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txNamedAttributeStep.cpp:41:1: note: Technically the member function 'txNamedAttributeStep::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:979:5: note: Technically the member function 'txNamedAttributeStep::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:979:5: performance: Technically the member function 'txNamedAttributeStep::isSensitiveTo' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txNamedAttributeStep.cpp:44:23: note: Technically the member function 'txNamedAttributeStep::isSensitiveTo' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:979:5: note: Technically the member function 'txNamedAttributeStep::isSensitiveTo' can be static.
firefox-62.0/dom/xslt/xpath/txNodeSet.cpp:224:13: style: The scope of the variable 'count' can be reduced. [variableScope]
firefox-62.0/dom/xslt/xpath/txNodeSet.cpp:376:13: style: The scope of the variable 'chunk' can be reduced. [variableScope]
firefox-62.0/dom/xslt/xpath/txNodeSet.cpp:475:34: style: Function 'stringValue' argument 1 names different: declaration 'aString' definition 'aStr'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txNodeSet.h:163:5: note: Function 'stringValue' argument 1 names different: declaration 'aString' definition 'aStr'.
firefox-62.0/dom/xslt/xpath/txNodeSet.cpp:475:34: note: Function 'stringValue' argument 1 names different: declaration 'aString' definition 'aStr'.
firefox-62.0/dom/xslt/xpath/txNumberExpr.cpp:83:48: style: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExpr.h:773:5: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txNumberExpr.cpp:83:48: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txExpr.h:773:5: performance: Technically the member function 'txNumberExpr::getReturnType' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txNumberExpr.cpp:80:1: note: Technically the member function 'txNumberExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:773:5: note: Technically the member function 'txNumberExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txNumberResult.cpp:37:37: style: Function 'stringValue' argument 1 names different: declaration 'aString' definition 'aResult'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExprResult.h:112:5: note: Function 'stringValue' argument 1 names different: declaration 'aString' definition 'aResult'.
firefox-62.0/dom/xslt/xpath/txNumberResult.cpp:37:37: note: Function 'stringValue' argument 1 names different: declaration 'aString' definition 'aResult'.
firefox-62.0/dom/xslt/xpath/txPathExpr.cpp:22:45: style: Function 'addExpr' argument 2 names different: declaration 'pathOp' definition 'aPathOp'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExpr.h:858:48: note: Function 'addExpr' argument 2 names different: declaration 'pathOp' definition 'aPathOp'.
firefox-62.0/dom/xslt/xpath/txPathExpr.cpp:22:45: note: Function 'addExpr' argument 2 names different: declaration 'pathOp' definition 'aPathOp'.
firefox-62.0/dom/xslt/xpath/txPathExpr.cpp:207:44: style: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExpr.h:870:5: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txPathExpr.cpp:207:44: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txExpr.h:870:5: performance: Technically the member function 'PathExpr::getReturnType' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txPathExpr.cpp:190:1: note: Technically the member function 'PathExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:870:5: note: Technically the member function 'PathExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txPredicateList.cpp:16:46: style: Function 'evaluatePredicates' argument 1 names different: declaration 'aNodes' definition 'nodes'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExpr.h:537:44: note: Function 'evaluatePredicates' argument 1 names different: declaration 'aNodes' definition 'nodes'.
firefox-62.0/dom/xslt/xpath/txPredicateList.cpp:16:46: note: Function 'evaluatePredicates' argument 1 names different: declaration 'aNodes' definition 'nodes'.
firefox-62.0/dom/xslt/xpath/txRelationalExpr.cpp:167:50: style: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExpr.h:810:5: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txRelationalExpr.cpp:167:50: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txExpr.h:810:5: performance: Technically the member function 'RelationalExpr::getReturnType' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txRelationalExpr.cpp:164:1: note: Technically the member function 'RelationalExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:810:5: note: Technically the member function 'RelationalExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txResultRecycler.h:62:10: style: Technically the member function 'txResultRecycler::getEmptyStringResult' can be const. [functionConst]
firefox-62.0/dom/xslt/xpath/txResultRecycler.cpp:111:19: note: Technically the member function 'txResultRecycler::getEmptyStringResult' can be const.
firefox-62.0/dom/xslt/xpath/txResultRecycler.h:62:10: note: Technically the member function 'txResultRecycler::getEmptyStringResult' can be const.
firefox-62.0/dom/xslt/xpath/txResultRecycler.h:63:10: style: Technically the member function 'txResultRecycler::getBoolResult' can be const. [functionConst]
firefox-62.0/dom/xslt/xpath/txResultRecycler.cpp:184:19: note: Technically the member function 'txResultRecycler::getBoolResult' can be const.
firefox-62.0/dom/xslt/xpath/txResultRecycler.h:63:10: note: Technically the member function 'txResultRecycler::getBoolResult' can be const.
firefox-62.0/dom/xslt/xpath/txRootExpr.cpp:31:44: style: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExpr.h:916:5: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txRootExpr.cpp:31:44: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txExpr.h:916:5: performance: Technically the member function 'RootExpr::getReturnType' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txRootExpr.cpp:28:1: note: Technically the member function 'RootExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:916:5: note: Technically the member function 'RootExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:916:5: performance: Technically the member function 'RootExpr::isSensitiveTo' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txRootExpr.cpp:31:11: note: Technically the member function 'RootExpr::isSensitiveTo' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:916:5: note: Technically the member function 'RootExpr::isSensitiveTo' can be static.
firefox-62.0/dom/xslt/xpath/txStringResult.cpp:38:37: style: Function 'stringValue' argument 1 names different: declaration 'aString' definition 'aResult'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExprResult.h:124:5: note: Function 'stringValue' argument 1 names different: declaration 'aString' definition 'aResult'.
firefox-62.0/dom/xslt/xpath/txStringResult.cpp:38:37: note: Function 'stringValue' argument 1 names different: declaration 'aString' definition 'aResult'.
firefox-62.0/dom/xslt/xpath/txUnaryExpr.cpp:41:45: style: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExpr.h:721:5: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txUnaryExpr.cpp:41:45: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txExpr.h:721:5: performance: Technically the member function 'UnaryExpr::getReturnType' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txUnaryExpr.cpp:38:1: note: Technically the member function 'UnaryExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:721:5: note: Technically the member function 'UnaryExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txUnionExpr.cpp:71:45: style: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExpr.h:961:5: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txUnionExpr.cpp:71:45: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txExpr.h:961:5: performance: Technically the member function 'UnionExpr::getReturnType' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txUnionExpr.cpp:68:1: note: Technically the member function 'UnionExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:961:5: note: Technically the member function 'UnionExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txVariableRefExpr.cpp:49:51: style: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xpath/txExpr.h:831:5: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txVariableRefExpr.cpp:49:51: note: Function 'isSensitiveTo' argument 1 names different: declaration 'aContexts' definition 'aContext'.
firefox-62.0/dom/xslt/xpath/txExpr.h:831:5: performance: Technically the member function 'VariableRefExpr::getReturnType' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txVariableRefExpr.cpp:46:1: note: Technically the member function 'VariableRefExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:831:5: note: Technically the member function 'VariableRefExpr::getReturnType' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:831:5: performance: Technically the member function 'VariableRefExpr::isSensitiveTo' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txVariableRefExpr.cpp:49:18: note: Technically the member function 'VariableRefExpr::isSensitiveTo' can be static.
firefox-62.0/dom/xslt/xpath/txExpr.h:831:5: note: Technically the member function 'VariableRefExpr::isSensitiveTo' can be static.
firefox-62.0/dom/xslt/xpath/txXPathOptimizer.h:26:14: performance: Technically the member function 'txXPathOptimizer::optimizeStep' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txXPathOptimizer.cpp:121:19: note: Technically the member function 'txXPathOptimizer::optimizeStep' can be static.
firefox-62.0/dom/xslt/xpath/txXPathOptimizer.h:26:14: note: Technically the member function 'txXPathOptimizer::optimizeStep' can be static.
firefox-62.0/dom/xslt/xpath/txXPathOptimizer.h:27:14: performance: Technically the member function 'txXPathOptimizer::optimizePath' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txXPathOptimizer.cpp:154:19: note: Technically the member function 'txXPathOptimizer::optimizePath' can be static.
firefox-62.0/dom/xslt/xpath/txXPathOptimizer.h:27:14: note: Technically the member function 'txXPathOptimizer::optimizePath' can be static.
firefox-62.0/dom/xslt/xpath/txXPathOptimizer.h:28:14: performance: Technically the member function 'txXPathOptimizer::optimizeUnion' can be static. [functionStatic]
firefox-62.0/dom/xslt/xpath/txXPathOptimizer.cpp:213:19: note: Technically the member function 'txXPathOptimizer::optimizeUnion' can be static.
firefox-62.0/dom/xslt/xpath/txXPathOptimizer.h:28:14: note: Technically the member function 'txXPathOptimizer::optimizeUnion' can be static.
firefox-62.0/dom/xslt/xslt/txBufferingHandler.cpp:323:51: style: Function 'startElement' argument 2 names different: declaration 'aName' definition 'aLocalName'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xslt/txBufferingHandler.h:40:5: note: Function 'startElement' argument 2 names different: declaration 'aName' definition 'aLocalName'.
firefox-62.0/dom/xslt/xslt/txBufferingHandler.cpp:323:51: note: Function 'startElement' argument 2 names different: declaration 'aName' definition 'aLocalName'.
firefox-62.0/dom/xslt/xslt/txExecutionState.h:32:5: warning: Member variable 'txLoadedDocumentEntry::mDocument' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/xslt/xslt/txExecutionState.h:32:5: warning: Member variable 'txLoadedDocumentEntry::mLoadResult' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/xslt/xslt/txStylesheet.h:177:10: style: Technically the member function 'txStripSpaceTest::stripsSpace' can be const. [functionConst]
firefox-62.0/dom/xslt/xslt/txKey.h:36:1: warning: The struct 'txKeyValueHashEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/xslt/xslt/txKey.h:78:1: warning: The struct 'txIndexedKeyHashEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/xslt/xslt/txExecutionState.h:25:1: warning: The class 'txLoadedDocumentEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/xslt/xslt/txExecutionState.cpp:85:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xslt/xslt/txExecutionState.cpp:90:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xslt/xslt/txExecutionState.cpp:98:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xslt/xslt/txExecutionState.cpp:280:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xslt/xslt/txExecutionState.cpp:340:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xslt/xslt/txExecutionState.cpp:379:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xslt/xslt/txExecutionState.cpp:507:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xslt/xslt/txExecutionState.cpp:508:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xslt/xslt/txExecutionState.cpp:118:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txExecutionState.cpp:108:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txExecutionState.cpp:118:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txExecutionState.cpp:477:46: style: Function 'runTemplate' argument 1 names different: declaration 'aInstruction' definition 'aTemplate'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xslt/txExecutionState.h:133:41: note: Function 'runTemplate' argument 1 names different: declaration 'aInstruction' definition 'aTemplate'.
firefox-62.0/dom/xslt/xslt/txExecutionState.cpp:477:46: note: Function 'runTemplate' argument 1 names different: declaration 'aInstruction' definition 'aTemplate'.
firefox-62.0/dom/xslt/xslt/txMozillaStylesheetCompiler.cpp:109:5: performance: Variable 'mListener' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/xslt/xslt/txMozillaTextOutput.cpp:52:66: style: Function 'attribute' argument 2 names different: declaration 'aLocalName' definition 'aName'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xslt/txMozillaTextOutput.h:32:5: note: Function 'attribute' argument 2 names different: declaration 'aLocalName' definition 'aName'.
firefox-62.0/dom/xslt/xslt/txMozillaTextOutput.cpp:52:66: note: Function 'attribute' argument 2 names different: declaration 'aLocalName' definition 'aName'.
firefox-62.0/dom/xslt/xslt/txMozillaXMLOutput.cpp:455:51: style: Function 'startElement' argument 2 names different: declaration 'aName' definition 'aLocalName'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xslt/txMozillaXMLOutput.h:74:5: note: Function 'startElement' argument 2 names different: declaration 'aName' definition 'aLocalName'.
firefox-62.0/dom/xslt/xslt/txMozillaXMLOutput.cpp:455:51: note: Function 'startElement' argument 2 names different: declaration 'aName' definition 'aLocalName'.
firefox-62.0/dom/xslt/xslt/txMozillaXMLOutput.cpp:670:65: style: Function 'startHTMLElement' argument 2 names different: declaration 'aXHTML' definition 'aIsHTML'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xslt/txMozillaXMLOutput.h:85:58: note: Function 'startHTMLElement' argument 2 names different: declaration 'aXHTML' definition 'aIsHTML'.
firefox-62.0/dom/xslt/xslt/txMozillaXMLOutput.cpp:670:65: note: Function 'startHTMLElement' argument 2 names different: declaration 'aXHTML' definition 'aIsHTML'.
firefox-62.0/dom/xslt/xslt/txMozillaXSLTProcessor.cpp:579:51: style: Function 'ImportStylesheet' argument 1 names different: declaration 'stylesheet' definition 'aStyle'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xslt/txMozillaXSLTProcessor.h:96:36: note: Function 'ImportStylesheet' argument 1 names different: declaration 'stylesheet' definition 'aStyle'.
firefox-62.0/dom/xslt/xslt/txMozillaXSLTProcessor.cpp:579:51: note: Function 'ImportStylesheet' argument 1 names different: declaration 'stylesheet' definition 'aStyle'.
firefox-62.0/dom/xslt/xslt/txMozillaXSLTProcessor.cpp:257:14: style: Technically the member function 'txVariable::getValue' can be const. [functionConst]
firefox-62.0/dom/xslt/xslt/txNodeSorter.cpp:33:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xslt/xslt/txNodeSorter.cpp:222:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xslt/xslt/txPatternOptimizer.h:27:14: performance: Technically the member function 'txPatternOptimizer::optimizeStep' can be static. [functionStatic]
firefox-62.0/dom/xslt/xslt/txPatternOptimizer.cpp:59:21: note: Technically the member function 'txPatternOptimizer::optimizeStep' can be static.
firefox-62.0/dom/xslt/xslt/txPatternOptimizer.h:27:14: note: Technically the member function 'txPatternOptimizer::optimizeStep' can be static.
firefox-62.0/dom/xslt/xslt/txPatternParser.cpp:50:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txPatternParser.cpp:47:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txPatternParser.cpp:50:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheet.cpp:281:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheet.cpp:278:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheet.cpp:281:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheet.cpp:605:73: style: Function 'GlobalVariable' argument 2 names different: declaration 'aFirstInstruction' definition 'aInstr'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xslt/txStylesheet.h:101:51: note: Function 'GlobalVariable' argument 2 names different: declaration 'aFirstInstruction' definition 'aInstr'.
firefox-62.0/dom/xslt/xslt/txStylesheet.cpp:605:73: note: Function 'GlobalVariable' argument 2 names different: declaration 'aFirstInstruction' definition 'aInstr'.
firefox-62.0/dom/xslt/xslt/txStylesheet.h:49:46: style: Technically the member function 'txStylesheet::getKeyMap' can be const. [functionConst]
firefox-62.0/dom/xslt/xslt/txStylesheet.cpp:221:15: note: Technically the member function 'txStylesheet::getKeyMap' can be const.
firefox-62.0/dom/xslt/xslt/txStylesheet.h:49:46: note: Technically the member function 'txStylesheet::getKeyMap' can be const.
firefox-62.0/dom/xslt/xslt/txStylesheet.h:116:14: performance: Technically the member function 'txStylesheet::addStripSpace' can be static. [functionStatic]
firefox-62.0/dom/xslt/xslt/txStylesheet.cpp:474:15: note: Technically the member function 'txStylesheet::addStripSpace' can be static.
firefox-62.0/dom/xslt/xslt/txStylesheet.h:116:14: note: Technically the member function 'txStylesheet::addStripSpace' can be static.
firefox-62.0/dom/xslt/xslt/txStylesheet.cpp:29:5: warning: Possible leak in public function. The pointer 'mRootFrame' is not deallocated before it is allocated. [publicAllocationError]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:626:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:624:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:626:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:670:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:668:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:670:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:818:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:816:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:818:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:895:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:890:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:895:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1086:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1084:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1086:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1141:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1139:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1141:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1249:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1245:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1249:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1329:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1326:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1329:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1368:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1365:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1368:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1454:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1451:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1454:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1510:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1507:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1510:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1682:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1679:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1682:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1719:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1716:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1719:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1798:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1795:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1798:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1886:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1883:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1886:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1969:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1966:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:1969:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2087:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2084:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2087:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2214:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2211:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2214:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2279:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2277:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2279:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2323:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2320:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2323:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2365:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2362:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2365:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2466:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2463:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2466:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2520:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2517:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompileHandlers.cpp:2520:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txStylesheetCompiler.cpp:108:53: style: Function 'startElement' argument 2 names different: declaration 'aAtts' definition 'aAttrs'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xslt/txStylesheetCompiler.h:222:44: note: Function 'startElement' argument 2 names different: declaration 'aAtts' definition 'aAttrs'.
firefox-62.0/dom/xslt/xslt/txStylesheetCompiler.cpp:108:53: note: Function 'startElement' argument 2 names different: declaration 'aAtts' definition 'aAttrs'.
firefox-62.0/dom/xslt/xslt/txStylesheetCompiler.cpp:1031:7: performance: Variable 'mInstructionNamespaces' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/dom/xslt/xslt/txStylesheetCompiler.h:32:1: warning: The class 'txElementContext' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/xslt/xslt/txTextHandler.cpp:83:63: style: Function 'startElement' argument 2 names different: declaration 'aName' definition 'aLocalName'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xslt/txTextHandler.h:17:5: note: Function 'startElement' argument 2 names different: declaration 'aName' definition 'aLocalName'.
firefox-62.0/dom/xslt/xslt/txTextHandler.cpp:83:63: note: Function 'startElement' argument 2 names different: declaration 'aName' definition 'aLocalName'.
firefox-62.0/dom/xslt/xslt/txUnknownHandler.cpp:148:66: style: Function 'startElement' argument 2 names different: declaration 'aName' definition 'aLocalName'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xslt/txUnknownHandler.h:20:5: note: Function 'startElement' argument 2 names different: declaration 'aName' definition 'aLocalName'.
firefox-62.0/dom/xslt/xslt/txUnknownHandler.cpp:148:66: note: Function 'startElement' argument 2 names different: declaration 'aName' definition 'aLocalName'.
firefox-62.0/dom/xslt/xslt/txXPathResultComparator.cpp:85:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xslt/xslt/txXPathResultComparator.cpp:86:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xslt/xslt/txXPathResultComparator.cpp:197:21: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xslt/xslt/txXPathResultComparator.cpp:198:21: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xslt/xslt/txXSLTNumber.cpp:59:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xslt/xslt/txXSLTNumber.cpp:74:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xslt/xslt/txXSLTNumber.cpp:403:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xslt/xslt/txXSLTNumber.cpp:416:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xslt/xslt/txXSLTNumber.cpp:32:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/dom/xslt/xslt/txXSLTNumber.cpp:27:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txXSLTNumber.cpp:32:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/dom/xslt/xslt/txXSLTNumberCounters.cpp:106:53: style: Function 'txDecimalCounter' argument 3 names different: declaration 'mGroupSeparator' definition 'aGroupSeparator'. [funcArgNamesDifferent]
firefox-62.0/dom/xslt/xslt/txXSLTNumberCounters.cpp:17:39: note: Function 'txDecimalCounter' argument 3 names different: declaration 'mGroupSeparator' definition 'aGroupSeparator'.
firefox-62.0/dom/xslt/xslt/txXSLTNumberCounters.cpp:106:53: note: Function 'txDecimalCounter' argument 3 names different: declaration 'mGroupSeparator' definition 'aGroupSeparator'.
firefox-62.0/dom/xslt/xslt/txXSLTPatterns.cpp:379:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xul/XULDocument.cpp:4049:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xul/XULDocument.cpp:320:66: style: Function 'StartDocumentLoad' argument 2 names different: declaration 'channel' definition 'aChannel'. [funcArgNamesDifferent]
firefox-62.0/dom/xul/XULDocument.h:73:52: note: Function 'StartDocumentLoad' argument 2 names different: declaration 'channel' definition 'aChannel'.
firefox-62.0/dom/xul/XULDocument.cpp:320:66: note: Function 'StartDocumentLoad' argument 2 names different: declaration 'channel' definition 'aChannel'.
firefox-62.0/dom/xul/XULDocument.cpp:1076:39: style: Function 'Persist' argument 1 names different: declaration 'aId' definition 'aID'. [funcArgNamesDifferent]
firefox-62.0/dom/xul/XULDocument.h:174:35: note: Function 'Persist' argument 1 names different: declaration 'aId' definition 'aID'.
firefox-62.0/dom/xul/XULDocument.cpp:1076:39: note: Function 'Persist' argument 1 names different: declaration 'aId' definition 'aID'.
firefox-62.0/dom/xul/XULDocument.cpp:1543:38: style: Function 'MatchAttribute' argument 1 names different: declaration 'aContent' definition 'aElement'. [funcArgNamesDifferent]
firefox-62.0/dom/xul/XULDocument.h:140:29: note: Function 'MatchAttribute' argument 1 names different: declaration 'aContent' definition 'aElement'.
firefox-62.0/dom/xul/XULDocument.cpp:1543:38: note: Function 'MatchAttribute' argument 1 names different: declaration 'aContent' definition 'aElement'.
firefox-62.0/dom/xul/XULDocument.cpp:1544:37: style: Function 'MatchAttribute' argument 2 names different: declaration 'aNameSpaceID' definition 'aNamespaceID'. [funcArgNamesDifferent]
firefox-62.0/dom/xul/XULDocument.h:141:28: note: Function 'MatchAttribute' argument 2 names different: declaration 'aNameSpaceID' definition 'aNamespaceID'.
firefox-62.0/dom/xul/XULDocument.cpp:1544:37: note: Function 'MatchAttribute' argument 2 names different: declaration 'aNameSpaceID' definition 'aNamespaceID'.
firefox-62.0/dom/xul/XULDocument.cpp:3351:54: style: Function 'Merge' argument 1 names different: declaration 'aTargetNode' definition 'aTargetElement'. [funcArgNamesDifferent]
firefox-62.0/dom/xul/XULDocument.h:463:33: note: Function 'Merge' argument 1 names different: declaration 'aTargetNode' definition 'aTargetElement'.
firefox-62.0/dom/xul/XULDocument.cpp:3351:54: note: Function 'Merge' argument 1 names different: declaration 'aTargetNode' definition 'aTargetElement'.
firefox-62.0/dom/xul/XULDocument.cpp:3352:54: style: Function 'Merge' argument 2 names different: declaration 'aOverlayNode' definition 'aOverlayElement'. [funcArgNamesDifferent]
firefox-62.0/dom/xul/XULDocument.h:463:55: note: Function 'Merge' argument 2 names different: declaration 'aOverlayNode' definition 'aOverlayElement'.
firefox-62.0/dom/xul/XULDocument.cpp:3352:54: note: Function 'Merge' argument 2 names different: declaration 'aOverlayNode' definition 'aOverlayElement'.
firefox-62.0/dom/xul/nsXULContentSink.h:115:13: warning: Member variable 'Entry::mState' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/xul/nsXULContentSink.h:115:13: warning: Member variable 'Entry::mNext' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/dom/xul/nsXULElement.h:237:10: style: Technically the member function 'nsXULPrototypeScript::HasScriptObject' can be const. [functionConst]
firefox-62.0/dom/xul/XULDocument.h:314:17: style: Technically the member function 'mozilla::dom::XULDocument::ContextStack::Depth' can be const. [functionConst]
firefox-62.0/dom/xul/XULDocument.h:318:18: style: Technically the member function 'mozilla::dom::XULDocument::ContextStack::Peek' can be const. [functionConst]
firefox-62.0/dom/xul/XULDocument.cpp:1844:28: note: Technically the member function 'mozilla::dom::XULDocument::ContextStack::Peek' can be const.
firefox-62.0/dom/xul/XULDocument.h:318:18: note: Technically the member function 'mozilla::dom::XULDocument::ContextStack::Peek' can be const.
firefox-62.0/dom/xul/nsXULContentSink.h:125:17: style: Technically the member function 'XULContentSinkImpl::ContextStack::Depth' can be const. [functionConst]
firefox-62.0/dom/xul/XULDocument.h:630:5: warning: The class 'nsDelayedBroadcastUpdate' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/xul/XULDocument.cpp:561:1: warning: The struct 'nsAttrNameInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/dom/xul/nsXULContentSink.cpp:142:80: style: Function 'Traverse' argument 1 names different: declaration 'aCallback' definition 'aCb'. [funcArgNamesDifferent]
firefox-62.0/dom/xul/nsXULContentSink.h:135:59: note: Function 'Traverse' argument 1 names different: declaration 'aCallback' definition 'aCb'.
firefox-62.0/dom/xul/nsXULContentSink.cpp:142:80: note: Function 'Traverse' argument 1 names different: declaration 'aCallback' definition 'aCb'.
firefox-62.0/dom/xul/nsXULContentSink.cpp:300:46: style: Function 'IsDataInBuffer' argument 1 names different: declaration 'aBuffer' definition 'buffer'. [funcArgNamesDifferent]
firefox-62.0/dom/xul/nsXULContentSink.h:85:42: note: Function 'IsDataInBuffer' argument 1 names different: declaration 'aBuffer' definition 'buffer'.
firefox-62.0/dom/xul/nsXULContentSink.cpp:300:46: note: Function 'IsDataInBuffer' argument 1 names different: declaration 'aBuffer' definition 'buffer'.
firefox-62.0/dom/xul/nsXULContentSink.cpp:300:62: style: Function 'IsDataInBuffer' argument 2 names different: declaration 'aLength' definition 'length'. [funcArgNamesDifferent]
firefox-62.0/dom/xul/nsXULContentSink.h:85:59: note: Function 'IsDataInBuffer' argument 2 names different: declaration 'aLength' definition 'length'.
firefox-62.0/dom/xul/nsXULContentSink.cpp:300:62: note: Function 'IsDataInBuffer' argument 2 names different: declaration 'aLength' definition 'length'.
firefox-62.0/dom/xul/nsXULContentSink.cpp:144:39: style: Variable 'cb' is assigned a value that is never used. [unreadVariable]
firefox-62.0/dom/xul/nsXULContentSink.h:130:18: style: Technically the member function 'XULContentSinkImpl::ContextStack::GetTopNode' can be const. [functionConst]
firefox-62.0/dom/xul/nsXULContentSink.cpp:106:35: note: Technically the member function 'XULContentSinkImpl::ContextStack::GetTopNode' can be const.
firefox-62.0/dom/xul/nsXULContentSink.h:130:18: note: Technically the member function 'XULContentSinkImpl::ContextStack::GetTopNode' can be const.
firefox-62.0/dom/xul/nsXULContentSink.h:131:18: style: Technically the member function 'XULContentSinkImpl::ContextStack::GetTopChildren' can be const. [functionConst]
firefox-62.0/dom/xul/nsXULContentSink.cpp:117:35: note: Technically the member function 'XULContentSinkImpl::ContextStack::GetTopChildren' can be const.
firefox-62.0/dom/xul/nsXULContentSink.h:131:18: note: Technically the member function 'XULContentSinkImpl::ContextStack::GetTopChildren' can be const.
firefox-62.0/dom/xul/nsXULContentSink.h:135:14: style: Technically the member function 'XULContentSinkImpl::ContextStack::Traverse' can be const. [functionConst]
firefox-62.0/dom/xul/nsXULContentSink.cpp:142:35: note: Technically the member function 'XULContentSinkImpl::ContextStack::Traverse' can be const.
firefox-62.0/dom/xul/nsXULContentSink.h:135:14: note: Technically the member function 'XULContentSinkImpl::ContextStack::Traverse' can be const.
firefox-62.0/dom/xul/nsXULContentSink.cpp:1016:9: error: Common realloc mistake: 'mText' nulled but not freed upon failure [memleakOnRealloc]
firefox-62.0/dom/xul/nsXULControllers.h:33:29: style: Technically the member function 'nsXULControllerData::GetControllerID' can be const. [functionConst]
firefox-62.0/dom/xul/nsXULElement.cpp:1753:59: style: Function 'UpdateBrightTitlebarForeground' argument 1 names different: declaration 'aDocument' definition 'aDoc'. [funcArgNamesDifferent]
firefox-62.0/dom/xul/nsXULElement.h:714:54: note: Function 'UpdateBrightTitlebarForeground' argument 1 names different: declaration 'aDocument' definition 'aDoc'.
firefox-62.0/dom/xul/nsXULElement.cpp:1753:59: note: Function 'UpdateBrightTitlebarForeground' argument 1 names different: declaration 'aDocument' definition 'aDoc'.
firefox-62.0/dom/xul/nsXULPrototypeCache.cpp:341:45: style: Function 'GetInputStream' argument 1 names different: declaration 'aURI' definition 'uri'. [funcArgNamesDifferent]
firefox-62.0/dom/xul/nsXULPrototypeCache.h:95:37: note: Function 'GetInputStream' argument 1 names different: declaration 'aURI' definition 'uri'.
firefox-62.0/dom/xul/nsXULPrototypeCache.cpp:341:45: note: Function 'GetInputStream' argument 1 names different: declaration 'aURI' definition 'uri'.
firefox-62.0/dom/xul/nsXULPrototypeCache.cpp:341:73: style: Function 'GetInputStream' argument 2 names different: declaration 'objectInput' definition 'stream'. [funcArgNamesDifferent]
firefox-62.0/dom/xul/nsXULPrototypeCache.h:95:66: note: Function 'GetInputStream' argument 2 names different: declaration 'objectInput' definition 'stream'.
firefox-62.0/dom/xul/nsXULPrototypeCache.cpp:341:73: note: Function 'GetInputStream' argument 2 names different: declaration 'objectInput' definition 'stream'.
firefox-62.0/dom/xul/nsXULPrototypeCache.cpp:369:48: style: Function 'FinishInputStream' argument 1 names different: declaration 'aURI' definition 'uri'. [funcArgNamesDifferent]
firefox-62.0/dom/xul/nsXULPrototypeCache.h:96:40: note: Function 'FinishInputStream' argument 1 names different: declaration 'aURI' definition 'uri'.
firefox-62.0/dom/xul/nsXULPrototypeCache.cpp:369:48: note: Function 'FinishInputStream' argument 1 names different: declaration 'aURI' definition 'uri'.
firefox-62.0/dom/xul/nsXULPrototypeCache.cpp:375:46: style: Function 'GetOutputStream' argument 1 names different: declaration 'aURI' definition 'uri'. [funcArgNamesDifferent]
firefox-62.0/dom/xul/nsXULPrototypeCache.h:97:38: note: Function 'GetOutputStream' argument 1 names different: declaration 'aURI' definition 'uri'.
firefox-62.0/dom/xul/nsXULPrototypeCache.cpp:375:46: note: Function 'GetOutputStream' argument 1 names different: declaration 'aURI' definition 'uri'.
firefox-62.0/dom/xul/nsXULPrototypeCache.cpp:375:75: style: Function 'GetOutputStream' argument 2 names different: declaration 'objectOutput' definition 'stream'. [funcArgNamesDifferent]
firefox-62.0/dom/xul/nsXULPrototypeCache.h:97:68: note: Function 'GetOutputStream' argument 2 names different: declaration 'objectOutput' definition 'stream'.
firefox-62.0/dom/xul/nsXULPrototypeCache.cpp:375:75: note: Function 'GetOutputStream' argument 2 names different: declaration 'objectOutput' definition 'stream'.
firefox-62.0/dom/xul/nsXULPrototypeCache.cpp:403:49: style: Function 'FinishOutputStream' argument 1 names different: declaration 'aURI' definition 'uri'. [funcArgNamesDifferent]
firefox-62.0/dom/xul/nsXULPrototypeCache.h:98:41: note: Function 'FinishOutputStream' argument 1 names different: declaration 'aURI' definition 'uri'.
firefox-62.0/dom/xul/nsXULPrototypeCache.cpp:403:49: note: Function 'FinishOutputStream' argument 1 names different: declaration 'aURI' definition 'uri'.
firefox-62.0/dom/xul/nsXULPrototypeCache.cpp:441:38: style: Function 'HasData' argument 1 names different: declaration 'aURI' definition 'uri'. [funcArgNamesDifferent]
firefox-62.0/dom/xul/nsXULPrototypeCache.h:99:30: note: Function 'HasData' argument 1 names different: declaration 'aURI' definition 'uri'.
firefox-62.0/dom/xul/nsXULPrototypeCache.cpp:441:38: note: Function 'HasData' argument 1 names different: declaration 'aURI' definition 'uri'.
firefox-62.0/dom/xul/nsXULPrototypeCache.cpp:467:43: style: Function 'BeginCaching' argument 1 names different: declaration 'aDocumentURI' definition 'aURI'. [funcArgNamesDifferent]
firefox-62.0/dom/xul/nsXULPrototypeCache.h:142:35: note: Function 'BeginCaching' argument 1 names different: declaration 'aDocumentURI' definition 'aURI'.
firefox-62.0/dom/xul/nsXULPrototypeCache.cpp:467:43: note: Function 'BeginCaching' argument 1 names different: declaration 'aDocumentURI' definition 'aURI'.
firefox-62.0/dom/xul/nsXULPrototypeDocument.cpp:182:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/dom/xul/nsXULSortService.cpp:121:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xul/nsXULSortService.cpp:122:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/dom/xul/nsXULSortService.cpp:123:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/editor/composer/nsEditingSession.cpp:864:42: style: Function 'StartDocumentLoad' argument 2 names different: declaration 'isToBeMadeEditable' definition 'aIsToBeMadeEditable'. [funcArgNamesDifferent]
firefox-62.0/editor/composer/nsEditingSession.h:86:42: note: Function 'StartDocumentLoad' argument 2 names different: declaration 'isToBeMadeEditable' definition 'aIsToBeMadeEditable'.
firefox-62.0/editor/composer/nsEditingSession.cpp:864:42: note: Function 'StartDocumentLoad' argument 2 names different: declaration 'isToBeMadeEditable' definition 'aIsToBeMadeEditable'.
firefox-62.0/editor/composer/nsEditingSession.cpp:888:40: style: Function 'EndDocumentLoad' argument 4 names different: declaration 'isToBeMadeEditable' definition 'aIsToBeMadeEditable'. [funcArgNamesDifferent]
firefox-62.0/editor/composer/nsEditingSession.h:89:40: note: Function 'EndDocumentLoad' argument 4 names different: declaration 'isToBeMadeEditable' definition 'aIsToBeMadeEditable'.
firefox-62.0/editor/composer/nsEditingSession.cpp:888:40: note: Function 'EndDocumentLoad' argument 4 names different: declaration 'isToBeMadeEditable' definition 'aIsToBeMadeEditable'.
firefox-62.0/editor/libeditor/CSSEditUtils.cpp:1353:10: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
firefox-62.0/editor/libeditor/CSSEditUtils.cpp:1348:10: note: Assuming that condition 'node' is not redundant
firefox-62.0/editor/libeditor/CSSEditUtils.cpp:1353:10: note: Null pointer dereference
firefox-62.0/editor/libeditor/CSSEditUtils.cpp:662:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/editor/libeditor/CSSEditUtils.cpp:663:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/editor/libeditor/CSSEditUtils.cpp:684:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/editor/libeditor/EditorBase.cpp:3820:21: style: Opposite expression on both sides of '&&'. [oppositeExpression]
firefox-62.0/editor/libeditor/EditorBase.cpp:3820:21: note: Opposite expression on both sides of '&&'.
firefox-62.0/editor/libeditor/EditorBase.cpp:3820:21: note: Opposite expression on both sides of '&&'.
firefox-62.0/editor/libeditor/EditorBase.cpp:3820:35: style: Same expression on both sides of '||' because the value of '!oldModCount&&mModCount' and 'oldModCount&&!mModCount' are the same. [duplicateExpression]
firefox-62.0/editor/libeditor/EditorBase.cpp:3816:26: note: 'oldModCount' is assigned value 'mModCount' here.
firefox-62.0/editor/libeditor/EditorBase.cpp:3820:35: note: Same expression on both sides of '||' because the value of '!oldModCount&&mModCount' and 'oldModCount&&!mModCount' are the same.
firefox-62.0/editor/libeditor/EditorBase.cpp:3821:20: style: Opposite expression on both sides of '&&'. [oppositeExpression]
firefox-62.0/editor/libeditor/EditorBase.cpp:3821:20: note: Opposite expression on both sides of '&&'.
firefox-62.0/editor/libeditor/EditorBase.cpp:3821:20: note: Opposite expression on both sides of '&&'.
firefox-62.0/editor/libeditor/EditorEventListener.cpp:351:37: style: Function 'DetachedFromEditorOrDefaultPrevented' argument 1 names different: declaration 'aEvent' definition 'aWidgetEvent'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/EditorEventListener.h:102:58: note: Function 'DetachedFromEditorOrDefaultPrevented' argument 1 names different: declaration 'aEvent' definition 'aWidgetEvent'.
firefox-62.0/editor/libeditor/EditorEventListener.cpp:351:37: note: Function 'DetachedFromEditorOrDefaultPrevented' argument 1 names different: declaration 'aEvent' definition 'aWidgetEvent'.
firefox-62.0/editor/libeditor/EditorEventListener.cpp:999:48: style: Function 'HandleStartComposition' argument 1 names different: declaration 'aCompositionEvent' definition 'aCompositionStartEvent'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/EditorEventListener.h:67:59: note: Function 'HandleStartComposition' argument 1 names different: declaration 'aCompositionEvent' definition 'aCompositionStartEvent'.
firefox-62.0/editor/libeditor/EditorEventListener.cpp:999:48: note: Function 'HandleStartComposition' argument 1 names different: declaration 'aCompositionEvent' definition 'aCompositionStartEvent'.
firefox-62.0/editor/libeditor/EditorEventListener.cpp:1019:48: style: Function 'HandleChangeComposition' argument 1 names different: declaration 'aCompositionEvent' definition 'aCompositionChangeEvent'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/EditorEventListener.h:66:60: note: Function 'HandleChangeComposition' argument 1 names different: declaration 'aCompositionEvent' definition 'aCompositionChangeEvent'.
firefox-62.0/editor/libeditor/EditorEventListener.cpp:1019:48: note: Function 'HandleChangeComposition' argument 1 names different: declaration 'aCompositionEvent' definition 'aCompositionChangeEvent'.
firefox-62.0/editor/libeditor/EditorEventListener.cpp:1043:48: style: Function 'HandleEndComposition' argument 1 names different: declaration 'aCompositionEvent' definition 'aCompositionEndEvent'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/EditorEventListener.h:68:53: note: Function 'HandleEndComposition' argument 1 names different: declaration 'aCompositionEvent' definition 'aCompositionEndEvent'.
firefox-62.0/editor/libeditor/EditorEventListener.cpp:1043:48: note: Function 'HandleEndComposition' argument 1 names different: declaration 'aCompositionEvent' definition 'aCompositionEndEvent'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:1560:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:2481:11: style: The scope of the variable 'selOffset' can be reduced. [variableScope]
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:2061:54: style: Function 'InsertBRElement' argument 1 names different: declaration 'aInsertToBreak' definition 'aPointToBreak'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/HTMLEditRules.h:236:63: note: Function 'InsertBRElement' argument 1 names different: declaration 'aInsertToBreak' definition 'aPointToBreak'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:2061:54: note: Function 'InsertBRElement' argument 1 names different: declaration 'aInsertToBreak' definition 'aPointToBreak'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:4552:53: style: Function 'WillMakeDefListItem' argument 1 names different: declaration 'aBlockType' definition 'aItemType'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/HTMLEditRules.h:505:40: note: Function 'WillMakeDefListItem' argument 1 names different: declaration 'aBlockType' definition 'aItemType'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:4552:53: note: Function 'WillMakeDefListItem' argument 1 names different: declaration 'aBlockType' definition 'aItemType'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:4603:39: style: Function 'MakeBasicBlock' argument 1 names different: declaration 'aBlockType' definition 'blockType'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/HTMLEditRules.h:532:48: note: Function 'MakeBasicBlock' argument 1 names different: declaration 'aBlockType' definition 'blockType'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:4603:39: note: Function 'MakeBasicBlock' argument 1 names different: declaration 'aBlockType' definition 'blockType'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:5912:47: style: Function 'OutdentPartOfBlock' argument 3 names different: declaration 'aEndOutdent' definition 'aEndOfOutdent'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/HTMLEditRules.h:802:63: note: Function 'OutdentPartOfBlock' argument 3 names different: declaration 'aEndOutdent' definition 'aEndOfOutdent'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:5912:47: note: Function 'OutdentPartOfBlock' argument 3 names different: declaration 'aEndOutdent' definition 'aEndOfOutdent'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:5956:40: style: Function 'ConvertListType' argument 2 names different: declaration 'aListType' definition 'aNewListTag'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/HTMLEditRules.h:830:50: note: Function 'ConvertListType' argument 2 names different: declaration 'aListType' definition 'aNewListTag'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:5956:40: note: Function 'ConvertListType' argument 2 names different: declaration 'aListType' definition 'aNewListTag'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:5957:40: style: Function 'ConvertListType' argument 3 names different: declaration 'aItemType' definition 'aNewListItemTag'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/HTMLEditRules.h:830:69: note: Function 'ConvertListType' argument 3 names different: declaration 'aItemType' definition 'aNewListItemTag'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:5957:40: note: Function 'ConvertListType' argument 3 names different: declaration 'aItemType' definition 'aNewListItemTag'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:8413:30: style: Function 'SplitParagraph' argument 3 names different: declaration 'aBRNode' definition 'aNextBRNode'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/HTMLEditRules.h:687:30: note: Function 'SplitParagraph' argument 3 names different: declaration 'aBRNode' definition 'aNextBRNode'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:8413:30: note: Function 'SplitParagraph' argument 3 names different: declaration 'aBRNode' definition 'aNextBRNode'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:9248:30: style: Function 'JoinNearestEditableNodesWithTransaction' argument 1 names different: declaration 'aLeftNode' definition 'aNodeLeft'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/HTMLEditRules.h:1096:17: note: Function 'JoinNearestEditableNodesWithTransaction' argument 1 names different: declaration 'aLeftNode' definition 'aNodeLeft'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:9248:30: note: Function 'JoinNearestEditableNodesWithTransaction' argument 1 names different: declaration 'aLeftNode' definition 'aNodeLeft'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:9249:30: style: Function 'JoinNearestEditableNodesWithTransaction' argument 2 names different: declaration 'aRightNode' definition 'aNodeRight'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/HTMLEditRules.h:1096:40: note: Function 'JoinNearestEditableNodesWithTransaction' argument 2 names different: declaration 'aRightNode' definition 'aNodeRight'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:9249:30: note: Function 'JoinNearestEditableNodesWithTransaction' argument 2 names different: declaration 'aRightNode' definition 'aNodeRight'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:10159:66: style: Function 'ListIsEmptyLine' argument 1 names different: declaration 'arrayOfNodes' definition 'aArrayOfNodes'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/HTMLEditRules.h:1235:58: note: Function 'ListIsEmptyLine' argument 1 names different: declaration 'arrayOfNodes' definition 'aArrayOfNodes'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:10159:66: note: Function 'ListIsEmptyLine' argument 1 names different: declaration 'arrayOfNodes' definition 'aArrayOfNodes'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:10531:42: style: Function 'DidInsertNode' argument 2 names different: declaration 'aNode' definition 'aContent'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/HTMLEditRules.h:131:57: note: Function 'DidInsertNode' argument 2 names different: declaration 'aNode' definition 'aContent'.
firefox-62.0/editor/libeditor/HTMLEditRules.cpp:10531:42: note: Function 'DidInsertNode' argument 2 names different: declaration 'aNode' definition 'aContent'.
firefox-62.0/editor/libeditor/WSRunObject.h:96:8: performance: Technically the member function 'mozilla::WSType::bool_conversion_helper' can be static. [functionStatic]
firefox-62.0/editor/libeditor/WSRunObject.h:69:16: style: Class 'WSType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/editor/libeditor/WSRunObject.h:47:1: warning: The class 'WSType' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-62.0/editor/libeditor/HTMLEditUtils.cpp:165:37: style: Function 'IsTableCell' argument 1 names different: declaration 'node' definition 'aNode'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/HTMLEditUtils.h:27:36: note: Function 'IsTableCell' argument 1 names different: declaration 'node' definition 'aNode'.
firefox-62.0/editor/libeditor/HTMLEditUtils.cpp:165:37: note: Function 'IsTableCell' argument 1 names different: declaration 'node' definition 'aNode'.
firefox-62.0/editor/libeditor/HTMLEditorCommands.cpp:391:3: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/editor/libeditor/HTMLEditorCommands.cpp:390:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/editor/libeditor/HTMLEditorCommands.cpp:391:3: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/editor/libeditor/HTMLEditorDataTransfer.cpp:832:31: style: Function 'RemoveFragComments' argument 1 names different: declaration 'theStr' definition 'aStr'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/HTMLEditorDataTransfer.cpp:82:47: note: Function 'RemoveFragComments' argument 1 names different: declaration 'theStr' definition 'aStr'.
firefox-62.0/editor/libeditor/HTMLEditorDataTransfer.cpp:832:31: note: Function 'RemoveFragComments' argument 1 names different: declaration 'theStr' definition 'aStr'.
firefox-62.0/editor/libeditor/HTMLEditorDataTransfer.cpp:1748:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/editor/libeditor/HTMLEditorDocumentCommands.cpp:542:51: style: C-style pointer casting [cstyleCast]
firefox-62.0/editor/libeditor/HTMLStyleEditor.cpp:556:8: style: The scope of the variable 'isSet' can be reduced. [variableScope]
firefox-62.0/editor/libeditor/HTMLStyleEditor.cpp:985:8: style: The scope of the variable 'first' can be reduced. [variableScope]
firefox-62.0/editor/libeditor/HTMLTableEditor.cpp:758:12: style: The scope of the variable 'deleteCol' can be reduced. [variableScope]
firefox-62.0/editor/libeditor/InsertTextTransaction.cpp:132:49: style: Function 'IsSequentialInsert' argument 1 names different: declaration 'aOtherTrasaction' definition 'aOtherTransaction'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/InsertTextTransaction.h:76:50: note: Function 'IsSequentialInsert' argument 1 names different: declaration 'aOtherTrasaction' definition 'aOtherTransaction'.
firefox-62.0/editor/libeditor/InsertTextTransaction.cpp:132:49: note: Function 'IsSequentialInsert' argument 1 names different: declaration 'aOtherTrasaction' definition 'aOtherTransaction'.
firefox-62.0/editor/libeditor/StyleSheetTransactions.cpp:40:64: style: Function 'AddStyleSheetTransaction' argument 1 names different: declaration 'aEditor' definition 'aEditorBase'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/StyleSheetTransactions.h:21:40: note: Function 'AddStyleSheetTransaction' argument 1 names different: declaration 'aEditor' definition 'aEditorBase'.
firefox-62.0/editor/libeditor/StyleSheetTransactions.cpp:40:64: note: Function 'AddStyleSheetTransaction' argument 1 names different: declaration 'aEditor' definition 'aEditorBase'.
firefox-62.0/editor/libeditor/StyleSheetTransactions.cpp:80:44: style: Function 'RemoveStyleSheetTransaction' argument 1 names different: declaration 'aEditor' definition 'aEditorBase'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/StyleSheetTransactions.h:55:43: note: Function 'RemoveStyleSheetTransaction' argument 1 names different: declaration 'aEditor' definition 'aEditorBase'.
firefox-62.0/editor/libeditor/StyleSheetTransactions.cpp:80:44: note: Function 'RemoveStyleSheetTransaction' argument 1 names different: declaration 'aEditor' definition 'aEditorBase'.
firefox-62.0/editor/libeditor/TextEditRules.cpp:717:12: style: The scope of the variable 'end' can be reduced. [variableScope]
firefox-62.0/editor/libeditor/TypeInState.cpp:245:39: style: Function 'GetTypingState' argument 5 names different: declaration 'outValue' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/editor/libeditor/TypeInState.h:81:58: note: Function 'GetTypingState' argument 5 names different: declaration 'outValue' definition 'aValue'.
firefox-62.0/editor/libeditor/TypeInState.cpp:245:39: note: Function 'GetTypingState' argument 5 names different: declaration 'outValue' definition 'aValue'.
firefox-62.0/editor/libeditor/WSRunObject.cpp:237:34: style: Redundant condition: prevPoint.mTextNode. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
firefox-62.0/editor/libeditor/WSRunObject.cpp:1770:11: style: The scope of the variable 'cmp' can be reduced. [variableScope]
firefox-62.0/editor/libeditor/WSRunObject.cpp:1814:8: style: The scope of the variable 'leftCheck' can be reduced. [variableScope]
firefox-62.0/editor/libeditor/WSRunObject.cpp:1815:8: style: The scope of the variable 'spaceNBSP' can be reduced. [variableScope]
firefox-62.0/editor/libeditor/WSRunObject.cpp:1816:8: style: The scope of the variable 'rightCheck' can be reduced. [variableScope]
firefox-62.0/editor/libeditor/WSRunObject.h:501:8: performance: Technically the member function 'mozilla::WSRunObject::IsBlockNode' can be static. [functionStatic]
firefox-62.0/editor/libeditor/WSRunObject.cpp:2077:14: note: Technically the member function 'mozilla::WSRunObject::IsBlockNode' can be static.
firefox-62.0/editor/libeditor/WSRunObject.h:501:8: note: Technically the member function 'mozilla::WSRunObject::IsBlockNode' can be static.
firefox-62.0/editor/spellchecker/EditorSpellCheck.cpp:766:59: style: Function 'BuildDictionaryList' argument 4 names different: declaration 'aTryList' definition 'aOutList'. [funcArgNamesDifferent]
firefox-62.0/editor/spellchecker/EditorSpellCheck.h:83:48: note: Function 'BuildDictionaryList' argument 4 names different: declaration 'aTryList' definition 'aOutList'.
firefox-62.0/editor/spellchecker/EditorSpellCheck.cpp:766:59: note: Function 'BuildDictionaryList' argument 4 names different: declaration 'aTryList' definition 'aOutList'.
firefox-62.0/editor/spellchecker/EditorSpellCheck.cpp:798:56: style: Function 'DictionaryFetched' argument 1 names different: declaration 'aFetchState' definition 'aFetcher'. [funcArgNamesDifferent]
firefox-62.0/editor/spellchecker/EditorSpellCheck.h:85:49: note: Function 'DictionaryFetched' argument 1 names different: declaration 'aFetchState' definition 'aFetcher'.
firefox-62.0/editor/spellchecker/EditorSpellCheck.cpp:798:56: note: Function 'DictionaryFetched' argument 1 names different: declaration 'aFetchState' definition 'aFetcher'.
firefox-62.0/editor/spellchecker/TextServicesDocument.cpp:1466:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
firefox-62.0/editor/spellchecker/TextServicesDocument.cpp:2603:71: style: Function 'FirstTextNodeInCurrentBlock' argument 1 names different: declaration 'aIterator' definition 'aIter'. [funcArgNamesDifferent]
firefox-62.0/editor/spellchecker/TextServicesDocument.h:255:67: note: Function 'FirstTextNodeInCurrentBlock' argument 1 names different: declaration 'aIterator' definition 'aIter'.
firefox-62.0/editor/spellchecker/TextServicesDocument.cpp:2603:71: note: Function 'FirstTextNodeInCurrentBlock' argument 1 names different: declaration 'aIterator' definition 'aIter'.
firefox-62.0/editor/spellchecker/TextServicesDocument.cpp:2949:48: style: Function 'SplitOffsetEntry' argument 2 names different: declaration 'aOffsetIntoEntry' definition 'aNewEntryLength'. [funcArgNamesDifferent]
firefox-62.0/editor/spellchecker/TextServicesDocument.h:295:58: note: Function 'SplitOffsetEntry' argument 2 names different: declaration 'aOffsetIntoEntry' definition 'aNewEntryLength'.
firefox-62.0/editor/spellchecker/TextServicesDocument.cpp:2949:48: note: Function 'SplitOffsetEntry' argument 2 names different: declaration 'aOffsetIntoEntry' definition 'aNewEntryLength'.
firefox-62.0/editor/txmgr/TransactionItem.h:56:8: style: Unused private function: 'TransactionItem::CleanUp' [unusedPrivateFunction]
firefox-62.0/editor/txmgr/TransactionItem.h:32:36: style: Technically the member function 'mozilla::TransactionItem::GetTransaction' can be const. [functionConst]
firefox-62.0/editor/txmgr/TransactionItem.cpp:83:18: note: Technically the member function 'mozilla::TransactionItem::GetTransaction' can be const.
firefox-62.0/editor/txmgr/TransactionItem.h:32:36: note: Technically the member function 'mozilla::TransactionItem::GetTransaction' can be const.
firefox-62.0/editor/txmgr/TransactionItem.h:33:12: style: Technically the member function 'mozilla::TransactionItem::GetIsBatch' can be const. [functionConst]
firefox-62.0/editor/txmgr/TransactionItem.cpp:90:18: note: Technically the member function 'mozilla::TransactionItem::GetIsBatch' can be const.
firefox-62.0/editor/txmgr/TransactionItem.h:33:12: note: Technically the member function 'mozilla::TransactionItem::GetIsBatch' can be const.
firefox-62.0/editor/txmgr/tests/TestTXMgr.cpp:480:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/editor/txmgr/tests/TestTXMgr.cpp:503:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/editor/txmgr/tests/TestTXMgr.cpp:375:5: style: Variable 'mTXMgr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/editor/txmgr/tests/TestTXMgr.cpp:372:5: note: Variable 'mTXMgr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/editor/txmgr/tests/TestTXMgr.cpp:375:5: note: Variable 'mTXMgr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/extensions/auth/nsAuthGSSAPI.cpp:273:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/extensions/auth/nsAuthGSSAPI.cpp:263:9: note: Variable 'ret' is reassigned a value before the old one has been used.
firefox-62.0/extensions/auth/nsAuthGSSAPI.cpp:273:9: note: Variable 'ret' is reassigned a value before the old one has been used.
firefox-62.0/extensions/auth/nsAuthGSSAPI.cpp:281:41: style: Same expression on both sides of '!=' because the value of 'msg_ctx' and '0' are the same. [duplicateExpression]
firefox-62.0/extensions/auth/nsAuthGSSAPI.cpp:251:25: note: 'msg_ctx' is assigned value '0' here.
firefox-62.0/extensions/auth/nsAuthGSSAPI.cpp:281:41: note: Same expression on both sides of '!=' because the value of 'msg_ctx' and '0' are the same.
firefox-62.0/extensions/auth/nsAuthGSSAPI.cpp:294:13: style: The scope of the variable 'item' can be reduced. [variableScope]
firefox-62.0/extensions/auth/nsAuthGSSAPI.cpp:296:18: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/extensions/auth/nsAuthSASL.cpp:73:11: style: The scope of the variable 'message' can be reduced. [variableScope]
firefox-62.0/extensions/auth/nsAuthSASL.cpp:74:33: style: The scope of the variable 'messageLen' can be reduced. [variableScope]
firefox-62.0/extensions/auth/nsAuthSSPI.cpp:145:13: warning: Member variable 'nsAuthSSPI::mIsFirst' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/extensions/auth/nsAuthSambaNTLM.cpp:17:18: warning: Member variable 'nsAuthSambaNTLM::mInitialMessageLen' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/extensions/auth/nsAuthSambaNTLM.cpp:222:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/extensions/auth/nsHttpNegotiateAuth.cpp:254:14: warning: Member variable 'GetNextTokenCompleteEvent::mFlags' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/extensions/cookie/nsPermissionManager.h:93:19: performance: Technically the member function 'nsPermissionManager::PermissionKey::GetHashCode' can be static. [functionStatic]
firefox-62.0/extensions/cookie/nsPermissionManager.h:118:32: warning: Access of moved variable 'toCopy'. [accessMoved]
firefox-62.0/extensions/cookie/nsPermissionManager.h:117:40: note: Calling std::move(toCopy)
firefox-62.0/extensions/cookie/nsPermissionManager.h:118:32: note: $symbol:toCopy
Access of moved variable '$symbol'.
firefox-62.0/extensions/cookie/nsPermissionManager.cpp:1379:25: style: Expression is always false because 'else if' condition matches previous condition at line 1377. [multiCondition]
firefox-62.0/extensions/cookie/nsPermissionManager.cpp:572:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/extensions/cookie/nsPermissionManager.cpp:2831:11: style: The scope of the variable 'id' can be reduced. [variableScope]
firefox-62.0/extensions/cookie/nsPermissionManager.cpp:1008:44: style: Function 'OpenDatabase' argument 1 names different: declaration 'permissionsFile' definition 'aPermissionsFile'. [funcArgNamesDifferent]
firefox-62.0/extensions/cookie/nsPermissionManager.h:327:34: note: Function 'OpenDatabase' argument 1 names different: declaration 'permissionsFile' definition 'aPermissionsFile'.
firefox-62.0/extensions/cookie/nsPermissionManager.cpp:1008:44: note: Function 'OpenDatabase' argument 1 names different: declaration 'permissionsFile' definition 'aPermissionsFile'.
firefox-62.0/extensions/cookie/nsPermissionManager.cpp:2673:88: style: Function 'RemovePermissionsWithAttributes' argument 1 names different: declaration 'aAttrs' definition 'aPattern'. [funcArgNamesDifferent]
firefox-62.0/extensions/cookie/nsPermissionManager.h:217:69: note: Function 'RemovePermissionsWithAttributes' argument 1 names different: declaration 'aAttrs' definition 'aPattern'.
firefox-62.0/extensions/cookie/nsPermissionManager.cpp:2673:88: note: Function 'RemovePermissionsWithAttributes' argument 1 names different: declaration 'aAttrs' definition 'aPattern'.
firefox-62.0/extensions/cookie/nsPermissionManager.cpp:2741:47: style: Function 'GetTypeIndex' argument 1 names different: declaration 'aTypeString' definition 'aType'. [funcArgNamesDifferent]
firefox-62.0/extensions/cookie/nsPermissionManager.h:290:36: note: Function 'GetTypeIndex' argument 1 names different: declaration 'aTypeString' definition 'aType'.
firefox-62.0/extensions/cookie/nsPermissionManager.cpp:2741:47: note: Function 'GetTypeIndex' argument 1 names different: declaration 'aTypeString' definition 'aType'.
firefox-62.0/extensions/cookie/nsPermissionManager.cpp:2957:84: style: Function '_DoImport' argument 2 names different: declaration 'aConn' definition 'conn'. [funcArgNamesDifferent]
firefox-62.0/extensions/cookie/nsPermissionManager.h:332:74: note: Function '_DoImport' argument 2 names different: declaration 'aConn' definition 'conn'.
firefox-62.0/extensions/cookie/nsPermissionManager.cpp:2957:84: note: Function '_DoImport' argument 2 names different: declaration 'aConn' definition 'conn'.
firefox-62.0/extensions/cookie/nsPermissionManager.cpp:3280:77: style: Function 'GetKeyForOrigin' argument 2 names different: declaration 'aPermissionKey' definition 'aKey'. [funcArgNamesDifferent]
firefox-62.0/extensions/cookie/nsPermissionManager.h:247:70: note: Function 'GetKeyForOrigin' argument 2 names different: declaration 'aPermissionKey' definition 'aKey'.
firefox-62.0/extensions/cookie/nsPermissionManager.cpp:3280:77: note: Function 'GetKeyForOrigin' argument 2 names different: declaration 'aPermissionKey' definition 'aKey'.
firefox-62.0/extensions/cookie/nsPermissionManager.cpp:3334:79: style: Function 'GetKeyForPrincipal' argument 2 names different: declaration 'aPermissionKey' definition 'aKey'. [funcArgNamesDifferent]
firefox-62.0/extensions/cookie/nsPermissionManager.h:231:72: note: Function 'GetKeyForPrincipal' argument 2 names different: declaration 'aPermissionKey' definition 'aKey'.
firefox-62.0/extensions/cookie/nsPermissionManager.cpp:3334:79: note: Function 'GetKeyForPrincipal' argument 2 names different: declaration 'aPermissionKey' definition 'aKey'.
firefox-62.0/extensions/cookie/nsPermissionManager.cpp:3346:99: style: Function 'GetKeyForPermission' argument 3 names different: declaration 'aPermissionKey' definition 'aKey'. [funcArgNamesDifferent]
firefox-62.0/extensions/cookie/nsPermissionManager.h:268:47: note: Function 'GetKeyForPermission' argument 3 names different: declaration 'aPermissionKey' definition 'aKey'.
firefox-62.0/extensions/cookie/nsPermissionManager.cpp:3346:99: note: Function 'GetKeyForPermission' argument 3 names different: declaration 'aPermissionKey' definition 'aKey'.
firefox-62.0/extensions/pref/autoconfig/src/nsAutoConfig.cpp:104:19: style: The scope of the variable 'size' can be reduced. [variableScope]
firefox-62.0/extensions/pref/autoconfig/src/nsAutoConfig.cpp:40:15: warning: Member variable 'nsAutoConfig::mLoaded' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/extensions/pref/autoconfig/src/nsJSConfigTriggers.cpp:101:63: style: Function 'EvaluateAdminConfigScript' argument 4 names different: declaration 'bGlobalContext' definition 'globalContext'. [funcArgNamesDifferent]
firefox-62.0/extensions/pref/autoconfig/src/nsJSConfigTriggers.h:9:41: note: Function 'EvaluateAdminConfigScript' argument 4 names different: declaration 'bGlobalContext' definition 'globalContext'.
firefox-62.0/extensions/pref/autoconfig/src/nsJSConfigTriggers.cpp:101:63: note: Function 'EvaluateAdminConfigScript' argument 4 names different: declaration 'bGlobalContext' definition 'globalContext'.
firefox-62.0/extensions/pref/autoconfig/src/nsJSConfigTriggers.cpp:102:41: style: Function 'EvaluateAdminConfigScript' argument 5 names different: declaration 'bCallbacks' definition 'callbacks'. [funcArgNamesDifferent]
firefox-62.0/extensions/pref/autoconfig/src/nsJSConfigTriggers.h:10:41: note: Function 'EvaluateAdminConfigScript' argument 5 names different: declaration 'bCallbacks' definition 'callbacks'.
firefox-62.0/extensions/pref/autoconfig/src/nsJSConfigTriggers.cpp:102:41: note: Function 'EvaluateAdminConfigScript' argument 5 names different: declaration 'bCallbacks' definition 'callbacks'.
firefox-62.0/extensions/pref/autoconfig/src/nsJSConfigTriggers.cpp:116:63: style: Function 'EvaluateAdminConfigScript' argument 5 names different: declaration 'bGlobalContext' definition 'globalContext'. [funcArgNamesDifferent]
firefox-62.0/extensions/pref/autoconfig/src/nsJSConfigTriggers.h:17:41: note: Function 'EvaluateAdminConfigScript' argument 5 names different: declaration 'bGlobalContext' definition 'globalContext'.
firefox-62.0/extensions/pref/autoconfig/src/nsJSConfigTriggers.cpp:116:63: note: Function 'EvaluateAdminConfigScript' argument 5 names different: declaration 'bGlobalContext' definition 'globalContext'.
firefox-62.0/extensions/pref/autoconfig/src/nsJSConfigTriggers.cpp:117:41: style: Function 'EvaluateAdminConfigScript' argument 6 names different: declaration 'bCallbacks' definition 'callbacks'. [funcArgNamesDifferent]
firefox-62.0/extensions/pref/autoconfig/src/nsJSConfigTriggers.h:18:41: note: Function 'EvaluateAdminConfigScript' argument 6 names different: declaration 'bCallbacks' definition 'callbacks'.
firefox-62.0/extensions/pref/autoconfig/src/nsJSConfigTriggers.cpp:117:41: note: Function 'EvaluateAdminConfigScript' argument 6 names different: declaration 'bCallbacks' definition 'callbacks'.
firefox-62.0/extensions/pref/autoconfig/src/nsReadConfig.cpp:143:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/extensions/pref/autoconfig/src/nsReadConfig.cpp:140:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/extensions/pref/autoconfig/src/nsReadConfig.cpp:143:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/extensions/pref/autoconfig/src/nsReadConfig.cpp:124:14: style: The scope of the variable 'fileNameLen' can be reduced. [variableScope]
firefox-62.0/extensions/spellcheck/hunspell/glue/RemoteSpellCheckEngineChild.cpp:48:48: style: Function 'RecvNotifyOfCurrentDictionary' argument 2 names different: declaration 'aPromiseId' definition 'aId'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/glue/RemoteSpellCheckEngineChild.h:24:53: note: Function 'RecvNotifyOfCurrentDictionary' argument 2 names different: declaration 'aPromiseId' definition 'aId'.
firefox-62.0/extensions/spellcheck/hunspell/glue/RemoteSpellCheckEngineChild.cpp:48:48: note: Function 'RecvNotifyOfCurrentDictionary' argument 2 names different: declaration 'aPromiseId' definition 'aId'.
firefox-62.0/extensions/spellcheck/hunspell/glue/RemoteSpellCheckEngineParent.cpp:15:3: performance: Variable 'mSpellChecker' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/extensions/spellcheck/hunspell/glue/mozHunspellFileMgr.cpp:58:31: style: Function 'getline' argument 1 names different: declaration 'aLine' definition 'aResult'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/glue/mozHunspellFileMgr.h:33:29: note: Function 'getline' argument 1 names different: declaration 'aLine' definition 'aResult'.
firefox-62.0/extensions/spellcheck/hunspell/glue/mozHunspellFileMgr.cpp:58:31: note: Function 'getline' argument 1 names different: declaration 'aLine' definition 'aResult'.
firefox-62.0/extensions/spellcheck/hunspell/src/affentry.cxx:488:65: style: Function 'test_condition' argument 2 names different: declaration 'begin' definition 'beg'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/affentry.hxx:220:57: note: Function 'test_condition' argument 2 names different: declaration 'begin' definition 'beg'.
firefox-62.0/extensions/spellcheck/hunspell/src/affentry.cxx:488:65: note: Function 'test_condition' argument 2 names different: declaration 'begin' definition 'beg'.
firefox-62.0/extensions/spellcheck/hunspell/src/affentry.cxx:833:58: style: Function 'get_next_homonym' argument 1 names different: declaration 'word' definition 'he'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/affentry.hxx:186:50: note: Function 'get_next_homonym' argument 1 names different: declaration 'word' definition 'he'.
firefox-62.0/extensions/spellcheck/hunspell/src/affentry.cxx:833:58: note: Function 'get_next_homonym' argument 1 names different: declaration 'word' definition 'he'.
firefox-62.0/extensions/spellcheck/hunspell/src/affentry.hxx:117:8: style: Technically the member function 'PfxEntry::getFlag' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/affentry.hxx:118:15: style: Technically the member function 'PfxEntry::getKey' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/affentry.hxx:121:16: style: Technically the member function 'PfxEntry::getKeyLen' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/affentry.hxx:123:22: style: Technically the member function 'PfxEntry::getMorph' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/affentry.hxx:125:32: style: Technically the member function 'PfxEntry::getCont' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/affentry.hxx:126:16: style: Technically the member function 'PfxEntry::getContLen' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/affentry.hxx:192:8: style: Technically the member function 'SfxEntry::getFlag' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/affentry.hxx:193:15: style: Technically the member function 'SfxEntry::getKey' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/affentry.hxx:196:22: style: Technically the member function 'SfxEntry::getMorph' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/affentry.hxx:198:32: style: Technically the member function 'SfxEntry::getCont' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/affentry.hxx:199:16: style: Technically the member function 'SfxEntry::getContLen' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/affentry.hxx:200:22: style: Technically the member function 'SfxEntry::getAffix' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/affentry.hxx:202:16: style: Technically the member function 'SfxEntry::getKeyLen' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.cxx:1279:50: style: Function 'cpdrep_check' argument 2 names different: declaration 'len' definition 'wl'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:253:42: note: Function 'cpdrep_check' argument 2 names different: declaration 'len' definition 'wl'.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.cxx:1279:50: note: Function 'cpdrep_check' argument 2 names different: declaration 'len' definition 'wl'.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.cxx:1305:32: style: Function 'cpdpat_check' argument 2 names different: declaration 'len' definition 'pos'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:255:24: note: Function 'cpdpat_check' argument 2 names different: declaration 'len' definition 'pos'.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.cxx:1305:32: note: Function 'cpdpat_check' argument 2 names different: declaration 'len' definition 'pos'.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.cxx:1332:51: style: Function 'cpdcase_check' argument 2 names different: declaration 'len' definition 'pos'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:264:43: note: Function 'cpdcase_check' argument 2 names different: declaration 'len' definition 'pos'.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.cxx:1332:51: note: Function 'cpdcase_check' argument 2 names different: declaration 'len' definition 'pos'.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.cxx:1365:37: style: Function 'defcpd_check' argument 4 names different: declaration 'rwords' definition 'def'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:262:29: note: Function 'defcpd_check' argument 4 names different: declaration 'rwords' definition 'def'.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.cxx:1365:37: note: Function 'defcpd_check' argument 4 names different: declaration 'rwords' definition 'def'.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:189:14: performance: Technically the member function 'AffixMgr::isSubset' can be static. [functionStatic]
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.cxx:1076:22: note: Technically the member function 'AffixMgr::isSubset' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:189:14: note: Technically the member function 'AffixMgr::isSubset' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:194:14: performance: Technically the member function 'AffixMgr::isRevSubset' can be static. [functionStatic]
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.cxx:2639:22: note: Technically the member function 'AffixMgr::isRevSubset' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:194:14: note: Technically the member function 'AffixMgr::isRevSubset' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:266:8: style: Technically the member function 'AffixMgr::setcminmax' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.cxx:1537:16: note: Technically the member function 'AffixMgr::setcminmax' can be const.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:266:8: note: Technically the member function 'AffixMgr::setcminmax' can be const.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:290:28: style: Technically the member function 'AffixMgr::get_suffix_words' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.cxx:4870:36: note: Technically the member function 'AffixMgr::get_suffix_words' can be const.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:290:28: note: Technically the member function 'AffixMgr::get_suffix_words' can be const.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:338:8: style: Technically the member function 'AffixMgr::parse_flag' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.cxx:3618:16: note: Technically the member function 'AffixMgr::parse_flag' can be const.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:338:8: note: Technically the member function 'AffixMgr::parse_flag' can be const.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:339:8: performance: Technically the member function 'AffixMgr::parse_num' can be static. [functionStatic]
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.cxx:3634:16: note: Technically the member function 'AffixMgr::parse_num' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:339:8: note: Technically the member function 'AffixMgr::parse_num' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:342:8: performance: Technically the member function 'AffixMgr::parse_convtable' can be static. [functionStatic]
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.cxx:3792:16: note: Technically the member function 'AffixMgr::parse_convtable' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:342:8: note: Technically the member function 'AffixMgr::parse_convtable' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:353:8: performance: Technically the member function 'AffixMgr::reverse_condition' can be static. [functionStatic]
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.cxx:4365:16: note: Technically the member function 'AffixMgr::reverse_condition' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:353:8: note: Technically the member function 'AffixMgr::reverse_condition' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:355:7: style: Technically the member function 'AffixMgr::condlen' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.cxx:1036:15: note: Technically the member function 'AffixMgr::condlen' can be const.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:355:7: note: Technically the member function 'AffixMgr::condlen' can be const.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:365:7: style: Technically the member function 'AffixMgr::redundant_condition' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.cxx:4776:15: note: Technically the member function 'AffixMgr::redundant_condition' can be const.
firefox-62.0/extensions/spellcheck/hunspell/src/affixmgr.hxx:365:7: note: Technically the member function 'AffixMgr::redundant_condition' can be const.
firefox-62.0/extensions/spellcheck/hunspell/src/csutil.cxx:2504:36: style: Function 'get_captype' argument 1 names different: declaration 'q' definition 'word'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/csutil.hxx:235:61: note: Function 'get_captype' argument 1 names different: declaration 'q' definition 'word'.
firefox-62.0/extensions/spellcheck/hunspell/src/csutil.cxx:2504:36: note: Function 'get_captype' argument 1 names different: declaration 'q' definition 'word'.
firefox-62.0/extensions/spellcheck/hunspell/src/csutil.cxx:2536:49: style: Function 'get_captype_utf8' argument 1 names different: declaration 'q' definition 'word'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/csutil.hxx:238:74: note: Function 'get_captype_utf8' argument 1 names different: declaration 'q' definition 'word'.
firefox-62.0/extensions/spellcheck/hunspell/src/csutil.cxx:2536:49: note: Function 'get_captype_utf8' argument 1 names different: declaration 'q' definition 'word'.
firefox-62.0/extensions/spellcheck/hunspell/src/csutil.cxx:615:10: warning: Size of pointer 'dest' used instead of size of its data. [pointerSize]
firefox-62.0/extensions/spellcheck/hunspell/src/csutil.cxx:621:14: warning: Size of pointer 's' used instead of size of its data. [pointerSize]
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.cxx:180:42: style: Function 'add_word' argument 1 names different: declaration 'word' definition 'in_word'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.hxx:127:35: note: Function 'add_word' argument 1 names different: declaration 'word' definition 'in_word'.
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.cxx:180:42: note: Function 'add_word' argument 1 names different: declaration 'word' definition 'in_word'.
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.cxx:182:39: style: Function 'add_word' argument 3 names different: declaration 'ap' definition 'aff'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.hxx:129:32: note: Function 'add_word' argument 3 names different: declaration 'ap' definition 'aff'.
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.cxx:182:39: note: Function 'add_word' argument 3 names different: declaration 'ap' definition 'aff'.
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.cxx:184:42: style: Function 'add_word' argument 5 names different: declaration 'desc' definition 'in_desc'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.hxx:131:35: note: Function 'add_word' argument 5 names different: declaration 'desc' definition 'in_desc'.
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.cxx:184:42: note: Function 'add_word' argument 5 names different: declaration 'desc' definition 'in_desc'.
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.cxx:324:46: style: Function 'add_hidden_capitalized_word' argument 4 names different: declaration 'al' definition 'flagslen'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.hxx:138:39: note: Function 'add_hidden_capitalized_word' argument 4 names different: declaration 'al' definition 'flagslen'.
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.cxx:324:46: note: Function 'add_hidden_capitalized_word' argument 4 names different: declaration 'al' definition 'flagslen'.
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.cxx:445:73: style: Function 'add_with_affix' argument 2 names different: declaration 'pattern' definition 'example'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.hxx:112:66: note: Function 'add_with_affix' argument 2 names different: declaration 'pattern' definition 'example'.
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.cxx:445:73: note: Function 'add_with_affix' argument 2 names different: declaration 'pattern' definition 'example'.
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.cxx:784:49: style: Function 'decode_flag' argument 1 names different: declaration 'flag' definition 'f'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.hxx:116:42: note: Function 'decode_flag' argument 1 names different: declaration 'flag' definition 'f'.
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.cxx:784:49: note: Function 'decode_flag' argument 1 names different: declaration 'flag' definition 'f'.
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.cxx:813:43: style: Function 'encode_flag' argument 1 names different: declaration 'flag' definition 'f'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.hxx:117:36: note: Function 'encode_flag' argument 1 names different: declaration 'flag' definition 'f'.
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.cxx:813:43: note: Function 'encode_flag' argument 1 names different: declaration 'flag' definition 'f'.
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.cxx:107:5: style: Class 'HashMgr' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/extensions/spellcheck/hunspell/src/hashmgr.cxx:107:5: style: Class 'HashMgr' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:231:47: style: Function 'cleanword2' argument 2 names different: declaration 'dest_u' definition 'dest_utf'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:127:42: note: Function 'cleanword2' argument 2 names different: declaration 'dest_u' definition 'dest_utf'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:231:47: note: Function 'cleanword2' argument 2 names different: declaration 'dest_u' definition 'dest_utf'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:374:38: style: Function 'spellsharps' argument 2 names different: declaration 'start_pos' definition 'n_pos'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:139:41: note: Function 'spellsharps' argument 2 names different: declaration 'start_pos' definition 'n_pos'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:374:38: note: Function 'spellsharps' argument 2 names different: declaration 'start_pos' definition 'n_pos'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:694:59: style: Function 'checkword' argument 1 names different: declaration 'source' definition 'w'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:136:47: note: Function 'checkword' argument 1 names different: declaration 'source' definition 'w'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:694:59: note: Function 'checkword' argument 1 names different: declaration 'source' definition 'w'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1170:73: style: Function 'stem' argument 1 names different: declaration 'morph' definition 'desc'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.hxx:176:65: note: Function 'stem' argument 1 names different: declaration 'morph' definition 'desc'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1170:73: note: Function 'stem' argument 1 names different: declaration 'morph' definition 'desc'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1174:77: style: Function 'stem' argument 1 names different: declaration 'morph' definition 'desc'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:96:65: note: Function 'stem' argument 1 names different: declaration 'morph' definition 'desc'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1174:77: note: Function 'stem' argument 1 names different: declaration 'morph' definition 'desc'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1644:89: style: Function 'generate' argument 2 names different: declaration 'word2' definition 'pattern'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.hxx:180:81: note: Function 'generate' argument 2 names different: declaration 'word2' definition 'pattern'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1644:89: note: Function 'generate' argument 2 names different: declaration 'word2' definition 'pattern'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1745:67: style: Function 'spellml' argument 1 names different: declaration 'word' definition 'in_word'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:143:55: note: Function 'spellml' argument 1 names different: declaration 'word' definition 'in_word'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1745:67: note: Function 'spellml' argument 1 names different: declaration 'word' definition 'in_word'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1857:41: style: Function 'stem' argument 2 names different: declaration 'morph' definition 'desc'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.hxx:177:46: note: Function 'stem' argument 2 names different: declaration 'morph' definition 'desc'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1857:41: note: Function 'stem' argument 2 names different: declaration 'morph' definition 'desc'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1869:63: style: Function 'generate' argument 3 names different: declaration 'desc' definition 'pl'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.hxx:191:68: note: Function 'generate' argument 3 names different: declaration 'desc' definition 'pl'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1869:63: note: Function 'generate' argument 3 names different: declaration 'desc' definition 'pl'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1869:71: style: Function 'generate' argument 4 names different: declaration 'n' definition 'pln'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.hxx:191:78: note: Function 'generate' argument 4 names different: declaration 'n' definition 'pln'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1869:71: note: Function 'generate' argument 4 names different: declaration 'n' definition 'pln'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1873:68: style: Function 'generate' argument 3 names different: declaration 'word2' definition 'pattern'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.hxx:181:73: note: Function 'generate' argument 3 names different: declaration 'word2' definition 'pattern'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1873:68: note: Function 'generate' argument 3 names different: declaration 'word2' definition 'pattern'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1931:35: style: Function 'Hunspell_generate' argument 4 names different: declaration 'word2' definition 'pattern'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.h:115:60: note: Function 'Hunspell_generate' argument 4 names different: declaration 'word2' definition 'pattern'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1931:35: note: Function 'Hunspell_generate' argument 4 names different: declaration 'word2' definition 'pattern'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1974:45: style: Function 'Hunspell_free_list' argument 2 names different: declaration 'slst' definition 'list'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.h:155:58: note: Function 'Hunspell_free_list' argument 2 names different: declaration 'slst' definition 'list'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1974:45: note: Function 'Hunspell_free_list' argument 2 names different: declaration 'slst' definition 'list'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:99:8: style: Technically the member function 'HunspellImpl::input_conv' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1695:20: note: Technically the member function 'HunspellImpl::input_conv' can be const.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:99:8: note: Technically the member function 'HunspellImpl::input_conv' can be const.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:137:15: performance: Technically the member function 'HunspellImpl::sharps_u8_l1' can be static. [functionStatic]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:366:27: note: Technically the member function 'HunspellImpl::sharps_u8_l1' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:137:15: note: Technically the member function 'HunspellImpl::sharps_u8_l1' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:141:8: performance: Technically the member function 'HunspellImpl::insert_sug' can be static. [functionStatic]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:406:20: note: Technically the member function 'HunspellImpl::insert_sug' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:141:8: note: Technically the member function 'HunspellImpl::insert_sug' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:142:8: performance: Technically the member function 'HunspellImpl::cat_result' can be static. [functionStatic]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1351:20: note: Technically the member function 'HunspellImpl::cat_result' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:142:8: note: Technically the member function 'HunspellImpl::cat_result' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:144:15: performance: Technically the member function 'HunspellImpl::get_xml_par' can be static. [functionStatic]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1656:27: note: Technically the member function 'HunspellImpl::get_xml_par' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:144:15: note: Technically the member function 'HunspellImpl::get_xml_par' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:145:15: performance: Technically the member function 'HunspellImpl::get_xml_pos' can be static. [functionStatic]
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:1705:27: note: Technically the member function 'HunspellImpl::get_xml_pos' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/hunspell.cxx:145:15: note: Technically the member function 'HunspellImpl::get_xml_pos' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/hunzip.cxx:58:28: style: Function 'Hunzip' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/hunzip.hxx:81:22: note: Function 'Hunzip' argument 1 names different: declaration 'filename' definition 'file'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunzip.cxx:58:28: note: Function 'Hunzip' argument 1 names different: declaration 'filename' definition 'file'.
firefox-62.0/extensions/spellcheck/hunspell/src/hunzip.hxx:78:7: performance: Technically the member function 'Hunzip::fail' can be static. [functionStatic]
firefox-62.0/extensions/spellcheck/hunspell/src/hunzip.cxx:53:13: note: Technically the member function 'Hunzip::fail' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/hunzip.hxx:78:7: note: Technically the member function 'Hunzip::fail' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/phonet.cxx:71:59: style: Function 'phonet' argument 2 names different: declaration 'phone' definition 'parms'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/phonet.hxx:48:57: note: Function 'phonet' argument 2 names different: declaration 'phone' definition 'parms'.
firefox-62.0/extensions/spellcheck/hunspell/src/phonet.cxx:71:59: note: Function 'phonet' argument 2 names different: declaration 'phone' definition 'parms'.
firefox-62.0/extensions/spellcheck/hunspell/src/replist.cxx:118:52: style: Function 'replace' argument 2 names different: declaration 'n' definition 'ind'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/replist.hxx:97:45: note: Function 'replace' argument 2 names different: declaration 'n' definition 'ind'.
firefox-62.0/extensions/spellcheck/hunspell/src/replist.cxx:118:52: note: Function 'replace' argument 2 names different: declaration 'n' definition 'ind'.
firefox-62.0/extensions/spellcheck/hunspell/src/replist.cxx:129:37: style: Function 'add' argument 1 names different: declaration 'pat1' definition 'in_pat1'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/replist.hxx:94:30: note: Function 'add' argument 1 names different: declaration 'pat1' definition 'in_pat1'.
firefox-62.0/extensions/spellcheck/hunspell/src/replist.cxx:129:37: note: Function 'add' argument 1 names different: declaration 'pat1' definition 'in_pat1'.
firefox-62.0/extensions/spellcheck/hunspell/src/replist.cxx:175:39: style: Function 'conv' argument 1 names different: declaration 'word' definition 'in_word'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/replist.hxx:98:32: note: Function 'conv' argument 1 names different: declaration 'word' definition 'in_word'.
firefox-62.0/extensions/spellcheck/hunspell/src/replist.cxx:175:39: note: Function 'conv' argument 1 names different: declaration 'word' definition 'in_word'.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:176:37: style: Function 'suggest' argument 2 names different: declaration 'word' definition 'w'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:127:60: note: Function 'suggest' argument 2 names different: declaration 'word' definition 'w'.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:176:37: note: Function 'suggest' argument 2 names different: declaration 'word' definition 'w'.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:177:30: style: Function 'suggest' argument 3 names different: declaration 'onlycmpdsug' definition 'onlycompoundsug'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:127:71: note: Function 'suggest' argument 3 names different: declaration 'onlycmpdsug' definition 'onlycompoundsug'.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:177:30: note: Function 'suggest' argument 3 names different: declaration 'onlycmpdsug' definition 'onlycompoundsug'.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:995:54: style: Function 'ngsuggest' argument 1 names different: declaration 'slst' definition 'wlst'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:128:44: note: Function 'ngsuggest' argument 1 names different: declaration 'slst' definition 'wlst'.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:995:54: note: Function 'ngsuggest' argument 1 names different: declaration 'slst' definition 'wlst'.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:996:39: style: Function 'ngsuggest' argument 2 names different: declaration 'word' definition 'w'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:128:62: note: Function 'ngsuggest' argument 2 names different: declaration 'word' definition 'w'.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:996:39: note: Function 'ngsuggest' argument 2 names different: declaration 'word' definition 'w'.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:1626:58: style: Function 'suggest_morph' argument 1 names different: declaration 'word' definition 'in_w'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:130:48: note: Function 'suggest_morph' argument 1 names different: declaration 'word' definition 'in_w'.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:1626:58: note: Function 'suggest_morph' argument 1 names different: declaration 'word' definition 'in_w'.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:1752:69: style: Function 'suggest_gen' argument 1 names different: declaration 'pl' definition 'desc'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:131:59: note: Function 'suggest_gen' argument 1 names different: declaration 'pl' definition 'desc'.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:1752:69: note: Function 'suggest_gen' argument 1 names different: declaration 'pl' definition 'desc'.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:1752:94: style: Function 'suggest_gen' argument 2 names different: declaration 'pattern' definition 'in_pattern'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:131:82: note: Function 'suggest_gen' argument 2 names different: declaration 'pattern' definition 'in_pattern'.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:1752:94: note: Function 'suggest_gen' argument 2 names different: declaration 'pattern' definition 'in_pattern'.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:2050:36: style: Function 'bubblesort' argument 1 names different: declaration 'rwd' definition 'rword'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:181:26: note: Function 'bubblesort' argument 1 names different: declaration 'rwd' definition 'rword'.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:2050:36: note: Function 'bubblesort' argument 1 names different: declaration 'rwd' definition 'rword'.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:2050:50: style: Function 'bubblesort' argument 2 names different: declaration 'rwd2' definition 'rword2'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:181:38: note: Function 'bubblesort' argument 2 names different: declaration 'rwd2' definition 'rword2'.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:2050:50: note: Function 'bubblesort' argument 2 names different: declaration 'rwd2' definition 'rword2'.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:173:7: performance: Technically the member function 'SuggestMgr::ngram' can be static. [functionStatic]
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:1838:17: note: Technically the member function 'SuggestMgr::ngram' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:173:7: note: Technically the member function 'SuggestMgr::ngram' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:175:7: performance: Technically the member function 'SuggestMgr::ngram' can be static. [functionStatic]
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:1890:17: note: Technically the member function 'SuggestMgr::ngram' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:175:7: note: Technically the member function 'SuggestMgr::ngram' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:176:7: style: Technically the member function 'SuggestMgr::mystrlen' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:2041:17: note: Technically the member function 'SuggestMgr::mystrlen' can be const.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:176:7: note: Technically the member function 'SuggestMgr::mystrlen' can be const.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:179:7: style: Technically the member function 'SuggestMgr::leftcommonsubstring' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:1957:17: note: Technically the member function 'SuggestMgr::leftcommonsubstring' can be const.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:179:7: note: Technically the member function 'SuggestMgr::leftcommonsubstring' can be const.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:181:8: performance: Technically the member function 'SuggestMgr::bubblesort' can be static. [functionStatic]
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:2050:18: note: Technically the member function 'SuggestMgr::bubblesort' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:181:8: note: Technically the member function 'SuggestMgr::bubblesort' can be static.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:182:8: style: Technically the member function 'SuggestMgr::lcs' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.cxx:2077:18: note: Technically the member function 'SuggestMgr::lcs' can be const.
firefox-62.0/extensions/spellcheck/hunspell/src/suggestmgr.hxx:182:8: note: Technically the member function 'SuggestMgr::lcs' can be const.
firefox-62.0/extensions/spellcheck/src/mozEnglishWordUtils.cpp:240:11: style: The scope of the variable 'length' can be reduced. [variableScope]
firefox-62.0/extensions/spellcheck/src/mozInlineSpellChecker.cpp:1047:46: warning: Function 'DidJoinNodes' argument order different: declaration 'aRightNode, aLeftNode' definition 'aLeftNode, aRightNode' [funcArgOrderDifferent]
firefox-62.0/extensions/spellcheck/src/mozInlineSpellChecker.h:258:30: note: Function 'DidJoinNodes' argument order different: declaration 'aRightNode, aLeftNode' definition 'aLeftNode, aRightNode'
firefox-62.0/extensions/spellcheck/src/mozInlineSpellChecker.cpp:1047:46: note: Function 'DidJoinNodes' argument order different: declaration 'aRightNode, aLeftNode' definition 'aLeftNode, aRightNode'
firefox-62.0/extensions/spellcheck/src/mozInlineSpellChecker.cpp:100:23: warning: Member variable 'mozInlineSpellStatus::mOp' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/extensions/spellcheck/src/mozInlineSpellChecker.cpp:100:23: warning: Member variable 'mozInlineSpellStatus::mForceNavigationWordCheck' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/extensions/spellcheck/src/mozInlineSpellChecker.cpp:100:23: warning: Member variable 'mozInlineSpellStatus::mNewNavigationPositionOffset' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/extensions/spellcheck/src/mozInlineSpellChecker.h:114:29: style: Technically the member function 'mozInlineSpellStatus::PositionToCollapsedRange' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/src/mozInlineSpellChecker.cpp:452:23: note: Technically the member function 'mozInlineSpellStatus::PositionToCollapsedRange' can be const.
firefox-62.0/extensions/spellcheck/src/mozInlineSpellChecker.h:114:29: note: Technically the member function 'mozInlineSpellStatus::PositionToCollapsedRange' can be const.
firefox-62.0/extensions/spellcheck/src/mozInlineSpellWordUtil.h:55:14: style: Technically the member function 'NodeOffsetRange::Begin' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/src/mozInlineSpellWordUtil.h:60:14: style: Technically the member function 'NodeOffsetRange::End' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/src/mozInlineSpellWordUtil.h:65:8: style: Technically the member function 'NodeOffsetRange::Empty' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/src/mozInlineSpellWordUtil.h:120:12: style: Technically the member function 'mozInlineSpellWordUtil::MakeRange' can be const. [functionConst]
firefox-62.0/extensions/spellcheck/src/mozInlineSpellWordUtil.cpp:329:25: note: Technically the member function 'mozInlineSpellWordUtil::MakeRange' can be const.
firefox-62.0/extensions/spellcheck/src/mozInlineSpellWordUtil.h:120:12: note: Technically the member function 'mozInlineSpellWordUtil::MakeRange' can be const.
firefox-62.0/extensions/spellcheck/src/mozSpellChecker.cpp:255:7: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/extensions/spellcheck/src/mozSpellChecker.cpp:254:7: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/extensions/spellcheck/src/mozSpellChecker.cpp:255:7: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/extensions/spellcheck/src/mozSpellChecker.cpp:260:9: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/extensions/spellcheck/src/mozSpellChecker.cpp:259:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/extensions/spellcheck/src/mozSpellChecker.cpp:260:9: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/extensions/spellcheck/src/mozSpellChecker.cpp:549:69: style: Function 'GetEngineList' argument 1 names different: declaration 'aDictionaryList' definition 'aSpellCheckingEngines'. [funcArgNamesDifferent]
firefox-62.0/extensions/spellcheck/src/mozSpellChecker.h:76:63: note: Function 'GetEngineList' argument 1 names different: declaration 'aDictionaryList' definition 'aSpellCheckingEngines'.
firefox-62.0/extensions/spellcheck/src/mozSpellChecker.cpp:549:69: note: Function 'GetEngineList' argument 1 names different: declaration 'aDictionaryList' definition 'aSpellCheckingEngines'.
firefox-62.0/extensions/universalchardet/src/base/CharDistribution.cpp:20:19: style: Checking if unsigned variable 'mTotalChars' is less than zero. [unsignedLessThanZero]
firefox-62.0/extensions/universalchardet/src/base/CharDistribution.h:16:3: warning: Member variable 'CharDistributionAnalysis::mCharToFreqOrder' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/extensions/universalchardet/src/base/CharDistribution.h:16:3: warning: Member variable 'CharDistributionAnalysis::mTableSize' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/extensions/universalchardet/src/base/CharDistribution.h:16:3: warning: Member variable 'CharDistributionAnalysis::mTypicalDistributionRatio' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/extensions/universalchardet/src/base/CharDistribution.h:19:8: performance: Technically the member function 'CharDistributionAnalysis::HandleData' can be static. [functionStatic]
firefox-62.0/extensions/universalchardet/src/base/CharDistribution.h:42:9: style: Technically the member function 'CharDistributionAnalysis::GetConfidence' can be const. [functionConst]
firefox-62.0/extensions/universalchardet/src/base/CharDistribution.cpp:15:33: note: Technically the member function 'CharDistributionAnalysis::GetConfidence' can be const.
firefox-62.0/extensions/universalchardet/src/base/CharDistribution.h:42:9: note: Technically the member function 'CharDistributionAnalysis::GetConfidence' can be const.
firefox-62.0/extensions/universalchardet/src/base/CharDistribution.h:55:8: style: Technically the member function 'CharDistributionAnalysis::GotEnoughData' can be const. [functionConst]
firefox-62.0/extensions/universalchardet/src/base/JpCntx.cpp:102:11: style: The scope of the variable 'order' can be reduced. [variableScope]
firefox-62.0/extensions/universalchardet/src/base/JpCntx.h:45:9: style: Technically the member function 'JapaneseContextAnalysis::GetConfidence' can be const. [functionConst]
firefox-62.0/extensions/universalchardet/src/base/JpCntx.cpp:151:33: note: Technically the member function 'JapaneseContextAnalysis::GetConfidence' can be const.
firefox-62.0/extensions/universalchardet/src/base/JpCntx.h:45:9: note: Technically the member function 'JapaneseContextAnalysis::GetConfidence' can be const.
firefox-62.0/extensions/universalchardet/src/base/JpCntx.h:47:8: style: Technically the member function 'JapaneseContextAnalysis::GotEnoughData' can be const. [functionConst]
firefox-62.0/extensions/universalchardet/src/base/nsEUCJPProber.cpp:25:12: style: The scope of the variable 'codingState' can be reduced. [variableScope]
firefox-62.0/extensions/universalchardet/src/base/nsCodingStateMachine.h:36:12: warning: Member variable 'nsCodingStateMachine::mCurrentCharLen' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/extensions/universalchardet/src/base/nsCodingStateMachine.h:36:12: warning: Member variable 'nsCodingStateMachine::mCurrentBytePos' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/extensions/universalchardet/src/base/nsCodingStateMachine.h:52:13: style: Technically the member function 'nsCodingStateMachine::GetCurrentCharLen' can be const. [functionConst]
firefox-62.0/extensions/universalchardet/src/base/nsCodingStateMachine.h:54:16: style: Technically the member function 'nsCodingStateMachine::GetCodingStateMachine' can be const. [functionConst]
firefox-62.0/extensions/universalchardet/src/base/nsEUCJPProber.h:22:4: style: Class 'nsEUCJPProber' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/extensions/universalchardet/src/base/nsEUCJPProber.h:22:4: style: Class 'nsEUCJPProber' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/extensions/universalchardet/src/base/nsEscCharsetProber.cpp:30:12: style: The scope of the variable 'codingState' can be reduced. [variableScope]
firefox-62.0/extensions/universalchardet/src/base/nsEscCharsetProber.cpp:12:3: performance: Variable 'mCodingSM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/extensions/universalchardet/src/base/nsLatin1Prober.cpp:93:17: style: The scope of the variable 'charClass' can be reduced. [variableScope]
firefox-62.0/extensions/universalchardet/src/base/nsLatin1Prober.cpp:94:17: style: The scope of the variable 'freq' can be reduced. [variableScope]
firefox-62.0/extensions/universalchardet/src/base/nsSJISProber.h:23:4: style: Class 'nsSJISProber' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/extensions/universalchardet/src/base/nsSJISProber.h:23:4: style: Class 'nsSJISProber' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/extensions/universalchardet/src/base/nsUTF8Prober.h:15:17: style: Class 'nsUTF8Prober' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/extensions/universalchardet/src/base/nsUTF8Prober.h:15:17: style: Class 'nsUTF8Prober' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/extensions/universalchardet/src/base/nsSJISProber.cpp:25:12: style: The scope of the variable 'codingState' can be reduced. [variableScope]
firefox-62.0/extensions/universalchardet/src/base/nsUTF8Prober.cpp:17:12: style: The scope of the variable 'codingState' can be reduced. [variableScope]
firefox-62.0/extensions/universalchardet/src/base/nsUniversalDetector.cpp:14:22: warning: Member variable 'nsUniversalDetector::mLanguageFilter' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/extensions/universalchardet/src/xpcom/nsUdetXPCOMWrapper.cpp:95:25: warning: Member variable 'nsXPCOMStringDetector::mResult' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/2d/Types.h:86:0: error: #error "bad endianness" [preprocessorErrorDirective]
firefox-62.0/gfx/2d/LuminanceNEON.cpp:44:3: style: Variable 'sourcePixel' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/2d/LuminanceNEON.cpp:39:0: note: Variable 'sourcePixel' is reassigned a value before the old one has been used.
firefox-62.0/gfx/2d/LuminanceNEON.cpp:44:3: note: Variable 'sourcePixel' is reassigned a value before the old one has been used.
firefox-62.0/gfx/2d/ssse3-scaler.c:519:27: style: Function 'ssse3_scale_data' argument 8 names different: declaration 'dest_rowstride' definition 'dest_stride'. [funcArgNamesDifferent]
firefox-62.0/gfx/2d/ssse3-scaler.h:18:21: note: Function 'ssse3_scale_data' argument 8 names different: declaration 'dest_rowstride' definition 'dest_stride'.
firefox-62.0/gfx/2d/ssse3-scaler.c:519:27: note: Function 'ssse3_scale_data' argument 8 names different: declaration 'dest_rowstride' definition 'dest_stride'.
firefox-62.0/gfx/2d/ssse3-scaler.c:145:9: style: struct member 'pixman_iter_info_t::unused' is never used. [unusedStructMember]
firefox-62.0/gfx/2d/unittest/TestBase.h:28:3: warning: Member variable 'TestBase::mTestFailed' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/2d/unittest/TestBase.h:38:38: performance: Function parameter 'aName' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/2d/unittest/SanityChecks.h:16:8: performance: Technically the member function 'SanityChecks::AlwaysPasses' can be static. [functionStatic]
firefox-62.0/gfx/2d/unittest/SanityChecks.cpp:15:15: note: Technically the member function 'SanityChecks::AlwaysPasses' can be static.
firefox-62.0/gfx/2d/unittest/SanityChecks.h:16:8: note: Technically the member function 'SanityChecks::AlwaysPasses' can be static.
firefox-62.0/gfx/2d/unittest/TestBugs.h:17:8: performance: Technically the member function 'TestBugs::PushPopClip950550' can be static. [functionStatic]
firefox-62.0/gfx/2d/unittest/TestBugs.cpp:75:11: note: Technically the member function 'TestBugs::PushPopClip950550' can be static.
firefox-62.0/gfx/2d/unittest/TestBugs.h:17:8: note: Technically the member function 'TestBugs::PushPopClip950550' can be static.
firefox-62.0/gfx/2d/unittest/TestCairo.cpp:29:0: error: syntax error [syntaxError]
firefox-62.0/gfx/angle/checkout/src/common/debug.cpp:99:9: style: Condition '!DebugAnnotationsActive()' is always true [knownConditionTrueFalse]
firefox-62.0/gfx/angle/checkout/src/common/system_utils_mac.cpp:27:17: style: Unused variable: result [unusedVariable]
firefox-62.0/gfx/angle/checkout/src/common/third_party/smhasher/src/PMurHash.h:42:0: error: #error Unable to determine type name for unsigned 32-bit int [preprocessorErrorDirective]
firefox-62.0/gfx/angle/checkout/src/compiler/preprocessor/ExpressionParser.cpp:1066:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/gfx/angle/checkout/src/compiler/preprocessor/ExpressionParser.cpp:132:10: style: Technically the member function '::Context::isIgnoringErrors' can be const. [functionConst]
firefox-62.0/gfx/angle/checkout/src/compiler/preprocessor/MacroExpander.cpp:28:5: style: Class 'TokenLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/preprocessor/MacroExpander.cpp:57:5: style: Class 'ScopedMacroReenabler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
./Tokenizer.l:2918:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
./Tokenizer.l:2041:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
./Tokenizer.l:725:55: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
./Tokenizer.l:2041:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
./Tokenizer.l:2479:46: style: Function 'pp_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
./Tokenizer.l:677:46: note: Function 'pp_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
./Tokenizer.l:2479:46: note: Function 'pp_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
./Tokenizer.l:2495:46: style: Function 'pp_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
./Tokenizer.l:678:45: note: Function 'pp_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
./Tokenizer.l:2495:46: note: Function 'pp_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
./Tokenizer.l:2495:60: style: Function 'pp_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
./Tokenizer.l:678:56: note: Function 'pp_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
./Tokenizer.l:2495:60: note: Function 'pp_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
./Tokenizer.l:2740:24: style: Function 'ppset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'. [funcArgNamesDifferent]
./Tokenizer.l:1074:24: note: Function 'ppset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
./Tokenizer.l:2740:24: note: Function 'ppset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
./Tokenizer.l:2791:26: style: Function 'pplex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'. [funcArgNamesDifferent]
./Tokenizer.l:1056:27: note: Function 'pplex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
./Tokenizer.l:2791:26: note: Function 'pplex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
./Tokenizer.l:2819:37: style: Function 'pplex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'. [funcArgNamesDifferent]
./Tokenizer.l:1058:38: note: Function 'pplex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'.
./Tokenizer.l:2819:37: note: Function 'pplex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'.
./Tokenizer.l:2819:64: style: Function 'pplex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'. [funcArgNamesDifferent]
./Tokenizer.l:1058:62: note: Function 'pplex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'.
./Tokenizer.l:2819:64: note: Function 'pplex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'.
firefox-62.0/gfx/angle/checkout/src/compiler/translator/BuiltInFunctionEmulator.cpp:16:1: warning: The class 'BuiltInFunctionEmulationMarker' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/CallDAG.cpp:25:5: style: Class 'CallDAGCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/CollectVariables.cpp:860:28: style: Function 'findNamedInterfaceBlock' argument 1 names different: declaration 'name' definition 'blockName'. [funcArgNamesDifferent]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/CollectVariables.cpp:157:68: note: Function 'findNamedInterfaceBlock' argument 1 names different: declaration 'name' definition 'blockName'.
firefox-62.0/gfx/angle/checkout/src/compiler/translator/CollectVariables.cpp:860:28: note: Function 'findNamedInterfaceBlock' argument 1 names different: declaration 'name' definition 'blockName'.
firefox-62.0/gfx/angle/checkout/src/compiler/translator/Compiler.cpp:1213:24: style: The scope of the variable 'sink' can be reduced. [variableScope]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/Compiler.cpp:176:5: style: Class 'TScopedPoolAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/Compiler.cpp:194:5: style: Class 'TScopedSymbolTableLevel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/IntermNode.cpp:1913:66: warning: Either the condition 'divisor<0' is redundant or there is division by zero at line 1913. [zerodivcond]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/IntermNode.cpp:1900:56: note: Assuming that condition 'divisor<0' is not redundant
firefox-62.0/gfx/angle/checkout/src/compiler/translator/IntermNode.cpp:1913:66: note: Division by zero
firefox-62.0/gfx/angle/checkout/src/compiler/translator/IntermNode.cpp:3373:43: error: Shifting by a negative value is undefined behaviour [shiftNegative]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/IntermNode.cpp:3427:46: error: Shifting by a negative value is undefined behaviour [shiftNegative]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/IntermNode.cpp:3383:60: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 3365. [shiftTooManyBits]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/IntermNode.cpp:3365:45: note: Assuming that condition 'bits<0' is not redundant
firefox-62.0/gfx/angle/checkout/src/compiler/translator/IntermNode.cpp:3383:60: note: Shift
firefox-62.0/gfx/angle/checkout/src/compiler/translator/IntermNode.cpp:3373:52: warning: Suspicious code: sign conversion of - in calculation, even though - can have a negative value [signConversion]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/IntermNode.cpp:3427:55: warning: Suspicious code: sign conversion of - in calculation, even though - can have a negative value [signConversion]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/IntermNode.cpp:1944:0: error: Memory leak: resultArray [memleak]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/IsASTDepthBelowLimit.cpp:21:5: style: Class 'MaxDepthTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/OutputHLSL.cpp:1966:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/OutputTree.cpp:34:5: style: Class 'TOutputTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/ParseContext.cpp:4049:29: style: Variable 'token' is assigned a value that is never used. [unreadVariable]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/QualifierTypes.cpp:269:10: style: Technically the member function 'sh::::QualifierComparator::operator()' can be const. [functionConst]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/Types.cpp:520:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/ValidateGlobalInitializer.cpp:22:5: style: Class 'ValidateGlobalInitializerTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/ValidateLimitations.cpp:43:5: style: Class 'ValidateConstIndexExpr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/ValidateSwitch.cpp:73:69: style: Function 'ValidateSwitch' argument 2 names different: declaration 'context' definition 'diagnostics'. [funcArgNamesDifferent]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/ValidateSwitch.cpp:44:57: note: Function 'ValidateSwitch' argument 2 names different: declaration 'context' definition 'diagnostics'.
firefox-62.0/gfx/angle/checkout/src/compiler/translator/ValidateSwitch.cpp:73:69: note: Function 'ValidateSwitch' argument 2 names different: declaration 'context' definition 'diagnostics'.
firefox-62.0/gfx/angle/checkout/src/compiler/translator/ValidateVaryingLocations.cpp:103:5: style: Class 'ValidateVaryingLocationsTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/VariablePacker.cpp:94:1: style: The class 'VariablePacker' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/VariablePacker.cpp:104:14: performance: Technically the member function 'sh::::VariablePacker::makeColumnFlags' can be static. [functionStatic]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/VariablePacker.cpp:129:26: note: Technically the member function 'sh::::VariablePacker::makeColumnFlags' can be static.
firefox-62.0/gfx/angle/checkout/src/compiler/translator/VariablePacker.cpp:104:14: note: Technically the member function 'sh::::VariablePacker::makeColumnFlags' can be static.
./glslang.l:3716:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
./glslang.l:2831:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
./glslang.l:519:55: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
./glslang.l:2831:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
./glslang.l:3275:46: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
./glslang.l:471:46: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
./glslang.l:3275:46: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
./glslang.l:3291:46: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
./glslang.l:472:45: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
./glslang.l:3291:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
./glslang.l:3291:60: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
./glslang.l:472:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
./glslang.l:3291:60: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
./glslang.l:3536:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'. [funcArgNamesDifferent]
./glslang.l:1346:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
./glslang.l:3536:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
./glslang.l:3587:26: style: Function 'yylex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'. [funcArgNamesDifferent]
./glslang.l:1328:27: note: Function 'yylex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
./glslang.l:3587:26: note: Function 'yylex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
./glslang.l:3615:37: style: Function 'yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'. [funcArgNamesDifferent]
./glslang.l:1330:38: note: Function 'yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'.
./glslang.l:3615:37: note: Function 'yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'.
./glslang.l:3615:64: style: Function 'yylex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'. [funcArgNamesDifferent]
./glslang.l:1330:62: note: Function 'yylex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'.
./glslang.l:3615:64: note: Function 'yylex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'.
firefox-62.0/gfx/angle/checkout/src/compiler/translator/glslang_tab.cpp:2208:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/glslang_tab.cpp:2381:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/glslang_tab.cpp:321:31: style: struct member 'Anonymous1::intermAggregate' is never used. [unusedStructMember]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/ArrayReturnValueToOutParameter.cpp:32:5: style: Class 'ArrayReturnValueToOutParameterTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/EmulatePrecision.cpp:679:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/EmulatePrecision.cpp:681:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/EmulatePrecision.cpp:683:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/EmulatePrecision.cpp:685:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/EmulatePrecision.cpp:57:5: style: Class 'RoundingHelperWriterGLSL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/EmulatePrecision.cpp:75:5: style: Class 'RoundingHelperWriterESSL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/EmulatePrecision.cpp:87:5: style: Class 'RoundingHelperWriterHLSL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/ExpandIntegerPowExpressions.cpp:29:5: style: Class 'Traverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/FoldExpressions.cpp:28:5: style: Class 'FoldExpressionsTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/PruneNoOps.cpp:46:5: style: Class 'PruneNoOpsTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/RecordConstantPrecision.cpp:32:5: style: Class 'RecordConstantPrecisionTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/RemoveDynamicIndexing.cpp:173:47: style: Variable 'functionName' is assigned a value that is never used. [unreadVariable]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/RemovePow.cpp:38:5: style: Class 'RemovePowTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/RemoveUnreferencedVariables.cpp:296:72: style: Function 'traverseBlock' argument 1 names different: declaration 'block' definition 'node'. [funcArgNamesDifferent]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/RemoveUnreferencedVariables.cpp:136:38: note: Function 'traverseBlock' argument 1 names different: declaration 'block' definition 'node'.
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/RemoveUnreferencedVariables.cpp:296:72: note: Function 'traverseBlock' argument 1 names different: declaration 'block' definition 'node'.
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/RemoveUnreferencedVariables.cpp:328:70: style: Function 'traverseLoop' argument 1 names different: declaration 'loop' definition 'node'. [funcArgNamesDifferent]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/RemoveUnreferencedVariables.cpp:137:36: note: Function 'traverseLoop' argument 1 names different: declaration 'loop' definition 'node'.
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/RemoveUnreferencedVariables.cpp:328:70: note: Function 'traverseLoop' argument 1 names different: declaration 'loop' definition 'node'.
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/RewriteDoWhile.cpp:49:5: style: Class 'DoWhileRewriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/RewriteElseBlocks.cpp:43:89: style: Function 'visitFunctionDefinition' argument 2 names different: declaration 'aggregate' definition 'node'. [funcArgNamesDifferent]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/RewriteElseBlocks.cpp:29:74: note: Function 'visitFunctionDefinition' argument 2 names different: declaration 'aggregate' definition 'node'.
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/RewriteElseBlocks.cpp:43:89: note: Function 'visitFunctionDefinition' argument 2 names different: declaration 'aggregate' definition 'node'.
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/RewriteElseBlocks.cpp:50:63: style: Function 'visitBlock' argument 2 names different: declaration 'block' definition 'node'. [funcArgNamesDifferent]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/RewriteElseBlocks.cpp:30:48: note: Function 'visitBlock' argument 2 names different: declaration 'block' definition 'node'.
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/RewriteElseBlocks.cpp:50:63: note: Function 'visitBlock' argument 2 names different: declaration 'block' definition 'node'.
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/RewriteElseBlocks.cpp:26:5: style: Class 'ElseBlockRewriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/SeparateExpressionsReturningArrays.cpp:28:5: style: Class 'SeparateExpressionsTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/UnfoldShortCircuitToIf.cpp:29:5: style: Class 'UnfoldShortCircuitTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_ops/VectorizeVectorScalarArithmetic.cpp:29:5: style: Class 'VectorizeVectorScalarArithmeticTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/compiler/translator/tree_util/FindSymbolNode.cpp:24:5: style: Class 'SymbolFinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/gpu_info_util/SystemInfo_win.cpp:27:0: error: #error "SystemInfo_win needs at least GPU_INFO_USE_SETUPAPI or GPU_INFO_USE_DXGI defined" [preprocessorErrorDirective]
firefox-62.0/gfx/angle/checkout/src/image_util/loadimage_etc.cpp:241:35: style: struct member 'Anonymous7::TdummyB' is never used. [unusedStructMember]
firefox-62.0/gfx/angle/checkout/src/image_util/loadimage_etc.cpp:243:35: style: struct member 'Anonymous7::TdummyA' is never used. [unusedStructMember]
firefox-62.0/gfx/angle/checkout/src/image_util/loadimage_etc.cpp:252:26: style: struct member 'Anonymous7::Tflipbit' is never used. [unusedStructMember]
firefox-62.0/gfx/angle/checkout/src/image_util/loadimage_etc.cpp:262:35: style: struct member 'Anonymous8::HdummyA' is never used. [unusedStructMember]
firefox-62.0/gfx/angle/checkout/src/image_util/loadimage_etc.cpp:265:35: style: struct member 'Anonymous8::HdummyC' is never used. [unusedStructMember]
firefox-62.0/gfx/angle/checkout/src/image_util/loadimage_etc.cpp:268:35: style: struct member 'Anonymous8::HdummyB' is never used. [unusedStructMember]
firefox-62.0/gfx/angle/checkout/src/image_util/loadimage_etc.cpp:275:26: style: struct member 'Anonymous8::Hflipbit' is never used. [unusedStructMember]
firefox-62.0/gfx/angle/checkout/src/image_util/loadimage_etc.cpp:290:27: style: struct member 'Anonymous9::PdummyA' is never used. [unusedStructMember]
firefox-62.0/gfx/angle/checkout/src/image_util/loadimage_etc.cpp:294:27: style: struct member 'Anonymous9::PdummyB' is never used. [unusedStructMember]
firefox-62.0/gfx/angle/checkout/src/image_util/loadimage_etc.cpp:297:27: style: struct member 'Anonymous9::PdummyD' is never used. [unusedStructMember]
firefox-62.0/gfx/angle/checkout/src/image_util/loadimage_etc.cpp:299:27: style: struct member 'Anonymous9::PdummyC' is never used. [unusedStructMember]
firefox-62.0/gfx/angle/checkout/src/image_util/loadimage_etc.cpp:302:18: style: struct member 'Anonymous9::Pflipbit' is never used. [unusedStructMember]
firefox-62.0/gfx/angle/checkout/src/image_util/loadimage_etc.cpp:54:1: style: The struct 'ETC2Block' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/angle/checkout/src/image_util/loadimage_etc.cpp:673:14: performance: Technically the member function 'angle::::ETC2Block::RGB8ToRGB565' can be static. [functionStatic]
firefox-62.0/gfx/angle/checkout/src/image_util/loadimage_etc.cpp:680:14: performance: Technically the member function 'angle::::ETC2Block::matchBC1Bits' can be static. [functionStatic]
firefox-62.0/gfx/angle/checkout/src/libANGLE/Caps.cpp:52:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/angle/checkout/src/libANGLE/Display.cpp:130:17: style: Same expression on both sides of '!=' because the value of 'impl' and 'nullptr' are the same. [duplicateExpression]
firefox-62.0/gfx/angle/checkout/src/libANGLE/Display.cpp:105:29: note: 'impl' is assigned value 'nullptr' here.
firefox-62.0/gfx/angle/checkout/src/libANGLE/Display.cpp:130:17: note: Same expression on both sides of '!=' because the value of 'impl' and 'nullptr' are the same.
firefox-62.0/gfx/angle/checkout/src/libANGLE/Display.cpp:810:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/angle/checkout/src/libANGLE/Display.cpp:830:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/angle/checkout/src/libANGLE/Display.cpp:908:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/angle/checkout/src/libANGLE/State.cpp:296:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/ProgramD3D.cpp:1535:5: style: Class 'GetPixelExecutableTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/VertexDataManager.cpp:402:9: style: Class 'StreamingBufferUnmapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Blit11.cpp:290:40: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Blit11.cpp:342:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Blit11.cpp:377:40: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Blit11.cpp:379:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:335:12: warning: Possible null pointer dereference: systemMemoryStorage [nullPointer]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:332:48: note: Assignment 'systemMemoryStorage=nullptr', assigned value is 0
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:335:12: note: Null pointer dereference
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:337:16: warning: Possible null pointer dereference: systemMemoryStorage [nullPointer]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:332:48: note: Assignment 'systemMemoryStorage=nullptr', assigned value is 0
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:337:16: note: Null pointer dereference
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:649:12: warning: Possible null pointer dereference: nativeStorage [nullPointer]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:646:42: note: Assignment 'nativeStorage=nullptr', assigned value is 0
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:649:12: note: Null pointer dereference
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:855:13: warning: Possible null pointer dereference: stagingBuffer [nullPointer]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:850:40: note: Assignment 'stagingBuffer=nullptr', assigned value is 0
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:855:13: note: Null pointer dereference
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:188:5: style: Class 'EmulatedIndexedStorage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/DebugAnnotator11.cpp:104:9: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/DebugAnnotator11.cpp:101:0: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/DebugAnnotator11.cpp:104:9: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:902:5: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:899:0: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:902:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:2504:9: style: Variable 'bindRTV' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:2503:0: note: Variable 'bindRTV' is reassigned a value before the old one has been used.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:2504:9: note: Variable 'bindRTV' is reassigned a value before the old one has been used.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:2505:9: style: Variable 'bindDSV' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:2503:0: note: Variable 'bindDSV' is reassigned a value before the old one has been used.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:2505:9: note: Variable 'bindDSV' is reassigned a value before the old one has been used.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:2506:9: style: Variable 'bindSRV' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:2503:0: note: Variable 'bindSRV' is reassigned a value before the old one has been used.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:2506:9: note: Variable 'bindSRV' is reassigned a value before the old one has been used.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/StateManager11.cpp:3381:58: warning: Possible null pointer dereference: soBuffers [nullPointer]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/StateManager11.cpp:3377:52: note: Assignment 'soBuffers=nullptr', assigned value is 0
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/StateManager11.cpp:3381:58: note: Null pointer dereference
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/StateManager11.cpp:2608:0: style: Same expression used in consecutive assignments of 'readonlyImageCount' and 'imageCount'. [duplicateAssignExpression]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/StateManager11.cpp:2609:0: note: Same expression used in consecutive assignments of 'readonlyImageCount' and 'imageCount'.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/StateManager11.cpp:2608:0: note: Same expression used in consecutive assignments of 'readonlyImageCount' and 'imageCount'.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/SwapChain11.cpp:874:5: style: Variable 'swapInterval' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/SwapChain11.cpp:872:0: note: Variable 'swapInterval' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/SwapChain11.cpp:874:5: note: Variable 'swapInterval' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/TextureStorage11.cpp:987:21: style: Same expression on both sides of '!=' because the value of 'lastSetting' and 'mUseLevelZeroTexture' are the same. [duplicateExpression]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/TextureStorage11.cpp:954:24: note: 'lastSetting' is assigned value 'mUseLevelZeroTexture' here.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/TextureStorage11.cpp:987:21: note: Same expression on both sides of '!=' because the value of 'lastSetting' and 'mUseLevelZeroTexture' are the same.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/TextureStorage11.cpp:325:11: style: The scope of the variable 'otherLevelSRVs' can be reduced. [variableScope]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Trim11.cpp:32:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Trim11.cpp:31:0: note: Variable 'result' is reassigned a value before the old one has been used.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/Trim11.cpp:32:5: note: Variable 'result' is reassigned a value before the old one has been used.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/Blit9.cpp:755:5: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/Blit9.cpp:754:0: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/Blit9.cpp:755:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/Blit9.cpp:758:5: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/Blit9.cpp:755:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/Blit9.cpp:758:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/Renderer9.cpp:272:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/Renderer9.cpp:273:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/formatutils9.cpp:608:17: style: The scope of the variable 'initialized' can be reduced. [variableScope]
firefox-62.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/formatutils9.cpp:639:23: style: Variable 'initialized' is assigned a value that is never used. [unreadVariable]
firefox-62.0/gfx/angle/checkout/src/libANGLE/validationEGL.cpp:1954:10: warning: Either the condition '!context' is redundant or there is possible null pointer dereference: context. [nullPointerRedundantCheck]
firefox-62.0/gfx/angle/checkout/src/libANGLE/validationEGL.cpp:1964:9: note: Assuming that condition '!context' is not redundant
firefox-62.0/gfx/angle/checkout/src/libANGLE/validationEGL.cpp:1954:10: note: Null pointer dereference
firefox-62.0/gfx/angle/checkout/src/libANGLE/validationEGL.cpp:584:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/angle/checkout/src/libANGLE/validationEGL.cpp:839:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/angle/checkout/src/libANGLE/validationEGL.cpp:943:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/angle/checkout/src/libANGLE/validationEGL.cpp:1099:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/angle/checkout/src/libANGLE/validationEGL.cpp:1432:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/angle/checkout/src/libANGLE/validationES.cpp:3203:9: warning: Identical condition '!programObject', second condition is always false [identicalConditionAfterEarlyExit]
firefox-62.0/gfx/angle/checkout/src/libANGLE/validationES.cpp:3197:49: note: 'programObject' is assigned value 'GetValidProgram(context,program)' here.
firefox-62.0/gfx/angle/checkout/src/libANGLE/validationES.cpp:3198:9: note: first condition
firefox-62.0/gfx/angle/checkout/src/libANGLE/validationES.cpp:3203:9: note: second condition
firefox-62.0/gfx/cairo/cairo/src/cairo-wideint-type-private.h:72:0: error: #error Cannot find definitions for fixed-width integral types (uint8_t, uint32_t, etc.) [preprocessorErrorDirective]
firefox-62.0/gfx/cairo/libpixman/src/pixman-private.h:10:0: error: #error "Need mozilla headers" [preprocessorErrorDirective]
pixman-combine.c.template:154:9: style: The scope of the variable 'i' can be reduced. [variableScope]
pixman-combine.c.template:1304:6: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:1305:6: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:1306:6: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:1307:6: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:1472:6: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:1473:6: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:1474:6: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:1475:6: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:1944:10: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:1946:10: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:1949:10: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:1951:10: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:1954:10: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:1956:10: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:1959:10: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:1961:10: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:2047:6: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:2048:6: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:2049:6: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:2050:6: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:2226:6: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:2227:6: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:2228:6: error: Uninitialized variable: t [uninitvar]
pixman-combine.c.template:2229:6: error: Uninitialized variable: t [uninitvar]
firefox-62.0/gfx/config/gfxFeature.h:39:1: style: The class 'FeatureState' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/config/gfxConfig.h:29:1: style: The class 'gfxConfig' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/config/gfxFeature.cpp:84:40: style: Function 'InitOrUpdate' argument 3 names different: declaration 'aMessage' definition 'aDisableMessage'. [funcArgNamesDifferent]
firefox-62.0/gfx/config/gfxFeature.h:52:33: note: Function 'InitOrUpdate' argument 3 names different: declaration 'aMessage' definition 'aDisableMessage'.
firefox-62.0/gfx/config/gfxFeature.cpp:84:40: note: Function 'InitOrUpdate' argument 3 names different: declaration 'aMessage' definition 'aDisableMessage'.
firefox-62.0/mfbt/UniquePtr.h:262:3: warning: Member variable 'UniquePtr::mTuple' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/mfbt/UniquePtr.h:276:3: warning: Member variable 'UniquePtr::mTuple' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/mfbt/UniquePtr.h:290:14: warning: Member variable 'UniquePtr::mTuple' is not assigned a value in 'UniquePtr::operator='. [operatorEqVarError]
firefox-62.0/mfbt/UniquePtr.h:298:14: warning: Member variable 'UniquePtr::mTuple' is not assigned a value in 'UniquePtr::operator='. [operatorEqVarError]
firefox-62.0/mfbt/UniquePtr.h:445:14: warning: Member variable 'UniquePtr::mTuple' is not assigned a value in 'UniquePtr::operator='. [operatorEqVarError]
firefox-62.0/gfx/gl/GLLibraryEGL.h:58:1: style: The class 'GLLibraryEGL' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/mfbt/ThreadLocal.h:169:15: performance: Technically the member function 'mozilla::detail::ThreadLocalNativeStorage::initialized' can be static. [functionStatic]
firefox-62.0/mfbt/ThreadLocal.h:173:15: performance: Technically the member function 'mozilla::detail::ThreadLocalNativeStorage::init' can be static. [functionStatic]
firefox-62.0/gfx/gl/GLLibraryEGL.h:356:10: style: Technically the member function 'mozilla::gl::GLLibraryEGL::HasKHRImageBase' can be const. [functionConst]
firefox-62.0/gfx/gl/GLLibraryEGL.h:360:10: style: Technically the member function 'mozilla::gl::GLLibraryEGL::HasKHRImagePixmap' can be const. [functionConst]
firefox-62.0/gfx/gl/GLLibraryEGL.h:364:10: style: Technically the member function 'mozilla::gl::GLLibraryEGL::HasKHRImageTexture2D' can be const. [functionConst]
firefox-62.0/gfx/gl/GLLibraryEGL.h:368:10: style: Technically the member function 'mozilla::gl::GLLibraryEGL::HasANGLESurfaceD3DTexture2DShareHandle' can be const. [functionConst]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < GLLibraryEGL >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < GLLibraryEGL >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < GLLibraryEGL >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < GLLibraryEGL >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < GLLibraryEGL >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < layers :: LayersIPCChannel >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < layers :: LayersIPCChannel >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < layers :: LayersIPCChannel >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < layers :: LayersIPCChannel >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < layers :: LayersIPCChannel >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < GLContext >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < GLContext >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < GLContext >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < GLContext >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < GLContext >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < gfxASurface >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < gfxASurface >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < gfxASurface >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < gfxASurface >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < gfxASurface >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < I >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < I >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < I >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < I >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < I >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/UniquePtr.h:267:3: style: Class 'UniquePtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/UniquePtr.h:436:3: style: Class 'UniquePtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < GLLibraryEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < GLLibraryEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < GLLibraryEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < GLLibraryEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < GLLibraryEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < GLLibraryEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < GLLibraryEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < GLLibraryEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < GLLibraryEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < GLLibraryEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < layers :: LayersIPCChannel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < layers :: LayersIPCChannel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < layers :: LayersIPCChannel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < layers :: LayersIPCChannel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < layers :: LayersIPCChannel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < layers :: LayersIPCChannel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < layers :: LayersIPCChannel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < layers :: LayersIPCChannel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < layers :: LayersIPCChannel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < layers :: LayersIPCChannel >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < GLContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < GLContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < GLContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < GLContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < GLContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < GLContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < GLContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < GLContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < GLContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < GLContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < gfxASurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < gfxASurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < gfxASurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < gfxASurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < gfxASurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < gfxASurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < gfxASurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < gfxASurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < gfxASurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < gfxASurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < I >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < I >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < I >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < I >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < I >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < I >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < I >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < I >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < layers :: SharedSurfaceTextureClient >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < layers :: SharedSurfaceTextureClient >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < layers :: SharedSurfaceTextureClient >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < layers :: SharedSurfaceTextureClient >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < layers :: SharedSurfaceTextureClient >::forget' can be static. [functionStatic]
firefox-62.0/gfx/gl/HeapCopyOfStackArray.h:26:0: style: Class 'mozilla :: HeapCopyOfStackArray < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < layers :: SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < layers :: SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < layers :: SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < layers :: SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < layers :: SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < layers :: SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < layers :: SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < layers :: SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < layers :: SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < layers :: SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/gl/GLBlitHelperD3D.cpp:227:17: style: Variable 'clipRect' is assigned a value that is never used. [unreadVariable]
firefox-62.0/gfx/gl/GLBlitHelperD3D.cpp:228:17: style: Variable 'colorSpace' is assigned a value that is never used. [unreadVariable]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < ID3D11Texture2D >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < ID3D11Texture2D >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < ID3D11Texture2D >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < ID3D11Texture2D >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < ID3D11Texture2D >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < IDXGIKeyedMutex >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < IDXGIKeyedMutex >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < IDXGIKeyedMutex >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < IDXGIKeyedMutex >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < IDXGIKeyedMutex >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < ID3D11Texture2D >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < ID3D11Texture2D >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < ID3D11Texture2D >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < ID3D11Texture2D >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < ID3D11Texture2D >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < ID3D11Texture2D >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < ID3D11Texture2D >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < ID3D11Texture2D >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < ID3D11Texture2D >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < ID3D11Texture2D >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < IDXGIKeyedMutex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < IDXGIKeyedMutex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < IDXGIKeyedMutex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < IDXGIKeyedMutex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < IDXGIKeyedMutex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < IDXGIKeyedMutex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < IDXGIKeyedMutex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < IDXGIKeyedMutex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < IDXGIKeyedMutex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < IDXGIKeyedMutex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/gl/SharedSurfaceGL.h:48:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/gl/SharedSurfaceGL.h:108:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/gl/GLContext.cpp:326:21: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/gl/GLContext.cpp:265:71: style: Function 'GLContext' argument 5 names different: declaration 'canUseTLSIsCurrent' definition 'useTLSIsCurrent'. [funcArgNamesDifferent]
firefox-62.0/gfx/gl/GLContext.h:3326:55: note: Function 'GLContext' argument 5 names different: declaration 'canUseTLSIsCurrent' definition 'useTLSIsCurrent'.
firefox-62.0/gfx/gl/GLContext.cpp:265:71: note: Function 'GLContext' argument 5 names different: declaration 'canUseTLSIsCurrent' definition 'useTLSIsCurrent'.
firefox-62.0/gfx/gl/GLContext.cpp:1892:53: style: Function 'IsFramebufferComplete' argument 2 names different: declaration 'status' definition 'pStatus'. [funcArgNamesDifferent]
firefox-62.0/gfx/gl/GLContext.h:3537:51: note: Function 'IsFramebufferComplete' argument 2 names different: declaration 'status' definition 'pStatus'.
firefox-62.0/gfx/gl/GLContext.cpp:1892:53: note: Function 'IsFramebufferComplete' argument 2 names different: declaration 'status' definition 'pStatus'.
firefox-62.0/gfx/gl/GLContext.cpp:1957:41: style: Function 'AssembleOffscreenFBs' argument 5 names different: declaration 'drawFB' definition 'drawFB_out'. [funcArgNamesDifferent]
firefox-62.0/gfx/gl/GLContext.h:3549:39: note: Function 'AssembleOffscreenFBs' argument 5 names different: declaration 'drawFB' definition 'drawFB_out'.
firefox-62.0/gfx/gl/GLContext.cpp:1957:41: note: Function 'AssembleOffscreenFBs' argument 5 names different: declaration 'drawFB' definition 'drawFB_out'.
firefox-62.0/gfx/gl/GLContext.cpp:1958:41: style: Function 'AssembleOffscreenFBs' argument 6 names different: declaration 'readFB' definition 'readFB_out'. [funcArgNamesDifferent]
firefox-62.0/gfx/gl/GLContext.h:3550:39: note: Function 'AssembleOffscreenFBs' argument 6 names different: declaration 'readFB' definition 'readFB_out'.
firefox-62.0/gfx/gl/GLContext.cpp:1958:41: note: Function 'AssembleOffscreenFBs' argument 6 names different: declaration 'readFB' definition 'readFB_out'.
firefox-62.0/gfx/gl/GLContext.cpp:297:5: performance: Variable 'mOwningThreadId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/gl/GLContext.cpp:542:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
firefox-62.0/gfx/gl/GLContext.cpp:1670:33: style: Reading from empty STL container 'driverExtensionList' [reademptycontainer]
firefox-62.0/gfx/gl/GLContextProviderEGL.cpp:42:0: error: #error "Platform not recognized" [preprocessorErrorDirective]
firefox-62.0/gfx/gl/GLContextProviderGLX.cpp:86:9: style: Variable 'libGLfilename' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/gl/GLContextProviderGLX.cpp:77:0: note: Variable 'libGLfilename' is reassigned a value before the old one has been used.
firefox-62.0/gfx/gl/GLContextProviderGLX.cpp:86:9: note: Variable 'libGLfilename' is reassigned a value before the old one has been used.
firefox-62.0/gfx/gl/GLContextProviderGLX.cpp:503:10: style: The scope of the variable 'error' can be reduced. [variableScope]
firefox-62.0/gfx/gl/GLXLibrary.h:51:10: style: Unused private function: 'GLXLibrary::BeforeGLXCall' [unusedPrivateFunction]
firefox-62.0/gfx/gl/GLXLibrary.h:52:10: style: Unused private function: 'GLXLibrary::AfterGLXCall' [unusedPrivateFunction]
firefox-62.0/gfx/gl/GLXLibrary.h:158:10: style: Technically the member function 'mozilla::gl::GLXLibrary::DestroyPixmap' can be const. [functionConst]
firefox-62.0/gfx/gl/GLContextProviderGLX.cpp:394:13: note: Technically the member function 'mozilla::gl::GLXLibrary::DestroyPixmap' can be const.
firefox-62.0/gfx/gl/GLXLibrary.h:158:10: note: Technically the member function 'mozilla::gl::GLXLibrary::DestroyPixmap' can be const.
firefox-62.0/gfx/gl/GLXLibrary.h:159:10: style: Technically the member function 'mozilla::gl::GLXLibrary::BindTexImage' can be const. [functionConst]
firefox-62.0/gfx/gl/GLContextProviderGLX.cpp:404:13: note: Technically the member function 'mozilla::gl::GLXLibrary::BindTexImage' can be const.
firefox-62.0/gfx/gl/GLXLibrary.h:159:10: note: Technically the member function 'mozilla::gl::GLXLibrary::BindTexImage' can be const.
firefox-62.0/gfx/gl/GLXLibrary.h:160:10: style: Technically the member function 'mozilla::gl::GLXLibrary::ReleaseTexImage' can be const. [functionConst]
firefox-62.0/gfx/gl/GLContextProviderGLX.cpp:423:13: note: Technically the member function 'mozilla::gl::GLXLibrary::ReleaseTexImage' can be const.
firefox-62.0/gfx/gl/GLXLibrary.h:160:10: note: Technically the member function 'mozilla::gl::GLXLibrary::ReleaseTexImage' can be const.
firefox-62.0/gfx/gl/GLXLibrary.h:165:10: style: Technically the member function 'mozilla::gl::GLXLibrary::UseTextureFromPixmap' can be const. [functionConst]
firefox-62.0/gfx/gl/GLXLibrary.h:166:10: style: Technically the member function 'mozilla::gl::GLXLibrary::HasRobustness' can be const. [functionConst]
firefox-62.0/gfx/gl/GLXLibrary.h:167:10: style: Technically the member function 'mozilla::gl::GLXLibrary::HasCreateContextAttribs' can be const. [functionConst]
firefox-62.0/gfx/gl/GLXLibrary.h:171:10: style: Technically the member function 'mozilla::gl::GLXLibrary::IsATI' can be const. [functionConst]
firefox-62.0/gfx/gl/GLXLibrary.h:172:10: style: Technically the member function 'mozilla::gl::GLXLibrary::IsMesa' can be const. [functionConst]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < gfxXlibSurface >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < gfxXlibSurface >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < gfxXlibSurface >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < gfxXlibSurface >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < gfxXlibSurface >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < GLContextGLX >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < GLContextGLX >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < GLContextGLX >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < GLContextGLX >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < GLContextGLX >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < gfxXlibSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < gfxXlibSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < gfxXlibSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < gfxXlibSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < gfxXlibSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < gfxXlibSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < gfxXlibSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < gfxXlibSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < gfxXlibSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < gfxXlibSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < GLContextGLX >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < GLContextGLX >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < GLContextGLX >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < GLContextGLX >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < GLContextGLX >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < GLContextGLX >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < GLContextGLX >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < GLContextGLX >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < GLContextGLX >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < GLContextGLX >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/gl/GLContextProviderWGL.cpp:430:9: style: Condition '!foundFormats' is always true [knownConditionTrueFalse]
firefox-62.0/gfx/gl/GLContextProviderWGL.cpp:428:25: note: Assignment 'foundFormats=0', assigned value is 0
firefox-62.0/gfx/gl/GLContextProviderWGL.cpp:430:9: note: Condition '!foundFormats' is always true
firefox-62.0/gfx/gl/GLContextProviderWGL.cpp:540:9: style: Condition '!foundFormats' is always true [knownConditionTrueFalse]
firefox-62.0/gfx/gl/GLContextProviderWGL.cpp:538:25: note: Assignment 'foundFormats=0', assigned value is 0
firefox-62.0/gfx/gl/GLContextProviderWGL.cpp:540:9: note: Condition '!foundFormats' is always true
firefox-62.0/gfx/gl/WGLLibrary.h:42:5: warning: Member variable 'WGLLibrary::mOGLLibrary' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/gl/WGLLibrary.h:42:5: warning: Member variable 'WGLLibrary::mHasRobustness' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < GLContextWGL >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < GLContextWGL >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < GLContextWGL >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < GLContextWGL >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < GLContextWGL >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < GLContextWGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < GLContextWGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < GLContextWGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < GLContextWGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < GLContextWGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < GLContextWGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < GLContextWGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < GLContextWGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < GLContextWGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < GLContextWGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/gl/GLLibraryEGL.cpp:829:5: style: Variable 'rawExtString' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/gl/GLLibraryEGL.cpp:823:0: note: Variable 'rawExtString' is reassigned a value before the old one has been used.
firefox-62.0/gfx/gl/GLLibraryEGL.cpp:829:5: note: Variable 'rawExtString' is reassigned a value before the old one has been used.
firefox-62.0/gfx/gl/GLLibraryEGL.cpp:937:27: style: Function 'BeforeEGLCall' argument 1 names different: declaration 'funcName' definition 'glFunction'. [funcArgNamesDifferent]
firefox-62.0/gfx/gl/GLLibraryEGL.h:55:32: note: Function 'BeforeEGLCall' argument 1 names different: declaration 'funcName' definition 'glFunction'.
firefox-62.0/gfx/gl/GLLibraryEGL.cpp:937:27: note: Function 'BeforeEGLCall' argument 1 names different: declaration 'funcName' definition 'glFunction'.
firefox-62.0/gfx/gl/GLLibraryEGL.cpp:945:26: style: Function 'AfterEGLCall' argument 1 names different: declaration 'funcName' definition 'glFunction'. [funcArgNamesDifferent]
firefox-62.0/gfx/gl/GLLibraryEGL.h:56:31: note: Function 'AfterEGLCall' argument 1 names different: declaration 'funcName' definition 'glFunction'.
firefox-62.0/gfx/gl/GLLibraryEGL.cpp:945:26: note: Function 'AfterEGLCall' argument 1 names different: declaration 'funcName' definition 'glFunction'.
firefox-62.0/gfx/gl/GLLibraryEGL.cpp:249:5: warning: Member variable 'AngleErrorReporting::mFailureId' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/gl/GLLibraryLoader.cpp:44:43: style: Function 'LookupSymbol' argument 1 names different: declaration 'symname' definition 'sym'. [funcArgNamesDifferent]
firefox-62.0/gfx/gl/GLLibraryLoader.h:41:40: note: Function 'LookupSymbol' argument 1 names different: declaration 'symname' definition 'sym'.
firefox-62.0/gfx/gl/GLLibraryLoader.cpp:44:43: note: Function 'LookupSymbol' argument 1 names different: declaration 'symname' definition 'sym'.
firefox-62.0/gfx/gl/GLReadTexImageHelper.cpp:92:50: style: Function 'TextureImageProgramFor' argument 2 names different: declaration 'aShader' definition 'aConfig'. [funcArgNamesDifferent]
firefox-62.0/gfx/gl/GLReadTexImageHelper.h:49:62: note: Function 'TextureImageProgramFor' argument 2 names different: declaration 'aShader' definition 'aConfig'.
firefox-62.0/gfx/gl/GLReadTexImageHelper.cpp:92:50: note: Function 'TextureImageProgramFor' argument 2 names different: declaration 'aShader' definition 'aConfig'.
firefox-62.0/gfx/gl/GLReadTexImageHelper.cpp:514:40: style: Function 'ReadTexImage' argument 4 names different: declaration 'aShaderProgram' definition 'aConfig'. [funcArgNamesDifferent]
firefox-62.0/gfx/gl/GLReadTexImageHelper.h:75:63: note: Function 'ReadTexImage' argument 4 names different: declaration 'aShaderProgram' definition 'aConfig'.
firefox-62.0/gfx/gl/GLReadTexImageHelper.cpp:514:40: note: Function 'ReadTexImage' argument 4 names different: declaration 'aShaderProgram' definition 'aConfig'.
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < DataSourceSurface >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < DataSourceSurface >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < DataSourceSurface >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < DataSourceSurface >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < DataSourceSurface >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < DrawTarget >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < DrawTarget >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < DrawTarget >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < DrawTarget >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < DrawTarget >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < DrawTarget >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < DrawTarget >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < DrawTarget >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < DrawTarget >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < DrawTarget >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < DrawTarget >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < DrawTarget >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < DrawTarget >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < DrawTarget >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < DrawTarget >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/gl/SharedSurfaceEGL.h:37:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/gl/GLScreenBuffer.cpp:657:38: style: Function 'SetDrawBuffer' argument 1 names different: declaration 'userMode' definition 'mode'. [funcArgNamesDifferent]
firefox-62.0/gfx/gl/GLScreenBuffer.h:236:31: note: Function 'SetDrawBuffer' argument 1 names different: declaration 'userMode' definition 'mode'.
firefox-62.0/gfx/gl/GLScreenBuffer.cpp:657:38: note: Function 'SetDrawBuffer' argument 1 names different: declaration 'userMode' definition 'mode'.
firefox-62.0/gfx/gl/GLScreenBuffer.cpp:689:38: style: Function 'SetReadBuffer' argument 1 names different: declaration 'userMode' definition 'mode'. [funcArgNamesDifferent]
firefox-62.0/gfx/gl/GLScreenBuffer.h:235:31: note: Function 'SetReadBuffer' argument 1 names different: declaration 'userMode' definition 'mode'.
firefox-62.0/gfx/gl/GLScreenBuffer.cpp:689:38: note: Function 'SetReadBuffer' argument 1 names different: declaration 'userMode' definition 'mode'.
firefox-62.0/gfx/gl/GLScreenBuffer.cpp:1016:34: style: Function 'SetReadBuffer' argument 1 names different: declaration 'mode' definition 'userMode'. [funcArgNamesDifferent]
firefox-62.0/gfx/gl/GLScreenBuffer.h:126:31: note: Function 'SetReadBuffer' argument 1 names different: declaration 'mode' definition 'userMode'.
firefox-62.0/gfx/gl/GLScreenBuffer.cpp:1016:34: note: Function 'SetReadBuffer' argument 1 names different: declaration 'mode' definition 'userMode'.
firefox-62.0/gfx/layers/ipc/ShadowLayers.h:459:22: style: Technically the member function 'mozilla::layers::ShadowableLayer::GetShadow' can be const. [functionConst]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < KnowsCompositor >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < KnowsCompositor >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < KnowsCompositor >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < KnowsCompositor >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < KnowsCompositor >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < CompositableClient >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < CompositableClient >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < CompositableClient >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < CompositableClient >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < CompositableClient >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < LayerTransactionChild >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < LayerTransactionChild >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < LayerTransactionChild >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < LayerTransactionChild >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < LayerTransactionChild >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < CompositorBridgeChild >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < CompositorBridgeChild >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < CompositorBridgeChild >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < CompositorBridgeChild >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < CompositorBridgeChild >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < ShadowLayerForwarder >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < ShadowLayerForwarder >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < ShadowLayerForwarder >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < ShadowLayerForwarder >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < ShadowLayerForwarder >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < SharedSurfaceTextureClient >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < SharedSurfaceTextureClient >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < SharedSurfaceTextureClient >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < SharedSurfaceTextureClient >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < SharedSurfaceTextureClient >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < KnowsCompositor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < KnowsCompositor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < KnowsCompositor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < KnowsCompositor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < KnowsCompositor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < KnowsCompositor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < KnowsCompositor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < KnowsCompositor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < KnowsCompositor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < KnowsCompositor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < CompositableClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < CompositableClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < CompositableClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < CompositableClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < CompositableClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < CompositableClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < CompositableClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < CompositableClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < CompositableClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < CompositableClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < LayerTransactionChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < LayerTransactionChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < LayerTransactionChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < LayerTransactionChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < LayerTransactionChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < LayerTransactionChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < LayerTransactionChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < LayerTransactionChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < LayerTransactionChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < LayerTransactionChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < CompositorBridgeChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < CompositorBridgeChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < CompositorBridgeChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < CompositorBridgeChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < CompositorBridgeChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < CompositorBridgeChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < CompositorBridgeChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < CompositorBridgeChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < CompositorBridgeChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < CompositorBridgeChild >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < ShadowLayerForwarder >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < ShadowLayerForwarder >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < ShadowLayerForwarder >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < ShadowLayerForwarder >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < ShadowLayerForwarder >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < ShadowLayerForwarder >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < ShadowLayerForwarder >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < ShadowLayerForwarder >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < ShadowLayerForwarder >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < ShadowLayerForwarder >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < SharedSurfaceTextureClient >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/gl/GLTextureImage.cpp:76:60: style: Function 'UpdateFromDataSource' argument 1 names different: declaration 'aSurf' definition 'aSurface'. [funcArgNamesDifferent]
firefox-62.0/gfx/gl/GLTextureImage.h:112:55: note: Function 'UpdateFromDataSource' argument 1 names different: declaration 'aSurf' definition 'aSurface'.
firefox-62.0/gfx/gl/GLTextureImage.cpp:76:60: note: Function 'UpdateFromDataSource' argument 1 names different: declaration 'aSurf' definition 'aSurface'.
firefox-62.0/gfx/gl/GLTextureImage.cpp:77:55: style: Function 'UpdateFromDataSource' argument 2 names different: declaration 'aDstRegion' definition 'aDestRegion'. [funcArgNamesDifferent]
firefox-62.0/gfx/gl/GLTextureImage.h:113:50: note: Function 'UpdateFromDataSource' argument 2 names different: declaration 'aDstRegion' definition 'aDestRegion'.
firefox-62.0/gfx/gl/GLTextureImage.cpp:77:55: note: Function 'UpdateFromDataSource' argument 2 names different: declaration 'aDstRegion' definition 'aDestRegion'.
firefox-62.0/gfx/gl/GLTextureImage.cpp:78:57: style: Function 'UpdateFromDataSource' argument 3 names different: declaration 'aSrcOffset' definition 'aSrcPoint'. [funcArgNamesDifferent]
firefox-62.0/gfx/gl/GLTextureImage.h:114:52: note: Function 'UpdateFromDataSource' argument 3 names different: declaration 'aSrcOffset' definition 'aSrcPoint'.
firefox-62.0/gfx/gl/GLTextureImage.cpp:78:57: note: Function 'UpdateFromDataSource' argument 3 names different: declaration 'aSrcOffset' definition 'aSrcPoint'.
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < TextureImage >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < TextureImage >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < TextureImage >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < TextureImage >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < TextureImage >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < BasicTextureImage >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < BasicTextureImage >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < BasicTextureImage >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < BasicTextureImage >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < BasicTextureImage >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < TextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < TextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < TextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < TextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < TextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < TextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < TextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < TextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < TextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < TextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < BasicTextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < BasicTextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < BasicTextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < BasicTextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < BasicTextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < BasicTextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < BasicTextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < BasicTextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < BasicTextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < BasicTextureImage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/gl/SharedSurfaceANGLE.h:33:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < ID3D11Device >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < ID3D11Device >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < ID3D11Device >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < ID3D11Device >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < ID3D11Device >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < ID3D11DeviceContext >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < ID3D11DeviceContext >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < ID3D11DeviceContext >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < ID3D11DeviceContext >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < ID3D11DeviceContext >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < ID3D11Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < ID3D11Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < ID3D11Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < ID3D11Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < ID3D11Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < ID3D11Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < ID3D11Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < ID3D11Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < ID3D11Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < ID3D11Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < ID3D11DeviceContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < ID3D11DeviceContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < ID3D11DeviceContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < ID3D11DeviceContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < ID3D11DeviceContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < ID3D11DeviceContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < ID3D11DeviceContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < ID3D11DeviceContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < ID3D11DeviceContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < ID3D11DeviceContext >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/gl/SharedSurfaceD3D11Interop.h:43:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < DXInterop2Device >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < DXInterop2Device >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < DXInterop2Device >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < DXInterop2Device >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < DXInterop2Device >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < ID3DDeviceContextState >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < ID3DDeviceContextState >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < ID3DDeviceContextState >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < ID3DDeviceContextState >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < ID3DDeviceContextState >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < ID3D11DeviceContext1 >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < ID3D11DeviceContext1 >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < ID3D11DeviceContext1 >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < ID3D11DeviceContext1 >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < ID3D11DeviceContext1 >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < ID3D11Device1 >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < ID3D11Device1 >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < ID3D11Device1 >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < ID3D11Device1 >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < ID3D11Device1 >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < IDXGIResource >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < IDXGIResource >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < IDXGIResource >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < IDXGIResource >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < IDXGIResource >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < DXInterop2Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < DXInterop2Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < DXInterop2Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < DXInterop2Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < DXInterop2Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < DXInterop2Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < DXInterop2Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < DXInterop2Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < DXInterop2Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < DXInterop2Device >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < ID3DDeviceContextState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < ID3DDeviceContextState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < ID3DDeviceContextState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < ID3DDeviceContextState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < ID3DDeviceContextState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < ID3DDeviceContextState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < ID3DDeviceContextState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < ID3DDeviceContextState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < ID3DDeviceContextState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < ID3DDeviceContextState >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < ID3D11DeviceContext1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < ID3D11DeviceContext1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < ID3D11DeviceContext1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < ID3D11DeviceContext1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < ID3D11DeviceContext1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < ID3D11DeviceContext1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < ID3D11DeviceContext1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < ID3D11DeviceContext1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < ID3D11DeviceContext1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < ID3D11DeviceContext1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < ID3D11Device1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < ID3D11Device1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < ID3D11Device1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < ID3D11Device1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < ID3D11Device1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < ID3D11Device1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < ID3D11Device1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < ID3D11Device1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < ID3D11Device1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < ID3D11Device1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < IDXGIResource >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < IDXGIResource >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < IDXGIResource >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < IDXGIResource >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < IDXGIResource >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < IDXGIResource >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < IDXGIResource >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < IDXGIResource >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < IDXGIResource >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < IDXGIResource >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < gfx :: DataSourceSurface >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < gfx :: DataSourceSurface >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < gfx :: DataSourceSurface >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < gfx :: DataSourceSurface >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < gfx :: DataSourceSurface >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < gfx :: DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < gfx :: DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < gfx :: DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < gfx :: DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < gfx :: DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < gfx :: DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < gfx :: DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < gfx :: DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < gfx :: DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < gfx :: DataSourceSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/gl/GLContextCGL.h:23:1: style: The class 'GLContextCGL' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < MacIOSurface >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < MacIOSurface >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < MacIOSurface >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < MacIOSurface >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < MacIOSurface >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < MacIOSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < MacIOSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < MacIOSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < MacIOSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < MacIOSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < MacIOSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < MacIOSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < MacIOSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < MacIOSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < MacIOSurface >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/gl/SkiaGLGlue.h:55:3: style: Class 'SkiaGLGlue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:62:0: performance: Technically the member function 'RefPtr < TextureImageEGL >::assign_assuming_AddRef' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:240:0: performance: Technically the member function 'RefPtr < TextureImageEGL >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:249:0: performance: Technically the member function 'RefPtr < TextureImageEGL >::swap' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:270:0: performance: Technically the member function 'RefPtr < TextureImageEGL >::forget' can be static. [functionStatic]
firefox-62.0/mfbt/RefPtr.h:282:0: performance: Technically the member function 'RefPtr < TextureImageEGL >::forget' can be static. [functionStatic]
firefox-62.0/gfx/gl/TextureImageEGL.h:53:18: warning: Virtual function 'DestroyEGLSurface' is called from destructor '~TextureImageEGL()' at line 95. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/gfx/gl/TextureImageEGL.cpp:95:5: note: Calling DestroyEGLSurface
firefox-62.0/gfx/gl/TextureImageEGL.h:53:18: note: DestroyEGLSurface is a virtual method
firefox-62.0/mfbt/RefPtr.h:109:0: style: Class 'RefPtr < TextureImageEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:117:0: style: Class 'RefPtr < TextureImageEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:123:0: style: Class 'RefPtr < TextureImageEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:130:0: style: Class 'RefPtr < TextureImageEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:137:0: style: Class 'RefPtr < TextureImageEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:147:0: style: Class 'RefPtr < TextureImageEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:153:0: style: Class 'RefPtr < TextureImageEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:154:0: style: Class 'RefPtr < TextureImageEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:158:0: style: Class 'RefPtr < TextureImageEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/mfbt/RefPtr.h:162:0: style: Class 'RefPtr < TextureImageEGL >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/gl/TextureImageEGL.cpp:248:61: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/gfx/graphite2/src/CachedFace.cpp:54:56: style: Function 'runGraphite' argument 2 names different: declaration 'silf' definition 'pSilf'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/CachedFace.h:47:56: note: Function 'runGraphite' argument 2 names different: declaration 'silf' definition 'pSilf'.
firefox-62.0/gfx/graphite2/src/CachedFace.cpp:54:56: note: Function 'runGraphite' argument 2 names different: declaration 'silf' definition 'pSilf'.
firefox-62.0/gfx/graphite2/src/CachedFace.cpp:49:5: warning: Possible leak in public function. The pointer 'm_cacheStore' is not deallocated before it is allocated. [publicAllocationError]
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:46:5: style: Technically the member function 'graphite2::Cmap::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:46:5: style: Technically the member function 'graphite2::Cmap::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:59:5: style: Technically the member function 'graphite2::DirectCmap::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:59:5: style: Technically the member function 'graphite2::DirectCmap::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:76:5: style: Technically the member function 'graphite2::CachedCmap::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:76:5: style: Technically the member function 'graphite2::CachedCmap::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/Face.h:99:5: style: Technically the member function 'graphite2::Face::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/Face.h:99:5: style: Technically the member function 'graphite2::Face::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:55:5: style: Class 'DirectCmap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:72:5: style: Class 'CachedCmap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/inc/TtfUtil.h:56:5: style: Class 'Tag' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/inc/TtfUtil.h:57:5: style: Class 'Tag' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:56:20: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:42:20: note: Virtual function in base class
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:56:20: note: Function in derived class
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:57:13: style: The function 'operatorbool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:44:13: note: Virtual function in base class
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:57:13: note: Function in derived class
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:74:20: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:42:20: note: Virtual function in base class
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:74:20: note: Function in derived class
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:75:13: style: The function 'operatorbool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:44:13: note: Virtual function in base class
firefox-62.0/gfx/graphite2/src/inc/CmapCache.h:75:13: note: Function in derived class
firefox-62.0/gfx/graphite2/src/inc/GlyphCache.h:208:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/graphite2/src/inc/GlyphCache.h:214:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/graphite2/src/Code.cpp:585:16: style: The scope of the variable 'data_skip' can be reduced. [variableScope]
firefox-62.0/gfx/graphite2/src/inc/Rule.h:188:28: warning: Member variable 'Rules::m_rules' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/graphite2/src/inc/Rule.h:62:3: performance: Variable 'rule_idx' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/graphite2/src/inc/Code.h:101:19: performance: Technically the member function 'graphite2::vm::Code::constraint' can be static. [functionStatic]
firefox-62.0/gfx/graphite2/src/inc/Code.h:102:19: performance: Technically the member function 'graphite2::vm::Code::dataSize' can be static. [functionStatic]
firefox-62.0/gfx/graphite2/src/inc/Code.h:103:19: performance: Technically the member function 'graphite2::vm::Code::instructionCount' can be static. [functionStatic]
firefox-62.0/gfx/graphite2/src/inc/Code.h:104:19: performance: Technically the member function 'graphite2::vm::Code::immutable' can be static. [functionStatic]
firefox-62.0/gfx/graphite2/src/inc/Code.h:105:19: performance: Technically the member function 'graphite2::vm::Code::deletes' can be static. [functionStatic]
firefox-62.0/gfx/graphite2/src/inc/Code.h:106:19: performance: Technically the member function 'graphite2::vm::Code::maxRef' can be static. [functionStatic]
firefox-62.0/gfx/graphite2/src/Code.cpp:90:17: style: Technically the member function 'decoder::max_ref' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/Code.h:95:5: style: Class 'Code' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/Code.cpp:69:5: style: Struct 'context' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/Collider.cpp:275:11: style: The scope of the variable 'vmin' can be reduced. [variableScope]
firefox-62.0/gfx/graphite2/src/Collider.cpp:275:17: style: The scope of the variable 'vmax' can be reduced. [variableScope]
firefox-62.0/gfx/graphite2/src/Collider.cpp:276:11: style: The scope of the variable 'omin' can be reduced. [variableScope]
firefox-62.0/gfx/graphite2/src/Collider.cpp:276:17: style: The scope of the variable 'omax' can be reduced. [variableScope]
firefox-62.0/gfx/graphite2/src/Collider.cpp:276:23: style: The scope of the variable 'otmin' can be reduced. [variableScope]
firefox-62.0/gfx/graphite2/src/Collider.cpp:276:30: style: The scope of the variable 'otmax' can be reduced. [variableScope]
firefox-62.0/gfx/graphite2/src/Collider.cpp:277:11: style: The scope of the variable 'cmin' can be reduced. [variableScope]
firefox-62.0/gfx/graphite2/src/Collider.cpp:277:17: style: The scope of the variable 'cmax' can be reduced. [variableScope]
firefox-62.0/gfx/graphite2/src/Collider.cpp:278:11: style: The scope of the variable 'torg' can be reduced. [variableScope]
firefox-62.0/gfx/graphite2/src/inc/Sparse.h:96:18: style: Function 'sparse' argument 1 names different: declaration 'first' definition 'attr'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Sparse.h:65:14: note: Function 'sparse' argument 1 names different: declaration 'first' definition 'attr'.
firefox-62.0/gfx/graphite2/src/inc/Sparse.h:96:18: note: Function 'sparse' argument 1 names different: declaration 'first' definition 'attr'.
firefox-62.0/gfx/graphite2/src/Collider.cpp:50:69: style: Function 'initSlot' argument 3 names different: declaration 'constraint' definition 'limit'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Collider.h:133:58: note: Function 'initSlot' argument 3 names different: declaration 'constraint' definition 'limit'.
firefox-62.0/gfx/graphite2/src/Collider.cpp:50:69: note: Function 'initSlot' argument 3 names different: declaration 'constraint' definition 'limit'.
firefox-62.0/gfx/graphite2/src/Collider.cpp:50:96: style: Function 'initSlot' argument 5 names different: declaration 'marginMin' definition 'marginWeight'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Collider.h:134:37: note: Function 'initSlot' argument 5 names different: declaration 'marginMin' definition 'marginWeight'.
firefox-62.0/gfx/graphite2/src/Collider.cpp:50:96: note: Function 'initSlot' argument 5 names different: declaration 'marginMin' definition 'marginWeight'.
firefox-62.0/gfx/graphite2/src/Collider.cpp:143:160: style: Function 'addBox_slope' argument 9 names different: declaration 'mode' definition 'axis'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Collider.h:139:149: note: Function 'addBox_slope' argument 9 names different: declaration 'mode' definition 'axis'.
firefox-62.0/gfx/graphite2/src/Collider.cpp:143:160: note: Function 'addBox_slope' argument 9 names different: declaration 'mode' definition 'axis'.
firefox-62.0/gfx/graphite2/src/Collider.cpp:214:116: style: Function 'removeBox' argument 5 names different: declaration 'mode' definition 'axis'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Collider.h:140:98: note: Function 'removeBox' argument 5 names different: declaration 'mode' definition 'axis'.
firefox-62.0/gfx/graphite2/src/Collider.cpp:214:116: note: Function 'removeBox' argument 5 names different: declaration 'mode' definition 'axis'.
firefox-62.0/gfx/graphite2/src/Collider.cpp:265:78: style: Function 'mergeSlot' argument 3 names different: declaration 'cinfo' definition 'cslot'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Collider.h:136:67: note: Function 'mergeSlot' argument 3 names different: declaration 'cinfo' definition 'cslot'.
firefox-62.0/gfx/graphite2/src/Collider.cpp:265:78: note: Function 'mergeSlot' argument 3 names different: declaration 'cinfo' definition 'cslot'.
firefox-62.0/gfx/graphite2/src/Collider.cpp:999:12: style: Boolean variable 'collides' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
firefox-62.0/gfx/graphite2/src/inc/Segment.h:70:1: style: The class 'SegmentScopeState' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/graphite2/src/inc/Segment.h:161:10: performance: Technically the member function 'graphite2::Segment::isWhitespace' can be static. [functionStatic]
firefox-62.0/gfx/graphite2/src/inc/Segment.h:229:15: note: Technically the member function 'graphite2::Segment::isWhitespace' can be static.
firefox-62.0/gfx/graphite2/src/inc/Segment.h:161:10: note: Technically the member function 'graphite2::Segment::isWhitespace' can be static.
firefox-62.0/gfx/graphite2/src/inc/Collider.h:130:5: style: Class 'ShiftCollider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/inc/Collider.h:190:5: style: Class 'KernCollider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/inc/Slot.h:83:5: style: Class 'Slot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/Face.cpp:336:20: warning: Either the condition '!uncompressed_table' is redundant or there is possible null pointer dereference: uncompressed_table. [nullPointerRedundantCheck]
firefox-62.0/gfx/graphite2/src/Face.cpp:334:21: note: Assuming that condition '!uncompressed_table' is not redundant
firefox-62.0/gfx/graphite2/src/Face.cpp:336:20: note: Null pointer dereference
firefox-62.0/gfx/graphite2/src/Face.cpp:225:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
firefox-62.0/gfx/graphite2/src/Face.cpp:227:5: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/gfx/graphite2/src/Face.cpp:225:10: note: Found duplicate branches for 'if' and 'else'.
firefox-62.0/gfx/graphite2/src/inc/json.h:113:19: style: Function 'json' argument 1 names different: declaration 'stream' definition 's'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/json.h:80:17: note: Function 'json' argument 1 names different: declaration 'stream' definition 's'.
firefox-62.0/gfx/graphite2/src/inc/json.h:113:19: note: Function 'json' argument 1 names different: declaration 'stream' definition 's'.
firefox-62.0/gfx/graphite2/src/Face.cpp:84:47: style: Function 'default_glyph_advance' argument 1 names different: declaration 'face_ptr' definition 'font_ptr'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Face.h:61:52: note: Function 'default_glyph_advance' argument 1 names different: declaration 'face_ptr' definition 'font_ptr'.
firefox-62.0/gfx/graphite2/src/Face.cpp:84:47: note: Function 'default_glyph_advance' argument 1 names different: declaration 'face_ptr' definition 'font_ptr'.
firefox-62.0/gfx/graphite2/src/Face.cpp:164:50: style: Function 'runGraphite' argument 2 names different: declaration 'silf' definition 'aSilf'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Face.h:66:63: note: Function 'runGraphite' argument 2 names different: declaration 'silf' definition 'aSilf'.
firefox-62.0/gfx/graphite2/src/Face.cpp:164:50: note: Function 'runGraphite' argument 2 names different: declaration 'silf' definition 'aSilf'.
firefox-62.0/gfx/graphite2/src/Face.cpp:213:38: style: Function 'setLogger' argument 1 names different: declaration 'log_file' definition 'GR_MAYBE_UNUSED'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Face.h:78:41: note: Function 'setLogger' argument 1 names different: declaration 'log_file' definition 'GR_MAYBE_UNUSED'.
firefox-62.0/gfx/graphite2/src/Face.cpp:213:38: note: Function 'setLogger' argument 1 names different: declaration 'log_file' definition 'GR_MAYBE_UNUSED'.
firefox-62.0/gfx/graphite2/src/Face.cpp:248:45: style: Function 'takeFileFace' argument 1 names different: declaration 'pFileFace' definition 'GR_MAYBE_UNUSED'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Face.h:72:48: note: Function 'takeFileFace' argument 1 names different: declaration 'pFileFace' definition 'GR_MAYBE_UNUSED'.
firefox-62.0/gfx/graphite2/src/Face.cpp:248:45: note: Function 'takeFileFace' argument 1 names different: declaration 'pFileFace' definition 'GR_MAYBE_UNUSED'.
firefox-62.0/gfx/graphite2/src/inc/json.h:113:7: warning: Member variable 'json::_contexts' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/graphite2/src/Face.cpp:283:5: performance: Variable '_sz' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/graphite2/src/inc/Face.h:78:25: style: Technically the member function 'graphite2::Face::setLogger' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/Face.cpp:213:12: note: Technically the member function 'graphite2::Face::setLogger' can be const.
firefox-62.0/gfx/graphite2/src/inc/Face.h:78:25: note: Technically the member function 'graphite2::Face::setLogger' can be const.
firefox-62.0/gfx/graphite2/src/inc/Segment.h:97:10: style: Technically the member function 'graphite2::Segment::runGraphite' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/Error.h:38:5: style: Technically the member function 'graphite2::Error::operatorbool' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/Error.h:39:9: style: Technically the member function 'graphite2::Error::error' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/debug.h:51:5: style: Struct 'objectid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/inc/debug.h:52:5: style: Struct 'objectid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/inc/FileFace.h:55:5: style: Class 'FileFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/inc/json.h:80:5: style: Class 'json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/inc/json.h:108:5: style: Class 'closer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/inc/FeatureMap.h:45:5: style: Technically the member function 'graphite2::FeatureSetting::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/FeatureMap.h:45:5: style: Technically the member function 'graphite2::FeatureSetting::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/FeatureMap.h:82:5: style: Technically the member function 'graphite2::FeatureRef::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/FeatureMap.h:82:5: style: Technically the member function 'graphite2::FeatureRef::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/FeatureMap.h:122:5: style: Technically the member function 'graphite2::NameAndFeatureRef::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/FeatureMap.h:122:5: style: Technically the member function 'graphite2::NameAndFeatureRef::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/FeatureMap.h:141:5: style: Technically the member function 'graphite2::FeatureMap::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/FeatureMap.h:141:5: style: Technically the member function 'graphite2::FeatureMap::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/FeatureMap.h:170:9: style: Technically the member function 'graphite2::SillMap::LangFeaturePair::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/FeatureMap.h:170:9: style: Technically the member function 'graphite2::SillMap::LangFeaturePair::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/FeatureMap.h:116:5: style: Class 'NameAndFeatureRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/inc/FeatureMap.h:117:5: style: Class 'NameAndFeatureRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/inc/FeatureMap.h:38:1: warning: The class 'FeatureSetting' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/graphite2/src/inc/FileFace.h:49:25: style: Unused private function: 'FileFace::get_table_fn' [unusedPrivateFunction]
firefox-62.0/gfx/graphite2/src/inc/FileFace.h:50:25: style: Unused private function: 'FileFace::rel_table_fn' [unusedPrivateFunction]
firefox-62.0/gfx/graphite2/src/Font.cpp:33:36: style: Function 'Font' argument 2 names different: declaration 'face' definition 'f'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Font.h:40:34: note: Function 'Font' argument 2 names different: declaration 'face' definition 'f'.
firefox-62.0/gfx/graphite2/src/Font.cpp:33:36: note: Function 'Font' argument 2 names different: declaration 'face' definition 'f'.
firefox-62.0/gfx/graphite2/src/GlyphCache.cpp:285:0: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
firefox-62.0/gfx/graphite2/src/GlyphCache.cpp:312:13: style: Variable '_has_boxes' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/gfx/graphite2/src/GlyphCache.cpp:310:13: note: Variable '_has_boxes' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/graphite2/src/GlyphCache.cpp:312:13: note: Variable '_has_boxes' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/graphite2/src/GlyphCache.cpp:347:65: style: Function 'read_glyph' argument 1 names different: declaration 'gid' definition 'glyphid'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/GlyphCache.cpp:95:49: note: Function 'read_glyph' argument 1 names different: declaration 'gid' definition 'glyphid'.
firefox-62.0/gfx/graphite2/src/GlyphCache.cpp:347:65: note: Function 'read_glyph' argument 1 names different: declaration 'gid' definition 'glyphid'.
firefox-62.0/gfx/graphite2/src/GlyphCache.cpp:446:87: style: Function 'read_box' argument 3 names different: declaration 'face' definition 'glyph'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/GlyphCache.cpp:96:71: note: Function 'read_box' argument 3 names different: declaration 'face' definition 'glyph'.
firefox-62.0/gfx/graphite2/src/GlyphCache.cpp:446:87: note: Function 'read_box' argument 3 names different: declaration 'face' definition 'glyph'.
firefox-62.0/gfx/graphite2/src/inc/GlyphCache.h:117:5: style: Technically the member function 'graphite2::GlyphCache::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/GlyphCache.h:117:5: style: Technically the member function 'graphite2::GlyphCache::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/GlyphFace.h:56:5: style: Technically the member function 'graphite2::GlyphFace::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/GlyphFace.h:56:5: style: Technically the member function 'graphite2::GlyphFace::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/GlyphCache.cpp:98:5: style: Technically the member function 'Loader::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/GlyphCache.cpp:98:5: style: Technically the member function 'Loader::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/GlyphCache.cpp:53:9: style: Class '_glat_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/GlyphCache.cpp:287:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:154:35: style: Function 'Exclusion' argument 1 names different: declaration 'x' definition 'x_'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:62:25: note: Function 'Exclusion' argument 1 names different: declaration 'x' definition 'x_'.
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:154:35: note: Function 'Exclusion' argument 1 names different: declaration 'x' definition 'x_'.
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:154:45: style: Function 'Exclusion' argument 2 names different: declaration 'w' definition 'xm_'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:62:34: note: Function 'Exclusion' argument 2 names different: declaration 'w' definition 'xm_'.
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:154:45: note: Function 'Exclusion' argument 2 names different: declaration 'w' definition 'xm_'.
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:154:79: style: Function 'Exclusion' argument 5 names different: declaration 'c' definition 'c_'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:62:66: note: Function 'Exclusion' argument 5 names different: declaration 'c' definition 'c_'.
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:154:79: note: Function 'Exclusion' argument 5 names different: declaration 'c' definition 'c_'.
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:161:36: style: Function 'initialise' argument 5 names different: declaration 'ao' definition 'a0'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:112:90: note: Function 'initialise' argument 5 names different: declaration 'ao' definition 'a0'.
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:161:36: note: Function 'initialise' argument 5 names different: declaration 'ao' definition 'a0'.
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:189:15: style: Function 'weightedAxis' argument 6 names different: declaration 'mi' definition 'm'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:119:82: note: Function 'weightedAxis' argument 6 names different: declaration 'mi' definition 'm'.
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:189:15: note: Function 'weightedAxis' argument 6 names different: declaration 'mi' definition 'm'.
firefox-62.0/gfx/graphite2/src/Intervals.cpp:60:39: style: Function 'outcode' argument 1 names different: declaration 'p' definition 'val'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:64:29: note: Function 'outcode' argument 1 names different: declaration 'p' definition 'val'.
firefox-62.0/gfx/graphite2/src/Intervals.cpp:60:39: note: Function 'outcode' argument 1 names different: declaration 'p' definition 'val'.
firefox-62.0/gfx/graphite2/src/Intervals.cpp:228:43: style: Function 'track_cost' argument 1 names different: declaration 'cost' definition 'best_cost'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:69:40: note: Function 'track_cost' argument 1 names different: declaration 'cost' definition 'best_cost'.
firefox-62.0/gfx/graphite2/src/Intervals.cpp:228:43: note: Function 'track_cost' argument 1 names different: declaration 'cost' definition 'best_cost'.
firefox-62.0/gfx/graphite2/src/Intervals.cpp:228:62: style: Function 'track_cost' argument 2 names different: declaration 'x' definition 'best_pos'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:69:54: note: Function 'track_cost' argument 2 names different: declaration 'x' definition 'best_pos'.
firefox-62.0/gfx/graphite2/src/Intervals.cpp:228:62: note: Function 'track_cost' argument 2 names different: declaration 'x' definition 'best_pos'.
firefox-62.0/gfx/graphite2/src/Intervals.cpp:242:36: style: Function 'cost' argument 1 names different: declaration 'x' definition 'p'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:73:26: note: Function 'cost' argument 1 names different: declaration 'x' definition 'p'.
firefox-62.0/gfx/graphite2/src/Intervals.cpp:242:36: note: Function 'cost' argument 1 names different: declaration 'x' definition 'p'.
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:119:10: performance: Technically the member function 'graphite2::Zones::weightedAxis' can be static. [functionStatic]
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:188:13: note: Technically the member function 'graphite2::Zones::weightedAxis' can be static.
firefox-62.0/gfx/graphite2/src/inc/Intervals.h:119:10: note: Technically the member function 'graphite2::Zones::weightedAxis' can be static.
firefox-62.0/gfx/graphite2/src/Justifier.cpp:99:9: style: The scope of the variable 'icount' can be reduced. [variableScope]
firefox-62.0/gfx/graphite2/src/Justifier.cpp:138:15: style: The scope of the variable 'diff' can be reduced. [variableScope]
firefox-62.0/gfx/graphite2/src/Justifier.cpp:140:15: style: The scope of the variable 'diffpw' can be reduced. [variableScope]
firefox-62.0/gfx/graphite2/src/Justifier.cpp:63:94: style: Function 'justify' argument 4 names different: declaration 'flags' definition 'jflags'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Segment.h:169:78: note: Function 'justify' argument 4 names different: declaration 'flags' definition 'jflags'.
firefox-62.0/gfx/graphite2/src/Justifier.cpp:63:94: note: Function 'justify' argument 4 names different: declaration 'flags' definition 'jflags'.
firefox-62.0/gfx/graphite2/src/Justifier.cpp:44:5: style: Technically the member function 'JustifyTotal::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/Justifier.cpp:44:5: style: Technically the member function 'JustifyTotal::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/NameTable.cpp:35:62: style: Function 'NameTable' argument 3 names different: declaration 'platfromId' definition 'platformId'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/NameTable.h:41:56: note: Function 'NameTable' argument 3 names different: declaration 'platfromId' definition 'platformId'.
firefox-62.0/gfx/graphite2/src/NameTable.cpp:35:62: note: Function 'NameTable' argument 3 names different: declaration 'platfromId' definition 'platformId'.
firefox-62.0/gfx/graphite2/src/NameTable.cpp:62:46: style: Function 'setPlatformEncoding' argument 1 names different: declaration 'platfromId' definition 'platformId'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/NameTable.h:48:39: note: Function 'setPlatformEncoding' argument 1 names different: declaration 'platfromId' definition 'platformId'.
firefox-62.0/gfx/graphite2/src/NameTable.cpp:62:46: note: Function 'setPlatformEncoding' argument 1 names different: declaration 'platfromId' definition 'platformId'.
firefox-62.0/gfx/graphite2/src/inc/NameTable.h:52:5: style: Technically the member function 'graphite2::NameTable::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/NameTable.h:52:5: style: Technically the member function 'graphite2::NameTable::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/UtfCodec.h:214:5: style: Class '_utf_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/inc/UtfCodec.h:205:9: style: Class 'reference' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/Pass.cpp:803:36: warning: Either the condition 'if(start&&(c->flags()&(SlotCollision::COLL_FIX|SlotCollision::COLL_KERN|SlotCollision::COLL_ISCOL))==(SlotCollision::COLL_FIX|SlotCollision::COLL_ISCOL))' is redundant or there is possible null pointer dereference: start. [nullPointerRedundantCheck]
firefox-62.0/gfx/graphite2/src/Pass.cpp:807:28: note: Assuming that condition 'if(start&&(c->flags()&(SlotCollision::COLL_FIX|SlotCollision::COLL_KERN|SlotCollision::COLL_ISCOL))==(SlotCollision::COLL_FIX|SlotCollision::COLL_ISCOL))' is not redundant
firefox-62.0/gfx/graphite2/src/Pass.cpp:803:36: note: Null pointer dereference
firefox-62.0/gfx/graphite2/src/Pass.cpp:364:29: warning: Either the condition 'if(begin)' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
firefox-62.0/gfx/graphite2/src/Pass.cpp:366:12: note: Assuming that condition 'if(begin)' is not redundant
firefox-62.0/gfx/graphite2/src/Pass.cpp:364:29: note: Null pointer subtraction
firefox-62.0/gfx/graphite2/src/Pass.cpp:740:10: style: The scope of the variable 'hasCollisions' can be reduced. [variableScope]
firefox-62.0/gfx/graphite2/src/Pass.cpp:216:63: style: Function 'readRules' argument 6 names different: declaration 'constraint_data' definition 'rc_data'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Pass.h:69:63: note: Function 'readRules' argument 6 names different: declaration 'constraint_data' definition 'rc_data'.
firefox-62.0/gfx/graphite2/src/Pass.cpp:216:63: note: Function 'readRules' argument 6 names different: declaration 'constraint_data' definition 'rc_data'.
firefox-62.0/gfx/graphite2/src/Pass.cpp:217:64: style: Function 'readRules' argument 8 names different: declaration 'action_data' definition 'ac_data'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Pass.h:70:60: note: Function 'readRules' argument 8 names different: declaration 'action_data' definition 'ac_data'.
firefox-62.0/gfx/graphite2/src/Pass.cpp:217:64: note: Function 'readRules' argument 8 names different: declaration 'action_data' definition 'ac_data'.
firefox-62.0/gfx/graphite2/src/Pass.cpp:947:50: style: Function 'resolveCollisions' argument 2 names different: declaration 'slot' definition 'slotFix'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Pass.h:82:51: note: Function 'resolveCollisions' argument 2 names different: declaration 'slot' definition 'slotFix'.
firefox-62.0/gfx/graphite2/src/Pass.cpp:947:50: note: Function 'resolveCollisions' argument 2 names different: declaration 'slot' definition 'slotFix'.
firefox-62.0/gfx/graphite2/src/Pass.cpp:1031:45: style: Function 'resolveKern' argument 2 names different: declaration 'slot' definition 'slotFix'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Pass.h:84:45: note: Function 'resolveKern' argument 2 names different: declaration 'slot' definition 'slotFix'.
firefox-62.0/gfx/graphite2/src/Pass.cpp:1031:45: note: Function 'resolveKern' argument 2 names different: declaration 'slot' definition 'slotFix'.
firefox-62.0/gfx/graphite2/src/inc/Collider.h:173:16: warning: Member variable 'ShiftCollider::_len' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/graphite2/src/inc/Pass.h:61:5: style: Technically the member function 'graphite2::Pass::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/Pass.h:61:5: style: Technically the member function 'graphite2::Pass::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/Pass.h:78:13: performance: Technically the member function 'graphite2::Pass::adjustSlot' can be static. [functionStatic]
firefox-62.0/gfx/graphite2/src/Pass.cpp:699:12: note: Technically the member function 'graphite2::Pass::adjustSlot' can be static.
firefox-62.0/gfx/graphite2/src/inc/Pass.h:78:13: note: Technically the member function 'graphite2::Pass::adjustSlot' can be static.
firefox-62.0/gfx/graphite2/src/inc/Pass.h:81:13: performance: Technically the member function 'graphite2::Pass::collisionFinish' can be static. [functionStatic]
firefox-62.0/gfx/graphite2/src/Pass.cpp:906:12: note: Technically the member function 'graphite2::Pass::collisionFinish' can be static.
firefox-62.0/gfx/graphite2/src/inc/Pass.h:81:13: note: Technically the member function 'graphite2::Pass::collisionFinish' can be static.
firefox-62.0/gfx/graphite2/src/inc/Segment.h:164:5: style: Technically the member function 'graphite2::Segment::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/Segment.h:164:5: style: Technically the member function 'graphite2::Segment::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/Code.h:111:5: style: Technically the member function 'graphite2::vm::Code::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/Code.h:111:5: style: Technically the member function 'graphite2::vm::Code::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/Rule.h:47:3: style: Technically the member function 'graphite2::Rule::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/Rule.h:47:3: style: Technically the member function 'graphite2::Rule::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/Collider.h:152:5: style: Technically the member function 'graphite2::ShiftCollider::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/Collider.h:152:5: style: Technically the member function 'graphite2::ShiftCollider::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/Collider.h:199:5: style: Technically the member function 'graphite2::KernCollider::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/Collider.h:199:5: style: Technically the member function 'graphite2::KernCollider::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/Position.cpp:41:65: style: Function 'overlap' argument 3 names different: declaration 'otherOffset' definition 'othero'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Position.h:61:63: note: Function 'overlap' argument 3 names different: declaration 'otherOffset' definition 'othero'.
firefox-62.0/gfx/graphite2/src/Position.cpp:41:65: note: Function 'overlap' argument 3 names different: declaration 'otherOffset' definition 'othero'.
firefox-62.0/gfx/graphite2/src/inc/Position.h:58:10: style: Technically the member function 'graphite2::Rect::hitTest' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/Position.cpp:32:12: note: Technically the member function 'graphite2::Rect::hitTest' can be const.
firefox-62.0/gfx/graphite2/src/inc/Position.h:58:10: note: Technically the member function 'graphite2::Rect::hitTest' can be const.
firefox-62.0/gfx/graphite2/src/inc/Position.h:61:14: style: Technically the member function 'graphite2::Rect::overlap' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/Position.cpp:41:16: note: Technically the member function 'graphite2::Rect::overlap' can be const.
firefox-62.0/gfx/graphite2/src/inc/Position.h:61:14: note: Technically the member function 'graphite2::Rect::overlap' can be const.
firefox-62.0/gfx/graphite2/src/SegCache.cpp:41:66: style: Function 'SegCache' argument 2 names different: declaration 'features' definition 'feats'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/SegCache.h:247:59: note: Function 'SegCache' argument 2 names different: declaration 'features' definition 'feats'.
firefox-62.0/gfx/graphite2/src/SegCache.cpp:41:66: note: Function 'SegCache' argument 2 names different: declaration 'features' definition 'feats'.
firefox-62.0/gfx/graphite2/src/inc/SegCache.h:143:5: style: Technically the member function 'graphite2::SegCachePrefixEntry::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/SegCache.h:143:5: style: Technically the member function 'graphite2::SegCachePrefixEntry::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/SegCache.h:259:5: style: Technically the member function 'graphite2::SegCache::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/SegCache.h:259:5: style: Technically the member function 'graphite2::SegCache::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/SegCacheEntry.h:104:5: style: Technically the member function 'graphite2::SegCacheEntry::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/SegCacheEntry.h:104:5: style: Technically the member function 'graphite2::SegCacheEntry::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/SegCacheStore.h:84:5: style: Technically the member function 'graphite2::SilfSegCache::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/SegCacheStore.h:84:5: style: Technically the member function 'graphite2::SilfSegCache::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/SegCacheStore.h:114:5: style: Technically the member function 'graphite2::SegCacheStore::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/SegCacheStore.h:114:5: style: Technically the member function 'graphite2::SegCacheStore::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/SegCache.h:137:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/graphite2/src/inc/Slot.h:139:5: style: Technically the member function 'graphite2::Slot::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/inc/Slot.h:139:5: style: Technically the member function 'graphite2::Slot::operatordelete[]' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/Segment.cpp:457:16: style: The scope of the variable 'j' can be reduced. [variableScope]
firefox-62.0/gfx/graphite2/src/Segment.cpp:45:78: style: Function 'Segment' argument 4 names different: declaration 'dir' definition 'textDir'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Segment.h:104:73: note: Function 'Segment' argument 4 names different: declaration 'dir' definition 'textDir'.
firefox-62.0/gfx/graphite2/src/Segment.cpp:45:78: note: Function 'Segment' argument 4 names different: declaration 'dir' definition 'textDir'.
firefox-62.0/gfx/graphite2/src/Segment.cpp:145:30: style: Function 'appendSlot' argument 1 names different: declaration 'i' definition 'id'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Segment.h:120:25: note: Function 'appendSlot' argument 1 names different: declaration 'i' definition 'id'.
firefox-62.0/gfx/graphite2/src/Segment.cpp:145:30: note: Function 'appendSlot' argument 1 names different: declaration 'i' definition 'id'.
firefox-62.0/gfx/graphite2/src/Segment.cpp:145:56: style: Function 'appendSlot' argument 4 names different: declaration 'fid' definition 'iFeats'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Segment.h:120:50: note: Function 'appendSlot' argument 4 names different: declaration 'fid' definition 'iFeats'.
firefox-62.0/gfx/graphite2/src/Segment.cpp:145:56: note: Function 'appendSlot' argument 4 names different: declaration 'fid' definition 'iFeats'.
firefox-62.0/gfx/graphite2/src/Segment.cpp:383:34: style: Function 'linkClusters' argument 1 names different: declaration 'first' definition 's'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Segment.h:127:29: note: Function 'linkClusters' argument 1 names different: declaration 'first' definition 's'.
firefox-62.0/gfx/graphite2/src/Segment.cpp:383:34: note: Function 'linkClusters' argument 1 names different: declaration 'first' definition 's'.
firefox-62.0/gfx/graphite2/src/Segment.cpp:383:44: style: Function 'linkClusters' argument 2 names different: declaration 'last' definition 'end'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Segment.h:127:42: note: Function 'linkClusters' argument 2 names different: declaration 'last' definition 'end'.
firefox-62.0/gfx/graphite2/src/Segment.cpp:383:44: note: Function 'linkClusters' argument 2 names different: declaration 'last' definition 'end'.
firefox-62.0/gfx/graphite2/src/Segment.cpp:412:58: style: Function 'positionSlots' argument 2 names different: declaration 'first' definition 'iStart'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Segment.h:125:54: note: Function 'positionSlots' argument 2 names different: declaration 'first' definition 'iStart'.
firefox-62.0/gfx/graphite2/src/Segment.cpp:412:58: note: Function 'positionSlots' argument 2 names different: declaration 'first' definition 'iStart'.
firefox-62.0/gfx/graphite2/src/Segment.cpp:412:73: style: Function 'positionSlots' argument 3 names different: declaration 'last' definition 'iEnd'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Segment.h:125:69: note: Function 'positionSlots' argument 3 names different: declaration 'last' definition 'iEnd'.
firefox-62.0/gfx/graphite2/src/Segment.cpp:412:73: note: Function 'positionSlots' argument 3 names different: declaration 'last' definition 'iEnd'.
firefox-62.0/gfx/graphite2/src/Segment.cpp:455:46: style: Function 'associateChars' argument 2 names different: declaration 'num' definition 'numChars'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Segment.h:126:41: note: Function 'associateChars' argument 2 names different: declaration 'num' definition 'numChars'.
firefox-62.0/gfx/graphite2/src/Segment.cpp:455:46: note: Function 'associateChars' argument 2 names different: declaration 'num' definition 'numChars'.
firefox-62.0/gfx/graphite2/src/inc/Segment.h:126:10: style: Technically the member function 'graphite2::Segment::associateChars' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/Segment.cpp:455:15: note: Technically the member function 'graphite2::Segment::associateChars' can be const.
firefox-62.0/gfx/graphite2/src/inc/Segment.h:126:10: note: Technically the member function 'graphite2::Segment::associateChars' can be const.
firefox-62.0/gfx/graphite2/src/inc/Segment.h:127:10: style: Technically the member function 'graphite2::Segment::linkClusters' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/Segment.cpp:383:15: note: Technically the member function 'graphite2::Segment::linkClusters' can be const.
firefox-62.0/gfx/graphite2/src/inc/Segment.h:127:10: note: Technically the member function 'graphite2::Segment::linkClusters' can be const.
firefox-62.0/gfx/graphite2/src/Silf.cpp:92:44: style: Function 'readGraphite' argument 1 names different: declaration 'pSilf' definition 'silf_start'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Silf.h:77:42: note: Function 'readGraphite' argument 1 names different: declaration 'pSilf' definition 'silf_start'.
firefox-62.0/gfx/graphite2/src/Silf.cpp:92:44: note: Function 'readGraphite' argument 1 names different: declaration 'pSilf' definition 'silf_start'.
firefox-62.0/gfx/graphite2/src/Silf.cpp:392:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/gfx/graphite2/src/Silf.cpp:419:81: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
firefox-62.0/gfx/graphite2/src/Slot.cpp:37:19: style: Function 'Slot' argument 1 names different: declaration 'm_userAttr' definition 'user_attrs'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Slot.h:83:17: note: Function 'Slot' argument 1 names different: declaration 'm_userAttr' definition 'user_attrs'.
firefox-62.0/gfx/graphite2/src/Slot.cpp:37:19: note: Function 'Slot' argument 1 names different: declaration 'm_userAttr' definition 'user_attrs'.
firefox-62.0/gfx/graphite2/src/Slot.cpp:49:29: style: Function 'set' argument 1 names different: declaration 'slot' definition 'orig'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Slot.h:84:27: note: Function 'set' argument 1 names different: declaration 'slot' definition 'orig'.
firefox-62.0/gfx/graphite2/src/Slot.cpp:49:29: note: Function 'set' argument 1 names different: declaration 'slot' definition 'orig'.
firefox-62.0/gfx/graphite2/src/Slot.cpp:49:58: style: Function 'set' argument 3 names different: declaration 'numUserAttr' definition 'sizeAttr'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/Slot.h:84:56: note: Function 'set' argument 3 names different: declaration 'numUserAttr' definition 'sizeAttr'.
firefox-62.0/gfx/graphite2/src/Slot.cpp:49:58: note: Function 'set' argument 3 names different: declaration 'numUserAttr' definition 'sizeAttr'.
firefox-62.0/gfx/graphite2/src/inc/Slot.h:53:10: style: Technically the member function 'graphite2::SlotJustify::LoadSlot' can be const. [functionConst]
firefox-62.0/gfx/graphite2/src/Slot.cpp:498:19: note: Technically the member function 'graphite2::SlotJustify::LoadSlot' can be const.
firefox-62.0/gfx/graphite2/src/inc/Slot.h:53:10: note: Technically the member function 'graphite2::SlotJustify::LoadSlot' can be const.
firefox-62.0/gfx/graphite2/src/TtfUtil.cpp:1255:33: warning: Invalid test for overflow 'nGlyfOffset+pByte<pByte'. Condition is always false unless there is overflow, and overflow is undefined behaviour. [invalidTestForOverflow]
firefox-62.0/gfx/graphite2/src/TtfUtil.cpp:897:38: style: Function 'CheckCmapSubtable4' argument 1 names different: declaration 'pCmap31' definition 'pCmapSubtable4'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/TtfUtil.h:140:42: note: Function 'CheckCmapSubtable4' argument 1 names different: declaration 'pCmap31' definition 'pCmapSubtable4'.
firefox-62.0/gfx/graphite2/src/TtfUtil.cpp:897:38: note: Function 'CheckCmapSubtable4' argument 1 names different: declaration 'pCmap31' definition 'pCmapSubtable4'.
firefox-62.0/gfx/graphite2/src/TtfUtil.cpp:1091:38: style: Function 'CheckCmapSubtable12' argument 1 names different: declaration 'pCmap310' definition 'pCmapSubtable12'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/TtfUtil.h:144:42: note: Function 'CheckCmapSubtable12' argument 1 names different: declaration 'pCmap310' definition 'pCmapSubtable12'.
firefox-62.0/gfx/graphite2/src/TtfUtil.cpp:1091:38: note: Function 'CheckCmapSubtable12' argument 1 names different: declaration 'pCmap310' definition 'pCmapSubtable12'.
firefox-62.0/gfx/graphite2/src/TtfUtil.cpp:1252:46: style: Function 'GlyfLookup' argument 2 names different: declaration 'lGlyfOffset' definition 'nGlyfOffset'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/TtfUtil.h:156:50: note: Function 'GlyfLookup' argument 2 names different: declaration 'lGlyfOffset' definition 'nGlyfOffset'.
firefox-62.0/gfx/graphite2/src/TtfUtil.cpp:1252:46: note: Function 'GlyfLookup' argument 2 names different: declaration 'lGlyfOffset' definition 'nGlyfOffset'.
firefox-62.0/gfx/graphite2/src/TtfUtil.cpp:1252:66: style: Function 'GlyfLookup' argument 3 names different: declaration 'lTableLen' definition 'nTableLen'. [funcArgNamesDifferent]
firefox-62.0/gfx/graphite2/src/inc/TtfUtil.h:156:70: note: Function 'GlyfLookup' argument 3 names different: declaration 'lTableLen' definition 'nTableLen'.
firefox-62.0/gfx/graphite2/src/TtfUtil.cpp:1252:66: note: Function 'GlyfLookup' argument 3 names different: declaration 'lTableLen' definition 'nTableLen'.
firefox-62.0/gfx/graphite2/src/inc/Machine.h:155:5: style: Class 'Machine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/graphite2/src/direct_machine.cpp:79:35: warning: Possible null pointer dereference if the default parameter value is used: __smap [nullPointerDefaultArg]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:83:1: style: Label 'nop' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:87:1: style: Label 'push_byte' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:92:1: style: Label 'push_byte_u' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:97:1: style: Label 'push_short' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:104:1: style: Label 'push_short_u' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:111:1: style: Label 'push_long' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:120:1: style: Label 'add' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:124:1: style: Label 'sub' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:128:1: style: Label 'mul' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:132:1: style: Label 'div_' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:139:1: style: Label 'min_' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:144:1: style: Label 'max_' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:149:1: style: Label 'neg' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:153:1: style: Label 'trunc8' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:157:1: style: Label 'trunc16' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:161:1: style: Label 'cond' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:166:1: style: Label 'and_' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:170:1: style: Label 'or_' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:174:1: style: Label 'not_' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:178:1: style: Label 'equal' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:182:1: style: Label 'not_eq_' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:186:1: style: Label 'less' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:190:1: style: Label 'gtr' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:194:1: style: Label 'less_eq' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:198:1: style: Label 'gtr_eq' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:202:1: style: Label 'next' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:225:1: style: Label 'put_glyph_8bit_obs' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:231:1: style: Label 'put_subs_8bit_obs' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:245:1: style: Label 'put_copy' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:272:1: style: Label 'insert' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:329:1: style: Label 'delete_' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:350:1: style: Label 'assoc' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:372:1: style: Label 'cntxt_item' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:387:1: style: Label 'attr_set' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:394:1: style: Label 'attr_add' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:407:1: style: Label 'attr_sub' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:420:1: style: Label 'attr_set_slot' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:428:1: style: Label 'iattr_set_slot' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:436:1: style: Label 'push_slot_attr' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:453:1: style: Label 'push_glyph_attr_obs' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:462:1: style: Label 'push_glyph_metric' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:472:1: style: Label 'push_feat' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:484:1: style: Label 'push_att_to_gattr_obs' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:497:1: style: Label 'push_att_to_glyph_metric' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:511:1: style: Label 'push_islot_attr' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:535:1: style: Label 'pop_ret' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:540:1: style: Label 'ret_zero' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:544:1: style: Label 'ret_true' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:548:1: style: Label 'iattr_set' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:556:1: style: Label 'iattr_add' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:570:1: style: Label 'iattr_sub' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:584:1: style: Label 'push_proc_state' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:589:1: style: Label 'push_version' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:593:1: style: Label 'put_subs' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:618:1: style: Label 'put_glyph' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:625:1: style: Label 'push_glyph_attr' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:635:1: style: Label 'push_att_to_glyph_attr' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:649:1: style: Label 'temp_copy' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:660:1: style: Label 'band' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:664:1: style: Label 'bor' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:668:1: style: Label 'bnot' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:672:1: style: Label 'setbits' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/opcodes.h:681:1: style: Label 'set_feat' is not used. [unusedLabel]
firefox-62.0/gfx/graphite2/src/inc/CachedFace.h:47:18: style: The function 'runGraphite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/graphite2/src/inc/Face.h:66:25: note: Virtual function in base class
firefox-62.0/gfx/graphite2/src/inc/CachedFace.h:47:18: note: Function in derived class
firefox-62.0/gfx/graphite2/src/gr_slot.cpp:158:21: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/graphite2/src/gr_slot.cpp:93:11: style: The scope of the variable 'scale' can be reduced. [variableScope]
firefox-62.0/gfx/graphite2/src/json.cpp:135:69: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
firefox-62.0/gfx/harfbuzz/src/hb-private.hh:1063:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-private.hh:1064:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-map-private.hh:68:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-map-private.hh:69:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-map-private.hh:218:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-map-private.hh:219:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:776:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-private.hh:280:29: style: Same value in both branches of ternary operator. [duplicateValueTernary]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-private.hh:281:30: style: Same value in both branches of ternary operator. [duplicateValueTernary]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-private.hh:282:30: style: Same value in both branches of ternary operator. [duplicateValueTernary]
firefox-62.0/gfx/harfbuzz/src/hb-font-private.hh:177:3: portability: '*.' is of type 'void', the behaviour of 'sizeof(void)' is not covered by the ISO C standard. [sizeofDereferencedVoidPointer]
firefox-62.0/gfx/harfbuzz/src/hb-private.hh:431:67: error: Shifting 64-bit value by 64 bits is undefined behaviour [shiftTooManyBits]
firefox-62.0/gfx/harfbuzz/src/hb-private.hh:430:26: note: Assignment 'shift=64', assigned value is 64
firefox-62.0/gfx/harfbuzz/src/hb-private.hh:431:67: note: Shift
firefox-62.0/gfx/harfbuzz/src/hb-private.hh:504:46: error: Shifting 64-bit value by 64 bits is undefined behaviour [shiftTooManyBits]
firefox-62.0/gfx/harfbuzz/src/hb-private.hh:502:26: note: Assignment 'shift=64', assigned value is 64
firefox-62.0/gfx/harfbuzz/src/hb-private.hh:504:46: note: Shift
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-private.hh:333:20: style: Variable 'gen_cat' is assigned a value that is never used. [unreadVariable]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:620:1: style: The struct 'BEInt' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:1141:1: style: The struct 'hb_lazy_loader_t' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:1191:1: style: The struct 'hb_lazy_table_loader_t' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-object-private.hh:105:3: style: Unused private function: 'hb_object_header_t::_static_assertion_on_line_313' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-debug.hh:193:15: performance: Technically the member function 'hb_printer_t::print' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-debug.hh:198:15: performance: Technically the member function 'hb_printer_t < bool >::print' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-debug.hh:203:15: performance: Technically the member function 'hb_printer_t < const struct _hb_void_t * >::print' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-debug.hh:281:16: performance: Technically the member function 'hb_auto_trace_t::ret' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-mutex-private.hh:137:15: performance: Technically the member function 'hb_mutex_t::finish' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-object-private.hh:105:3: performance: Technically the member function 'hb_object_header_t::_static_assertion_on_line_313' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-unicode-private.hh:66:3: performance: Technically the member function 'hb_unicode_funcs_t::_static_assertion_on_line_313' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-buffer-private.hh:89:3: performance: Technically the member function 'hb_buffer_t::_static_assertion_on_line_313' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-buffer-private.hh:160:15: style: Technically the member function 'hb_buffer_t::assert_var' can be const. [functionConst]
firefox-62.0/gfx/harfbuzz/src/hb-buffer-private.hh:283:15: style: Technically the member function 'hb_buffer_t::ensure_inplace' can be const. [functionConst]
firefox-62.0/gfx/harfbuzz/src/hb-buffer-private.hh:296:15: style: Technically the member function 'hb_buffer_t::messaging' can be const. [functionConst]
firefox-62.0/gfx/harfbuzz/src/hb-buffer-private.hh:323:3: performance: Technically the member function 'hb_buffer_t::_unsafe_to_break_find_min_cluster' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-shape-plan-private.hh:38:3: performance: Technically the member function 'hb_shape_plan_t::_static_assertion_on_line_313' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-face-private.hh:45:3: performance: Technically the member function 'hb_face_t::_static_assertion_on_line_313' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-font-private.hh:63:3: performance: Technically the member function 'hb_font_funcs_t::_static_assertion_on_line_313' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-font-private.hh:98:3: performance: Technically the member function 'hb_font_t::_static_assertion_on_line_313' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-font-private.hh:125:14: style: Technically the member function 'hb_font_t::dir_scale' can be const. [functionConst]
firefox-62.0/gfx/harfbuzz/src/hb-font-private.hh:137:24: style: Technically the member function 'hb_font_t::parent_scale_x_distance' can be const. [functionConst]
firefox-62.0/gfx/harfbuzz/src/hb-font-private.hh:142:24: style: Technically the member function 'hb_font_t::parent_scale_y_distance' can be const. [functionConst]
firefox-62.0/gfx/harfbuzz/src/hb-font-private.hh:537:24: style: Technically the member function 'hb_font_t::em_scale' can be const. [functionConst]
firefox-62.0/gfx/harfbuzz/src/hb-font-private.hh:548:16: style: Technically the member function 'hb_font_t::em_fscale' can be const. [functionConst]
firefox-62.0/gfx/harfbuzz/src/hb-set-digest-private.hh:51:3: performance: Technically the member function 'hb_set_digest_lowest_bits_t::_static_assertion_on_line_313' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:179:15: performance: Technically the member function 'OT::hb_dispatch_context_t::may_dispatch' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:209:22: performance: Technically the member function 'OT::hb_sanitize_context_t::get_name' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:217:8: performance: Technically the member function 'OT::hb_sanitize_context_t::stop_sublookup_iteration' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:714:3: performance: Technically the member function 'OT::LONGDATETIME::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:714:3: performance: Technically the member function 'OT::LONGDATETIME::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:801:3: performance: Technically the member function 'OT::FixedVersion::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:801:3: performance: Technically the member function 'OT::FixedVersion::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:3: performance: Technically the member function 'OT::ArrayOf::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:1067:3: performance: Technically the member function 'OT::HeadlessArrayOf::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:1130:3: performance: Technically the member function 'OT::BinSearchHeader::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:1130:3: performance: Technically the member function 'OT::BinSearchHeader::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:1200:15: style: Technically the member function 'OT::hb_lazy_table_loader_t::fini' can be const. [functionConst]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-private.hh:152:15: performance: Technically the member function 'hb_ot_layout_lookup_accelerator_t::fini' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:666:0: performance: Technically the member function 'OT :: IntType < int32_t , 4 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:666:0: performance: Technically the member function 'OT :: IntType < int32_t , 4 >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:666:0: performance: Technically the member function 'OT :: IntType < uint32_t , 4 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:666:0: performance: Technically the member function 'OT :: IntType < uint32_t , 4 >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:666:0: performance: Technically the member function 'OT :: IntType < uint16_t , 2 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:666:0: performance: Technically the member function 'OT :: IntType < uint16_t , 2 >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-set-digest-private.hh:120:0: performance: Technically the member function 'hb_set_digest_combiner_t < hb_set_digest_lowest_bits_t <unsigned long , 4 > , hb_set_digest_combiner_t < hb_set_digest_lowest_bits_t <unsigned long , 0 > , hb_set_digest_lowest_bits_t <unsigned long , 9 > > >::_static_assertion_on_line_313' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-debug.hh:288:0: performance: Technically the member function 'hb_no_trace_t < bool >::ret' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:3: warning: The struct 'OffsetTo' defines member variable with name 'static_size' also defined in its parent struct 'Offset'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:3: note: Parent variable 'Offset::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:3: note: Derived variable 'OffsetTo::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:3: warning: The struct 'OffsetTo' defines member variable with name 'min_size' also defined in its parent struct 'Offset'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:3: note: Parent variable 'Offset::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:3: note: Derived variable 'OffsetTo::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-private.hh:73:3: style: Struct 'hb_ot_shape_planner_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:535:38: warning: Either the condition 'closure?closure->tag:((uint32_t)((((uint8_t)(0))<<24)|(((uint8_t)(0))<<16)|(((uint8_t)(0))<<8)|((uint8_t)(0))))' is redundant or there is possible null pointer dereference: closure. [nullPointerRedundantCheck]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:542:46: note: Assuming that condition 'closure?closure->tag:((uint32_t)((((uint8_t)(0))<<24)|(((uint8_t)(0))<<16)|(((uint8_t)(0))<<8)|((uint8_t)(0))))' is not redundant
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:535:38: note: Null pointer dereference
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:452:11: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout.cc:51:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout.cc:67:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout.cc:84:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout.cc:101:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:628:0: style: The scope of the variable 'last_was_dont_advance' can be reduced. [variableScope]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:600:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:628:8: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:654:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-trak-table.hh:55:17: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-trak-table.hh:105:44: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:313:0: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:461:1: style: The struct 'FeatureParams' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:346:5: warning: Member variable 'driver_context_t::match_positions' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/harfbuzz/src/hb-private.hh:977:0: style: The struct 'hb_vector_size_t < unsignedlong long , PAGE_BITS / 8 >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:488:3: style: Unused private function: 'FeatureParams::_instance_assertion_on_line_93' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:488:3: style: Unused private function: 'FeatureParams::get_size' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:686:23: style: Unused private function: 'CoverageFormat1::get_coverage' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:693:15: style: Unused private function: 'CoverageFormat1::serialize' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:713:15: style: Unused private function: 'CoverageFormat1::intersects_coverage' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:718:15: style: Unused private function: 'CoverageFormat1::add_coverage' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:750:23: style: Unused private function: 'CoverageFormat2::get_coverage' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:760:15: style: Unused private function: 'CoverageFormat2::serialize' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:802:15: style: Unused private function: 'CoverageFormat2::intersects_coverage' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1008:23: style: Unused private function: 'ClassDefFormat1::get_class' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1023:15: style: Unused private function: 'ClassDefFormat1::add_coverage' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1045:15: style: Unused private function: 'ClassDefFormat1::add_class' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1055:15: style: Unused private function: 'ClassDefFormat1::intersects_class' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1090:23: style: Unused private function: 'ClassDefFormat2::get_class' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1115:15: style: Unused private function: 'ClassDefFormat2::add_class' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1126:15: style: Unused private function: 'ClassDefFormat2::intersects_class' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1412:15: style: Unused private function: 'ConditionFormat1::evaluate' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1418:15: style: Unused private function: 'ConditionFormat1::sanitize' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1607:24: style: Unused private function: 'HintingDevice::get_x_delta' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1610:24: style: Unused private function: 'HintingDevice::get_y_delta' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1620:15: style: Unused private function: 'HintingDevice::sanitize' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1680:24: style: Unused private function: 'VariationDevice::get_x_delta' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1683:24: style: Unused private function: 'VariationDevice::get_y_delta' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1686:15: style: Unused private function: 'VariationDevice::sanitize' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gdef-table.hh:100:24: style: Unused private function: 'CaretValueFormat1::get_caret_value' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gdef-table.hh:105:15: style: Unused private function: 'CaretValueFormat1::sanitize' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gdef-table.hh:123:24: style: Unused private function: 'CaretValueFormat2::get_caret_value' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gdef-table.hh:132:15: style: Unused private function: 'CaretValueFormat2::sanitize' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:414:0: style: Unused private function: 'AAT :: LookupFormat8 < GlyphID >::get_value' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:414:0: style: Unused private function: 'AAT :: LookupFormat8 < HBUINT16 >::get_value' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:388:0: style: Unused private function: 'AAT :: LookupFormat6 < GlyphID >::get_value' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:388:0: style: Unused private function: 'AAT :: LookupFormat6 < HBUINT16 >::get_value' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:286:0: style: Unused private function: 'AAT :: LookupFormat2 < GlyphID >::get_value' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:286:0: style: Unused private function: 'AAT :: LookupFormat2 < HBUINT16 >::get_value' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:239:0: style: Unused private function: 'AAT :: LookupFormat0 < GlyphID >::get_value' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:239:0: style: Unused private function: 'AAT :: LookupFormat0 < HBUINT16 >::get_value' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-set-private.hh:190:3: performance: Technically the member function 'hb_set_t::_static_assertion_on_line_313' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-set-private.hh:478:15: performance: Technically the member function 'hb_set_t::union_' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-set-private.hh:482:15: performance: Technically the member function 'hb_set_t::intersect' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-set-private.hh:486:15: performance: Technically the member function 'hb_set_t::subtract' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-set-private.hh:490:15: performance: Technically the member function 'hb_set_t::symmetric_difference' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-set-private.hh:653:23: performance: Technically the member function 'hb_set_t::get_major' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-set-private.hh:654:25: performance: Technically the member function 'hb_set_t::major_start' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-set-private.hh:185:11: performance: Technically the member function 'hb_set_t::page_t::mask' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:166:3: performance: Technically the member function 'OT::RangeRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:166:3: performance: Technically the member function 'OT::RangeRecord::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:226:3: performance: Technically the member function 'OT::LangSys::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:267:3: performance: Technically the member function 'OT::Script::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:382:3: performance: Technically the member function 'OT::FeatureParamsSize::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:382:3: performance: Technically the member function 'OT::FeatureParamsSize::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:416:3: performance: Technically the member function 'OT::FeatureParamsStylisticSet::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:416:3: performance: Technically the member function 'OT::FeatureParamsStylisticSet::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:458:3: performance: Technically the member function 'OT::FeatureParamsCharacterVariants::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:488:3: performance: Technically the member function 'OT::FeatureParams::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:488:3: performance: Technically the member function 'OT::FeatureParams::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:559:3: performance: Technically the member function 'OT::Feature::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:671:3: performance: Technically the member function 'OT::Lookup::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:742:3: performance: Technically the member function 'OT::CoverageFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:726:17: style: Technically the member function 'OT::CoverageFormat1::Iter::more' can be const. [functionConst]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:728:27: style: Technically the member function 'OT::CoverageFormat1::Iter::get_glyph' can be const. [functionConst]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:729:25: style: Technically the member function 'OT::CoverageFormat1::Iter::get_coverage' can be const. [functionConst]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:869:3: performance: Technically the member function 'OT::CoverageFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:837:17: style: Technically the member function 'OT::CoverageFormat2::Iter::more' can be const. [functionConst]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:853:27: style: Technically the member function 'OT::CoverageFormat2::Iter::get_glyph' can be const. [functionConst]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:854:25: style: Technically the member function 'OT::CoverageFormat2::Iter::get_coverage' can be const. [functionConst]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:995:3: performance: Technically the member function 'OT::Coverage::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1082:3: performance: Technically the member function 'OT::ClassDefFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1156:3: performance: Technically the member function 'OT::ClassDefFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1218:3: performance: Technically the member function 'OT::ClassDef::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1264:3: performance: Technically the member function 'OT::VarRegionAxis::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1264:3: performance: Technically the member function 'OT::VarRegionAxis::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1303:3: performance: Technically the member function 'OT::VarRegionList::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1362:3: performance: Technically the member function 'OT::VarData::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1400:3: performance: Technically the member function 'OT::VariationStore::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1430:3: performance: Technically the member function 'OT::ConditionFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1430:3: performance: Technically the member function 'OT::ConditionFormat1::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1459:3: performance: Technically the member function 'OT::Condition::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1482:3: performance: Technically the member function 'OT::ConditionSet::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1499:3: performance: Technically the member function 'OT::FeatureTableSubstitutionRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1499:3: performance: Technically the member function 'OT::FeatureTableSubstitutionRecord::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1529:3: performance: Technically the member function 'OT::FeatureTableSubstitution::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1549:3: performance: Technically the member function 'OT::FeatureVariationRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1549:3: performance: Technically the member function 'OT::FeatureVariationRecord::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1593:3: performance: Technically the member function 'OT::FeatureVariations::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1671:3: performance: Technically the member function 'OT::HintingDevice::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1704:3: performance: Technically the member function 'OT::VariationDevice::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1704:3: performance: Technically the member function 'OT::VariationDevice::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1715:3: performance: Technically the member function 'OT::DeviceHeader::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1715:3: performance: Technically the member function 'OT::DeviceHeader::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:1766:3: performance: Technically the member function 'OT::Device::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gdef-table.hh:88:3: performance: Technically the member function 'OT::AttachList::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gdef-table.hh:115:3: performance: Technically the member function 'OT::CaretValueFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gdef-table.hh:115:3: performance: Technically the member function 'OT::CaretValueFormat1::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gdef-table.hh:142:3: performance: Technically the member function 'OT::CaretValueFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gdef-table.hh:142:3: performance: Technically the member function 'OT::CaretValueFormat2::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gdef-table.hh:170:3: performance: Technically the member function 'OT::CaretValueFormat3::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gdef-table.hh:170:3: performance: Technically the member function 'OT::CaretValueFormat3::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gdef-table.hh:208:3: performance: Technically the member function 'OT::CaretValue::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gdef-table.hh:243:3: performance: Technically the member function 'OT::LigGlyph::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gdef-table.hh:281:3: performance: Technically the member function 'OT::LigCaretList::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gdef-table.hh:302:3: performance: Technically the member function 'OT::MarkGlyphSetsFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gdef-table.hh:331:3: performance: Technically the member function 'OT::MarkGlyphSets::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gdef-table.hh:452:3: performance: Technically the member function 'OT::GDEF::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:45:22: performance: Technically the member function 'OT::hb_closure_context_t::get_name' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:50:8: performance: Technically the member function 'OT::hb_closure_context_t::stop_sublookup_iteration' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:84:22: performance: Technically the member function 'OT::hb_would_apply_context_t::get_name' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:88:8: performance: Technically the member function 'OT::hb_would_apply_context_t::stop_sublookup_iteration' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:111:22: performance: Technically the member function 'OT::hb_collect_glyphs_context_t::get_name' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:116:8: performance: Technically the member function 'OT::hb_collect_glyphs_context_t::stop_sublookup_iteration' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:201:22: performance: Technically the member function 'OT::hb_add_coverage_context_t::get_name' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:204:19: performance: Technically the member function 'OT::hb_add_coverage_context_t::dispatch' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:407:22: performance: Technically the member function 'OT::hb_ot_apply_context_t::get_name' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:412:8: performance: Technically the member function 'OT::hb_ot_apply_context_t::stop_sublookup_iteration' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:956:3: performance: Technically the member function 'OT::LookupRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:956:3: performance: Technically the member function 'OT::LookupRecord::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:1228:3: performance: Technically the member function 'OT::Rule::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:1284:3: performance: Technically the member function 'OT::RuleSet::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:1371:3: performance: Technically the member function 'OT::ContextFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:1467:3: performance: Technically the member function 'OT::ContextFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:1562:3: performance: Technically the member function 'OT::ContextFormat3::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:1790:3: performance: Technically the member function 'OT::ChainRule::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:1844:3: performance: Technically the member function 'OT::ChainRuleSet::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:1928:3: performance: Technically the member function 'OT::ChainContextFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:2055:3: performance: Technically the member function 'OT::ChainContextFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:2179:3: performance: Technically the member function 'OT::ChainContextFormat3::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:2245:3: performance: Technically the member function 'OT::ExtensionFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:2245:3: performance: Technically the member function 'OT::ExtensionFormat1::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:2367:3: performance: Technically the member function 'OT::GSUBGPOS::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:61:3: performance: Technically the member function 'AAT::BinSearchHeader::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:61:3: performance: Technically the member function 'AAT::BinSearchHeader::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:520:3: performance: Technically the member function 'AAT::Entry < void >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:520:3: performance: Technically the member function 'AAT::Entry < void >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:690:22: performance: Technically the member function 'AAT::hb_aat_apply_context_t::get_name' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:694:8: performance: Technically the member function 'AAT::hb_aat_apply_context_t::stop_sublookup_iteration' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-ankr-table.hh:51:3: performance: Technically the member function 'AAT::Anchor::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-ankr-table.hh:51:3: performance: Technically the member function 'AAT::Anchor::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-ankr-table.hh:74:3: performance: Technically the member function 'AAT::ankr::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-ankr-table.hh:74:3: performance: Technically the member function 'AAT::ankr::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:55:3: performance: Technically the member function 'AAT::KerxFormat0Records::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:55:3: performance: Technically the member function 'AAT::KerxFormat0Records::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:88:3: performance: Technically the member function 'AAT::KerxSubTableFormat0::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:104:3: performance: Technically the member function 'AAT::KerxSubTableFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:104:3: performance: Technically the member function 'AAT::KerxSubTableFormat1::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:122:3: performance: Technically the member function 'AAT::KerxClassTable::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:163:3: performance: Technically the member function 'AAT::KerxSubTableFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:163:3: performance: Technically the member function 'AAT::KerxSubTableFormat2::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:190:3: performance: Technically the member function 'AAT::KerxSubTableFormat4::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:190:3: performance: Technically the member function 'AAT::KerxSubTableFormat4::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:214:3: performance: Technically the member function 'AAT::KerxSubTableFormat6::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:214:3: performance: Technically the member function 'AAT::KerxSubTableFormat6::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:227:15: performance: Technically the member function 'AAT::KerxTable::apply' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:266:3: performance: Technically the member function 'AAT::KerxTable::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:282:3: performance: Technically the member function 'AAT::SubtableGlyphCoverageArray::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:282:3: performance: Technically the member function 'AAT::SubtableGlyphCoverageArray::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:333:3: performance: Technically the member function 'AAT::kerx::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:333:3: performance: Technically the member function 'AAT::kerx::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:176:3: performance: Technically the member function 'AAT::RearrangementSubtable::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:176:3: performance: Technically the member function 'AAT::RearrangementSubtable::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:65:17: style: Technically the member function 'AAT::RearrangementSubtable::driver_context_t::is_actionable' can be const. [functionConst]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:309:3: performance: Technically the member function 'AAT::ContextualSubtable::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:309:3: performance: Technically the member function 'AAT::ContextualSubtable::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:188:5: performance: Technically the member function 'AAT::ContextualSubtable::EntryData::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:188:5: performance: Technically the member function 'AAT::ContextualSubtable::EntryData::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:207:17: style: Technically the member function 'AAT::ContextualSubtable::driver_context_t::is_actionable' can be const. [functionConst]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:472:3: performance: Technically the member function 'AAT::LigatureSubtable::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:472:3: performance: Technically the member function 'AAT::LigatureSubtable::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:320:5: performance: Technically the member function 'AAT::LigatureSubtable::EntryData::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:320:5: performance: Technically the member function 'AAT::LigatureSubtable::EntryData::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:355:17: performance: Technically the member function 'AAT::LigatureSubtable::driver_context_t::is_actionable' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:508:3: performance: Technically the member function 'AAT::NoncontextualSubtable::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:513:15: performance: Technically the member function 'AAT::InsertionSubtable::apply' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:520:15: performance: Technically the member function 'AAT::InsertionSubtable::sanitize' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:546:3: performance: Technically the member function 'AAT::Feature::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:546:3: performance: Technically the member function 'AAT::Feature::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:608:3: performance: Technically the member function 'AAT::ChainSubtable::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:670:3: performance: Technically the member function 'AAT::Chain::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:722:3: performance: Technically the member function 'AAT::morx::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-trak-table.hh:66:3: performance: Technically the member function 'AAT::TrackTableEntry::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-trak-table.hh:66:3: performance: Technically the member function 'AAT::TrackTableEntry::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-trak-table.hh:133:3: performance: Technically the member function 'AAT::TrackData::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-trak-table.hh:195:3: performance: Technically the member function 'AAT::trak::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:606:0: performance: Technically the member function 'AAT :: StateTable < HBUINT16 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:606:0: performance: Technically the member function 'AAT :: StateTable < HBUINT16 >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:606:0: performance: Technically the member function 'AAT :: StateTable < void >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:606:0: performance: Technically the member function 'AAT :: StateTable < void >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:606:0: performance: Technically the member function 'AAT :: StateTable < EntryData >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:606:0: performance: Technically the member function 'AAT :: StateTable < EntryData >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:504:0: performance: Technically the member function 'AAT :: Entry < EntryData >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:504:0: performance: Technically the member function 'AAT :: Entry < EntryData >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:504:0: performance: Technically the member function 'AAT :: Entry < void >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:504:0: performance: Technically the member function 'AAT :: Entry < void >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:504:0: performance: Technically the member function 'AAT :: Entry < HBUINT16 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:504:0: performance: Technically the member function 'AAT :: Entry < HBUINT16 >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:476:0: performance: Technically the member function 'AAT :: Lookup < GlyphID >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:476:0: performance: Technically the member function 'AAT :: Lookup < HBUINT16 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:434:0: performance: Technically the member function 'AAT :: LookupFormat8 < GlyphID >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:434:0: performance: Technically the member function 'AAT :: LookupFormat8 < HBUINT16 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:405:0: performance: Technically the member function 'AAT :: LookupFormat6 < GlyphID >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:405:0: performance: Technically the member function 'AAT :: LookupFormat6 < HBUINT16 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:379:0: performance: Technically the member function 'AAT :: LookupSingle < GlyphID >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:379:0: performance: Technically the member function 'AAT :: LookupSingle < GlyphID >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:379:0: performance: Technically the member function 'AAT :: LookupSingle < HBUINT16 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:379:0: performance: Technically the member function 'AAT :: LookupSingle < HBUINT16 >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:362:0: performance: Technically the member function 'AAT :: LookupFormat4 < GlyphID >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:362:0: performance: Technically the member function 'AAT :: LookupFormat4 < HBUINT16 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:334:0: performance: Technically the member function 'AAT :: LookupSegmentArray < GlyphID >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:334:0: performance: Technically the member function 'AAT :: LookupSegmentArray < GlyphID >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:334:0: performance: Technically the member function 'AAT :: LookupSegmentArray < HBUINT16 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:334:0: performance: Technically the member function 'AAT :: LookupSegmentArray < HBUINT16 >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:305:0: performance: Technically the member function 'AAT :: LookupFormat2 < GlyphID >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:305:0: performance: Technically the member function 'AAT :: LookupFormat2 < HBUINT16 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:277:0: performance: Technically the member function 'AAT :: LookupSegmentSingle < GlyphID >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:277:0: performance: Technically the member function 'AAT :: LookupSegmentSingle < GlyphID >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:277:0: performance: Technically the member function 'AAT :: LookupSegmentSingle < HBUINT16 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:277:0: performance: Technically the member function 'AAT :: LookupSegmentSingle < HBUINT16 >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:256:0: performance: Technically the member function 'AAT :: LookupFormat0 < GlyphID >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:256:0: performance: Technically the member function 'AAT :: LookupFormat0 < HBUINT16 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:197:0: performance: Technically the member function 'AAT :: UnsizedArrayOf < HBUINT32 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:197:0: performance: Technically the member function 'AAT :: UnsizedArrayOf < HBUINT16 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:197:0: performance: Technically the member function 'AAT :: UnsizedArrayOf < GlyphID >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:197:0: performance: Technically the member function 'AAT :: UnsizedArrayOf < Fixed >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:197:0: performance: Technically the member function 'AAT :: UnsizedArrayOf < TrackTableEntry >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:197:0: performance: Technically the member function 'AAT :: UnsizedArrayOf < AAT :: Entry < HBUINT16 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:197:0: performance: Technically the member function 'AAT :: UnsizedArrayOf < AAT :: Entry < void > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:197:0: performance: Technically the member function 'AAT :: UnsizedArrayOf < AAT :: Entry < EntryData > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:197:0: performance: Technically the member function 'AAT :: UnsizedArrayOf < OffsetTo < AAT :: Lookup < GlyphID > , HBUINT32 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:139:0: performance: Technically the member function 'AAT :: BinSearchArrayOf < AAT :: LookupSingle < GlyphID > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:139:0: performance: Technically the member function 'AAT :: BinSearchArrayOf < AAT :: LookupSingle < HBUINT16 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:139:0: performance: Technically the member function 'AAT :: BinSearchArrayOf < AAT :: LookupSegmentArray < GlyphID > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:139:0: performance: Technically the member function 'AAT :: BinSearchArrayOf < AAT :: LookupSegmentArray < HBUINT16 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:139:0: performance: Technically the member function 'AAT :: BinSearchArrayOf < AAT :: LookupSegmentSingle < GlyphID > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-common-private.hh:139:0: performance: Technically the member function 'AAT :: BinSearchArrayOf < AAT :: LookupSegmentSingle < HBUINT16 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < LangSys >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < LangSys >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < Script >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < Script >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < Feature >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < Feature >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:1067:0: performance: Technically the member function 'OT :: HeadlessArrayOf < HBUINT16 , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < UINT24 , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < Offset16 , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < HBUINT16 , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < FeatureTableSubstitutionRecord , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < LOffsetTo < Coverage > , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < LookupRecord , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < GlyphID , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < RangeRecord , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < LangSys , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < LangSys , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < FeatureParams , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < FeatureParams , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < Coverage , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < Coverage , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < Device , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < Device , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < CaretValue , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < CaretValue , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < ClassDef , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < ClassDef , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < AttachList , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < AttachList , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < LigCaretList , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < LigCaretList , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < MarkGlyphSets , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < MarkGlyphSets , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < ScriptList , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < ScriptList , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < FeatureList , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < FeatureList , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < OffsetListOf < Lookup > , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < OffsetListOf < Lookup > , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < ArrayOf < HBUINT16 > , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < ArrayOf < HBUINT16 > , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < LigGlyph , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < LigGlyph , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < Rule , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < Rule , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < RuleSet , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < RuleSet , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < ChainRule , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < ChainRule , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < ChainRuleSet , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < ChainRuleSet , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < VarRegionList , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < VarRegionList , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < Feature , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < Feature , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < ConditionSet , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < ConditionSet , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < VariationStore , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < VariationStore , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: performance: Technically the member function 'OT :: Offset < IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: performance: Technically the member function 'OT :: Offset < IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: performance: Technically the member function 'OT :: Offset < IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: performance: Technically the member function 'OT :: Offset < IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-debug.hh:288:0: performance: Technically the member function 'hb_no_trace_t < hb_void_t >::ret' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < LangSys , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < LangSys , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < LangSys , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < LangSys , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < FeatureParams , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < FeatureParams , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < FeatureParams , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < FeatureParams , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < Coverage , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < Coverage , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < Coverage , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < Coverage , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < Device , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < Device , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < Device , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < Device , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < CaretValue , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < CaretValue , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < CaretValue , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < CaretValue , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < ClassDef , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < ClassDef , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < ClassDef , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < ClassDef , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < AttachList , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < AttachList , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < AttachList , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < AttachList , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < LigCaretList , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < LigCaretList , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < LigCaretList , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < LigCaretList , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < MarkGlyphSets , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < MarkGlyphSets , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < MarkGlyphSets , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < MarkGlyphSets , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < ScriptList , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < ScriptList , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < ScriptList , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < ScriptList , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < FeatureList , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < FeatureList , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < FeatureList , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < FeatureList , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < OffsetListOf < Lookup > , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < OffsetListOf < Lookup > , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < OffsetListOf < Lookup > , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < OffsetListOf < Lookup > , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < VarData , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < VarData , HBUINT32 >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < VarData , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < VarData , HBUINT32 >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < Condition , HBUINT32 >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < HBUINT32 >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < Condition , HBUINT32 >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < Condition , HBUINT32 >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < HBUINT32 >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < HBUINT32 >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < Condition , HBUINT32 >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < ArrayOf < HBUINT16 > , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < ArrayOf < HBUINT16 > , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < ArrayOf < HBUINT16 > , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < ArrayOf < HBUINT16 > , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < LigGlyph , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < LigGlyph , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < LigGlyph , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < LigGlyph , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < Rule , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < Rule , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < Rule , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < Rule , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < RuleSet , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < RuleSet , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < RuleSet , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < RuleSet , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < ChainRule , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < ChainRule , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < ChainRule , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < ChainRule , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < ChainRuleSet , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < ChainRuleSet , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < ChainRuleSet , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < ChainRuleSet , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < VarRegionList , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < VarRegionList , IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < VarRegionList , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < VarRegionList , IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < Feature , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < Feature , IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < Feature , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < Feature , IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < ConditionSet , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < ConditionSet , IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < ConditionSet , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < ConditionSet , IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < VariationStore , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < VariationStore , IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < VariationStore , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < VariationStore , IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsubgpos-private.hh:212:3: style: Struct 'hb_add_coverage_context_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:61:5: style: Struct 'driver_context_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:201:5: style: Struct 'driver_context_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-blob.cc:129:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-object-private.hh:123:0: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-debug.hh:288:16: performance: Technically the member function 'hb_no_trace_t::ret' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-blob.cc:50:3: performance: Technically the member function 'hb_blob_t::_static_assertion_on_line_313' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-common.cc:1022:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
firefox-62.0/gfx/harfbuzz/src/hb-common.cc:275:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-common.cc:788:11: style: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same. [duplicateExpression]
firefox-62.0/gfx/harfbuzz/src/hb-common.cc:783:19: note: 'p' is assigned value '*pp' here.
firefox-62.0/gfx/harfbuzz/src/hb-common.cc:788:11: note: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same.
firefox-62.0/gfx/harfbuzz/src/hb-common.cc:830:9: style: Same expression on both sides of '==' because the value of 'p' and '*pp' are the same. [duplicateExpression]
firefox-62.0/gfx/harfbuzz/src/hb-common.cc:826:19: note: 'p' is assigned value '*pp' here.
firefox-62.0/gfx/harfbuzz/src/hb-common.cc:830:9: note: Same expression on both sides of '==' because the value of 'p' and '*pp' are the same.
firefox-62.0/gfx/harfbuzz/src/hb-common.cc:830:23: style: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same. [duplicateExpression]
firefox-62.0/gfx/harfbuzz/src/hb-common.cc:826:19: note: 'p' is assigned value '*pp' here.
firefox-62.0/gfx/harfbuzz/src/hb-common.cc:830:23: note: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same.
firefox-62.0/gfx/harfbuzz/src/hb-common.cc:833:37: style: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same. [duplicateExpression]
firefox-62.0/gfx/harfbuzz/src/hb-common.cc:826:19: note: 'p' is assigned value '*pp' here.
firefox-62.0/gfx/harfbuzz/src/hb-common.cc:833:37: note: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same.
firefox-62.0/gfx/harfbuzz/src/hb-common.cc:839:14: style: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same. [duplicateExpression]
firefox-62.0/gfx/harfbuzz/src/hb-common.cc:826:19: note: 'p' is assigned value '*pp' here.
firefox-62.0/gfx/harfbuzz/src/hb-common.cc:839:14: note: Same expression on both sides of '-' because the value of '*pp' and 'p' are the same.
firefox-62.0/gfx/harfbuzz/src/hb-coretext.cc:379:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-coretext.cc:380:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-coretext.cc:397:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-coretext.cc:398:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-coretext.cc:583:38: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-coretext.cc:634:44: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-coretext.cc:1144:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/gfx/harfbuzz/src/hb-coretext.cc:1150:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/gfx/harfbuzz/src/hb-coretext.cc:1172:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/gfx/harfbuzz/src/hb-directwrite.cc:139:5: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-directwrite.cc:237:5: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-directwrite.cc:502:19: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-directwrite.cc:794:9: style: Variable 'maxGlyphCount' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/harfbuzz/src/hb-directwrite.cc:789:9: note: Variable 'maxGlyphCount' is reassigned a value before the old one has been used.
firefox-62.0/gfx/harfbuzz/src/hb-directwrite.cc:794:9: note: Variable 'maxGlyphCount' is reassigned a value before the old one has been used.
firefox-62.0/gfx/harfbuzz/src/hb-directwrite.cc:306:3: warning: Member variable 'TextAnalysis::mRunHead' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/harfbuzz/src/hb-directwrite.cc:522:12: style: Member variable 'TextAnalysis::mTextLength' is in the wrong place in the initializer list. [initializerList]
firefox-62.0/gfx/harfbuzz/src/hb-directwrite.cc:311:7: note: Member variable 'TextAnalysis::mTextLength' is in the wrong place in the initializer list.
firefox-62.0/gfx/harfbuzz/src/hb-directwrite.cc:522:12: note: Member variable 'TextAnalysis::mTextLength' is in the wrong place in the initializer list.
firefox-62.0/gfx/harfbuzz/src/hb-directwrite.cc:51:3: style: Class 'DWriteFontFileLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-directwrite.cc:171:5: error: Memory leak: data [memleak]
firefox-62.0/gfx/harfbuzz/src/hb-directwrite.cc:181:5: error: Memory leak: data [memleak]
firefox-62.0/gfx/harfbuzz/src/hb-open-file-private.hh:62:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-open-file-private.hh:63:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-open-file-private.hh:170:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-head-table.hh:147:3: performance: Technically the member function 'OT::head::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-head-table.hh:147:3: performance: Technically the member function 'OT::head::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-file-private.hh:79:3: performance: Technically the member function 'OT::TableRecord::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-file-private.hh:241:3: performance: Technically the member function 'OT::TTCHeaderVersion1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-file-private.hh:365:3: performance: Technically the member function 'OT::OpenTypeFontFile::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-subset-plan.hh:38:3: performance: Technically the member function 'hb_subset_plan_t::_static_assertion_on_line_313' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-maxp-table.hh:68:3: performance: Technically the member function 'OT::maxpV1Tail::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-maxp-table.hh:68:3: performance: Technically the member function 'OT::maxpV1Tail::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-maxp-table.hh:141:3: performance: Technically the member function 'OT::maxp::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-maxp-table.hh:141:3: performance: Technically the member function 'OT::maxp::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < LOffsetTo < OffsetTable > , HBUINT32 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < TableRecord , BinSearchHeader >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-font.cc:1771:38: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ft.cc:76:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ft.cc:99:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ft.cc:125:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ft.cc:145:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ft.cc:156:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ft.cc:170:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ft.cc:202:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ft.cc:218:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ft.cc:236:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ft.cc:258:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ft.cc:284:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ft.cc:301:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ft.cc:333:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ft.cc:358:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ft.cc:374:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ft.cc:406:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ft.cc:557:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ft.cc:581:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ft.cc:616:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-graphite2.cc:300:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
firefox-62.0/gfx/harfbuzz/src/hb-graphite2.cc:59:48: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-graphite2.cc:107:43: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-graphite2.cc:295:3: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cpal-table.hh:107:3: style: Unused private function: 'CPALV1Tail::get_palette_flags' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cpal-table.hh:114:3: style: Unused private function: 'CPALV1Tail::get_palette_name_id' [unusedPrivateFunction]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-colr-table.hh:54:3: performance: Technically the member function 'OT::LayerRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-colr-table.hh:54:3: performance: Technically the member function 'OT::LayerRecord::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-colr-table.hh:72:3: performance: Technically the member function 'OT::BaseGlyphRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-colr-table.hh:72:3: performance: Technically the member function 'OT::BaseGlyphRecord::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-colr-table.hh:136:3: performance: Technically the member function 'OT::COLR::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-colr-table.hh:136:3: performance: Technically the member function 'OT::COLR::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cpal-table.hh:125:3: performance: Technically the member function 'OT::CPALV1Tail::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cpal-table.hh:125:3: performance: Technically the member function 'OT::CPALV1Tail::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cpal-table.hh:202:3: performance: Technically the member function 'OT::CPAL::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-set-digest-private.hh:120:3: performance: Technically the member function 'hb_set_digest_combiner_t::_static_assertion_on_line_313' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < BaseGlyphRecord , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < BaseGlyphRecord , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < LayerRecord , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < LayerRecord , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < HBUINT32 , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < HBUINT32 , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < HBUINT16 , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < HBUINT16 , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < BaseGlyphRecord , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < BaseGlyphRecord , IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < BaseGlyphRecord , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < BaseGlyphRecord , IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < LayerRecord , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < LayerRecord , IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < LayerRecord , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < LayerRecord , IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < HBUINT32 , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < HBUINT32 , IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < HBUINT32 , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < HBUINT32 , IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < HBUINT16 , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < HBUINT16 , IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < HBUINT16 , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < HBUINT16 , IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:639:11: style: Condition '!subtable' is always true [knownConditionTrueFalse]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:634:42: note: Assignment 'subtable=NULL', assigned value is 0
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:639:11: note: Condition '!subtable' is always true
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:657:11: style: Condition '!subtable_uvs' is always true [knownConditionTrueFalse]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:635:54: note: Assignment 'subtable_uvs=NULL', assigned value is 0
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:657:11: note: Condition '!subtable_uvs' is always true
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:87:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-os2-unicode-ranges.hh:219:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-os2-unicode-ranges.hh:236:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-hmtx-table.hh:118:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-hmtx-table.hh:131:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-hmtx-table.hh:145:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-post-table.hh:191:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-post-table.hh:199:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-post-table.hh:200:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-font.cc:57:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-font.cc:76:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-font.cc:98:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-font.cc:110:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-font.cc:120:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-font.cc:130:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-font.cc:141:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-font.cc:152:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-font.cc:171:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-font.cc:182:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-font.cc:192:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-font.cc:206:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:823:0: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-dsalgs.hh:85:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
firefox-62.0/gfx/harfbuzz/src/hb-dsalgs.hh:112:25: style: The scope of the variable 'ch' can be reduced. [variableScope]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:368:38: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:372:44: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:265:5: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:274:17: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:628:3: style: The struct 'accelerator_t' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-ot-glyf-table.hh:231:3: style: The struct 'accelerator_t' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-ot-hmtx-table.hh:176:3: style: The struct 'accelerator_t' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-ot-kern-table.hh:359:3: style: The struct 'accelerator_t' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-ot-post-table.hh:85:3: style: The struct 'accelerator_t' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:376:3: style: The struct 'accelerator_t' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:67:3: performance: Technically the member function 'OT::CmapSubtableFormat0::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:67:3: performance: Technically the member function 'OT::CmapSubtableFormat0::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:189:3: performance: Technically the member function 'OT::CmapSubtableFormat4::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:217:3: performance: Technically the member function 'OT::CmapSubtableLongGroup::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:217:3: performance: Technically the member function 'OT::CmapSubtableLongGroup::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:248:3: performance: Technically the member function 'OT::CmapSubtableTrimmed::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:292:3: performance: Technically the member function 'OT::CmapSubtableLongSegmented::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:335:3: performance: Technically the member function 'OT::UnicodeValueRange::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:335:3: performance: Technically the member function 'OT::UnicodeValueRange::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:356:3: performance: Technically the member function 'OT::UVSMapping::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:356:3: performance: Technically the member function 'OT::UVSMapping::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:401:3: performance: Technically the member function 'OT::VariationSelectorRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:401:3: performance: Technically the member function 'OT::VariationSelectorRecord::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:427:3: performance: Technically the member function 'OT::CmapSubtableFormat14::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:477:3: performance: Technically the member function 'OT::CmapSubtable::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:505:3: performance: Technically the member function 'OT::EncodingRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:505:3: performance: Technically the member function 'OT::EncodingRecord::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:520:15: performance: Technically the member function 'OT::cmap::populate_groups' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-cmap-table.hh:782:3: performance: Technically the member function 'OT::cmap::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-subset-private.hh:41:3: performance: Technically the member function 'hb_subset_input_t::_static_assertion_on_line_313' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-glyf-table.hh:52:15: performance: Technically the member function 'OT::loca::sanitize' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-glyf-table.hh:60:3: performance: Technically the member function 'OT::loca::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-glyf-table.hh:75:15: performance: Technically the member function 'OT::glyf::sanitize' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-glyf-table.hh:83:15: performance: Technically the member function 'OT::glyf::subset' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-glyf-table.hh:467:3: performance: Technically the member function 'OT::glyf::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-glyf-table.hh:132:5: performance: Technically the member function 'OT::glyf::GlyphHeader::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-glyf-table.hh:132:5: performance: Technically the member function 'OT::glyf::GlyphHeader::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-glyf-table.hh:228:5: performance: Technically the member function 'OT::glyf::CompositeGlyphHeader::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-hhea-table.hh:84:3: performance: Technically the member function 'OT::_hea::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-hhea-table.hh:84:3: performance: Technically the member function 'OT::_hea::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-os2-table.hh:175:3: performance: Technically the member function 'OT::os2::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-os2-table.hh:175:3: performance: Technically the member function 'OT::os2::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-var-hvar-table.hh:87:3: performance: Technically the member function 'OT::DeltaSetIndexMap::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-var-hvar-table.hh:138:3: performance: Technically the member function 'OT::HVARVVAR::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-var-hvar-table.hh:138:3: performance: Technically the member function 'OT::HVARVVAR::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-var-hvar-table.hh:159:3: performance: Technically the member function 'OT::VVAR::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-var-hvar-table.hh:159:3: performance: Technically the member function 'OT::VVAR::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-hmtx-table.hh:53:3: performance: Technically the member function 'OT::LongMetric::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-hmtx-table.hh:53:3: performance: Technically the member function 'OT::LongMetric::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-hmtx-table.hh:59:15: performance: Technically the member function 'OT::hmtxvmtx::sanitize' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-hmtx-table.hh:311:3: performance: Technically the member function 'OT::hmtxvmtx::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-kern-table.hh:70:3: performance: Technically the member function 'OT::KernPair::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-kern-table.hh:70:3: performance: Technically the member function 'OT::KernPair::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-kern-table.hh:93:3: performance: Technically the member function 'OT::KernSubTableFormat0::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-kern-table.hh:110:3: performance: Technically the member function 'OT::KernClassTable::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-kern-table.hh:150:3: performance: Technically the member function 'OT::KernSubTableFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-kern-table.hh:180:3: performance: Technically the member function 'OT::KernSubTable::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-kern-table.hh:388:3: performance: Technically the member function 'OT::kern::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-post-table.hh:65:3: performance: Technically the member function 'OT::postV2Tail::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-post-table.hh:276:3: performance: Technically the member function 'OT::post::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-post-table.hh:276:3: performance: Technically the member function 'OT::post::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:56:3: performance: Technically the member function 'OT::SmallGlyphMetrics::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:56:3: performance: Technically the member function 'OT::SmallGlyphMetrics::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:65:3: performance: Technically the member function 'OT::BigGlyphMetrics::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:65:3: performance: Technically the member function 'OT::BigGlyphMetrics::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:89:3: performance: Technically the member function 'OT::SBitLineMetrics::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:89:3: performance: Technically the member function 'OT::SBitLineMetrics::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:109:3: performance: Technically the member function 'OT::IndexSubtableHeader::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:109:3: performance: Technically the member function 'OT::IndexSubtableHeader::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:137:3: performance: Technically the member function 'OT::IndexSubtableFormat1Or3::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:186:3: performance: Technically the member function 'OT::IndexSubtable::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:221:3: performance: Technically the member function 'OT::IndexSubtableRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:221:3: performance: Technically the member function 'OT::IndexSubtableRecord::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:255:3: performance: Technically the member function 'OT::IndexSubtableArray::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:292:3: performance: Technically the member function 'OT::BitmapSizeTable::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:292:3: performance: Technically the member function 'OT::BitmapSizeTable::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:306:3: performance: Technically the member function 'OT::GlyphBitmapDataFormat17::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:357:3: performance: Technically the member function 'OT::CBLC::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-color-cbdt-table.hh:466:3: performance: Technically the member function 'OT::CBDT::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < UnicodeValueRange , HBUINT32 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < UVSMapping , HBUINT32 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < VariationSelectorRecord , HBUINT32 >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < EncodingRecord , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < KernClassTable , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < KernClassTable , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < FWORD , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < FWORD , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < OT :: SortedArrayOf < UnicodeValueRange , HBUINT32 > , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < OT :: SortedArrayOf < UnicodeValueRange , HBUINT32 > , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < OT :: SortedArrayOf < UVSMapping , HBUINT32 > , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < OT :: SortedArrayOf < UVSMapping , HBUINT32 > , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < KernClassTable , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < KernClassTable , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < KernClassTable , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < KernClassTable , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < FWORD , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < FWORD , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < FWORD , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < FWORD , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < OT :: SortedArrayOf < UnicodeValueRange , HBUINT32 > , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < OT :: SortedArrayOf < UnicodeValueRange , HBUINT32 > , IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < OT :: SortedArrayOf < UnicodeValueRange , HBUINT32 > , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < OT :: SortedArrayOf < UnicodeValueRange , HBUINT32 > , IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < OT :: SortedArrayOf < UVSMapping , HBUINT32 > , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < OT :: SortedArrayOf < UVSMapping , HBUINT32 > , IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < OT :: SortedArrayOf < UVSMapping , HBUINT32 > , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < OT :: SortedArrayOf < UVSMapping , HBUINT32 > , IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:154:7: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:1564:39: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsub-table.hh:1317:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsub-table.hh:1341:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsub-table.hh:1348:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:1627:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:1634:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-name-table.hh:47:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-name-table.hh:48:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-name-table.hh:94:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:54:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:188:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:189:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:249:11: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:255:11: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:261:11: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:638:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:642:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:859:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:865:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:938:7: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:941:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:943:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:1061:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:1062:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:1075:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:1076:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:290:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:140:54: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:144:54: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:148:68: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:153:69: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:1095:3: style: The struct 'hb_applicable_t' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:56:3: performance: Technically the member function 'OT::BaseCoordFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:56:3: performance: Technically the member function 'OT::BaseCoordFormat1::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:80:3: performance: Technically the member function 'OT::BaseCoordFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:80:3: performance: Technically the member function 'OT::BaseCoordFormat2::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:104:3: performance: Technically the member function 'OT::BaseCoordFormat3::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:104:3: performance: Technically the member function 'OT::BaseCoordFormat3::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:139:3: performance: Technically the member function 'OT::BaseCoord::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:171:3: performance: Technically the member function 'OT::FeatMinMaxRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:171:3: performance: Technically the member function 'OT::FeatMinMaxRecord::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:225:3: performance: Technically the member function 'OT::MinMax::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:254:3: performance: Technically the member function 'OT::BaseLangSysRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:254:3: performance: Technically the member function 'OT::BaseLangSysRecord::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:281:3: performance: Technically the member function 'OT::BaseValues::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:347:5: performance: Technically the member function 'OT::BaseScript::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:387:5: performance: Technically the member function 'OT::BaseScriptRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:387:5: performance: Technically the member function 'OT::BaseScriptRecord::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:445:3: performance: Technically the member function 'OT::BaseScriptList::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:471:3: performance: Technically the member function 'OT::BaseTagList::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:529:3: performance: Technically the member function 'OT::Axis::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:529:3: performance: Technically the member function 'OT::Axis::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-base-table.hh:648:3: performance: Technically the member function 'OT::BASE::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsub-table.hh:120:3: performance: Technically the member function 'OT::SingleSubstFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsub-table.hh:120:3: performance: Technically the member function 'OT::SingleSubstFormat1::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsub-table.hh:206:3: performance: Technically the member function 'OT::SingleSubstFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsub-table.hh:327:3: performance: Technically the member function 'OT::Sequence::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsub-table.hh:409:3: performance: Technically the member function 'OT::MultipleSubstFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsub-table.hh:559:3: performance: Technically the member function 'OT::AlternateSubstFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsub-table.hh:699:3: performance: Technically the member function 'OT::Ligature::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsub-table.hh:776:3: performance: Technically the member function 'OT::LigatureSet::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsub-table.hh:873:3: performance: Technically the member function 'OT::LigatureSubstFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsub-table.hh:1058:3: performance: Technically the member function 'OT::ReverseChainSingleSubstFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsub-table.hh:1133:3: performance: Technically the member function 'OT::SubstLookupSubTable::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gsub-table.hh:1139:37: performance: Technically the member function 'OT::SubstLookup::get_subtable' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:254:3: performance: Technically the member function 'OT::AnchorFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:254:3: performance: Technically the member function 'OT::AnchorFormat1::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:286:3: performance: Technically the member function 'OT::AnchorFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:286:3: performance: Technically the member function 'OT::AnchorFormat2::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:323:3: performance: Technically the member function 'OT::AnchorFormat3::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:323:3: performance: Technically the member function 'OT::AnchorFormat3::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:360:3: performance: Technically the member function 'OT::Anchor::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:391:3: performance: Technically the member function 'OT::AnchorMatrix::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:411:3: performance: Technically the member function 'OT::MarkRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:411:3: performance: Technically the member function 'OT::MarkRecord::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:505:3: performance: Technically the member function 'OT::SinglePosFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:557:3: performance: Technically the member function 'OT::SinglePosFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:594:3: performance: Technically the member function 'OT::PairValueRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:679:3: performance: Technically the member function 'OT::PairSet::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:745:3: performance: Technically the member function 'OT::PairPosFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:838:3: performance: Technically the member function 'OT::PairPosFormat2::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:884:3: performance: Technically the member function 'OT::EntryExitRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:884:3: performance: Technically the member function 'OT::EntryExitRecord::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:1019:3: performance: Technically the member function 'OT::CursivePosFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:1125:3: performance: Technically the member function 'OT::MarkBasePosFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:1125:3: performance: Technically the member function 'OT::MarkBasePosFormat1::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:1243:3: performance: Technically the member function 'OT::MarkLigPosFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:1243:3: performance: Technically the member function 'OT::MarkLigPosFormat1::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:1358:3: performance: Technically the member function 'OT::MarkMarkPosFormat1::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:1358:3: performance: Technically the member function 'OT::MarkMarkPosFormat1::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:1447:3: performance: Technically the member function 'OT::PosLookupSubTable::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:1453:35: performance: Technically the member function 'OT::PosLookup::get_subtable' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:1456:15: performance: Technically the member function 'OT::PosLookup::is_reverse' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-jstf-table.hh:116:3: performance: Technically the member function 'OT::JstfPriority::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-jstf-table.hh:116:3: performance: Technically the member function 'OT::JstfPriority::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-jstf-table.hh:187:3: performance: Technically the member function 'OT::JstfScript::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-jstf-table.hh:227:3: performance: Technically the member function 'OT::JSTF::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-name-table.hh:75:3: performance: Technically the member function 'OT::NameRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-name-table.hh:75:3: performance: Technically the member function 'OT::NameRecord::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-name-table.hh:131:3: performance: Technically the member function 'OT::name::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:1113:22: performance: Technically the member function 'hb_get_subtables_context_t::get_name' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:1123:8: performance: Technically the member function 'hb_get_subtables_context_t::stop_sublookup_iteration' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < JstfLangSys >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < JstfLangSys >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < JstfScript >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:88:0: performance: Technically the member function 'OT :: Record < JstfScript >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:1067:0: performance: Technically the member function 'OT :: HeadlessArrayOf < GlyphID , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < FeatMinMaxRecord , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < BaseLangSysRecord , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < BaseScriptRecord , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < MarkRecord , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < EntryExitRecord , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:979:0: performance: Technically the member function 'OT :: ArrayOf < Tag , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < BaseCoord , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < BaseCoord , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < MinMax , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < MinMax , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < BaseValues , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < BaseValues , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < BaseScript , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < BaseScript , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < BaseTagList , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < BaseTagList , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < BaseScriptList , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < BaseScriptList , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < Axis , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < Axis , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < OffsetListOf < SubstLookup > , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < OffsetListOf < SubstLookup > , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < Anchor , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < Anchor , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < MarkArray , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < MarkArray , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < AnchorMatrix , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < AnchorMatrix , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < OT :: OffsetListOf < AnchorMatrix > , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < OT :: OffsetListOf < AnchorMatrix > , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < OffsetListOf < PosLookup > , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < OffsetListOf < PosLookup > , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < IndexArray , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < IndexArray , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < SortedArrayOf < GlyphID > , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < SortedArrayOf < GlyphID > , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < JstfLangSys , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < JstfLangSys , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < Sequence , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < Sequence , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < ArrayOf < GlyphID > , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < ArrayOf < GlyphID > , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < Ligature , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < Ligature , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < LigatureSet , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < LigatureSet , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < PairSet , IntType < uint16_t , 2 > >::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: performance: Technically the member function 'OT :: OffsetTo < PairSet , IntType < uint16_t , 2 > >::get_size' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-debug.hh:288:0: performance: Technically the member function 'hb_no_trace_t < const _hb_void_t * >::ret' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < BaseCoord , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < BaseCoord , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < BaseCoord , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < BaseCoord , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < MinMax , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < MinMax , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < MinMax , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < MinMax , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < BaseValues , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < BaseValues , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < BaseValues , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < BaseValues , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < BaseScript , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < BaseScript , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < BaseScript , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < BaseScript , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < BaseTagList , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < BaseTagList , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < BaseTagList , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < BaseTagList , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < BaseScriptList , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < BaseScriptList , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < BaseScriptList , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < BaseScriptList , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < Axis , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < Axis , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < Axis , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < Axis , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < OffsetListOf < SubstLookup > , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < OffsetListOf < SubstLookup > , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < OffsetListOf < SubstLookup > , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < OffsetListOf < SubstLookup > , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < Anchor , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < Anchor , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < Anchor , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < Anchor , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < MarkArray , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < MarkArray , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < MarkArray , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < MarkArray , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < AnchorMatrix , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < AnchorMatrix , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < AnchorMatrix , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < AnchorMatrix , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < OT :: OffsetListOf < AnchorMatrix > , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < OT :: OffsetListOf < AnchorMatrix > , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < OT :: OffsetListOf < AnchorMatrix > , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < OT :: OffsetListOf < AnchorMatrix > , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < OffsetListOf < PosLookup > , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < OffsetListOf < PosLookup > , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < OffsetListOf < PosLookup > , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < OffsetListOf < PosLookup > , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < IndexArray , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < IndexArray , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < IndexArray , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < IndexArray , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < SortedArrayOf < GlyphID > , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < SortedArrayOf < GlyphID > , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < SortedArrayOf < GlyphID > , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < SortedArrayOf < GlyphID > , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < JstfLangSys , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < JstfLangSys , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < JstfLangSys , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < JstfLangSys , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < Sequence , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < Sequence , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < Sequence , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < Sequence , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < ArrayOf < GlyphID > , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < ArrayOf < GlyphID > , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < ArrayOf < GlyphID > , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < ArrayOf < GlyphID > , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < Ligature , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < Ligature , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < Ligature , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < Ligature , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < LigatureSet , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < LigatureSet , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < LigatureSet , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < LigatureSet , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < PairSet , IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < PairSet , IntType < uint16_t , 2 > >::static_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: warning: The struct 'OT :: OffsetTo < PairSet , IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'OT :: Offset < IntType < uint16_t , 2 > >'. [duplInheritedMember]
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:752:0: note: Parent variable 'OT :: Offset < IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-open-type-private.hh:852:0: note: Derived variable 'OT :: OffsetTo < PairSet , IntType < uint16_t , 2 > >::min_size'
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:1060:3: style: Struct 'GSUBProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:1074:3: style: Struct 'GPOSProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout.cc:1125:3: style: Struct 'hb_get_subtables_context_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-ot-map.cc:34:72: style: Function 'collect_lookups' argument 2 names different: declaration 'lookups' definition 'lookups_out'. [funcArgNamesDifferent]
firefox-62.0/gfx/harfbuzz/src/hb-ot-map-private.hh:126:73: note: Function 'collect_lookups' argument 2 names different: declaration 'lookups' definition 'lookups_out'.
firefox-62.0/gfx/harfbuzz/src/hb-ot-map.cc:34:72: note: Function 'collect_lookups' argument 2 names different: declaration 'lookups' definition 'lookups_out'.
firefox-62.0/gfx/harfbuzz/src/hb-ot-math.h:28:0: error: #error "Include <hb-ot.h> instead." [preprocessorErrorDirective]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-arabic-fallback.hh:300:43: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-arabic.cc:263:38: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-arabic.cc:282:38: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-arabic.cc:379:45: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-arabic.cc:401:45: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-arabic.cc:434:45: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-arabic-fallback.hh:198:3: performance: Technically the member function 'arabic_fallback_plan_t::_static_assertion_on_line_313' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-arabic.cc:246:3: performance: Technically the member function 'arabic_shape_plan_t::_static_assertion_on_line_313' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-arabic.cc:449:50: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-hangul.cc:81:38: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-hangul.cc:401:45: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-hangul.cc:73:3: performance: Technically the member function 'hangul_shape_plan_t::_static_assertion_on_line_313' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:402:43: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:415:43: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:429:10: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:402:43: style: Same value in both branches of ternary operator. [duplicateValueTernary]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:415:43: style: Same value in both branches of ternary operator. [duplicateValueTernary]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:429:10: style: Same value in both branches of ternary operator. [duplicateValueTernary]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:83:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:84:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:85:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:92:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:93:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:94:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:95:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:96:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:103:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:104:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:105:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:106:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:107:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:108:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:109:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:110:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:111:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:112:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:113:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:114:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:115:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:116:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:117:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:118:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:122:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:123:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:124:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:125:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:126:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:127:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:128:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:129:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:130:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:131:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:132:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:133:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:134:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:135:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:136:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:137:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:141:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:142:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:143:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:144:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:145:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:146:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:147:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:148:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:149:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:150:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:151:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:152:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:153:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:154:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:155:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:156:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:160:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:161:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:162:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:163:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:164:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:165:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:166:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:167:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:168:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:169:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:170:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:171:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:172:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:173:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:174:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:175:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:179:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:180:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:181:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:182:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:183:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:184:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:185:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:186:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:187:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:188:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:189:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:190:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:191:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:192:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:193:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:194:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:198:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:199:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:200:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:201:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:202:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:203:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:204:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:205:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:206:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:207:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:208:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:209:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:210:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:211:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:212:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:213:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:217:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:218:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:219:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:220:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:221:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:222:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:223:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:224:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:225:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:226:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:227:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:228:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:229:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:230:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:231:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:232:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:236:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:237:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:238:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:239:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:240:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:241:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:242:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:243:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:244:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:245:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:246:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:247:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:248:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:249:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:250:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:251:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:255:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:256:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:257:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:258:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:259:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:260:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:261:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:262:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:263:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:264:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:265:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:266:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:267:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:268:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:269:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:270:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:274:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:275:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:276:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:277:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:278:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:279:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:280:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:281:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:282:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:283:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:284:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:285:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:286:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:287:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:288:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:295:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:296:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:297:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:298:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:299:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:300:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:301:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:302:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:303:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:304:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:305:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:306:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:307:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:308:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:309:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:310:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:311:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:312:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:313:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:314:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:321:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:322:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:323:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:324:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:325:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:326:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:327:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:328:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:329:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:330:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:331:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:332:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:333:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:334:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:341:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:342:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:343:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:344:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:345:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:346:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:353:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:354:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:361:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:362:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:363:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:370:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:371:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:372:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:379:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:380:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:381:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:382:14: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:389:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:390:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:391:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:392:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:402:43: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:415:43: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic-table.cc:429:10: warning: Found calculation inside sizeof(). [sizeofCalculation]
hb-ot-shape-complex-indic-machine.rl:83:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:83:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:84:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:84:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:85:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:85:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:86:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:86:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:87:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:87:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:88:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-indic-machine.rl:88:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
NONE:3:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
NONE:3:19: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
NONE:6:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
NONE:6:19: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
NONE:9:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
NONE:9:19: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic.cc:289:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic.cc:416:43: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic.cc:446:43: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic.cc:1023:43: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic.cc:1518:45: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic.cc:1405:3: warning: Found calculation inside sizeof(). [sizeofCalculation]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic.cc:224:1: style: The struct 'would_substitute_feature_t' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-indic.cc:252:3: performance: Technically the member function 'indic_shape_plan_t::_static_assertion_on_line_313' can be static. [functionStatic]
hb-ot-shape-complex-khmer-machine.rl:68:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-khmer-machine.rl:68:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-khmer-machine.rl:69:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-khmer-machine.rl:69:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-khmer-machine.rl:70:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-khmer-machine.rl:70:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-khmer.cc:210:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-khmer.cc:286:43: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-khmer.cc:533:43: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-khmer.cc:151:1: style: The struct 'would_substitute_feature_t' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-khmer.cc:179:3: performance: Technically the member function 'khmer_shape_plan_t::_static_assertion_on_line_313' can be static. [functionStatic]
hb-ot-shape-complex-myanmar-machine.rl:86:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:86:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:87:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:87:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:88:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:88:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:89:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:89:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:90:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-myanmar-machine.rl:90:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:130:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:130:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:132:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:132:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:136:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:136:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:137:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:137:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:131:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:131:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:133:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:133:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:134:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:134:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:135:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
hb-ot-shape-complex-use-machine.rl:135:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-use.cc:200:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-use.cc:208:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-use.cc:222:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-use.cc:249:39: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-use.cc:272:39: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-use.cc:291:39: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-use.cc:379:39: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-complex-use.cc:156:3: performance: Technically the member function 'use_shape_plan_t::_static_assertion_on_line_313' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-normalize.cc:288:51: style: Function '_hb_ot_shape_normalize' argument 1 names different: declaration 'shaper' definition 'plan'. [funcArgNamesDifferent]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-normalize-private.hh:47:68: note: Function '_hb_ot_shape_normalize' argument 1 names different: declaration 'shaper' definition 'plan'.
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape-normalize.cc:288:51: note: Function '_hb_ot_shape_normalize' argument 1 names different: declaration 'shaper' definition 'plan'.
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape.cc:179:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-shape.cc:942:22: style: Unused variable: plan [unusedVariable]
firefox-62.0/gfx/harfbuzz/src/hb-ot-var.h:28:0: error: #error "Include <hb-ot.h> instead." [preprocessorErrorDirective]
firefox-62.0/gfx/harfbuzz/src/hb-shape-plan.cc:124:41: style: Function 'hb_shape_plan_create2' argument 5 names different: declaration 'coords' definition 'orig_coords'. [funcArgNamesDifferent]
firefox-62.0/gfx/harfbuzz/src/hb-shape-plan.h:60:41: note: Function 'hb_shape_plan_create2' argument 5 names different: declaration 'coords' definition 'orig_coords'.
firefox-62.0/gfx/harfbuzz/src/hb-shape-plan.cc:124:41: note: Function 'hb_shape_plan_create2' argument 5 names different: declaration 'coords' definition 'orig_coords'.
firefox-62.0/gfx/harfbuzz/src/hb-shape-plan.cc:144:5: error: Memory leak: features [memleak]
firefox-62.0/gfx/harfbuzz/src/hb-shape-plan.cc:148:5: error: Memory leak: coords [memleak]
firefox-62.0/gfx/harfbuzz/src/hb-shaper.cc:63:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-shaper.cc:67:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-shaper.cc:70:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-subset-plan.cc:44:54: style: Function 'hb_subset_plan_new_gid_for_codepoint' argument 2 names different: declaration 'codepont' definition 'codepoint'. [funcArgNamesDifferent]
firefox-62.0/gfx/harfbuzz/src/hb-subset-plan.hh:74:53: note: Function 'hb_subset_plan_new_gid_for_codepoint' argument 2 names different: declaration 'codepont' definition 'codepoint'.
firefox-62.0/gfx/harfbuzz/src/hb-subset-plan.cc:44:54: note: Function 'hb_subset_plan_new_gid_for_codepoint' argument 2 names different: declaration 'codepont' definition 'codepoint'.
firefox-62.0/gfx/harfbuzz/src/hb-ot-hdmx-table.hh:152:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-subset.cc:127:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-subset.cc:137:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-subset.cc:189:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-subset.cc:220:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/harfbuzz/src/hb-ot-hdmx-table.hh:104:3: performance: Technically the member function 'OT::DeviceRecord::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-ot-hdmx-table.hh:192:3: performance: Technically the member function 'OT::hdmx::_instance_assertion_on_line_93' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-subset.cc:53:3: performance: Technically the member function 'hb_subset_profile_t::_static_assertion_on_line_313' can be static. [functionStatic]
firefox-62.0/gfx/harfbuzz/src/hb-unicode.cc:149:0: error: #error "Could not find any Unicode functions implementation, you have to provide your own" [preprocessorErrorDirective]
firefox-62.0/gfx/harfbuzz/src/hb-ot-tag.h:28:0: error: #error "Include <hb-ot.h> instead." [preprocessorErrorDirective]
firefox-62.0/gfx/harfbuzz/src/hb-warning.cc:32:0: error: #error "Could not find any system to define atomic_int macros, library WILL NOT be thread-safe" [preprocessorErrorDirective]
firefox-62.0/gfx/harfbuzz/src/main.cc:139:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/gfx/harfbuzz/src/main.cc:145:8: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/gfx/harfbuzz/src/main.cc:161:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/gfx/harfbuzz/src/main.cc:170:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/gfx/harfbuzz/src/main.cc:64:3: style: Variable 'font_data' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/harfbuzz/src/main.cc:52:0: note: Variable 'font_data' is reassigned a value before the old one has been used.
firefox-62.0/gfx/harfbuzz/src/main.cc:64:3: note: Variable 'font_data' is reassigned a value before the old one has been used.
firefox-62.0/gfx/harfbuzz/src/hb-ot-layout-common-private.hh:586:1: style: The struct 'Lookup' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/harfbuzz/src/main.cc:198:0: error: Memory leak: font_data [memleak]
firefox-62.0/gfx/harfbuzz/src/main.cc:198:0: error: Resource leak: f [resourceLeak]
firefox-62.0/gfx/harfbuzz/src/test-unicode-ranges.cc:36:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/gfx/harfbuzz/src/test-unicode-ranges.cc:36:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/gfx/harfbuzz/src/test.cc:117:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
firefox-62.0/gfx/ipc/CompositorWidgetVsyncObserver.cpp:24:54: style: Function 'NotifyVsync' argument 1 names different: declaration 'aVsyncTimestamp' definition 'aTimeStamp'. [funcArgNamesDifferent]
firefox-62.0/gfx/ipc/CompositorWidgetVsyncObserver.h:28:30: note: Function 'NotifyVsync' argument 1 names different: declaration 'aVsyncTimestamp' definition 'aTimeStamp'.
firefox-62.0/gfx/ipc/CompositorWidgetVsyncObserver.cpp:24:54: note: Function 'NotifyVsync' argument 1 names different: declaration 'aVsyncTimestamp' definition 'aTimeStamp'.
firefox-62.0/gfx/ipc/GPUChild.cpp:163:41: style: Function 'RecvInitCrashReporter' argument 1 names different: declaration 'shmem' definition 'aShmem'. [funcArgNamesDifferent]
firefox-62.0/gfx/ipc/GPUChild.h:49:57: note: Function 'RecvInitCrashReporter' argument 1 names different: declaration 'shmem' definition 'aShmem'.
firefox-62.0/gfx/ipc/GPUChild.cpp:163:41: note: Function 'RecvInitCrashReporter' argument 1 names different: declaration 'shmem' definition 'aShmem'.
firefox-62.0/gfx/ipc/GPUParent.cpp:193:52: style: Function 'RecvInit' argument 4 names different: declaration 'mappings' definition 'aMappings'. [funcArgNamesDifferent]
firefox-62.0/gfx/ipc/GPUParent.h:41:67: note: Function 'RecvInit' argument 4 names different: declaration 'mappings' definition 'aMappings'.
firefox-62.0/gfx/ipc/GPUParent.cpp:193:52: note: Function 'RecvInit' argument 4 names different: declaration 'mappings' definition 'aMappings'.
firefox-62.0/gfx/ipc/GPUParent.cpp:326:49: style: Function 'RecvUpdatePref' argument 1 names different: declaration 'pref' definition 'setting'. [funcArgNamesDifferent]
firefox-62.0/gfx/ipc/GPUParent.h:48:64: note: Function 'RecvUpdatePref' argument 1 names different: declaration 'pref' definition 'setting'.
firefox-62.0/gfx/ipc/GPUParent.cpp:326:49: note: Function 'RecvUpdatePref' argument 1 names different: declaration 'pref' definition 'setting'.
firefox-62.0/gfx/ipc/GPUParent.cpp:334:46: style: Function 'RecvUpdateVar' argument 1 names different: declaration 'pref' definition 'aUpdate'. [funcArgNamesDifferent]
firefox-62.0/gfx/ipc/GPUParent.h:49:61: note: Function 'RecvUpdateVar' argument 1 names different: declaration 'pref' definition 'aUpdate'.
firefox-62.0/gfx/ipc/GPUParent.cpp:334:46: note: Function 'RecvUpdateVar' argument 1 names different: declaration 'pref' definition 'aUpdate'.
firefox-62.0/gfx/ipc/GPUParent.cpp:362:47: style: Function 'RecvGetDeviceStatus' argument 1 names different: declaration 'aOutStatus' definition 'aOut'. [funcArgNamesDifferent]
firefox-62.0/gfx/ipc/GPUParent.h:54:62: note: Function 'RecvGetDeviceStatus' argument 1 names different: declaration 'aOutStatus' definition 'aOut'.
firefox-62.0/gfx/ipc/GPUParent.cpp:362:47: note: Function 'RecvGetDeviceStatus' argument 1 names different: declaration 'aOutStatus' definition 'aOut'.
firefox-62.0/gfx/ipc/GPUParent.cpp:382:51: style: Function 'RecvSimulateDeviceReset' argument 1 names different: declaration 'aOutStatus' definition 'aOut'. [funcArgNamesDifferent]
firefox-62.0/gfx/ipc/GPUParent.h:55:66: note: Function 'RecvSimulateDeviceReset' argument 1 names different: declaration 'aOutStatus' definition 'aOut'.
firefox-62.0/gfx/ipc/GPUParent.cpp:382:51: note: Function 'RecvSimulateDeviceReset' argument 1 names different: declaration 'aOutStatus' definition 'aOut'.
firefox-62.0/gfx/ipc/GPUParent.cpp:456:52: style: Function 'RecvRequestMemoryReport' argument 1 names different: declaration 'generation' definition 'aGeneration'. [funcArgNamesDifferent]
firefox-62.0/gfx/ipc/GPUParent.h:60:21: note: Function 'RecvRequestMemoryReport' argument 1 names different: declaration 'generation' definition 'aGeneration'.
firefox-62.0/gfx/ipc/GPUParent.cpp:456:52: note: Function 'RecvRequestMemoryReport' argument 1 names different: declaration 'generation' definition 'aGeneration'.
firefox-62.0/gfx/ipc/GPUParent.cpp:457:48: style: Function 'RecvRequestMemoryReport' argument 2 names different: declaration 'anonymize' definition 'aAnonymize'. [funcArgNamesDifferent]
firefox-62.0/gfx/ipc/GPUParent.h:61:17: note: Function 'RecvRequestMemoryReport' argument 2 names different: declaration 'anonymize' definition 'aAnonymize'.
firefox-62.0/gfx/ipc/GPUParent.cpp:457:48: note: Function 'RecvRequestMemoryReport' argument 2 names different: declaration 'anonymize' definition 'aAnonymize'.
firefox-62.0/gfx/ipc/GPUParent.cpp:458:48: style: Function 'RecvRequestMemoryReport' argument 3 names different: declaration 'minimizeMemoryUsage' definition 'aMinimizeMemoryUsage'. [funcArgNamesDifferent]
firefox-62.0/gfx/ipc/GPUParent.h:62:17: note: Function 'RecvRequestMemoryReport' argument 3 names different: declaration 'minimizeMemoryUsage' definition 'aMinimizeMemoryUsage'.
firefox-62.0/gfx/ipc/GPUParent.cpp:458:48: note: Function 'RecvRequestMemoryReport' argument 3 names different: declaration 'minimizeMemoryUsage' definition 'aMinimizeMemoryUsage'.
firefox-62.0/gfx/ipc/GPUParent.cpp:459:57: style: Function 'RecvRequestMemoryReport' argument 4 names different: declaration 'DMDFile' definition 'aDMDFile'. [funcArgNamesDifferent]
firefox-62.0/gfx/ipc/GPUParent.h:63:26: note: Function 'RecvRequestMemoryReport' argument 4 names different: declaration 'DMDFile' definition 'aDMDFile'.
firefox-62.0/gfx/ipc/GPUParent.cpp:459:57: note: Function 'RecvRequestMemoryReport' argument 4 names different: declaration 'DMDFile' definition 'aDMDFile'.
firefox-62.0/gfx/ipc/GPUProcessHost.cpp:19:42: style: Function 'GPUProcessHost' argument 1 names different: declaration 'listener' definition 'aListener'. [funcArgNamesDifferent]
firefox-62.0/gfx/ipc/GPUProcessHost.h:51:37: note: Function 'GPUProcessHost' argument 1 names different: declaration 'listener' definition 'aListener'.
firefox-62.0/gfx/ipc/GPUProcessHost.cpp:19:42: note: Function 'GPUProcessHost' argument 1 names different: declaration 'listener' definition 'aListener'.
firefox-62.0/gfx/ipc/GPUProcessHost.cpp:204:15: warning: Access of moved variable 'mGPUChild'. [accessMoved]
firefox-62.0/gfx/ipc/GPUProcessHost.cpp:203:21: note: Calling std::move(mGPUChild)
firefox-62.0/gfx/ipc/GPUProcessHost.cpp:204:15: note: $symbol:mGPUChild
Access of moved variable '$symbol'.
firefox-62.0/gfx/ipc/GPUProcessManager.h:155:8: style: Technically the member function 'mozilla::gfx::GPUProcessManager::NotifyListenersOnCompositeDeviceReset' can be const. [functionConst]
firefox-62.0/gfx/ipc/GPUProcessManager.cpp:526:20: note: Technically the member function 'mozilla::gfx::GPUProcessManager::NotifyListenersOnCompositeDeviceReset' can be const.
firefox-62.0/gfx/ipc/GPUProcessManager.h:155:8: note: Technically the member function 'mozilla::gfx::GPUProcessManager::NotifyListenersOnCompositeDeviceReset' can be const.
firefox-62.0/gfx/ipc/InProcessCompositorSession.cpp:28:50: style: Function 'Create' argument 1 names different: declaration 'baseWidget' definition 'aWidget'. [funcArgNamesDifferent]
firefox-62.0/gfx/ipc/InProcessCompositorSession.h:24:19: note: Function 'Create' argument 1 names different: declaration 'baseWidget' definition 'aWidget'.
firefox-62.0/gfx/ipc/InProcessCompositorSession.cpp:28:50: note: Function 'Create' argument 1 names different: declaration 'baseWidget' definition 'aWidget'.
firefox-62.0/gfx/ipc/SharedDIBWin.cpp:19:15: warning: Member variable 'SharedDIBWin::mBitmapBits' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ipc/SharedDIBWin.h:49:12: performance: Technically the member function 'mozilla::gfx::SharedDIBWin::SetupBitmapHeader' can be static. [functionStatic]
firefox-62.0/gfx/ipc/SharedDIBWin.cpp:95:15: note: Technically the member function 'mozilla::gfx::SharedDIBWin::SetupBitmapHeader' can be static.
firefox-62.0/gfx/ipc/SharedDIBWin.h:49:12: note: Technically the member function 'mozilla::gfx::SharedDIBWin::SetupBitmapHeader' can be static.
firefox-62.0/gfx/ipc/VsyncBridgeParent.cpp:51:53: style: Function 'RecvNotifyVsync' argument 1 names different: declaration 'vsyncTimeStamp' definition 'aTimeStamp'. [funcArgNamesDifferent]
firefox-62.0/gfx/ipc/VsyncBridgeParent.h:26:60: note: Function 'RecvNotifyVsync' argument 1 names different: declaration 'vsyncTimeStamp' definition 'aTimeStamp'.
firefox-62.0/gfx/ipc/VsyncBridgeParent.cpp:51:53: note: Function 'RecvNotifyVsync' argument 1 names different: declaration 'vsyncTimeStamp' definition 'aTimeStamp'.
firefox-62.0/gfx/layers/AnimationHelper.cpp:141:79: style: Function 'SetAnimations' argument 2 names different: declaration 'aAnimations' definition 'aValue'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/AnimationHelper.h:165:58: note: Function 'SetAnimations' argument 2 names different: declaration 'aAnimations' definition 'aValue'.
firefox-62.0/gfx/layers/AnimationHelper.cpp:141:79: note: Function 'SetAnimations' argument 2 names different: declaration 'aAnimations' definition 'aValue'.
firefox-62.0/gfx/layers/AnimationInfo.h:48:12: style: Technically the member function 'mozilla::layers::AnimationInfo::GetAnimationGeneration' can be const. [functionConst]
firefox-62.0/gfx/layers/AnimationInfo.h:57:12: style: Technically the member function 'mozilla::layers::AnimationInfo::GetCompositorAnimationsId' can be const. [functionConst]
firefox-62.0/gfx/layers/AsyncCanvasRenderer.cpp:139:59: style: Function 'CopyFromTextureClient' argument 1 names different: declaration 'aClient' definition 'aTextureClient'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/AsyncCanvasRenderer.h:94:45: note: Function 'CopyFromTextureClient' argument 1 names different: declaration 'aClient' definition 'aTextureClient'.
firefox-62.0/gfx/layers/AsyncCanvasRenderer.cpp:139:59: note: Function 'CopyFromTextureClient' argument 1 names different: declaration 'aClient' definition 'aTextureClient'.
firefox-62.0/gfx/layers/LayersTypes.h:374:1: warning: The class 'LayerHandle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/layers/LayersTypes.h:404:1: warning: The class 'CompositableHandle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/layers/AxisPhysicsModel.h:29:4: warning: Class 'AxisPhysicsModel' which has virtual members does not have a virtual destructor. [virtualDestructor]
firefox-62.0/gfx/layers/BSPTree.h:107:5: style: Class 'BSPTree' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/gfx/layers/BSPTree.h:107:5: style: Class 'BSPTree' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/gfx/layers/BufferTexture.cpp:610:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/gfx/layers/BufferTexture.cpp:161:57: style: Function 'CreateForYCbCrWithBufferSize' argument 2 names different: declaration 'aSize' definition 'aBufferSize'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/BufferTexture.h:46:66: note: Function 'CreateForYCbCrWithBufferSize' argument 2 names different: declaration 'aSize' definition 'aBufferSize'.
firefox-62.0/gfx/layers/BufferTexture.cpp:161:57: note: Function 'CreateForYCbCrWithBufferSize' argument 2 names different: declaration 'aSize' definition 'aBufferSize'.
firefox-62.0/gfx/layers/BufferTexture.cpp:343:56: style: Function 'BorrowMappedData' argument 1 names different: declaration 'aMap' definition 'aData'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/BufferTexture.h:59:52: note: Function 'BorrowMappedData' argument 1 names different: declaration 'aMap' definition 'aData'.
firefox-62.0/gfx/layers/BufferTexture.cpp:343:56: note: Function 'BorrowMappedData' argument 1 names different: declaration 'aMap' definition 'aData'.
firefox-62.0/gfx/layers/BufferTexture.cpp:454:57: style: Function 'SetDesciptor' argument 1 names different: declaration 'aDesc' definition 'aDescriptor'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/BufferTexture.h:69:45: note: Function 'SetDesciptor' argument 1 names different: declaration 'aDesc' definition 'aDescriptor'.
firefox-62.0/gfx/layers/BufferTexture.cpp:454:57: note: Function 'SetDesciptor' argument 1 names different: declaration 'aDesc' definition 'aDescriptor'.
firefox-62.0/gfx/layers/CanvasRenderer.h:125:16: warning: Virtual function 'Destroy' is called from destructor '~CanvasRenderer()' at line 24. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/gfx/layers/CanvasRenderer.cpp:24:3: note: Calling Destroy
firefox-62.0/gfx/layers/CanvasRenderer.h:125:16: note: Destroy is a virtual method
firefox-62.0/gfx/layers/client/TextureClient.h:821:8: style: Technically the member function 'mozilla::layers::TextureClientAutoLock::Succeeded' can be const. [functionConst]
firefox-62.0/gfx/layers/ImageContainer.h:351:1: style: The class 'ImageContainerListener' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/layers/ImageContainer.h:305:4: warning: Class 'BufferRecycleBin' which has virtual members does not have a virtual destructor. [virtualDestructor]
firefox-62.0/gfx/layers/D3D11YCbCrImage.cpp:36:18: warning: Member variable 'D3D11YCbCrImage::mColorSpace' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/FrameMetrics.h:511:8: style: Technically the member function 'mozilla::layers::FrameMetrics::IsHorizontalContentRightToLeft' can be const. [functionConst]
firefox-62.0/gfx/layers/FrameMetrics.h:1086:1: warning: The struct 'ScrollableLayerGuid' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/layers/FrameMetrics.h:1195:1: warning: The struct 'ZoomConstraints' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/layers/IMFYCbCrImage.h:34:26: warning: The class 'IMFYCbCrImage' defines member variable with name 'mBuffer' also defined in its parent class 'RecyclingPlanarYCbCrImage'. [duplInheritedMember]
firefox-62.0/gfx/layers/ImageContainer.h:910:33: note: Parent variable 'RecyclingPlanarYCbCrImage::mBuffer'
firefox-62.0/gfx/layers/IMFYCbCrImage.h:34:26: note: Derived variable 'IMFYCbCrImage::mBuffer'
firefox-62.0/gfx/layers/ImageContainer.h:947:31: performance: Technically the member function 'mozilla::layers::NVImage::AllocateBuffer' can be static. [functionStatic]
firefox-62.0/gfx/layers/ImageContainer.cpp:799:10: note: Technically the member function 'mozilla::layers::NVImage::AllocateBuffer' can be static.
firefox-62.0/gfx/layers/ImageContainer.h:947:31: note: Technically the member function 'mozilla::layers::NVImage::AllocateBuffer' can be static.
firefox-62.0/gfx/layers/ImageContainer.cpp:511:31: warning: Access of moved variable 'mBuffer'. [accessMoved]
firefox-62.0/gfx/layers/ImageContainer.cpp:496:32: note: Calling std::move(mBuffer)
firefox-62.0/gfx/layers/ImageContainer.cpp:511:31: note: $symbol:mBuffer
Access of moved variable '$symbol'.
firefox-62.0/gfx/layers/Layers.h:206:8: style: Technically the member function 'mozilla::layers::LayerManager::IsDestroyed' can be const. [functionConst]
firefox-62.0/gfx/layers/Layers.h:337:8: style: Technically the member function 'mozilla::layers::LayerManager::IsSnappingEffectiveTransforms' can be const. [functionConst]
firefox-62.0/gfx/layers/Layers.h:656:8: performance: Technically the member function 'mozilla::layers::LayerManager::IsCompositingCheap' can be static. [functionStatic]
firefox-62.0/gfx/layers/Layers.h:1293:35: style: Technically the member function 'mozilla::layers::Layer::GetAllScrollMetadata' can be const. [functionConst]
firefox-62.0/gfx/layers/Layers.h:1811:8: performance: Technically the member function 'mozilla::layers::Layer::AddExtraDumpInfo' can be static. [functionStatic]
firefox-62.0/gfx/layers/Layers.h:1821:8: performance: Technically the member function 'mozilla::layers::Layer::ClearExtraDumpInfo' can be static. [functionStatic]
firefox-62.0/gfx/layers/Layers.h:1987:8: style: Technically the member function 'mozilla::layers::PaintedLayer::UpdateValidRegionAfterInvalidRegionChanged' can be const. [functionConst]
firefox-62.0/gfx/layers/Layers.h:2036:8: style: Technically the member function 'mozilla::layers::PaintedLayer::UsedForReadback' can be const. [functionConst]
firefox-62.0/gfx/layers/Layers.h:2230:8: style: Technically the member function 'mozilla::layers::ContainerLayer::UseIntermediateSurface' can be const. [functionConst]
firefox-62.0/gfx/layers/Layers.h:2254:8: style: Technically the member function 'mozilla::layers::ContainerLayer::SupportsComponentAlphaChildren' can be const. [functionConst]
firefox-62.0/gfx/layers/Layers.h:2387:23: style: Technically the member function 'mozilla::layers::ColorLayer::GetBounds' can be const. [functionConst]
firefox-62.0/gfx/layers/Layers.h:2477:23: style: Technically the member function 'mozilla::layers::BorderLayer::GetColors' can be const. [functionConst]
firefox-62.0/gfx/layers/Layers.h:2478:20: style: Technically the member function 'mozilla::layers::BorderLayer::GetRect' can be const. [functionConst]
firefox-62.0/gfx/layers/Layers.h:2479:24: style: Technically the member function 'mozilla::layers::BorderLayer::GetCorners' can be const. [functionConst]
firefox-62.0/gfx/layers/Layers.h:2480:23: style: Technically the member function 'mozilla::layers::BorderLayer::GetWidths' can be const. [functionConst]
firefox-62.0/gfx/layers/ImageLayers.h:66:23: style: Technically the member function 'mozilla::layers::ImageLayer::GetSamplingFilter' can be const. [functionConst]
firefox-62.0/gfx/layers/ImageLayers.h:67:23: style: Technically the member function 'mozilla::layers::ImageLayer::GetScaleToSize' can be const. [functionConst]
firefox-62.0/gfx/layers/ImageLayers.h:68:13: style: Technically the member function 'mozilla::layers::ImageLayer::GetScaleMode' can be const. [functionConst]
firefox-62.0/gfx/layers/protobuf/LayerScopePacket.pb.h:12:0: error: #error This file was generated by a newer version of protoc which is [preprocessorErrorDirective]
firefox-62.0/gfx/layers/DirectedGraph.h:36:0: performance: Technically the member function 'mozilla :: layers :: DirectedGraph < Layer * >::RemoveEdgesToComparator::Equals' can be static. [functionStatic]
firefox-62.0/gfx/layers/LayerTreeInvalidation.cpp:808:44: style: Function 'ClearInvalidations' argument 1 names different: declaration 'aRoot' definition 'aLayer'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/LayerTreeInvalidation.h:57:41: note: Function 'ClearInvalidations' argument 1 names different: declaration 'aRoot' definition 'aLayer'.
firefox-62.0/gfx/layers/LayerTreeInvalidation.cpp:808:44: note: Function 'ClearInvalidations' argument 1 names different: declaration 'aRoot' definition 'aLayer'.
firefox-62.0/gfx/layers/LayerTreeInvalidation.cpp:170:3: warning: Member variable 'LayerPropertiesBase::mPostXScale' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/LayerTreeInvalidation.cpp:170:3: warning: Member variable 'LayerPropertiesBase::mPostYScale' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/LayerTreeInvalidation.cpp:170:3: warning: Member variable 'LayerPropertiesBase::mOpacity' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/LayerTreeInvalidation.cpp:170:3: warning: Member variable 'LayerPropertiesBase::mUseClipRect' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/LayerTreeInvalidation.cpp:424:0: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
firefox-62.0/gfx/layers/LayerTreeInvalidation.cpp:439:0: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
firefox-62.0/gfx/layers/LayerTreeInvalidation.cpp:470:0: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
firefox-62.0/gfx/layers/LayersLogging.cpp:392:61: style: Function 'AppendToString' argument 2 names different: declaration 'format' definition 'aType'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/LayersLogging.h:276:61: note: Function 'AppendToString' argument 2 names different: declaration 'format' definition 'aType'.
firefox-62.0/gfx/layers/LayersLogging.cpp:392:61: note: Function 'AppendToString' argument 2 names different: declaration 'format' definition 'aType'.
firefox-62.0/gfx/layers/LayersLogging.cpp:359:5: style: Variable 'previous' is assigned a value that is never used. [unreadVariable]
firefox-62.0/gfx/layers/LayersTypes.cpp:20:3: performance: Variable 'mHitRegion' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/LayersTypes.cpp:21:3: performance: Variable 'mNoActionRegion' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/LayersTypes.cpp:22:3: performance: Variable 'mHorizontalPanRegion' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/LayersTypes.cpp:23:3: performance: Variable 'mVerticalPanRegion' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/PaintThread.h:311:8: style: Unused private function: 'PaintThread::ShutdownOnPaintThread' [unusedPrivateFunction]
firefox-62.0/gfx/layers/PaintThread.h:288:8: performance: Technically the member function 'mozilla::layers::PaintThread::Dispatch' can be static. [functionStatic]
firefox-62.0/gfx/layers/PaintThread.cpp:493:14: note: Technically the member function 'mozilla::layers::PaintThread::Dispatch' can be static.
firefox-62.0/gfx/layers/PaintThread.h:288:8: note: Technically the member function 'mozilla::layers::PaintThread::Dispatch' can be static.
firefox-62.0/gfx/layers/PaintThread.h:302:8: performance: Technically the member function 'mozilla::layers::PaintThread::Release' can be static. [functionStatic]
firefox-62.0/gfx/layers/PaintThread.cpp:113:14: note: Technically the member function 'mozilla::layers::PaintThread::Release' can be static.
firefox-62.0/gfx/layers/PaintThread.h:302:8: note: Technically the member function 'mozilla::layers::PaintThread::Release' can be static.
firefox-62.0/gfx/layers/PaintThread.h:303:8: performance: Technically the member function 'mozilla::layers::PaintThread::AddRef' can be static. [functionStatic]
firefox-62.0/gfx/layers/PaintThread.cpp:118:14: note: Technically the member function 'mozilla::layers::PaintThread::AddRef' can be static.
firefox-62.0/gfx/layers/PaintThread.h:303:8: note: Technically the member function 'mozilla::layers::PaintThread::AddRef' can be static.
firefox-62.0/gfx/layers/PaintThread.h:311:8: performance: Technically the member function 'mozilla::layers::PaintThread::ShutdownOnPaintThread' can be static. [functionStatic]
firefox-62.0/gfx/layers/PaintThread.cpp:221:14: note: Technically the member function 'mozilla::layers::PaintThread::ShutdownOnPaintThread' can be static.
firefox-62.0/gfx/layers/PaintThread.h:311:8: note: Technically the member function 'mozilla::layers::PaintThread::ShutdownOnPaintThread' can be static.
firefox-62.0/gfx/layers/PaintThread.h:312:8: performance: Technically the member function 'mozilla::layers::PaintThread::InitOnPaintThread' can be static. [functionStatic]
firefox-62.0/gfx/layers/PaintThread.cpp:182:14: note: Technically the member function 'mozilla::layers::PaintThread::InitOnPaintThread' can be static.
firefox-62.0/gfx/layers/PaintThread.h:312:8: note: Technically the member function 'mozilla::layers::PaintThread::InitOnPaintThread' can be static.
firefox-62.0/gfx/layers/PaintThread.h:322:8: performance: Technically the member function 'mozilla::layers::PaintThread::AsyncPaintTiledContentsFinished' can be static. [functionStatic]
firefox-62.0/gfx/layers/PaintThread.cpp:464:14: note: Technically the member function 'mozilla::layers::PaintThread::AsyncPaintTiledContentsFinished' can be static.
firefox-62.0/gfx/layers/PaintThread.h:322:8: note: Technically the member function 'mozilla::layers::PaintThread::AsyncPaintTiledContentsFinished' can be static.
firefox-62.0/gfx/layers/PaintThread.h:325:8: performance: Technically the member function 'mozilla::layers::PaintThread::AsyncEndLayerTransaction' can be static. [functionStatic]
firefox-62.0/gfx/layers/PaintThread.cpp:541:14: note: Technically the member function 'mozilla::layers::PaintThread::AsyncEndLayerTransaction' can be static.
firefox-62.0/gfx/layers/PaintThread.h:325:8: note: Technically the member function 'mozilla::layers::PaintThread::AsyncEndLayerTransaction' can be static.
firefox-62.0/gfx/layers/ReadbackLayer.h:129:23: style: Technically the member function 'mozilla::layers::ReadbackLayer::GetSize' can be const. [functionConst]
firefox-62.0/gfx/layers/ReadbackLayer.h:132:8: style: Technically the member function 'mozilla::layers::ReadbackLayer::IsBackgroundKnown' can be const. [functionConst]
firefox-62.0/gfx/layers/ReadbackLayer.h:149:21: style: Technically the member function 'mozilla::layers::ReadbackLayer::GetBackgroundLayerOffset' can be const. [functionConst]
firefox-62.0/gfx/layers/ShareableCanvasRenderer.h:47:20: style: Technically the member function 'mozilla::layers::ShareableCanvasRenderer::GetCanvasClientType' can be const. [functionConst]
firefox-62.0/gfx/layers/ShareableCanvasRenderer.cpp:198:26: note: Technically the member function 'mozilla::layers::ShareableCanvasRenderer::GetCanvasClientType' can be const.
firefox-62.0/gfx/layers/ShareableCanvasRenderer.h:47:20: note: Technically the member function 'mozilla::layers::ShareableCanvasRenderer::GetCanvasClientType' can be const.
firefox-62.0/gfx/layers/SourceSurfaceSharedData.h:34:1: style: The class 'SourceSurfaceSharedDataWrapper' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/layers/SourceSurfaceSharedData.h:110:1: style: The class 'SourceSurfaceSharedData' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/layers/SourceSurfaceVolatileData.h:26:1: style: The class 'SourceSurfaceVolatileData' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/layers/TextureDIB.cpp:419:3: performance: Variable 'mSurface' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.cpp:3030:14: warning: Either the condition 'aApzc1' is redundant or there is possible null pointer dereference: aApzc1. [nullPointerRedundantCheck]
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.cpp:2973:7: note: Assuming that condition 'aApzc1' is not redundant
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.cpp:2982:27: note: Calling function 'CommonAncestor', 1st argument 'aApzc1' value is 0
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.cpp:3030:14: note: Null pointer dereference
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.cpp:3031:14: warning: Either the condition 'aApzc2' is redundant or there is possible null pointer dereference: aApzc2. [nullPointerRedundantCheck]
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.cpp:2973:17: note: Assuming that condition 'aApzc2' is not redundant
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.cpp:2982:35: note: Calling function 'CommonAncestor', 2nd argument 'aApzc2' value is 0
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.cpp:3031:14: note: Null pointer dereference
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.cpp:289:72: style: Function 'NotifyLayerTreeAdopted' argument 2 names different: declaration 'aOldTreeManager' definition 'aOldApzcTreeManager'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.h:153:62: note: Function 'NotifyLayerTreeAdopted' argument 2 names different: declaration 'aOldTreeManager' definition 'aOldApzcTreeManager'.
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.cpp:289:72: note: Function 'NotifyLayerTreeAdopted' argument 2 names different: declaration 'aOldTreeManager' definition 'aOldApzcTreeManager'.
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.cpp:1736:69: style: Function 'ProcessTouchInputForScrollbarDrag' argument 1 names different: declaration 'aInput' definition 'aTouchInput'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.h:685:68: note: Function 'ProcessTouchInputForScrollbarDrag' argument 1 names different: declaration 'aInput' definition 'aTouchInput'.
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.cpp:1736:69: note: Function 'ProcessTouchInputForScrollbarDrag' argument 1 names different: declaration 'aInput' definition 'aTouchInput'.
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.cpp:2247:57: style: Function 'DispatchScroll' argument 1 names different: declaration 'aApzc' definition 'aPrev'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.h:439:47: note: Function 'DispatchScroll' argument 1 names different: declaration 'aApzc' definition 'aPrev'.
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.cpp:2247:57: note: Function 'DispatchScroll' argument 1 names different: declaration 'aApzc' definition 'aPrev'.
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.cpp:2290:56: style: Function 'DispatchFling' argument 1 names different: declaration 'aApzc' definition 'aPrev'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.h:470:58: note: Function 'DispatchFling' argument 1 names different: declaration 'aApzc' definition 'aPrev'.
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.cpp:2290:56: note: Function 'DispatchFling' argument 1 names different: declaration 'aApzc' definition 'aPrev'.
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.cpp:2594:41: style: Function 'SetLongTapEnabled' argument 1 names different: declaration 'aTapGestureEnabled' definition 'aLongTapEnabled'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.h:493:31: note: Function 'SetLongTapEnabled' argument 1 names different: declaration 'aTapGestureEnabled' definition 'aLongTapEnabled'.
firefox-62.0/gfx/layers/apz/src/APZCTreeManager.cpp:2594:41: note: Function 'SetLongTapEnabled' argument 1 names different: declaration 'aTapGestureEnabled' definition 'aLongTapEnabled'.
firefox-62.0/gfx/layers/apz/src/GestureEventListener.h:37:1: style: The class 'GestureEventListener' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/layers/apz/src/AndroidAPZ.h:47:8: performance: Technically the member function 'mozilla::layers::StackScrollerFlingAnimation::CheckBounds' can be static. [functionStatic]
firefox-62.0/gfx/layers/apz/src/AndroidAPZ.cpp:287:30: note: Technically the member function 'mozilla::layers::StackScrollerFlingAnimation::CheckBounds' can be static.
firefox-62.0/gfx/layers/apz/src/AndroidAPZ.h:47:8: note: Technically the member function 'mozilla::layers::StackScrollerFlingAnimation::CheckBounds' can be static.
firefox-62.0/gfx/layers/apz/src/AndroidFlingPhysics.cpp:96:16: style: The scope of the variable 'tx' can be reduced. [variableScope]
firefox-62.0/gfx/layers/apz/src/AndroidFlingPhysics.cpp:150:56: style: Function 'Init' argument 1 names different: declaration 'aVelocity' definition 'aStartingVelocity'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/AndroidFlingPhysics.h:20:37: note: Function 'Init' argument 1 names different: declaration 'aVelocity' definition 'aStartingVelocity'.
firefox-62.0/gfx/layers/apz/src/AndroidFlingPhysics.cpp:150:56: note: Function 'Init' argument 1 names different: declaration 'aVelocity' definition 'aStartingVelocity'.
firefox-62.0/gfx/layers/apz/src/AndroidFlingPhysics.cpp:121:8: style: Technically the member function 'mozilla::layers::SplineConstants::CalculateCoefficients' can be const. [functionConst]
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:4654:5: style: Variable 'frame' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:4651:0: note: Variable 'frame' is reassigned a value before the old one has been used.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:4654:5: note: Variable 'frame' is reassigned a value before the old one has been used.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:813:72: style: Function 'AsyncPanZoomController' argument 4 names different: declaration 'aController' definition 'aGeckoContentController'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.h:193:50: note: Function 'AsyncPanZoomController' argument 4 names different: declaration 'aController' definition 'aGeckoContentController'.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:813:72: note: Function 'AsyncPanZoomController' argument 4 names different: declaration 'aController' definition 'aGeckoContentController'.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:1216:65: style: Function 'StartAutoscroll' argument 1 names different: declaration 'aAnchorLocation' definition 'aPoint'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.h:369:43: note: Function 'StartAutoscroll' argument 1 names different: declaration 'aAnchorLocation' definition 'aPoint'.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:1216:65: note: Function 'StartAutoscroll' argument 1 names different: declaration 'aAnchorLocation' definition 'aPoint'.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:2728:66: style: Function 'HandlePanningWithTouchAction' argument 1 names different: declaration 'angle' definition 'aAngle'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.h:737:44: note: Function 'HandlePanningWithTouchAction' argument 1 names different: declaration 'angle' definition 'aAngle'.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:2728:66: note: Function 'HandlePanningWithTouchAction' argument 1 names different: declaration 'angle' definition 'aAngle'.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:2786:51: style: Function 'HandlePanning' argument 1 names different: declaration 'angle' definition 'aAngle'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.h:742:29: note: Function 'HandlePanning' argument 1 names different: declaration 'angle' definition 'aAngle'.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:2786:51: note: Function 'HandlePanning' argument 1 names different: declaration 'angle' definition 'aAngle'.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:2813:69: style: Function 'HandlePanningUpdate' argument 1 names different: declaration 'aDelta' definition 'aPanDistance'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.h:747:47: note: Function 'HandlePanningUpdate' argument 1 names different: declaration 'aDelta' definition 'aPanDistance'.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:2813:69: note: Function 'HandlePanningUpdate' argument 1 names different: declaration 'aDelta' definition 'aPanDistance'.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:4495:52: style: Function 'SetState' argument 1 names different: declaration 'aState' definition 'aNewState'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.h:1106:30: note: Function 'SetState' argument 1 names different: declaration 'aState' definition 'aNewState'.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:4495:52: note: Function 'SetState' argument 1 names different: declaration 'aState' definition 'aNewState'.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.h:233:8: style: Technically the member function 'mozilla::layers::AsyncPanZoomController::PostDelayedTask' can be const. [functionConst]
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:4592:30: note: Technically the member function 'mozilla::layers::AsyncPanZoomController::PostDelayedTask' can be const.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.h:233:8: note: Technically the member function 'mozilla::layers::AsyncPanZoomController::PostDelayedTask' can be const.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.h:389:8: style: Technically the member function 'mozilla::layers::AsyncPanZoomController::Matches' can be const. [functionConst]
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:4604:30: note: Technically the member function 'mozilla::layers::AsyncPanZoomController::Matches' can be const.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.h:389:8: note: Technically the member function 'mozilla::layers::AsyncPanZoomController::Matches' can be const.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.h:666:17: performance: Technically the member function 'mozilla::layers::AsyncPanZoomController::OnCancelTap' can be static. [functionStatic]
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:2663:39: note: Technically the member function 'mozilla::layers::AsyncPanZoomController::OnCancelTap' can be static.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.h:666:17: note: Technically the member function 'mozilla::layers::AsyncPanZoomController::OnCancelTap' can be static.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.h:732:20: performance: Technically the member function 'mozilla::layers::AsyncPanZoomController::GetFirstTouchPoint' can be static. [functionStatic]
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:3232:42: note: Technically the member function 'mozilla::layers::AsyncPanZoomController::GetFirstTouchPoint' can be static.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.h:732:20: note: Technically the member function 'mozilla::layers::AsyncPanZoomController::GetFirstTouchPoint' can be static.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.h:841:8: style: Technically the member function 'mozilla::layers::AsyncPanZoomController::OnTouchEndOrCancel' can be const. [functionConst]
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:2616:30: note: Technically the member function 'mozilla::layers::AsyncPanZoomController::OnTouchEndOrCancel' can be const.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.h:841:8: note: Technically the member function 'mozilla::layers::AsyncPanZoomController::OnTouchEndOrCancel' can be const.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.h:1111:8: style: Technically the member function 'mozilla::layers::AsyncPanZoomController::DispatchStateChangeNotification' can be const. [functionConst]
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.cpp:4510:30: note: Technically the member function 'mozilla::layers::AsyncPanZoomController::DispatchStateChangeNotification' can be const.
firefox-62.0/gfx/layers/apz/src/AsyncPanZoomController.h:1111:8: note: Technically the member function 'mozilla::layers::AsyncPanZoomController::DispatchStateChangeNotification' can be const.
firefox-62.0/gfx/layers/apz/src/Axis.cpp:208:57: style: Function 'ApplyResistance' argument 1 names different: declaration 'aOverscroll' definition 'aRequestedOverscroll'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/Axis.h:287:53: note: Function 'ApplyResistance' argument 1 names different: declaration 'aOverscroll' definition 'aRequestedOverscroll'.
firefox-62.0/gfx/layers/apz/src/Axis.cpp:208:57: note: Function 'ApplyResistance' argument 1 names different: declaration 'aOverscroll' definition 'aRequestedOverscroll'.
firefox-62.0/gfx/layers/apz/src/Axis.cpp:495:38: style: Function 'AxisX' argument 1 names different: declaration 'mAsyncPanZoomController' definition 'aAsyncPanZoomController'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/Axis.h:298:42: note: Function 'AxisX' argument 1 names different: declaration 'mAsyncPanZoomController' definition 'aAsyncPanZoomController'.
firefox-62.0/gfx/layers/apz/src/Axis.cpp:495:38: note: Function 'AxisX' argument 1 names different: declaration 'mAsyncPanZoomController' definition 'aAsyncPanZoomController'.
firefox-62.0/gfx/layers/apz/src/Axis.cpp:549:38: style: Function 'AxisY' argument 1 names different: declaration 'mAsyncPanZoomController' definition 'aAsyncPanZoomController'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/Axis.h:312:42: note: Function 'AxisY' argument 1 names different: declaration 'mAsyncPanZoomController' definition 'aAsyncPanZoomController'.
firefox-62.0/gfx/layers/apz/src/Axis.cpp:549:38: note: Function 'AxisY' argument 1 names different: declaration 'mAsyncPanZoomController' definition 'aAsyncPanZoomController'.
firefox-62.0/gfx/layers/apz/src/CheckerboardEvent.h:56:12: style: Technically the member function 'mozilla::layers::CheckerboardEvent::GetPeak' can be const. [functionConst]
firefox-62.0/gfx/layers/apz/src/CheckerboardEvent.cpp:55:20: note: Technically the member function 'mozilla::layers::CheckerboardEvent::GetPeak' can be const.
firefox-62.0/gfx/layers/apz/src/CheckerboardEvent.h:56:12: note: Technically the member function 'mozilla::layers::CheckerboardEvent::GetPeak' can be const.
firefox-62.0/gfx/layers/apz/src/CheckerboardEvent.h:61:16: style: Technically the member function 'mozilla::layers::CheckerboardEvent::GetDuration' can be const. [functionConst]
firefox-62.0/gfx/layers/apz/src/CheckerboardEvent.cpp:61:20: note: Technically the member function 'mozilla::layers::CheckerboardEvent::GetDuration' can be const.
firefox-62.0/gfx/layers/apz/src/CheckerboardEvent.h:61:16: note: Technically the member function 'mozilla::layers::CheckerboardEvent::GetDuration' can be const.
firefox-62.0/gfx/layers/apz/src/CheckerboardEvent.h:68:15: style: Technically the member function 'mozilla::layers::CheckerboardEvent::GetLog' can be const. [functionConst]
firefox-62.0/gfx/layers/apz/src/CheckerboardEvent.cpp:67:20: note: Technically the member function 'mozilla::layers::CheckerboardEvent::GetLog' can be const.
firefox-62.0/gfx/layers/apz/src/CheckerboardEvent.h:68:15: note: Technically the member function 'mozilla::layers::CheckerboardEvent::GetLog' can be const.
firefox-62.0/gfx/layers/apz/src/CheckerboardEvent.h:74:8: style: Technically the member function 'mozilla::layers::CheckerboardEvent::IsRecordingTrace' can be const. [functionConst]
firefox-62.0/gfx/layers/apz/src/CheckerboardEvent.cpp:74:20: note: Technically the member function 'mozilla::layers::CheckerboardEvent::IsRecordingTrace' can be const.
firefox-62.0/gfx/layers/apz/src/CheckerboardEvent.h:74:8: note: Technically the member function 'mozilla::layers::CheckerboardEvent::IsRecordingTrace' can be const.
firefox-62.0/gfx/layers/apz/src/FocusState.cpp:39:44: style: Function 'IsCurrent' argument 1 names different: declaration 'aLock' definition 'aProofOfLock'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/FocusState.h:137:39: note: Function 'IsCurrent' argument 1 names different: declaration 'aLock' definition 'aProofOfLock'.
firefox-62.0/gfx/layers/apz/src/FocusState.cpp:39:44: note: Function 'IsCurrent' argument 1 names different: declaration 'aLock' definition 'aProofOfLock'.
firefox-62.0/gfx/layers/apz/src/FocusState.cpp:71:39: style: Function 'Update' argument 3 names different: declaration 'aTarget' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/FocusState.h:100:34: note: Function 'Update' argument 3 names different: declaration 'aTarget' definition 'aState'.
firefox-62.0/gfx/layers/apz/src/FocusState.cpp:71:39: note: Function 'Update' argument 3 names different: declaration 'aTarget' definition 'aState'.
firefox-62.0/gfx/layers/apz/src/GestureEventListener.h:156:20: style: Technically the member function 'mozilla::layers::GestureEventListener::GetYSpanFromGestureStartPoint' can be const. [functionConst]
firefox-62.0/gfx/layers/apz/src/GestureEventListener.cpp:55:40: note: Technically the member function 'mozilla::layers::GestureEventListener::GetYSpanFromGestureStartPoint' can be const.
firefox-62.0/gfx/layers/apz/src/GestureEventListener.h:156:20: note: Technically the member function 'mozilla::layers::GestureEventListener::GetYSpanFromGestureStartPoint' can be const.
firefox-62.0/gfx/layers/apz/src/HitTestingTreeNode.cpp:399:59: style: Function 'SetApzcParent' argument 1 names different: declaration 'aApzc' definition 'aParent'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/HitTestingTreeNode.h:153:46: note: Function 'SetApzcParent' argument 1 names different: declaration 'aApzc' definition 'aParent'.
firefox-62.0/gfx/layers/apz/src/HitTestingTreeNode.cpp:399:59: note: Function 'SetApzcParent' argument 1 names different: declaration 'aApzc' definition 'aParent'.
firefox-62.0/gfx/layers/apz/src/HitTestingTreeNode.h:77:8: style: Technically the member function 'mozilla::layers::HitTestingTreeNode::IsRecyclable' can be const. [functionConst]
firefox-62.0/gfx/layers/apz/src/HitTestingTreeNode.cpp:75:21: note: Technically the member function 'mozilla::layers::HitTestingTreeNode::IsRecyclable' can be const.
firefox-62.0/gfx/layers/apz/src/HitTestingTreeNode.h:77:8: note: Technically the member function 'mozilla::layers::HitTestingTreeNode::IsRecyclable' can be const.
firefox-62.0/gfx/layers/apz/src/HitTestingTreeNode.h:133:21: performance: Technically the member function 'mozilla::layers::HitTestingTreeNode::Untransform' can be static. [functionStatic]
firefox-62.0/gfx/layers/apz/src/HitTestingTreeNode.cpp:281:21: note: Technically the member function 'mozilla::layers::HitTestingTreeNode::Untransform' can be static.
firefox-62.0/gfx/layers/apz/src/HitTestingTreeNode.h:133:21: note: Technically the member function 'mozilla::layers::HitTestingTreeNode::Untransform' can be static.
firefox-62.0/gfx/layers/apz/src/HitTestingTreeNode.h:153:8: style: Technically the member function 'mozilla::layers::HitTestingTreeNode::SetApzcParent' can be const. [functionConst]
firefox-62.0/gfx/layers/apz/src/HitTestingTreeNode.cpp:399:21: note: Technically the member function 'mozilla::layers::HitTestingTreeNode::SetApzcParent' can be const.
firefox-62.0/gfx/layers/apz/src/HitTestingTreeNode.h:153:8: note: Technically the member function 'mozilla::layers::HitTestingTreeNode::SetApzcParent' can be const.
firefox-62.0/gfx/layers/apz/src/InputBlockState.cpp:292:50: style: Function 'DragBlockState' argument 3 names different: declaration 'aEvent' definition 'aInitialEvent'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/InputBlockState.h:312:36: note: Function 'DragBlockState' argument 3 names different: declaration 'aEvent' definition 'aInitialEvent'.
firefox-62.0/gfx/layers/apz/src/InputBlockState.cpp:292:50: note: Function 'DragBlockState' argument 3 names different: declaration 'aEvent' definition 'aInitialEvent'.
firefox-62.0/gfx/layers/apz/src/InputBlockState.cpp:349:58: style: Function 'WheelBlockState' argument 3 names different: declaration 'aEvent' definition 'aInitialEvent'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/InputBlockState.h:227:43: note: Function 'WheelBlockState' argument 3 names different: declaration 'aEvent' definition 'aInitialEvent'.
firefox-62.0/gfx/layers/apz/src/InputBlockState.cpp:349:58: note: Function 'WheelBlockState' argument 3 names different: declaration 'aEvent' definition 'aInitialEvent'.
firefox-62.0/gfx/layers/apz/src/InputBlockState.cpp:585:67: style: Function 'PanGestureBlockState' argument 3 names different: declaration 'aEvent' definition 'aInitialEvent'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/InputBlockState.h:342:47: note: Function 'PanGestureBlockState' argument 3 names different: declaration 'aEvent' definition 'aInitialEvent'.
firefox-62.0/gfx/layers/apz/src/InputBlockState.cpp:585:67: note: Function 'PanGestureBlockState' argument 3 names different: declaration 'aEvent' definition 'aInitialEvent'.
firefox-62.0/gfx/layers/apz/src/InputBlockState.cpp:686:48: style: Function 'TouchBlockState' argument 3 names different: declaration 'aTouchCounter' definition 'aCounter'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/InputBlockState.h:403:42: note: Function 'TouchBlockState' argument 3 names different: declaration 'aTouchCounter' definition 'aCounter'.
firefox-62.0/gfx/layers/apz/src/InputBlockState.cpp:686:48: note: Function 'TouchBlockState' argument 3 names different: declaration 'aTouchCounter' definition 'aCounter'.
firefox-62.0/gfx/layers/apz/src/InputQueue.cpp:555:36: style: Function 'IsDragOnScrollbar' argument 1 names different: declaration 'aOnScrollbar' definition 'aHitScrollbar'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/src/InputQueue.h:137:31: note: Function 'IsDragOnScrollbar' argument 1 names different: declaration 'aOnScrollbar' definition 'aHitScrollbar'.
firefox-62.0/gfx/layers/apz/src/InputQueue.cpp:555:36: note: Function 'IsDragOnScrollbar' argument 1 names different: declaration 'aOnScrollbar' definition 'aHitScrollbar'.
firefox-62.0/gfx/layers/apz/test/gtest/APZTestCommon.h:354:5: performance: Variable 'mcc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/apz/test/gtest/APZCTreeManagerTester.h:122:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/layers/apz/test/gtest/APZCTreeManagerTester.h:127:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/layers/apz/test/gtest/APZTestCommon.h:72:5: performance: Variable 'mOldVal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/apz/test/gtest/TestPinching.cpp:150:16: style: The function 'SetUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/layers/apz/test/gtest/APZCBasicTester.h:27:16: note: Virtual function in base class
firefox-62.0/gfx/layers/apz/test/gtest/TestPinching.cpp:150:16: note: Function in derived class
firefox-62.0/gfx/layers/apz/testutil/APZTestData.h:103:8: performance: Technically the member function 'mozilla::layers::APZTestData::LogTestDataImpl' can be static. [functionStatic]
firefox-62.0/gfx/layers/apz/util/APZCCallbackHelper.cpp:899:22: style: Opposite expression on both sides of '&&'. [oppositeExpression]
firefox-62.0/gfx/layers/apz/util/APZCCallbackHelper.cpp:899:22: note: Opposite expression on both sides of '&&'.
firefox-62.0/gfx/layers/apz/util/APZCCallbackHelper.cpp:899:22: note: Opposite expression on both sides of '&&'.
firefox-62.0/gfx/layers/apz/util/APZCCallbackHelper.cpp:915:20: style: Opposite expression on both sides of '&&'. [oppositeExpression]
firefox-62.0/gfx/layers/apz/util/APZCCallbackHelper.cpp:915:20: note: Opposite expression on both sides of '&&'.
firefox-62.0/gfx/layers/apz/util/APZCCallbackHelper.cpp:915:20: note: Opposite expression on both sides of '&&'.
firefox-62.0/gfx/layers/apz/util/APZEventState.cpp:267:61: style: Function 'ProcessLongTap' argument 1 names different: declaration 'aUtils' definition 'aPresShell'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/util/APZEventState.h:58:53: note: Function 'ProcessLongTap' argument 1 names different: declaration 'aUtils' definition 'aPresShell'.
firefox-62.0/gfx/layers/apz/util/APZEventState.cpp:267:61: note: Function 'ProcessLongTap' argument 1 names different: declaration 'aUtils' definition 'aPresShell'.
firefox-62.0/gfx/layers/apz/util/ActiveElementManager.h:28:1: style: The class 'ActiveElementManager' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/layers/apz/util/APZEventState.cpp:112:3: performance: Variable 'mWidget' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/apz/util/APZEventState.h:65:8: performance: Technically the member function 'mozilla::layers::APZEventState::ProcessLongTapUp' can be static. [functionStatic]
firefox-62.0/gfx/layers/apz/util/APZEventState.cpp:313:16: note: Technically the member function 'mozilla::layers::APZEventState::ProcessLongTapUp' can be static.
firefox-62.0/gfx/layers/apz/util/APZEventState.h:65:8: note: Technically the member function 'mozilla::layers::APZEventState::ProcessLongTapUp' can be static.
firefox-62.0/gfx/layers/apz/util/ActiveElementManager.h:85:8: performance: Technically the member function 'mozilla::layers::ActiveElementManager::SetActive' can be static. [functionStatic]
firefox-62.0/gfx/layers/apz/util/ActiveElementManager.cpp:161:23: note: Technically the member function 'mozilla::layers::ActiveElementManager::SetActive' can be static.
firefox-62.0/gfx/layers/apz/util/ActiveElementManager.h:85:8: note: Technically the member function 'mozilla::layers::ActiveElementManager::SetActive' can be static.
firefox-62.0/gfx/layers/apz/util/CheckerboardReportService.cpp:175:67: style: Function 'CheckerboardReportService' argument 1 names different: declaration 'aSupports' definition 'aParent'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/util/CheckerboardReportService.h:118:51: note: Function 'CheckerboardReportService' argument 1 names different: declaration 'aSupports' definition 'aParent'.
firefox-62.0/gfx/layers/apz/util/CheckerboardReportService.cpp:175:67: note: Function 'CheckerboardReportService' argument 1 names different: declaration 'aSupports' definition 'aParent'.
firefox-62.0/gfx/layers/apz/util/ContentProcessController.cpp:26:69: style: Function 'RequestContentRepaint' argument 1 names different: declaration 'frame' definition 'aFrameMetrics'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/apz/util/ContentProcessController.h:43:50: note: Function 'RequestContentRepaint' argument 1 names different: declaration 'frame' definition 'aFrameMetrics'.
firefox-62.0/gfx/layers/apz/util/ContentProcessController.cpp:26:69: note: Function 'RequestContentRepaint' argument 1 names different: declaration 'frame' definition 'aFrameMetrics'.
firefox-62.0/gfx/layers/basic/BasicImplData.h:94:8: performance: Technically the member function 'mozilla::layers::BasicImplData::IsHidden' can be static. [functionStatic]
firefox-62.0/gfx/layers/basic/BasicImplData.h:119:8: style: Technically the member function 'mozilla::layers::BasicImplData::GetClipToVisibleRegion' can be const. [functionConst]
firefox-62.0/gfx/layers/basic/BasicContainerLayer.cpp:97:31: style: Redundant condition: mUseIntermediateSurface. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
firefox-62.0/gfx/layers/basic/BasicLayerManager.cpp:81:67: style: Function 'PushGroupForLayer' argument 2 names different: declaration 'aLayerContext' definition 'aLayer'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/basic/BasicLayers.h:160:55: note: Function 'PushGroupForLayer' argument 2 names different: declaration 'aLayerContext' definition 'aLayer'.
firefox-62.0/gfx/layers/basic/BasicLayerManager.cpp:81:67: note: Function 'PushGroupForLayer' argument 2 names different: declaration 'aLayerContext' definition 'aLayer'.
firefox-62.0/gfx/layers/basic/BasicLayerManager.cpp:166:50: style: Function 'PopGroupForLayer' argument 1 names different: declaration 'aGroup' definition 'group'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/basic/BasicLayers.h:162:38: note: Function 'PopGroupForLayer' argument 1 names different: declaration 'aGroup' definition 'group'.
firefox-62.0/gfx/layers/basic/BasicLayerManager.cpp:166:50: note: Function 'PopGroupForLayer' argument 1 names different: declaration 'aGroup' definition 'group'.
firefox-62.0/gfx/layers/basic/BasicLayerManager.cpp:310:20: warning: Member variable 'BasicLayerManager::mCompositorMightResample' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/basic/BasicLayers.h:138:16: warning: Virtual function 'ClearCachedResources' is called from destructor '~BasicLayerManager()' at line 326. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/gfx/layers/basic/BasicLayerManager.cpp:326:3: note: Calling ClearCachedResources
firefox-62.0/gfx/layers/basic/BasicLayers.h:138:16: note: ClearCachedResources is a virtual method
firefox-62.0/gfx/layers/basic/AutoMaskData.h:46:8: style: Technically the member function 'mozilla::layers::AutoMoz2DMaskData::IsConstructed' can be const. [functionConst]
firefox-62.0/gfx/layers/basic/BasicPaintedLayer.cpp:68:30: style: Condition '!IsHidden()' is always true [knownConditionTrueFalse]
firefox-62.0/gfx/layers/basic/BasicPaintedLayer.cpp:127:7: style: Condition '!IsHidden()' is always true [knownConditionTrueFalse]
firefox-62.0/gfx/layers/basic/MacIOSurfaceTextureHostBasic.cpp:46:3: performance: Variable 'mSurface' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/client/CanvasClient.cpp:36:57: style: Function 'CreateCanvasClient' argument 2 names different: declaration 'aFwd' definition 'aForwarder'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/client/CanvasClient.h:55:79: note: Function 'CreateCanvasClient' argument 2 names different: declaration 'aFwd' definition 'aForwarder'.
firefox-62.0/gfx/layers/client/CanvasClient.cpp:36:57: note: Function 'CreateCanvasClient' argument 2 names different: declaration 'aFwd' definition 'aForwarder'.
firefox-62.0/gfx/layers/client/CanvasClient.cpp:69:50: style: Function 'UpdateFromTexture' argument 1 names different: declaration 'aBuffer' definition 'aTexture'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/client/CanvasClient.h:109:49: note: Function 'UpdateFromTexture' argument 1 names different: declaration 'aBuffer' definition 'aTexture'.
firefox-62.0/gfx/layers/client/CanvasClient.cpp:69:50: note: Function 'UpdateFromTexture' argument 1 names different: declaration 'aBuffer' definition 'aTexture'.
firefox-62.0/gfx/layers/client/ClientLayerManager.cpp:600:61: style: Function 'GetFrameUniformity' argument 1 names different: declaration 'aFrameUniformityData' definition 'aOutData'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/client/ClientLayerManager.h:193:56: note: Function 'GetFrameUniformity' argument 1 names different: declaration 'aFrameUniformityData' definition 'aOutData'.
firefox-62.0/gfx/layers/client/ClientLayerManager.cpp:600:61: note: Function 'GetFrameUniformity' argument 1 names different: declaration 'aFrameUniformityData' definition 'aOutData'.
firefox-62.0/gfx/layers/client/ClientLayerManager.cpp:893:47: style: Function 'GetBackendName' argument 1 names different: declaration 'name' definition 'aName'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/client/ClientLayerManager.h:94:42: note: Function 'GetBackendName' argument 1 names different: declaration 'name' definition 'aName'.
firefox-62.0/gfx/layers/client/ClientLayerManager.cpp:893:47: note: Function 'GetBackendName' argument 1 names different: declaration 'name' definition 'aName'.
firefox-62.0/gfx/layers/client/ClientLayerManager.cpp:94:21: warning: Member variable 'ClientLayerManager::mPaintedLayerCallbackData' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/client/ClientLayerManager.h:151:16: warning: Virtual function 'ClearCachedResources' is called from destructor '~ClientLayerManager()' at line 117. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/gfx/layers/client/ClientLayerManager.cpp:117:3: note: Calling ClearCachedResources
firefox-62.0/gfx/layers/client/ClientLayerManager.h:151:16: note: ClearCachedResources is a virtual method
firefox-62.0/gfx/layers/client/ClientTiledPaintedLayer.cpp:610:80: style: Function 'IsOptimizedFor' argument 1 names different: declaration 'aCreationHint' definition 'aHint'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/client/ClientTiledPaintedLayer.h:91:70: note: Function 'IsOptimizedFor' argument 1 names different: declaration 'aCreationHint' definition 'aHint'.
firefox-62.0/gfx/layers/client/ClientTiledPaintedLayer.cpp:610:80: note: Function 'IsOptimizedFor' argument 1 names different: declaration 'aCreationHint' definition 'aHint'.
firefox-62.0/gfx/layers/client/ImageClient.cpp:43:49: style: Function 'CreateImageClient' argument 1 names different: declaration 'aImageHostType' definition 'aCompositableHostType'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/client/ImageClient.h:46:75: note: Function 'CreateImageClient' argument 1 names different: declaration 'aImageHostType' definition 'aCompositableHostType'.
firefox-62.0/gfx/layers/client/ImageClient.cpp:43:49: note: Function 'CreateImageClient' argument 1 names different: declaration 'aImageHostType' definition 'aCompositableHostType'.
firefox-62.0/gfx/layers/client/ImageClient.cpp:44:55: style: Function 'CreateImageClient' argument 2 names different: declaration 'aFwd' definition 'aForwarder'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/client/ImageClient.h:47:77: note: Function 'CreateImageClient' argument 2 names different: declaration 'aFwd' definition 'aForwarder'.
firefox-62.0/gfx/layers/client/ImageClient.cpp:44:55: note: Function 'CreateImageClient' argument 2 names different: declaration 'aFwd' definition 'aForwarder'.
firefox-62.0/gfx/layers/client/TextureClient.cpp:1149:7: style: Condition 'data' is always false [knownConditionTrueFalse]
firefox-62.0/gfx/layers/client/TextureClient.cpp:1094:23: note: Assignment 'data=nullptr', assigned value is 0
firefox-62.0/gfx/layers/client/TextureClient.cpp:1149:7: note: Condition 'data' is always false
firefox-62.0/gfx/layers/client/TextureClient.cpp:1198:7: style: Condition 'data' is always false [knownConditionTrueFalse]
firefox-62.0/gfx/layers/client/TextureClient.cpp:1178:23: note: Assignment 'data=nullptr', assigned value is 0
firefox-62.0/gfx/layers/client/TextureClient.cpp:1198:7: note: Condition 'data' is always false
firefox-62.0/gfx/layers/client/TextureClient.cpp:838:3: style: Variable 'msgLoop' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/layers/client/TextureClient.cpp:837:0: note: Variable 'msgLoop' is reassigned a value before the old one has been used.
firefox-62.0/gfx/layers/client/TextureClient.cpp:838:3: note: Variable 'msgLoop' is reassigned a value before the old one has been used.
firefox-62.0/gfx/layers/client/TextureClient.cpp:91:1: style: The class 'TextureChild' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/layers/client/TextureClient.cpp:1499:19: warning: Virtual function 'ReadUnlock' is called from destructor '~ShmemTextureReadLock()' at line 1698. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/gfx/layers/client/TextureClient.cpp:1698:5: note: Calling ReadUnlock
firefox-62.0/gfx/layers/client/TextureClient.cpp:1499:19: note: ReadUnlock is a virtual method
firefox-62.0/gfx/layers/client/TextureClientPool.cpp:41:52: style: Function 'TextureClientPool' argument 1 names different: declaration 'aBackend' definition 'aLayersBackend'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/client/TextureClientPool.h:48:35: note: Function 'TextureClientPool' argument 1 names different: declaration 'aBackend' definition 'aLayersBackend'.
firefox-62.0/gfx/layers/client/TextureClientPool.cpp:41:52: note: Function 'TextureClientPool' argument 1 names different: declaration 'aBackend' definition 'aLayersBackend'.
firefox-62.0/gfx/layers/client/TextureClientPool.cpp:66:3: performance: Variable 'mShrinkTimer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/client/TextureClientPool.h:108:22: style: Technically the member function 'mozilla::layers::TextureClientPool::GetFormat' can be const. [functionConst]
firefox-62.0/gfx/layers/client/CompositableClient.h:175:8: style: Technically the member function 'mozilla::layers::CompositableClient::HasTextureClientRecycler' can be const. [functionConst]
firefox-62.0/gfx/layers/client/TextureClientRecycleAllocator.cpp:161:71: style: Function 'CreateOrRecycle' argument 5 names different: declaration 'flags' definition 'aAllocFlags'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/client/TextureClientRecycleAllocator.h:102:42: note: Function 'CreateOrRecycle' argument 5 names different: declaration 'flags' definition 'aAllocFlags'.
firefox-62.0/gfx/layers/client/TextureClientRecycleAllocator.cpp:161:71: note: Function 'CreateOrRecycle' argument 5 names different: declaration 'flags' definition 'aAllocFlags'.
firefox-62.0/gfx/layers/client/TextureClientRecycleAllocator.cpp:247:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/layers/client/TextureClientRecycleAllocator.cpp:34:8: style: Technically the member function 'mozilla::layers::TextureClientHolder::WillRecycle' can be const. [functionConst]
firefox-62.0/gfx/layers/client/TiledContentClient.cpp:408:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/layers/client/TiledContentClient.cpp:741:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/gfx/layers/composite/AsyncCompositionManager.cpp:111:8: style: The scope of the variable 'didResolvePlugins' can be reduced. [variableScope]
firefox-62.0/gfx/layers/composite/CompositableHost.h:195:8: style: Technically the member function 'mozilla::layers::CompositableHost::IsAttached' can be const. [functionConst]
firefox-62.0/gfx/layers/composite/LayerManagerComposite.h:581:9: style: Technically the member function 'mozilla::layers::HostLayer::GetShadowOpacity' can be const. [functionConst]
firefox-62.0/gfx/layers/composite/LayerManagerComposite.h:582:36: style: Technically the member function 'mozilla::layers::HostLayer::GetShadowClipRect' can be const. [functionConst]
firefox-62.0/gfx/layers/composite/LayerManagerComposite.h:584:25: style: Technically the member function 'mozilla::layers::HostLayer::GetShadowBaseTransform' can be const. [functionConst]
firefox-62.0/gfx/layers/composite/LayerManagerComposite.h:586:8: style: Technically the member function 'mozilla::layers::HostLayer::GetShadowTransformSetByAnimation' can be const. [functionConst]
firefox-62.0/gfx/layers/composite/LayerManagerComposite.h:587:8: style: Technically the member function 'mozilla::layers::HostLayer::GetShadowOpacitySetByAnimation' can be const. [functionConst]
firefox-62.0/gfx/layers/composite/LayerManagerComposite.h:677:8: style: Technically the member function 'mozilla::layers::LayerComposite::HasLayerBeenComposited' can be const. [functionConst]
firefox-62.0/gfx/layers/composite/LayerManagerComposite.h:678:16: style: Technically the member function 'mozilla::layers::LayerComposite::GetClearRect' can be const. [functionConst]
firefox-62.0/gfx/layers/composite/CanvasLayerComposite.h:49:16: warning: Virtual function 'CleanupResources' is called from destructor '~CanvasLayerComposite()' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/gfx/layers/composite/CanvasLayerComposite.cpp:40:3: note: Calling CleanupResources
firefox-62.0/gfx/layers/composite/CanvasLayerComposite.h:49:16: note: CleanupResources is a virtual method
firefox-62.0/gfx/layers/composite/ColorLayerComposite.h:49:16: warning: Virtual function 'Destroy' is called from destructor '~ColorLayerComposite()' at line 36. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/gfx/layers/composite/ColorLayerComposite.h:36:5: note: Calling Destroy
firefox-62.0/gfx/layers/composite/ColorLayerComposite.h:49:16: note: Destroy is a virtual method
firefox-62.0/gfx/layers/composite/TiledContentHost.h:65:3: warning: Member variable 'TileHost::mFadeStart' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/composite/TiledContentHost.h:72:13: warning: Member variable 'TileHost::mFadeStart' is not assigned a value in 'TileHost::operator='. [operatorEqVarError]
firefox-62.0/gfx/layers/composite/TiledContentHost.h:66:5: performance: Variable 'mTextureHost' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/composite/TiledContentHost.h:67:5: performance: Variable 'mTextureHostOnWhite' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/composite/TiledContentHost.h:68:5: performance: Variable 'mTextureSource' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/composite/TiledContentHost.h:69:5: performance: Variable 'mTextureSourceOnWhite' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/composite/TiledContentHost.h:70:5: performance: Variable 'mTileCoord' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/composite/ContentHost.h:61:8: style: Technically the member function 'mozilla::layers::ContentHost::PaintWillResample' can be const. [functionConst]
firefox-62.0/gfx/layers/composite/TiledContentHost.h:93:8: performance: Technically the member function 'mozilla::layers::TileHost::Dump' can be static. [functionStatic]
firefox-62.0/gfx/layers/composite/TiledContentHost.h:274:8: performance: Technically the member function 'mozilla::layers::TiledContentHost::EnsureTileStore' can be static. [functionStatic]
firefox-62.0/gfx/layers/composite/CompositorScreenshotGrabber.h:47:8: performance: Technically the member function 'mozilla::layers::CompositorScreenshotGrabber::NotifyEmptyFrame' can be static. [functionStatic]
firefox-62.0/gfx/layers/composite/CompositorScreenshotGrabber.cpp:99:30: note: Technically the member function 'mozilla::layers::CompositorScreenshotGrabber::NotifyEmptyFrame' can be static.
firefox-62.0/gfx/layers/composite/CompositorScreenshotGrabber.h:47:8: note: Technically the member function 'mozilla::layers::CompositorScreenshotGrabber::NotifyEmptyFrame' can be static.
firefox-62.0/gfx/layers/composite/FPSCounter.cpp:177:48: style: Function 'BuildHistogram' argument 1 names different: declaration 'aHistogram' definition 'aFpsData'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/composite/FPSCounter.h:79:48: note: Function 'BuildHistogram' argument 1 names different: declaration 'aHistogram' definition 'aFpsData'.
firefox-62.0/gfx/layers/composite/FPSCounter.cpp:177:48: note: Function 'BuildHistogram' argument 1 names different: declaration 'aHistogram' definition 'aFpsData'.
firefox-62.0/gfx/layers/composite/FPSCounter.cpp:318:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/layers/composite/FPSCounter.h:67:13: style: Technically the member function 'mozilla::layers::FPSCounter::CapturedFullInterval' can be const. [functionConst]
firefox-62.0/gfx/layers/composite/FPSCounter.cpp:51:13: note: Technically the member function 'mozilla::layers::FPSCounter::CapturedFullInterval' can be const.
firefox-62.0/gfx/layers/composite/FPSCounter.h:67:13: note: Technically the member function 'mozilla::layers::FPSCounter::CapturedFullInterval' can be const.
firefox-62.0/gfx/layers/composite/FPSCounter.h:73:13: style: Technically the member function 'mozilla::layers::FPSCounter::GetLatestReadIndex' can be const. [functionConst]
firefox-62.0/gfx/layers/composite/FPSCounter.cpp:82:13: note: Technically the member function 'mozilla::layers::FPSCounter::GetLatestReadIndex' can be const.
firefox-62.0/gfx/layers/composite/FPSCounter.h:73:13: note: Technically the member function 'mozilla::layers::FPSCounter::GetLatestReadIndex' can be const.
firefox-62.0/gfx/layers/composite/FPSCounter.h:81:13: performance: Technically the member function 'mozilla::layers::FPSCounter::GetMean' can be static. [functionStatic]
firefox-62.0/gfx/layers/composite/FPSCounter.cpp:244:13: note: Technically the member function 'mozilla::layers::FPSCounter::GetMean' can be static.
firefox-62.0/gfx/layers/composite/FPSCounter.h:81:13: note: Technically the member function 'mozilla::layers::FPSCounter::GetMean' can be static.
firefox-62.0/gfx/layers/composite/ImageComposite.h:27:4: warning: Class 'ImageComposite' which has virtual members does not have a virtual destructor. [virtualDestructor]
firefox-62.0/gfx/layers/composite/ImageLayerComposite.h:52:16: warning: Virtual function 'CleanupResources' is called from destructor '~ImageLayerComposite()' at line 47. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/gfx/layers/composite/ImageLayerComposite.cpp:47:3: note: Calling CleanupResources
firefox-62.0/gfx/layers/composite/ImageLayerComposite.h:52:16: note: CleanupResources is a virtual method
firefox-62.0/gfx/layers/composite/LayerManagerComposite.cpp:1360:74: style: Function 'AutoAddMaskEffect' argument 2 names different: declaration 'aEffect' definition 'aEffects'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/composite/LayerManagerComposite.h:357:36: note: Function 'AutoAddMaskEffect' argument 2 names different: declaration 'aEffect' definition 'aEffects'.
firefox-62.0/gfx/layers/composite/LayerManagerComposite.cpp:1360:74: note: Function 'AutoAddMaskEffect' argument 2 names different: declaration 'aEffect' definition 'aEffects'.
firefox-62.0/gfx/layers/composite/LayerManagerComposite.cpp:156:3: performance: Variable 'mTextRenderer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/composite/LayerManagerComposite.h:259:16: warning: Virtual function 'Destroy' is called from destructor '~LayerManagerComposite()' at line 167. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/gfx/layers/composite/LayerManagerComposite.cpp:167:3: note: Calling Destroy
firefox-62.0/gfx/layers/composite/LayerManagerComposite.h:259:16: note: Destroy is a virtual method
firefox-62.0/gfx/layers/composite/LayerManagerComposite.cpp:1274:16: warning: Virtual function 'Destroy' is called from destructor '~BorderLayerComposite()' at line 1261. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/gfx/layers/composite/LayerManagerComposite.cpp:1261:5: note: Calling Destroy
firefox-62.0/gfx/layers/composite/LayerManagerComposite.cpp:1274:16: note: Destroy is a virtual method
firefox-62.0/gfx/layers/composite/PaintCounter.h:26:1: style: The class 'PaintCounter' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/layers/composite/PaintedLayerComposite.h:54:16: warning: Virtual function 'CleanupResources' is called from destructor '~PaintedLayerComposite()' at line 45. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/gfx/layers/composite/PaintedLayerComposite.cpp:45:3: note: Calling CleanupResources
firefox-62.0/gfx/layers/composite/PaintedLayerComposite.h:54:16: note: CleanupResources is a virtual method
firefox-62.0/gfx/layers/composite/TextRenderer.cpp:225:3: style: Variable 'png_ptr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/gfx/layers/composite/TextRenderer.cpp:224:0: note: Variable 'png_ptr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/layers/composite/TextRenderer.cpp:225:3: note: Variable 'png_ptr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/layers/composite/TextRenderer.cpp:229:3: style: Variable 'info_ptr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/gfx/layers/composite/TextRenderer.cpp:228:0: note: Variable 'info_ptr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/layers/composite/TextRenderer.cpp:229:3: note: Variable 'info_ptr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/layers/opengl/OGLShaderProgram.h:96:5: portability: Using memset() on union which contains a floating point number. [memsetClassFloat]
firefox-62.0/gfx/layers/composite/TextureHost.cpp:115:56: style: Function 'CreateIPDLActor' argument 3 names different: declaration 'aDescriptor' definition 'aReadLock'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/composite/TextureHost.h:552:68: note: Function 'CreateIPDLActor' argument 3 names different: declaration 'aDescriptor' definition 'aReadLock'.
firefox-62.0/gfx/layers/composite/TextureHost.cpp:115:56: note: Function 'CreateIPDLActor' argument 3 names different: declaration 'aDescriptor' definition 'aReadLock'.
firefox-62.0/gfx/layers/composite/TextureHost.cpp:501:62: style: Function 'BufferTextureHost' argument 1 names different: declaration 'aDescriptor' definition 'aDesc'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/composite/TextureHost.h:710:45: note: Function 'BufferTextureHost' argument 1 names different: declaration 'aDescriptor' definition 'aDesc'.
firefox-62.0/gfx/layers/composite/TextureHost.cpp:501:62: note: Function 'BufferTextureHost' argument 1 names different: declaration 'aDescriptor' definition 'aDesc'.
firefox-62.0/gfx/layers/composite/TextureHost.cpp:1232:48: style: Function 'TextureParent' argument 1 names different: declaration 'aAllocator' definition 'aSurfaceAllocator'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/composite/TextureHost.cpp:72:44: note: Function 'TextureParent' argument 1 names different: declaration 'aAllocator' definition 'aSurfaceAllocator'.
firefox-62.0/gfx/layers/composite/TextureHost.cpp:1232:48: note: Function 'TextureParent' argument 1 names different: declaration 'aAllocator' definition 'aSurfaceAllocator'.
firefox-62.0/gfx/layers/composite/TextureHost.cpp:1257:42: style: Function 'Init' argument 3 names different: declaration 'aLayersBackend' definition 'aBackend'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/composite/TextureHost.cpp:78:34: note: Function 'Init' argument 3 names different: declaration 'aLayersBackend' definition 'aBackend'.
firefox-62.0/gfx/layers/composite/TextureHost.cpp:1257:42: note: Function 'Init' argument 3 names different: declaration 'aLayersBackend' definition 'aBackend'.
firefox-62.0/gfx/layers/composite/TextureHost.cpp:1293:46: style: Function 'ReceivedDestroy' argument 1 names different: declaration 'actor' definition 'aActor'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/composite/TextureHost.h:564:47: note: Function 'ReceivedDestroy' argument 1 names different: declaration 'actor' definition 'aActor'.
firefox-62.0/gfx/layers/composite/TextureHost.cpp:1293:46: note: Function 'ReceivedDestroy' argument 1 names different: declaration 'actor' definition 'aActor'.
firefox-62.0/gfx/layers/composite/TextureHost.h:912:12: warning: Member variable 'CompositingRenderTarget::mZNear' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/composite/TextureHost.h:912:12: warning: Member variable 'CompositingRenderTarget::mZFar' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/composite/TextureHost.h:912:12: warning: Member variable 'CompositingRenderTarget::mEnableDepthBuffer' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/composite/TextureHost.cpp:508:3: performance: Variable 'mDescriptor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/composite/TextureHost.h:874:8: style: Technically the member function 'mozilla::layers::AutoLockTextureHost::Failed' can be const. [functionConst]
firefox-62.0/gfx/layers/composite/TextureHost.h:897:8: style: Technically the member function 'mozilla::layers::AutoLockTextureHostWithoutCompositor::Failed' can be const. [functionConst]
firefox-62.0/gfx/layers/composite/TiledContentHost.cpp:273:67: style: Function 'UseTiles' argument 1 names different: declaration 'aTileDescriptors' definition 'aTiles'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/composite/TiledContentHost.h:131:47: note: Function 'UseTiles' argument 1 names different: declaration 'aTileDescriptors' definition 'aTiles'.
firefox-62.0/gfx/layers/composite/TiledContentHost.cpp:273:67: note: Function 'UseTiles' argument 1 names different: declaration 'aTileDescriptors' definition 'aTiles'.
firefox-62.0/gfx/layers/composite/X11TextureHost.cpp:24:3: performance: Variable 'mSurface' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/d3d11/TextureD3D11.h:199:52: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn]
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.cpp:155:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.cpp:1164:39: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.cpp:1442:4: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.cpp:1452:4: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.cpp:453:59: style: Function 'SetRenderTarget' argument 1 names different: declaration 'aSurface' definition 'aRenderTarget'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.h:58:57: note: Function 'SetRenderTarget' argument 1 names different: declaration 'aSurface' definition 'aRenderTarget'.
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.cpp:453:59: note: Function 'SetRenderTarget' argument 1 names different: declaration 'aSurface' definition 'aRenderTarget'.
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.cpp:624:62: style: Function 'Draw' argument 1 names different: declaration 'aGeometry' definition 'aTriangles'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.h:190:52: note: Function 'Draw' argument 1 names different: declaration 'aGeometry' definition 'aTriangles'.
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.cpp:624:62: note: Function 'Draw' argument 1 names different: declaration 'aGeometry' definition 'aTriangles'.
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.cpp:645:40: style: Function 'Draw' argument 1 names different: declaration 'aGeometry' definition 'aRect'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.h:193:30: note: Function 'Draw' argument 1 names different: declaration 'aGeometry' definition 'aRect'.
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.cpp:645:40: note: Function 'Draw' argument 1 names different: declaration 'aGeometry' definition 'aRect'.
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.cpp:672:46: style: Function 'GetVSForGeometry' argument 2 names different: declaration 'aUseBlendShader' definition 'aUseBlendShaders'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.h:201:51: note: Function 'GetVSForGeometry' argument 2 names different: declaration 'aUseBlendShader' definition 'aUseBlendShaders'.
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.cpp:672:46: note: Function 'GetVSForGeometry' argument 2 names different: declaration 'aUseBlendShader' definition 'aUseBlendShaders'.
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.cpp:682:46: style: Function 'GetVSForGeometry' argument 2 names different: declaration 'aUseBlendShader' definition 'aUseBlendShaders'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.h:205:51: note: Function 'GetVSForGeometry' argument 2 names different: declaration 'aUseBlendShader' definition 'aUseBlendShaders'.
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.cpp:682:46: note: Function 'GetVSForGeometry' argument 2 names different: declaration 'aUseBlendShader' definition 'aUseBlendShaders'.
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.cpp:61:18: warning: Member variable 'CompositorD3D11::mVSConstants' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/d3d11/CompositorD3D11.cpp:61:18: warning: Member variable 'CompositorD3D11::mPSConstants' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/d3d11/DeviceAttachmentsD3D11.h:103:8: performance: Technically the member function 'mozilla::layers::DeviceAttachmentsD3D11::Failed' can be static. [functionStatic]
firefox-62.0/gfx/layers/d3d11/DeviceAttachmentsD3D11.cpp:306:25: note: Technically the member function 'mozilla::layers::DeviceAttachmentsD3D11::Failed' can be static.
firefox-62.0/gfx/layers/d3d11/DeviceAttachmentsD3D11.h:103:8: note: Technically the member function 'mozilla::layers::DeviceAttachmentsD3D11::Failed' can be static.
firefox-62.0/gfx/layers/d3d11/MLGDeviceD3D11.cpp:1457:48: style: Function 'SetVertexShader' argument 1 names different: declaration 'aVertexShader' definition 'aShader'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/d3d11/MLGDeviceD3D11.h:209:39: note: Function 'SetVertexShader' argument 1 names different: declaration 'aVertexShader' definition 'aShader'.
firefox-62.0/gfx/layers/d3d11/MLGDeviceD3D11.cpp:1457:48: note: Function 'SetVertexShader' argument 1 names different: declaration 'aVertexShader' definition 'aShader'.
firefox-62.0/gfx/layers/d3d11/MLGDeviceD3D11.cpp:1488:46: style: Function 'SetPixelShader' argument 1 names different: declaration 'aPixelShader' definition 'aShader'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/d3d11/MLGDeviceD3D11.h:210:37: note: Function 'SetPixelShader' argument 1 names different: declaration 'aPixelShader' definition 'aShader'.
firefox-62.0/gfx/layers/d3d11/MLGDeviceD3D11.cpp:1488:46: note: Function 'SetPixelShader' argument 1 names different: declaration 'aPixelShader' definition 'aShader'.
firefox-62.0/gfx/layers/d3d11/MLGDeviceD3D11.cpp:1500:61: style: Function 'SetSamplerMode' argument 2 names different: declaration 'aSamplerMode' definition 'aMode'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/d3d11/MLGDeviceD3D11.h:211:52: note: Function 'SetSamplerMode' argument 2 names different: declaration 'aSamplerMode' definition 'aMode'.
firefox-62.0/gfx/layers/d3d11/MLGDeviceD3D11.cpp:1500:61: note: Function 'SetSamplerMode' argument 2 names different: declaration 'aSamplerMode' definition 'aMode'.
firefox-62.0/gfx/layers/d3d11/MLGDeviceD3D11.cpp:1507:45: style: Function 'SetBlendState' argument 1 names different: declaration 'aBlendState' definition 'aState'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/d3d11/MLGDeviceD3D11.h:212:36: note: Function 'SetBlendState' argument 1 names different: declaration 'aBlendState' definition 'aState'.
firefox-62.0/gfx/layers/d3d11/MLGDeviceD3D11.cpp:1507:45: note: Function 'SetBlendState' argument 1 names different: declaration 'aBlendState' definition 'aState'.
firefox-62.0/gfx/layers/d3d11/MLGDeviceD3D11.cpp:1688:62: style: Function 'ResolveTextureSourceForShader' argument 1 names different: declaration 'aSource' definition 'aTexture'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/d3d11/MLGDeviceD3D11.h:285:74: note: Function 'ResolveTextureSourceForShader' argument 1 names different: declaration 'aSource' definition 'aTexture'.
firefox-62.0/gfx/layers/d3d11/MLGDeviceD3D11.cpp:1688:62: note: Function 'ResolveTextureSourceForShader' argument 1 names different: declaration 'aSource' definition 'aTexture'.
firefox-62.0/gfx/layers/d3d11/TextureD3D11.cpp:418:47: style: Function 'Serialize' argument 1 names different: declaration 'aOutDescrptor' definition 'aOutDescriptor'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/d3d11/TextureD3D11.h:48:45: note: Function 'Serialize' argument 1 names different: declaration 'aOutDescrptor' definition 'aOutDescriptor'.
firefox-62.0/gfx/layers/d3d11/TextureD3D11.cpp:418:47: note: Function 'Serialize' argument 1 names different: declaration 'aOutDescrptor' definition 'aOutDescriptor'.
firefox-62.0/gfx/layers/d3d11/TextureD3D11.cpp:650:47: warning: Function 'Create' argument order different: declaration 'aTextureCb, aTextureY, aTextureCr, aSize, aSizeY, aSizeCbCr, aYUVColorSpace' definition 'aTextureY, aTextureCb, aTextureCr, aSize, aSizeY, aSizeCbCr, aYUVColorSpace' [funcArgOrderDifferent]
firefox-62.0/gfx/layers/d3d11/TextureD3D11.h:151:27: note: Function 'Create' argument order different: declaration 'aTextureCb, aTextureY, aTextureCr, aSize, aSizeY, aSizeCbCr, aYUVColorSpace' definition 'aTextureY, aTextureCb, aTextureCr, aSize, aSizeY, aSizeCbCr, aYUVColorSpace'
firefox-62.0/gfx/layers/d3d11/TextureD3D11.cpp:650:47: note: Function 'Create' argument order different: declaration 'aTextureCb, aTextureY, aTextureCr, aSize, aSizeY, aSizeCbCr, aYUVColorSpace' definition 'aTextureY, aTextureCb, aTextureCr, aSize, aSizeY, aSizeCbCr, aYUVColorSpace'
firefox-62.0/gfx/layers/d3d11/TextureD3D11.cpp:209:25: warning: Member variable 'DataTextureSourceD3D11::mCurrentTile' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/d3d11/TextureD3D11.cpp:209:25: warning: Member variable 'DataTextureSourceD3D11::mIsTiled' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/d3d11/TextureD3D11.cpp:209:25: warning: Member variable 'DataTextureSourceD3D11::mIterating' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/d3d11/TextureD3D11.cpp:209:25: warning: Member variable 'DataTextureSourceD3D11::mAllowTextureUploads' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/d3d11/TextureD3D11.cpp:214:25: warning: Member variable 'DataTextureSourceD3D11::mCurrentTile' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/d3d11/TextureD3D11.cpp:214:25: warning: Member variable 'DataTextureSourceD3D11::mIsTiled' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/d3d11/TextureD3D11.cpp:214:25: warning: Member variable 'DataTextureSourceD3D11::mIterating' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/d3d11/TextureD3D11.cpp:214:25: warning: Member variable 'DataTextureSourceD3D11::mAllowTextureUploads' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/d3d11/TextureD3D11.cpp:138:3: performance: Variable 'mMutex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/ipc/APZCTreeManagerChild.cpp:32:34: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
firefox-62.0/gfx/layers/ipc/CrossProcessCompositorBridgeParent.cpp:280:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/layers/ipc/ISurfaceAllocator.h:107:8: performance: Technically the member function 'mozilla::layers::ISurfaceAllocator::Finalize' can be static. [functionStatic]
firefox-62.0/gfx/layers/ipc/ISurfaceAllocator.h:151:8: style: Technically the member function 'mozilla::layers::HostIPCAllocator::IsAboutToSendAsyncMessages' can be const. [functionConst]
firefox-62.0/gfx/layers/ipc/ImageBridgeChild.cpp:1060:14: warning: Either the condition '!aTexture' is redundant or there is possible null pointer dereference: aTexture. [nullPointerRedundantCheck]
firefox-62.0/gfx/layers/ipc/ImageBridgeChild.cpp:1062:7: note: Assuming that condition '!aTexture' is not redundant
firefox-62.0/gfx/layers/ipc/ImageBridgeChild.cpp:1060:14: note: Null pointer dereference
firefox-62.0/gfx/layers/ipc/ImageBridgeChild.cpp:146:60: style: Function 'UseComponentAlphaTextures' argument 2 names different: declaration 'aClientOnBlack' definition 'aTextureOnBlack'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/ipc/ImageBridgeChild.h:271:57: note: Function 'UseComponentAlphaTextures' argument 2 names different: declaration 'aClientOnBlack' definition 'aTextureOnBlack'.
firefox-62.0/gfx/layers/ipc/ImageBridgeChild.cpp:146:60: note: Function 'UseComponentAlphaTextures' argument 2 names different: declaration 'aClientOnBlack' definition 'aTextureOnBlack'.
firefox-62.0/gfx/layers/ipc/ImageBridgeChild.cpp:147:60: style: Function 'UseComponentAlphaTextures' argument 3 names different: declaration 'aClientOnWhite' definition 'aTextureOnWhite'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/ipc/ImageBridgeChild.h:272:57: note: Function 'UseComponentAlphaTextures' argument 3 names different: declaration 'aClientOnWhite' definition 'aTextureOnWhite'.
firefox-62.0/gfx/layers/ipc/ImageBridgeChild.cpp:147:60: note: Function 'UseComponentAlphaTextures' argument 3 names different: declaration 'aClientOnWhite' definition 'aTextureOnWhite'.
firefox-62.0/gfx/layers/ipc/ImageBridgeChild.cpp:386:66: style: Function 'UpdateAsyncCanvasRenderer' argument 1 names different: declaration 'aClient' definition 'aWrapper'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/ipc/ImageBridgeChild.h:208:55: note: Function 'UpdateAsyncCanvasRenderer' argument 1 names different: declaration 'aClient' definition 'aWrapper'.
firefox-62.0/gfx/layers/ipc/ImageBridgeChild.cpp:386:66: note: Function 'UpdateAsyncCanvasRenderer' argument 1 names different: declaration 'aClient' definition 'aWrapper'.
firefox-62.0/gfx/layers/ipc/ImageBridgeChild.cpp:408:69: style: Function 'UpdateAsyncCanvasRendererNow' argument 1 names different: declaration 'aClient' definition 'aWrapper'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/ipc/ImageBridgeChild.h:242:58: note: Function 'UpdateAsyncCanvasRendererNow' argument 1 names different: declaration 'aClient' definition 'aWrapper'.
firefox-62.0/gfx/layers/ipc/ImageBridgeChild.cpp:408:69: note: Function 'UpdateAsyncCanvasRendererNow' argument 1 names different: declaration 'aClient' definition 'aWrapper'.
firefox-62.0/gfx/layers/ipc/ImageBridgeChild.cpp:810:54: style: Function 'CreateCanvasClientNow' argument 2 names different: declaration 'aFlags' definition 'aFlag'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/ipc/ImageBridgeChild.h:229:18: note: Function 'CreateCanvasClientNow' argument 2 names different: declaration 'aFlags' definition 'aFlag'.
firefox-62.0/gfx/layers/ipc/ImageBridgeChild.cpp:810:54: note: Function 'CreateCanvasClientNow' argument 2 names different: declaration 'aFlags' definition 'aFlag'.
firefox-62.0/gfx/layers/ipc/ImageBridgeParent.cpp:339:8: performance: Technically the member function 'mozilla::layers::ProcessIdComparator::Equals' can be static. [functionStatic]
firefox-62.0/gfx/layers/ipc/ImageBridgeParent.cpp:344:8: performance: Technically the member function 'mozilla::layers::ProcessIdComparator::LessThan' can be static. [functionStatic]
firefox-62.0/gfx/layers/ipc/LayerTransactionParent.cpp:747:61: style: Function 'RecvGetTransform' argument 1 names different: declaration 'aHandle' definition 'aLayerHandle'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/ipc/LayerTransactionParent.h:128:63: note: Function 'RecvGetTransform' argument 1 names different: declaration 'aHandle' definition 'aLayerHandle'.
firefox-62.0/gfx/layers/ipc/LayerTransactionParent.cpp:747:61: note: Function 'RecvGetTransform' argument 1 names different: declaration 'aHandle' definition 'aLayerHandle'.
firefox-62.0/gfx/layers/ipc/LayerTransactionParent.cpp:799:78: style: Function 'RecvSetAsyncScrollOffset' argument 1 names different: declaration 'aId' definition 'aScrollID'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/ipc/LayerTransactionParent.h:130:80: note: Function 'RecvSetAsyncScrollOffset' argument 1 names different: declaration 'aId' definition 'aScrollID'.
firefox-62.0/gfx/layers/ipc/LayerTransactionParent.cpp:799:78: note: Function 'RecvSetAsyncScrollOffset' argument 1 names different: declaration 'aId' definition 'aScrollID'.
firefox-62.0/gfx/layers/ipc/LayerTransactionParent.cpp:811:70: style: Function 'RecvSetAsyncZoom' argument 1 names different: declaration 'aId' definition 'aScrollID'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/ipc/LayerTransactionParent.h:132:72: note: Function 'RecvSetAsyncZoom' argument 1 names different: declaration 'aId' definition 'aScrollID'.
firefox-62.0/gfx/layers/ipc/LayerTransactionParent.cpp:811:70: note: Function 'RecvSetAsyncZoom' argument 1 names different: declaration 'aId' definition 'aScrollID'.
firefox-62.0/gfx/layers/ipc/LayerTransactionParent.cpp:854:37: style: Function 'Attach' argument 3 names different: declaration 'aIsAsyncVideo' definition 'aIsAsync'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/ipc/LayerTransactionParent.h:155:68: note: Function 'Attach' argument 3 names different: declaration 'aIsAsyncVideo' definition 'aIsAsync'.
firefox-62.0/gfx/layers/ipc/LayerTransactionParent.cpp:854:37: note: Function 'Attach' argument 3 names different: declaration 'aIsAsyncVideo' definition 'aIsAsync'.
firefox-62.0/gfx/layers/ipc/LayerTransactionParent.cpp:1009:52: style: Function 'AsLayer' argument 1 names different: declaration 'aLayer' definition 'aHandle'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/ipc/LayerTransactionParent.h:153:37: note: Function 'AsLayer' argument 1 names different: declaration 'aLayer' definition 'aHandle'.
firefox-62.0/gfx/layers/ipc/LayerTransactionParent.cpp:1009:52: note: Function 'AsLayer' argument 1 names different: declaration 'aLayer' definition 'aHandle'.
firefox-62.0/gfx/layers/ipc/ShadowLayerUtilsX11.h:49:36: performance: Technically the member function 'mozilla::layers::SurfaceDescriptorX11::OpenForeign' can be static. [functionStatic]
firefox-62.0/gfx/layers/ipc/ShadowLayerUtilsX11.cpp:91:23: note: Technically the member function 'mozilla::layers::SurfaceDescriptorX11::OpenForeign' can be static.
firefox-62.0/gfx/layers/ipc/ShadowLayerUtilsX11.h:49:36: note: Technically the member function 'mozilla::layers::SurfaceDescriptorX11::OpenForeign' can be static.
firefox-62.0/gfx/layers/ipc/ShadowLayers.cpp:326:59: style: Function 'CreatedBorderLayer' argument 1 names different: declaration 'aRef' definition 'aBorder'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/ipc/ShadowLayers.h:180:44: note: Function 'CreatedBorderLayer' argument 1 names different: declaration 'aRef' definition 'aBorder'.
firefox-62.0/gfx/layers/ipc/ShadowLayers.cpp:326:59: note: Function 'CreatedBorderLayer' argument 1 names different: declaration 'aRef' definition 'aBorder'.
firefox-62.0/gfx/layers/ipc/ShadowLayers.cpp:493:64: style: Function 'UseComponentAlphaTextures' argument 2 names different: declaration 'aClientOnBlack' definition 'aTextureOnBlack'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/ipc/ShadowLayers.h:243:57: note: Function 'UseComponentAlphaTextures' argument 2 names different: declaration 'aClientOnBlack' definition 'aTextureOnBlack'.
firefox-62.0/gfx/layers/ipc/ShadowLayers.cpp:493:64: note: Function 'UseComponentAlphaTextures' argument 2 names different: declaration 'aClientOnBlack' definition 'aTextureOnBlack'.
firefox-62.0/gfx/layers/ipc/ShadowLayers.cpp:494:64: style: Function 'UseComponentAlphaTextures' argument 3 names different: declaration 'aClientOnWhite' definition 'aTextureOnWhite'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/ipc/ShadowLayers.h:244:57: note: Function 'UseComponentAlphaTextures' argument 3 names different: declaration 'aClientOnWhite' definition 'aTextureOnWhite'.
firefox-62.0/gfx/layers/ipc/ShadowLayers.cpp:494:64: note: Function 'UseComponentAlphaTextures' argument 3 names different: declaration 'aClientOnWhite' definition 'aTextureOnWhite'.
firefox-62.0/gfx/layers/ipc/ShadowLayers.cpp:222:3: style: Class 'ShadowLayerForwarder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/gfx/layers/ipc/ShadowLayers.cpp:222:3: style: Class 'ShadowLayerForwarder' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/gfx/layers/ipc/UiCompositorControllerParent.cpp:72:66: warning: Function 'RecvResumeAndResize' argument order different: declaration 'aHeight, aWidth' definition 'aWidth, aHeight' [funcArgOrderDifferent]
firefox-62.0/gfx/layers/ipc/UiCompositorControllerParent.h:32:62: note: Function 'RecvResumeAndResize' argument order different: declaration 'aHeight, aWidth' definition 'aWidth, aHeight'
firefox-62.0/gfx/layers/ipc/UiCompositorControllerParent.cpp:72:66: note: Function 'RecvResumeAndResize' argument order different: declaration 'aHeight, aWidth' definition 'aWidth, aHeight'
firefox-62.0/gfx/layers/ipc/VideoBridgeParent.cpp:24:3: performance: Variable 'mCompositorThreadRef' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/mlgpu/MLGDevice.h:239:1: style: The class 'MLGDevice' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/layers/mlgpu/ShaderDefinitionsMLGPU.h:61:12: warning: Member variable 'ClearConstants::padding' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/mlgpu/ShaderDefinitionsMLGPU.h:82:3: warning: Member variable 'MaskInformation::padding' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/mlgpu/LayerMLGPU.h:107:3: style: Class 'LayerMLGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/layers/mlgpu/ContainerLayerMLGPU.cpp:22:22: warning: Member variable 'ContainerLayerMLGPU::mView' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/mlgpu/FrameBuilder.cpp:146:53: style: Function 'ProcessContainerLayer' argument 1 names different: declaration 'aLayer' definition 'aContainer'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/mlgpu/FrameBuilder.h:92:46: note: Function 'ProcessContainerLayer' argument 1 names different: declaration 'aLayer' definition 'aContainer'.
firefox-62.0/gfx/layers/mlgpu/FrameBuilder.cpp:146:53: note: Function 'ProcessContainerLayer' argument 1 names different: declaration 'aLayer' definition 'aContainer'.
firefox-62.0/gfx/layers/mlgpu/LayerMLGPU.cpp:20:13: warning: Member variable 'LayerMLGPU::mComputedOpacity' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.cpp:137:69: style: Function 'CreatePass' argument 2 names different: declaration 'aInfo' definition 'aItem'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.h:89:61: note: Function 'CreatePass' argument 2 names different: declaration 'aInfo' definition 'aItem'.
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.cpp:137:69: note: Function 'CreatePass' argument 2 names different: declaration 'aInfo' definition 'aItem'.
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.cpp:408:39: style: Function 'AddToPass' argument 1 names different: declaration 'aItem' definition 'aLayer'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.h:381:30: note: Function 'AddToPass' argument 1 names different: declaration 'aItem' definition 'aLayer'.
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.cpp:408:39: note: Function 'AddToPass' argument 1 names different: declaration 'aItem' definition 'aLayer'.
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.cpp:578:42: warning: Function 'AddToPass' argument order different: declaration 'aItem, aInfo' definition 'aLayer, aItem' [funcArgOrderDifferent]
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.h:396:30: note: Function 'AddToPass' argument order different: declaration 'aItem, aInfo' definition 'aLayer, aItem'
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.cpp:578:42: note: Function 'AddToPass' argument order different: declaration 'aItem, aInfo' definition 'aLayer, aItem'
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.cpp:686:43: warning: Function 'AddToPass' argument order different: declaration 'aItem, aInfo' definition 'aLayer, aItem' [funcArgOrderDifferent]
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.h:419:30: note: Function 'AddToPass' argument order different: declaration 'aItem, aInfo' definition 'aLayer, aItem'
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.cpp:686:43: note: Function 'AddToPass' argument order different: declaration 'aItem, aInfo' definition 'aLayer, aItem'
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.cpp:751:40: warning: Function 'AddToPass' argument order different: declaration 'aItem, aInfo' definition 'aLayer, aItem' [funcArgOrderDifferent]
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.h:443:30: note: Function 'AddToPass' argument order different: declaration 'aItem, aInfo' definition 'aLayer, aItem'
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.cpp:751:40: note: Function 'AddToPass' argument order different: declaration 'aItem, aInfo' definition 'aLayer, aItem'
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.cpp:870:39: warning: Function 'AddToPass' argument order different: declaration 'aItem, aInfo' definition 'aLayer, aItem' [funcArgOrderDifferent]
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.h:466:30: note: Function 'AddToPass' argument order different: declaration 'aItem, aInfo' definition 'aLayer, aItem'
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.cpp:870:39: note: Function 'AddToPass' argument order different: declaration 'aItem, aInfo' definition 'aLayer, aItem'
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.cpp:570:20: warning: Member variable 'SingleTexturePass::mSamplerMode' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.cpp:678:21: warning: Member variable 'ComponentAlphaPass::mSamplerMode' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.cpp:743:18: warning: Member variable 'VideoRenderPass::mSamplerMode' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/mlgpu/RenderPassMLGPU.cpp:216:3: performance: Variable 'mMask' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/mlgpu/ShaderDefinitionsMLGPU.h:153:27: performance: Technically the member function 'mozilla::layers::mlg::SimpleTraits::GenerateTriangles' can be static. [functionStatic]
firefox-62.0/gfx/layers/mlgpu/ShaderDefinitionsMLGPU-inl.h:21:15: note: Technically the member function 'mozilla::layers::mlg::SimpleTraits::GenerateTriangles' can be static.
firefox-62.0/gfx/layers/mlgpu/ShaderDefinitionsMLGPU.h:153:27: note: Technically the member function 'mozilla::layers::mlg::SimpleTraits::GenerateTriangles' can be static.
firefox-62.0/gfx/layers/mlgpu/ShaderDefinitionsMLGPU.h:194:14: performance: Technically the member function 'mozilla::layers::mlg::TexturedTraits::MakeVertexData' can be static. [functionStatic]
firefox-62.0/gfx/layers/mlgpu/ShaderDefinitionsMLGPU-inl.h:84:17: note: Technically the member function 'mozilla::layers::mlg::TexturedTraits::MakeVertexData' can be static.
firefox-62.0/gfx/layers/mlgpu/ShaderDefinitionsMLGPU.h:194:14: note: Technically the member function 'mozilla::layers::mlg::TexturedTraits::MakeVertexData' can be static.
firefox-62.0/gfx/layers/mlgpu/RenderViewMLGPU.cpp:58:3: performance: Variable 'mTargetOffset' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/layers/mlgpu/SharedBufferMLGPU.cpp:16:20: warning: Member variable 'SharedBufferMLGPU::mMap' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/mlgpu/SharedBufferMLGPU.cpp:195:24: warning: Member variable 'ConstantBufferSection::mNumBytes' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/mlgpu/SharedBufferMLGPU.cpp:195:24: warning: Member variable 'ConstantBufferSection::mNumItems' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/mlgpu/TexturedLayerMLGPU.cpp:172:22: warning: Member variable 'TempImageLayerMLGPU::mIsOpaque' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/opengl/CompositorOGL.cpp:1721:43: style: Function 'InitializeVAO' argument 1 names different: declaration 'aAttribIndex' definition 'aAttrib'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/opengl/CompositorOGL.h:414:35: note: Function 'InitializeVAO' argument 1 names different: declaration 'aAttribIndex' definition 'aAttrib'.
firefox-62.0/gfx/layers/opengl/CompositorOGL.cpp:1721:43: note: Function 'InitializeVAO' argument 1 names different: declaration 'aAttribIndex' definition 'aAttrib'.
firefox-62.0/gfx/layers/opengl/CompositorOGL.cpp:1922:58: style: Function 'GetTexture' argument 2 names different: declaration 'aUnit' definition 'aTextureUnit'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/opengl/CompositorOGL.h:97:52: note: Function 'GetTexture' argument 2 names different: declaration 'aUnit' definition 'aTextureUnit'.
firefox-62.0/gfx/layers/opengl/CompositorOGL.cpp:1922:58: note: Function 'GetTexture' argument 2 names different: declaration 'aUnit' definition 'aTextureUnit'.
firefox-62.0/gfx/layers/opengl/CompositorOGL.cpp:276:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/layers/opengl/CompositorOGL.h:136:16: warning: Virtual function 'Destroy' is called from destructor '~CompositorOGL()' at line 191. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/gfx/layers/opengl/CompositorOGL.cpp:191:3: note: Calling Destroy
firefox-62.0/gfx/layers/opengl/CompositorOGL.h:136:16: note: Destroy is a virtual method
firefox-62.0/gfx/layers/opengl/GLBlitTextureImageHelper.cpp:24:67: style: Function 'GLBlitTextureImageHelper' argument 1 names different: declaration 'gl' definition 'aCompositor'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/opengl/GLBlitTextureImageHelper.h:36:54: note: Function 'GLBlitTextureImageHelper' argument 1 names different: declaration 'gl' definition 'aCompositor'.
firefox-62.0/gfx/layers/opengl/GLBlitTextureImageHelper.cpp:24:67: note: Function 'GLBlitTextureImageHelper' argument 1 names different: declaration 'gl' definition 'aCompositor'.
firefox-62.0/gfx/layers/opengl/OGLShaderProgram.cpp:869:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
firefox-62.0/gfx/layers/opengl/OGLShaderProgram.cpp:858:7: note: outer condition: !success
firefox-62.0/gfx/layers/opengl/OGLShaderProgram.cpp:869:9: note: identical inner condition: !success
firefox-62.0/gfx/layers/opengl/OGLShaderProgram.cpp:879:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
firefox-62.0/gfx/layers/opengl/OGLShaderProgram.cpp:858:7: note: outer condition: !success
firefox-62.0/gfx/layers/opengl/OGLShaderProgram.cpp:879:9: note: identical inner condition: !success
firefox-62.0/gfx/layers/opengl/OGLShaderProgram.cpp:927:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
firefox-62.0/gfx/layers/opengl/OGLShaderProgram.cpp:916:7: note: outer condition: !success
firefox-62.0/gfx/layers/opengl/OGLShaderProgram.cpp:927:9: note: identical inner condition: !success
firefox-62.0/gfx/layers/opengl/OGLShaderProgram.cpp:869:9: style: Condition '!success' is always true [knownConditionTrueFalse]
firefox-62.0/gfx/layers/opengl/OGLShaderProgram.cpp:858:7: note: Assuming that condition '!success' is not redundant
firefox-62.0/gfx/layers/opengl/OGLShaderProgram.cpp:869:9: note: Condition '!success' is always true
firefox-62.0/gfx/layers/opengl/OGLShaderProgram.cpp:927:9: style: Condition '!success' is always true [knownConditionTrueFalse]
firefox-62.0/gfx/layers/opengl/OGLShaderProgram.cpp:916:7: note: Assuming that condition '!success' is not redundant
firefox-62.0/gfx/layers/opengl/OGLShaderProgram.cpp:927:9: note: Condition '!success' is always true
firefox-62.0/gfx/layers/opengl/TextureHostOGL.cpp:284:37: style: Function 'BindTexture' argument 1 names different: declaration 'activetex' definition 'aTextureUnit'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/opengl/TextureHostOGL.h:246:35: note: Function 'BindTexture' argument 1 names different: declaration 'activetex' definition 'aTextureUnit'.
firefox-62.0/gfx/layers/opengl/TextureHostOGL.cpp:284:37: note: Function 'BindTexture' argument 1 names different: declaration 'activetex' definition 'aTextureUnit'.
firefox-62.0/gfx/layers/opengl/TextureHostOGL.cpp:574:43: style: Function 'BindTexture' argument 1 names different: declaration 'activetex' definition 'aTextureUnit'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/opengl/TextureHostOGL.h:463:35: note: Function 'BindTexture' argument 1 names different: declaration 'activetex' definition 'aTextureUnit'.
firefox-62.0/gfx/layers/opengl/TextureHostOGL.cpp:574:43: note: Function 'BindTexture' argument 1 names different: declaration 'activetex' definition 'aTextureUnit'.
firefox-62.0/gfx/layers/opengl/TextureHostOGL.h:481:16: warning: Virtual function 'SetTextureSourceProvider' is called from constructor 'EGLImageTextureSource(TextureSourceProvider*aProvider,EGLImage aImage,gfx::SurfaceFormat aFormat,GLenum aTarget,GLenum aWrapMode,gfx::IntSize aSize)' at line 570. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/gfx/layers/opengl/TextureHostOGL.cpp:570:3: note: Calling SetTextureSourceProvider
firefox-62.0/gfx/layers/opengl/TextureHostOGL.h:481:16: note: SetTextureSourceProvider is a virtual method
firefox-62.0/gfx/layers/wr/AsyncImagePipelineManager.cpp:170:68: style: Function 'UpdateImageKeys' argument 1 names different: declaration 'aResourceUpdates' definition 'aResources'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/wr/AsyncImagePipelineManager.h:181:43: note: Function 'UpdateImageKeys' argument 1 names different: declaration 'aResourceUpdates' definition 'aResources'.
firefox-62.0/gfx/layers/wr/AsyncImagePipelineManager.cpp:170:68: note: Function 'UpdateImageKeys' argument 1 names different: declaration 'aResourceUpdates' definition 'aResources'.
firefox-62.0/gfx/layers/wr/AsyncImagePipelineManager.h:34:1: style: The class 'AsyncImagePipelineManager' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/layers/wr/AsyncImagePipelineManager.h:112:19: style: Technically the member function 'mozilla::layers::AsyncImagePipelineManager::GetNamespace' can be const. [functionConst]
firefox-62.0/gfx/layers/wr/IpcResourceUpdateQueue.cpp:396:105: style: Function 'ReleaseShmems' argument 2 names different: declaration 'aShmems' definition 'aShms'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/wr/IpcResourceUpdateQueue.h:126:81: note: Function 'ReleaseShmems' argument 2 names different: declaration 'aShmems' definition 'aShms'.
firefox-62.0/gfx/layers/wr/IpcResourceUpdateQueue.cpp:396:105: note: Function 'ReleaseShmems' argument 2 names different: declaration 'aShmems' definition 'aShms'.
firefox-62.0/gfx/layers/wr/IpcResourceUpdateQueue.cpp:408:92: style: Function 'ReleaseShmems' argument 2 names different: declaration 'aShmems' definition 'aShms'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/wr/IpcResourceUpdateQueue.h:127:68: note: Function 'ReleaseShmems' argument 2 names different: declaration 'aShmems' definition 'aShms'.
firefox-62.0/gfx/layers/wr/IpcResourceUpdateQueue.cpp:408:92: note: Function 'ReleaseShmems' argument 2 names different: declaration 'aShmems' definition 'aShms'.
firefox-62.0/gfx/layers/wr/WebRenderBridgeParent.cpp:1111:114: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/layers/wr/WebRenderBridgeParent.cpp:1617:114: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/layers/wr/WebRenderBridgeChild.h:59:1: style: The class 'WebRenderBridgeChild' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/layers/wr/WebRenderCommandBuilder.h:142:11: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
firefox-62.0/gfx/layers/wr/WebRenderCommandBuilder.h:140:9: note: outer condition: !data
firefox-62.0/gfx/layers/wr/WebRenderCommandBuilder.h:142:11: note: opposite inner condition: data
firefox-62.0/gfx/layers/wr/WebRenderCommandBuilder.h:142:11: style: Condition 'data' is always false [knownConditionTrueFalse]
firefox-62.0/gfx/layers/wr/WebRenderCommandBuilder.h:140:9: note: Assuming that condition '!data' is not redundant
firefox-62.0/gfx/layers/wr/WebRenderCommandBuilder.h:142:11: note: Condition 'data' is always false
firefox-62.0/gfx/layers/wr/WebRenderCommandBuilder.cpp:664:36: style: Condition '!backfaceHidden' is always true [knownConditionTrueFalse]
firefox-62.0/gfx/layers/wr/WebRenderCommandBuilder.cpp:657:27: note: Assignment 'backfaceHidden=false', assigned value is 0
firefox-62.0/gfx/layers/wr/WebRenderCommandBuilder.cpp:664:36: note: Condition '!backfaceHidden' is always true
firefox-62.0/gfx/layers/wr/WebRenderCommandBuilder.cpp:1069:66: style: Function 'DoGroupingForDisplayList' argument 1 names different: declaration 'aDisplayList' definition 'aList'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/wr/WebRenderCommandBuilder.h:100:48: note: Function 'DoGroupingForDisplayList' argument 1 names different: declaration 'aDisplayList' definition 'aList'.
firefox-62.0/gfx/layers/wr/WebRenderCommandBuilder.cpp:1069:66: note: Function 'DoGroupingForDisplayList' argument 1 names different: declaration 'aDisplayList' definition 'aList'.
firefox-62.0/gfx/layers/wr/WebRenderCommandBuilder.cpp:1217:80: style: Function 'CreateWebRenderCommandsFromDisplayList' argument 2 names different: declaration 'aOuterItem' definition 'aWrappingItem'. [funcArgNamesDifferent]
firefox-62.0/gfx/layers/wr/WebRenderCommandBuilder.h:93:62: note: Function 'CreateWebRenderCommandsFromDisplayList' argument 2 names different: declaration 'aOuterItem' definition 'aWrappingItem'.
firefox-62.0/gfx/layers/wr/WebRenderCommandBuilder.cpp:1217:80: note: Function 'CreateWebRenderCommandsFromDisplayList' argument 2 names different: declaration 'aOuterItem' definition 'aWrappingItem'.
firefox-62.0/gfx/layers/wr/WebRenderCommandBuilder.cpp:206:12: warning: Member variable 'Grouper::mAppUnitsPerDevPixel' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/wr/WebRenderCommandBuilder.cpp:206:12: warning: Member variable 'Grouper::mDisplayListBuilder' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/layers/wr/WebRenderCommandBuilder.cpp:334:11: performance: Technically the member function 'mozilla::layers::DIGroup::ItemBounds' can be static. [functionStatic]
firefox-62.0/gfx/layers/wr/WebRenderLayerManager.h:54:16: warning: Virtual function 'Destroy' is called from destructor '~WebRenderLayerManager()' at line 146. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/gfx/layers/wr/WebRenderLayerManager.cpp:146:3: note: Calling Destroy
firefox-62.0/gfx/layers/wr/WebRenderLayerManager.h:54:16: note: Destroy is a virtual method
firefox-62.0/gfx/layers/wr/WebRenderUserData.h:65:8: style: Technically the member function 'mozilla::layers::WebRenderUserData::IsUsed' can be const. [functionConst]
firefox-62.0/gfx/layers/wr/WebRenderUserData.h:68:12: style: Technically the member function 'mozilla::layers::WebRenderUserData::GetDisplayItemKey' can be const. [functionConst]
firefox-62.0/gfx/layers/wr/WebRenderUserData.h:113:23: style: Technically the member function 'mozilla::layers::WebRenderImageData::GetKey' can be const. [functionConst]
firefox-62.0/gfx/layers/wr/WebRenderUserData.h:115:33: style: Technically the member function 'mozilla::layers::WebRenderImageData::GetImageClient' can be const. [functionConst]
firefox-62.0/gfx/layers/wr/WebRenderUserData.cpp:171:21: note: Technically the member function 'mozilla::layers::WebRenderImageData::GetImageClient' can be const.
firefox-62.0/gfx/layers/wr/WebRenderUserData.h:115:33: note: Technically the member function 'mozilla::layers::WebRenderImageData::GetImageClient' can be const.
firefox-62.0/gfx/layers/wr/WebRenderUserData.h:162:10: style: Technically the member function 'mozilla::layers::WebRenderFallbackData::GetBounds' can be const. [functionConst]
firefox-62.0/gfx/layers/wr/WebRenderUserData.h:166:13: style: Technically the member function 'mozilla::layers::WebRenderFallbackData::GetScale' can be const. [functionConst]
firefox-62.0/gfx/layers/wr/WebRenderUserData.h:167:8: style: Technically the member function 'mozilla::layers::WebRenderFallbackData::IsInvalid' can be const. [functionConst]
firefox-62.0/gfx/ots/src/avar.h:20:12: warning: Member variable 'OpenTypeAVAR::majorVersion' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/avar.h:20:12: warning: Member variable 'OpenTypeAVAR::minorVersion' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/avar.h:20:12: warning: Member variable 'OpenTypeAVAR::reserved' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/avar.h:20:12: warning: Member variable 'OpenTypeAVAR::axisCount' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/fvar.h:20:12: warning: Member variable 'OpenTypeFVAR::majorVersion' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/fvar.h:20:12: warning: Member variable 'OpenTypeFVAR::minorVersion' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/fvar.h:20:12: warning: Member variable 'OpenTypeFVAR::axesArrayOffset' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/fvar.h:20:12: warning: Member variable 'OpenTypeFVAR::reserved' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/fvar.h:20:12: warning: Member variable 'OpenTypeFVAR::axisCount' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/fvar.h:20:12: warning: Member variable 'OpenTypeFVAR::axisSize' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/fvar.h:20:12: warning: Member variable 'OpenTypeFVAR::instanceCount' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/fvar.h:20:12: warning: Member variable 'OpenTypeFVAR::instanceSize' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/fvar.h:20:12: warning: Member variable 'OpenTypeFVAR::instancesHavePostScriptNameID' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/ots.h:259:12: style: Technically the member function 'ots::Table::Type' can be const. [functionConst]
firefox-62.0/gfx/ots/src/ots.h:286:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/ots.h:286:8: note: Function in derived class
firefox-62.0/gfx/ots/src/ots.h:287:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/ots.h:287:8: note: Function in derived class
firefox-62.0/gfx/ots/src/avar.h:23:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/avar.h:23:8: note: Function in derived class
firefox-62.0/gfx/ots/src/avar.h:24:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/avar.h:24:8: note: Function in derived class
firefox-62.0/gfx/ots/src/fvar.h:23:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/fvar.h:23:8: note: Function in derived class
firefox-62.0/gfx/ots/src/fvar.h:24:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/fvar.h:24:8: note: Function in derived class
firefox-62.0/gfx/ots/src/maxp.h:14:12: warning: Member variable 'OpenTypeMAXP::num_glyphs' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/maxp.h:14:12: warning: Member variable 'OpenTypeMAXP::version_1' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/maxp.h:14:12: warning: Member variable 'OpenTypeMAXP::max_points' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/maxp.h:14:12: warning: Member variable 'OpenTypeMAXP::max_contours' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/maxp.h:14:12: warning: Member variable 'OpenTypeMAXP::max_c_points' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/maxp.h:14:12: warning: Member variable 'OpenTypeMAXP::max_c_contours' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/maxp.h:14:12: warning: Member variable 'OpenTypeMAXP::max_zones' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/maxp.h:14:12: warning: Member variable 'OpenTypeMAXP::max_t_points' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/maxp.h:14:12: warning: Member variable 'OpenTypeMAXP::max_storage' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/maxp.h:14:12: warning: Member variable 'OpenTypeMAXP::max_fdefs' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/maxp.h:14:12: warning: Member variable 'OpenTypeMAXP::max_idefs' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/maxp.h:14:12: warning: Member variable 'OpenTypeMAXP::max_stack' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/maxp.h:14:12: warning: Member variable 'OpenTypeMAXP::max_size_glyf_instructions' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/maxp.h:14:12: warning: Member variable 'OpenTypeMAXP::max_c_components' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/maxp.h:14:12: warning: Member variable 'OpenTypeMAXP::max_c_depth' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/cff.h:37:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/cff.h:37:8: note: Function in derived class
firefox-62.0/gfx/ots/src/cff.h:38:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/cff.h:38:8: note: Function in derived class
firefox-62.0/gfx/ots/src/maxp.h:17:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/maxp.h:17:8: note: Function in derived class
firefox-62.0/gfx/ots/src/maxp.h:18:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/maxp.h:18:8: note: Function in derived class
firefox-62.0/gfx/ots/src/cff_type2_charstring.cc:740:35: style: Function 'ExecuteType2CharString' argument 9 names different: declaration 'out_found_width' definition 'in_out_found_width'. [funcArgNamesDifferent]
firefox-62.0/gfx/ots/src/cff_type2_charstring.cc:41:35: note: Function 'ExecuteType2CharString' argument 9 names different: declaration 'out_found_width' definition 'in_out_found_width'.
firefox-62.0/gfx/ots/src/cff_type2_charstring.cc:740:35: note: Function 'ExecuteType2CharString' argument 9 names different: declaration 'out_found_width' definition 'in_out_found_width'.
firefox-62.0/gfx/ots/src/os2.h:56:12: warning: Member variable 'OpenTypeOS2::table' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/cmap.h:51:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/cmap.h:51:8: note: Function in derived class
firefox-62.0/gfx/ots/src/cmap.h:52:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/cmap.h:52:8: note: Function in derived class
firefox-62.0/gfx/ots/src/os2.h:59:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/os2.h:59:8: note: Function in derived class
firefox-62.0/gfx/ots/src/os2.h:60:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/os2.h:60:8: note: Function in derived class
firefox-62.0/gfx/ots/src/cmap.cc:595:32: error: Uninitialized struct member: subt.format [uninitStructMember]
firefox-62.0/gfx/ots/src/cmap.cc:595:32: error: Uninitialized struct member: subt.length [uninitStructMember]
firefox-62.0/gfx/ots/src/cmap.cc:595:32: error: Uninitialized struct member: subt.language [uninitStructMember]
firefox-62.0/gfx/ots/src/cvar.h:18:12: warning: Member variable 'OpenTypeCVAR::m_data' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/cvar.h:18:12: warning: Member variable 'OpenTypeCVAR::m_length' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/cvar.h:21:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/cvar.h:21:8: note: Function in derived class
firefox-62.0/gfx/ots/src/cvar.h:22:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/cvar.h:22:8: note: Function in derived class
firefox-62.0/gfx/ots/src/cvt.h:14:12: warning: Member variable 'OpenTypeCVT::data' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/cvt.h:14:12: warning: Member variable 'OpenTypeCVT::length' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/cvt.h:17:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/cvt.h:17:8: note: Function in derived class
firefox-62.0/gfx/ots/src/cvt.h:18:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/cvt.h:18:8: note: Function in derived class
firefox-62.0/gfx/ots/src/cvt.h:19:8: style: The function 'ShouldSerialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:252:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/cvt.h:19:8: note: Function in derived class
firefox-62.0/gfx/ots/src/feat.h:18:12: warning: Member variable 'OpenTypeFEAT::version' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/feat.h:18:12: warning: Member variable 'OpenTypeFEAT::numFeat' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/feat.h:18:12: warning: Member variable 'OpenTypeFEAT::reserved' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/feat.h:18:12: warning: Member variable 'OpenTypeFEAT::reserved2' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/feat.h:27:14: warning: Member variable 'FeatureDefn::id' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/feat.h:27:14: warning: Member variable 'FeatureDefn::numSettings' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/feat.h:27:14: warning: Member variable 'FeatureDefn::reserved' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/feat.h:27:14: warning: Member variable 'FeatureDefn::offset' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/feat.h:27:14: warning: Member variable 'FeatureDefn::flags' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/feat.h:27:14: warning: Member variable 'FeatureDefn::label' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/feat.h:42:14: warning: Member variable 'FeatureSettingDefn::value' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/feat.h:42:14: warning: Member variable 'FeatureSettingDefn::label' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/name.h:19:3: warning: Member variable 'NameRecord::platform_id' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/name.h:19:3: warning: Member variable 'NameRecord::encoding_id' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/name.h:19:3: warning: Member variable 'NameRecord::language_id' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/name.h:19:3: warning: Member variable 'NameRecord::name_id' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/feat.h:21:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/feat.h:21:8: note: Function in derived class
firefox-62.0/gfx/ots/src/feat.h:22:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/feat.h:22:8: note: Function in derived class
firefox-62.0/gfx/ots/src/name.h:52:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/name.h:52:8: note: Function in derived class
firefox-62.0/gfx/ots/src/name.h:53:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/name.h:53:8: note: Function in derived class
firefox-62.0/gfx/ots/src/fpgm.h:14:12: warning: Member variable 'OpenTypeFPGM::data' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/fpgm.h:14:12: warning: Member variable 'OpenTypeFPGM::length' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/fpgm.h:17:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/fpgm.h:17:8: note: Function in derived class
firefox-62.0/gfx/ots/src/fpgm.h:18:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/fpgm.h:18:8: note: Function in derived class
firefox-62.0/gfx/ots/src/fpgm.h:19:8: style: The function 'ShouldSerialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:252:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/fpgm.h:19:8: note: Function in derived class
firefox-62.0/gfx/ots/src/gasp.h:18:12: warning: Member variable 'OpenTypeGASP::version' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/gasp.h:21:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/gasp.h:21:8: note: Function in derived class
firefox-62.0/gfx/ots/src/gasp.h:22:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/gasp.h:22:8: note: Function in derived class
firefox-62.0/gfx/ots/src/gdef.h:22:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/gdef.h:22:8: note: Function in derived class
firefox-62.0/gfx/ots/src/gdef.h:23:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/gdef.h:23:8: note: Function in derived class
firefox-62.0/gfx/ots/src/gpos.h:21:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/gpos.h:21:8: note: Function in derived class
firefox-62.0/gfx/ots/src/gpos.h:22:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/gpos.h:22:8: note: Function in derived class
firefox-62.0/gfx/ots/src/gsub.h:21:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/gsub.h:21:8: note: Function in derived class
firefox-62.0/gfx/ots/src/gsub.h:22:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/gsub.h:22:8: note: Function in derived class
firefox-62.0/gfx/ots/src/glat.h:34:12: warning: Member variable 'OpenTypeGLAT_v1::version' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:42:14: warning: Member variable 'GlatEntry::attNum' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:42:14: warning: Member variable 'GlatEntry::num' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:60:12: warning: Member variable 'OpenTypeGLAT_v2::version' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:68:13: warning: Member variable 'GlatEntry::attNum' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:68:13: warning: Member variable 'GlatEntry::num' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:86:12: warning: Member variable 'OpenTypeGLAT_v3::version' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:86:12: warning: Member variable 'OpenTypeGLAT_v3::compHead' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:103:16: warning: Member variable 'OctaboxMetrics::subbox_bitmap' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:103:16: warning: Member variable 'OctaboxMetrics::diag_neg_min' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:103:16: warning: Member variable 'OctaboxMetrics::diag_neg_max' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:103:16: warning: Member variable 'OctaboxMetrics::diag_pos_min' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:103:16: warning: Member variable 'OctaboxMetrics::diag_pos_max' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:108:18: warning: Member variable 'SubboxEntry::left' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:108:18: warning: Member variable 'SubboxEntry::right' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:108:18: warning: Member variable 'SubboxEntry::bottom' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:108:18: warning: Member variable 'SubboxEntry::top' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:108:18: warning: Member variable 'SubboxEntry::diag_pos_min' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:108:18: warning: Member variable 'SubboxEntry::diag_pos_max' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:108:18: warning: Member variable 'SubboxEntry::diag_neg_min' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:108:18: warning: Member variable 'SubboxEntry::diag_neg_max' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:129:16: warning: Member variable 'GlatEntry::attNum' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:129:16: warning: Member variable 'GlatEntry::num' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/gloc.h:17:12: warning: Member variable 'OpenTypeGLOC::version' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/gloc.h:17:12: warning: Member variable 'OpenTypeGLOC::flags' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/gloc.h:17:12: warning: Member variable 'OpenTypeGLOC::numAttribs' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glat.h:24:16: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/glat.h:24:16: note: Function in derived class
firefox-62.0/gfx/ots/src/glat.h:25:16: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/glat.h:25:16: note: Function in derived class
firefox-62.0/gfx/ots/src/glat.h:37:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/glat.h:24:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/glat.h:37:8: note: Function in derived class
firefox-62.0/gfx/ots/src/glat.h:38:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/glat.h:25:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/glat.h:38:8: note: Function in derived class
firefox-62.0/gfx/ots/src/glat.h:63:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/glat.h:24:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/glat.h:63:8: note: Function in derived class
firefox-62.0/gfx/ots/src/glat.h:64:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/glat.h:25:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/glat.h:64:8: note: Function in derived class
firefox-62.0/gfx/ots/src/glat.h:89:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/glat.h:24:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/glat.h:89:8: note: Function in derived class
firefox-62.0/gfx/ots/src/glat.h:92:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/glat.h:25:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/glat.h:92:8: note: Function in derived class
firefox-62.0/gfx/ots/src/glat.h:161:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/glat.h:161:8: note: Function in derived class
firefox-62.0/gfx/ots/src/glat.h:162:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/glat.h:162:8: note: Function in derived class
firefox-62.0/gfx/ots/src/gloc.h:20:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/gloc.h:20:8: note: Function in derived class
firefox-62.0/gfx/ots/src/gloc.h:21:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/gloc.h:21:8: note: Function in derived class
firefox-62.0/gfx/ots/src/gloc.h:22:32: style: Technically the member function 'ots::OpenTypeGLOC::GetLocations' can be const. [functionConst]
firefox-62.0/gfx/ots/src/gloc.cc:104:44: note: Technically the member function 'ots::OpenTypeGLOC::GetLocations' can be const.
firefox-62.0/gfx/ots/src/gloc.h:22:32: note: Technically the member function 'ots::OpenTypeGLOC::GetLocations' can be const.
firefox-62.0/gfx/ots/src/gloc.cc:40:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/gfx/ots/src/gloc.cc:41:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/gfx/ots/src/gloc.cc:89:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/gfx/ots/src/head.h:14:12: warning: Member variable 'OpenTypeHEAD::revision' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/head.h:14:12: warning: Member variable 'OpenTypeHEAD::flags' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/head.h:14:12: warning: Member variable 'OpenTypeHEAD::upem' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/head.h:14:12: warning: Member variable 'OpenTypeHEAD::created' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/head.h:14:12: warning: Member variable 'OpenTypeHEAD::modified' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/head.h:14:12: warning: Member variable 'OpenTypeHEAD::xmin' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/head.h:14:12: warning: Member variable 'OpenTypeHEAD::xmax' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/head.h:14:12: warning: Member variable 'OpenTypeHEAD::ymin' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/head.h:14:12: warning: Member variable 'OpenTypeHEAD::ymax' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/head.h:14:12: warning: Member variable 'OpenTypeHEAD::mac_style' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/head.h:14:12: warning: Member variable 'OpenTypeHEAD::min_ppem' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/head.h:14:12: warning: Member variable 'OpenTypeHEAD::index_to_loc_format' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/glyf.h:22:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/glyf.h:22:8: note: Function in derived class
firefox-62.0/gfx/ots/src/glyf.h:23:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/glyf.h:23:8: note: Function in derived class
firefox-62.0/gfx/ots/src/head.h:17:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/head.h:17:8: note: Function in derived class
firefox-62.0/gfx/ots/src/head.h:18:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/head.h:18:8: note: Function in derived class
firefox-62.0/gfx/ots/src/loca.h:19:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/loca.h:19:8: note: Function in derived class
firefox-62.0/gfx/ots/src/loca.h:20:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/loca.h:20:8: note: Function in derived class
firefox-62.0/gfx/ots/src/gvar.h:18:12: warning: Member variable 'OpenTypeGVAR::m_data' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/gvar.h:18:12: warning: Member variable 'OpenTypeGVAR::m_length' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/gvar.h:21:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/gvar.h:21:8: note: Function in derived class
firefox-62.0/gfx/ots/src/gvar.h:22:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/gvar.h:22:8: note: Function in derived class
firefox-62.0/gfx/ots/src/hdmx.h:22:12: warning: Member variable 'OpenTypeHDMX::version' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/hdmx.h:22:12: warning: Member variable 'OpenTypeHDMX::size_device_record' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/hdmx.h:22:12: warning: Member variable 'OpenTypeHDMX::pad_len' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/hdmx.h:25:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/hdmx.h:25:8: note: Function in derived class
firefox-62.0/gfx/ots/src/hdmx.h:26:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/hdmx.h:26:8: note: Function in derived class
firefox-62.0/gfx/ots/src/hdmx.h:27:8: style: The function 'ShouldSerialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:252:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/hdmx.h:27:8: note: Function in derived class
firefox-62.0/gfx/ots/src/metrics.h:18:12: warning: Member variable 'OpenTypeMetricsHeader::version' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/metrics.h:18:12: warning: Member variable 'OpenTypeMetricsHeader::ascent' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/metrics.h:18:12: warning: Member variable 'OpenTypeMetricsHeader::descent' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/metrics.h:18:12: warning: Member variable 'OpenTypeMetricsHeader::linegap' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/metrics.h:18:12: warning: Member variable 'OpenTypeMetricsHeader::adv_width_max' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/metrics.h:18:12: warning: Member variable 'OpenTypeMetricsHeader::min_sb1' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/metrics.h:18:12: warning: Member variable 'OpenTypeMetricsHeader::min_sb2' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/metrics.h:18:12: warning: Member variable 'OpenTypeMetricsHeader::max_extent' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/metrics.h:18:12: warning: Member variable 'OpenTypeMetricsHeader::caret_slope_rise' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/metrics.h:18:12: warning: Member variable 'OpenTypeMetricsHeader::caret_slope_run' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/metrics.h:18:12: warning: Member variable 'OpenTypeMetricsHeader::caret_offset' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/metrics.h:18:12: warning: Member variable 'OpenTypeMetricsHeader::num_metrics' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/metrics.h:21:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/metrics.h:21:8: note: Function in derived class
firefox-62.0/gfx/ots/src/metrics.h:22:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/metrics.h:22:8: note: Function in derived class
firefox-62.0/gfx/ots/src/metrics.h:44:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/metrics.h:44:8: note: Function in derived class
firefox-62.0/gfx/ots/src/metrics.h:45:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/metrics.h:45:8: note: Function in derived class
firefox-62.0/gfx/ots/src/hhea.h:18:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/hhea.h:18:8: note: Function in derived class
firefox-62.0/gfx/ots/src/hhea.h:19:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/hhea.h:19:8: note: Function in derived class
firefox-62.0/gfx/ots/src/hmtx.h:19:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/hmtx.h:19:8: note: Function in derived class
firefox-62.0/gfx/ots/src/hmtx.h:20:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/hmtx.h:20:8: note: Function in derived class
firefox-62.0/gfx/ots/src/hvar.h:18:12: warning: Member variable 'OpenTypeHVAR::m_data' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/hvar.h:18:12: warning: Member variable 'OpenTypeHVAR::m_length' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/hvar.h:21:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/hvar.h:21:8: note: Function in derived class
firefox-62.0/gfx/ots/src/hvar.h:22:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/hvar.h:22:8: note: Function in derived class
firefox-62.0/gfx/ots/src/kern.h:35:12: warning: Member variable 'OpenTypeKERN::version' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/kern.h:38:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/kern.h:38:8: note: Function in derived class
firefox-62.0/gfx/ots/src/kern.h:39:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/kern.h:39:8: note: Function in derived class
firefox-62.0/gfx/ots/src/kern.h:40:8: style: The function 'ShouldSerialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:252:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/kern.h:40:8: note: Function in derived class
firefox-62.0/gfx/ots/src/ltsh.h:16:12: warning: Member variable 'OpenTypeLTSH::version' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/ltsh.h:19:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/ltsh.h:19:8: note: Function in derived class
firefox-62.0/gfx/ots/src/ltsh.h:20:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/ltsh.h:20:8: note: Function in derived class
firefox-62.0/gfx/ots/src/ltsh.h:21:8: style: The function 'ShouldSerialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:252:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/ltsh.h:21:8: note: Function in derived class
firefox-62.0/gfx/ots/src/math_.h:19:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/math_.h:19:8: note: Function in derived class
firefox-62.0/gfx/ots/src/math_.h:20:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/math_.h:20:8: note: Function in derived class
firefox-62.0/gfx/ots/src/math_.h:21:8: style: The function 'ShouldSerialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:252:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/math_.h:21:8: note: Function in derived class
firefox-62.0/gfx/ots/src/mvar.h:18:12: warning: Member variable 'OpenTypeMVAR::m_data' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/mvar.h:18:12: warning: Member variable 'OpenTypeMVAR::m_length' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/mvar.h:21:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/mvar.h:21:8: note: Function in derived class
firefox-62.0/gfx/ots/src/mvar.h:22:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/mvar.h:22:8: note: Function in derived class
firefox-62.0/gfx/ots/src/ots.cc:867:41: style: Function 'ParseTable' argument 1 names different: declaration 'tableinfo' definition 'table_entry'. [funcArgNamesDifferent]
firefox-62.0/gfx/ots/src/ots.h:306:37: note: Function 'ParseTable' argument 1 names different: declaration 'tableinfo' definition 'table_entry'.
firefox-62.0/gfx/ots/src/ots.cc:867:41: note: Function 'ParseTable' argument 1 names different: declaration 'tableinfo' definition 'table_entry'.
firefox-62.0/gfx/ots/src/post.h:18:12: warning: Member variable 'OpenTypePOST::version' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/post.h:18:12: warning: Member variable 'OpenTypePOST::italic_angle' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/post.h:18:12: warning: Member variable 'OpenTypePOST::underline' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/post.h:18:12: warning: Member variable 'OpenTypePOST::underline_thickness' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/post.h:18:12: warning: Member variable 'OpenTypePOST::is_fixed_pitch' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/prep.h:14:12: warning: Member variable 'OpenTypePREP::m_data' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/prep.h:14:12: warning: Member variable 'OpenTypePREP::m_length' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/vdmx.h:36:12: warning: Member variable 'OpenTypeVDMX::version' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/vdmx.h:36:12: warning: Member variable 'OpenTypeVDMX::num_recs' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/vdmx.h:36:12: warning: Member variable 'OpenTypeVDMX::num_ratios' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/vorg.h:21:12: warning: Member variable 'OpenTypeVORG::major_version' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/vorg.h:21:12: warning: Member variable 'OpenTypeVORG::minor_version' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/vorg.h:21:12: warning: Member variable 'OpenTypeVORG::default_vert_origin_y' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/post.h:21:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/post.h:21:8: note: Function in derived class
firefox-62.0/gfx/ots/src/post.h:22:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/post.h:22:8: note: Function in derived class
firefox-62.0/gfx/ots/src/prep.h:17:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/prep.h:17:8: note: Function in derived class
firefox-62.0/gfx/ots/src/prep.h:18:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/prep.h:18:8: note: Function in derived class
firefox-62.0/gfx/ots/src/prep.h:19:8: style: The function 'ShouldSerialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:252:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/prep.h:19:8: note: Function in derived class
firefox-62.0/gfx/ots/src/vdmx.h:39:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/vdmx.h:39:8: note: Function in derived class
firefox-62.0/gfx/ots/src/vdmx.h:40:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/vdmx.h:40:8: note: Function in derived class
firefox-62.0/gfx/ots/src/vdmx.h:41:8: style: The function 'ShouldSerialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:252:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/vdmx.h:41:8: note: Function in derived class
firefox-62.0/gfx/ots/src/vhea.h:18:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/vhea.h:18:8: note: Function in derived class
firefox-62.0/gfx/ots/src/vhea.h:19:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/vhea.h:19:8: note: Function in derived class
firefox-62.0/gfx/ots/src/vhea.h:20:8: style: The function 'ShouldSerialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:252:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/vhea.h:20:8: note: Function in derived class
firefox-62.0/gfx/ots/src/vmtx.h:19:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/vmtx.h:19:8: note: Function in derived class
firefox-62.0/gfx/ots/src/vmtx.h:20:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/vmtx.h:20:8: note: Function in derived class
firefox-62.0/gfx/ots/src/vmtx.h:21:8: style: The function 'ShouldSerialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:252:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/vmtx.h:21:8: note: Function in derived class
firefox-62.0/gfx/ots/src/vorg.h:24:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/vorg.h:24:8: note: Function in derived class
firefox-62.0/gfx/ots/src/vorg.h:25:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/vorg.h:25:8: note: Function in derived class
firefox-62.0/gfx/ots/src/vorg.h:26:8: style: The function 'ShouldSerialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:252:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/vorg.h:26:8: note: Function in derived class
firefox-62.0/gfx/ots/src/sile.h:17:12: warning: Member variable 'OpenTypeSILE::version' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/sile.h:17:12: warning: Member variable 'OpenTypeSILE::checksum' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/sile.h:17:12: warning: Member variable 'OpenTypeSILE::createTime' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/sile.h:17:12: warning: Member variable 'OpenTypeSILE::modifyTime' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/sile.h:17:12: warning: Member variable 'OpenTypeSILE::fontNameLength' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/sile.h:17:12: warning: Member variable 'OpenTypeSILE::fontFileLength' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/sile.h:20:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/sile.h:20:8: note: Function in derived class
firefox-62.0/gfx/ots/src/sile.h:21:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/sile.h:21:8: note: Function in derived class
firefox-62.0/gfx/ots/src/silf.h:17:12: warning: Member variable 'OpenTypeSILF::version' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:17:12: warning: Member variable 'OpenTypeSILF::compHead' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:17:12: warning: Member variable 'OpenTypeSILF::numSub' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:17:12: warning: Member variable 'OpenTypeSILF::reserved' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::ruleVersion' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::passOffset' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::pseudosOffset' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::maxGlyphID' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::extraAscent' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::extraDescent' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::numPasses' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::iSubst' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::iPos' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::iJust' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::iBidi' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::flags' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::maxPreContext' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::maxPostContext' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::attrPseudo' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::attrBreakWeight' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::attrDirectionality' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::attrMirroring' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::attrSkipPasses' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::numJLevels' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::numLigComp' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::numUserDefn' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::maxCompPerLig' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::direction' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::attCollisions' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::reserved4' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::reserved5' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::reserved6' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::numCritFeatures' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::reserved7' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::numScriptTag' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::lbGID' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::numPseudo' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::searchPseudo' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::pseudoSelector' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:28:14: warning: Member variable 'SILSub::pseudoShift' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:33:16: warning: Member variable 'JustificationLevel::attrStretch' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:33:16: warning: Member variable 'JustificationLevel::attrShrink' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:33:16: warning: Member variable 'JustificationLevel::attrStep' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:33:16: warning: Member variable 'JustificationLevel::attrWeight' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:33:16: warning: Member variable 'JustificationLevel::runto' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:33:16: warning: Member variable 'JustificationLevel::reserved' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:33:16: warning: Member variable 'JustificationLevel::reserved2' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:33:16: warning: Member variable 'JustificationLevel::reserved3' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:47:16: warning: Member variable 'PseudoMap::unicode' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:47:16: warning: Member variable 'PseudoMap::nPseudo' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:55:16: warning: Member variable 'ClassMap::numClass' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:55:16: warning: Member variable 'ClassMap::numLinear' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:60:18: warning: Member variable 'LookupClass::numIDs' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:60:18: warning: Member variable 'LookupClass::searchRange' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:60:18: warning: Member variable 'LookupClass::entrySelector' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:60:18: warning: Member variable 'LookupClass::rangeShift' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:65:20: warning: Member variable 'LookupPair::glyphId' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:65:20: warning: Member variable 'LookupPair::index' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::flags' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::maxRuleLoop' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::maxRuleContext' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::maxBackup' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::numRules' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::fsmOffset' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::pcCode' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::rcCode' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::aCode' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::oDebug' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::numRows' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::numTransitional' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::numSuccess' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::numColumns' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::numRange' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::searchRange' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::entrySelector' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::rangeShift' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::minRulePreContext' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::maxRulePreContext' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::collisionThreshold' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::pConstraint' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:85:16: warning: Member variable 'SILPass::reserved2' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:92:18: warning: Member variable 'PassRange::firstId' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:92:18: warning: Member variable 'PassRange::lastId' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:92:18: warning: Member variable 'PassRange::colId' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/silf.h:20:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/silf.h:20:8: note: Function in derived class
firefox-62.0/gfx/ots/src/silf.h:23:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/silf.h:23:8: note: Function in derived class
firefox-62.0/gfx/ots/src/sill.h:17:12: warning: Member variable 'OpenTypeSILL::version' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/sill.h:17:12: warning: Member variable 'OpenTypeSILL::numLangs' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/sill.h:17:12: warning: Member variable 'OpenTypeSILL::searchRange' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/sill.h:17:12: warning: Member variable 'OpenTypeSILL::entrySelector' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/sill.h:17:12: warning: Member variable 'OpenTypeSILL::rangeShift' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/sill.h:25:14: warning: Member variable 'LanguageEntry::langcode' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/sill.h:25:14: warning: Member variable 'LanguageEntry::numSettings' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/sill.h:25:14: warning: Member variable 'LanguageEntry::offset' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/sill.h:34:14: warning: Member variable 'LangFeatureSetting::featureId' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/sill.h:34:14: warning: Member variable 'LangFeatureSetting::value' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/sill.h:34:14: warning: Member variable 'LangFeatureSetting::reserved' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/sill.h:20:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/sill.h:20:8: note: Function in derived class
firefox-62.0/gfx/ots/src/sill.h:21:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/sill.h:21:8: note: Function in derived class
firefox-62.0/gfx/ots/src/stat.h:20:12: warning: Member variable 'OpenTypeSTAT::majorVersion' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/stat.h:20:12: warning: Member variable 'OpenTypeSTAT::minorVersion' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/stat.h:20:12: warning: Member variable 'OpenTypeSTAT::designAxisSize' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/stat.h:20:12: warning: Member variable 'OpenTypeSTAT::designAxisCount' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/stat.h:20:12: warning: Member variable 'OpenTypeSTAT::designAxesOffset' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/stat.h:20:12: warning: Member variable 'OpenTypeSTAT::axisValueCount' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/stat.h:20:12: warning: Member variable 'OpenTypeSTAT::offsetToAxisValueOffsets' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/stat.h:20:12: warning: Member variable 'OpenTypeSTAT::elidedFallbackNameID' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/stat.h:92:3: warning: The struct 'AxisValueRecord' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/ots/src/stat.h:23:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/stat.h:23:8: note: Function in derived class
firefox-62.0/gfx/ots/src/stat.h:24:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/stat.h:24:8: note: Function in derived class
firefox-62.0/gfx/ots/src/variations.cc:150:18: style: Variable 'INNER_INDEX_BIT_COUNT_MASK' is assigned a value that is never used. [unreadVariable]
firefox-62.0/gfx/ots/src/vvar.h:18:12: warning: Member variable 'OpenTypeVVAR::m_data' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/vvar.h:18:12: warning: Member variable 'OpenTypeVVAR::m_length' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/ots/src/vvar.h:21:8: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:250:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/vvar.h:21:8: note: Function in derived class
firefox-62.0/gfx/ots/src/vvar.h:22:8: style: The function 'Serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/src/ots.h:251:16: note: Virtual function in base class
firefox-62.0/gfx/ots/src/vvar.h:22:8: note: Function in derived class
firefox-62.0/gfx/ots/tests/cff_type2_charstring_test.cc:80:21: warning: Logical conjunction always evaluates to false: num <= -32768 && num >= -32767. [incorrectLogicOperator]
firefox-62.0/gfx/ots/tests/cff_type2_charstring_test.cc:81:24: warning: Suspicious code: sign conversion of num in calculation, even though num can have a negative value [signConversion]
firefox-62.0/gfx/ots/tests/cff_type2_charstring_test.cc:82:23: warning: Suspicious code: sign conversion of num in calculation, even though num can have a negative value [signConversion]
firefox-62.0/gfx/ots/tests/layout_common_table_test.cc:285:16: style: The function 'SetUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/tests/layout_common_table_test.cc:256:16: note: Virtual function in base class
firefox-62.0/gfx/ots/tests/layout_common_table_test.cc:285:16: note: Function in derived class
firefox-62.0/gfx/ots/tests/layout_common_table_test.cc:328:16: style: The function 'SetUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/ots/tests/layout_common_table_test.cc:256:16: note: Virtual function in base class
firefox-62.0/gfx/ots/tests/layout_common_table_test.cc:328:16: note: Function in derived class
firefox-62.0/gfx/qcms/chain.c:657:2: style: Variable 'transform' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/qcms/chain.c:651:0: note: Variable 'transform' is reassigned a value before the old one has been used.
firefox-62.0/gfx/qcms/chain.c:657:2: note: Variable 'transform' is reassigned a value before the old one has been used.
firefox-62.0/gfx/qcms/chain.c:381:8: style: The scope of the variable 'out_r' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/chain.c:381:15: style: The scope of the variable 'out_g' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/chain.c:381:22: style: The scope of the variable 'out_b' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/chain.c:400:8: style: The scope of the variable 'out_r' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/chain.c:400:15: style: The scope of the variable 'out_g' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/chain.c:400:22: style: The scope of the variable 'out_b' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/chain.c:975:28: style: Checking if unsigned variable 'transform->grid_size' is less than zero. [unsignedLessThanZero]
firefox-62.0/gfx/qcms/iccread.c:1273:2: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/qcms/iccread.c:1269:0: note: Variable 'file' is reassigned a value before the old one has been used.
firefox-62.0/gfx/qcms/iccread.c:1273:2: note: Variable 'file' is reassigned a value before the old one has been used.
firefox-62.0/gfx/qcms/iccread.c:249:15: style: The scope of the variable 'i' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/iccread.c:551:10: style: The scope of the variable 'clut_precision' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/iccread.c:730:16: style: Checking if unsigned variable 'clut_size' is less than zero. [unsignedLessThanZero]
firefox-62.0/gfx/qcms/transform-altivec.c:55:27: portability: Casting from const float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/gfx/qcms/transform-altivec.c:166:27: portability: Casting from const float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/gfx/qcms/transform-altivec.c:59:25: style: Variable 'igtbl_g' is assigned a value that is never used. [unreadVariable]
firefox-62.0/gfx/qcms/transform-altivec.c:60:25: style: Variable 'igtbl_b' is assigned a value that is never used. [unreadVariable]
firefox-62.0/gfx/qcms/transform-altivec.c:170:25: style: Variable 'igtbl_g' is assigned a value that is never used. [unreadVariable]
firefox-62.0/gfx/qcms/transform-altivec.c:171:25: style: Variable 'igtbl_b' is assigned a value that is never used. [unreadVariable]
firefox-62.0/gfx/qcms/transform-sse1.c:28:31: portability: Casting from const float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/gfx/qcms/transform-sse1.c:145:31: portability: Casting from const float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/gfx/qcms/transform-sse2.c:28:31: portability: Casting from const float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/gfx/qcms/transform-sse2.c:139:31: portability: Casting from const float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/gfx/qcms/transform.c:961:41: warning: Either the condition '!original_block' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/gfx/qcms/transform.c:967:6: note: Assuming that condition '!original_block' is not redundant
firefox-62.0/gfx/qcms/transform.c:961:41: note: Null pointer addition
firefox-62.0/gfx/qcms/transform.c:1176:2: style: Variable 'src' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/qcms/transform.c:1172:0: note: Variable 'src' is reassigned a value before the old one has been used.
firefox-62.0/gfx/qcms/transform.c:1176:2: note: Variable 'src' is reassigned a value before the old one has been used.
firefox-62.0/gfx/qcms/transform.c:1177:2: style: Variable 'dest' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/qcms/transform.c:1173:0: note: Variable 'dest' is reassigned a value before the old one has been used.
firefox-62.0/gfx/qcms/transform.c:1177:2: note: Variable 'dest' is reassigned a value before the old one has been used.
firefox-62.0/gfx/qcms/transform.c:587:8: style: The scope of the variable 'c0_r' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/transform.c:588:8: style: The scope of the variable 'c0_g' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/transform.c:589:8: style: The scope of the variable 'c0_b' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/transform.c:590:8: style: The scope of the variable 'clut_r' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/transform.c:590:16: style: The scope of the variable 'clut_g' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/transform.c:590:24: style: The scope of the variable 'clut_b' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/transform.c:703:8: style: The scope of the variable 'c0_r' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/transform.c:704:8: style: The scope of the variable 'c0_g' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/transform.c:705:8: style: The scope of the variable 'c0_b' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/transform.c:706:8: style: The scope of the variable 'clut_r' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/transform.c:706:16: style: The scope of the variable 'clut_g' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/transform.c:706:24: style: The scope of the variable 'clut_b' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/transform.c:1169:11: style: The scope of the variable 'x' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/transform.c:1169:13: style: The scope of the variable 'y' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/transform.c:1169:15: style: The scope of the variable 'z' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/transform.c:1170:11: style: The scope of the variable 'l' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/transform_util.c:411:43: style: Condition 'inverted_size<256' is always false [knownConditionTrueFalse]
firefox-62.0/gfx/qcms/transform_util.c:400:45: note: Assignment 'inverted_size=256', assigned value is 256
firefox-62.0/gfx/qcms/transform_util.c:411:43: note: Condition 'inverted_size<256' is always false
firefox-62.0/gfx/qcms/transform_util.c:411:43: style: Same expression on both sides of '<' because the value of 'inverted_size' and '256' are the same. [duplicateExpression]
firefox-62.0/gfx/qcms/transform_util.c:400:45: note: 'inverted_size' is assigned value '256' here.
firefox-62.0/gfx/qcms/transform_util.c:411:43: note: Same expression on both sides of '<' because the value of 'inverted_size' and '256' are the same.
firefox-62.0/gfx/qcms/transform_util.c:232:20: style: The scope of the variable 'res' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/transform_util.c:261:21: style: The scope of the variable 'a' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/transform_util.c:261:24: style: The scope of the variable 'b' can be reduced. [variableScope]
firefox-62.0/gfx/qcms/transform_util.c:13:32: style: Function 'lut_interp_linear' argument 1 names different: declaration 'value' definition 'input_value'. [funcArgNamesDifferent]
firefox-62.0/gfx/qcms/transform_util.h:35:32: note: Function 'lut_interp_linear' argument 1 names different: declaration 'value' definition 'input_value'.
firefox-62.0/gfx/qcms/transform_util.c:13:32: note: Function 'lut_interp_linear' argument 1 names different: declaration 'value' definition 'input_value'.
firefox-62.0/gfx/qcms/transform_util.c:245:24: style: Array index 'NumZeroes' is used before limits check. [arrayIndexThenCheck]
firefox-62.0/gfx/sfntly/cpp/src/sample/chromium/chrome_subsetter.cc:48:3: style: Variable 'input_file' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/sfntly/cpp/src/sample/chromium/chrome_subsetter.cc:44:0: note: Variable 'input_file' is reassigned a value before the old one has been used.
firefox-62.0/gfx/sfntly/cpp/src/sample/chromium/chrome_subsetter.cc:48:3: note: Variable 'input_file' is reassigned a value before the old one has been used.
firefox-62.0/gfx/sfntly/cpp/src/sample/chromium/chrome_subsetter.cc:70:5: style: Variable 'output_file' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/sfntly/cpp/src/sample/chromium/chrome_subsetter.cc:66:0: note: Variable 'output_file' is reassigned a value before the old one has been used.
firefox-62.0/gfx/sfntly/cpp/src/sample/chromium/chrome_subsetter.cc:70:5: note: Variable 'output_file' is reassigned a value before the old one has been used.
firefox-62.0/gfx/sfntly/cpp/src/sample/chromium/chrome_subsetter.cc:64:7: style: The scope of the variable 'byte_count' can be reduced. [variableScope]
firefox-62.0/gfx/sfntly/cpp/src/sample/chromium/subsetter_impl.cc:335:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sample/chromium/subsetter_impl.cc:358:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sample/chromium/subsetter_impl.cc:367:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sample/chromium/subsetter_impl.cc:411:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sample/chromium/subsetter_impl.cc:465:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sample/subtly/utils.cc:80:3: style: Variable 'output_file' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/sfntly/cpp/src/sample/subtly/utils.cc:76:0: note: Variable 'output_file' is reassigned a value before the old one has been used.
firefox-62.0/gfx/sfntly/cpp/src/sample/subtly/utils.cc:80:3: note: Variable 'output_file' is reassigned a value before the old one has been used.
firefox-62.0/gfx/sfntly/cpp/src/sfntly/data/readable_font_data.cc:233:11: style: The scope of the variable 'location' can be reduced. [variableScope]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/data/readable_font_data.cc:262:11: style: The scope of the variable 'location' can be reduced. [variableScope]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/data/readable_font_data.cc:288:11: style: The scope of the variable 'location' can be reduced. [variableScope]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/font.cc:153:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/font.cc:389:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/port/file_input_stream.cc:141:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/port/memory_input_stream.cc:133:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/bitmap_size_table.cc:155:11: style: The scope of the variable 'index' can be reduced. [variableScope]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/bitmap_size_table.cc:432:11: style: The scope of the variable 'index' can be reduced. [variableScope]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/bitmap_size_table.cc:144:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/bitmap_size_table.cc:218:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/bitmap_size_table.cc:420:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/ebdt_table.cc:79:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/ebdt_table.cc:83:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/ebdt_table.cc:105:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/ebdt_table.cc:109:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/ebdt_table.cc:139:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/ebdt_table.cc:145:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/ebdt_table.cc:217:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/ebdt_table.cc:221:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/eblc_table.cc:121:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/eblc_table.cc:145:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/eblc_table.cc:200:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/eblc_table.cc:219:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/eblc_table.cc:256:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/index_sub_table_format1.cc:197:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/index_sub_table_format3.cc:209:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/index_sub_table_format4.cc:311:11: style: The scope of the variable 'location' can be reduced. [variableScope]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/index_sub_table_format4.cc:246:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/bitmap/index_sub_table_format5.cc:219:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/byte_array_table_builder.cc:40:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/core/horizontal_device_metrics_table.cc:106:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/core/os2_table.cc:434:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/truetype/glyph_table.cc:166:13: style: The scope of the variable 'loca_value' can be reduced. [variableScope]
firefox-62.0/gfx/sfntly/cpp/src/sfntly/table/truetype/loca_table.cc:205:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/gfx/sfntly/cpp/src/test/chrome_subsetter.cc:56:5: style: Variable 'output_file' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/sfntly/cpp/src/test/chrome_subsetter.cc:52:0: note: Variable 'output_file' is reassigned a value before the old one has been used.
firefox-62.0/gfx/sfntly/cpp/src/test/chrome_subsetter.cc:56:5: note: Variable 'output_file' is reassigned a value before the old one has been used.
firefox-62.0/gfx/sfntly/cpp/src/test/cmap_editing_test.cc:67:0: error: syntax error [syntaxError]
firefox-62.0/gfx/sfntly/cpp/src/test/file_io_test.cc:31:3: style: Variable 'file_handle' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/sfntly/cpp/src/test/file_io_test.cc:27:0: note: Variable 'file_handle' is reassigned a value before the old one has been used.
firefox-62.0/gfx/sfntly/cpp/src/test/file_io_test.cc:31:3: note: Variable 'file_handle' is reassigned a value before the old one has been used.
firefox-62.0/gfx/sfntly/cpp/src/test/file_io_test.cc:92:3: style: Variable 'file_handle' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/sfntly/cpp/src/test/file_io_test.cc:88:0: note: Variable 'file_handle' is reassigned a value before the old one has been used.
firefox-62.0/gfx/sfntly/cpp/src/test/file_io_test.cc:92:3: note: Variable 'file_handle' is reassigned a value before the old one has been used.
firefox-62.0/gfx/sfntly/cpp/src/test/lock_test.cc:29:3: style: Class 'BasicLockTestThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/sfntly/cpp/src/test/lock_test.cc:106:3: style: Class 'TryLockTestThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/sfntly/cpp/src/test/platform_thread.cc:72:3: style: Variable 'success' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/sfntly/cpp/src/test/platform_thread.cc:69:0: note: Variable 'success' is reassigned a value before the old one has been used.
firefox-62.0/gfx/sfntly/cpp/src/test/platform_thread.cc:72:3: note: Variable 'success' is reassigned a value before the old one has been used.
firefox-62.0/gfx/sfntly/cpp/src/test/test_font_utils.cc:105:3: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
firefox-62.0/gfx/sfntly/cpp/src/test/test_font_utils.cc:105:3: portability: %lx in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
firefox-62.0/gfx/sfntly/cpp/src/test/test_font_utils.cc:71:3: style: Variable 'input_file' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/sfntly/cpp/src/test/test_font_utils.cc:67:0: note: Variable 'input_file' is reassigned a value before the old one has been used.
firefox-62.0/gfx/sfntly/cpp/src/test/test_font_utils.cc:71:3: note: Variable 'input_file' is reassigned a value before the old one has been used.
firefox-62.0/gfx/sfntly/cpp/src/test/test_font_utils.cc:91:3: style: Variable 'output_file' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/sfntly/cpp/src/test/test_font_utils.cc:87:0: note: Variable 'output_file' is reassigned a value before the old one has been used.
firefox-62.0/gfx/sfntly/cpp/src/test/test_font_utils.cc:91:3: note: Variable 'output_file' is reassigned a value before the old one has been used.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinystr.h:239:7: style: Technically the member function 'TiXmlString::quit' can be const. [functionConst]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinystr.h:78:17: style: Class 'TiXmlString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:150:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:172:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:52:70: style: Function 'EncodeString' argument 2 names different: declaration 'out' definition 'outString'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:262:67: note: Function 'EncodeString' argument 2 names different: declaration 'out' definition 'outString'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:52:70: note: Function 'EncodeString' argument 2 names different: declaration 'out' definition 'outString'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:186:48: style: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:593:38: note: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:186:48: note: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:361:54: style: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:524:44: note: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:361:54: note: Function 'FirstChild' argument 1 names different: declaration 'value' definition '_value'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:373:53: style: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:534:43: note: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:373:53: note: Function 'LastChild' argument 1 names different: declaration 'value' definition '_value'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:399:59: style: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:568:49: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:399:59: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:525:42: style: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:944:29: note: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:525:42: note: Function 'TiXmlElement' argument 1 names different: declaration 'in_value' definition '_value'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:661:61: style: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:985:48: note: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:661:61: note: Function 'QueryIntAttribute' argument 2 names different: declaration '_value' definition 'ival'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:670:71: style: Function 'QueryUnsignedAttribute' argument 2 names different: declaration '_value' definition 'value'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:987:58: note: Function 'QueryUnsignedAttribute' argument 2 names different: declaration '_value' definition 'value'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:670:71: note: Function 'QueryUnsignedAttribute' argument 2 names different: declaration '_value' definition 'value'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:683:63: style: Function 'QueryBoolAttribute' argument 2 names different: declaration '_value' definition 'bval'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:992:50: note: Function 'QueryBoolAttribute' argument 2 names different: declaration '_value' definition 'bval'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:683:63: note: Function 'QueryBoolAttribute' argument 2 names different: declaration '_value' definition 'bval'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:720:67: style: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:994:54: note: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:720:67: note: Function 'QueryDoubleAttribute' argument 2 names different: declaration '_value' definition 'dval'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:740:57: style: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1070:44: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:740:57: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:760:66: style: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1075:53: note: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:760:66: note: Function 'SetDoubleAttribute' argument 2 names different: declaration 'value' definition 'val'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:780:47: style: Function 'SetAttribute' argument 1 names different: declaration 'name' definition 'cname'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1050:33: note: Function 'SetAttribute' argument 1 names different: declaration 'name' definition 'cname'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:780:47: note: Function 'SetAttribute' argument 1 names different: declaration 'name' definition 'cname'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:780:67: style: Function 'SetAttribute' argument 2 names different: declaration '_value' definition 'cvalue'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1050:52: note: Function 'SetAttribute' argument 2 names different: declaration '_value' definition 'cvalue'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:780:67: note: Function 'SetAttribute' argument 2 names different: declaration '_value' definition 'cvalue'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:965:43: style: Function 'LoadFile' argument 1 names different: declaration 'filename' definition '_filename'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1419:30: note: Function 'LoadFile' argument 1 names different: declaration 'filename' definition '_filename'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:965:43: note: Function 'LoadFile' argument 1 names different: declaration 'filename' definition '_filename'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1156:43: style: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1537:37: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1156:43: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1236:41: style: Function 'QueryIntValue' argument 1 names different: declaration '_value' definition 'ival'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:831:26: note: Function 'QueryIntValue' argument 1 names different: declaration '_value' definition 'ival'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1236:41: note: Function 'QueryIntValue' argument 1 names different: declaration '_value' definition 'ival'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1243:47: style: Function 'QueryDoubleValue' argument 1 names different: declaration '_value' definition 'dval'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:833:32: note: Function 'QueryDoubleValue' argument 1 names different: declaration '_value' definition 'dval'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1243:47: note: Function 'QueryDoubleValue' argument 1 names different: declaration '_value' definition 'dval'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1360:39: style: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1254:37: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1360:39: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1482:42: style: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1375:37: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1482:42: note: Function 'Accept' argument 1 names different: declaration 'content' definition 'visitor'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1514:46: style: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:909:28: note: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1514:46: note: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1529:49: style: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:910:31: note: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1529:49: note: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1572:54: style: Function 'Find' argument 1 names different: declaration '_name' definition 'name'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:917:36: note: Function 'Find' argument 1 names different: declaration '_name' definition 'name'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1572:54: note: Function 'Find' argument 1 names different: declaration '_name' definition 'name'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1680:37: style: Function 'Child' argument 1 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1663:25: note: Function 'Child' argument 1 names different: declaration 'index' definition 'count'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1680:37: note: Function 'Child' argument 1 names different: declaration 'index' definition 'count'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1699:56: style: Function 'Child' argument 2 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1659:44: note: Function 'Child' argument 2 names different: declaration 'index' definition 'count'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1699:56: note: Function 'Child' argument 2 names different: declaration 'index' definition 'count'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1718:44: style: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1673:32: note: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1718:44: note: Function 'ChildElement' argument 1 names different: declaration 'index' definition 'count'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1737:63: style: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1668:51: note: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1737:63: note: Function 'ChildElement' argument 2 names different: declaration 'index' definition 'count'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:189:16: warning: Assert statement calls a function which may have desired side effects: 'GetDocument'. [assertWithSideEffect]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:351:19: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1645:2: style: 'TiXmlHandle::operator=' should return 'TiXmlHandle &'. [operatorEq]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:805:3: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:806:3: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1384:2: performance: Variable 'version' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1385:2: performance: Variable 'encoding' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1386:2: performance: Variable 'standalone' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:910:7: style: Technically the member function 'TiXmlAttributeSet::Remove' can be const. [functionConst]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.cpp:1529:25: note: Technically the member function 'TiXmlAttributeSet::Remove' can be const.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:910:7: note: Technically the member function 'TiXmlAttributeSet::Remove' can be const.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1759:14: style: Technically the member function 'TiXmlPrinter::Indent' can be const. [functionConst]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1766:14: style: Technically the member function 'TiXmlPrinter::LineBreak' can be const. [functionConst]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1775:14: style: Technically the member function 'TiXmlPrinter::CStr' can be const. [functionConst]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1777:9: style: Technically the member function 'TiXmlPrinter::Size' can be const. [functionConst]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:944:2: style: Class 'TiXmlElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1168:2: style: Class 'TiXmlComment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1220:2: style: Class 'TiXmlText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1399:2: style: Class 'TiXmlDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1642:2: style: Class 'TiXmlHandle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:867:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:255:22: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:867:22: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:870:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:213:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:870:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1124:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:714:21: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1124:21: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1126:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:213:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1126:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1131:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:255:22: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1131:22: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1133:34: style: The function 'ToElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:698:34: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1133:34: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1134:34: style: The function 'ToElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:705:34: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1134:34: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1138:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:738:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1138:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1177:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:714:21: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1177:21: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1179:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:213:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1179:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1184:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:255:22: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1184:22: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1186:31: style: The function 'ToComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:699:34: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1186:31: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1187:28: style: The function 'ToComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:706:34: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1187:28: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1191:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:738:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1191:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1240:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:213:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1240:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1247:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:255:22: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1247:22: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1249:27: style: The function 'ToText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:701:34: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1249:27: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1250:27: style: The function 'ToText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:708:33: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1250:27: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1254:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:738:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1254:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1258:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:714:21: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1258:21: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1316:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:714:21: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1316:21: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1319:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:213:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1319:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1323:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:255:22: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1323:22: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1325:34: style: The function 'ToDeclaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:702:34: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1325:34: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1326:34: style: The function 'ToDeclaration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:709:34: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1326:34: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1330:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:738:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1330:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1364:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:714:21: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1364:21: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1366:15: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:213:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1366:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1368:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:255:22: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1368:22: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1370:34: style: The function 'ToUnknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:700:34: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1370:34: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1371:34: style: The function 'ToUnknown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:707:34: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1371:34: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1375:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:738:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1375:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1532:34: style: The function 'ToDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:697:34: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1532:34: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1533:34: style: The function 'ToDocument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:704:34: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1533:34: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1537:15: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:738:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1537:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1541:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:714:21: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1541:21: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1743:15: style: The function 'VisitEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:134:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1743:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1744:15: style: The function 'VisitExit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:136:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1744:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1746:15: style: The function 'VisitEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:139:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1746:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1747:15: style: The function 'VisitExit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:141:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1747:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1749:15: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:144:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1749:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1750:15: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:146:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1750:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1751:15: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:148:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1751:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1752:15: style: The function 'Visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:150:15: note: Virtual function in base class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1752:15: note: Function in derived class
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:445:14: style: Redundant condition: If 'EXPR == '#'', the comparison 'EXPR' is always true. [redundantCondition]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:823:16: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:1126:18: style: Redundant condition: If 'EXPR == '>'', the comparison 'EXPR' is always true. [redundantCondition]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:1285:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:1411:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '='' is always true. [redundantCondition]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:430:9: warning: Either the condition 'p' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:420:11: note: Assuming that condition 'p' is not redundant
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:430:9: note: Null pointer subtraction
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:438:47: style: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:323:44: note: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:438:47: note: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:535:21: style: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:367:21: note: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:535:21: note: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:574:46: style: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:315:43: note: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:574:46: note: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:576:15: style: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:317:15: note: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:576:15: note: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:578:15: style: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:319:15: note: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:578:15: note: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:704:68: style: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1446:62: note: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:704:68: note: Function 'Parse' argument 2 names different: declaration 'data' definition 'prevData'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:798:52: style: Function 'SetError' argument 2 names different: declaration 'errorLocation' definition 'pError'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1530:38: note: Function 'SetError' argument 2 names different: declaration 'errorLocation' definition 'pError'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:798:52: note: Function 'SetError' argument 2 names different: declaration 'errorLocation' definition 'pError'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:798:78: style: Function 'SetError' argument 3 names different: declaration 'prevData' definition 'data'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1530:71: note: Function 'SetError' argument 3 names different: declaration 'prevData' definition 'data'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:798:78: note: Function 'SetError' argument 3 names different: declaration 'prevData' definition 'data'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:818:45: style: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:753:35: note: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:818:45: note: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:1179:50: style: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1153:37: note: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:1179:50: note: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:1179:71: style: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1153:59: note: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:1179:71: note: Function 'ReadValue' argument 2 names different: declaration 'prevData' definition 'data'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:1572:91: style: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'. [funcArgNamesDifferent]
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxml.h:1323:82: note: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'.
firefox-62.0/gfx/sfntly/cpp/src/test/tinyxml/tinyxmlparser.cpp:1572:91: note: Function 'Parse' argument 3 names different: declaration 'encoding' definition '_encoding'.
firefox-62.0/gfx/skia/skia/src/android/SkBitmapRegionCodec.cpp:20:67: style: Function 'decodeRegion' argument 5 names different: declaration 'colorType' definition 'prefColorType'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/android/SkBitmapRegionCodec.h:28:35: note: Function 'decodeRegion' argument 5 names different: declaration 'colorType' definition 'prefColorType'.
firefox-62.0/gfx/skia/skia/src/android/SkBitmapRegionCodec.cpp:20:67: note: Function 'decodeRegion' argument 5 names different: declaration 'colorType' definition 'prefColorType'.
firefox-62.0/gfx/skia/skia/src/android/SkBitmapRegionCodec.h:24:5: style: Class 'SkBitmapRegionCodec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/atlastext/SkAtlasTextTarget.cpp:79:5: warning: Member variable 'SkInternalAtlasTextTarget::fColor' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/atlastext/SkInternalAtlasTextContext.cpp:71:57: style: Function 'recordDraw' argument 1 names different: declaration 'vertexData' definition 'srcVertexData'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/atlastext/SkInternalAtlasTextContext.h:43:33: note: Function 'recordDraw' argument 1 names different: declaration 'vertexData' definition 'srcVertexData'.
firefox-62.0/gfx/skia/skia/src/atlastext/SkInternalAtlasTextContext.cpp:71:57: note: Function 'recordDraw' argument 1 names different: declaration 'vertexData' definition 'srcVertexData'.
firefox-62.0/gfx/skia/skia/src/atlastext/SkInternalAtlasTextContext.cpp:35:5: performance: Variable 'fGrContext' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/atlastext/SkInternalAtlasTextContext.h:53:5: style: Class 'SkInternalAtlasTextContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/codec/SkBmpRLECodec.cpp:276:50: style: Function 'decodeRows' argument 1 names different: declaration 'dstInfo' definition 'info'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/codec/SkBmpRLECodec.h:88:39: note: Function 'decodeRows' argument 1 names different: declaration 'dstInfo' definition 'info'.
firefox-62.0/gfx/skia/skia/src/codec/SkBmpRLECodec.cpp:276:50: note: Function 'decodeRows' argument 1 names different: declaration 'dstInfo' definition 'info'.
firefox-62.0/gfx/skia/skia/src/codec/SkBmpRLECodec.cpp:17:16: warning: Member variable 'SkBmpRLECodec::fStreamBuffer' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/codec/SkBmpRLECodec.cpp:17:16: warning: Member variable 'SkBmpRLECodec::fLinesToSkip' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/codec/SkBmpRLECodec.cpp:536:5: style: Class 'SkBmpRLESampler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/codec/SkBmpStandardCodec.cpp:64:56: style: Function 'createColorTable' argument 1 names different: declaration 'colorType' definition 'dstColorType'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/codec/SkBmpStandardCodec.h:73:39: note: Function 'createColorTable' argument 1 names different: declaration 'colorType' definition 'dstColorType'.
firefox-62.0/gfx/skia/skia/src/codec/SkBmpStandardCodec.cpp:64:56: note: Function 'createColorTable' argument 1 names different: declaration 'colorType' definition 'dstColorType'.
firefox-62.0/gfx/skia/skia/src/codec/SkBmpStandardCodec.cpp:64:82: style: Function 'createColorTable' argument 2 names different: declaration 'alphaType' definition 'dstAlphaType'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/codec/SkBmpStandardCodec.h:73:62: note: Function 'createColorTable' argument 2 names different: declaration 'alphaType' definition 'dstAlphaType'.
firefox-62.0/gfx/skia/skia/src/codec/SkBmpStandardCodec.cpp:64:82: note: Function 'createColorTable' argument 2 names different: declaration 'alphaType' definition 'dstAlphaType'.
firefox-62.0/gfx/skia/skia/src/codec/SkCodecImageGenerator.cpp:42:60: style: Function 'onGetPixels' argument 1 names different: declaration 'info' definition 'requestInfo'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/codec/SkCodecImageGenerator.h:26:41: note: Function 'onGetPixels' argument 1 names different: declaration 'info' definition 'requestInfo'.
firefox-62.0/gfx/skia/skia/src/codec/SkCodecImageGenerator.cpp:42:60: note: Function 'onGetPixels' argument 1 names different: declaration 'info' definition 'requestInfo'.
firefox-62.0/gfx/skia/skia/src/codec/SkCodecImageGenerator.cpp:42:79: style: Function 'onGetPixels' argument 2 names different: declaration 'pixels' definition 'requestPixels'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/codec/SkCodecImageGenerator.h:26:53: note: Function 'onGetPixels' argument 2 names different: declaration 'pixels' definition 'requestPixels'.
firefox-62.0/gfx/skia/skia/src/codec/SkCodecImageGenerator.cpp:42:79: note: Function 'onGetPixels' argument 2 names different: declaration 'pixels' definition 'requestPixels'.
firefox-62.0/gfx/skia/skia/src/codec/SkCodecImageGenerator.cpp:43:48: style: Function 'onGetPixels' argument 3 names different: declaration 'rowBytes' definition 'requestRowBytes'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/codec/SkCodecImageGenerator.h:26:68: note: Function 'onGetPixels' argument 3 names different: declaration 'rowBytes' definition 'requestRowBytes'.
firefox-62.0/gfx/skia/skia/src/codec/SkCodecImageGenerator.cpp:43:48: note: Function 'onGetPixels' argument 3 names different: declaration 'rowBytes' definition 'requestRowBytes'.
firefox-62.0/gfx/skia/skia/src/codec/SkIcoCodec.cpp:199:66: style: Function 'SkIcoCodec' argument 4 names different: declaration 'embeddedCodecs' definition 'codecs'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/codec/SkIcoCodec.h:91:55: note: Function 'SkIcoCodec' argument 4 names different: declaration 'embeddedCodecs' definition 'codecs'.
firefox-62.0/gfx/skia/skia/src/codec/SkIcoCodec.cpp:199:66: note: Function 'SkIcoCodec' argument 4 names different: declaration 'embeddedCodecs' definition 'codecs'.
firefox-62.0/gfx/skia/skia/src/codec/SkPngCodec.h:38:9: style: Struct 'voidp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/codec/SkIcoCodec.cpp:174:36: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/codec/SkIcoCodec.cpp:182:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/codec/SkIcoCodec.cpp:183:26: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/codec/SkIcoCodec.cpp:184:34: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/codec/SkIcoCodec.cpp:185:40: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/codec/SkIcoCodec.cpp:223:38: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/codec/SkIcoCodec.cpp:224:39: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/codec/SkIcoCodec.cpp:233:29: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/codec/SkIcoCodec.cpp:241:30: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/codec/SkIcoCodec.cpp:273:51: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/codec/SkIcoCodec.cpp:304:51: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/codec/SkIcoCodec.cpp:337:51: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/codec/SkJpegCodec.cpp:391:58: style: Function 'setOutputColorSpace' argument 1 names different: declaration 'dst' definition 'dstInfo'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/codec/SkJpegCodec.h:118:49: note: Function 'setOutputColorSpace' argument 1 names different: declaration 'dst' definition 'dstInfo'.
firefox-62.0/gfx/skia/skia/src/codec/SkJpegCodec.cpp:391:58: note: Function 'setOutputColorSpace' argument 1 names different: declaration 'dst' definition 'dstInfo'.
firefox-62.0/gfx/skia/skia/src/codec/SkJpegCodec.cpp:757:62: style: Function 'onGetScanlines' argument 3 names different: declaration 'rowBytes' definition 'dstRowBytes'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/codec/SkJpegCodec.h:131:53: note: Function 'onGetScanlines' argument 3 names different: declaration 'rowBytes' definition 'dstRowBytes'.
firefox-62.0/gfx/skia/skia/src/codec/SkJpegCodec.cpp:757:62: note: Function 'onGetScanlines' argument 3 names different: declaration 'rowBytes' definition 'dstRowBytes'.
firefox-62.0/gfx/skia/skia/src/codec/SkJpegCodec.cpp:959:13: style: Variable 'rowptrs' is assigned a value that is never used. [unreadVariable]
firefox-62.0/gfx/skia/skia/src/codec/SkJpegPriv.h:36:9: style: Class 'AutoPushJmpBuf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/codec/SkJpegUtility.h:33:5: style: Struct 'skjpeg_source_mgr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/codec/SkJpegDecoderMgr.h:37:5: style: Class 'JpegDecoderMgr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/codec/SkJpegCodec.cpp:52:23: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/codec/SkJpegUtility.cpp:18:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/codec/SkJpegUtility.cpp:32:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/codec/SkJpegUtility.cpp:41:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/codec/SkJpegUtility.cpp:61:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/codec/SkJpegUtility.cpp:15:35: style: Function 'skjpeg_err_exit' argument 1 names different: declaration 'cinfo' definition 'dinfo'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/codec/SkJpegUtility.h:27:35: note: Function 'skjpeg_err_exit' argument 1 names different: declaration 'cinfo' definition 'dinfo'.
firefox-62.0/gfx/skia/skia/src/codec/SkJpegUtility.cpp:15:35: note: Function 'skjpeg_err_exit' argument 1 names different: declaration 'cinfo' definition 'dinfo'.
firefox-62.0/gfx/skia/skia/src/codec/SkJpegUtility.cpp:124:20: warning: Member variable 'skjpeg_source_mgr::fBuffer' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/codec/SkMasks.cpp:129:58: style: Function 'CreateMasks' argument 2 names different: declaration 'bpp' definition 'bitsPerPixel'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/codec/SkMasks.h:48:60: note: Function 'CreateMasks' argument 2 names different: declaration 'bpp' definition 'bitsPerPixel'.
firefox-62.0/gfx/skia/skia/src/codec/SkMasks.cpp:129:58: note: Function 'CreateMasks' argument 2 names different: declaration 'bpp' definition 'bitsPerPixel'.
firefox-62.0/gfx/skia/skia/src/codec/SkMasks.cpp:132:25: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 131. [shiftTooManyBitsSigned]
firefox-62.0/gfx/skia/skia/src/codec/SkMasks.cpp:131:22: note: Assuming that condition 'bitsPerPixel<32' is not redundant
firefox-62.0/gfx/skia/skia/src/codec/SkMasks.cpp:132:25: note: Shift
firefox-62.0/gfx/skia/skia/src/codec/SkMasks.cpp:133:27: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 131. [shiftTooManyBitsSigned]
firefox-62.0/gfx/skia/skia/src/codec/SkMasks.cpp:131:22: note: Assuming that condition 'bitsPerPixel<32' is not redundant
firefox-62.0/gfx/skia/skia/src/codec/SkMasks.cpp:133:27: note: Shift
firefox-62.0/gfx/skia/skia/src/codec/SkMasks.cpp:134:26: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 131. [shiftTooManyBitsSigned]
firefox-62.0/gfx/skia/skia/src/codec/SkMasks.cpp:131:22: note: Assuming that condition 'bitsPerPixel<32' is not redundant
firefox-62.0/gfx/skia/skia/src/codec/SkMasks.cpp:134:26: note: Shift
firefox-62.0/gfx/skia/skia/src/codec/SkMasks.cpp:135:27: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 131. [shiftTooManyBitsSigned]
firefox-62.0/gfx/skia/skia/src/codec/SkMasks.cpp:131:22: note: Assuming that condition 'bitsPerPixel<32' is not redundant
firefox-62.0/gfx/skia/skia/src/codec/SkMasks.cpp:135:27: note: Shift
firefox-62.0/gfx/skia/skia/src/codec/SkPngCodec.cpp:1136:15: style: Function 'onStartIncrementalDecode' argument 2 names different: declaration 'pixels' definition 'dst'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/codec/SkPngCodec.h:76:71: note: Function 'onStartIncrementalDecode' argument 2 names different: declaration 'pixels' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/codec/SkPngCodec.cpp:1136:15: note: Function 'onStartIncrementalDecode' argument 2 names different: declaration 'pixels' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/codec/SkPngCodec.cpp:977:13: warning: Member variable 'SkPngCodec::fXformMode' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/codec/SkPngCodec.cpp:977:13: warning: Member variable 'SkPngCodec::fXformWidth' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/codec/SkPngCodec.cpp:487:5: warning: Member variable 'SkPngNormalDecoder::fRowsNeeded' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/codec/SkPngCodec.cpp:610:5: warning: Member variable 'SkPngInterlacedDecoder::fDst' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/codec/SkPngCodec.cpp:610:5: warning: Member variable 'SkPngInterlacedDecoder::fRowBytes' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/codec/SkRawCodec.cpp:614:5: warning: Member variable 'SkDngImage::fWidth' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/codec/SkRawCodec.cpp:614:5: warning: Member variable 'SkDngImage::fHeight' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/codec/SkRawCodec.cpp:614:5: warning: Member variable 'SkDngImage::fIsScalable' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/codec/SkRawCodec.cpp:614:5: warning: Member variable 'SkDngImage::fIsXtransImage' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/codec/SkRawCodec.h:54:5: style: Class 'SkRawCodec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/codec/SkRawCodec.cpp:422:5: style: Class 'SkDngStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/codec/SkRawCodec.cpp:614:5: style: Class 'SkDngImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/codec/SkSampledCodec.cpp:19:54: style: Function 'accountForNativeScaling' argument 1 names different: declaration 'sampleSize' definition 'sampleSizePtr'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/codec/SkSampledCodec.h:45:42: note: Function 'accountForNativeScaling' argument 1 names different: declaration 'sampleSize' definition 'sampleSizePtr'.
firefox-62.0/gfx/skia/skia/src/codec/SkSampledCodec.cpp:19:54: note: Function 'accountForNativeScaling' argument 1 names different: declaration 'sampleSize' definition 'sampleSizePtr'.
firefox-62.0/gfx/skia/skia/src/codec/SkStreamBuffer.cpp:37:36: style: Function 'buffer' argument 1 names different: declaration 'bytes' definition 'totalBytesToBuffer'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/codec/SkStreamBuffer.h:50:24: note: Function 'buffer' argument 1 names different: declaration 'bytes' definition 'totalBytesToBuffer'.
firefox-62.0/gfx/skia/skia/src/codec/SkStreamBuffer.cpp:37:36: note: Function 'buffer' argument 1 names different: declaration 'bytes' definition 'totalBytesToBuffer'.
firefox-62.0/gfx/skia/skia/src/codec/SkStreamBuffer.cpp:10:17: warning: Member variable 'SkStreamBuffer::fBuffer' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/codec/SkStreamBuffer.h:27:5: style: Class 'SkStreamBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkAAClip.cpp:2135:24: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
firefox-62.0/gfx/skia/skia/src/core/SkMathPriv.h:37:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/gfx/skia/skia/src/core/SkNx.h:323:0: error: Analysis failed. If the code is valid then please report this failure. [cppcheckError]
firefox-62.0/gfx/skia/skia/src/core/SkTraceEvent.h:334:3: warning: Member variable 'ScopedTracer::data_' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkEdge.h:88:63: style: Function 'setLine' argument 3 names different: declaration 'shiftUp' definition 'shift'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkEdge.h:40:66: note: Function 'setLine' argument 3 names different: declaration 'shiftUp' definition 'shift'.
firefox-62.0/gfx/skia/skia/src/core/SkEdge.h:88:63: note: Function 'setLine' argument 3 names different: declaration 'shiftUp' definition 'shift'.
firefox-62.0/gfx/skia/skia/src/core/SkAnalyticEdge.cpp:16:41: style: Function 'updateLine' argument 1 names different: declaration 'ax' definition 'x0'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkAnalyticEdge.h:81:36: note: Function 'updateLine' argument 1 names different: declaration 'ax' definition 'x0'.
firefox-62.0/gfx/skia/skia/src/core/SkAnalyticEdge.cpp:16:41: note: Function 'updateLine' argument 1 names different: declaration 'ax' definition 'x0'.
firefox-62.0/gfx/skia/skia/src/core/SkAnalyticEdge.cpp:16:53: style: Function 'updateLine' argument 2 names different: declaration 'ay' definition 'y0'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkAnalyticEdge.h:81:48: note: Function 'updateLine' argument 2 names different: declaration 'ay' definition 'y0'.
firefox-62.0/gfx/skia/skia/src/core/SkAnalyticEdge.cpp:16:53: note: Function 'updateLine' argument 2 names different: declaration 'ay' definition 'y0'.
firefox-62.0/gfx/skia/skia/src/core/SkAnalyticEdge.cpp:16:65: style: Function 'updateLine' argument 3 names different: declaration 'bx' definition 'x1'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkAnalyticEdge.h:81:60: note: Function 'updateLine' argument 3 names different: declaration 'bx' definition 'x1'.
firefox-62.0/gfx/skia/skia/src/core/SkAnalyticEdge.cpp:16:65: note: Function 'updateLine' argument 3 names different: declaration 'bx' definition 'x1'.
firefox-62.0/gfx/skia/skia/src/core/SkAnalyticEdge.cpp:16:77: style: Function 'updateLine' argument 4 names different: declaration 'by' definition 'y1'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkAnalyticEdge.h:81:72: note: Function 'updateLine' argument 4 names different: declaration 'by' definition 'y1'.
firefox-62.0/gfx/skia/skia/src/core/SkAnalyticEdge.cpp:16:77: note: Function 'updateLine' argument 4 names different: declaration 'by' definition 'y1'.
firefox-62.0/gfx/skia/skia/src/core/SkArenaAlloc.cpp:85:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkArenaAlloc.cpp:55:48: style: Function 'installFooter' argument 1 names different: declaration 'releaser' definition 'action'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkArenaAlloc.h:163:38: note: Function 'installFooter' argument 1 names different: declaration 'releaser' definition 'action'.
firefox-62.0/gfx/skia/skia/src/core/SkArenaAlloc.cpp:55:48: note: Function 'installFooter' argument 1 names different: declaration 'releaser' definition 'action'.
firefox-62.0/gfx/skia/skia/src/core/SkArenaAlloc.cpp:68:13: warning: Size of pointer 'fCursor' used instead of size of its data. [pointerSize]
firefox-62.0/gfx/skia/skia/src/core/SkArenaAlloc.cpp:95:20: warning: Size of pointer 'objEnd' used instead of size of its data. [pointerSize]
firefox-62.0/gfx/skia/skia/src/core/SkArenaAlloc.h:246:14: warning: Member variable 'SkSTArenaAlloc::fInlineStorage' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkArenaAlloc.h:127:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/core/SkArenaAlloc.h:140:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:202:5: warning: Member variable 'ClipOpAndAA::fOp' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:202:5: warning: Member variable 'ClipOpAndAA::fAA' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:134:0: warning: Member variable 'SkRecords :: PODArray < int >::fPtr' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:134:0: warning: Member variable 'SkRecords :: PODArray < SkCanvas :: Lattice :: RectType >::fPtr' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:134:0: warning: Member variable 'SkRecords :: PODArray < SkColor >::fPtr' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:134:0: warning: Member variable 'SkRecords :: PODArray < char >::fPtr' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:134:0: warning: Member variable 'SkRecords :: PODArray < SkPoint >::fPtr' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:134:0: warning: Member variable 'SkRecords :: PODArray < SkScalar >::fPtr' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:134:0: warning: Member variable 'SkRecords :: PODArray < SkRSXform >::fPtr' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:134:0: warning: Member variable 'SkRecords :: PODArray < SkRect >::fPtr' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkRecord.h:128:14: style: Technically the member function 'SkRecord::Destroyer::operator()' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:117:5: style: Class 'Adopted' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:118:5: style: Class 'Adopted' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:150:5: style: Struct 'PreCachedPath' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:157:5: style: Struct 'TypedMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:135:0: style: Class 'SkRecords :: PODArray < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:135:0: style: Class 'SkRecords :: PODArray < SkCanvas :: Lattice :: RectType >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:135:0: style: Class 'SkRecords :: PODArray < SkColor >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:135:0: style: Class 'SkRecords :: PODArray < char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:135:0: style: Class 'SkRecords :: PODArray < SkPoint >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:135:0: style: Class 'SkRecords :: PODArray < SkScalar >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:135:0: style: Class 'SkRecords :: PODArray < SkRSXform >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:135:0: style: Class 'SkRecords :: PODArray < SkRect >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:102:0: style: Class 'SkRecords :: Optional < SkRect >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:102:0: style: Class 'SkRecords :: Optional < SkPaint >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkRecords.h:102:0: style: Class 'SkRecords :: Optional < SkMatrix >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkBitmap.cpp:165:26: warning: Either the condition '0==rb' is redundant or there is division by zero at line 165. [zerodivcond]
firefox-62.0/gfx/skia/skia/src/core/SkBitmap.cpp:158:19: note: Assuming that condition '0==rb' is not redundant
firefox-62.0/gfx/skia/skia/src/core/SkBitmap.cpp:165:26: note: Division by zero
firefox-62.0/gfx/skia/skia/src/core/SkReader32.h:69:26: warning: Size of pointer 'fCurr' used instead of size of its data. [pointerSize]
firefox-62.0/gfx/skia/skia/src/core/SkMipMap.h:70:19: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkBitmapCache.cpp:244:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkBitmapCache.cpp:53:52: style: Function 'Make' argument 1 names different: declaration 'genID' definition 'imageID'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBitmapCache.h:42:44: note: Function 'Make' argument 1 names different: declaration 'genID' definition 'imageID'.
firefox-62.0/gfx/skia/skia/src/core/SkBitmapCache.cpp:53:52: note: Function 'Make' argument 1 names different: declaration 'genID' definition 'imageID'.
firefox-62.0/gfx/skia/skia/src/core/SkMipMap.h:78:5: warning: Member variable 'SkMipMap::fLevels' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/core/SkMipMap.h:78:5: warning: Member variable 'SkMipMap::fCount' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/core/SkMipMap.h:79:5: warning: Member variable 'SkMipMap::fLevels' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/core/SkMipMap.h:79:5: warning: Member variable 'SkMipMap::fCount' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/core/SkResourceCache.h:31:5: style: The struct 'Key' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkResourceCache.h:77:9: warning: Member variable 'Rec::fNext' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkResourceCache.h:77:9: warning: Member variable 'Rec::fPrev' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkBitmapCache.h:54:30: style: Technically the member function 'SkBitmapCache::RecDeleter::operator()' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/core/SkResourceCache.h:290:10: performance: Technically the member function 'SkResourceCache::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/core/SkResourceCache.h:200:5: style: Class 'SkResourceCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkResourceCache.h:114:9: style: Struct 'PurgeSharedIDMessage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkBitmapCache.cpp:95:5: style: Struct 'BitmapKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkBitmapController.cpp:19:78: style: Function 'requestBitmap' argument 2 names different: declaration 'inverse' definition 'inv'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBitmapController.h:42:67: note: Function 'requestBitmap' argument 2 names different: declaration 'inverse' definition 'inv'.
firefox-62.0/gfx/skia/skia/src/core/SkBitmapController.cpp:19:78: note: Function 'requestBitmap' argument 2 names different: declaration 'inverse' definition 'inv'.
firefox-62.0/gfx/skia/skia/src/core/SkBitmapController.cpp:152:93: style: Function 'onRequestBitmap' argument 5 names different: declaration 'storageSize' definition 'size'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBitmapController.h:64:50: note: Function 'onRequestBitmap' argument 5 names different: declaration 'storageSize' definition 'size'.
firefox-62.0/gfx/skia/skia/src/core/SkBitmapController.cpp:152:93: note: Function 'onRequestBitmap' argument 5 names different: declaration 'storageSize' definition 'size'.
firefox-62.0/gfx/skia/skia/src/core/SkBitmapProvider.h:14:1: warning: The class 'SkBitmapProvider' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/core/SkWriter32.h:119:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkWriter32.h:127:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkWriter32.h:131:10: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkBitmapDevice.cpp:307:47: style: Function 'drawRRect' argument 1 names different: declaration 'rr' definition 'rrect'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBitmapDevice.h:79:35: note: Function 'drawRRect' argument 1 names different: declaration 'rr' definition 'rrect'.
firefox-62.0/gfx/skia/skia/src/core/SkBitmapDevice.cpp:307:47: note: Function 'drawRRect' argument 1 names different: declaration 'rr' definition 'rrect'.
firefox-62.0/gfx/skia/skia/src/core/SkBitmapDevice.cpp:468:79: style: Function 'drawPosText' argument 3 names different: declaration 'pos' definition 'xpos'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBitmapDevice.h:110:67: note: Function 'drawPosText' argument 3 names different: declaration 'pos' definition 'xpos'.
firefox-62.0/gfx/skia/skia/src/core/SkBitmapDevice.cpp:468:79: note: Function 'drawPosText' argument 3 names different: declaration 'pos' definition 'xpos'.
firefox-62.0/gfx/skia/skia/src/core/SkBitmapDevice.cpp:681:51: style: Function 'onClipRegion' argument 1 names different: declaration 'deviceRgn' definition 'rgn'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBitmapDevice.h:135:39: note: Function 'onClipRegion' argument 1 names different: declaration 'deviceRgn' definition 'rgn'.
firefox-62.0/gfx/skia/skia/src/core/SkBitmapDevice.cpp:681:51: note: Function 'onClipRegion' argument 1 names different: declaration 'deviceRgn' definition 'rgn'.
firefox-62.0/gfx/skia/skia/src/core/SkBitmapDevice.cpp:715:55: style: Function 'validateDevBounds' argument 1 names different: declaration 'r' definition 'drawClipBounds'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBitmapDevice.h:139:43: note: Function 'validateDevBounds' argument 1 names different: declaration 'r' definition 'drawClipBounds'.
firefox-62.0/gfx/skia/skia/src/core/SkBitmapDevice.cpp:715:55: note: Function 'validateDevBounds' argument 1 names different: declaration 'r' definition 'drawClipBounds'.
firefox-62.0/gfx/skia/skia/src/core/SkBitmapProcState.cpp:81:45: style: Function 'init' argument 1 names different: declaration 'inverse' definition 'inv'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBitmapProcState.h:46:31: note: Function 'init' argument 1 names different: declaration 'inverse' definition 'inv'.
firefox-62.0/gfx/skia/skia/src/core/SkBitmapProcState.cpp:81:45: note: Function 'init' argument 1 names different: declaration 'inverse' definition 'inv'.
firefox-62.0/gfx/skia/skia/src/core/SkBitmapScaler.cpp:208:45: style: Function 'Resize' argument 1 names different: declaration 'dst' definition 'result'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBitmapScaler.h:36:40: note: Function 'Resize' argument 1 names different: declaration 'dst' definition 'result'.
firefox-62.0/gfx/skia/skia/src/core/SkBitmapScaler.cpp:208:45: note: Function 'Resize' argument 1 names different: declaration 'dst' definition 'result'.
firefox-62.0/gfx/skia/skia/src/core/SkBitmapScaler.cpp:208:69: style: Function 'Resize' argument 2 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBitmapScaler.h:36:61: note: Function 'Resize' argument 2 names different: declaration 'src' definition 'source'.
firefox-62.0/gfx/skia/skia/src/core/SkBitmapScaler.cpp:208:69: note: Function 'Resize' argument 2 names different: declaration 'src' definition 'source'.
firefox-62.0/gfx/skia/skia/src/core/SkBlitMask_D32.cpp:36:5: style: Variable 'proc' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/skia/skia/src/core/SkBlitMask_D32.cpp:34:0: note: Variable 'proc' is reassigned a value before the old one has been used.
firefox-62.0/gfx/skia/skia/src/core/SkBlitMask_D32.cpp:36:5: note: Variable 'proc' is reassigned a value before the old one has been used.
firefox-62.0/gfx/skia/skia/src/core/SkBlitRow_D32.cpp:95:49: style: Function 'Factory32' argument 1 names different: declaration 'flags32' definition 'flags'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBlitRow.h:29:38: note: Function 'Factory32' argument 1 names different: declaration 'flags32' definition 'flags'.
firefox-62.0/gfx/skia/skia/src/core/SkBlitRow_D32.cpp:95:49: note: Function 'Factory32' argument 1 names different: declaration 'flags32' definition 'flags'.
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.cpp:397:35: style: Function 'blitH' argument 1 names different: declaration 'x' definition 'left'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.h:195:20: note: Function 'blitH' argument 1 names different: declaration 'x' definition 'left'.
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.cpp:397:35: note: Function 'blitH' argument 1 names different: declaration 'x' definition 'left'.
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.cpp:419:39: style: Function 'blitAntiH' argument 1 names different: declaration 'x' definition 'left'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.h:196:24: note: Function 'blitAntiH' argument 1 names different: declaration 'x' definition 'left'.
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.cpp:419:39: note: Function 'blitAntiH' argument 1 names different: declaration 'x' definition 'left'.
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.cpp:476:38: style: Function 'blitRect' argument 1 names different: declaration 'x' definition 'left'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.h:198:23: note: Function 'blitRect' argument 1 names different: declaration 'x' definition 'left'.
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.cpp:476:38: note: Function 'blitRect' argument 1 names different: declaration 'x' definition 'left'.
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.cpp:485:42: style: Function 'blitAntiRect' argument 1 names different: declaration 'x' definition 'left'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.h:199:35: note: Function 'blitAntiRect' argument 1 names different: declaration 'x' definition 'left'.
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.cpp:485:42: note: Function 'blitAntiRect' argument 1 names different: declaration 'x' definition 'left'.
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.cpp:669:51: style: Function 'apply' argument 3 names different: declaration 'bounds' definition 'ir'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.h:293:38: note: Function 'apply' argument 3 names different: declaration 'bounds' definition 'ir'.
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.cpp:669:51: note: Function 'apply' argument 3 names different: declaration 'bounds' definition 'ir'.
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.cpp:930:46: style: Function 'Choose' argument 1 names different: declaration 'dst' definition 'device'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.h:149:46: note: Function 'Choose' argument 1 names different: declaration 'dst' definition 'device'.
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.cpp:930:46: note: Function 'Choose' argument 1 names different: declaration 'dst' definition 'device'.
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.cpp:932:45: style: Function 'Choose' argument 3 names different: declaration 'paint' definition 'origPaint'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.h:151:45: note: Function 'Choose' argument 3 names different: declaration 'paint' definition 'origPaint'.
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.cpp:932:45: note: Function 'Choose' argument 3 names different: declaration 'paint' definition 'origPaint'.
firefox-62.0/gfx/skia/skia/src/core/SkBlitter_Sprite.cpp:195:9: style: Condition '!blitter' is always true [knownConditionTrueFalse]
firefox-62.0/gfx/skia/skia/src/core/SkBlitter_Sprite.cpp:193:32: note: Assignment 'blitter=nullptr', assigned value is 0
firefox-62.0/gfx/skia/skia/src/core/SkBlitter_Sprite.cpp:195:9: note: Condition '!blitter' is always true
firefox-62.0/gfx/skia/skia/src/core/SkBlitter_Sprite.cpp:177:25: style: Function 'ChooseSprite' argument 3 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBlitter.h:157:52: note: Function 'ChooseSprite' argument 3 names different: declaration 'src' definition 'source'.
firefox-62.0/gfx/skia/skia/src/core/SkBlitter_Sprite.cpp:177:25: note: Function 'ChooseSprite' argument 3 names different: declaration 'src' definition 'source'.
firefox-62.0/gfx/skia/skia/src/core/SkBlurImageFilter.cpp:277:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkBlurImageFilter.cpp:279:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkBlurImageFilter.cpp:317:47: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkBlurImageFilter.cpp:273:0: style: Same expression used in consecutive assignments of 'pass0Count' and 'pass1Count'. [duplicateAssignExpression]
firefox-62.0/gfx/skia/skia/src/core/SkBlurImageFilter.cpp:274:0: note: Same expression used in consecutive assignments of 'pass0Count' and 'pass1Count'.
firefox-62.0/gfx/skia/skia/src/core/SkBlurImageFilter.cpp:273:0: note: Same expression used in consecutive assignments of 'pass0Count' and 'pass1Count'.
firefox-62.0/gfx/skia/skia/src/core/SkBuffer.cpp:14:36: style: Function 'skip' argument 1 names different: declaration 'bytes' definition 'size'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkBuffer.h:65:29: note: Function 'skip' argument 1 names different: declaration 'bytes' definition 'size'.
firefox-62.0/gfx/skia/skia/src/core/SkBuffer.cpp:14:36: note: Function 'skip' argument 1 names different: declaration 'bytes' definition 'size'.
firefox-62.0/gfx/skia/skia/src/core/SkBuffer.h:88:5: style: Class 'SkWBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkCachedData.cpp:31:34: style: Function 'SkCachedData' argument 1 names different: declaration 'mallocData' definition 'data'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkCachedData.h:18:24: note: Function 'SkCachedData' argument 1 names different: declaration 'mallocData' definition 'data'.
firefox-62.0/gfx/skia/skia/src/core/SkCachedData.cpp:31:34: note: Function 'SkCachedData' argument 1 names different: declaration 'mallocData' definition 'data'.
firefox-62.0/gfx/skia/skia/src/core/SkCachedData.cpp:69:5: style: Class 'AutoMutexWritable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkCanvas.cpp:645:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkCanvasPriv.cpp:55:41: style: Function 'WriteLattice' argument 1 names different: declaration 'storage' definition 'buffer'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkCanvasPriv.h:35:38: note: Function 'WriteLattice' argument 1 names different: declaration 'storage' definition 'buffer'.
firefox-62.0/gfx/skia/skia/src/core/SkCanvasPriv.cpp:55:41: note: Function 'WriteLattice' argument 1 names different: declaration 'storage' definition 'buffer'.
firefox-62.0/gfx/skia/skia/src/core/SkMask.h:20:5: warning: Member variable 'SkMask::fRowBytes' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkMask.h:20:5: warning: Member variable 'SkMask::fFormat' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkAutoMalloc.h:74:14: style: Technically the member function 'SkAutoMalloc::WrapFree::operator()' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/core/SkWriteBuffer.h:122:10: style: Technically the member function 'SkBinaryWriteBuffer::writeToMemory' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/core/SkReadBuffer.h:98:12: style: Technically the member function 'SkReadBuffer::size' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/core/SkReadBuffer.h:99:12: style: Technically the member function 'SkReadBuffer::offset' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/core/SkReadBuffer.h:100:10: style: Technically the member function 'SkReadBuffer::eof' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/core/SkReadBuffer.h:254:9: style: Technically the member function 'SkReadBuffer::factoryCount' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/core/SkMask.h:141:5: style: Class 'SkAutoMaskFreeImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:602:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:604:21: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:621:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:622:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:628:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:629:21: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:638:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:657:28: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:685:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:786:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:807:51: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:823:21: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:864:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:871:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:991:44: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:678:42: style: Function 'isEmpty' argument 1 names different: declaration 'deviceBounds' definition 'r'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.h:321:33: note: Function 'isEmpty' argument 1 names different: declaration 'deviceBounds' definition 'r'.
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:678:42: note: Function 'isEmpty' argument 1 names different: declaration 'deviceBounds' definition 'r'.
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:704:55: style: Function 'internalQuickContains' argument 1 names different: declaration 'devRect' definition 'rect'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.h:498:46: note: Function 'internalQuickContains' argument 1 names different: declaration 'devRect' definition 'rect'.
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:704:55: note: Function 'internalQuickContains' argument 1 names different: declaration 'devRect' definition 'rect'.
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:729:56: style: Function 'internalQuickContains' argument 1 names different: declaration 'devRRect' definition 'rrect'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.h:499:47: note: Function 'internalQuickContains' argument 1 names different: declaration 'devRRect' definition 'rrect'.
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.cpp:729:56: note: Function 'internalQuickContains' argument 1 names different: declaration 'devRRect' definition 'rrect'.
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.h:221:9: style: Class 'Element' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.h:447:9: style: Class 'B2TIter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkClipStack.h:48:5: warning: The class 'Element' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/core/SkClipStackDevice.cpp:42:54: style: Function 'onClipRegion' argument 1 names different: declaration 'deviceRgn' definition 'rgn'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkClipStackDevice.h:32:39: note: Function 'onClipRegion' argument 1 names different: declaration 'deviceRgn' definition 'rgn'.
firefox-62.0/gfx/skia/skia/src/core/SkClipStackDevice.cpp:42:54: note: Function 'onClipRegion' argument 1 names different: declaration 'deviceRgn' definition 'rgn'.
firefox-62.0/gfx/skia/skia/src/core/SkClipStackDevice.cpp:54:61: style: Function 'onSetDeviceClipRestriction' argument 1 names different: declaration 'mutableClipRestriction' definition 'clipRestriction'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkClipStackDevice.h:33:46: note: Function 'onSetDeviceClipRestriction' argument 1 names different: declaration 'mutableClipRestriction' definition 'clipRestriction'.
firefox-62.0/gfx/skia/skia/src/core/SkClipStackDevice.cpp:54:61: note: Function 'onSetDeviceClipRestriction' argument 1 names different: declaration 'mutableClipRestriction' definition 'clipRestriction'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpace.cpp:344:19: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpace.cpp:350:19: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpace.cpp:362:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpace.cpp:375:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpace.cpp:404:11: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpace.cpp:434:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkGammas.h:117:5: style: Struct 'SkGammas' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform.cpp:600:13: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform.cpp:289:65: style: Function 'BuildDstGammaTables' argument 1 names different: declaration 'outGammaTables' definition 'dstGammaTables'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform_Base.h:25:52: note: Function 'BuildDstGammaTables' argument 1 names different: declaration 'outGammaTables' definition 'dstGammaTables'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform.cpp:289:65: note: Function 'BuildDstGammaTables' argument 1 names different: declaration 'outGammaTables' definition 'dstGammaTables'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform.cpp:290:59: style: Function 'BuildDstGammaTables' argument 2 names different: declaration 'gammaTableStorage' definition 'dstStorage'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform_Base.h:26:46: note: Function 'BuildDstGammaTables' argument 2 names different: declaration 'gammaTableStorage' definition 'dstStorage'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform.cpp:290:59: note: Function 'BuildDstGammaTables' argument 2 names different: declaration 'gammaTableStorage' definition 'dstStorage'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform.cpp:305:23: style: Function 'New' argument 1 names different: declaration 'srcSpace' definition 'src'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform_Base.h:20:65: note: Function 'New' argument 1 names different: declaration 'srcSpace' definition 'src'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform.cpp:305:23: note: Function 'New' argument 1 names different: declaration 'srcSpace' definition 'src'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform.cpp:306:23: style: Function 'New' argument 2 names different: declaration 'dstSpace' definition 'dst'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform_Base.h:21:65: note: Function 'New' argument 2 names different: declaration 'dstSpace' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform.cpp:306:23: note: Function 'New' argument 2 names different: declaration 'dstSpace' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform.cpp:408:49: style: Function 'onApply' argument 1 names different: declaration 'dstFormat' definition 'dstColorFormat'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform_Base.h:51:30: note: Function 'onApply' argument 1 names different: declaration 'dstFormat' definition 'dstColorFormat'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform.cpp:408:49: note: Function 'onApply' argument 1 names different: declaration 'dstFormat' definition 'dstColorFormat'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform.cpp:409:49: style: Function 'onApply' argument 3 names different: declaration 'srcFormat' definition 'srcColorFormat'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform_Base.h:52:30: note: Function 'onApply' argument 3 names different: declaration 'srcFormat' definition 'srcColorFormat'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform.cpp:409:49: note: Function 'onApply' argument 3 names different: declaration 'srcFormat' definition 'srcColorFormat'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform.cpp:410:41: style: Function 'onApply' argument 5 names different: declaration 'count' definition 'len'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform_Base.h:53:22: note: Function 'onApply' argument 5 names different: declaration 'count' definition 'len'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform.cpp:410:41: note: Function 'onApply' argument 5 names different: declaration 'count' definition 'len'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform_A2B.cpp:294:61: style: Function 'buildTableFn' argument 1 names different: declaration 'table' definition 'fn'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform_A2B.h:33:42: note: Function 'buildTableFn' argument 1 names different: declaration 'table' definition 'fn'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform_A2B.cpp:294:61: note: Function 'buildTableFn' argument 1 names different: declaration 'table' definition 'fn'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform_A2B.cpp:313:65: style: Function 'addTableFn' argument 1 names different: declaration 'table' definition 'fn'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform_A2B.h:34:46: note: Function 'addTableFn' argument 1 names different: declaration 'table' definition 'fn'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform_A2B.cpp:313:65: note: Function 'addTableFn' argument 1 names different: declaration 'table' definition 'fn'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform_A2B.cpp:332:57: style: Function 'addMatrix' argument 1 names different: declaration 'matrix' definition 'm44'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform_A2B.h:36:38: note: Function 'addMatrix' argument 1 names different: declaration 'matrix' definition 'm44'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXform_A2B.cpp:332:57: note: Function 'addMatrix' argument 1 names different: declaration 'matrix' definition 'm44'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpaceXformer.cpp:57:5: style: Class 'AutoCachePurge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkEndian.h:24:0: error: #error "need either LENDIAN or BENDIAN defined" [preprocessorErrorDirective]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpace_XYZ.cpp:13:79: style: Function 'SkColorSpace_XYZ' argument 2 names different: declaration 'toXYZ' definition 'toXYZD50'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpace_XYZ.h:39:65: note: Function 'SkColorSpace_XYZ' argument 2 names different: declaration 'toXYZ' definition 'toXYZD50'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpace_XYZ.cpp:13:79: note: Function 'SkColorSpace_XYZ' argument 2 names different: declaration 'toXYZ' definition 'toXYZD50'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpace_XYZ.cpp:23:54: style: Function 'SkColorSpace_XYZ' argument 3 names different: declaration 'toXYZ' definition 'toXYZD50'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkColorSpace_XYZ.h:42:40: note: Function 'SkColorSpace_XYZ' argument 3 names different: declaration 'toXYZ' definition 'toXYZD50'.
firefox-62.0/gfx/skia/skia/src/core/SkColorSpace_XYZ.cpp:23:54: note: Function 'SkColorSpace_XYZ' argument 3 names different: declaration 'toXYZ' definition 'toXYZD50'.
firefox-62.0/gfx/skia/skia/src/core/SkConvertPixels.cpp:268:11: style: The scope of the variable 'matrix' can be reduced. [variableScope]
firefox-62.0/gfx/skia/skia/src/core/SkConvertPixels.cpp:348:74: style: Function 'SkConvertPixels' argument 3 names different: declaration 'dstRowBytes' definition 'dstRB'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkConvertPixels.h:16:74: note: Function 'SkConvertPixels' argument 3 names different: declaration 'dstRowBytes' definition 'dstRB'.
firefox-62.0/gfx/skia/skia/src/core/SkConvertPixels.cpp:348:74: note: Function 'SkConvertPixels' argument 3 names different: declaration 'dstRowBytes' definition 'dstRB'.
firefox-62.0/gfx/skia/skia/src/core/SkConvertPixels.cpp:349:80: style: Function 'SkConvertPixels' argument 6 names different: declaration 'srcRowBytes' definition 'srcRB'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkConvertPixels.h:17:80: note: Function 'SkConvertPixels' argument 6 names different: declaration 'srcRowBytes' definition 'srcRB'.
firefox-62.0/gfx/skia/skia/src/core/SkConvertPixels.cpp:349:80: note: Function 'SkConvertPixels' argument 6 names different: declaration 'srcRowBytes' definition 'srcRB'.
firefox-62.0/gfx/skia/skia/src/core/SkConvertPixels.cpp:350:36: style: Function 'SkConvertPixels' argument 7 names different: declaration 'srcCTable' definition 'ctable'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkConvertPixels.h:18:36: note: Function 'SkConvertPixels' argument 7 names different: declaration 'srcCTable' definition 'ctable'.
firefox-62.0/gfx/skia/skia/src/core/SkConvertPixels.cpp:350:36: note: Function 'SkConvertPixels' argument 7 names different: declaration 'srcCTable' definition 'ctable'.
firefox-62.0/gfx/skia/skia/src/core/SkConvolver.cpp:154:46: style: Function 'GetSingleFilter' argument 1 names different: declaration 'specifiedFilterLength' definition 'specifiedFilterlength'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkConvolver.h:104:57: note: Function 'GetSingleFilter' argument 1 names different: declaration 'specifiedFilterLength' definition 'specifiedFilterlength'.
firefox-62.0/gfx/skia/skia/src/core/SkConvolver.cpp:154:46: note: Function 'GetSingleFilter' argument 1 names different: declaration 'specifiedFilterLength' definition 'specifiedFilterlength'.
firefox-62.0/gfx/skia/skia/src/core/SkConvolver.cpp:171:50: style: Function 'BGRAConvolve2D' argument 4 names different: declaration 'xfilter' definition 'filterX'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkConvolver.h:168:34: note: Function 'BGRAConvolve2D' argument 4 names different: declaration 'xfilter' definition 'filterX'.
firefox-62.0/gfx/skia/skia/src/core/SkConvolver.cpp:171:50: note: Function 'BGRAConvolve2D' argument 4 names different: declaration 'xfilter' definition 'filterX'.
firefox-62.0/gfx/skia/skia/src/core/SkConvolver.cpp:172:50: style: Function 'BGRAConvolve2D' argument 5 names different: declaration 'yfilter' definition 'filterY'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkConvolver.h:169:34: note: Function 'BGRAConvolve2D' argument 5 names different: declaration 'yfilter' definition 'filterY'.
firefox-62.0/gfx/skia/skia/src/core/SkConvolver.cpp:172:50: note: Function 'BGRAConvolve2D' argument 5 names different: declaration 'yfilter' definition 'filterY'.
firefox-62.0/gfx/skia/skia/src/core/SkCpu.cpp:77:0: error: failed to evaluate #elif condition, division/modulo by zero [preprocessorErrorDirective]
firefox-62.0/gfx/skia/skia/src/core/SkCubicClipper.cpp:107:46: style: Function 'clipCubic' argument 1 names different: declaration 'src' definition 'srcPts'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkCubicClipper.h:27:56: note: Function 'clipCubic' argument 1 names different: declaration 'src' definition 'srcPts'.
firefox-62.0/gfx/skia/skia/src/core/SkCubicClipper.cpp:107:46: note: Function 'clipCubic' argument 1 names different: declaration 'src' definition 'srcPts'.
firefox-62.0/gfx/skia/skia/src/core/SkDeque.cpp:160:9: warning: Either the condition 'first!=nullptr' is redundant or there is possible null pointer dereference: first. [nullPointerRedundantCheck]
firefox-62.0/gfx/skia/skia/src/core/SkDeque.cpp:163:24: note: Assuming that condition 'first!=nullptr' is not redundant
firefox-62.0/gfx/skia/skia/src/core/SkDeque.cpp:160:9: note: Null pointer dereference
firefox-62.0/gfx/skia/skia/src/core/SkDeque.cpp:194:9: warning: Either the condition 'last!=nullptr' is redundant or there is possible null pointer dereference: last. [nullPointerRedundantCheck]
firefox-62.0/gfx/skia/skia/src/core/SkDeque.cpp:197:23: note: Assuming that condition 'last!=nullptr' is not redundant
firefox-62.0/gfx/skia/skia/src/core/SkDeque.cpp:194:9: note: Null pointer dereference
firefox-62.0/gfx/skia/skia/src/core/SkDevice.cpp:39:46: style: Function 'setOrigin' argument 1 names different: declaration 'ctm' definition 'globalCTM'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkDevice.h:374:36: note: Function 'setOrigin' argument 1 names different: declaration 'ctm' definition 'globalCTM'.
firefox-62.0/gfx/skia/skia/src/core/SkDevice.cpp:39:46: note: Function 'setOrigin' argument 1 names different: declaration 'ctm' definition 'globalCTM'.
firefox-62.0/gfx/skia/skia/src/core/SkDevice.cpp:86:47: style: Function 'drawRegion' argument 1 names different: declaration 'r' definition 'region'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkDevice.h:175:45: note: Function 'drawRegion' argument 1 names different: declaration 'r' definition 'region'.
firefox-62.0/gfx/skia/skia/src/core/SkDevice.cpp:86:47: note: Function 'drawRegion' argument 1 names different: declaration 'r' definition 'region'.
firefox-62.0/gfx/skia/skia/src/core/SkDevice.cpp:271:78: style: Function 'drawAtlas' argument 5 names different: declaration 'count' definition 'quadCount'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkDevice.h:254:49: note: Function 'drawAtlas' argument 5 names different: declaration 'count' definition 'quadCount'.
firefox-62.0/gfx/skia/skia/src/core/SkDevice.cpp:271:78: note: Function 'drawAtlas' argument 5 names different: declaration 'count' definition 'quadCount'.
firefox-62.0/gfx/skia/skia/src/core/SkDevice.cpp:424:60: style: Function 'drawTextOnPath' argument 2 names different: declaration 'len' definition 'byteLength'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkDevice.h:264:58: note: Function 'drawTextOnPath' argument 2 names different: declaration 'len' definition 'byteLength'.
firefox-62.0/gfx/skia/skia/src/core/SkDevice.cpp:424:60: note: Function 'drawTextOnPath' argument 2 names different: declaration 'len' definition 'byteLength'.
firefox-62.0/gfx/skia/skia/src/core/SkDeviceProfile.cpp:26:56: style: Function 'SkDeviceProfile' argument 2 names different: declaration 'contrastScale' definition 'contrast'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkDeviceProfile.h:87:43: note: Function 'SkDeviceProfile' argument 2 names different: declaration 'contrastScale' definition 'contrast'.
firefox-62.0/gfx/skia/skia/src/core/SkDeviceProfile.cpp:26:56: note: Function 'SkDeviceProfile' argument 2 names different: declaration 'contrastScale' definition 'contrast'.
firefox-62.0/gfx/skia/skia/src/core/SkDeviceProfile.cpp:41:48: style: Function 'Create' argument 2 names different: declaration 'contrastScale' definition 'contrast'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkDeviceProfile.h:49:42: note: Function 'Create' argument 2 names different: declaration 'contrastScale' definition 'contrast'.
firefox-62.0/gfx/skia/skia/src/core/SkDeviceProfile.cpp:41:48: note: Function 'Create' argument 2 names different: declaration 'contrastScale' definition 'contrast'.
firefox-62.0/gfx/skia/skia/src/core/SkDistanceFieldGen.cpp:355:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkDistanceFieldGen.cpp:466:45: style: Function 'SkGenerateDistanceFieldFromA8Image' argument 3 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkDistanceFieldGen.h:39:45: note: Function 'SkGenerateDistanceFieldFromA8Image' argument 3 names different: declaration 'w' definition 'width'.
firefox-62.0/gfx/skia/skia/src/core/SkDistanceFieldGen.cpp:466:45: note: Function 'SkGenerateDistanceFieldFromA8Image' argument 3 names different: declaration 'w' definition 'width'.
firefox-62.0/gfx/skia/skia/src/core/SkDistanceFieldGen.cpp:466:56: style: Function 'SkGenerateDistanceFieldFromA8Image' argument 4 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkDistanceFieldGen.h:39:52: note: Function 'SkGenerateDistanceFieldFromA8Image' argument 4 names different: declaration 'h' definition 'height'.
firefox-62.0/gfx/skia/skia/src/core/SkDistanceFieldGen.cpp:466:56: note: Function 'SkGenerateDistanceFieldFromA8Image' argument 4 names different: declaration 'h' definition 'height'.
firefox-62.0/gfx/skia/skia/src/core/SkDistanceFieldGen.cpp:494:45: style: Function 'SkGenerateDistanceFieldFromBWImage' argument 3 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkDistanceFieldGen.h:52:45: note: Function 'SkGenerateDistanceFieldFromBWImage' argument 3 names different: declaration 'w' definition 'width'.
firefox-62.0/gfx/skia/skia/src/core/SkDistanceFieldGen.cpp:494:45: note: Function 'SkGenerateDistanceFieldFromBWImage' argument 3 names different: declaration 'w' definition 'width'.
firefox-62.0/gfx/skia/skia/src/core/SkDistanceFieldGen.cpp:494:56: style: Function 'SkGenerateDistanceFieldFromBWImage' argument 4 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkDistanceFieldGen.h:52:52: note: Function 'SkGenerateDistanceFieldFromBWImage' argument 4 names different: declaration 'h' definition 'height'.
firefox-62.0/gfx/skia/skia/src/core/SkDistanceFieldGen.cpp:494:56: note: Function 'SkGenerateDistanceFieldFromBWImage' argument 4 names different: declaration 'h' definition 'height'.
firefox-62.0/gfx/skia/skia/src/core/SkDraw.cpp:767:46: warning: Possible null pointer dereference: postPaintRect [nullPointer]
firefox-62.0/gfx/skia/skia/src/core/SkDraw.h:44:46: note: Calling function 'drawRect', 4th argument 'postPaintRect' value is 0
firefox-62.0/gfx/skia/skia/src/core/SkDraw.cpp:767:46: note: Null pointer dereference
firefox-62.0/gfx/skia/skia/src/core/SkDescriptor.h:66:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkDescriptor.h:149:21: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkDescriptor.h:158:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkDraw.cpp:1086:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkFindAndPlaceGlyph.h:354:40: style: Checking if unsigned variable 'metricGlyph.fWidth' is less than zero. This might be a false warning. [unsignedLessThanZero]
firefox-62.0/gfx/skia/skia/src/core/SkDraw.cpp:55:57: style: Function 'computeConservativeLocalClipBounds' argument 1 names different: declaration 'bounds' definition 'localBounds'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkDraw.h:145:48: note: Function 'computeConservativeLocalClipBounds' argument 1 names different: declaration 'bounds' definition 'localBounds'.
firefox-62.0/gfx/skia/skia/src/core/SkDraw.cpp:55:57: note: Function 'computeConservativeLocalClipBounds' argument 1 names different: declaration 'bounds' definition 'localBounds'.
firefox-62.0/gfx/skia/skia/src/core/SkDraw.cpp:419:51: style: Function 'chooseProc' argument 1 names different: declaration 'blitter' definition 'blitterPtr'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkDraw.cpp:243:33: note: Function 'chooseProc' argument 1 names different: declaration 'blitter' definition 'blitterPtr'.
firefox-62.0/gfx/skia/skia/src/core/SkDraw.cpp:419:51: note: Function 'chooseProc' argument 1 names different: declaration 'blitter' definition 'blitterPtr'.
firefox-62.0/gfx/skia/skia/src/core/SkDraw.cpp:831:40: style: Function 'drawDevMask' argument 1 names different: declaration 'mask' definition 'srcM'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkDraw.h:99:36: note: Function 'drawDevMask' argument 1 names different: declaration 'mask' definition 'srcM'.
firefox-62.0/gfx/skia/skia/src/core/SkDraw.cpp:831:40: note: Function 'drawDevMask' argument 1 names different: declaration 'mask' definition 'srcM'.
firefox-62.0/gfx/skia/skia/src/core/SkDraw.cpp:1046:39: style: Function 'drawPath' argument 3 names different: declaration 'preMatrix' definition 'prePathMatrix'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkDraw.h:129:69: note: Function 'drawPath' argument 3 names different: declaration 'preMatrix' definition 'prePathMatrix'.
firefox-62.0/gfx/skia/skia/src/core/SkDraw.cpp:1046:39: note: Function 'drawPath' argument 3 names different: declaration 'preMatrix' definition 'prePathMatrix'.
firefox-62.0/gfx/skia/skia/src/core/SkDraw.cpp:1232:39: style: Function 'drawBitmap' argument 3 names different: declaration 'dstOrNull' definition 'dstBounds'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkDraw.h:62:72: note: Function 'drawBitmap' argument 3 names different: declaration 'dstOrNull' definition 'dstBounds'.
firefox-62.0/gfx/skia/skia/src/core/SkDraw.cpp:1232:39: note: Function 'drawBitmap' argument 3 names different: declaration 'dstOrNull' definition 'dstBounds'.
firefox-62.0/gfx/skia/skia/src/core/SkArenaAlloc.h:246:0: warning: Member variable 'SkSTArenaAlloc < 48 >::fInlineStorage' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkDraw_vertices.cpp:176:50: style: Function 'drawVertices' argument 1 names different: declaration 'mode' definition 'vmode'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkDraw.h:70:49: note: Function 'drawVertices' argument 1 names different: declaration 'mode' definition 'vmode'.
firefox-62.0/gfx/skia/skia/src/core/SkDraw_vertices.cpp:176:50: note: Function 'drawVertices' argument 1 names different: declaration 'mode' definition 'vmode'.
firefox-62.0/gfx/skia/skia/src/core/SkDraw_vertices.cpp:179:57: style: Function 'drawVertices' argument 8 names different: declaration 'ptCount' definition 'indexCount'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkDraw.h:73:56: note: Function 'drawVertices' argument 8 names different: declaration 'ptCount' definition 'indexCount'.
firefox-62.0/gfx/skia/skia/src/core/SkDraw_vertices.cpp:179:57: note: Function 'drawVertices' argument 8 names different: declaration 'ptCount' definition 'indexCount'.
firefox-62.0/gfx/skia/skia/src/core/SkEdge.cpp:34:25: style: Function 'setLine' argument 4 names different: declaration 'shiftUp' definition 'shift'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkEdge.h:38:80: note: Function 'setLine' argument 4 names different: declaration 'shiftUp' definition 'shift'.
firefox-62.0/gfx/skia/skia/src/core/SkEdge.cpp:34:25: note: Function 'setLine' argument 4 names different: declaration 'shiftUp' definition 'shift'.
firefox-62.0/gfx/skia/skia/src/core/SkEdge.cpp:90:32: style: Function 'updateLine' argument 1 names different: declaration 'ax' definition 'x0'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkEdge.h:41:35: note: Function 'updateLine' argument 1 names different: declaration 'ax' definition 'x0'.
firefox-62.0/gfx/skia/skia/src/core/SkEdge.cpp:90:32: note: Function 'updateLine' argument 1 names different: declaration 'ax' definition 'x0'.
firefox-62.0/gfx/skia/skia/src/core/SkEdge.cpp:90:44: style: Function 'updateLine' argument 2 names different: declaration 'ay' definition 'y0'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkEdge.h:41:47: note: Function 'updateLine' argument 2 names different: declaration 'ay' definition 'y0'.
firefox-62.0/gfx/skia/skia/src/core/SkEdge.cpp:90:44: note: Function 'updateLine' argument 2 names different: declaration 'ay' definition 'y0'.
firefox-62.0/gfx/skia/skia/src/core/SkEdge.cpp:90:56: style: Function 'updateLine' argument 3 names different: declaration 'bx' definition 'x1'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkEdge.h:41:59: note: Function 'updateLine' argument 3 names different: declaration 'bx' definition 'x1'.
firefox-62.0/gfx/skia/skia/src/core/SkEdge.cpp:90:56: note: Function 'updateLine' argument 3 names different: declaration 'bx' definition 'x1'.
firefox-62.0/gfx/skia/skia/src/core/SkEdge.cpp:90:68: style: Function 'updateLine' argument 4 names different: declaration 'by' definition 'y1'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkEdge.h:41:71: note: Function 'updateLine' argument 4 names different: declaration 'by' definition 'y1'.
firefox-62.0/gfx/skia/skia/src/core/SkEdge.cpp:90:68: note: Function 'updateLine' argument 4 names different: declaration 'by' definition 'y1'.
firefox-62.0/gfx/skia/skia/src/core/SkEdge.cpp:181:75: style: Function 'setQuadraticWithoutUpdate' argument 2 names different: declaration 'shiftUp' definition 'shift'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkEdge.h:71:62: note: Function 'setQuadraticWithoutUpdate' argument 2 names different: declaration 'shiftUp' definition 'shift'.
firefox-62.0/gfx/skia/skia/src/core/SkEdge.cpp:181:75: note: Function 'setQuadraticWithoutUpdate' argument 2 names different: declaration 'shiftUp' definition 'shift'.
firefox-62.0/gfx/skia/skia/src/core/SkEdge.cpp:280:61: style: Function 'setQuadratic' argument 2 names different: declaration 'shiftUp' definition 'shift'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkEdge.h:72:48: note: Function 'setQuadratic' argument 2 names different: declaration 'shiftUp' definition 'shift'.
firefox-62.0/gfx/skia/skia/src/core/SkEdge.cpp:280:61: note: Function 'setQuadratic' argument 2 names different: declaration 'shiftUp' definition 'shift'.
firefox-62.0/gfx/skia/skia/src/core/SkEdge.cpp:350:67: style: Function 'setCubicWithoutUpdate' argument 2 names different: declaration 'shiftUp' definition 'shift'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkEdge.h:83:58: note: Function 'setCubicWithoutUpdate' argument 2 names different: declaration 'shiftUp' definition 'shift'.
firefox-62.0/gfx/skia/skia/src/core/SkEdge.cpp:350:67: note: Function 'setCubicWithoutUpdate' argument 2 names different: declaration 'shiftUp' definition 'shift'.
firefox-62.0/gfx/skia/skia/src/core/SkEdge.cpp:449:53: style: Function 'setCubic' argument 2 names different: declaration 'shiftUp' definition 'shift'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkEdge.h:84:44: note: Function 'setCubic' argument 2 names different: declaration 'shiftUp' definition 'shift'.
firefox-62.0/gfx/skia/skia/src/core/SkEdge.cpp:449:53: note: Function 'setCubic' argument 2 names different: declaration 'shiftUp' definition 'shift'.
firefox-62.0/gfx/skia/skia/src/core/SkEdgeBuilder.h:97:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkEdgeBuilder.h:105:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkEdgeBuilder.h:106:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkEdgeBuilder.h:109:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkEdgeBuilder.h:110:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkEdgeBuilder.cpp:255:65: style: Function 'buildPoly' argument 2 names different: declaration 'clip' definition 'iclip'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkEdgeBuilder.h:92:54: note: Function 'buildPoly' argument 2 names different: declaration 'clip' definition 'iclip'.
firefox-62.0/gfx/skia/skia/src/core/SkEdgeBuilder.cpp:255:65: note: Function 'buildPoly' argument 2 names different: declaration 'clip' definition 'iclip'.
firefox-62.0/gfx/skia/skia/src/core/SkEdgeBuilder.cpp:256:35: style: Function 'buildPoly' argument 4 names different: declaration 'clipToTheRight' definition 'canCullToTheRight'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkEdgeBuilder.h:92:78: note: Function 'buildPoly' argument 4 names different: declaration 'clipToTheRight' definition 'canCullToTheRight'.
firefox-62.0/gfx/skia/skia/src/core/SkEdgeBuilder.cpp:256:35: note: Function 'buildPoly' argument 4 names different: declaration 'clipToTheRight' definition 'canCullToTheRight'.
firefox-62.0/gfx/skia/skia/src/core/SkEdgeBuilder.cpp:346:61: style: Function 'build' argument 2 names different: declaration 'clip' definition 'iclip'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkEdgeBuilder.h:46:50: note: Function 'build' argument 2 names different: declaration 'clip' definition 'iclip'.
firefox-62.0/gfx/skia/skia/src/core/SkEdgeBuilder.cpp:346:61: note: Function 'build' argument 2 names different: declaration 'clip' definition 'iclip'.
firefox-62.0/gfx/skia/skia/src/core/SkEdgeBuilder.cpp:347:31: style: Function 'build' argument 4 names different: declaration 'clipToTheRight' definition 'canCullToTheRight'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkEdgeBuilder.h:46:74: note: Function 'build' argument 4 names different: declaration 'clipToTheRight' definition 'canCullToTheRight'.
firefox-62.0/gfx/skia/skia/src/core/SkEdgeBuilder.cpp:347:31: note: Function 'build' argument 4 names different: declaration 'clipToTheRight' definition 'canCullToTheRight'.
firefox-62.0/gfx/skia/skia/src/core/SkEdgeClipper.cpp:216:44: style: Function 'clipQuad' argument 1 names different: declaration 'pts' definition 'srcPts'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkEdgeClipper.h:22:33: note: Function 'clipQuad' argument 1 names different: declaration 'pts' definition 'srcPts'.
firefox-62.0/gfx/skia/skia/src/core/SkEdgeClipper.cpp:216:44: note: Function 'clipQuad' argument 1 names different: declaration 'pts' definition 'srcPts'.
firefox-62.0/gfx/skia/skia/src/core/SkEdgeClipper.cpp:332:49: style: Function 'clipMonoCubic' argument 1 names different: declaration 'srcPts' definition 'src'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkEdgeClipper.h:42:38: note: Function 'clipMonoCubic' argument 1 names different: declaration 'srcPts' definition 'src'.
firefox-62.0/gfx/skia/skia/src/core/SkEdgeClipper.cpp:332:49: note: Function 'clipMonoCubic' argument 1 names different: declaration 'srcPts' definition 'src'.
firefox-62.0/gfx/skia/skia/src/core/SkEdgeClipper.cpp:411:45: style: Function 'clipCubic' argument 1 names different: declaration 'pts' definition 'srcPts'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkEdgeClipper.h:23:34: note: Function 'clipCubic' argument 1 names different: declaration 'pts' definition 'srcPts'.
firefox-62.0/gfx/skia/skia/src/core/SkEdgeClipper.cpp:411:45: note: Function 'clipCubic' argument 1 names different: declaration 'pts' definition 'srcPts'.
firefox-62.0/gfx/skia/skia/src/core/SkExecutor.cpp:119:21: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkPtrRecorder.h:65:9: style: Class 'Iter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkPtrRecorder.h:134:18: style: The function 'incPtr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/core/SkPtrRecorder.h:82:18: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/core/SkPtrRecorder.h:134:18: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/core/SkPtrRecorder.h:135:18: style: The function 'decPtr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/core/SkPtrRecorder.h:83:18: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/core/SkPtrRecorder.h:135:18: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/core/SkFontDescriptor.h:16:1: warning: The class 'SkFontData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/core/SkFontMgr.cpp:226:14: style: Technically the member function 'matchStyleCSS3::Score::operator<' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/core/SkFontDescriptor.h:60:31: performance: Function parameter 'style' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:171:68: style: Function 'SkFindQuadExtrema' argument 4 names different: declaration 'tValues' definition 'tValue'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.h:62:68: note: Function 'SkFindQuadExtrema' argument 4 names different: declaration 'tValues' definition 'tValue'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:171:68: note: Function 'SkFindQuadExtrema' argument 4 names different: declaration 'tValues' definition 'tValue'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:312:63: style: Function 'SkEvalCubicAt' argument 3 names different: declaration 'locOrNull' definition 'loc'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.h:99:63: note: Function 'SkEvalCubicAt' argument 3 names different: declaration 'locOrNull' definition 'loc'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:312:63: note: Function 'SkEvalCubicAt' argument 3 names different: declaration 'locOrNull' definition 'loc'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:313:30: style: Function 'SkEvalCubicAt' argument 4 names different: declaration 'tangentOrNull' definition 'tangent'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.h:100:30: note: Function 'SkEvalCubicAt' argument 4 names different: declaration 'tangentOrNull' definition 'tangent'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:313:30: note: Function 'SkEvalCubicAt' argument 4 names different: declaration 'tangentOrNull' definition 'tangent'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:313:49: style: Function 'SkEvalCubicAt' argument 5 names different: declaration 'curvatureOrNull' definition 'curvature'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.h:100:55: note: Function 'SkEvalCubicAt' argument 5 names different: declaration 'curvatureOrNull' definition 'curvature'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:313:49: note: Function 'SkEvalCubicAt' argument 5 names different: declaration 'curvatureOrNull' definition 'curvature'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:407:35: style: Function 'SkChopCubicAt' argument 3 names different: declaration 't' definition 'tValues'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.h:112:72: note: Function 'SkChopCubicAt' argument 3 names different: declaration 't' definition 'tValues'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:407:35: note: Function 'SkChopCubicAt' argument 3 names different: declaration 't' definition 'tValues'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:407:50: style: Function 'SkChopCubicAt' argument 4 names different: declaration 't_count' definition 'roots'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.h:113:24: note: Function 'SkChopCubicAt' argument 4 names different: declaration 't_count' definition 'roots'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:407:50: note: Function 'SkChopCubicAt' argument 4 names different: declaration 't_count' definition 'roots'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:675:43: style: Function 'SkClassifyCubic' argument 1 names different: declaration 'p' definition 'src'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.h:215:43: note: Function 'SkClassifyCubic' argument 1 names different: declaration 'p' definition 'src'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:675:43: note: Function 'SkClassifyCubic' argument 1 names different: declaration 'p' definition 'src'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:928:50: style: Function 'SkChopMonoCubicAtY' argument 2 names different: declaration 'x' definition 'y'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.h:159:50: note: Function 'SkChopMonoCubicAtY' argument 2 names different: declaration 'x' definition 'y'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:928:50: note: Function 'SkChopMonoCubicAtY' argument 2 names different: declaration 'x' definition 'y'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:932:50: style: Function 'SkChopMonoCubicAtX' argument 2 names different: declaration 'y' definition 'x'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.h:158:50: note: Function 'SkChopMonoCubicAtX' argument 2 names different: declaration 'y' definition 'x'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:932:50: note: Function 'SkChopMonoCubicAtX' argument 2 names different: declaration 'y' definition 'x'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:1102:43: style: Function 'evalAt' argument 2 names different: declaration 'pos' definition 'pt'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.h:260:38: note: Function 'evalAt' argument 2 names different: declaration 'pos' definition 'pt'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:1102:43: note: Function 'evalAt' argument 2 names different: declaration 'pos' definition 'pt'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:1372:43: style: Function 'BuildUnitArc' argument 1 names different: declaration 'start' definition 'uStart'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.h:305:45: note: Function 'BuildUnitArc' argument 1 names different: declaration 'start' definition 'uStart'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:1372:43: note: Function 'BuildUnitArc' argument 1 names different: declaration 'start' definition 'uStart'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:1372:67: style: Function 'BuildUnitArc' argument 2 names different: declaration 'stop' definition 'uStop'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.h:305:68: note: Function 'BuildUnitArc' argument 2 names different: declaration 'stop' definition 'uStop'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:1372:67: note: Function 'BuildUnitArc' argument 2 names different: declaration 'stop' definition 'uStop'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:1373:63: style: Function 'BuildUnitArc' argument 5 names different: declaration 'conics' definition 'dst'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.h:306:54: note: Function 'BuildUnitArc' argument 5 names different: declaration 'conics' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/core/SkGeometry.cpp:1373:63: note: Function 'BuildUnitArc' argument 5 names different: declaration 'conics' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/core/SkGlyphCache.cpp:58:77: style: Function 'getCharGlyphRec' argument 1 names different: declaration 'id' definition 'packedUnicharID'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkGlyphCache.h:218:53: note: Function 'getCharGlyphRec' argument 1 names different: declaration 'id' definition 'packedUnicharID'.
firefox-62.0/gfx/skia/skia/src/core/SkGlyphCache.cpp:58:77: note: Function 'getCharGlyphRec' argument 1 names different: declaration 'id' definition 'packedUnicharID'.
firefox-62.0/gfx/skia/skia/src/core/SkGlyphCache.cpp:140:47: style: Function 'lookupByChar' argument 1 names different: declaration 'id' definition 'charCode'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkGlyphCache.h:209:37: note: Function 'lookupByChar' argument 1 names different: declaration 'id' definition 'charCode'.
firefox-62.0/gfx/skia/skia/src/core/SkGlyphCache.cpp:140:47: note: Function 'lookupByChar' argument 1 names different: declaration 'id' definition 'charCode'.
firefox-62.0/gfx/skia/skia/src/core/SkGlyphCache.cpp:163:84: style: Function 'allocateNewGlyph' argument 2 names different: declaration 'type' definition 'mtype'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkGlyphCache.h:213:74: note: Function 'allocateNewGlyph' argument 2 names different: declaration 'type' definition 'mtype'.
firefox-62.0/gfx/skia/skia/src/core/SkGlyphCache.cpp:163:84: note: Function 'allocateNewGlyph' argument 2 names different: declaration 'type' definition 'mtype'.
firefox-62.0/gfx/skia/skia/src/core/SkGlyphCache.cpp:418:55: style: Function 'setCacheSizeLimit' argument 1 names different: declaration 'limit' definition 'newLimit'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkGlyphCache_Globals.h:68:38: note: Function 'setCacheSizeLimit' argument 1 names different: declaration 'limit' definition 'newLimit'.
firefox-62.0/gfx/skia/skia/src/core/SkGlyphCache.cpp:418:55: note: Function 'setCacheSizeLimit' argument 1 names different: declaration 'limit' definition 'newLimit'.
firefox-62.0/gfx/skia/skia/src/core/SkGlyphCache.cpp:437:50: style: Function 'setCacheCountLimit' argument 1 names different: declaration 'limit' definition 'newCount'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkGlyphCache_Globals.h:65:32: note: Function 'setCacheCountLimit' argument 1 names different: declaration 'limit' definition 'newCount'.
firefox-62.0/gfx/skia/skia/src/core/SkGlyphCache.cpp:437:50: note: Function 'setCacheCountLimit' argument 1 names different: declaration 'limit' definition 'newCount'.
firefox-62.0/gfx/skia/skia/src/core/SkGlyphCache.cpp:455:54: style: Function 'setCachePointSizeLimit' argument 1 names different: declaration 'limit' definition 'newLimit'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkGlyphCache_Globals.h:71:37: note: Function 'setCachePointSizeLimit' argument 1 names different: declaration 'limit' definition 'newLimit'.
firefox-62.0/gfx/skia/skia/src/core/SkGlyphCache.cpp:455:54: note: Function 'setCachePointSizeLimit' argument 1 names different: declaration 'limit' definition 'newLimit'.
firefox-62.0/gfx/skia/skia/src/core/SkGraphics.cpp:109:26: warning: Either the condition 'nextSemi' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
firefox-62.0/gfx/skia/skia/src/core/SkGraphics.cpp:92:13: note: Assuming that condition 'nextSemi' is not redundant
firefox-62.0/gfx/skia/skia/src/core/SkGraphics.cpp:109:26: note: Null pointer addition
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.cpp:26:31: style: Function 'Valid' argument 1 names different: declaration 'imageWidth' definition 'width'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.h:24:27: note: Function 'Valid' argument 1 names different: declaration 'imageWidth' definition 'width'.
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.cpp:26:31: note: Function 'Valid' argument 1 names different: declaration 'imageWidth' definition 'width'.
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.cpp:26:42: style: Function 'Valid' argument 2 names different: declaration 'imageHeight' definition 'height'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.h:24:43: note: Function 'Valid' argument 2 names different: declaration 'imageHeight' definition 'height'.
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.cpp:26:42: note: Function 'Valid' argument 2 names different: declaration 'imageHeight' definition 'height'.
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.cpp:210:31: style: Function 'Valid' argument 1 names different: declaration 'imageWidth' definition 'width'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.h:28:27: note: Function 'Valid' argument 1 names different: declaration 'imageWidth' definition 'width'.
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.cpp:210:31: note: Function 'Valid' argument 1 names different: declaration 'imageWidth' definition 'width'.
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.cpp:210:42: style: Function 'Valid' argument 2 names different: declaration 'imageHeight' definition 'height'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.h:28:43: note: Function 'Valid' argument 2 names different: declaration 'imageHeight' definition 'height'.
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.cpp:210:42: note: Function 'Valid' argument 2 names different: declaration 'imageHeight' definition 'height'.
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.cpp:214:34: style: Function 'SkLatticeIter' argument 1 names different: declaration 'imageWidth' definition 'w'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.h:30:23: note: Function 'SkLatticeIter' argument 1 names different: declaration 'imageWidth' definition 'w'.
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.cpp:214:34: note: Function 'SkLatticeIter' argument 1 names different: declaration 'imageWidth' definition 'w'.
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.cpp:214:41: style: Function 'SkLatticeIter' argument 2 names different: declaration 'imageHeight' definition 'h'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.h:30:39: note: Function 'SkLatticeIter' argument 2 names different: declaration 'imageHeight' definition 'h'.
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.cpp:214:41: note: Function 'SkLatticeIter' argument 2 names different: declaration 'imageHeight' definition 'h'.
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.cpp:214:59: style: Function 'SkLatticeIter' argument 3 names different: declaration 'center' definition 'c'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.h:30:67: note: Function 'SkLatticeIter' argument 3 names different: declaration 'center' definition 'c'.
firefox-62.0/gfx/skia/skia/src/core/SkLatticeIter.cpp:214:59: note: Function 'SkLatticeIter' argument 3 names different: declaration 'center' definition 'c'.
firefox-62.0/gfx/skia/skia/src/core/SkLiteDL.cpp:531:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkLiteDL.cpp:307:19: performance: Variable 'src' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/core/SkLiteDL.cpp:77:14: performance: Technically the member function '::SetDrawFilter::draw' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/core/SkLiteDL.cpp:86:14: performance: Technically the member function '::Flush::draw' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/core/SkLiteDL.cpp:91:14: performance: Technically the member function '::Save::draw' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/core/SkLiteDL.cpp:95:14: performance: Technically the member function '::Restore::draw' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/core/SkLiteDL.cpp:123:9: style: Struct 'Concat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkLiteDL.cpp:129:9: style: Struct 'SetMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkLiteDL.cpp:178:9: style: Struct 'DrawPaint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkLiteDL.cpp:307:54: warning: Access of moved variable 'image'. [accessMoved]
firefox-62.0/gfx/skia/skia/src/core/SkLiteDL.cpp:306:21: note: Calling std::move(image)
firefox-62.0/gfx/skia/skia/src/core/SkLiteDL.cpp:307:54: note: $symbol:image
Access of moved variable '$symbol'.
firefox-62.0/gfx/skia/skia/src/core/SkMD5.cpp:39:31: style: Function 'write' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkMD5.h:20:28: note: Function 'write' argument 1 names different: declaration 'buffer' definition 'buf'.
firefox-62.0/gfx/skia/skia/src/core/SkMD5.cpp:39:31: note: Function 'write' argument 1 names different: declaration 'buffer' definition 'buf'.
firefox-62.0/gfx/skia/skia/src/core/SkMD5.cpp:39:43: style: Function 'write' argument 2 names different: declaration 'size' definition 'inputLength'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkMD5.h:20:43: note: Function 'write' argument 2 names different: declaration 'size' definition 'inputLength'.
firefox-62.0/gfx/skia/skia/src/core/SkMD5.cpp:39:43: note: Function 'write' argument 2 names different: declaration 'size' definition 'inputLength'.
firefox-62.0/gfx/skia/skia/src/core/SkMD5.cpp:31:8: warning: Member variable 'SkMD5::buffer' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkMD5.cpp:97:21: style: Technically the member function 'F::operator()' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/core/SkMD5.cpp:102:21: style: Technically the member function 'G::operator()' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/core/SkMD5.cpp:107:21: style: Technically the member function 'H::operator()' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/core/SkMD5.cpp:111:21: style: Technically the member function 'I::operator()' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/core/SkMask.cpp:38:36: style: Function 'AllocImage' argument 1 names different: declaration 'bytes' definition 'size'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkMask.h:121:39: note: Function 'AllocImage' argument 1 names different: declaration 'bytes' definition 'size'.
firefox-62.0/gfx/skia/skia/src/core/SkMask.cpp:38:36: note: Function 'AllocImage' argument 1 names different: declaration 'bytes' definition 'size'.
firefox-62.0/gfx/skia/skia/src/core/SkMaskCache.cpp:63:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkMaskCache.cpp:40:31: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/core/SkMaskCache.cpp:134:31: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/core/SkMaskFilter.cpp:220:77: style: Function 'filterRRect' argument 2 names different: declaration 'ctm' definition 'matrix'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkMaskFilterBase.h:233:63: note: Function 'filterRRect' argument 2 names different: declaration 'ctm' definition 'matrix'.
firefox-62.0/gfx/skia/skia/src/core/SkMaskFilter.cpp:220:77: note: Function 'filterRRect' argument 2 names different: declaration 'ctm' definition 'matrix'.
firefox-62.0/gfx/skia/skia/src/core/SkMaskFilter.cpp:237:74: style: Function 'filterPath' argument 2 names different: declaration 'ctm' definition 'matrix'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkMaskFilterBase.h:226:60: note: Function 'filterPath' argument 2 names different: declaration 'ctm' definition 'matrix'.
firefox-62.0/gfx/skia/skia/src/core/SkMaskFilter.cpp:237:74: note: Function 'filterPath' argument 2 names different: declaration 'ctm' definition 'matrix'.
firefox-62.0/gfx/skia/skia/src/core/SkMaskFilter.cpp:365:69: style: Function 'computeFastBounds' argument 2 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkMaskFilterBase.h:153:63: note: Function 'computeFastBounds' argument 2 names different: declaration 'dest' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/core/SkMaskFilter.cpp:365:69: note: Function 'computeFastBounds' argument 2 names different: declaration 'dest' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/core/SkMaskGamma.h:99:5: warning: Member variable 'SkTMaskGamma::fGammaTables' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkMaskGamma.h:176:59: warning: The class 'SkTMaskPreBlend' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/core/SkMath.cpp:38:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
firefox-62.0/gfx/skia/skia/src/core/SkMatrix44.cpp:78:29: style: Variable 'src' is assigned a value that is never used. [unreadVariable]
firefox-62.0/gfx/skia/skia/src/core/SkMatrix44.cpp:95:29: style: Variable 'src' is assigned a value that is never used. [unreadVariable]
firefox-62.0/gfx/skia/skia/src/core/SkMatrix44.cpp:130:23: style: Variable 'dst' is assigned a value that is never used. [unreadVariable]
firefox-62.0/gfx/skia/skia/src/core/SkMatrix44.cpp:143:23: style: Variable 'dst' is assigned a value that is never used. [unreadVariable]
firefox-62.0/gfx/skia/skia/src/core/SkMetaData.cpp:50:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkMetaData.cpp:135:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkMetaData.cpp:190:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkMetaData.cpp:259:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkMipMap.cpp:612:17: style: The scope of the variable 'rowBytes' can be reduced. [variableScope]
firefox-62.0/gfx/skia/skia/src/core/SkMipMap.cpp:735:43: style: Function 'extractLevel' argument 1 names different: declaration 'scale' definition 'scaleSize'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkMipMap.h:58:37: note: Function 'extractLevel' argument 1 names different: declaration 'scale' definition 'scaleSize'.
firefox-62.0/gfx/skia/skia/src/core/SkMipMap.cpp:735:43: note: Function 'extractLevel' argument 1 names different: declaration 'scale' definition 'scaleSize'.
firefox-62.0/gfx/skia/skia/src/core/SkMultiPictureDraw.cpp:72:5: style: Class 'AutoMPDReset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkPath.cpp:3420:69: error: Array 'src[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
firefox-62.0/gfx/skia/skia/src/core/SkPath.cpp:3421:69: error: Array 'src[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
firefox-62.0/gfx/skia/skia/src/core/SkPath.cpp:3426:22: error: Array 'src[3]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
firefox-62.0/gfx/skia/skia/src/core/SkPathMeasure.cpp:564:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/gfx/skia/skia/src/core/SkPathPriv.h:120:18: style: Technically the member function 'SkPathPriv::Verbs::Iter::operator!=' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/core/SkPathPriv.h:121:26: style: Technically the member function 'SkPathPriv::Verbs::Iter::operator*' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/core/SkPathPriv.h:117:9: style: Struct 'Verbs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkPictureData.h:30:5: warning: Member variable 'SkPictInfo::fMagic' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkPictureRecord.h:247:18: style: Technically the member function 'SkPictureRecord::PathHash::operator()' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/core/SkPictureFlat.h:182:52: style: Class 'SkFactoryPlayback' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkPictureFlat.h:182:52: style: Class 'SkFactoryPlayback' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/gfx/skia/skia/src/core/SkPictureFlat.h:182:5: style: Class 'SkFactoryPlayback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkPicturePlayback.h:21:5: style: Class 'SkPicturePlayback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkPicturePlayback.h:50:9: style: Class 'AutoResetOpID' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkPicture.cpp:321:39: performance: Function parameter 'cull' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/core/SkPictureData.cpp:61:9: style: Class 'SkPictureData' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkPictureData.cpp:61:9: style: Class 'SkPictureData' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/gfx/skia/skia/src/core/SkPicturePlayback.cpp:258:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkPicturePlayback.cpp:267:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkPicturePlayback.cpp:659:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkPictureRecord.cpp:31:70: style: Function 'SkPictureRecord' argument 2 names different: declaration 'recordFlags' definition 'flags'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkPictureRecord.h:32:57: note: Function 'SkPictureRecord' argument 2 names different: declaration 'recordFlags' definition 'flags'.
firefox-62.0/gfx/skia/skia/src/core/SkPictureRecord.cpp:31:70: note: Function 'SkPictureRecord' argument 2 names different: declaration 'recordFlags' definition 'flags'.
firefox-62.0/gfx/skia/skia/src/core/SkPictureRecord.cpp:184:55: style: Function 'recordTranslate' argument 1 names different: declaration 'matrix' definition 'm'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkPictureRecord.h:216:42: note: Function 'recordTranslate' argument 1 names different: declaration 'matrix' definition 'm'.
firefox-62.0/gfx/skia/skia/src/core/SkPictureRecord.cpp:184:55: note: Function 'recordTranslate' argument 1 names different: declaration 'matrix' definition 'm'.
firefox-62.0/gfx/skia/skia/src/core/SkPictureRecord.cpp:195:51: style: Function 'recordScale' argument 1 names different: declaration 'matrix' definition 'm'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkPictureRecord.h:217:38: note: Function 'recordScale' argument 1 names different: declaration 'matrix' definition 'm'.
firefox-62.0/gfx/skia/skia/src/core/SkPictureRecord.cpp:195:51: note: Function 'recordScale' argument 1 names different: declaration 'matrix' definition 'm'.
firefox-62.0/gfx/skia/skia/src/core/SkPictureRecord.cpp:496:66: style: Function 'onDrawImage' argument 2 names different: declaration 'left' definition 'x'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkPictureRecord.h:190:47: note: Function 'onDrawImage' argument 2 names different: declaration 'left' definition 'x'.
firefox-62.0/gfx/skia/skia/src/core/SkPictureRecord.cpp:496:66: note: Function 'onDrawImage' argument 2 names different: declaration 'left' definition 'x'.
firefox-62.0/gfx/skia/skia/src/core/SkPictureRecord.cpp:496:78: style: Function 'onDrawImage' argument 3 names different: declaration 'top' definition 'y'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkPictureRecord.h:190:62: note: Function 'onDrawImage' argument 3 names different: declaration 'top' definition 'y'.
firefox-62.0/gfx/skia/skia/src/core/SkPictureRecord.cpp:496:78: note: Function 'onDrawImage' argument 3 names different: declaration 'top' definition 'y'.
firefox-62.0/gfx/skia/skia/src/core/SkPictureRecord.cpp:862:47: style: Function 'addDrawable' argument 1 names different: declaration 'picture' definition 'drawable'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkPictureRecord.h:132:34: note: Function 'addDrawable' argument 1 names different: declaration 'picture' definition 'drawable'.
firefox-62.0/gfx/skia/skia/src/core/SkPictureRecord.cpp:862:47: note: Function 'addDrawable' argument 1 names different: declaration 'picture' definition 'drawable'.
firefox-62.0/gfx/skia/skia/src/core/SkQuadClipper.cpp:51:44: style: Function 'clipQuad' argument 1 names different: declaration 'src' definition 'srcPts'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkQuadClipper.h:26:33: note: Function 'clipQuad' argument 1 names different: declaration 'src' definition 'srcPts'.
firefox-62.0/gfx/skia/skia/src/core/SkQuadClipper.cpp:51:44: note: Function 'clipQuad' argument 1 names different: declaration 'src' definition 'srcPts'.
firefox-62.0/gfx/skia/skia/src/core/SkScopeExit.h:17:5: style: Class 'SkScopeExit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkRTree.cpp:171:28: style: Function 'search' argument 1 names different: declaration 'root' definition 'node'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkRTree.h:78:23: note: Function 'search' argument 1 names different: declaration 'root' definition 'node'.
firefox-62.0/gfx/skia/skia/src/core/SkRTree.cpp:171:28: note: Function 'search' argument 1 names different: declaration 'root' definition 'node'.
firefox-62.0/gfx/skia/skia/src/core/SkRTree.cpp:10:10: warning: Member variable 'SkRTree::fRoot' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkRWBuffer.cpp:52:10: performance: Technically the member function 'SkBufferBlock::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/core/SkRWBuffer.cpp:104:10: performance: Technically the member function 'SkBufferHead::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/core/SkRWBuffer.cpp:25:5: style: Struct 'SkBufferBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkRWBuffer.cpp:70:5: style: Struct 'SkBufferHead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkRWBuffer.cpp:274:5: style: Class 'SkROBufferStreamAsset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.cpp:64:48: style: Function 'opRect' argument 3 names different: declaration 'limit' definition 'devBounds'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.h:42:64: note: Function 'opRect' argument 3 names different: declaration 'limit' definition 'devBounds'.
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.cpp:64:48: note: Function 'opRect' argument 3 names different: declaration 'limit' definition 'devBounds'.
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.cpp:64:81: style: Function 'opRect' argument 5 names different: declaration 'isAA' definition 'doAA'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.h:42:90: note: Function 'opRect' argument 5 names different: declaration 'isAA' definition 'doAA'.
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.cpp:64:81: note: Function 'opRect' argument 5 names different: declaration 'isAA' definition 'doAA'.
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.cpp:82:49: style: Function 'opRRect' argument 3 names different: declaration 'limit' definition 'devBounds'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.h:43:66: note: Function 'opRRect' argument 3 names different: declaration 'limit' definition 'devBounds'.
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.cpp:82:49: note: Function 'opRRect' argument 3 names different: declaration 'limit' definition 'devBounds'.
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.cpp:82:82: style: Function 'opRRect' argument 5 names different: declaration 'isAA' definition 'doAA'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.h:43:92: note: Function 'opRRect' argument 5 names different: declaration 'isAA' definition 'doAA'.
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.cpp:82:82: note: Function 'opRRect' argument 5 names different: declaration 'isAA' definition 'doAA'.
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.cpp:86:89: style: Function 'opPath' argument 3 names different: declaration 'limit' definition 'devBounds'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.h:44:64: note: Function 'opPath' argument 3 names different: declaration 'limit' definition 'devBounds'.
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.cpp:86:89: note: Function 'opPath' argument 3 names different: declaration 'limit' definition 'devBounds'.
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.cpp:87:55: style: Function 'opPath' argument 5 names different: declaration 'isAA' definition 'doAA'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.h:44:90: note: Function 'opPath' argument 5 names different: declaration 'isAA' definition 'doAA'.
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.cpp:87:55: note: Function 'opPath' argument 5 names different: declaration 'isAA' definition 'doAA'.
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.cpp:428:49: style: Function 'quickContains' argument 1 names different: declaration 'rect' definition 'ir'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.h:105:39: note: Function 'quickContains' argument 1 names different: declaration 'rect' definition 'ir'.
firefox-62.0/gfx/skia/skia/src/core/SkRasterClip.cpp:428:49: note: Function 'quickContains' argument 1 names different: declaration 'rect' definition 'ir'.
firefox-62.0/gfx/skia/skia/src/core/SkRasterPipelineBlitter.cpp:307:58: style: Function 'blitRect' argument 3 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkRasterPipelineBlitter.cpp:47:39: note: Function 'blitRect' argument 3 names different: declaration 'width' definition 'w'.
firefox-62.0/gfx/skia/skia/src/core/SkRasterPipelineBlitter.cpp:307:58: note: Function 'blitRect' argument 3 names different: declaration 'width' definition 'w'.
firefox-62.0/gfx/skia/skia/src/core/SkRasterPipelineBlitter.cpp:307:65: style: Function 'blitRect' argument 4 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkRasterPipelineBlitter.cpp:47:50: note: Function 'blitRect' argument 4 names different: declaration 'height' definition 'h'.
firefox-62.0/gfx/skia/skia/src/core/SkRasterPipelineBlitter.cpp:307:65: note: Function 'blitRect' argument 4 names different: declaration 'height' definition 'h'.
firefox-62.0/gfx/skia/skia/src/core/SkReadBuffer.cpp:396:21: warning: Either the condition 'namePtr!=nullptr' is redundant or there is possible null pointer dereference: namePtr. [nullPointerRedundantCheck]
firefox-62.0/gfx/skia/skia/src/core/SkReadBuffer.cpp:393:41: note: Assuming that condition 'namePtr!=nullptr' is not redundant
firefox-62.0/gfx/skia/skia/src/core/SkReadBuffer.cpp:396:21: note: Null pointer dereference
firefox-62.0/gfx/skia/skia/src/core/SkReadBuffer.cpp:139:29: style: Checking if unsigned variable 'fReader.available()' is less than zero. This might be a false warning. [unsignedLessThanZero]
firefox-62.0/gfx/skia/skia/src/core/SkRecordDraw.cpp:165:5: warning: Member variable 'FillBounds::fCurrentOp' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkRecordDraw.cpp:169:9: performance: Variable 'fCTM' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/core/SkRecordPattern.h:71:37: style: Unused private function: 'IsDraw::AsPtr' [unusedPrivateFunction]
firefox-62.0/gfx/skia/skia/src/core/SkRecordPattern.h:72:37: style: Unused private function: 'IsDraw::AsPtr' [unusedPrivateFunction]
firefox-62.0/gfx/skia/skia/src/core/SkRecordPattern.h:149:9: performance: Technically the member function 'SkRecords::Pattern::matchFirst' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/core/SkRecordPattern.h:160:9: performance: Technically the member function 'SkRecords::Pattern::matchFirst' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/core/SkRefDict.cpp:70:5: warning: Possible null pointer dereference: data [nullPointer]
firefox-62.0/gfx/skia/skia/src/core/SkRefDict.h:41:54: note: Calling function 'set', 2nd argument 'data' value is 0
firefox-62.0/gfx/skia/skia/src/core/SkRefDict.cpp:70:5: note: Null pointer dereference
firefox-62.0/gfx/skia/skia/src/core/SkRegion_path.cpp:160:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkRegion_path.cpp:213:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkRegion_path.cpp:223:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkResourceCache.cpp:407:61: style: Function 'setSingleAllocationByteLimit' argument 1 names different: declaration 'maximumAllocationSize' definition 'newLimit'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkResourceCache.h:232:48: note: Function 'setSingleAllocationByteLimit' argument 1 names different: declaration 'maximumAllocationSize' definition 'newLimit'.
firefox-62.0/gfx/skia/skia/src/core/SkResourceCache.cpp:407:61: note: Function 'setSingleAllocationByteLimit' argument 1 names different: declaration 'maximumAllocationSize' definition 'newLimit'.
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.cpp:1261:63: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.cpp:542:57: style: Function 'generateGlyphToChar' argument 1 names different: declaration 'glyphId' definition 'glyph'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.h:396:52: note: Function 'generateGlyphToChar' argument 1 names different: declaration 'glyphId' definition 'glyph'.
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.cpp:542:57: note: Function 'generateGlyphToChar' argument 1 names different: declaration 'glyphId' definition 'glyph'.
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.cpp:548:55: style: Function 'internalGetPath' argument 1 names different: declaration 'id' definition 'glyphID'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.h:416:42: note: Function 'internalGetPath' argument 1 names different: declaration 'id' definition 'glyphID'.
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.cpp:548:55: note: Function 'internalGetPath' argument 1 names different: declaration 'id' definition 'glyphID'.
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.cpp:662:83: style: Function 'computeMatrices' argument 2 names different: declaration 'scale' definition 's'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.h:186:36: note: Function 'computeMatrices' argument 2 names different: declaration 'scale' definition 's'.
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.cpp:662:83: note: Function 'computeMatrices' argument 2 names different: declaration 'scale' definition 's'.
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.cpp:662:96: style: Function 'computeMatrices' argument 3 names different: declaration 'remaining' definition 'sA'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.h:186:53: note: Function 'computeMatrices' argument 3 names different: declaration 'remaining' definition 'sA'.
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.cpp:662:96: note: Function 'computeMatrices' argument 3 names different: declaration 'remaining' definition 'sA'.
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.cpp:663:52: style: Function 'computeMatrices' argument 4 names different: declaration 'remainingWithoutRotation' definition 'GsA'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.h:187:36: note: Function 'computeMatrices' argument 4 names different: declaration 'remainingWithoutRotation' definition 'GsA'.
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.cpp:663:52: note: Function 'computeMatrices' argument 4 names different: declaration 'remainingWithoutRotation' definition 'GsA'.
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.cpp:663:67: style: Function 'computeMatrices' argument 5 names different: declaration 'remainingRotation' definition 'G_inv'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.h:188:36: note: Function 'computeMatrices' argument 5 names different: declaration 'remainingRotation' definition 'G_inv'.
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.cpp:663:67: note: Function 'computeMatrices' argument 5 names different: declaration 'remainingRotation' definition 'G_inv'.
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.cpp:663:84: style: Function 'computeMatrices' argument 6 names different: declaration 'total' definition 'A_out'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.h:189:36: note: Function 'computeMatrices' argument 6 names different: declaration 'total' definition 'A_out'.
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.cpp:663:84: note: Function 'computeMatrices' argument 6 names different: declaration 'total' definition 'A_out'.
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.cpp:1107:64: style: Function 'MakeDescriptorForPaths' argument 1 names different: declaration 'fontID' definition 'typefaceID'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.h:312:59: note: Function 'MakeDescriptorForPaths' argument 1 names different: declaration 'fontID' definition 'typefaceID'.
firefox-62.0/gfx/skia/skia/src/core/SkScalerContext.cpp:1107:64: note: Function 'MakeDescriptorForPaths' argument 1 names different: declaration 'fontID' definition 'typefaceID'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_AAAPath.cpp:990:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkScan_AAAPath.cpp:991:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkScan_AAAPath.cpp:992:29: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkScan_AAAPath.cpp:1010:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkScan_AAAPath.cpp:1019:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkScan_AAAPath.cpp:1518:54: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkScan_AAAPath.cpp:1524:57: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkScan_AAAPath.cpp:1579:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkScan_AAAPath.cpp:718:10: style: The scope of the variable 'quickMemory' can be reduced. [variableScope]
firefox-62.0/gfx/skia/skia/src/core/SkScan_AAAPath.cpp:1688:81: style: Function 'AAAFillPath' argument 3 names different: declaration 'pathIR' definition 'ir'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScan.h:97:84: note: Function 'AAAFillPath' argument 3 names different: declaration 'pathIR' definition 'ir'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_AAAPath.cpp:1688:81: note: Function 'AAAFillPath' argument 3 names different: declaration 'pathIR' definition 'ir'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_AntiPath.cpp:74:47: style: Function 'BaseSuperBlitter' argument 1 names different: declaration 'realBlitter' definition 'realBlit'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScan_AntiPath.cpp:41:33: note: Function 'BaseSuperBlitter' argument 1 names different: declaration 'realBlitter' definition 'realBlit'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_AntiPath.cpp:74:47: note: Function 'BaseSuperBlitter' argument 1 names different: declaration 'realBlitter' definition 'realBlit'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_AntiPath.cpp:616:81: style: Function 'SAAFillPath' argument 3 names different: declaration 'pathIR' definition 'ir'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScan.h:101:84: note: Function 'SAAFillPath' argument 3 names different: declaration 'pathIR' definition 'ir'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_AntiPath.cpp:616:81: note: Function 'SAAFillPath' argument 3 names different: declaration 'pathIR' definition 'ir'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_AntiPath.cpp:669:63: style: Function 'AntiFillPath' argument 2 names different: declaration 'clip' definition 'origClip'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScan.h:89:61: note: Function 'AntiFillPath' argument 2 names different: declaration 'clip' definition 'origClip'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_AntiPath.cpp:669:63: note: Function 'AntiFillPath' argument 2 names different: declaration 'clip' definition 'origClip'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_Antihair.cpp:262:14: style: Opposite expression on both sides of '&'. [oppositeExpression]
firefox-62.0/gfx/skia/skia/src/core/SkScan_Antihair.cpp:262:14: note: Opposite expression on both sides of '&'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_Antihair.cpp:262:14: note: Opposite expression on both sides of '&'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_Antihair.cpp:522:57: style: Function 'AntiHairLineRgn' argument 2 names different: declaration 'count' definition 'arrayCount'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScan.h:96:54: note: Function 'AntiHairLineRgn' argument 2 names different: declaration 'count' definition 'arrayCount'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_Antihair.cpp:522:57: note: Function 'AntiHairLineRgn' argument 2 names different: declaration 'count' definition 'arrayCount'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_Antihair.cpp:266:64: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/gfx/skia/skia/src/core/SkScan_DAAPath.cpp:318:81: style: Function 'DAAFillPath' argument 3 names different: declaration 'pathIR' definition 'ir'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScan.h:99:84: note: Function 'DAAFillPath' argument 3 names different: declaration 'pathIR' definition 'ir'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_DAAPath.cpp:318:81: note: Function 'DAAFillPath' argument 3 names different: declaration 'pathIR' definition 'ir'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_DAAPath.cpp:319:81: style: Function 'DAAFillPath' argument 6 names different: declaration 'daaRecord' definition 'record'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScan.h:100:84: note: Function 'DAAFillPath' argument 6 names different: declaration 'daaRecord' definition 'record'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_DAAPath.cpp:319:81: note: Function 'DAAFillPath' argument 6 names different: declaration 'daaRecord' definition 'record'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_Hairline.cpp:43:53: style: Function 'HairLineRgn' argument 2 names different: declaration 'count' definition 'arrayCount'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScan.h:95:50: note: Function 'HairLineRgn' argument 2 names different: declaration 'count' definition 'arrayCount'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_Hairline.cpp:43:53: note: Function 'HairLineRgn' argument 2 names different: declaration 'count' definition 'arrayCount'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_Path.cpp:141:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkScan_Path.cpp:148:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkScan_Path.cpp:195:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkScan_Path.cpp:200:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkScan_Path.cpp:360:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkScan_Path.cpp:478:55: style: Function 'sk_blit_above' argument 2 names different: declaration 'avoid' definition 'ir'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScanPriv.h:41:47: note: Function 'sk_blit_above' argument 2 names different: declaration 'avoid' definition 'ir'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_Path.cpp:478:55: note: Function 'sk_blit_above' argument 2 names different: declaration 'avoid' definition 'ir'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_Path.cpp:491:55: style: Function 'sk_blit_below' argument 2 names different: declaration 'avoid' definition 'ir'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScanPriv.h:42:47: note: Function 'sk_blit_below' argument 2 names different: declaration 'avoid' definition 'ir'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_Path.cpp:491:55: note: Function 'sk_blit_below' argument 2 names different: declaration 'avoid' definition 'ir'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_Path.cpp:512:45: style: Function 'SkScanClipper' argument 3 names different: declaration 'bounds' definition 'ir'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScanPriv.h:20:76: note: Function 'SkScanClipper' argument 3 names different: declaration 'bounds' definition 'ir'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_Path.cpp:512:45: note: Function 'SkScanClipper' argument 3 names different: declaration 'bounds' definition 'ir'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_Path.cpp:512:75: style: Function 'SkScanClipper' argument 5 names different: declaration 'boundsPreClipped' definition 'irPreClipped'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScanPriv.h:21:53: note: Function 'SkScanClipper' argument 5 names different: declaration 'boundsPreClipped' definition 'irPreClipped'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_Path.cpp:512:75: note: Function 'SkScanClipper' argument 5 names different: declaration 'boundsPreClipped' definition 'irPreClipped'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_Path.cpp:614:59: style: Function 'FillPath' argument 2 names different: declaration 'clip' definition 'origClip'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkScan.h:74:57: note: Function 'FillPath' argument 2 names different: declaration 'clip' definition 'origClip'.
firefox-62.0/gfx/skia/skia/src/core/SkScan_Path.cpp:614:59: note: Function 'FillPath' argument 2 names different: declaration 'clip' definition 'origClip'.
firefox-62.0/gfx/skia/skia/src/core/SkSharedMutex.h:39:10: performance: Technically the member function 'SkSharedMutex::assertHeld' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/core/SkSharedMutex.h:68:28: note: Technically the member function 'SkSharedMutex::assertHeld' can be static.
firefox-62.0/gfx/skia/skia/src/core/SkSharedMutex.h:39:10: note: Technically the member function 'SkSharedMutex::assertHeld' can be static.
firefox-62.0/gfx/skia/skia/src/core/SkSharedMutex.h:48:10: performance: Technically the member function 'SkSharedMutex::assertHeldShared' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/core/SkSharedMutex.h:69:28: note: Technically the member function 'SkSharedMutex::assertHeldShared' can be static.
firefox-62.0/gfx/skia/skia/src/core/SkSharedMutex.h:48:10: note: Technically the member function 'SkSharedMutex::assertHeldShared' can be static.
firefox-62.0/gfx/skia/skia/src/core/SkSharedMutex.h:74:5: style: Class 'SkAutoSharedMutexShared' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkStream.cpp:855:12: style: The scope of the variable 'count' can be reduced. [variableScope]
firefox-62.0/gfx/skia/skia/src/core/SkStroke.cpp:250:58: style: Function 'preJoinTo' argument 4 names different: declaration 'isLine' definition 'currIsLine'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkStroke.cpp:240:28: note: Function 'preJoinTo' argument 4 names different: declaration 'isLine' definition 'currIsLine'.
firefox-62.0/gfx/skia/skia/src/core/SkStroke.cpp:250:58: note: Function 'preJoinTo' argument 4 names different: declaration 'isLine' definition 'currIsLine'.
firefox-62.0/gfx/skia/skia/src/core/SkStroke.cpp:291:52: style: Function 'finishContour' argument 2 names different: declaration 'isLine' definition 'currIsLine'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkStroke.cpp:238:44: note: Function 'finishContour' argument 2 names different: declaration 'isLine' definition 'currIsLine'.
firefox-62.0/gfx/skia/skia/src/core/SkStroke.cpp:291:52: note: Function 'finishContour' argument 2 names different: declaration 'isLine' definition 'currIsLine'.
firefox-62.0/gfx/skia/skia/src/core/SkStroke.cpp:594:47: style: Function 'CheckCubicLinear' argument 3 names different: declaration 'tanPtPtr' definition 'tangentPtPtr'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkStroke.cpp:202:52: note: Function 'CheckCubicLinear' argument 3 names different: declaration 'tanPtPtr' definition 'tangentPtPtr'.
firefox-62.0/gfx/skia/skia/src/core/SkStroke.cpp:594:47: note: Function 'CheckCubicLinear' argument 3 names different: declaration 'tanPtPtr' definition 'tangentPtPtr'.
firefox-62.0/gfx/skia/skia/src/core/SkStroke.cpp:1372:41: style: Function 'strokePath' argument 1 names different: declaration 'path' definition 'src'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkStroke.h:65:38: note: Function 'strokePath' argument 1 names different: declaration 'path' definition 'src'.
firefox-62.0/gfx/skia/skia/src/core/SkStroke.cpp:1372:41: note: Function 'strokePath' argument 1 names different: declaration 'path' definition 'src'.
firefox-62.0/gfx/skia/skia/src/core/SkStroke.cpp:1524:41: style: Function 'strokeRect' argument 1 names different: declaration 'rect' definition 'origRect'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkStroke.h:63:38: note: Function 'strokeRect' argument 1 names different: declaration 'rect' definition 'origRect'.
firefox-62.0/gfx/skia/skia/src/core/SkStroke.cpp:1524:41: note: Function 'strokeRect' argument 1 names different: declaration 'rect' definition 'origRect'.
firefox-62.0/gfx/skia/skia/src/core/SkStroke.cpp:1524:59: style: Function 'strokeRect' argument 2 names different: declaration 'result' definition 'dst'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkStroke.h:63:52: note: Function 'strokeRect' argument 2 names different: declaration 'result' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/core/SkStroke.cpp:1524:59: note: Function 'strokeRect' argument 2 names different: declaration 'result' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/core/SkStroke.h:31:5: style: Class 'SkStroke' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkTLS.cpp:50:21: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkTLS.cpp:66:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkTLS.cpp:78:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkTLS.cpp:96:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkTLS.cpp:113:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkTaskGroup2D.h:114:9: performance: Technically the member function 'SkFlexibleTaskGroup2D::RowData' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/core/SkTextBlobRunIterator.h:20:5: style: Class 'SkTextBlobRunIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkTextBlob.cpp:26:5: style: Class 'RunFont' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkThreadedBMPDevice.cpp:140:52: style: Function 'drawRRect' argument 1 names different: declaration 'rr' definition 'rrect'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkThreadedBMPDevice.h:29:35: note: Function 'drawRRect' argument 1 names different: declaration 'rr' definition 'rrect'.
firefox-62.0/gfx/skia/skia/src/core/SkThreadedBMPDevice.cpp:140:52: note: Function 'drawRRect' argument 1 names different: declaration 'rr' definition 'rrect'.
firefox-62.0/gfx/skia/skia/src/core/SkThreadedBMPDevice.cpp:199:84: style: Function 'drawPosText' argument 3 names different: declaration 'pos' definition 'xpos'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkThreadedBMPDevice.h:38:67: note: Function 'drawPosText' argument 3 names different: declaration 'pos' definition 'xpos'.
firefox-62.0/gfx/skia/skia/src/core/SkThreadedBMPDevice.cpp:199:84: note: Function 'drawPosText' argument 3 names different: declaration 'pos' definition 'xpos'.
firefox-62.0/gfx/skia/skia/src/core/SkTypefaceCache.cpp:35:33: style: Function 'purge' argument 1 names different: declaration 'count' definition 'numToPurge'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkTypefaceCache.h:71:20: note: Function 'purge' argument 1 names different: declaration 'count' definition 'numToPurge'.
firefox-62.0/gfx/skia/skia/src/core/SkTypefaceCache.cpp:35:33: note: Function 'purge' argument 1 names different: declaration 'count' definition 'numToPurge'.
firefox-62.0/gfx/skia/skia/src/core/SkTypeface_remote.cpp:40:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/core/SkUtils.cpp:85:38: style: Function 'SkUTF8_CountUnichars' argument 1 names different: declaration 'utf8' definition 'text'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkUtils.h:47:38: note: Function 'SkUTF8_CountUnichars' argument 1 names different: declaration 'utf8' definition 'text'.
firefox-62.0/gfx/skia/skia/src/core/SkUtils.cpp:85:38: note: Function 'SkUTF8_CountUnichars' argument 1 names different: declaration 'utf8' definition 'text'.
firefox-62.0/gfx/skia/skia/src/core/SkUtils.cpp:245:42: style: Function 'SkUTF16_CountUnichars' argument 1 names different: declaration 'utf16' definition 'src'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkUtils.h:82:42: note: Function 'SkUTF16_CountUnichars' argument 1 names different: declaration 'utf16' definition 'src'.
firefox-62.0/gfx/skia/skia/src/core/SkUtils.cpp:245:42: note: Function 'SkUTF16_CountUnichars' argument 1 names different: declaration 'utf16' definition 'src'.
firefox-62.0/gfx/skia/skia/src/core/SkUtils.cpp:262:39: style: Function 'SkUTF16_CountUnichars' argument 1 names different: declaration 'utf16' definition 'text'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkUtils.h:48:39: note: Function 'SkUTF16_CountUnichars' argument 1 names different: declaration 'utf16' definition 'text'.
firefox-62.0/gfx/skia/skia/src/core/SkUtils.cpp:262:39: note: Function 'SkUTF16_CountUnichars' argument 1 names different: declaration 'utf16' definition 'text'.
firefox-62.0/gfx/skia/skia/src/core/SkUtils.cpp:326:52: style: Function 'SkUTF16_FromUnichar' argument 2 names different: declaration 'utf16' definition 'dst'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkUtils.h:87:52: note: Function 'SkUTF16_FromUnichar' argument 2 names different: declaration 'utf16' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/core/SkUtils.cpp:326:52: note: Function 'SkUTF16_FromUnichar' argument 2 names different: declaration 'utf16' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/core/SkUtils.cpp:382:39: style: Function 'SkUTF32_CountUnichars' argument 1 names different: declaration 'utf32' definition 'text'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkUtils.h:49:39: note: Function 'SkUTF32_CountUnichars' argument 1 names different: declaration 'utf32' definition 'text'.
firefox-62.0/gfx/skia/skia/src/core/SkUtils.cpp:382:39: note: Function 'SkUTF32_CountUnichars' argument 1 names different: declaration 'utf32' definition 'text'.
firefox-62.0/gfx/skia/skia/src/core/SkVertState.h:27:5: warning: Member variable 'VertState::f0' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkVertState.h:27:5: warning: Member variable 'VertState::f1' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkVertState.h:27:5: warning: Member variable 'VertState::f2' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/core/SkWriteBuffer.cpp:25:48: style: Function 'SkBinaryWriteBuffer' argument 1 names different: declaration 'initialStorage' definition 'storage'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkWriteBuffer.h:79:31: note: Function 'SkBinaryWriteBuffer' argument 1 names different: declaration 'initialStorage' definition 'storage'.
firefox-62.0/gfx/skia/skia/src/core/SkWriteBuffer.cpp:25:48: note: Function 'SkBinaryWriteBuffer' argument 1 names different: declaration 'initialStorage' definition 'storage'.
firefox-62.0/gfx/skia/skia/src/core/SkWriteBuffer.cpp:177:53: style: Function 'writeTypeface' argument 1 names different: declaration 'typeface' definition 'obj'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkWriteBuffer.h:118:36: note: Function 'writeTypeface' argument 1 names different: declaration 'typeface' definition 'obj'.
firefox-62.0/gfx/skia/skia/src/core/SkWriteBuffer.cpp:177:53: note: Function 'writeTypeface' argument 1 names different: declaration 'typeface' definition 'obj'.
firefox-62.0/gfx/skia/skia/src/core/SkWriteBuffer.h:121:10: style: Technically the member function 'SkBinaryWriteBuffer::writeToStream' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/core/SkWriteBuffer.cpp:128:27: note: Technically the member function 'SkBinaryWriteBuffer::writeToStream' can be const.
firefox-62.0/gfx/skia/skia/src/core/SkWriteBuffer.h:121:10: note: Technically the member function 'SkBinaryWriteBuffer::writeToStream' can be const.
firefox-62.0/gfx/skia/skia/src/core/SkWriter32.cpp:23:44: style: Function 'readString' argument 1 names different: declaration 'len' definition 'outLen'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/core/SkReader32.h:130:36: note: Function 'readString' argument 1 names different: declaration 'len' definition 'outLen'.
firefox-62.0/gfx/skia/skia/src/core/SkWriter32.cpp:23:44: note: Function 'readString' argument 1 names different: declaration 'len' definition 'outLen'.
firefox-62.0/gfx/skia/skia/src/core/SkXfermode.cpp:88:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/gfx/skia/skia/src/core/SkYUVPlanesCache.cpp:24:5: style: Struct 'YUVPlanesKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/core/SkYUVPlanesCache.cpp:35:31: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/effects/SkBlurMask.cpp:100:49: style: Function 'BoxBlur' argument 7 names different: declaration 'forceQuality' definition 'force_quality'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/effects/SkBlurMask.h:41:52: note: Function 'BoxBlur' argument 7 names different: declaration 'forceQuality' definition 'force_quality'.
firefox-62.0/gfx/skia/skia/src/effects/SkBlurMask.cpp:100:49: note: Function 'BoxBlur' argument 7 names different: declaration 'forceQuality' definition 'force_quality'.
firefox-62.0/gfx/skia/skia/src/effects/SkBlurMaskFilter.cpp:327:51: style: Function 'filterRectMask' argument 1 names different: declaration 'dstM' definition 'dst'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/effects/SkBlurMaskFilter.cpp:95:33: note: Function 'filterRectMask' argument 1 names different: declaration 'dstM' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/effects/SkBlurMaskFilter.cpp:327:51: note: Function 'filterRectMask' argument 1 names different: declaration 'dstM' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/effects/SkBlurMaskFilter.cpp:335:52: style: Function 'filterRRectMask' argument 1 names different: declaration 'dstM' definition 'dst'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/effects/SkBlurMaskFilter.cpp:97:34: note: Function 'filterRRectMask' argument 1 names different: declaration 'dstM' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/effects/SkBlurMaskFilter.cpp:335:52: note: Function 'filterRRectMask' argument 1 names different: declaration 'dstM' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/effects/SkDiscretePathEffect.cpp:55:5: style: Class 'LCGRandom' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/effects/SkEmbossMask.cpp:17:26: style: Opposite expression on both sides of '|'. [oppositeExpression]
firefox-62.0/gfx/skia/skia/src/effects/SkEmbossMask.cpp:17:26: note: Opposite expression on both sides of '|'.
firefox-62.0/gfx/skia/skia/src/effects/SkEmbossMask.cpp:17:26: note: Opposite expression on both sides of '|'.
firefox-62.0/gfx/skia/skia/src/effects/SkEmbossMask.cpp:35:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
firefox-62.0/gfx/skia/skia/src/effects/SkHighContrastFilter.cpp:64:58: style: Function 'onAppendStages' argument 2 names different: declaration 'dst' definition 'dstCS'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/effects/SkHighContrastFilter.cpp:44:39: note: Function 'onAppendStages' argument 2 names different: declaration 'dst' definition 'dstCS'.
firefox-62.0/gfx/skia/skia/src/effects/SkHighContrastFilter.cpp:64:58: note: Function 'onAppendStages' argument 2 names different: declaration 'dst' definition 'dstCS'.
firefox-62.0/gfx/skia/skia/src/effects/SkHighContrastFilter.cpp:65:58: style: Function 'onAppendStages' argument 3 names different: declaration 'scratch' definition 'alloc'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/effects/SkHighContrastFilter.cpp:45:39: note: Function 'onAppendStages' argument 3 names different: declaration 'scratch' definition 'alloc'.
firefox-62.0/gfx/skia/skia/src/effects/SkHighContrastFilter.cpp:65:58: note: Function 'onAppendStages' argument 3 names different: declaration 'scratch' definition 'alloc'.
firefox-62.0/gfx/skia/skia/src/effects/SkHighContrastFilter.cpp:29:9: performance: Variable 'fConfig' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/effects/SkHighContrastFilter.cpp:28:5: style: Class 'SkHighContrast_Filter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/effects/SkLightingImageFilter.cpp:126:9: performance: Variable 'fColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/effects/SkLightingImageFilter.cpp:133:9: performance: Variable 'fColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/effects/SkLightingImageFilter.cpp:868:9: performance: Variable 'fDirection' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/effects/SkLightingImageFilter.cpp:939:9: performance: Variable 'fLocation' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/effects/SkLightingImageFilter.cpp:970:8: performance: Variable 'fS' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/effects/SkLightingImageFilter.cpp:1045:9: performance: Variable 'fLocation' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/effects/SkLightingImageFilter.cpp:155:5: style: Class 'DiffuseLightingType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/effects/SkLightingImageFilter.cpp:867:5: style: Class 'SkDistantLight' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/effects/SkLightingImageFilter.cpp:938:5: style: Class 'SkPointLight' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/effects/SkLightingImageFilter.cpp:1044:5: style: Class 'SkSpotLight' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/effects/SkOverdrawColorFilter.cpp:26:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/effects/SkShaderMaskFilter.cpp:17:5: style: Class 'SkShaderMF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/effects/SkTableColorFilter.cpp:273:79: style: Function 'onMakeComposed' argument 1 names different: declaration 'inner' definition 'innerFilter'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/effects/SkTableColorFilter.cpp:86:62: note: Function 'onMakeComposed' argument 1 names different: declaration 'inner' definition 'innerFilter'.
firefox-62.0/gfx/skia/skia/src/effects/SkTableColorFilter.cpp:273:79: note: Function 'onMakeComposed' argument 1 names different: declaration 'inner' definition 'innerFilter'.
firefox-62.0/gfx/skia/skia/src/effects/SkTableColorFilter.cpp:120:40: style: struct member 'Tables::r' is never used. [unusedStructMember]
firefox-62.0/gfx/skia/skia/src/effects/SkTableColorFilter.cpp:120:44: style: struct member 'Tables::g' is never used. [unusedStructMember]
firefox-62.0/gfx/skia/skia/src/effects/SkTableColorFilter.cpp:120:48: style: struct member 'Tables::b' is never used. [unusedStructMember]
firefox-62.0/gfx/skia/skia/src/effects/SkTableColorFilter.cpp:120:52: style: struct member 'Tables::a' is never used. [unusedStructMember]
firefox-62.0/gfx/skia/skia/src/gpu/GrAuditTrail.cpp:162:1: style: The class 'PrettyPrintJson' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrAllocator.h:251:0: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/GrAllocator.h:258:0: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/GrAllocator.h:265:0: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/GrAllocator.h:282:0: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/GrAllocator.h:303:0: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/GrAllocator.h:310:0: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/GrAllocator.h:333:0: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/GrAllocator.h:349:0: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/GrAllocator.h:356:0: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpuResourceRef.h:122:5: warning: Member variable 'GrPendingIOResource::fResource' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/GrSurfaceProxyPriv.h:85:5: warning: Member variable 'GrSurfaceProxyPriv::fProxy' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/GrResourceCache.h:94:12: performance: Technically the member function 'GrResourceCache::getResourceBytes' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/GrResourceCache.h:277:10: style: Technically the member function 'GrResourceCache::wouldFit' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/gpu/GrResourceCache.h:287:10: performance: Technically the member function 'GrResourceCache::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpu.h:435:14: performance: Technically the member function 'GrGpu::Stats::dump' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpu.h:436:14: performance: Technically the member function 'GrGpu::Stats::dumpKeyValuePairs' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpu.h:437:14: performance: Technically the member function 'GrGpu::Stats::incRenderTargetBinds' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpu.h:438:14: performance: Technically the member function 'GrGpu::Stats::incShaderCompilations' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpu.h:439:14: performance: Technically the member function 'GrGpu::Stats::incTextureCreates' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpu.h:440:14: performance: Technically the member function 'GrGpu::Stats::incTextureUploads' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpu.h:441:14: performance: Technically the member function 'GrGpu::Stats::incTransfersToTexture' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpu.h:442:14: performance: Technically the member function 'GrGpu::Stats::incStencilAttachmentCreates' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpu.h:443:14: performance: Technically the member function 'GrGpu::Stats::incNumDraws' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpu.h:444:14: performance: Technically the member function 'GrGpu::Stats::incNumFailedDraws' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpuResourceRef.h:118:5: style: Class 'GrPendingIOResource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpuResourcePriv.h:73:5: style: Class 'ResourcePriv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpuResourceCacheAccess.h:89:5: style: Class 'CacheAccess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrResourceCache.h:375:5: style: Class 'ResourceAccess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrProcessor.h:36:5: style: Class 'GrProcessorKeyBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrProcessor.h:216:5: style: Class 'GrResourceIOProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrProcessorAnalysis.h:24:5: style: Class 'GrProcessorAnalysisColor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrProcessorAnalysis.h:27:5: style: Class 'GrProcessorAnalysisColor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrProcessorSet.h:26:5: style: Class 'GrProcessorSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrProcessorSet.h:27:5: style: Class 'GrProcessorSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrProcessorSet.h:28:5: style: Class 'GrProcessorSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrProcessorSet.h:166:5: style: Class 'GrProcessorSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrProcessorSet.h:98:9: style: Class 'Analysis' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLShaderBuilder.h:149:9: style: Class 'ShaderBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLFragmentShaderBuilder.h:99:5: style: Class 'GrGLSLFragmentShaderBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrScissorState.h:16:5: style: Class 'GrScissorState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrAllocator.h:139:9: style: Class 'Iter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrTexturePriv.h:64:5: style: Class 'GrTexturePriv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrAllocator.h:322:0: style: Class 'Iter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpuResourceRef.h:116:41: warning: The class 'GrPendingIOResource' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/gpu/GrShaderVar.h:21:1: warning: The class 'GrShaderVar' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpuResourcePriv.h:17:1: warning: The class 'ResourcePriv' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/gpu/GrProgramDesc.h:22:1: warning: The class 'GrProgramDesc' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpuCommandBuffer.h:54:18: style: The function 'submit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpuCommandBuffer.h:42:18: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/gpu/GrGpuCommandBuffer.h:54:18: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/gpu/GrGpuCommandBuffer.h:90:27: style: The function 'asRTCommandBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpuCommandBuffer.h:38:35: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/gpu/GrGpuCommandBuffer.h:90:27: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/gpu/GrBlurUtils.cpp:189:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
firefox-62.0/gfx/skia/skia/src/gpu/GrBlurUtils.cpp:292:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/GrBlurUtils.cpp:261:56: style: Function 'drawPathWithMaskFilter' argument 4 names different: declaration 'origSrcPath' definition 'origPath'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrBlurUtils.h:37:47: note: Function 'drawPathWithMaskFilter' argument 4 names different: declaration 'origSrcPath' definition 'origPath'.
firefox-62.0/gfx/skia/skia/src/gpu/GrBlurUtils.cpp:261:56: note: Function 'drawPathWithMaskFilter' argument 4 names different: declaration 'origSrcPath' definition 'origPath'.
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetContextPriv.h:120:5: warning: Member variable 'GrRenderTargetContextPriv::fRenderTargetContext' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetContextPriv.h:120:5: style: Class 'GrRenderTargetContextPriv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrClip.h:150:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/gpu/GrClip.h:38:18: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/gpu/GrClip.h:150:10: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/gpu/GrClip.h:161:10: style: The function 'quickContains' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/gpu/GrClip.h:24:18: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/gpu/GrClip.h:161:10: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/gpu/GrClip.h:162:10: style: The function 'quickContains' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/gpu/GrClip.h:25:18: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/gpu/GrClip.h:162:10: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/gpu/GrClip.h:163:10: style: The function 'getConservativeBounds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/gpu/GrClip.h:28:18: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/gpu/GrClip.h:163:10: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/gpu/GrClip.h:170:10: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/gpu/GrClip.h:147:18: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/gpu/GrClip.h:170:10: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/gpu/GrPrimitiveProcessor.h:149:10: style: The function 'notifyRefCntIsZero' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/gpu/GrProgramElement.h:113:18: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/gpu/GrPrimitiveProcessor.h:149:10: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/gpu/GrBlurUtils.cpp:241:52: warning: Access of moved variable 'paint'. [accessMoved]
firefox-62.0/gfx/skia/skia/src/gpu/GrBlurUtils.cpp:209:45: note: Calling std::move(paint)
firefox-62.0/gfx/skia/skia/src/gpu/GrBlurUtils.cpp:241:52: note: $symbol:paint
Access of moved variable '$symbol'.
firefox-62.0/gfx/skia/skia/src/gpu/GrBuffer.h:125:12: style: Unused private function: 'GrBuffer::onGpuMemorySize' [unusedPrivateFunction]
firefox-62.0/gfx/skia/skia/src/gpu/GrBuffer.h:126:10: style: Unused private function: 'GrBuffer::computeScratchKey' [unusedPrivateFunction]
firefox-62.0/gfx/skia/skia/src/gpu/GrBufferAllocPool.cpp:42:82: style: Function 'GrBufferAllocPool' argument 3 names different: declaration 'bufferSize' definition 'blockSize'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrBufferAllocPool.h:61:33: note: Function 'GrBufferAllocPool' argument 3 names different: declaration 'bufferSize' definition 'blockSize'.
firefox-62.0/gfx/skia/skia/src/gpu/GrBufferAllocPool.cpp:42:82: note: Function 'GrBufferAllocPool' argument 3 names different: declaration 'bufferSize' definition 'blockSize'.
firefox-62.0/gfx/skia/skia/src/gpu/GrBufferAllocPool.h:159:5: style: Class 'GrVertexBufferAllocPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrBufferAllocPool.h:235:5: style: Class 'GrIndexBufferAllocPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrClipStackClip.cpp:49:45: style: Function 'isRRect' argument 1 names different: declaration 'rtBounds' definition 'origRTBounds'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrClipStackClip.h:34:32: note: Function 'isRRect' argument 1 names different: declaration 'rtBounds' definition 'origRTBounds'.
firefox-62.0/gfx/skia/skia/src/gpu/GrClipStackClip.cpp:49:45: note: Function 'isRRect' argument 1 names different: declaration 'rtBounds' definition 'origRTBounds'.
firefox-62.0/gfx/skia/skia/src/gpu/GrTextureProxyPriv.h:36:5: warning: Member variable 'GrTextureProxyPriv::fTextureProxy' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextBlob.h:283:5: warning: Member variable 'GrAtlasTextBlob::fVertices' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextBlob.h:283:5: warning: Member variable 'GrAtlasTextBlob::fGlyphs' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextBlob.h:283:5: warning: Member variable 'GrAtlasTextBlob::fRuns' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextBlob.h:283:5: warning: Member variable 'GrAtlasTextBlob::fPool' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextBlob.h:283:5: warning: Member variable 'GrAtlasTextBlob::fSize' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextBlob.h:283:5: warning: Member variable 'GrAtlasTextBlob::fRunCount' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextBlob.h:347:17: performance: Variable 'fVertexBounds' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.h:73:13: performance: Variable 'fMaxScale' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/gpu/GrDeferredUpload.h:75:10: style: Technically the member function 'GrDeferredUploadToken::inInterval' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/gpu/GrClipStackClip.h:23:5: style: Class 'GrClipStackClip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrMeshDrawOp.h:36:9: style: Class 'PatternHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasGlyphCache.h:31:5: style: Class 'GrAtlasTextStrike' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrSWMaskHelper.h:37:5: style: Class 'GrSWMaskHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrClipStackClip.cpp:376:5: style: Class 'ClipMaskData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrDeferredProxyUploader.h:100:0: style: Class 'GrTDeferredProxyUploader < ClipMaskData >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextBlob.h:337:9: warning: The struct 'SubRunInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/gpu/GrOpFlushState.h:86:26: style: The function 'proxy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrMeshDrawOp.h:147:34: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/gpu/GrOpFlushState.h:86:26: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/gpu/GrOpFlushState.h:88:38: style: The function 'dstProxy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrMeshDrawOp.h:151:46: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/gpu/GrOpFlushState.h:88:38: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/gpu/GrOpFlushState.h:91:25: style: The function 'resourceProvider' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrMeshDrawOp.h:153:33: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/gpu/GrOpFlushState.h:91:25: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/gpu/GrColorSpaceXform.cpp:184:31: style: Condition 'kApplyGamutXform_Flag' is always true [knownConditionTrueFalse]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLIRect.h:32:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/gfx/skia/skia/src/gpu/GrContext.cpp:651:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/gfx/skia/skia/src/gpu/GrContext.cpp:784:48: style: Function 'readSurfacePixels' argument 10 names different: declaration 'pixelOpsFlags' definition 'flags'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrContextPriv.h:147:58: note: Function 'readSurfacePixels' argument 10 names different: declaration 'pixelOpsFlags' definition 'flags'.
firefox-62.0/gfx/skia/skia/src/gpu/GrContext.cpp:784:48: note: Function 'readSurfacePixels' argument 10 names different: declaration 'pixelOpsFlags' definition 'flags'.
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLCaps.h:536:9: warning: Member variable 'ConfigInfo::fFormatType' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLVertexArray.h:26:14: warning: Member variable 'GrGLAttribArrayState::fNumEnabledArrays' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLVertexArray.h:26:14: warning: Member variable 'GrGLAttribArrayState::fPrimitiveRestartEnabled' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLProgram.h:77:14: style: Technically the member function 'GrGLProgram::RenderTargetState::getRTAdjustmentVec' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLContext.h:68:5: style: Class 'GrGLContextInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLContext.h:101:5: style: Class 'GrGLContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLPathRendering.h:34:5: style: Class 'GrGLPathRendering' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.h:298:9: style: Class 'ProgramCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrContext.cpp:67:5: style: Class 'GrDirectContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrContext.cpp:77:5: style: Class 'GrDDLContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrGeometryProcessor.h:22:5: style: Class 'GrGeometryProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrDefaultGeoProcFactory.h:75:9: style: Struct 'Color' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrDefaultGeoProcFactory.h:99:9: style: Struct 'Coverage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrDefaultGeoProcFactory.h:114:9: style: Struct 'LocalCoords' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLVertexGeoBuilder.h:19:5: style: Class 'GrGLSLVertexGeoBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLVertexGeoBuilder.h:37:5: style: Class 'GrGLSLVertexBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLVertexGeoBuilder.h:50:5: style: Class 'GrGLSLGeometryBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrGeometryProcessor.h:28:10: style: The function 'willUseGeoShader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/gpu/GrPrimitiveProcessor.h:90:18: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/gpu/GrGeometryProcessor.h:28:10: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/gpu/GrGeometryProcessor.h:30:10: style: The function 'hasExplicitLocalCoords' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/gpu/GrPrimitiveProcessor.h:150:18: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/gpu/GrGeometryProcessor.h:30:10: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/gpu/GrGeometryProcessor.h:39:11: style: The function 'getSampleShading' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/gpu/GrPrimitiveProcessor.h:124:19: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/gpu/GrGeometryProcessor.h:39:11: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/gpu/GrDistanceFieldGenFromVector.cpp:783:23: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/GrDistanceFieldGenFromVector.cpp:741:74: style: Function 'GrGenerateDistanceFieldFromPath' argument 3 names different: declaration 'viewMatrix' definition 'drawMatrix'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrDistanceFieldGenFromVector.h:30:74: note: Function 'GrGenerateDistanceFieldFromPath' argument 3 names different: declaration 'viewMatrix' definition 'drawMatrix'.
firefox-62.0/gfx/skia/skia/src/gpu/GrDistanceFieldGenFromVector.cpp:741:74: note: Function 'GrGenerateDistanceFieldFromPath' argument 3 names different: declaration 'viewMatrix' definition 'drawMatrix'.
firefox-62.0/gfx/skia/skia/src/gpu/GrPathUtils.h:56:9: warning: Member variable 'QuadUVMatrix::fM' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/GrDistanceFieldGenFromVector.cpp:96:1: style: The class 'DAffineMatrix' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrDistanceFieldGenFromVector.cpp:232:9: style: Technically the member function 'PathSegment::countPoints' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/gpu/GrPathUtils.h:58:9: style: Class 'QuadUVMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrDrawOpAtlas.h:145:14: style: Technically the member function 'GrDrawOpAtlas::pageCount' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/gpu/GrDrawOpAtlas.h:152:5: warning: The class 'BulkUseTokenUpdater' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/gpu/GrResourceAllocator.h:38:5: style: Class 'GrResourceAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrFragmentProcessor.cpp:105:46: style: Function 'MulChildByInputAlpha' argument 1 names different: declaration 'child' definition 'fp'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrFragmentProcessor.h:37:50: note: Function 'MulChildByInputAlpha' argument 1 names different: declaration 'child' definition 'fp'.
firefox-62.0/gfx/skia/skia/src/gpu/GrFragmentProcessor.cpp:105:46: note: Function 'MulChildByInputAlpha' argument 1 names different: declaration 'child' definition 'fp'.
firefox-62.0/gfx/skia/skia/src/gpu/GrFragmentProcessor.cpp:113:46: style: Function 'MulInputByChildAlpha' argument 1 names different: declaration 'child' definition 'fp'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrFragmentProcessor.h:46:50: note: Function 'MulInputByChildAlpha' argument 1 names different: declaration 'child' definition 'fp'.
firefox-62.0/gfx/skia/skia/src/gpu/GrFragmentProcessor.cpp:113:46: note: Function 'MulInputByChildAlpha' argument 1 names different: declaration 'child' definition 'fp'.
firefox-62.0/gfx/skia/skia/src/gpu/GrCoordTransform.h:36:5: style: Class 'GrCoordTransform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrCoordTransform.h:55:5: style: Class 'GrCoordTransform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrFragmentProcessor.cpp:164:9: style: Class 'SwizzleFragmentProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrFragmentProcessor.cpp:230:9: style: Class 'PremulFragmentProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetPriv.h:39:5: warning: Member variable 'GrRenderTargetPriv::fRenderTarget' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/GrMesh.h:24:5: style: Class 'GrMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrMemoryPool.cpp:140:61: style: Function 'CreateBlock' argument 1 names different: declaration 'size' definition 'blockSize'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrMemoryPool.h:74:44: note: Function 'CreateBlock' argument 1 names different: declaration 'size' definition 'blockSize'.
firefox-62.0/gfx/skia/skia/src/gpu/GrMemoryPool.cpp:140:61: note: Function 'CreateBlock' argument 1 names different: declaration 'size' definition 'blockSize'.
firefox-62.0/gfx/skia/skia/src/gpu/GrMemoryPool.h:78:10: style: Unused private function: 'GrMemoryPool::validate' [unusedPrivateFunction]
firefox-62.0/gfx/skia/skia/src/gpu/GrMemoryPool.h:78:10: performance: Technically the member function 'GrMemoryPool::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/GrMemoryPool.cpp:161:20: note: Technically the member function 'GrMemoryPool::validate' can be static.
firefox-62.0/gfx/skia/skia/src/gpu/GrMemoryPool.h:78:10: note: Technically the member function 'GrMemoryPool::validate' can be static.
firefox-62.0/gfx/skia/skia/src/gpu/GrOpFlushState.cpp:17:17: warning: Member variable 'GrOpFlushState::fCurrMesh' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/GrDeferredProxyUploader.h:100:5: style: Class 'GrTDeferredProxyUploader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCoverageCountingPathRenderer.h:199:5: warning: Member variable 'GrCoverageCountingPathRenderer::fPerFlushResourcesAreValid' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCoverageCountingPathRenderer.h:199:5: style: Class 'GrCoverageCountingPathRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrPathUtils.cpp:205:51: style: Function 'set' argument 1 names different: declaration 'controlPts' definition 'qPts'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrPathUtils.h:59:32: note: Function 'set' argument 1 names different: declaration 'controlPts' definition 'qPts'.
firefox-62.0/gfx/skia/skia/src/gpu/GrPathUtils.cpp:205:51: note: Function 'set' argument 1 names different: declaration 'controlPts' definition 'qPts'.
firefox-62.0/gfx/skia/skia/src/gpu/GrPathUtils.cpp:320:84: style: Function 'getConicKLM' argument 3 names different: declaration 'klm' definition 'out'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrPathUtils.h:106:75: note: Function 'getConicKLM' argument 3 names different: declaration 'klm' definition 'out'.
firefox-62.0/gfx/skia/skia/src/gpu/GrPathUtils.cpp:320:84: note: Function 'getConicKLM' argument 3 names different: declaration 'klm' definition 'out'.
firefox-62.0/gfx/skia/skia/src/gpu/GrPathUtils.cpp:721:82: style: Function 'getCubicKLM' argument 3 names different: declaration 't' definition 'tt'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrPathUtils.h:185:73: note: Function 'getCubicKLM' argument 3 names different: declaration 't' definition 'tt'.
firefox-62.0/gfx/skia/skia/src/gpu/GrPathUtils.cpp:721:82: note: Function 'getCubicKLM' argument 3 names different: declaration 't' definition 'tt'.
firefox-62.0/gfx/skia/skia/src/gpu/GrPathUtils.cpp:722:45: style: Function 'getCubicKLM' argument 4 names different: declaration 's' definition 'ss'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrPathUtils.h:185:86: note: Function 'getCubicKLM' argument 4 names different: declaration 's' definition 'ss'.
firefox-62.0/gfx/skia/skia/src/gpu/GrPathUtils.cpp:722:45: note: Function 'getCubicKLM' argument 4 names different: declaration 's' definition 'ss'.
firefox-62.0/gfx/skia/skia/src/gpu/GrPathUtils.cpp:641:51: performance: Function parameter 'skipTerm' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/gpu/GrPathUtils.cpp:648:76: performance: Function parameter 'skipTerm' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/gpu/GrPathUtils.cpp:657:81: performance: Function parameter 'skipTerm' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/gpu/GrPathUtils.cpp:666:82: performance: Function parameter 'skipTerm' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/gpu/GrPipeline.cpp:76:46: style: Function 'addDependenciesTo' argument 1 names different: declaration 'recipient' definition 'opList'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrPipeline.h:114:38: note: Function 'addDependenciesTo' argument 1 names different: declaration 'recipient' definition 'opList'.
firefox-62.0/gfx/skia/skia/src/gpu/GrPipeline.cpp:76:46: note: Function 'addDependenciesTo' argument 1 names different: declaration 'recipient' definition 'opList'.
firefox-62.0/gfx/skia/skia/src/gpu/GrProcessor.h:171:10: style: Technically the member function 'GrProcessor::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/gpu/GrProcessor.cpp:127:19: note: Technically the member function 'GrProcessor::operatordelete' can be const.
firefox-62.0/gfx/skia/skia/src/gpu/GrProcessor.h:171:10: note: Technically the member function 'GrProcessor::operatordelete' can be const.
firefox-62.0/gfx/skia/skia/src/gpu/GrProcessorSet.cpp:164:60: style: Function 'finalize' argument 7 names different: declaration 'inputColorOverride' definition 'overrideInputColor'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrProcessorSet.h:145:32: note: Function 'finalize' argument 7 names different: declaration 'inputColorOverride' definition 'overrideInputColor'.
firefox-62.0/gfx/skia/skia/src/gpu/GrProcessorSet.cpp:164:60: note: Function 'finalize' argument 7 names different: declaration 'inputColorOverride' definition 'overrideInputColor'.
firefox-62.0/gfx/skia/skia/src/gpu/GrProxyProvider.cpp:570:90: style: Function 'createWrappedRenderTargetProxy' argument 1 names different: declaration 'tex' definition 'backendTex'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrProxyProvider.h:145:82: note: Function 'createWrappedRenderTargetProxy' argument 1 names different: declaration 'tex' definition 'backendTex'.
firefox-62.0/gfx/skia/skia/src/gpu/GrProxyProvider.cpp:570:90: note: Function 'createWrappedRenderTargetProxy' argument 1 names different: declaration 'tex' definition 'backendTex'.
firefox-62.0/gfx/skia/skia/src/gpu/GrTextureProxyCacheAccess.h:27:5: warning: Member variable 'CacheAccess::fTextureProxy' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/GrRectanizer_pow2.cpp:10:36: style: Function 'addRect' argument 1 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrRectanizer_pow2.h:35:22: note: Function 'addRect' argument 1 names different: declaration 'w' definition 'width'.
firefox-62.0/gfx/skia/skia/src/gpu/GrRectanizer_pow2.cpp:10:36: note: Function 'addRect' argument 1 names different: declaration 'w' definition 'width'.
firefox-62.0/gfx/skia/skia/src/gpu/GrRectanizer_pow2.cpp:10:47: style: Function 'addRect' argument 2 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrRectanizer_pow2.h:35:29: note: Function 'addRect' argument 2 names different: declaration 'h' definition 'height'.
firefox-62.0/gfx/skia/skia/src/gpu/GrRectanizer_pow2.cpp:10:47: note: Function 'addRect' argument 2 names different: declaration 'h' definition 'height'.
firefox-62.0/gfx/skia/skia/src/gpu/GrRectanizer_skyline.cpp:11:39: style: Function 'addRect' argument 1 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrRectanizer_skyline.h:33:22: note: Function 'addRect' argument 1 names different: declaration 'w' definition 'width'.
firefox-62.0/gfx/skia/skia/src/gpu/GrRectanizer_skyline.cpp:11:39: note: Function 'addRect' argument 1 names different: declaration 'w' definition 'width'.
firefox-62.0/gfx/skia/skia/src/gpu/GrRectanizer_skyline.cpp:11:50: style: Function 'addRect' argument 2 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrRectanizer_skyline.h:33:29: note: Function 'addRect' argument 2 names different: declaration 'h' definition 'height'.
firefox-62.0/gfx/skia/skia/src/gpu/GrRectanizer_skyline.cpp:11:50: note: Function 'addRect' argument 2 names different: declaration 'h' definition 'height'.
firefox-62.0/gfx/skia/skia/src/gpu/GrRectanizer_skyline.cpp:50:87: style: Function 'rectangleFits' argument 4 names different: declaration 'y' definition 'ypos'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrRectanizer_skyline.h:54:70: note: Function 'rectangleFits' argument 4 names different: declaration 'y' definition 'ypos'.
firefox-62.0/gfx/skia/skia/src/gpu/GrRectanizer_skyline.cpp:50:87: note: Function 'rectangleFits' argument 4 names different: declaration 'y' definition 'ypos'.
firefox-62.0/gfx/skia/skia/src/gpu/GrReducedClip.cpp:702:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
firefox-62.0/gfx/skia/skia/src/gpu/GrStencilClip.h:19:5: style: Class 'GrStencilClip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetContext.cpp:288:57: style: Function 'absClear' argument 1 names different: declaration 'rect' definition 'clearRect'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetContextPriv.h:63:34: note: Function 'absClear' argument 1 names different: declaration 'rect' definition 'clearRect'.
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetContext.cpp:288:57: note: Function 'absClear' argument 1 names different: declaration 'rect' definition 'clearRect'.
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetContext.cpp:799:67: style: Function 'fillRectWithLocalMatrix' argument 5 names different: declaration 'rect' definition 'rectToDraw'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetContext.h:142:48: note: Function 'fillRectWithLocalMatrix' argument 5 names different: declaration 'rect' definition 'rectToDraw'.
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetContext.cpp:799:67: note: Function 'fillRectWithLocalMatrix' argument 5 names different: declaration 'rect' definition 'rectToDraw'.
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetContext.cpp:1762:70: style: Function 'setupDstProxy' argument 4 names different: declaration 'result' definition 'dstProxy'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetContext.h:447:73: note: Function 'setupDstProxy' argument 4 names different: declaration 'result' definition 'dstProxy'.
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetContext.cpp:1762:70: note: Function 'setupDstProxy' argument 4 names different: declaration 'result' definition 'dstProxy'.
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrAtlasTextOp.h:123:5: warning: Member variable 'GrAtlasTextOp::fUsesLocalCoords' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrAtlasTextOp.h:123:5: warning: Member variable 'GrAtlasTextOp::fCanCombineOnTouchOrOverlap' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrAtlasTextOp.h:123:5: warning: Member variable 'GrAtlasTextOp::fGeoCount' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrAtlasTextOp.h:123:5: warning: Member variable 'GrAtlasTextOp::fNumGlyphs' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrAtlasTextOp.h:123:5: warning: Member variable 'GrAtlasTextOp::fMaskType' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrAtlasTextOp.h:123:5: warning: Member variable 'GrAtlasTextOp::fFontCache' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrAtlasTextOp.h:123:5: warning: Member variable 'GrAtlasTextOp::fUseGammaCorrectDistanceTable' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpuResourceRef.h:122:0: warning: Member variable 'GrPendingIOResource < const GrPath , kRead_GrIOType >::fResource' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/GrQuad.h:44:5: style: 'GrQuad::operator=' should return 'GrQuad &'. [operatorEq]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrAtlasTextOp.h:123:5: style: Class 'GrAtlasTextOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetContext.cpp:56:5: style: Class 'TextTarget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetContext.cpp:128:5: style: Class 'AutoCheckFlush' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpuResourceRef.h:118:0: style: Class 'GrPendingIOResource < const GrPath , kRead_GrIOType >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpuResourceRef.h:116:0: warning: The class 'GrPendingIOResource < const GrPath , kRead_GrIOType >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetContext.cpp:61:10: style: The function 'addDrawOp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrTextUtils.h:52:22: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetContext.cpp:61:10: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetContext.cpp:65:10: style: The function 'drawPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrTextUtils.h:54:22: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetContext.cpp:65:10: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetContext.cpp:73:10: style: The function 'makeGrPaint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrTextUtils.h:57:22: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetContext.cpp:73:10: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetOpList.cpp:251:13: style: Condition 'hasUninstantiatedProxy' is always false [knownConditionTrueFalse]
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetOpList.cpp:249:34: note: Assignment 'hasUninstantiatedProxy=false', assigned value is 0
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetOpList.cpp:251:13: note: Condition 'hasUninstantiatedProxy' is always false
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetOpList.cpp:298:62: style: Function 'combineIfPossible' argument 4 names different: declaration 'bDstTexture' definition 'bDstProxy'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetOpList.h:157:44: note: Function 'combineIfPossible' argument 4 names different: declaration 'bDstTexture' definition 'bDstProxy'.
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetOpList.cpp:298:62: note: Function 'combineIfPossible' argument 4 names different: declaration 'bDstTexture' definition 'bDstProxy'.
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetOpList.cpp:27:23: warning: Member variable 'GrRenderTargetOpList::fLastClipStackGenID' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/GrRenderTargetOpList.cpp:27:23: warning: Member variable 'GrRenderTargetOpList::fLastClipNumAnalyticFPs' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpuResourceRef.h:122:0: warning: Member variable 'GrPendingIOResource < GrSurfaceProxy , kRead_GrIOType >::fResource' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpuResourceRef.h:118:0: style: Class 'GrPendingIOResource < GrSurfaceProxy , kRead_GrIOType >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrGpuResourceRef.h:116:0: warning: The class 'GrPendingIOResource < GrSurfaceProxy , kRead_GrIOType >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/gpu/GrResourceAllocator.cpp:119:16: warning: Iterators to containers from different expressions 'intvl' and 'fHead' are used together. [mismatchingContainerExpression]
firefox-62.0/gfx/skia/skia/src/gpu/GrResourceAllocator.cpp:125:24: warning: Iterators to containers from different expressions 'intvl' and 'next' are used together. [mismatchingContainerExpression]
firefox-62.0/gfx/skia/skia/src/gpu/GrResourceCache.h:202:10: performance: Technically the member function 'GrResourceCache::insertCrossContextGpuResource' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/GrResourceCache.cpp:602:23: note: Technically the member function 'GrResourceCache::insertCrossContextGpuResource' can be static.
firefox-62.0/gfx/skia/skia/src/gpu/GrResourceCache.h:202:10: note: Technically the member function 'GrResourceCache::insertCrossContextGpuResource' can be static.
firefox-62.0/gfx/skia/skia/src/gpu/GrResourceCache.cpp:58:5: style: Class 'AutoValidate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrResourceCache.cpp:230:5: style: Class 'AvailableForScratchUse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrResourceProvider.cpp:214:65: style: Function 'refScratchTexture' argument 2 names different: declaration 'scratchTextureFlags' definition 'flags'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrResourceProvider.h:272:71: note: Function 'refScratchTexture' argument 2 names different: declaration 'scratchTextureFlags' definition 'flags'.
firefox-62.0/gfx/skia/skia/src/gpu/GrResourceProvider.cpp:214:65: note: Function 'refScratchTexture' argument 2 names different: declaration 'scratchTextureFlags' definition 'flags'.
firefox-62.0/gfx/skia/skia/src/gpu/GrResourceProvider.h:250:10: performance: Technically the member function 'GrResourceProvider::releaseOwnershipOfSemaphore' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/GrResourceProvider.cpp:494:26: note: Technically the member function 'GrResourceProvider::releaseOwnershipOfSemaphore' can be static.
firefox-62.0/gfx/skia/skia/src/gpu/GrResourceProvider.h:250:10: note: Technically the member function 'GrResourceProvider::releaseOwnershipOfSemaphore' can be static.
firefox-62.0/gfx/skia/skia/src/gpu/GrSKSLPrettyPrint.cpp:14:5: warning: Member variable 'GLSLPrettyPrint::fCountlines' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/GrSKSLPrettyPrint.cpp:14:5: warning: Member variable 'GLSLPrettyPrint::fFreshline' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/GrSKSLPrettyPrint.cpp:14:5: warning: Member variable 'GLSLPrettyPrint::fTabs' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/GrSKSLPrettyPrint.cpp:14:5: warning: Member variable 'GLSLPrettyPrint::fLinecount' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/GrSKSLPrettyPrint.cpp:14:5: warning: Member variable 'GLSLPrettyPrint::fIndex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/GrSKSLPrettyPrint.cpp:14:5: warning: Member variable 'GLSLPrettyPrint::fLength' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/GrSKSLPrettyPrint.cpp:14:5: warning: Member variable 'GLSLPrettyPrint::fInput' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/GrSKSLPrettyPrint.cpp:14:5: warning: Member variable 'GLSLPrettyPrint::fInParseUntilNewline' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/GrSKSLPrettyPrint.cpp:14:5: warning: Member variable 'GLSLPrettyPrint::fInParseUntil' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/GrSKSLPrettyPrint.cpp:14:5: warning: Member variable 'GLSLPrettyPrint::fInParseUntilToken' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/GrShape.cpp:286:46: style: Function 'setInheritedKey' argument 1 names different: declaration 'parentShape' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrShape.h:436:41: note: Function 'setInheritedKey' argument 1 names different: declaration 'parentShape' definition 'parent'.
firefox-62.0/gfx/skia/skia/src/gpu/GrShape.cpp:286:46: note: Function 'setInheritedKey' argument 1 names different: declaration 'parentShape' definition 'parent'.
firefox-62.0/gfx/skia/skia/src/gpu/GrShape.cpp:378:33: style: Function 'GrShape' argument 1 names different: declaration 'parentShape' definition 'parent'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrShape.h:430:28: note: Function 'GrShape' argument 1 names different: declaration 'parentShape' definition 'parent'.
firefox-62.0/gfx/skia/skia/src/gpu/GrShape.cpp:378:33: note: Function 'GrShape' argument 1 names different: declaration 'parentShape' definition 'parent'.
firefox-62.0/gfx/skia/skia/src/gpu/GrSoftwarePathRenderer.cpp:242:5: style: Variable 'inverseFilled' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/skia/skia/src/gpu/GrSoftwarePathRenderer.cpp:238:0: note: Variable 'inverseFilled' is reassigned a value before the old one has been used.
firefox-62.0/gfx/skia/skia/src/gpu/GrSoftwarePathRenderer.cpp:242:5: note: Variable 'inverseFilled' is reassigned a value before the old one has been used.
firefox-62.0/gfx/skia/skia/src/gpu/GrDeferredProxyUploader.h:100:0: style: Class 'GrTDeferredProxyUploader < SoftwarePathData >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrStencilSettings.cpp:85:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/gfx/skia/skia/src/gpu/GrStencilSettings.cpp:171:83: style: Function 'reset' argument 2 names different: declaration 'useStencilClip' definition 'hasStencilClip'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrStencilSettings.h:77:61: note: Function 'reset' argument 2 names different: declaration 'useStencilClip' definition 'hasStencilClip'.
firefox-62.0/gfx/skia/skia/src/gpu/GrStencilSettings.cpp:171:83: note: Function 'reset' argument 2 names different: declaration 'useStencilClip' definition 'hasStencilClip'.
firefox-62.0/gfx/skia/skia/src/gpu/GrStyle.cpp:158:63: style: Function 'applyPathEffectToPath' argument 2 names different: declaration 'remainingStoke' definition 'remainingStroke'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrStyle.h:158:80: note: Function 'applyPathEffectToPath' argument 2 names different: declaration 'remainingStoke' definition 'remainingStroke'.
firefox-62.0/gfx/skia/skia/src/gpu/GrStyle.cpp:158:63: note: Function 'applyPathEffectToPath' argument 2 names different: declaration 'remainingStoke' definition 'remainingStroke'.
firefox-62.0/gfx/skia/skia/src/gpu/GrStyle.cpp:159:65: style: Function 'applyPathEffectToPath' argument 4 names different: declaration 'scale' definition 'resScale'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrStyle.h:159:82: note: Function 'applyPathEffectToPath' argument 4 names different: declaration 'scale' definition 'resScale'.
firefox-62.0/gfx/skia/skia/src/gpu/GrStyle.cpp:159:65: note: Function 'applyPathEffectToPath' argument 4 names different: declaration 'scale' definition 'resScale'.
firefox-62.0/gfx/skia/skia/src/gpu/GrStyle.cpp:170:64: style: Function 'applyToPath' argument 2 names different: declaration 'fillOrHairline' definition 'style'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrStyle.h:168:81: note: Function 'applyToPath' argument 2 names different: declaration 'fillOrHairline' definition 'style'.
firefox-62.0/gfx/skia/skia/src/gpu/GrStyle.cpp:170:64: note: Function 'applyToPath' argument 2 names different: declaration 'fillOrHairline' definition 'style'.
firefox-62.0/gfx/skia/skia/src/gpu/GrStyle.cpp:171:36: style: Function 'applyToPath' argument 4 names different: declaration 'scale' definition 'resScale'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrStyle.h:169:72: note: Function 'applyToPath' argument 4 names different: declaration 'scale' definition 'resScale'.
firefox-62.0/gfx/skia/skia/src/gpu/GrStyle.cpp:171:36: note: Function 'applyToPath' argument 4 names different: declaration 'scale' definition 'resScale'.
firefox-62.0/gfx/skia/skia/src/gpu/GrStyle.cpp:47:26: warning: Found function call inside sizeof(). [sizeofFunctionCall]
firefox-62.0/gfx/skia/skia/src/gpu/GrTessellator.cpp:195:5: style: Struct 'Comparator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/GrTextureAdjuster.cpp:88:25: style: Function 'createFragmentProcessor' argument 1 names different: declaration 'textureMatrix' definition 'origTextureMatrix'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/GrTextureAdjuster.h:29:29: note: Function 'createFragmentProcessor' argument 1 names different: declaration 'textureMatrix' definition 'origTextureMatrix'.
firefox-62.0/gfx/skia/skia/src/gpu/GrTextureAdjuster.cpp:88:25: note: Function 'createFragmentProcessor' argument 1 names different: declaration 'textureMatrix' definition 'origTextureMatrix'.
firefox-62.0/gfx/skia/skia/src/gpu/GrTextureOpList.cpp:143:13: style: Condition 'hasUninstantiatedProxy' is always false [knownConditionTrueFalse]
firefox-62.0/gfx/skia/skia/src/gpu/GrTextureOpList.cpp:139:34: note: Assignment 'hasUninstantiatedProxy=false', assigned value is 0
firefox-62.0/gfx/skia/skia/src/gpu/GrTextureOpList.cpp:143:13: note: Condition 'hasUninstantiatedProxy' is always false
firefox-62.0/gfx/skia/skia/src/gpu/SkGpuDevice_drawTexture.cpp:346:61: warning: Access of moved variable 'grPaint'. [accessMoved]
firefox-62.0/gfx/skia/skia/src/gpu/SkGpuDevice_drawTexture.cpp:332:50: note: Calling std::move(grPaint)
firefox-62.0/gfx/skia/skia/src/gpu/SkGpuDevice_drawTexture.cpp:346:61: note: $symbol:grPaint
Access of moved variable '$symbol'.
firefox-62.0/gfx/skia/skia/src/gpu/SkGr.cpp:491:67: style: Function 'SkPaintToGrPaint' argument 2 names different: declaration 'dstColorSpaceInfo' definition 'colorSpaceInfo'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/SkGr.h:93:47: note: Function 'SkPaintToGrPaint' argument 2 names different: declaration 'dstColorSpaceInfo' definition 'colorSpaceInfo'.
firefox-62.0/gfx/skia/skia/src/gpu/SkGr.cpp:491:67: note: Function 'SkPaintToGrPaint' argument 2 names different: declaration 'dstColorSpaceInfo' definition 'colorSpaceInfo'.
firefox-62.0/gfx/skia/skia/src/gpu/SkGr.cpp:499:60: style: Function 'SkPaintToGrPaintReplaceShader' argument 2 names different: declaration 'dstColorSpaceInfo' definition 'colorSpaceInfo'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/SkGr.h:108:60: note: Function 'SkPaintToGrPaintReplaceShader' argument 2 names different: declaration 'dstColorSpaceInfo' definition 'colorSpaceInfo'.
firefox-62.0/gfx/skia/skia/src/gpu/SkGr.cpp:499:60: note: Function 'SkPaintToGrPaintReplaceShader' argument 2 names different: declaration 'dstColorSpaceInfo' definition 'colorSpaceInfo'.
firefox-62.0/gfx/skia/skia/src/gpu/SkGr.cpp:512:55: style: Function 'SkPaintToGrPaintNoShader' argument 2 names different: declaration 'dstColorSpaceInfo' definition 'colorSpaceInfo'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/SkGr.h:100:55: note: Function 'SkPaintToGrPaintNoShader' argument 2 names different: declaration 'dstColorSpaceInfo' definition 'colorSpaceInfo'.
firefox-62.0/gfx/skia/skia/src/gpu/SkGr.cpp:512:55: note: Function 'SkPaintToGrPaintNoShader' argument 2 names different: declaration 'dstColorSpaceInfo' definition 'colorSpaceInfo'.
firefox-62.0/gfx/skia/skia/src/gpu/SkGr.cpp:525:59: style: Function 'SkPaintToGrPaintWithXfermode' argument 2 names different: declaration 'dstColorSpaceInfo' definition 'colorSpaceInfo'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/SkGr.h:116:59: note: Function 'SkPaintToGrPaintWithXfermode' argument 2 names different: declaration 'dstColorSpaceInfo' definition 'colorSpaceInfo'.
firefox-62.0/gfx/skia/skia/src/gpu/SkGr.cpp:525:59: note: Function 'SkPaintToGrPaintWithXfermode' argument 2 names different: declaration 'dstColorSpaceInfo' definition 'colorSpaceInfo'.
firefox-62.0/gfx/skia/skia/src/gpu/SkGr.cpp:535:58: style: Function 'SkPaintToGrPaintWithTexture' argument 2 names different: declaration 'dstColorSpaceInfo' definition 'colorSpaceInfo'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/SkGr.h:136:58: note: Function 'SkPaintToGrPaintWithTexture' argument 2 names different: declaration 'dstColorSpaceInfo' definition 'colorSpaceInfo'.
firefox-62.0/gfx/skia/skia/src/gpu/SkGr.cpp:535:58: note: Function 'SkPaintToGrPaintWithTexture' argument 2 names different: declaration 'dstColorSpaceInfo' definition 'colorSpaceInfo'.
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCAtlas.cpp:102:29: style: Function 'addRect' argument 1 names different: declaration 'devWidth' definition 'w'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCAtlas.h:34:22: note: Function 'addRect' argument 1 names different: declaration 'devWidth' definition 'w'.
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCAtlas.cpp:102:29: note: Function 'addRect' argument 1 names different: declaration 'devWidth' definition 'w'.
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCAtlas.cpp:102:36: style: Function 'addRect' argument 2 names different: declaration 'devHeight' definition 'h'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCAtlas.h:34:36: note: Function 'addRect' argument 2 names different: declaration 'devHeight' definition 'h'.
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCAtlas.cpp:102:36: note: Function 'addRect' argument 2 names different: declaration 'devHeight' definition 'h'.
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCAtlas.h:35:20: style: Technically the member function 'GrCCAtlas::drawBounds' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCAtlas.h:37:55: performance: Function parameter 'batchID' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCClipProcessor.cpp:33:46: style: Boolean variable 'fMustCheckBounds' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCCoverageProcessor.h:209:21: performance: Technically the member function 'GrCCCoverageProcessor::Shader::OutName' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCCoverageProcessor_GSImpl.cpp:116:5: style: Class 'GSHull3Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCCoverageProcessor_GSImpl.cpp:189:5: style: Class 'GSHull4Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCCoverageProcessor_GSImpl.cpp:260:5: style: Class 'GSEdgeImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCCoverageProcessor_VSImpl.cpp:336:5: style: Class 'VSCornerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCGeometry.cpp:93:47: warning: Function 'quadraticTo' argument order different: declaration 'devP1, devP2' definition 'devP0, devP1' [funcArgOrderDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCGeometry.h:77:37: note: Function 'quadraticTo' argument order different: declaration 'devP1, devP2' definition 'devP0, devP1'
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCGeometry.cpp:93:47: note: Function 'quadraticTo' argument order different: declaration 'devP1, devP2' definition 'devP0, devP1'
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCGeometry.h:50:5: warning: Member variable 'GrCCGeometry::fCurrContourTallies' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCGeometry.h:110:17: style: Technically the member function 'GrCCGeometry::chopCubic' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCGeometry.cpp:486:27: note: Technically the member function 'GrCCGeometry::chopCubic' can be const.
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCGeometry.h:110:17: note: Technically the member function 'GrCCGeometry::chopCubic' can be const.
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCGeometry.h:47:14: style: Technically the member function 'GrCCGeometry::PrimitiveTallies::operator==' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCGeometry.h:145:45: note: Technically the member function 'GrCCGeometry::PrimitiveTallies::operator==' can be const.
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCGeometry.h:47:14: note: Technically the member function 'GrCCGeometry::PrimitiveTallies::operator==' can be const.
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCGeometry.cpp:172:87: performance: Function parameter 'skipTerm' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCGeometry.cpp:205:85: performance: Function parameter 'skipTerm' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCPathParser.cpp:24:17: warning: Member variable 'GrCCPathParser::fCurrPathPointsIdx' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCCPathParser.cpp:24:17: warning: Member variable 'GrCCPathParser::fCurrPathVerbsIdx' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp:206:18: style: Function 'makeClipProcessor' argument 2 names different: declaration 'oplistID' definition 'opListID'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCoverageCountingPathRenderer.h:188:87: note: Function 'makeClipProcessor' argument 2 names different: declaration 'oplistID' definition 'opListID'.
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp:206:18: note: Function 'makeClipProcessor' argument 2 names different: declaration 'oplistID' definition 'opListID'.
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp:463:24: style: Function 'placeParsedPathInAtlas' argument 2 names different: declaration 'accessRect' definition 'clipIBounds'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCoverageCountingPathRenderer.h:202:82: note: Function 'placeParsedPathInAtlas' argument 2 names different: declaration 'accessRect' definition 'clipIBounds'.
firefox-62.0/gfx/skia/skia/src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp:463:24: note: Function 'placeParsedPathInAtlas' argument 2 names different: declaration 'accessRect' definition 'clipIBounds'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrBezierEffect.cpp:68:5: performance: Variable 'fEdgeType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrBezierEffect.cpp:320:5: performance: Variable 'fEdgeType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrBezierEffect.cpp:525:5: performance: Variable 'fEdgeType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrBezierEffect.cpp:20:5: style: Class 'GrGLConicEffect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrBezierEffect.cpp:272:5: style: Class 'GrGLQuadEffect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrBezierEffect.cpp:472:5: style: Class 'GrGLCubicEffect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrBicubicEffect.cpp:180:56: style: Function 'ShouldUseBicubic' argument 1 names different: declaration 'localCoordsToDevice' definition 'matrix'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrBicubicEffect.h:58:50: note: Function 'ShouldUseBicubic' argument 1 names different: declaration 'localCoordsToDevice' definition 'matrix'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrBicubicEffect.cpp:180:56: note: Function 'ShouldUseBicubic' argument 1 names different: declaration 'localCoordsToDevice' definition 'matrix'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrBicubicEffect.h:16:1: warning: The class 'GrBicubicEffect' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrBitmapTextGeoProc.cpp:151:62: style: Function 'addNewProxies' argument 2 names different: declaration 'p' definition 'params'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrBitmapTextGeoProc.h:48:97: note: Function 'addNewProxies' argument 2 names different: declaration 'p' definition 'params'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrBitmapTextGeoProc.cpp:151:62: note: Function 'addNewProxies' argument 2 names different: declaration 'p' definition 'params'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrConvexPolyEffect.h:24:1: warning: The class 'GrConvexPolyEffect' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrCoverageSetOpXP.cpp:54:5: style: Class 'GLCoverageSetOpXP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrCustomXfermode.cpp:182:49: style: Function 'onIsEqual' argument 1 names different: declaration 'xpBase' definition 'other'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrCustomXfermode.cpp:104:43: note: Function 'onIsEqual' argument 1 names different: declaration 'xpBase' definition 'other'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrCustomXfermode.cpp:182:49: note: Function 'onIsEqual' argument 1 names different: declaration 'xpBase' definition 'other'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrCustomXfermode.cpp:116:5: style: Class 'GLCustomXP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrCustomXfermode.cpp:213:5: style: Class 'CustomXPFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrDisableColorXP.cpp:45:5: style: Class 'GLDisableColorXP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrDistanceFieldGeoProc.cpp:241:72: style: Function 'addNewProxies' argument 2 names different: declaration 'p' definition 'params'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrDistanceFieldGeoProc.h:88:97: note: Function 'addNewProxies' argument 2 names different: declaration 'p' definition 'params'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrDistanceFieldGeoProc.cpp:241:72: note: Function 'addNewProxies' argument 2 names different: declaration 'p' definition 'params'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrDistanceFieldGeoProc.cpp:516:70: style: Function 'addNewProxies' argument 2 names different: declaration 'p' definition 'params'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrDistanceFieldGeoProc.h:145:97: note: Function 'addNewProxies' argument 2 names different: declaration 'p' definition 'params'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrDistanceFieldGeoProc.cpp:516:70: note: Function 'addNewProxies' argument 2 names different: declaration 'p' definition 'params'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrDistanceFieldGeoProc.cpp:792:65: style: Function 'GrDistanceFieldLCDTextGeoProc' argument 3 names different: declaration 'wa' definition 'distanceAdjust'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrDistanceFieldGeoProc.h:221:80: note: Function 'GrDistanceFieldLCDTextGeoProc' argument 3 names different: declaration 'wa' definition 'distanceAdjust'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrDistanceFieldGeoProc.cpp:792:65: note: Function 'GrDistanceFieldLCDTextGeoProc' argument 3 names different: declaration 'wa' definition 'distanceAdjust'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrDistanceFieldGeoProc.cpp:815:79: style: Function 'addNewProxies' argument 1 names different: declaration 'proxies' definition 'prox'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrDistanceFieldGeoProc.h:213:52: note: Function 'addNewProxies' argument 1 names different: declaration 'proxies' definition 'prox'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrDistanceFieldGeoProc.cpp:815:79: note: Function 'addNewProxies' argument 1 names different: declaration 'proxies' definition 'prox'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrDistanceFieldGeoProc.cpp:816:73: style: Function 'addNewProxies' argument 2 names different: declaration 'p' definition 'params'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrDistanceFieldGeoProc.h:213:97: note: Function 'addNewProxies' argument 2 names different: declaration 'p' definition 'params'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrDistanceFieldGeoProc.cpp:816:73: note: Function 'addNewProxies' argument 2 names different: declaration 'p' definition 'params'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrDistanceFieldGeoProc.cpp:574:9: performance: Variable 'fDistanceAdjust' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrGaussianConvolutionFragmentProcessor.cpp:200:65: style: Function 'GrGaussianConvolutionFragmentProcessor' argument 3 names different: declaration 'halfWidth' definition 'radius'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrGaussianConvolutionFragmentProcessor.h:64:48: note: Function 'GrGaussianConvolutionFragmentProcessor' argument 3 names different: declaration 'halfWidth' definition 'radius'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrGaussianConvolutionFragmentProcessor.cpp:200:65: note: Function 'GrGaussianConvolutionFragmentProcessor' argument 3 names different: declaration 'halfWidth' definition 'radius'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrGaussianConvolutionFragmentProcessor.h:20:1: warning: The class 'GrGaussianConvolutionFragmentProcessor' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrMatrixConvolutionEffect.cpp:175:28: warning: Member variable 'GrMatrixConvolutionEffect::fBounds' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrMatrixConvolutionEffect.h:17:1: warning: The class 'GrMatrixConvolutionEffect' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrNonlinearColorSpaceXformEffect.h:23:1: warning: The class 'GrNonlinearColorSpaceXformEffect' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrPorterDuffXferProcessor.cpp:664:87: style: Function 'Make' argument 2 names different: declaration 'inputColor' definition 'color'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrPorterDuffXferProcessor.cpp:582:78: note: Function 'Make' argument 2 names different: declaration 'inputColor' definition 'color'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrPorterDuffXferProcessor.cpp:664:87: note: Function 'Make' argument 2 names different: declaration 'inputColor' definition 'color'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrPorterDuffXferProcessor.cpp:621:5: style: Class 'GLPDLCDXferProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrPorterDuffXferProcessor.cpp:26:1: warning: The class 'BlendFormula' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrSRGBEffect.cpp:101:66: style: Function 'constantOutputForConstantInput' argument 1 names different: declaration 'input' definition 'color'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrSRGBEffect.h:46:56: note: Function 'constantOutputForConstantInput' argument 1 names different: declaration 'input' definition 'color'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrSRGBEffect.cpp:101:66: note: Function 'constantOutputForConstantInput' argument 1 names different: declaration 'input' definition 'color'.
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrTextureDomain.h:151:1: warning: The class 'GrTextureDomainEffect' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/gpu/effects/GrTextureDomain.h:200:1: warning: The class 'GrDeviceSpaceTextureDecalFragmentProcessor' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLCaps.cpp:1515:9: style: Condition 'disableSRGBRenderWithMSAAForMacAMD' is always false [knownConditionTrueFalse]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLCaps.cpp:1317:47: note: Assignment 'disableSRGBRenderWithMSAAForMacAMD=false', assigned value is 0
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLCaps.cpp:1515:9: note: Condition 'disableSRGBRenderWithMSAAForMacAMD' is always false
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLCaps.cpp:2224:53: style: Condition 'isMAC' is always false [knownConditionTrueFalse]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLCaps.cpp:22:5: performance: Variable 'fStandard' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLCreateNullInterface.cpp:22:5: style: Class 'GLObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLCreateNullInterface.cpp:100:5: style: Class 'Buffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLCreateNullInterface.cpp:132:5: style: Class 'FramebufferAttachment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLCreateNullInterface.cpp:141:5: style: Class 'Renderbuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLCreateNullInterface.cpp:158:5: style: Class 'Framebuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLCreateNullInterface.cpp:217:5: style: Class 'NullInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.cpp:2830:26: warning: Possible null pointer dereference: rt [nullPointer]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.cpp:3993:26: note: Calling function 'flushHWAAState', 1st argument 'rt' value is 0
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.cpp:2830:26: note: Null pointer dereference
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.cpp:150:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.cpp:2132:49: style: Function 'readPixelsSupported' argument 1 names different: declaration 'renderTargetConfig' definition 'rtConfig'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.h:226:44: note: Function 'readPixelsSupported' argument 1 names different: declaration 'renderTargetConfig' definition 'rtConfig'.
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.cpp:2132:49: note: Function 'readPixelsSupported' argument 1 names different: declaration 'renderTargetConfig' definition 'rtConfig'.
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.cpp:3263:34: style: Function 'setTextureUnit' argument 1 names different: declaration 'unitIdx' definition 'unit'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.h:259:29: note: Function 'setTextureUnit' argument 1 names different: declaration 'unitIdx' definition 'unit'.
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.cpp:3263:34: note: Function 'setTextureUnit' argument 1 names different: declaration 'unitIdx' definition 'unit'.
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.cpp:3493:44: style: Function 'createCopyProgram' argument 1 names different: declaration 'srcTexture' definition 'srcTex'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.h:402:39: note: Function 'createCopyProgram' argument 1 names different: declaration 'srcTexture' definition 'srcTex'.
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.cpp:3493:44: note: Function 'createCopyProgram' argument 1 names different: declaration 'srcTexture' definition 'srcTex'.
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.cpp:4452:92: style: Function 'bindInternalVertexArray' argument 2 names different: declaration 'ibuff' definition 'ibuf'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.h:523:81: note: Function 'bindInternalVertexArray' argument 2 names different: declaration 'ibuff' definition 'ibuf'.
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.cpp:4452:92: note: Function 'bindInternalVertexArray' argument 2 names different: declaration 'ibuff' definition 'ibuf'.
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.cpp:4507:34: style: Function 'onFinishFlush' argument 1 names different: declaration 'insertedSemaphores' definition 'insertedSemaphore'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.h:277:29: note: Function 'onFinishFlush' argument 1 names different: declaration 'insertedSemaphores' definition 'insertedSemaphore'.
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.cpp:4507:34: note: Function 'onFinishFlush' argument 1 names different: declaration 'insertedSemaphores' definition 'insertedSemaphore'.
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpuProgramCache.cpp:70:53: style: Function 'refProgram' argument 4 names different: declaration 'hasPointSize' definition 'isPoints'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpu.h:303:38: note: Function 'refProgram' argument 4 names different: declaration 'hasPointSize' definition 'isPoints'.
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpuProgramCache.cpp:70:53: note: Function 'refProgram' argument 4 names different: declaration 'hasPointSize' definition 'isPoints'.
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLGpuProgramCache.cpp:26:5: style: Struct 'Entry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLPath.cpp:63:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLPath.cpp:76:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLPath.h:47:12: style: Unused private function: 'GrGLPath::onGpuMemorySize' [unusedPrivateFunction]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLPath.h:47:12: performance: Technically the member function 'GrGLPath::onGpuMemorySize' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLPathRange.h:55:12: style: Unused private function: 'GrGLPathRange::onGpuMemorySize' [unusedPrivateFunction]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLProgram.cpp:164:37: style: Function 'bindTextures' argument 3 names different: declaration 'nextSamplerIdx' definition 'nextTexSamplerIdx'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLProgram.h:129:80: note: Function 'bindTextures' argument 3 names different: declaration 'nextSamplerIdx' definition 'nextTexSamplerIdx'.
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLProgram.cpp:164:37: note: Function 'bindTextures' argument 3 names different: declaration 'nextSamplerIdx' definition 'nextTexSamplerIdx'.
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLStencilAttachment.cpp:23:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLVertexArray.cpp:108:36: style: Function 'set' argument 2 names different: declaration 'attribIndex' definition 'index'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLVertexArray.h:41:18: note: Function 'set' argument 2 names different: declaration 'attribIndex' definition 'index'.
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLVertexArray.cpp:108:36: note: Function 'set' argument 2 names different: declaration 'attribIndex' definition 'index'.
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLVertexArray.cpp:203:90: style: Function 'bindWithIndexBuffer' argument 2 names different: declaration 'indexBuffer' definition 'ibuff'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLVertexArray.h:116:77: note: Function 'bindWithIndexBuffer' argument 2 names different: declaration 'indexBuffer' definition 'ibuff'.
firefox-62.0/gfx/skia/skia/src/gpu/gl/GrGLVertexArray.cpp:203:90: note: Function 'bindWithIndexBuffer' argument 2 names different: declaration 'indexBuffer' definition 'ibuff'.
firefox-62.0/gfx/skia/skia/src/gpu/gl/iOS/GrGLMakeNativeInterface_iOS.cpp:48:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLFragmentProcessor.cpp:23:91: style: Function 'emitChild' argument 3 names different: declaration 'parentArgs' definition 'args'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLFragmentProcessor.h:163:70: note: Function 'emitChild' argument 3 names different: declaration 'parentArgs' definition 'args'.
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLFragmentProcessor.cpp:23:91: note: Function 'emitChild' argument 3 names different: declaration 'parentArgs' definition 'args'.
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLFragmentProcessor.cpp:28:74: style: Function 'emitChild' argument 4 names different: declaration 'parentArgs' definition 'args'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLFragmentProcessor.h:156:30: note: Function 'emitChild' argument 4 names different: declaration 'parentArgs' definition 'args'.
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLFragmentProcessor.cpp:28:74: note: Function 'emitChild' argument 4 names different: declaration 'parentArgs' definition 'args'.
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp:42:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp:65:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp:190:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLGeometryProcessor.h:64:10: performance: Technically the member function 'GrGLSLGeometryProcessor::writeOutputPosition' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLGeometryProcessor.cpp:117:31: note: Technically the member function 'GrGLSLGeometryProcessor::writeOutputPosition' can be static.
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLGeometryProcessor.h:64:10: note: Technically the member function 'GrGLSLGeometryProcessor::writeOutputPosition' can be static.
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLGeometryProcessor.h:65:10: performance: Technically the member function 'GrGLSLGeometryProcessor::writeOutputPosition' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLGeometryProcessor.cpp:124:31: note: Technically the member function 'GrGLSLGeometryProcessor::writeOutputPosition' can be static.
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLGeometryProcessor.h:65:10: note: Technically the member function 'GrGLSLGeometryProcessor::writeOutputPosition' can be static.
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLPrimitiveProcessor.h:132:10: performance: Technically the member function 'GrGLSLPrimitiveProcessor::setupUniformColor' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLPrimitiveProcessor.cpp:39:32: note: Technically the member function 'GrGLSLPrimitiveProcessor::setupUniformColor' can be static.
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLPrimitiveProcessor.h:132:10: note: Technically the member function 'GrGLSLPrimitiveProcessor::setupUniformColor' can be static.
firefox-62.0/gfx/skia/skia/src/gpu/glsl/GrGLSLProgramBuilder.h:130:9: style: Class 'AutoStageAdvance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrAAConvexPathRenderer.cpp:51:9: style: Technically the member function 'Segment::countPoints' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrAAConvexTessellator.cpp:636:51: style: Function 'terminate' argument 1 names different: declaration 'lastRing' definition 'ring'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrAAConvexTessellator.h:228:32: note: Function 'terminate' argument 1 names different: declaration 'lastRing' definition 'ring'.
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrAAConvexTessellator.cpp:636:51: note: Function 'terminate' argument 1 names different: declaration 'lastRing' definition 'ring'.
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrAAConvexTessellator.cpp:836:79: style: Function 'computeNormals' argument 1 names different: declaration 'result' definition 'tess'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrAAConvexTessellator.h:164:58: note: Function 'computeNormals' argument 1 names different: declaration 'result' definition 'tess'.
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrAAConvexTessellator.cpp:836:79: note: Function 'computeNormals' argument 1 names different: declaration 'result' definition 'tess'.
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrAAHairLinePathRenderer.cpp:130:23: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrCopySurfaceOp.cpp:62:61: style: Function 'Make' argument 1 names different: declaration 'dst' definition 'dstProxy'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrCopySurfaceOp.h:18:55: note: Function 'Make' argument 1 names different: declaration 'dst' definition 'dstProxy'.
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrCopySurfaceOp.cpp:62:61: note: Function 'Make' argument 1 names different: declaration 'dst' definition 'dstProxy'.
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrCopySurfaceOp.cpp:62:87: style: Function 'Make' argument 2 names different: declaration 'src' definition 'srcProxy'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrCopySurfaceOp.h:18:76: note: Function 'Make' argument 2 names different: declaration 'src' definition 'srcProxy'.
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrCopySurfaceOp.cpp:62:87: note: Function 'Make' argument 2 names different: declaration 'src' definition 'srcProxy'.
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:438:21: style: The scope of the variable 'bounds' can be reduced. [variableScope]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:1178:58: style: Function 'setData' argument 3 names different: declaration 'iter' definition 'transformIter'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:1094:41: note: Function 'setData' argument 3 names different: declaration 'iter' definition 'transformIter'.
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:1178:58: note: Function 'setData' argument 3 names different: declaration 'iter' definition 'transformIter'.
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:1248:64: style: Function 'make_dash_gp' argument 4 names different: declaration 'localMatrix' definition 'viewMatrix'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:248:64: note: Function 'make_dash_gp' argument 4 names different: declaration 'localMatrix' definition 'viewMatrix'.
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:1248:64: note: Function 'make_dash_gp' argument 4 names different: declaration 'localMatrix' definition 'viewMatrix'.
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:325:5: warning: Member variable 'DashOp::fDisallowCombineOnTouchOrOverlap' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:325:5: warning: Member variable 'DashOp::fUsesLocalCoords' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:355:9: warning: Member variable 'DashDraw::fLineDone' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:355:9: warning: Member variable 'DashDraw::fHasStartRect' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:355:9: warning: Member variable 'DashDraw::fHasEndRect' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:897:5: performance: Variable 'fColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:898:5: performance: Variable 'fPrevRadius' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:899:5: performance: Variable 'fPrevCenterX' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:900:5: performance: Variable 'fPrevIntervalLength' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:355:9: style: Struct 'DashDraw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:267:68: performance: Function parameter 'aaMode' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:325:80: performance: Function parameter 'aaMode' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:981:61: performance: Function parameter 'aaMode' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:998:49: performance: Function parameter 'aaMode' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:1202:59: performance: Function parameter 'aaMode' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:1219:45: performance: Function parameter 'aaMode' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:700:13: warning: Access of moved variable 'fProcessorSet'. [accessMoved]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:693:74: note: Calling std::move(fProcessorSet)
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDashOp.cpp:700:13: note: $symbol:fProcessorSet
Access of moved variable '$symbol'.
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDrawPathOp.h:123:42: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDrawPathOp.h:125:46: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDrawPathOp.h:164:9: warning: Member variable 'InstanceData::fIndices' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDrawPathOp.h:164:9: warning: Member variable 'InstanceData::fTransformValues' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDrawPathOp.h:164:9: warning: Member variable 'InstanceData::fInstanceCount' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDrawPathOp.h:164:9: warning: Member variable 'InstanceData::fRefCnt' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrDrawVerticesOp.cpp:201:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrMSAAPathRenderer.cpp:199:5: style: Class 'MSAAQuadProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrMSAAPathRenderer.cpp:131:9: style: Class 'GLSLProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrNonAAStrokeRectOp.cpp:102:9: performance: Variable 'fColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrNonAAStrokeRectOp.cpp:103:9: performance: Variable 'fViewMatrix' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrNonAAStrokeRectOp.cpp:104:9: performance: Variable 'fRect' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrOvalOpFactory.cpp:1921:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrOvalOpFactory.cpp:712:30: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrOvalOpFactory.cpp:725:30: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrOvalOpFactory.cpp:747:33: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrOvalOpFactory.cpp:748:33: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrOvalOpFactory.cpp:760:29: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrOvalOpFactory.cpp:761:29: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrOvalOpFactory.cpp:762:29: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrShadowRRectOp.cpp:572:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrSimpleMeshDrawOpHelper.cpp:153:15: performance: Function parameter 'flags' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrSmallPathRenderer.cpp:48:33: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrStencilAndCoverPathRenderer.h:37:5: style: Class 'GrStencilAndCoverPathRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrTessellatingPathRenderer.cpp:110:5: warning: Member variable 'DynamicVertexAllocator::fVertexCount' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrTessellatingPathRenderer.cpp:110:5: warning: Member variable 'DynamicVertexAllocator::fFirstVertex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrTextureOp.cpp:654:40: warning: Access of moved variable 'fColorSpaceXform'. [accessMoved]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrTextureOp.cpp:553:71: note: Calling std::move(fColorSpaceXform)
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrTextureOp.cpp:654:40: note: $symbol:fColorSpaceXform
Access of moved variable '$symbol'.
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrTextureOp.cpp:251:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/gpu/ops/GrTextureOp.cpp:259:23: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasGlyphCache.cpp:402:58: style: Function 'GrAtlasTextStrike' argument 1 names different: declaration 'fontScalerKey' definition 'key'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasGlyphCache.h:31:43: note: Function 'GrAtlasTextStrike' argument 1 names different: declaration 'fontScalerKey' definition 'key'.
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasGlyphCache.cpp:402:58: note: Function 'GrAtlasTextStrike' argument 1 names different: declaration 'fontScalerKey' definition 'key'.
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextBlob.cpp:50:26: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.cpp:807:67: style: Same expression on both sides of '-' because the value of 'text' and 'lastText' are the same. [duplicateExpression]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.cpp:792:32: note: 'lastText' is assigned value 'text' here.
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.cpp:807:67: note: Same expression on both sides of '-' because the value of 'text' and 'lastText' are the same.
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.cpp:187:62: style: Function 'regenerateTextBlob' argument 1 names different: declaration 'bmp' definition 'cacheBlob'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.h:98:46: note: Function 'regenerateTextBlob' argument 1 names different: declaration 'bmp' definition 'cacheBlob'.
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.cpp:187:62: note: Function 'regenerateTextBlob' argument 1 names different: declaration 'bmp' definition 'cacheBlob'.
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.cpp:444:71: style: Function 'DrawBmpTextAsPaths' argument 5 names different: declaration 'paint' definition 'origPaint'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.h:143:85: note: Function 'DrawBmpTextAsPaths' argument 5 names different: declaration 'paint' definition 'origPaint'.
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.cpp:444:71: note: Function 'DrawBmpTextAsPaths' argument 5 names different: declaration 'paint' definition 'origPaint'.
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.cpp:483:74: style: Function 'DrawBmpPosTextAsPaths' argument 5 names different: declaration 'paint' definition 'origPaint'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.h:149:88: note: Function 'DrawBmpPosTextAsPaths' argument 5 names different: declaration 'paint' definition 'origPaint'.
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.cpp:483:74: note: Function 'DrawBmpPosTextAsPaths' argument 5 names different: declaration 'paint' definition 'origPaint'.
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.cpp:820:57: warning: Function 'DfAppendGlyph' argument order different: declaration ', runIndex, , , , sx, sy, color, cache, textRatio' definition 'blob, runIndex, cache, strike, skGlyph, sx, sy, color, glyphCache, textRatio' [funcArgOrderDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.h:181:31: note: Function 'DfAppendGlyph' argument order different: declaration ', runIndex, , , , sx, sy, color, cache, textRatio' definition 'blob, runIndex, cache, strike, skGlyph, sx, sy, color, glyphCache, textRatio'
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.cpp:820:57: note: Function 'DfAppendGlyph' argument order different: declaration ', runIndex, , , , sx, sy, color, cache, textRatio' definition 'blob, runIndex, cache, strike, skGlyph, sx, sy, color, glyphCache, textRatio'
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.h:185:39: style: Unused private function: 'GrAtlasTextContext::dfAdjustTable' [unusedPrivateFunction]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.cpp:42:5: performance: Variable 'fMaxDistanceFieldFontSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.cpp:45:5: performance: Variable 'fMinDistanceFieldFontSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.h:59:5: style: Class 'GrAtlasTextContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/text/GrAtlasTextContext.cpp:856:83: performance: Function parameter 'glyphPos' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkBuffer.cpp:22:80: style: Function 'Create' argument 2 names different: declaration 'descriptor' definition 'desc'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkBuffer.h:82:47: note: Function 'Create' argument 2 names different: declaration 'descriptor' definition 'desc'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkBuffer.cpp:22:80: note: Function 'Create' argument 2 names different: declaration 'descriptor' definition 'desc'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkBuffer.cpp:85:49: style: Function 'addMemoryBarrier' argument 3 names different: declaration 'dstAccessMask' definition 'dstAccesMask'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkBuffer.h:37:41: note: Function 'addMemoryBarrier' argument 3 names different: declaration 'dstAccessMask' definition 'dstAccesMask'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkBuffer.cpp:85:49: note: Function 'addMemoryBarrier' argument 3 names different: declaration 'dstAccessMask' definition 'dstAccesMask'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkRenderPass.h:23:5: warning: Member variable 'GrVkRenderPass::fAttachmentFlags' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkRenderPass.h:23:5: warning: Member variable 'GrVkRenderPass::fAttachmentsDescriptor' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkMemory.h:101:20: style: Technically the member function 'GrVkSubHeap::memory' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkPipelineState.h:141:14: style: Technically the member function 'GrVkPipelineState::RenderTargetState::getRTAdjustmentVec' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkResourceProvider.h:39:5: style: Class 'GrVkResourceProvider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkResourceProvider.h:168:9: style: Class 'PipelineStateCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkBufferView.h:31:5: style: Class 'GrVkBufferView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkCaps.cpp:18:37: style: Function 'GrVkCaps' argument 3 names different: declaration 'device' definition 'physDev'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkCaps.h:30:31: note: Function 'GrVkCaps' argument 3 names different: declaration 'device' definition 'physDev'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkCaps.cpp:18:37: note: Function 'GrVkCaps' argument 3 names different: declaration 'device' definition 'physDev'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkCaps.cpp:78:38: style: Function 'init' argument 3 names different: declaration 'device' definition 'physDev'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkCaps.h:139:32: note: Function 'init' argument 3 names different: declaration 'device' definition 'physDev'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkCaps.cpp:78:38: note: Function 'init' argument 3 names different: declaration 'device' definition 'physDev'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkCaps.cpp:287:55: style: Function 'initStencilFormat' argument 1 names different: declaration 'iface' definition 'interface'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkCaps.h:146:49: note: Function 'initStencilFormat' argument 1 names different: declaration 'iface' definition 'interface'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkCaps.cpp:287:55: note: Function 'initStencilFormat' argument 1 names different: declaration 'iface' definition 'interface'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkCommandBuffer.cpp:426:76: style: Function 'executeCommands' argument 2 names different: declaration 'secondaryBuffer' definition 'buffer'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkCommandBuffer.h:198:54: note: Function 'executeCommands' argument 2 names different: declaration 'secondaryBuffer' definition 'buffer'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkCommandBuffer.cpp:426:76: note: Function 'executeCommands' argument 2 names different: declaration 'secondaryBuffer' definition 'buffer'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkFramebuffer.h:38:5: style: Class 'GrVkFramebuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkImageView.h:36:5: style: Class 'GrVkImageView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkPipeline.h:55:5: style: Class 'GrVkPipeline' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.cpp:1595:40: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.cpp:98:50: style: Function 'GrVkGpu' argument 3 names different: declaration 'backendContext' definition 'backendCtx'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.h:161:82: note: Function 'GrVkGpu' argument 3 names different: declaration 'backendContext' definition 'backendCtx'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.cpp:98:50: note: Function 'GrVkGpu' argument 3 names different: declaration 'backendContext' definition 'backendCtx'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.cpp:434:39: style: Function 'onTransferPixels' argument 8 names different: declaration 'offset' definition 'bufferOffset'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.h:196:60: note: Function 'onTransferPixels' argument 8 names different: declaration 'offset' definition 'bufferOffset'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.cpp:434:39: note: Function 'onTransferPixels' argument 8 names different: declaration 'offset' definition 'bufferOffset'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.cpp:546:70: style: Function 'uploadTexDataLinear' argument 7 names different: declaration 'colorType' definition 'dataColorType'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.h:233:65: note: Function 'uploadTexDataLinear' argument 7 names different: declaration 'colorType' definition 'dataColorType'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.cpp:546:70: note: Function 'uploadTexDataLinear' argument 7 names different: declaration 'colorType' definition 'dataColorType'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.cpp:625:71: style: Function 'uploadTexDataOptimal' argument 7 names different: declaration 'colorType' definition 'dataColorType'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.h:236:66: note: Function 'uploadTexDataOptimal' argument 7 names different: declaration 'colorType' definition 'dataColorType'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.cpp:625:71: note: Function 'uploadTexDataOptimal' argument 7 names different: declaration 'colorType' definition 'dataColorType'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.cpp:1177:65: style: Function 'createTestingOnlyBackendTexture' argument 1 names different: declaration 'pixels' definition 'srcData'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.h:72:60: note: Function 'createTestingOnlyBackendTexture' argument 1 names different: declaration 'pixels' definition 'srcData'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.cpp:1177:65: note: Function 'createTestingOnlyBackendTexture' argument 1 names different: declaration 'pixels' definition 'srcData'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.cpp:1531:75: style: Function 'deleteTestingOnlyBackendTexture' argument 2 names different: declaration 'abandonTexture' definition 'abandon'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.h:77:66: note: Function 'deleteTestingOnlyBackendTexture' argument 2 names different: declaration 'abandonTexture' definition 'abandon'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.cpp:1531:75: note: Function 'deleteTestingOnlyBackendTexture' argument 2 names different: declaration 'abandonTexture' definition 'abandon'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.cpp:1584:34: style: Function 'onFinishFlush' argument 1 names different: declaration 'insertedSemaphores' definition 'insertedSemaphore'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.h:202:29: note: Function 'onFinishFlush' argument 1 names different: declaration 'insertedSemaphores' definition 'insertedSemaphore'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.cpp:1584:34: note: Function 'onFinishFlush' argument 1 names different: declaration 'insertedSemaphores' definition 'insertedSemaphore'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.cpp:1820:78: style: Function 'copySurfaceAsResolve' argument 5 names different: declaration 'srcRect' definition 'origSrcRect'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.h:228:46: note: Function 'copySurfaceAsResolve' argument 5 names different: declaration 'srcRect' definition 'origSrcRect'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.cpp:1820:78: note: Function 'copySurfaceAsResolve' argument 5 names different: declaration 'srcRect' definition 'origSrcRect'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.cpp:1821:52: style: Function 'copySurfaceAsResolve' argument 6 names different: declaration 'dstPoint' definition 'origDstPoint'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.h:229:47: note: Function 'copySurfaceAsResolve' argument 6 names different: declaration 'dstPoint' definition 'origDstPoint'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpu.cpp:1821:52: note: Function 'copySurfaceAsResolve' argument 6 names different: declaration 'dstPoint' definition 'origDstPoint'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpuCommandBuffer.cpp:186:48: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpuCommandBuffer.cpp:583:50: style: Function 'onDraw' argument 3 names different: declaration 'mesh' definition 'meshes'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpuCommandBuffer.h:97:30: note: Function 'onDraw' argument 3 names different: declaration 'mesh' definition 'meshes'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkGpuCommandBuffer.cpp:583:50: note: Function 'onDraw' argument 3 names different: declaration 'mesh' definition 'meshes'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkIndexBuffer.cpp:12:62: style: Function 'GrVkIndexBuffer' argument 3 names different: declaration 'resource' definition 'bufferResource'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkIndexBuffer.h:27:49: note: Function 'GrVkIndexBuffer' argument 3 names different: declaration 'resource' definition 'bufferResource'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkIndexBuffer.cpp:12:62: note: Function 'GrVkIndexBuffer' argument 3 names different: declaration 'resource' definition 'bufferResource'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkMemory.cpp:519:38: style: Function 'alloc' argument 1 names different: declaration 'requestedSize' definition 'size'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkMemory.h:103:29: note: Function 'alloc' argument 1 names different: declaration 'requestedSize' definition 'size'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkMemory.cpp:519:38: note: Function 'alloc' argument 1 names different: declaration 'requestedSize' definition 'size'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkMemory.cpp:89:68: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkMemory.cpp:180:68: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkMemory.cpp:39:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkPipeline.cpp:348:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkPipelineState.cpp:582:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkVaryingHandler.h:15:5: style: Class 'GrVkVaryingHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkPipelineStateDataManager.cpp:203:61: style: Function 'setMatrix2fv' argument 3 names different: declaration 'matrices' definition 'm'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkPipelineStateDataManager.h:42:66: note: Function 'setMatrix2fv' argument 3 names different: declaration 'matrices' definition 'm'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkPipelineStateDataManager.cpp:203:61: note: Function 'setMatrix2fv' argument 3 names different: declaration 'matrices' definition 'm'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkPipelineStateDataManager.cpp:213:61: style: Function 'setMatrix3fv' argument 3 names different: declaration 'matrices' definition 'm'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkPipelineStateDataManager.h:43:66: note: Function 'setMatrix3fv' argument 3 names different: declaration 'matrices' definition 'm'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkPipelineStateDataManager.cpp:213:61: note: Function 'setMatrix3fv' argument 3 names different: declaration 'matrices' definition 'm'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkPipelineStateDataManager.cpp:223:61: style: Function 'setMatrix4fv' argument 3 names different: declaration 'matrices' definition 'm'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkPipelineStateDataManager.h:44:66: note: Function 'setMatrix4fv' argument 3 names different: declaration 'matrices' definition 'm'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkPipelineStateDataManager.cpp:223:61: note: Function 'setMatrix4fv' argument 3 names different: declaration 'matrices' definition 'm'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkRenderPass.cpp:53:47: style: Function 'init' argument 2 names different: declaration 'colorOps' definition 'colorOp'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkRenderPass.h:124:35: note: Function 'init' argument 2 names different: declaration 'colorOps' definition 'colorOp'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkRenderPass.cpp:53:47: note: Function 'init' argument 2 names different: declaration 'colorOps' definition 'colorOp'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkRenderPass.cpp:54:47: style: Function 'init' argument 3 names different: declaration 'stencilOps' definition 'stencilOp'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkRenderPass.h:125:35: note: Function 'init' argument 3 names different: declaration 'stencilOps' definition 'stencilOp'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkRenderPass.cpp:54:47: note: Function 'init' argument 3 names different: declaration 'stencilOps' definition 'stencilOp'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkRenderTarget.cpp:239:77: style: Function 'getAttachmentsDescriptor' argument 2 names different: declaration 'flags' definition 'attachmentFlags'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkRenderTarget.h:76:68: note: Function 'getAttachmentsDescriptor' argument 2 names different: declaration 'flags' definition 'attachmentFlags'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkRenderTarget.cpp:239:77: note: Function 'getAttachmentsDescriptor' argument 2 names different: declaration 'flags' definition 'attachmentFlags'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkResourceProvider.cpp:28:5: style: Class 'GrVkResourceProvider' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkResourceProvider.cpp:28:5: style: Class 'GrVkResourceProvider' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkSemaphore.cpp:36:58: performance: Function parameter 'wrapType' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkTexelBuffer.cpp:13:64: style: Function 'GrVkTexelBuffer' argument 3 names different: declaration 'resource' definition 'bufferResource'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkTexelBuffer.h:26:49: note: Function 'GrVkTexelBuffer' argument 3 names different: declaration 'resource' definition 'bufferResource'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkTexelBuffer.cpp:13:64: note: Function 'GrVkTexelBuffer' argument 3 names different: declaration 'resource' definition 'bufferResource'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkTexture.cpp:30:47: style: Function 'GrVkTexture' argument 5 names different: declaration 'imageView' definition 'view'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkTexture.h:63:60: note: Function 'GrVkTexture' argument 5 names different: declaration 'imageView' definition 'view'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkTexture.cpp:30:47: note: Function 'GrVkTexture' argument 5 names different: declaration 'imageView' definition 'view'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkTexture.cpp:46:47: style: Function 'GrVkTexture' argument 5 names different: declaration 'imageView' definition 'view'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkTexture.h:66:60: note: Function 'GrVkTexture' argument 5 names different: declaration 'imageView' definition 'view'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkTexture.cpp:46:47: note: Function 'GrVkTexture' argument 5 names different: declaration 'imageView' definition 'view'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkTransferBuffer.cpp:33:68: style: Function 'GrVkTransferBuffer' argument 3 names different: declaration 'resource' definition 'bufferResource'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkTransferBuffer.h:27:52: note: Function 'GrVkTransferBuffer' argument 3 names different: declaration 'resource' definition 'bufferResource'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkTransferBuffer.cpp:33:68: note: Function 'GrVkTransferBuffer' argument 3 names different: declaration 'resource' definition 'bufferResource'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkVertexBuffer.cpp:12:64: style: Function 'GrVkVertexBuffer' argument 3 names different: declaration 'resource' definition 'bufferResource'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkVertexBuffer.h:26:50: note: Function 'GrVkVertexBuffer' argument 3 names different: declaration 'resource' definition 'bufferResource'.
firefox-62.0/gfx/skia/skia/src/gpu/vk/GrVkVertexBuffer.cpp:12:64: note: Function 'GrVkVertexBuffer' argument 3 names different: declaration 'resource' definition 'bufferResource'.
firefox-62.0/gfx/skia/skia/src/image/SkImage_Gpu.cpp:204:84: style: Function 'onReadPixels' argument 3 names different: declaration 'dstRowBytes' definition 'dstRB'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/image/SkImage_Gpu.h:55:67: note: Function 'onReadPixels' argument 3 names different: declaration 'dstRowBytes' definition 'dstRB'.
firefox-62.0/gfx/skia/skia/src/image/SkImage_Gpu.cpp:204:84: note: Function 'onReadPixels' argument 3 names different: declaration 'dstRowBytes' definition 'dstRB'.
firefox-62.0/gfx/skia/skia/src/image/SkImage_Lazy.cpp:428:60: style: Function 'directGeneratePixels' argument 1 names different: declaration 'dstInfo' definition 'info'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/image/SkImage_Lazy.cpp:102:50: note: Function 'directGeneratePixels' argument 1 names different: declaration 'dstInfo' definition 'info'.
firefox-62.0/gfx/skia/skia/src/image/SkImage_Lazy.cpp:428:60: note: Function 'directGeneratePixels' argument 1 names different: declaration 'dstInfo' definition 'info'.
firefox-62.0/gfx/skia/skia/src/image/SkImage_Lazy.cpp:428:72: style: Function 'directGeneratePixels' argument 2 names different: declaration 'dstPixels' definition 'pixels'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/image/SkImage_Lazy.cpp:102:65: note: Function 'directGeneratePixels' argument 2 names different: declaration 'dstPixels' definition 'pixels'.
firefox-62.0/gfx/skia/skia/src/image/SkImage_Lazy.cpp:428:72: note: Function 'directGeneratePixels' argument 2 names different: declaration 'dstPixels' definition 'pixels'.
firefox-62.0/gfx/skia/skia/src/image/SkImage_Lazy.cpp:428:87: style: Function 'directGeneratePixels' argument 3 names different: declaration 'dstRB' definition 'rb'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/image/SkImage_Lazy.cpp:102:83: note: Function 'directGeneratePixels' argument 3 names different: declaration 'dstRB' definition 'rb'.
firefox-62.0/gfx/skia/skia/src/image/SkImage_Lazy.cpp:428:87: note: Function 'directGeneratePixels' argument 3 names different: declaration 'dstRB' definition 'rb'.
firefox-62.0/gfx/skia/skia/src/image/SkImage_Lazy.cpp:283:10: performance: Technically the member function 'CacheCaps::supportsHalfFloat' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/image/SkImage_Lazy.cpp:284:10: performance: Technically the member function 'CacheCaps::supportsSRGB' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/image/SkImage_Lazy.cpp:285:10: performance: Technically the member function 'CacheCaps::supportsSBGR' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/image/SkImage_Lazy.cpp:68:5: style: Class 'SkImage_Lazy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/image/SkImage_Lazy.cpp:216:5: style: Class 'ScopedGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/image/SkImage_Lazy.cpp:266:5: style: Struct 'CacheCaps' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/image/SkImage_Raster.cpp:327:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/images/SkJPEGWriteUtility.cpp:14:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/images/SkJPEGWriteUtility.cpp:21:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/images/SkJPEGWriteUtility.cpp:36:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/images/SkJPEGWriteUtility.cpp:48:25: warning: Member variable 'skjpeg_destination_mgr::fBuffer' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/images/SkJPEGWriteUtility.h:29:5: style: Struct 'skjpeg_destination_mgr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1499:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1509:20: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1973:15: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_misc.h:80:5: style: Technically the member function 'Ctx::operatorNone' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:68:18: performance: Function parameter 'f' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:68:23: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:68:28: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:73:21: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:76:21: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:76:26: performance: Function parameter 'scale' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:96:52: performance: Function parameter 'r' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:96:59: performance: Function parameter 'g' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:96:66: performance: Function parameter 'b' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:96:73: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:109:47: performance: Function parameter 'r' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:109:52: performance: Function parameter 'g' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:109:57: performance: Function parameter 'b' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:109:62: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:641:14: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:655:20: performance: Function parameter 'x' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:663:20: performance: Function parameter 'x' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:663:25: performance: Function parameter 'y' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:668:20: performance: Function parameter 'h' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:844:19: performance: Function parameter 'b' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:847:22: performance: Function parameter '_565' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:853:23: performance: Function parameter '_4444' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:860:23: performance: Function parameter '_8888' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:866:26: performance: Function parameter 'rgba' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:880:14: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:902:19: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:902:24: performance: Function parameter 'scale' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:902:33: performance: Function parameter 'bias' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1000:12: performance: Function parameter 'x' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1001:12: performance: Function parameter 'x' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1004:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1004:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1004:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1004:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1005:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1005:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1005:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1005:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1006:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1006:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1006:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1006:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1007:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1007:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1007:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1007:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1008:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1008:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1008:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1008:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1009:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1009:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1009:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1009:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1010:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1010:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1010:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1010:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1011:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1011:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1011:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1011:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1012:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1012:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1012:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1012:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1014:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1014:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1014:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1014:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1015:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1015:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1015:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1015:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1016:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1016:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1016:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1016:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1017:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1017:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1017:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1017:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1018:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1018:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1018:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1018:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1032:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1032:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1032:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1032:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1033:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1033:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1033:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1033:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1034:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1034:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1034:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1034:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1035:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1035:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1035:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1035:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1037:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1037:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1037:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1037:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1042:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1042:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1042:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1042:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1047:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1047:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1047:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1047:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1051:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1051:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1051:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1051:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1056:1: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1056:1: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1056:1: performance: Function parameter 'sa' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1056:1: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1081:12: performance: Function parameter 'r' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1081:17: performance: Function parameter 'g' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1081:22: performance: Function parameter 'b' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1082:12: performance: Function parameter 'r' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1082:17: performance: Function parameter 'g' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1082:22: performance: Function parameter 'b' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1084:12: performance: Function parameter 'r' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1084:17: performance: Function parameter 'g' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1084:22: performance: Function parameter 'b' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1085:12: performance: Function parameter 'r' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1085:17: performance: Function parameter 'g' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1085:22: performance: Function parameter 'b' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1087:37: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1100:37: performance: Function parameter 'l' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1106:40: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1306:18: performance: Function parameter 's' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1394:41: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1394:46: performance: Function parameter 'da' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1394:52: performance: Function parameter 'cr' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1394:58: performance: Function parameter 'cg' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1394:64: performance: Function parameter 'cb' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1430:13: performance: Function parameter 'from' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1430:21: performance: Function parameter 'to' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1430:27: performance: Function parameter 't' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1517:14: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1525:19: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1813:25: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1816:25: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1831:17: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1920:60: performance: Function parameter 'idx' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:1920:67: performance: Function parameter 't' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:2138:21: performance: Function parameter 't' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:2142:20: performance: Function parameter 't' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:2224:55: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:2224:62: performance: Function parameter 'index' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:2224:73: performance: Function parameter 'stride' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:2192:0: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:2192:0: performance: Function parameter 'index' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp:2192:0: performance: Function parameter 'stride' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/lazy/SkDiscardableMemoryPool.cpp:30:5: style: Class 'DiscardableMemoryPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/opts/SkBlitRow_opts_SSE2.cpp:304:36: warning: Function 'SkBlitLCD16Row_SSE2' argument order different: declaration 'dst, src, color, width, ' definition 'dst, mask, src, width, ' [funcArgOrderDifferent]
firefox-62.0/gfx/skia/skia/src/opts/SkBlitRow_opts_SSE2.h:21:36: note: Function 'SkBlitLCD16Row_SSE2' argument order different: declaration 'dst, src, color, width, ' definition 'dst, mask, src, width, '
firefox-62.0/gfx/skia/skia/src/opts/SkBlitRow_opts_SSE2.cpp:304:36: note: Function 'SkBlitLCD16Row_SSE2' argument order different: declaration 'dst, src, color, width, ' definition 'dst, mask, src, width, '
firefox-62.0/gfx/skia/skia/src/opts/SkBlitRow_opts_SSE2.cpp:377:42: warning: Function 'SkBlitLCD16OpaqueRow_SSE2' argument order different: declaration 'dst, src, color, width, opaqueDst' definition 'dst, mask, src, width, opaqueDst' [funcArgOrderDifferent]
firefox-62.0/gfx/skia/skia/src/opts/SkBlitRow_opts_SSE2.h:23:42: note: Function 'SkBlitLCD16OpaqueRow_SSE2' argument order different: declaration 'dst, src, color, width, opaqueDst' definition 'dst, mask, src, width, opaqueDst'
firefox-62.0/gfx/skia/skia/src/opts/SkBlitRow_opts_SSE2.cpp:377:42: note: Function 'SkBlitLCD16OpaqueRow_SSE2' argument order different: declaration 'dst, src, color, width, opaqueDst' definition 'dst, mask, src, width, opaqueDst'
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:380:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:385:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/pathops/SkLineParameters.h:28:1: style: The class 'SkLineParameters' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCurve.h:85:1: style: The class 'SkDCurveSweep' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpAngle.h:22:1: style: The class 'SkOpAngle' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:413:1: style: The class 'SkOpSpan' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:24:1: style: The class 'SkOpSegment' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkIntersectionHelper.h:18:1: style: The class 'SkIntersectionHelper' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpCoincidence.h:18:1: style: The class 'SkCoincidentSpans' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsPoint.h:131:14: style: Technically the member function 'SkDPoint::operator+' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsPoint.h:138:14: style: Technically the member function 'SkDPoint::operator-' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkIntersections.h:128:10: style: Technically the member function 'SkIntersections::isCoincident' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkIntersections.h:219:10: performance: Technically the member function 'SkIntersections::downDepth' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkIntersections.h:233:10: performance: Technically the member function 'SkIntersections::upDepth' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkIntersections.h:284:9: performance: Technically the member function 'SkIntersections::depth' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpAngle.h:35:9: performance: Technically the member function 'SkOpAngle::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:50:9: performance: Technically the member function 'SkOpPtT::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:215:9: performance: Technically the member function 'SkOpSpanBase::debugBumpCount' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:219:9: performance: Technically the member function 'SkOpSpanBase::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:143:9: performance: Technically the member function 'SkOpSegment::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:194:10: performance: Technically the member function 'SkOpSegment::done' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:358:10: performance: Technically the member function 'SkOpSegment::setUpWinding' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpContour.h:78:9: performance: Technically the member function 'SkOpContour::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpContour.h:82:9: performance: Technically the member function 'SkOpContour::debugIndent' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpContour.h:134:10: performance: Technically the member function 'SkOpContour::debugValidate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpCoincidence.h:42:17: performance: Technically the member function 'SkCoincidentSpans::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkIntersections.h:18:5: style: Class 'SkIntersections' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpContour.h:435:5: style: Class 'SkOpContourBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpCoincidence.h:136:5: style: Class 'SkOpCoincidence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkDConicLineIntersection.cpp:135:9: style: Technically the member function 'LineConicIntersections::validT' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkDConicLineIntersection.cpp:271:12: style: Technically the member function 'LineConicIntersections::findLineT' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkDConicLineIntersection.cpp:316:10: style: Technically the member function 'LineConicIntersections::uniqueAnswer' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkDConicLineIntersection.cpp:27:5: style: Class 'LineConicIntersections' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkDCubicLineIntersection.cpp:206:14: style: Technically the member function 'LineCubicIntersections::uniqueAnswer' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkDCubicLineIntersection.cpp:366:12: style: Technically the member function 'LineCubicIntersections::findLineT' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkDQuadLineIntersection.cpp:139:9: style: Technically the member function 'LineQuadraticIntersections::intersectRay' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkDQuadLineIntersection.cpp:188:9: style: Technically the member function 'LineQuadraticIntersections::horizontalIntersect' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkDQuadLineIntersection.cpp:220:10: style: Technically the member function 'LineQuadraticIntersections::uniqueAnswer' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkDQuadLineIntersection.cpp:244:9: style: Technically the member function 'LineQuadraticIntersections::verticalIntersect' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkDQuadLineIntersection.cpp:371:12: style: Technically the member function 'LineQuadraticIntersections::findLineT' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkDQuadLineIntersection.cpp:105:5: style: Class 'LineQuadraticIntersections' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkIntersections.cpp:11:17: style: Function 'closestTo' argument 4 names different: declaration 'dist' definition 'closestDist'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkIntersections.h:239:87: note: Function 'closestTo' argument 4 names different: declaration 'dist' definition 'closestDist'.
firefox-62.0/gfx/skia/skia/src/pathops/SkIntersections.cpp:11:17: note: Function 'closestTo' argument 4 names different: declaration 'dist' definition 'closestDist'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpAngle.cpp:667:64: style: Boolean variable 'flipAmbiguity' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpAngle.h:108:9: performance: Technically the member function 'SkOpAngle::findSector' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpAngle.cpp:606:16: note: Technically the member function 'SkOpAngle::findSector' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpAngle.h:108:9: note: Technically the member function 'SkOpAngle::findSector' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathWriter.h:22:5: style: Class 'SkPathWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpCoincidence.cpp:670:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:327:36: style: Function 'collapsed' argument 1 names different: declaration 'startT' definition 's'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:107:27: note: Function 'collapsed' argument 1 names different: declaration 'startT' definition 's'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:327:36: note: Function 'collapsed' argument 1 names different: declaration 'startT' definition 's'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:327:46: style: Function 'collapsed' argument 2 names different: declaration 'endT' definition 'e'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:107:42: note: Function 'collapsed' argument 2 names different: declaration 'endT' definition 'e'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:327:46: note: Function 'collapsed' argument 2 names different: declaration 'endT' definition 'e'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:466:35: style: Function 'contains' argument 1 names different: declaration 't' definition 'newT'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:117:26: note: Function 'contains' argument 1 names different: declaration 't' definition 'newT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:466:35: note: Function 'contains' argument 1 names different: declaration 't' definition 'newT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:793:69: style: Function 'init' argument 3 names different: declaration 'parent' definition 'contour'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:231:60: note: Function 'init' argument 3 names different: declaration 'parent' definition 'contour'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:793:69: note: Function 'init' argument 3 names different: declaration 'parent' definition 'contour'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1002:40: style: Function 'match' argument 1 names different: declaration 'span' definition 'base'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:288:31: note: Function 'match' argument 1 names different: declaration 'span' definition 'base'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1002:40: note: Function 'match' argument 1 names different: declaration 'span' definition 'base'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1002:65: style: Function 'match' argument 2 names different: declaration 'parent' definition 'testParent'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:288:56: note: Function 'match' argument 2 names different: declaration 'parent' definition 'testParent'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1002:65: note: Function 'match' argument 2 names different: declaration 'parent' definition 'testParent'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1002:84: style: Function 'match' argument 3 names different: declaration 't' definition 'testT'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:288:71: note: Function 'match' argument 3 names different: declaration 't' definition 'testT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1002:84: note: Function 'match' argument 3 names different: declaration 't' definition 'testT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1003:24: style: Function 'match' argument 4 names different: declaration 'pt' definition 'testPt'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:288:89: note: Function 'match' argument 4 names different: declaration 'pt' definition 'testPt'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1003:24: note: Function 'match' argument 4 names different: declaration 'pt' definition 'testPt'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1023:67: style: Function 'nextChase' argument 2 names different: declaration 'step' definition 'stepPtr'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:297:50: note: Function 'nextChase' argument 2 names different: declaration 'step' definition 'stepPtr'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1023:67: note: Function 'nextChase' argument 2 names different: declaration 'step' definition 'stepPtr'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1306:51: style: Function 'spansNearby' argument 1 names different: declaration 'ref' definition 'refSpan'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:372:42: note: Function 'spansNearby' argument 1 names different: declaration 'ref' definition 'refSpan'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1306:51: note: Function 'spansNearby' argument 1 names different: declaration 'ref' definition 'refSpan'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1306:80: style: Function 'spansNearby' argument 2 names different: declaration 'check' definition 'checkSpan'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:372:67: note: Function 'spansNearby' argument 2 names different: declaration 'check' definition 'checkSpan'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1306:80: note: Function 'spansNearby' argument 2 names different: declaration 'check' definition 'checkSpan'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1557:19: style: Function 'subDivide' argument 3 names different: declaration 'result' definition 'edge'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:385:82: note: Function 'subDivide' argument 3 names different: declaration 'result' definition 'edge'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1557:19: note: Function 'subDivide' argument 3 names different: declaration 'result' definition 'edge'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:367:10: performance: Technically the member function 'SkOpSegment::setUpWindings' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1457:19: note: Technically the member function 'SkOpSegment::setUpWindings' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:367:10: note: Technically the member function 'SkOpSegment::setUpWindings' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:369:10: style: Technically the member function 'SkOpSegment::setUpWindings' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1465:19: note: Technically the member function 'SkOpSegment::setUpWindings' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:369:10: note: Technically the member function 'SkOpSegment::setUpWindings' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:372:10: performance: Technically the member function 'SkOpSegment::spansNearby' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1306:19: note: Technically the member function 'SkOpSegment::spansNearby' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:372:10: note: Technically the member function 'SkOpSegment::spansNearby' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:399:9: performance: Technically the member function 'SkOpSegment::updateOppWinding' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1652:18: note: Technically the member function 'SkOpSegment::updateOppWinding' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:399:9: note: Technically the member function 'SkOpSegment::updateOppWinding' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:402:9: performance: Technically the member function 'SkOpSegment::updateWinding' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1675:18: note: Technically the member function 'SkOpSegment::updateWinding' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:402:9: note: Technically the member function 'SkOpSegment::updateWinding' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:426:9: performance: Technically the member function 'SkOpSegment::windSum' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.cpp:1716:18: note: Technically the member function 'SkOpSegment::windSum' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:426:9: note: Technically the member function 'SkOpSegment::windSum' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.cpp:99:74: style: Function 'init' argument 4 names different: declaration 'dup' definition 'duplicate'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:85:63: note: Function 'init' argument 4 names different: declaration 'dup' definition 'duplicate'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.cpp:99:74: note: Function 'init' argument 4 names different: declaration 'dup' definition 'duplicate'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.cpp:119:44: style: Function 'ptAlreadySeen' argument 1 names different: declaration 'head' definition 'check'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:137:39: note: Function 'ptAlreadySeen' argument 1 names different: declaration 'head' definition 'check'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.cpp:119:44: note: Function 'ptAlreadySeen' argument 1 names different: declaration 'head' definition 'check'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.cpp:228:42: style: Function 'initBase' argument 1 names different: declaration 'parent' definition 'segment'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:274:32: note: Function 'initBase' argument 1 names different: declaration 'parent' definition 'segment'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.cpp:228:42: note: Function 'initBase' argument 1 names different: declaration 'parent' definition 'segment'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.cpp:385:34: style: Function 'init' argument 1 names different: declaration 'parent' definition 'segment'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:460:28: note: Function 'init' argument 1 names different: declaration 'parent' definition 'segment'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.cpp:385:34: note: Function 'init' argument 1 names different: declaration 'parent' definition 'segment'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCommon.cpp:37:15: style: Function 'AngleWinding' argument 4 names different: declaration 'sortable' definition 'sortablePtr'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCommon.h:18:37: note: Function 'AngleWinding' argument 4 names different: declaration 'sortable' definition 'sortablePtr'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCommon.cpp:37:15: note: Function 'AngleWinding' argument 4 names different: declaration 'sortable' definition 'sortablePtr'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsConic.cpp:31:56: style: Function 'FindExtrema' argument 2 names different: declaration 'weight' definition 'w'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsConic.h:67:57: note: Function 'FindExtrema' argument 2 names different: declaration 'weight' definition 'w'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsConic.cpp:31:56: note: Function 'FindExtrema' argument 2 names different: declaration 'weight' definition 'w'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsConic.cpp:31:66: style: Function 'FindExtrema' argument 3 names different: declaration 'tValue' definition 't'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsConic.h:67:72: note: Function 'FindExtrema' argument 3 names different: declaration 'tValue' definition 't'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsConic.cpp:31:66: note: Function 'FindExtrema' argument 3 names different: declaration 'tValue' definition 't'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:260:40: warning: Logical conjunction always evaluates to false: EXPR > 0 && EXPR < 1. [incorrectLogicOperator]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:293:48: warning: Logical conjunction always evaluates to false: EXPR > 0 && EXPR < 1. [incorrectLogicOperator]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:315:51: warning: Logical conjunction always evaluates to false: EXPR > 0 && EXPR < 1. [incorrectLogicOperator]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:213:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:125:43: style: Function 'Coefficients' argument 1 names different: declaration 'cubic' definition 'src'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.h:49:44: note: Function 'Coefficients' argument 1 names different: declaration 'cubic' definition 'src'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:125:43: note: Function 'Coefficients' argument 1 names different: declaration 'cubic' definition 'src'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:202:46: style: Function 'hullIntersects' argument 1 names different: declaration 'c2' definition 'quad'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.h:80:40: note: Function 'hullIntersects' argument 1 names different: declaration 'c2' definition 'quad'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:202:46: note: Function 'hullIntersects' argument 1 names different: declaration 'c2' definition 'quad'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:206:47: style: Function 'hullIntersects' argument 1 names different: declaration 'c' definition 'conic'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.h:79:41: note: Function 'hullIntersects' argument 1 names different: declaration 'c' definition 'conic'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:206:47: note: Function 'hullIntersects' argument 1 names different: declaration 'c' definition 'conic'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:245:42: style: Function 'ComplexBreak' argument 1 names different: declaration 'pts' definition 'pointsPtr'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.h:50:43: note: Function 'ComplexBreak' argument 1 names different: declaration 'pts' definition 'pointsPtr'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:245:42: note: Function 'ComplexBreak' argument 1 names different: declaration 'pts' definition 'pointsPtr'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:343:34: style: Function 'searchRoots' argument 1 names different: declaration 'extremes' definition 'extremeTs'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.h:90:28: note: Function 'searchRoots' argument 1 names different: declaration 'extremes' definition 'extremeTs'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:343:34: note: Function 'searchRoots' argument 1 names different: declaration 'extremes' definition 'extremeTs'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:373:74: style: Function 'RootsValidT' argument 5 names different: declaration 's' definition 't'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.h:88:93: note: Function 'RootsValidT' argument 5 names different: declaration 's' definition 't'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:373:74: note: Function 'RootsValidT' argument 5 names different: declaration 's' definition 't'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:402:72: style: Function 'RootsReal' argument 5 names different: declaration 't' definition 's'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.h:87:73: note: Function 'RootsReal' argument 5 names different: declaration 't' definition 's'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:402:72: note: Function 'RootsReal' argument 5 names different: declaration 't' definition 's'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:544:54: style: Function 'FindExtrema' argument 2 names different: declaration 'tValue' definition 'tValues'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.h:64:55: note: Function 'FindExtrema' argument 2 names different: declaration 'tValue' definition 'tValues'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:544:54: note: Function 'FindExtrema' argument 2 names different: declaration 'tValue' definition 'tValues'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:686:57: style: Function 'subDivide' argument 5 names different: declaration 'p' definition 'dst'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.h:123:89: note: Function 'subDivide' argument 5 names different: declaration 'p' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCubic.cpp:686:57: note: Function 'subDivide' argument 5 names different: declaration 'p' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCurve.cpp:63:16: style: Function 'setConicBounds' argument 3 names different: declaration 's' definition 'tStart'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCurve.h:78:32: note: Function 'setConicBounds' argument 3 names different: declaration 's' definition 'tStart'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCurve.cpp:63:16: note: Function 'setConicBounds' argument 3 names different: declaration 's' definition 'tStart'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCurve.cpp:63:31: style: Function 'setConicBounds' argument 4 names different: declaration 'e' definition 'tEnd'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCurve.h:78:42: note: Function 'setConicBounds' argument 4 names different: declaration 'e' definition 'tEnd'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCurve.cpp:63:31: note: Function 'setConicBounds' argument 4 names different: declaration 'e' definition 'tEnd'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCurve.cpp:73:16: style: Function 'setCubicBounds' argument 3 names different: declaration 's' definition 'tStart'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCurve.h:80:32: note: Function 'setCubicBounds' argument 3 names different: declaration 's' definition 'tStart'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCurve.cpp:73:16: note: Function 'setCubicBounds' argument 3 names different: declaration 's' definition 'tStart'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCurve.cpp:73:31: style: Function 'setCubicBounds' argument 4 names different: declaration 'e' definition 'tEnd'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCurve.h:80:42: note: Function 'setCubicBounds' argument 4 names different: declaration 'e' definition 'tEnd'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCurve.cpp:73:31: note: Function 'setCubicBounds' argument 4 names different: declaration 'e' definition 'tEnd'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCurve.cpp:83:16: style: Function 'setQuadBounds' argument 3 names different: declaration 's' definition 'tStart'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCurve.h:82:31: note: Function 'setQuadBounds' argument 3 names different: declaration 's' definition 'tStart'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCurve.cpp:83:16: note: Function 'setQuadBounds' argument 3 names different: declaration 's' definition 'tStart'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCurve.cpp:83:31: style: Function 'setQuadBounds' argument 4 names different: declaration 'e' definition 'tEnd'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCurve.h:82:41: note: Function 'setQuadBounds' argument 4 names different: declaration 'e' definition 'tEnd'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsCurve.cpp:83:31: note: Function 'setQuadBounds' argument 4 names different: declaration 'e' definition 'tEnd'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:562:45: style: Function 'ShowPath' argument 1 names different: declaration 'one' definition 'a'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.h:330:40: note: Function 'ShowPath' argument 1 names different: declaration 'one' definition 'a'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:562:45: note: Function 'ShowPath' argument 1 names different: declaration 'one' definition 'a'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:562:62: style: Function 'ShowPath' argument 2 names different: declaration 'two' definition 'b'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.h:330:59: note: Function 'ShowPath' argument 2 names different: declaration 'two' definition 'b'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:562:62: note: Function 'ShowPath' argument 2 names different: declaration 'two' definition 'b'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:562:74: style: Function 'ShowPath' argument 3 names different: declaration 'op' definition 'shapeOp'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.h:330:73: note: Function 'ShowPath' argument 3 names different: declaration 'op' definition 'shapeOp'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:562:74: note: Function 'ShowPath' argument 3 names different: declaration 'op' definition 'shapeOp'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:563:21: style: Function 'ShowPath' argument 4 names different: declaration 'name' definition 'testName'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.h:330:89: note: Function 'ShowPath' argument 4 names different: declaration 'name' definition 'testName'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:563:21: note: Function 'ShowPath' argument 4 names different: declaration 'name' definition 'testName'.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:65:10: performance: Technically the member function 'SkOpPtT::debugResetCoinT' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:2794:15: note: Technically the member function 'SkOpPtT::debugResetCoinT' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:65:10: note: Technically the member function 'SkOpPtT::debugResetCoinT' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:67:10: performance: Technically the member function 'SkOpPtT::debugSetCoinT' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:2800:15: note: Technically the member function 'SkOpPtT::debugSetCoinT' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:67:10: note: Technically the member function 'SkOpPtT::debugSetCoinT' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:69:10: performance: Technically the member function 'SkOpPtT::debugValidate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:2806:15: note: Technically the member function 'SkOpPtT::debugValidate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:69:10: note: Technically the member function 'SkOpPtT::debugValidate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:245:10: performance: Technically the member function 'SkOpSpanBase::debugResetCoinT' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:2550:20: note: Technically the member function 'SkOpSpanBase::debugResetCoinT' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:245:10: note: Technically the member function 'SkOpSpanBase::debugResetCoinT' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:247:10: performance: Technically the member function 'SkOpSpanBase::debugSetCoinT' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:2560:20: note: Technically the member function 'SkOpSpanBase::debugSetCoinT' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:247:10: note: Technically the member function 'SkOpSpanBase::debugSetCoinT' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:254:10: performance: Technically the member function 'SkOpSpanBase::debugValidate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:2585:20: note: Technically the member function 'SkOpSpanBase::debugValidate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSpan.h:254:10: note: Technically the member function 'SkOpSpanBase::debugValidate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpCoincidence.h:172:10: performance: Technically the member function 'SkOpCoincidence::debugCheckBetween' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:2281:23: note: Technically the member function 'SkOpCoincidence::debugCheckBetween' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpCoincidence.h:172:10: note: Technically the member function 'SkOpCoincidence::debugCheckBetween' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpCoincidence.h:204:10: performance: Technically the member function 'SkOpCoincidence::debugShowCoincidence' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:2118:23: note: Technically the member function 'SkOpCoincidence::debugShowCoincidence' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpCoincidence.h:204:10: note: Technically the member function 'SkOpCoincidence::debugShowCoincidence' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpCoincidence.h:210:10: performance: Technically the member function 'SkOpCoincidence::debugValidate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:2256:23: note: Technically the member function 'SkOpCoincidence::debugValidate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpCoincidence.h:210:10: note: Technically the member function 'SkOpCoincidence::debugValidate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpAngle.h:52:10: performance: Technically the member function 'SkOpAngle::debugValidate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:1340:17: note: Technically the member function 'SkOpAngle::debugValidate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpAngle.h:52:10: note: Technically the member function 'SkOpAngle::debugValidate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpAngle.h:53:10: performance: Technically the member function 'SkOpAngle::debugValidateNext' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:1388:17: note: Technically the member function 'SkOpAngle::debugValidateNext' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpAngle.h:53:10: note: Technically the member function 'SkOpAngle::debugValidateNext' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:166:10: performance: Technically the member function 'SkOpSegment::debugValidate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsDebug.cpp:2361:19: note: Technically the member function 'SkOpSegment::debugValidate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkOpSegment.h:166:10: note: Technically the member function 'SkOpSegment::debugValidate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsQuad.cpp:137:63: style: Function 'RootsValidT' argument 4 names different: declaration 's' definition 't'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsQuad.h:89:83: note: Function 'RootsValidT' argument 4 names different: declaration 's' definition 't'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsQuad.cpp:137:63: note: Function 'RootsValidT' argument 4 names different: declaration 's' definition 't'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsQuad.cpp:152:79: style: Function 'RootsReal' argument 4 names different: declaration 't' definition 's'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsQuad.h:88:63: note: Function 'RootsReal' argument 4 names different: declaration 't' definition 's'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsQuad.cpp:152:79: note: Function 'RootsReal' argument 4 names different: declaration 't' definition 's'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsRect.cpp:13:74: style: Function 'setBounds' argument 3 names different: declaration 'tStart' definition 'startT'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsRect.h:66:69: note: Function 'setBounds' argument 3 names different: declaration 'tStart' definition 'startT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsRect.cpp:13:74: note: Function 'setBounds' argument 3 names different: declaration 'tStart' definition 'startT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsRect.cpp:13:89: style: Function 'setBounds' argument 4 names different: declaration 'tEnd' definition 'endT'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsRect.h:66:84: note: Function 'setBounds' argument 4 names different: declaration 'tEnd' definition 'endT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsRect.cpp:13:89: note: Function 'setBounds' argument 4 names different: declaration 'tEnd' definition 'endT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsRect.cpp:30:76: style: Function 'setBounds' argument 3 names different: declaration 'tStart' definition 'startT'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsRect.h:54:71: note: Function 'setBounds' argument 3 names different: declaration 'tStart' definition 'startT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsRect.cpp:30:76: note: Function 'setBounds' argument 3 names different: declaration 'tStart' definition 'startT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsRect.cpp:30:91: style: Function 'setBounds' argument 4 names different: declaration 'tEnd' definition 'endT'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsRect.h:54:86: note: Function 'setBounds' argument 4 names different: declaration 'tEnd' definition 'endT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsRect.cpp:30:91: note: Function 'setBounds' argument 4 names different: declaration 'tEnd' definition 'endT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsRect.cpp:47:76: style: Function 'setBounds' argument 3 names different: declaration 'tStart' definition 'startT'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsRect.h:60:71: note: Function 'setBounds' argument 3 names different: declaration 'tStart' definition 'startT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsRect.cpp:47:76: note: Function 'setBounds' argument 3 names different: declaration 'tStart' definition 'startT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsRect.cpp:47:91: style: Function 'setBounds' argument 4 names different: declaration 'tEnd' definition 'endT'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsRect.h:60:86: note: Function 'setBounds' argument 4 names different: declaration 'tEnd' definition 'endT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsRect.cpp:47:91: note: Function 'setBounds' argument 4 names different: declaration 'tEnd' definition 'endT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:42:0: style: Same expression on both sides of '==' because the value of '!!fMatch' and 'fMatch' are the same. [duplicateExpression]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:911:0: style: Function 'binarySearchCoin' argument 4 names different: declaration 't' definition 'resultT'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:274:0: note: Function 'binarySearchCoin' argument 4 names different: declaration 't' definition 'resultT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:911:0: note: Function 'binarySearchCoin' argument 4 names different: declaration 't' definition 'resultT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1127:0: style: Function 'countConsecutiveSpans' argument 2 names different: declaration 'last' definition 'lastPtr'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:284:0: note: Function 'countConsecutiveSpans' argument 2 names different: declaration 'last' definition 'lastPtr'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1127:0: note: Function 'countConsecutiveSpans' argument 2 names different: declaration 'last' definition 'lastPtr'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:547:0: style: Function 'hullsIntersect' argument 1 names different: declaration 'span' definition 'opp'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:138:0: note: Function 'hullsIntersect' argument 1 names different: declaration 'span' definition 'opp'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:547:0: note: Function 'hullsIntersect' argument 1 names different: declaration 'span' definition 'opp'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:86:0: style: The class 'SkTSpan < SkDQuad , SkDQuad >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:86:0: style: The class 'SkTSpan < SkDQuad , SkDConic >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:86:0: style: The class 'SkTSpan < SkDConic , SkDQuad >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:86:0: style: The class 'SkTSpan < SkDConic , SkDConic >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:86:0: style: The class 'SkTSpan < SkDQuad , SkDCubic >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:86:0: style: The class 'SkTSpan < SkDCubic , SkDQuad >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:86:0: style: The class 'SkTSpan < SkDConic , SkDCubic >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:86:0: style: The class 'SkTSpan < SkDCubic , SkDConic >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:86:0: style: The class 'SkTSpan < SkDCubic , SkDCubic >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:239:0: performance: Technically the member function 'SkTSect < SkDQuad , SkDQuad >::debugOpp' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:279:0: style: Technically the member function 'SkTSect < SkDQuad , SkDQuad >::coincidentHasT' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1060:0: note: Technically the member function 'SkTSect < SkDQuad , SkDQuad >::coincidentHasT' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:279:0: note: Technically the member function 'SkTSect < SkDQuad , SkDQuad >::coincidentHasT' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:283:0: performance: Technically the member function 'SkTSect < SkDQuad , SkDQuad >::countConsecutiveSpans' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1126:0: note: Technically the member function 'SkTSect < SkDQuad , SkDQuad >::countConsecutiveSpans' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:283:0: note: Technically the member function 'SkTSect < SkDQuad , SkDQuad >::countConsecutiveSpans' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:286:0: performance: Technically the member function 'SkTSect < SkDQuad , SkDQuad >::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:313:0: performance: Technically the member function 'SkTSect < SkDQuad , SkDQuad >::removeAllBut' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1701:0: note: Technically the member function 'SkTSect < SkDQuad , SkDQuad >::removeAllBut' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:313:0: note: Technically the member function 'SkTSect < SkDQuad , SkDQuad >::removeAllBut' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:330:0: performance: Technically the member function 'SkTSect < SkDQuad , SkDQuad >::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1914:0: note: Technically the member function 'SkTSect < SkDQuad , SkDQuad >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:330:0: note: Technically the member function 'SkTSect < SkDQuad , SkDQuad >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:331:0: performance: Technically the member function 'SkTSect < SkDQuad , SkDQuad >::validateBounded' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1951:0: note: Technically the member function 'SkTSect < SkDQuad , SkDQuad >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:331:0: note: Technically the member function 'SkTSect < SkDQuad , SkDQuad >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:239:0: performance: Technically the member function 'SkTSect < SkDConic , SkDQuad >::debugOpp' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:279:0: style: Technically the member function 'SkTSect < SkDConic , SkDQuad >::coincidentHasT' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1060:0: note: Technically the member function 'SkTSect < SkDConic , SkDQuad >::coincidentHasT' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:279:0: note: Technically the member function 'SkTSect < SkDConic , SkDQuad >::coincidentHasT' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:283:0: performance: Technically the member function 'SkTSect < SkDConic , SkDQuad >::countConsecutiveSpans' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1126:0: note: Technically the member function 'SkTSect < SkDConic , SkDQuad >::countConsecutiveSpans' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:283:0: note: Technically the member function 'SkTSect < SkDConic , SkDQuad >::countConsecutiveSpans' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:286:0: performance: Technically the member function 'SkTSect < SkDConic , SkDQuad >::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:313:0: performance: Technically the member function 'SkTSect < SkDConic , SkDQuad >::removeAllBut' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1701:0: note: Technically the member function 'SkTSect < SkDConic , SkDQuad >::removeAllBut' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:313:0: note: Technically the member function 'SkTSect < SkDConic , SkDQuad >::removeAllBut' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:330:0: performance: Technically the member function 'SkTSect < SkDConic , SkDQuad >::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1914:0: note: Technically the member function 'SkTSect < SkDConic , SkDQuad >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:330:0: note: Technically the member function 'SkTSect < SkDConic , SkDQuad >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:331:0: performance: Technically the member function 'SkTSect < SkDConic , SkDQuad >::validateBounded' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1951:0: note: Technically the member function 'SkTSect < SkDConic , SkDQuad >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:331:0: note: Technically the member function 'SkTSect < SkDConic , SkDQuad >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:239:0: performance: Technically the member function 'SkTSect < SkDQuad , SkDConic >::debugOpp' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:279:0: style: Technically the member function 'SkTSect < SkDQuad , SkDConic >::coincidentHasT' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1060:0: note: Technically the member function 'SkTSect < SkDQuad , SkDConic >::coincidentHasT' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:279:0: note: Technically the member function 'SkTSect < SkDQuad , SkDConic >::coincidentHasT' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:283:0: performance: Technically the member function 'SkTSect < SkDQuad , SkDConic >::countConsecutiveSpans' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1126:0: note: Technically the member function 'SkTSect < SkDQuad , SkDConic >::countConsecutiveSpans' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:283:0: note: Technically the member function 'SkTSect < SkDQuad , SkDConic >::countConsecutiveSpans' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:286:0: performance: Technically the member function 'SkTSect < SkDQuad , SkDConic >::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:313:0: performance: Technically the member function 'SkTSect < SkDQuad , SkDConic >::removeAllBut' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1701:0: note: Technically the member function 'SkTSect < SkDQuad , SkDConic >::removeAllBut' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:313:0: note: Technically the member function 'SkTSect < SkDQuad , SkDConic >::removeAllBut' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:330:0: performance: Technically the member function 'SkTSect < SkDQuad , SkDConic >::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1914:0: note: Technically the member function 'SkTSect < SkDQuad , SkDConic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:330:0: note: Technically the member function 'SkTSect < SkDQuad , SkDConic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:331:0: performance: Technically the member function 'SkTSect < SkDQuad , SkDConic >::validateBounded' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1951:0: note: Technically the member function 'SkTSect < SkDQuad , SkDConic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:331:0: note: Technically the member function 'SkTSect < SkDQuad , SkDConic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:239:0: performance: Technically the member function 'SkTSect < SkDConic , SkDConic >::debugOpp' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:279:0: style: Technically the member function 'SkTSect < SkDConic , SkDConic >::coincidentHasT' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1060:0: note: Technically the member function 'SkTSect < SkDConic , SkDConic >::coincidentHasT' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:279:0: note: Technically the member function 'SkTSect < SkDConic , SkDConic >::coincidentHasT' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:283:0: performance: Technically the member function 'SkTSect < SkDConic , SkDConic >::countConsecutiveSpans' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1126:0: note: Technically the member function 'SkTSect < SkDConic , SkDConic >::countConsecutiveSpans' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:283:0: note: Technically the member function 'SkTSect < SkDConic , SkDConic >::countConsecutiveSpans' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:286:0: performance: Technically the member function 'SkTSect < SkDConic , SkDConic >::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:313:0: performance: Technically the member function 'SkTSect < SkDConic , SkDConic >::removeAllBut' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1701:0: note: Technically the member function 'SkTSect < SkDConic , SkDConic >::removeAllBut' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:313:0: note: Technically the member function 'SkTSect < SkDConic , SkDConic >::removeAllBut' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:330:0: performance: Technically the member function 'SkTSect < SkDConic , SkDConic >::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1914:0: note: Technically the member function 'SkTSect < SkDConic , SkDConic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:330:0: note: Technically the member function 'SkTSect < SkDConic , SkDConic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:331:0: performance: Technically the member function 'SkTSect < SkDConic , SkDConic >::validateBounded' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1951:0: note: Technically the member function 'SkTSect < SkDConic , SkDConic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:331:0: note: Technically the member function 'SkTSect < SkDConic , SkDConic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:239:0: performance: Technically the member function 'SkTSect < SkDCubic , SkDQuad >::debugOpp' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:279:0: style: Technically the member function 'SkTSect < SkDCubic , SkDQuad >::coincidentHasT' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1060:0: note: Technically the member function 'SkTSect < SkDCubic , SkDQuad >::coincidentHasT' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:279:0: note: Technically the member function 'SkTSect < SkDCubic , SkDQuad >::coincidentHasT' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:283:0: performance: Technically the member function 'SkTSect < SkDCubic , SkDQuad >::countConsecutiveSpans' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1126:0: note: Technically the member function 'SkTSect < SkDCubic , SkDQuad >::countConsecutiveSpans' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:283:0: note: Technically the member function 'SkTSect < SkDCubic , SkDQuad >::countConsecutiveSpans' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:286:0: performance: Technically the member function 'SkTSect < SkDCubic , SkDQuad >::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:313:0: performance: Technically the member function 'SkTSect < SkDCubic , SkDQuad >::removeAllBut' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1701:0: note: Technically the member function 'SkTSect < SkDCubic , SkDQuad >::removeAllBut' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:313:0: note: Technically the member function 'SkTSect < SkDCubic , SkDQuad >::removeAllBut' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:330:0: performance: Technically the member function 'SkTSect < SkDCubic , SkDQuad >::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1914:0: note: Technically the member function 'SkTSect < SkDCubic , SkDQuad >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:330:0: note: Technically the member function 'SkTSect < SkDCubic , SkDQuad >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:331:0: performance: Technically the member function 'SkTSect < SkDCubic , SkDQuad >::validateBounded' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1951:0: note: Technically the member function 'SkTSect < SkDCubic , SkDQuad >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:331:0: note: Technically the member function 'SkTSect < SkDCubic , SkDQuad >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:239:0: performance: Technically the member function 'SkTSect < SkDQuad , SkDCubic >::debugOpp' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:279:0: style: Technically the member function 'SkTSect < SkDQuad , SkDCubic >::coincidentHasT' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1060:0: note: Technically the member function 'SkTSect < SkDQuad , SkDCubic >::coincidentHasT' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:279:0: note: Technically the member function 'SkTSect < SkDQuad , SkDCubic >::coincidentHasT' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:283:0: performance: Technically the member function 'SkTSect < SkDQuad , SkDCubic >::countConsecutiveSpans' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1126:0: note: Technically the member function 'SkTSect < SkDQuad , SkDCubic >::countConsecutiveSpans' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:283:0: note: Technically the member function 'SkTSect < SkDQuad , SkDCubic >::countConsecutiveSpans' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:286:0: performance: Technically the member function 'SkTSect < SkDQuad , SkDCubic >::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:313:0: performance: Technically the member function 'SkTSect < SkDQuad , SkDCubic >::removeAllBut' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1701:0: note: Technically the member function 'SkTSect < SkDQuad , SkDCubic >::removeAllBut' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:313:0: note: Technically the member function 'SkTSect < SkDQuad , SkDCubic >::removeAllBut' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:330:0: performance: Technically the member function 'SkTSect < SkDQuad , SkDCubic >::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1914:0: note: Technically the member function 'SkTSect < SkDQuad , SkDCubic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:330:0: note: Technically the member function 'SkTSect < SkDQuad , SkDCubic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:331:0: performance: Technically the member function 'SkTSect < SkDQuad , SkDCubic >::validateBounded' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1951:0: note: Technically the member function 'SkTSect < SkDQuad , SkDCubic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:331:0: note: Technically the member function 'SkTSect < SkDQuad , SkDCubic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:239:0: performance: Technically the member function 'SkTSect < SkDCubic , SkDConic >::debugOpp' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:279:0: style: Technically the member function 'SkTSect < SkDCubic , SkDConic >::coincidentHasT' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1060:0: note: Technically the member function 'SkTSect < SkDCubic , SkDConic >::coincidentHasT' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:279:0: note: Technically the member function 'SkTSect < SkDCubic , SkDConic >::coincidentHasT' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:283:0: performance: Technically the member function 'SkTSect < SkDCubic , SkDConic >::countConsecutiveSpans' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1126:0: note: Technically the member function 'SkTSect < SkDCubic , SkDConic >::countConsecutiveSpans' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:283:0: note: Technically the member function 'SkTSect < SkDCubic , SkDConic >::countConsecutiveSpans' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:286:0: performance: Technically the member function 'SkTSect < SkDCubic , SkDConic >::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:313:0: performance: Technically the member function 'SkTSect < SkDCubic , SkDConic >::removeAllBut' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1701:0: note: Technically the member function 'SkTSect < SkDCubic , SkDConic >::removeAllBut' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:313:0: note: Technically the member function 'SkTSect < SkDCubic , SkDConic >::removeAllBut' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:330:0: performance: Technically the member function 'SkTSect < SkDCubic , SkDConic >::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1914:0: note: Technically the member function 'SkTSect < SkDCubic , SkDConic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:330:0: note: Technically the member function 'SkTSect < SkDCubic , SkDConic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:331:0: performance: Technically the member function 'SkTSect < SkDCubic , SkDConic >::validateBounded' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1951:0: note: Technically the member function 'SkTSect < SkDCubic , SkDConic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:331:0: note: Technically the member function 'SkTSect < SkDCubic , SkDConic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:239:0: performance: Technically the member function 'SkTSect < SkDConic , SkDCubic >::debugOpp' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:279:0: style: Technically the member function 'SkTSect < SkDConic , SkDCubic >::coincidentHasT' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1060:0: note: Technically the member function 'SkTSect < SkDConic , SkDCubic >::coincidentHasT' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:279:0: note: Technically the member function 'SkTSect < SkDConic , SkDCubic >::coincidentHasT' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:283:0: performance: Technically the member function 'SkTSect < SkDConic , SkDCubic >::countConsecutiveSpans' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1126:0: note: Technically the member function 'SkTSect < SkDConic , SkDCubic >::countConsecutiveSpans' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:283:0: note: Technically the member function 'SkTSect < SkDConic , SkDCubic >::countConsecutiveSpans' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:286:0: performance: Technically the member function 'SkTSect < SkDConic , SkDCubic >::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:313:0: performance: Technically the member function 'SkTSect < SkDConic , SkDCubic >::removeAllBut' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1701:0: note: Technically the member function 'SkTSect < SkDConic , SkDCubic >::removeAllBut' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:313:0: note: Technically the member function 'SkTSect < SkDConic , SkDCubic >::removeAllBut' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:330:0: performance: Technically the member function 'SkTSect < SkDConic , SkDCubic >::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1914:0: note: Technically the member function 'SkTSect < SkDConic , SkDCubic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:330:0: note: Technically the member function 'SkTSect < SkDConic , SkDCubic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:331:0: performance: Technically the member function 'SkTSect < SkDConic , SkDCubic >::validateBounded' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1951:0: note: Technically the member function 'SkTSect < SkDConic , SkDCubic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:331:0: note: Technically the member function 'SkTSect < SkDConic , SkDCubic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:239:0: performance: Technically the member function 'SkTSect < SkDCubic , SkDCubic >::debugOpp' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:279:0: style: Technically the member function 'SkTSect < SkDCubic , SkDCubic >::coincidentHasT' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1060:0: note: Technically the member function 'SkTSect < SkDCubic , SkDCubic >::coincidentHasT' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:279:0: note: Technically the member function 'SkTSect < SkDCubic , SkDCubic >::coincidentHasT' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:283:0: performance: Technically the member function 'SkTSect < SkDCubic , SkDCubic >::countConsecutiveSpans' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1126:0: note: Technically the member function 'SkTSect < SkDCubic , SkDCubic >::countConsecutiveSpans' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:283:0: note: Technically the member function 'SkTSect < SkDCubic , SkDCubic >::countConsecutiveSpans' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:286:0: performance: Technically the member function 'SkTSect < SkDCubic , SkDCubic >::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:313:0: performance: Technically the member function 'SkTSect < SkDCubic , SkDCubic >::removeAllBut' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1701:0: note: Technically the member function 'SkTSect < SkDCubic , SkDCubic >::removeAllBut' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:313:0: note: Technically the member function 'SkTSect < SkDCubic , SkDCubic >::removeAllBut' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:330:0: performance: Technically the member function 'SkTSect < SkDCubic , SkDCubic >::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1914:0: note: Technically the member function 'SkTSect < SkDCubic , SkDCubic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:330:0: note: Technically the member function 'SkTSect < SkDCubic , SkDCubic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:331:0: performance: Technically the member function 'SkTSect < SkDCubic , SkDCubic >::validateBounded' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:1951:0: note: Technically the member function 'SkTSect < SkDCubic , SkDCubic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:331:0: note: Technically the member function 'SkTSect < SkDCubic , SkDCubic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:101:0: performance: Technically the member function 'SkTSpan < SkDQuad , SkDQuad >::debugOpp' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:496:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDQuad >::debugOpp' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:101:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDQuad >::debugOpp' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:158:0: style: Technically the member function 'SkTSpan < SkDQuad , SkDQuad >::onlyEndPointsInCommon' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:658:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDQuad >::onlyEndPointsInCommon' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:158:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDQuad >::onlyEndPointsInCommon' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:190:0: performance: Technically the member function 'SkTSpan < SkDQuad , SkDQuad >::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:200:0: performance: Technically the member function 'SkTSpan < SkDQuad , SkDQuad >::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:795:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDQuad >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:200:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDQuad >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:201:0: performance: Technically the member function 'SkTSpan < SkDQuad , SkDQuad >::validateBounded' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:825:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDQuad >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:201:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDQuad >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:203:0: performance: Technically the member function 'SkTSpan < SkDQuad , SkDQuad >::validatePerpPt' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:854:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDQuad >::validatePerpPt' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:203:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDQuad >::validatePerpPt' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:101:0: performance: Technically the member function 'SkTSpan < SkDQuad , SkDConic >::debugOpp' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:496:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDConic >::debugOpp' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:101:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDConic >::debugOpp' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:158:0: style: Technically the member function 'SkTSpan < SkDQuad , SkDConic >::onlyEndPointsInCommon' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:658:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDConic >::onlyEndPointsInCommon' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:158:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDConic >::onlyEndPointsInCommon' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:190:0: performance: Technically the member function 'SkTSpan < SkDQuad , SkDConic >::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:200:0: performance: Technically the member function 'SkTSpan < SkDQuad , SkDConic >::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:795:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDConic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:200:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDConic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:201:0: performance: Technically the member function 'SkTSpan < SkDQuad , SkDConic >::validateBounded' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:825:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDConic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:201:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDConic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:203:0: performance: Technically the member function 'SkTSpan < SkDQuad , SkDConic >::validatePerpPt' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:854:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDConic >::validatePerpPt' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:203:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDConic >::validatePerpPt' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:101:0: performance: Technically the member function 'SkTSpan < SkDConic , SkDQuad >::debugOpp' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:496:0: note: Technically the member function 'SkTSpan < SkDConic , SkDQuad >::debugOpp' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:101:0: note: Technically the member function 'SkTSpan < SkDConic , SkDQuad >::debugOpp' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:158:0: style: Technically the member function 'SkTSpan < SkDConic , SkDQuad >::onlyEndPointsInCommon' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:658:0: note: Technically the member function 'SkTSpan < SkDConic , SkDQuad >::onlyEndPointsInCommon' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:158:0: note: Technically the member function 'SkTSpan < SkDConic , SkDQuad >::onlyEndPointsInCommon' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:190:0: performance: Technically the member function 'SkTSpan < SkDConic , SkDQuad >::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:200:0: performance: Technically the member function 'SkTSpan < SkDConic , SkDQuad >::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:795:0: note: Technically the member function 'SkTSpan < SkDConic , SkDQuad >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:200:0: note: Technically the member function 'SkTSpan < SkDConic , SkDQuad >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:201:0: performance: Technically the member function 'SkTSpan < SkDConic , SkDQuad >::validateBounded' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:825:0: note: Technically the member function 'SkTSpan < SkDConic , SkDQuad >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:201:0: note: Technically the member function 'SkTSpan < SkDConic , SkDQuad >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:203:0: performance: Technically the member function 'SkTSpan < SkDConic , SkDQuad >::validatePerpPt' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:854:0: note: Technically the member function 'SkTSpan < SkDConic , SkDQuad >::validatePerpPt' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:203:0: note: Technically the member function 'SkTSpan < SkDConic , SkDQuad >::validatePerpPt' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:101:0: performance: Technically the member function 'SkTSpan < SkDConic , SkDConic >::debugOpp' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:496:0: note: Technically the member function 'SkTSpan < SkDConic , SkDConic >::debugOpp' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:101:0: note: Technically the member function 'SkTSpan < SkDConic , SkDConic >::debugOpp' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:158:0: style: Technically the member function 'SkTSpan < SkDConic , SkDConic >::onlyEndPointsInCommon' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:658:0: note: Technically the member function 'SkTSpan < SkDConic , SkDConic >::onlyEndPointsInCommon' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:158:0: note: Technically the member function 'SkTSpan < SkDConic , SkDConic >::onlyEndPointsInCommon' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:190:0: performance: Technically the member function 'SkTSpan < SkDConic , SkDConic >::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:200:0: performance: Technically the member function 'SkTSpan < SkDConic , SkDConic >::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:795:0: note: Technically the member function 'SkTSpan < SkDConic , SkDConic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:200:0: note: Technically the member function 'SkTSpan < SkDConic , SkDConic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:201:0: performance: Technically the member function 'SkTSpan < SkDConic , SkDConic >::validateBounded' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:825:0: note: Technically the member function 'SkTSpan < SkDConic , SkDConic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:201:0: note: Technically the member function 'SkTSpan < SkDConic , SkDConic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:203:0: performance: Technically the member function 'SkTSpan < SkDConic , SkDConic >::validatePerpPt' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:854:0: note: Technically the member function 'SkTSpan < SkDConic , SkDConic >::validatePerpPt' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:203:0: note: Technically the member function 'SkTSpan < SkDConic , SkDConic >::validatePerpPt' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:101:0: performance: Technically the member function 'SkTSpan < SkDQuad , SkDCubic >::debugOpp' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:496:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDCubic >::debugOpp' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:101:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDCubic >::debugOpp' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:158:0: style: Technically the member function 'SkTSpan < SkDQuad , SkDCubic >::onlyEndPointsInCommon' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:658:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDCubic >::onlyEndPointsInCommon' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:158:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDCubic >::onlyEndPointsInCommon' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:190:0: performance: Technically the member function 'SkTSpan < SkDQuad , SkDCubic >::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:200:0: performance: Technically the member function 'SkTSpan < SkDQuad , SkDCubic >::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:795:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDCubic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:200:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDCubic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:201:0: performance: Technically the member function 'SkTSpan < SkDQuad , SkDCubic >::validateBounded' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:825:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDCubic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:201:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDCubic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:203:0: performance: Technically the member function 'SkTSpan < SkDQuad , SkDCubic >::validatePerpPt' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:854:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDCubic >::validatePerpPt' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:203:0: note: Technically the member function 'SkTSpan < SkDQuad , SkDCubic >::validatePerpPt' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:101:0: performance: Technically the member function 'SkTSpan < SkDCubic , SkDQuad >::debugOpp' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:496:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDQuad >::debugOpp' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:101:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDQuad >::debugOpp' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:158:0: style: Technically the member function 'SkTSpan < SkDCubic , SkDQuad >::onlyEndPointsInCommon' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:658:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDQuad >::onlyEndPointsInCommon' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:158:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDQuad >::onlyEndPointsInCommon' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:190:0: performance: Technically the member function 'SkTSpan < SkDCubic , SkDQuad >::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:200:0: performance: Technically the member function 'SkTSpan < SkDCubic , SkDQuad >::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:795:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDQuad >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:200:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDQuad >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:201:0: performance: Technically the member function 'SkTSpan < SkDCubic , SkDQuad >::validateBounded' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:825:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDQuad >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:201:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDQuad >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:203:0: performance: Technically the member function 'SkTSpan < SkDCubic , SkDQuad >::validatePerpPt' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:854:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDQuad >::validatePerpPt' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:203:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDQuad >::validatePerpPt' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:101:0: performance: Technically the member function 'SkTSpan < SkDConic , SkDCubic >::debugOpp' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:496:0: note: Technically the member function 'SkTSpan < SkDConic , SkDCubic >::debugOpp' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:101:0: note: Technically the member function 'SkTSpan < SkDConic , SkDCubic >::debugOpp' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:158:0: style: Technically the member function 'SkTSpan < SkDConic , SkDCubic >::onlyEndPointsInCommon' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:658:0: note: Technically the member function 'SkTSpan < SkDConic , SkDCubic >::onlyEndPointsInCommon' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:158:0: note: Technically the member function 'SkTSpan < SkDConic , SkDCubic >::onlyEndPointsInCommon' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:190:0: performance: Technically the member function 'SkTSpan < SkDConic , SkDCubic >::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:200:0: performance: Technically the member function 'SkTSpan < SkDConic , SkDCubic >::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:795:0: note: Technically the member function 'SkTSpan < SkDConic , SkDCubic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:200:0: note: Technically the member function 'SkTSpan < SkDConic , SkDCubic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:201:0: performance: Technically the member function 'SkTSpan < SkDConic , SkDCubic >::validateBounded' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:825:0: note: Technically the member function 'SkTSpan < SkDConic , SkDCubic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:201:0: note: Technically the member function 'SkTSpan < SkDConic , SkDCubic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:203:0: performance: Technically the member function 'SkTSpan < SkDConic , SkDCubic >::validatePerpPt' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:854:0: note: Technically the member function 'SkTSpan < SkDConic , SkDCubic >::validatePerpPt' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:203:0: note: Technically the member function 'SkTSpan < SkDConic , SkDCubic >::validatePerpPt' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:101:0: performance: Technically the member function 'SkTSpan < SkDCubic , SkDConic >::debugOpp' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:496:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDConic >::debugOpp' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:101:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDConic >::debugOpp' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:158:0: style: Technically the member function 'SkTSpan < SkDCubic , SkDConic >::onlyEndPointsInCommon' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:658:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDConic >::onlyEndPointsInCommon' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:158:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDConic >::onlyEndPointsInCommon' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:190:0: performance: Technically the member function 'SkTSpan < SkDCubic , SkDConic >::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:200:0: performance: Technically the member function 'SkTSpan < SkDCubic , SkDConic >::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:795:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDConic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:200:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDConic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:201:0: performance: Technically the member function 'SkTSpan < SkDCubic , SkDConic >::validateBounded' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:825:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDConic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:201:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDConic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:203:0: performance: Technically the member function 'SkTSpan < SkDCubic , SkDConic >::validatePerpPt' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:854:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDConic >::validatePerpPt' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:203:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDConic >::validatePerpPt' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:101:0: performance: Technically the member function 'SkTSpan < SkDCubic , SkDCubic >::debugOpp' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:496:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDCubic >::debugOpp' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:101:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDCubic >::debugOpp' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:158:0: style: Technically the member function 'SkTSpan < SkDCubic , SkDCubic >::onlyEndPointsInCommon' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:658:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDCubic >::onlyEndPointsInCommon' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:158:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDCubic >::onlyEndPointsInCommon' can be const.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:190:0: performance: Technically the member function 'SkTSpan < SkDCubic , SkDCubic >::debugID' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:200:0: performance: Technically the member function 'SkTSpan < SkDCubic , SkDCubic >::validate' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:795:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDCubic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:200:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDCubic >::validate' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:201:0: performance: Technically the member function 'SkTSpan < SkDCubic , SkDCubic >::validateBounded' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:825:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDCubic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:201:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDCubic >::validateBounded' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:203:0: performance: Technically the member function 'SkTSpan < SkDCubic , SkDCubic >::validatePerpPt' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:854:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDCubic >::validatePerpPt' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:203:0: note: Technically the member function 'SkTSpan < SkDCubic , SkDCubic >::validatePerpPt' can be static.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:30:0: performance: Technically the member function 'SkTCoincident < SkDQuad , SkDQuad >::debugInit' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:30:0: performance: Technically the member function 'SkTCoincident < SkDQuad , SkDConic >::debugInit' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:30:0: performance: Technically the member function 'SkTCoincident < SkDConic , SkDQuad >::debugInit' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:30:0: performance: Technically the member function 'SkTCoincident < SkDConic , SkDConic >::debugInit' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:30:0: performance: Technically the member function 'SkTCoincident < SkDQuad , SkDCubic >::debugInit' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:30:0: performance: Technically the member function 'SkTCoincident < SkDCubic , SkDQuad >::debugInit' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:30:0: performance: Technically the member function 'SkTCoincident < SkDConic , SkDCubic >::debugInit' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:30:0: performance: Technically the member function 'SkTCoincident < SkDCubic , SkDConic >::debugInit' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTSect.h:30:0: performance: Technically the member function 'SkTCoincident < SkDCubic , SkDCubic >::debugInit' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTypes.cpp:199:24: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTypes.cpp:200:24: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathOpsTypes.cpp:231:18: warning: Member variable 'SkOpGlobalState::fAllocatedOpSpan' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathWriter.cpp:168:49: style: Function 'changedSlopes' argument 1 names different: declaration 'pt' definition 'ptT'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathWriter.h:36:39: note: Function 'changedSlopes' argument 1 names different: declaration 'pt' definition 'ptT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathWriter.cpp:168:49: note: Function 'changedSlopes' argument 1 names different: declaration 'pt' definition 'ptT'.
firefox-62.0/gfx/skia/skia/src/pathops/SkPathWriter.h:38:38: style: Unused private function: 'SkPathWriter::endPtTs' [unusedPrivateFunction]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathWriter.h:42:29: style: Unused private function: 'SkPathWriter::partials' [unusedPrivateFunction]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathWriter.cpp:181:10: style: Technically the member function 'DistanceLessThan::operator()' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathWriter.cpp:179:5: style: Class 'DistanceLessThan' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/pathops/SkPathWriter.cpp:319:57: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
firefox-62.0/gfx/skia/skia/src/pathops/SkReduceOrder.cpp:246:48: style: Function 'Quad' argument 1 names different: declaration 'pts' definition 'a'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkReduceOrder.h:28:44: note: Function 'Quad' argument 1 names different: declaration 'pts' definition 'a'.
firefox-62.0/gfx/skia/skia/src/pathops/SkReduceOrder.cpp:246:48: note: Function 'Quad' argument 1 names different: declaration 'pts' definition 'a'.
firefox-62.0/gfx/skia/skia/src/pathops/SkReduceOrder.cpp:259:50: style: Function 'Conic' argument 1 names different: declaration 'conic' definition 'c'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkReduceOrder.h:26:46: note: Function 'Conic' argument 1 names different: declaration 'conic' definition 'c'.
firefox-62.0/gfx/skia/skia/src/pathops/SkReduceOrder.cpp:259:50: note: Function 'Conic' argument 1 names different: declaration 'conic' definition 'c'.
firefox-62.0/gfx/skia/skia/src/pathops/SkReduceOrder.cpp:267:49: style: Function 'Cubic' argument 1 names different: declaration 'pts' definition 'a'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pathops/SkReduceOrder.h:27:45: note: Function 'Cubic' argument 1 names different: declaration 'pts' definition 'a'.
firefox-62.0/gfx/skia/skia/src/pathops/SkReduceOrder.cpp:267:49: note: Function 'Cubic' argument 1 names different: declaration 'pts' definition 'a'.
firefox-62.0/gfx/skia/skia/src/pdf/SkDeflate.cpp:45:9: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
firefox-62.0/gfx/skia/skia/src/pdf/SkJpegInfo.cpp:14:5: warning: Member variable 'JpegSegment::fBuffer' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/pdf/SkJpegInfo.cpp:14:5: warning: Member variable 'JpegSegment::fMarker' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/pdf/SkJpegInfo.cpp:40:10: style: Technically the member function '::JpegSegment::isSOF' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pdf/SkJpegInfo.cpp:44:14: style: Technically the member function '::JpegSegment::marker' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pdf/SkJpegInfo.cpp:45:14: style: Technically the member function '::JpegSegment::length' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pdf/SkJpegInfo.cpp:46:17: style: Technically the member function '::JpegSegment::data' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pdf/SkJpegInfo.cpp:14:5: style: Class 'JpegSegment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/pdf/SkKeyedImage.h:22:5: style: Class 'SkKeyedImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/pdf/SkKeyedImage.h:23:5: style: Class 'SkKeyedImage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/pdf/SkKeyedImage.cpp:46:25: warning: Access of moved variable 'fImage'. [accessMoved]
firefox-62.0/gfx/skia/skia/src/pdf/SkKeyedImage.cpp:45:28: note: Calling std::move(fImage)
firefox-62.0/gfx/skia/skia/src/pdf/SkKeyedImage.cpp:46:25: note: $symbol:fImage
Access of moved variable '$symbol'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFTypes.h:298:5: style: Class 'SkPDFSharedStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFBitmap.cpp:329:5: style: Class 'PDFAlphaBitmap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFConvertType1FontStream.cpp:28:6: warning: Possible null pointer dereference: size [nullPointer]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFConvertType1FontStream.cpp:47:52: note: Calling function 'parsePFBSection', 4th argument 'size' value is 0
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFConvertType1FontStream.cpp:28:6: note: Null pointer dereference
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFConvertType1FontStream.cpp:30:24: warning: Possible null pointer dereference: size [nullPointer]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFConvertType1FontStream.cpp:47:52: note: Calling function 'parsePFBSection', 4th argument 'size' value is 0
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFConvertType1FontStream.cpp:30:24: note: Null pointer dereference
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:901:13: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:70:20: style: Condition 'imgQuality<=100' is always true [knownConditionTrueFalse]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:69:28: note: Assignment 'imgQuality=50', assigned value is 50
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:70:20: note: Condition 'imgQuality<=100' is always true
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:193:34: style: Function 'compareInitialState' argument 1 names different: declaration 'b' definition 'cur'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.h:143:59: note: Function 'compareInitialState' argument 1 names different: declaration 'b' definition 'cur'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:193:34: note: Function 'compareInitialState' argument 1 names different: declaration 'b' definition 'cur'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:495:59: style: Function 'SkPDFDevice' argument 2 names different: declaration 'document' definition 'doc'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.h:54:50: note: Function 'SkPDFDevice' argument 2 names different: declaration 'document' definition 'doc'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:495:59: note: Function 'SkPDFDevice' argument 2 names different: declaration 'document' definition 'doc'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:560:44: style: Function 'drawPaint' argument 1 names different: declaration 'paint' definition 'srcPaint'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.h:74:35: note: Function 'drawPaint' argument 1 names different: declaration 'paint' definition 'srcPaint'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:560:44: note: Function 'drawPaint' argument 1 names different: declaration 'paint' definition 'srcPaint'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:720:42: style: Function 'drawRect' argument 1 names different: declaration 'r' definition 'rect'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.h:78:33: note: Function 'drawRect' argument 1 names different: declaration 'r' definition 'rect'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:720:42: note: Function 'drawRect' argument 1 names different: declaration 'r' definition 'rect'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:721:43: style: Function 'drawRect' argument 2 names different: declaration 'paint' definition 'srcPaint'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.h:78:51: note: Function 'drawRect' argument 2 names different: declaration 'paint' definition 'srcPaint'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:721:43: note: Function 'drawRect' argument 2 names different: declaration 'paint' definition 'srcPaint'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:746:44: style: Function 'drawRRect' argument 1 names different: declaration 'rr' definition 'rrect'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.h:80:35: note: Function 'drawRRect' argument 1 names different: declaration 'rr' definition 'rrect'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:746:44: note: Function 'drawRRect' argument 1 names different: declaration 'rr' definition 'rrect'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:747:44: style: Function 'drawRRect' argument 2 names different: declaration 'paint' definition 'srcPaint'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.h:80:54: note: Function 'drawRRect' argument 2 names different: declaration 'paint' definition 'srcPaint'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:747:44: note: Function 'drawRRect' argument 2 names different: declaration 'paint' definition 'srcPaint'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:757:43: style: Function 'drawOval' argument 2 names different: declaration 'paint' definition 'srcPaint'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.h:79:54: note: Function 'drawOval' argument 2 names different: declaration 'paint' definition 'srcPaint'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:757:43: note: Function 'drawOval' argument 2 names different: declaration 'paint' definition 'srcPaint'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:766:42: style: Function 'drawPath' argument 1 names different: declaration 'origpath' definition 'origPath'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.h:81:33: note: Function 'drawPath' argument 1 names different: declaration 'origpath' definition 'origPath'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:766:42: note: Function 'drawPath' argument 1 names different: declaration 'origpath' definition 'origPath'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:767:43: style: Function 'drawPath' argument 2 names different: declaration 'paint' definition 'srcPaint'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.h:82:34: note: Function 'drawPath' argument 2 names different: declaration 'paint' definition 'srcPaint'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:767:43: note: Function 'drawPath' argument 2 names different: declaration 'paint' definition 'srcPaint'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:777:61: style: Function 'internalDrawPathWithFilter' argument 4 names different: declaration 'paint' definition 'origPaint'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.h:269:52: note: Function 'internalDrawPathWithFilter' argument 4 names different: declaration 'paint' definition 'origPaint'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:777:61: note: Function 'internalDrawPathWithFilter' argument 4 names different: declaration 'paint' definition 'origPaint'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:938:50: style: Function 'drawBitmapRect' argument 1 names different: declaration 'bitmap' definition 'bm'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.h:84:41: note: Function 'drawBitmapRect' argument 1 names different: declaration 'bitmap' definition 'bm'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:938:50: note: Function 'drawBitmapRect' argument 1 names different: declaration 'bitmap' definition 'bm'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:947:46: style: Function 'drawBitmap' argument 1 names different: declaration 'bitmap' definition 'bm'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.h:86:37: note: Function 'drawBitmap' argument 1 names different: declaration 'bitmap' definition 'bm'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:947:46: note: Function 'drawBitmap' argument 1 names different: declaration 'bitmap' definition 'bm'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:953:46: style: Function 'drawSprite' argument 1 names different: declaration 'bitmap' definition 'bm'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.h:87:37: note: Function 'drawSprite' argument 1 names different: declaration 'bitmap' definition 'bm'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:953:46: note: Function 'drawSprite' argument 1 names different: declaration 'bitmap' definition 'bm'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:2244:57: style: Function 'internalDrawImageRect' argument 5 names different: declaration 'canvasTransformationMatrix' definition 'ctm'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.h:257:48: note: Function 'internalDrawImageRect' argument 5 names different: declaration 'canvasTransformationMatrix' definition 'ctm'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:2244:57: note: Function 'internalDrawImageRect' argument 5 names different: declaration 'canvasTransformationMatrix' definition 'ctm'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.h:143:14: style: Technically the member function 'SkPDFDevice::GraphicStateEntry::compareInitialState' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:192:38: note: Technically the member function 'SkPDFDevice::GraphicStateEntry::compareInitialState' can be const.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.h:143:14: note: Technically the member function 'SkPDFDevice::GraphicStateEntry::compareInitialState' can be const.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:452:10: style: Technically the member function 'ScopedContentEntry::needShape' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:470:10: style: Technically the member function 'ScopedContentEntry::needSource' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFDevice.cpp:1317:69: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFFont.cpp:29:68: style: Function 'MakeVectorCache' argument 2 names different: declaration 'sizeOut' definition 'size'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFFont.h:51:63: note: Function 'MakeVectorCache' argument 2 names different: declaration 'sizeOut' definition 'size'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFFont.cpp:29:68: note: Function 'MakeVectorCache' argument 2 names different: declaration 'sizeOut' definition 'size'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFFont.cpp:204:57: style: Function 'GetFontResource' argument 2 names different: declaration 'typeface' definition 'face'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFFont.h:87:57: note: Function 'GetFontResource' argument 2 names different: declaration 'typeface' definition 'face'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFFont.cpp:204:57: note: Function 'GetFontResource' argument 2 names different: declaration 'typeface' definition 'face'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFGradientShader.cpp:944:62: style: Function 'Make' argument 3 names different: declaration 'matrix' definition 'canvasTransform'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFGradientShader.h:22:41: note: Function 'Make' argument 3 names different: declaration 'matrix' definition 'canvasTransform'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFGradientShader.cpp:944:62: note: Function 'Make' argument 3 names different: declaration 'matrix' definition 'canvasTransform'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFGradientShader.cpp:945:61: style: Function 'Make' argument 4 names different: declaration 'surfaceBBox' definition 'bbox'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFGradientShader.h:23:40: note: Function 'Make' argument 4 names different: declaration 'surfaceBBox' definition 'bbox'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFGradientShader.cpp:945:61: note: Function 'Make' argument 4 names different: declaration 'surfaceBBox' definition 'bbox'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFGradientShader.cpp:544:46: performance: Function parameter 'in' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp:145:57: style: Function 'SkPDFMakeCIDGlyphWidthsArray' argument 4 names different: declaration 'defaultWidth' definition 'defaultAdvance'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFMakeCIDGlyphWidthsArray.h:21:57: note: Function 'SkPDFMakeCIDGlyphWidthsArray' argument 4 names different: declaration 'defaultWidth' definition 'defaultAdvance'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp:145:57: note: Function 'SkPDFMakeCIDGlyphWidthsArray' argument 4 names different: declaration 'defaultWidth' definition 'defaultAdvance'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp:31:5: warning: Member variable 'AdvanceMetric::fType' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp:31:5: warning: Member variable 'AdvanceMetric::fEndId' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp:31:5: style: Struct 'AdvanceMetric' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFMetadata.cpp:224:5: style: Class 'PDFXMLObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFResourceDict.cpp:77:23: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFShader.cpp:328:51: style: Function 'SkPDFMakeShader' argument 3 names different: declaration 'ctm' definition 'canvasTransform'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFShader.h:42:51: note: Function 'SkPDFMakeShader' argument 3 names different: declaration 'ctm' definition 'canvasTransform'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFShader.cpp:328:51: note: Function 'SkPDFMakeShader' argument 3 names different: declaration 'ctm' definition 'canvasTransform'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFTypes.cpp:422:57: style: Function 'insertName' argument 2 names different: declaration 'nameValue' definition 'name'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFTypes.h:270:50: note: Function 'insertName' argument 2 names different: declaration 'nameValue' definition 'name'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFTypes.cpp:422:57: note: Function 'insertName' argument 2 names different: declaration 'nameValue' definition 'name'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFTypes.cpp:426:62: style: Function 'insertName' argument 2 names different: declaration 'nameValue' definition 'name'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFTypes.h:271:55: note: Function 'insertName' argument 2 names different: declaration 'nameValue' definition 'name'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFTypes.cpp:426:62: note: Function 'insertName' argument 2 names different: declaration 'nameValue' definition 'name'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFTypes.h:152:5: style: Class 'SkPDFUnion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFUtils.cpp:294:62: style: Function 'WriteString' argument 2 names different: declaration 'input' definition 'cin'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFUtils.h:87:50: note: Function 'WriteString' argument 2 names different: declaration 'input' definition 'cin'.
firefox-62.0/gfx/skia/skia/src/pdf/SkPDFUtils.cpp:294:62: note: Function 'WriteString' argument 2 names different: declaration 'input' definition 'cin'.
firefox-62.0/gfx/skia/skia/src/pipe/SkPipeCanvas.cpp:469:66: style: Function 'onDrawBitmap' argument 2 names different: declaration 'left' definition 'x'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pipe/SkPipeCanvas.h:148:49: note: Function 'onDrawBitmap' argument 2 names different: declaration 'left' definition 'x'.
firefox-62.0/gfx/skia/skia/src/pipe/SkPipeCanvas.cpp:469:66: note: Function 'onDrawBitmap' argument 2 names different: declaration 'left' definition 'x'.
firefox-62.0/gfx/skia/skia/src/pipe/SkPipeCanvas.cpp:469:78: style: Function 'onDrawBitmap' argument 3 names different: declaration 'top' definition 'y'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/pipe/SkPipeCanvas.h:148:64: note: Function 'onDrawBitmap' argument 3 names different: declaration 'top' definition 'y'.
firefox-62.0/gfx/skia/skia/src/pipe/SkPipeCanvas.cpp:469:78: note: Function 'onDrawBitmap' argument 3 names different: declaration 'top' definition 'y'.
firefox-62.0/gfx/skia/skia/src/pipe/SkPipeCanvas.cpp:189:5: warning: Member variable 'SkPipeWriter::fStorage' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/pipe/SkPipeCanvas.cpp:196:5: warning: Member variable 'SkPipeWriter::fStorage' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/pipe/SkPipeCanvas.cpp:196:5: style: Class 'SkPipeWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/pipe/SkPipeReader.cpp:627:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/pipe/SkPipeReader.cpp:655:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/pipe/SkPipeReader.cpp:673:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/pipe/SkPipeReader.cpp:689:32: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/ports/SkFontConfigInterface_direct.cpp:587:63: style: Function 'matchFamilyName' argument 2 names different: declaration 'requested' definition 'style'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/ports/SkFontConfigInterface_direct.h:22:38: note: Function 'matchFamilyName' argument 2 names different: declaration 'requested' definition 'style'.
firefox-62.0/gfx/skia/skia/src/ports/SkFontConfigInterface_direct.cpp:587:63: note: Function 'matchFamilyName' argument 2 names different: declaration 'requested' definition 'style'.
firefox-62.0/gfx/skia/skia/src/ports/SkFontConfigInterface_direct.cpp:588:65: style: Function 'matchFamilyName' argument 3 names different: declaration 'outFontIdentifier' definition 'outIdentity'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/ports/SkFontConfigInterface_direct.h:23:40: note: Function 'matchFamilyName' argument 3 names different: declaration 'outFontIdentifier' definition 'outIdentity'.
firefox-62.0/gfx/skia/skia/src/ports/SkFontConfigInterface_direct.cpp:588:65: note: Function 'matchFamilyName' argument 3 names different: declaration 'outFontIdentifier' definition 'outIdentity'.
firefox-62.0/gfx/skia/skia/src/ports/SkFontHost_FreeType.cpp:1684:79: style: Function 'recognizedFont' argument 2 names different: declaration 'numFonts' definition 'numFaces'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/ports/SkFontHost_FreeType_common.h:70:57: note: Function 'recognizedFont' argument 2 names different: declaration 'numFonts' definition 'numFaces'.
firefox-62.0/gfx/skia/skia/src/ports/SkFontHost_FreeType.cpp:1684:79: note: Function 'recognizedFont' argument 2 names different: declaration 'numFonts' definition 'numFaces'.
firefox-62.0/gfx/skia/skia/src/ports/SkFontHost_FreeType.cpp:434:9: style: Technically the member function 'AutoFTAccess::getAxesCount' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/ports/SkFontHost_FreeType.cpp:436:10: style: Technically the member function 'AutoFTAccess::isNamedVariationSpecified' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/ports/SkFontHost_FreeType.cpp:419:5: style: Class 'AutoFTAccess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/ports/SkFontHost_FreeType.cpp:1845:44: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/ports/SkFontHost_FreeType.cpp:1848:30: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/ports/SkFontHost_FreeType_common.cpp:249:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/gfx/skia/skia/src/ports/SkFontHost_cairo.cpp:130:5: style: Class 'CairoLockedFTFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/ports/SkFontHost_cairo.cpp:173:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/gfx/skia/skia/src/ports/SkFontHost_cairo.cpp:176:68: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
firefox-62.0/gfx/skia/skia/src/ports/SkFontMgr_FontConfigInterface.cpp:123:5: style: Class 'SkFontRequestCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/ports/SkFontMgr_FontConfigInterface.cpp:168:5: style: Class 'SkFontMgr_FCI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/ports/SkFontMgr_android.cpp:270:21: style: Redundant condition: custom. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
firefox-62.0/gfx/skia/skia/src/ports/SkFontMgr_android_parser.h:29:5: style: Class 'SkLanguage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/ports/SkFontMgr_android_parser.h:30:5: style: Class 'SkLanguage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/ports/SkFontMgr_android.cpp:263:5: style: Class 'SkFontMgr_Android' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/ports/SkFontMgr_custom_directory.cpp:16:5: style: Class 'DirectorySystemFontLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/ports/SkFontMgr_custom_embedded.cpp:18:5: style: Class 'EmbeddedSystemFontLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/ports/SkFontMgr_fontconfig.cpp:901:20: style: Checking if unsigned variable 'length' is less than zero. This might be a false warning. [unsignedLessThanZero]
firefox-62.0/gfx/skia/skia/src/ports/SkFontMgr_fontconfig.cpp:951:20: style: Checking if unsigned variable 'length' is less than zero. This might be a false warning. [unsignedLessThanZero]
firefox-62.0/gfx/skia/skia/src/ports/SkFontMgr_fontconfig.cpp:523:5: style: Class 'SkTypeface_fontconfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/ports/SkOSFile_stdio.cpp:44:5: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/skia/skia/src/ports/SkOSFile_stdio.cpp:43:0: note: Variable 'file' is reassigned a value before the old one has been used.
firefox-62.0/gfx/skia/skia/src/ports/SkOSFile_stdio.cpp:44:5: note: Variable 'file' is reassigned a value before the old one has been used.
firefox-62.0/gfx/skia/skia/src/sfnt/SkOTTable_name.h:543:9: style: Class 'Iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sfnt/SkOTUtils.cpp:179:54: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sfnt/SkOTUtils.cpp:158:13: style: Variable 'headTable->checksumAdjustment' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/skia/skia/src/sfnt/SkOTUtils.cpp:156:13: note: Variable 'headTable->checksumAdjustment' is reassigned a value before the old one has been used.
firefox-62.0/gfx/skia/skia/src/sfnt/SkOTUtils.cpp:158:13: note: Variable 'headTable->checksumAdjustment' is reassigned a value before the old one has been used.
firefox-62.0/gfx/skia/skia/src/shaders/SkShaderBase.h:214:5: style: Class 'SkShaderBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/shaders/SkColorShader.cpp:35:67: style: Function 'onMakeContext' argument 2 names different: declaration 'storage' definition 'alloc'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/shaders/SkColorShader.h:59:61: note: Function 'onMakeContext' argument 2 names different: declaration 'storage' definition 'alloc'.
firefox-62.0/gfx/skia/skia/src/shaders/SkColorShader.cpp:35:67: note: Function 'onMakeContext' argument 2 names different: declaration 'storage' definition 'alloc'.
firefox-62.0/gfx/skia/skia/src/shaders/SkColorShader.h:57:5: style: Class 'SkColorShader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/shaders/SkColorShader.h:113:5: style: Class 'SkColor4Shader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/shaders/SkColorShader.cpp:129:53: warning: Access of moved variable 'space'. [accessMoved]
firefox-62.0/gfx/skia/skia/src/shaders/SkColorShader.cpp:127:19: note: Calling std::move(space)
firefox-62.0/gfx/skia/skia/src/shaders/SkColorShader.cpp:129:53: note: $symbol:space
Access of moved variable '$symbol'.
firefox-62.0/gfx/skia/skia/src/shaders/SkComposeShader.cpp:85:17: style: struct member 'Storage::fAlpha' is never used. [unusedStructMember]
firefox-62.0/gfx/skia/skia/src/shaders/SkComposeShader.h:42:5: style: Class 'SkComposeShader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/shaders/SkImageShader.cpp:130:67: style: Function 'onMakeContext' argument 2 names different: declaration 'storage' definition 'alloc'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/shaders/SkImageShader.h:45:61: note: Function 'onMakeContext' argument 2 names different: declaration 'storage' definition 'alloc'.
firefox-62.0/gfx/skia/skia/src/shaders/SkImageShader.cpp:130:67: note: Function 'onMakeContext' argument 2 names different: declaration 'storage' definition 'alloc'.
firefox-62.0/gfx/skia/skia/src/shaders/SkLocalMatrixShader.cpp:56:52: style: Function 'onIsAImage' argument 1 names different: declaration 'matrix' definition 'outMatrix'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/shaders/SkLocalMatrixShader.h:49:35: note: Function 'onIsAImage' argument 1 names different: declaration 'matrix' definition 'outMatrix'.
firefox-62.0/gfx/skia/skia/src/shaders/SkLocalMatrixShader.cpp:56:52: note: Function 'onIsAImage' argument 1 names different: declaration 'matrix' definition 'outMatrix'.
firefox-62.0/gfx/skia/skia/src/shaders/SkPerlinNoiseShader.cpp:467:9: style: Struct 'Noise' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/shaders/SkPictureShader.cpp:186:66: style: Function 'refBitmapShader' argument 2 names different: declaration 'localMatrix' definition 'outerLocalMatrix'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/shaders/SkPictureShader.h:50:70: note: Function 'refBitmapShader' argument 2 names different: declaration 'localMatrix' definition 'outerLocalMatrix'.
firefox-62.0/gfx/skia/skia/src/shaders/SkPictureShader.cpp:186:66: note: Function 'refBitmapShader' argument 2 names different: declaration 'localMatrix' definition 'outerLocalMatrix'.
firefox-62.0/gfx/skia/skia/src/shaders/SkPictureShader.cpp:335:40: warning: Member variable 'PictureShaderContext::fBitmapShaderContextStorage' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/shaders/SkPictureShader.cpp:82:5: warning: Member variable 'BitmapShaderRec::fBitmapBytes' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/shaders/SkPictureShader.h:39:5: style: Class 'SkPictureShader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/shaders/SkShader.cpp:228:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkLinearGradient.h:26:5: style: Class 'SkLinearGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkGradientBitmapCache.cpp:37:50: style: Function 'SkGradientBitmapCache' argument 1 names different: declaration 'maxEntries' definition 'max'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkGradientBitmapCache.h:16:31: note: Function 'SkGradientBitmapCache' argument 1 names different: declaration 'maxEntries' definition 'max'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkGradientBitmapCache.cpp:37:50: note: Function 'SkGradientBitmapCache' argument 1 names different: declaration 'maxEntries' definition 'max'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkGradientBitmapCache.cpp:84:61: style: Function 'find' argument 2 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkGradientBitmapCache.h:19:42: note: Function 'find' argument 2 names different: declaration 'len' definition 'size'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkGradientBitmapCache.cpp:84:61: note: Function 'find' argument 2 names different: declaration 'len' definition 'size'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkGradientBitmapCache.h:16:5: style: Class 'SkGradientBitmapCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkGradientBitmapCache.h:41:9: style: Class 'AutoValidate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkGradientShader.cpp:534:56: style: Function 'getXformedColor' argument 1 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkGradientShaderPriv.h:81:38: note: Function 'getXformedColor' argument 1 names different: declaration 'index' definition 'i'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkGradientShader.cpp:534:56: note: Function 'getXformedColor' argument 1 names different: declaration 'index' definition 'i'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkRadialGradient.h:26:5: style: Class 'SkRadialGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkRadialGradient.cpp:193:78: style: Function 'appendGradientStages' argument 2 names different: declaration 'tPipeline' definition 'p'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkRadialGradient.h:30:70: note: Function 'appendGradientStages' argument 2 names different: declaration 'tPipeline' definition 'p'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkRadialGradient.cpp:193:78: note: Function 'appendGradientStages' argument 2 names different: declaration 'tPipeline' definition 'p'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkSweepGradient.cpp:265:83: style: Function 'appendGradientStages' argument 2 names different: declaration 'tPipeline' definition 'p'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkSweepGradient.h:30:70: note: Function 'appendGradientStages' argument 2 names different: declaration 'tPipeline' definition 'p'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkSweepGradient.cpp:265:83: note: Function 'appendGradientStages' argument 2 names different: declaration 'tPipeline' definition 'p'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp:52:66: style: Function 'Create' argument 1 names different: declaration 'start' definition 'c0'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.h:46:50: note: Function 'Create' argument 1 names different: declaration 'start' definition 'c0'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp:52:66: note: Function 'Create' argument 1 names different: declaration 'start' definition 'c0'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp:52:79: style: Function 'Create' argument 2 names different: declaration 'startRadius' definition 'r0'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.h:46:66: note: Function 'Create' argument 2 names different: declaration 'startRadius' definition 'r0'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp:52:79: note: Function 'Create' argument 2 names different: declaration 'startRadius' definition 'r0'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp:53:66: style: Function 'Create' argument 3 names different: declaration 'end' definition 'c1'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.h:47:50: note: Function 'Create' argument 3 names different: declaration 'end' definition 'c1'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp:53:66: note: Function 'Create' argument 3 names different: declaration 'end' definition 'c1'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp:53:79: style: Function 'Create' argument 4 names different: declaration 'endRadius' definition 'r1'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.h:47:64: note: Function 'Create' argument 4 names different: declaration 'endRadius' definition 'r1'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp:53:79: note: Function 'Create' argument 4 names different: declaration 'endRadius' definition 'r1'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp:87:24: style: Function 'SkTwoPointConicalGradient' argument 1 names different: declaration 'c0' definition 'start'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.h:80:46: note: Function 'SkTwoPointConicalGradient' argument 1 names different: declaration 'c0' definition 'start'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp:87:24: note: Function 'SkTwoPointConicalGradient' argument 1 names different: declaration 'c0' definition 'start'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp:87:40: style: Function 'SkTwoPointConicalGradient' argument 2 names different: declaration 'r0' definition 'startRadius'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.h:80:59: note: Function 'SkTwoPointConicalGradient' argument 2 names different: declaration 'r0' definition 'startRadius'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp:87:40: note: Function 'SkTwoPointConicalGradient' argument 2 names different: declaration 'r0' definition 'startRadius'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp:88:24: style: Function 'SkTwoPointConicalGradient' argument 3 names different: declaration 'c1' definition 'end'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.h:81:46: note: Function 'SkTwoPointConicalGradient' argument 3 names different: declaration 'c1' definition 'end'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp:88:24: note: Function 'SkTwoPointConicalGradient' argument 3 names different: declaration 'c1' definition 'end'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp:88:38: style: Function 'SkTwoPointConicalGradient' argument 4 names different: declaration 'r1' definition 'endRadius'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.h:81:59: note: Function 'SkTwoPointConicalGradient' argument 4 names different: declaration 'r1' definition 'endRadius'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp:88:38: note: Function 'SkTwoPointConicalGradient' argument 4 names different: declaration 'r1' definition 'endRadius'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp:220:93: style: Function 'appendGradientStages' argument 2 names different: declaration 'tPipeline' definition 'p'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.h:74:70: note: Function 'appendGradientStages' argument 2 names different: declaration 'tPipeline' definition 'p'.
firefox-62.0/gfx/skia/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp:220:93: note: Function 'appendGradientStages' argument 2 names different: declaration 'tPipeline' definition 'p'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:132:55: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:134:55: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:136:53: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:139:59: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:142:51: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:145:53: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:148:55: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:158:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:178:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:186:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:194:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:205:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:216:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:228:51: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:235:51: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:256:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:278:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:298:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:343:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:352:31: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:361:40: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:366:40: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:367:40: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:372:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:381:40: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:386:40: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.cpp:399:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLLexer.h:225:1: style: The class 'Lexer' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCFGGenerator.h:120:1: style: The struct 'CFG' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLProgram.h:97:14: style: Technically the member function 'SkSL::Program::Inputs::isEmpty' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLString.h:33:5: style: Struct 'StringFragment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLString.h:72:5: style: Class 'String' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLString.h:78:5: style: Class 'String' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLType.h:65:5: style: Class 'Type' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLSymbolTable.h:27:5: style: Class 'SymbolTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ast/SkSLASTPositionNode.h:20:5: style: Struct 'ASTPositionNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLProgram.h:34:13: style: Struct 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLProgram.h:38:13: style: Struct 'Value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLContext.h:345:9: style: Class 'Defined' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.h:59:5: style: Class 'Compiler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ast/SkSLASTBreakStatement.h:19:5: style: Struct 'ASTBreakStatement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ast/SkSLASTContinueStatement.h:19:5: style: Struct 'ASTContinueStatement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ast/SkSLASTDiscardStatement.h:19:5: style: Struct 'ASTDiscardStatement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ast/SkSLASTExpressionStatement.h:19:5: style: Struct 'ASTExpressionStatement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ast/SkSLASTModifiersDeclaration.h:22:5: style: Struct 'ASTModifiersDeclaration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ast/SkSLASTVarDeclarationStatement.h:20:5: style: Struct 'ASTVarDeclarationStatement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLModifiersDeclaration.h:22:5: style: Struct 'ModifiersDeclaration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLExpressionStatement.h:20:5: style: Struct 'ExpressionStatement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLReturnStatement.h:20:5: style: Struct 'ReturnStatement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLReturnStatement.h:23:5: style: Struct 'ReturnStatement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLVarDeclarationsStatement.h:20:5: style: Struct 'VarDeclarationsStatement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ast/SkSLASTModifiersDeclaration.h:26:12: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/sksl/ast/SkSLASTNode.h:22:20: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/sksl/ast/SkSLASTModifiersDeclaration.h:26:12: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLVarDeclarations.h:32:12: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLIRNode.h:25:20: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLVarDeclarations.h:32:12: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLModifiersDeclaration.h:26:12: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLIRNode.h:25:20: note: Virtual function in base class
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLModifiersDeclaration.h:26:12: note: Function in derived class
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLType.h:30:25: performance: Function parameter 'modifiers' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLVariable.h:32:36: performance: Function parameter 'modifiers' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLFunctionDeclaration.h:24:47: performance: Function parameter 'modifiers' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLProgram.h:111:22: performance: Function parameter 'settings' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/sksl/ast/SkSLASTParameter.h:23:40: performance: Function parameter 'modifiers' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/sksl/ast/SkSLASTFunction.h:22:39: performance: Function parameter 'modifiers' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/sksl/ast/SkSLASTVarDeclaration.h:60:34: performance: Function parameter 'modifiers' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/sksl/ast/SkSLASTInterfaceBlock.h:27:33: performance: Function parameter 'modifiers' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/sksl/ast/SkSLASTModifiersDeclaration.h:22:39: performance: Function parameter 'modifiers' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLModifiersDeclaration.h:22:36: performance: Function parameter 'modifiers' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLVariableReference.h:92:68: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLVariableReference.h:97:69: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLVariableReference.h:101:69: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLVariableReference.h:103:41: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLVariableReference.h:112:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSectionAndParameterHelper.h:45:53: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSectionAndParameterHelper.h:55:41: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCPPCodeGenerator.cpp:300:49: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCPPCodeGenerator.cpp:440:45: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCPPCodeGenerator.cpp:463:45: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCPPCodeGenerator.cpp:529:45: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCPPCodeGenerator.cpp:602:49: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCPPCodeGenerator.cpp:755:45: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCPPCodeGenerator.cpp:492:12: style: The scope of the variable 'argCount' can be reduced. [variableScope]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLGLSLCodeGenerator.h:76:5: warning: Member variable 'GLSLCodeGenerator::fProgramKind' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLVariableReference.h:53:13: style: Technically the member function 'SkSL::VariableReference::refKind' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSectionAndParameterHelper.h:103:41: style: Technically the member function 'SkSL::SectionAndParameterHelper::getParameters' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCPPCodeGenerator.cpp:42:1: error: va_list 'copy' was opened but not closed by va_end(). [va_end_missing]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:221:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:234:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:240:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:246:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:254:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:257:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:273:38: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:276:43: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:289:49: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:299:50: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:309:50: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:323:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:382:59: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:663:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:673:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:688:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:335:42: style: Function 'scanCFG' argument 2 names different: declaration 'block' definition 'blockId'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.h:100:36: note: Function 'scanCFG' argument 2 names different: declaration 'block' definition 'blockId'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:335:42: note: Function 'scanCFG' argument 2 names different: declaration 'block' definition 'blockId'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:1298:48: style: Function 'OperatorName' argument 1 names different: declaration 'token' definition 'kind'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.h:90:49: note: Function 'OperatorName' argument 1 names different: declaration 'token' definition 'kind'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:1298:48: note: Function 'OperatorName' argument 1 names different: declaration 'token' definition 'kind'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:1344:41: style: Function 'IsAssignment' argument 1 names different: declaration 'token' definition 'op'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.h:92:42: note: Function 'IsAssignment' argument 1 names different: declaration 'token' definition 'op'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:1344:41: note: Function 'IsAssignment' argument 1 names different: declaration 'token' definition 'op'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:59:11: warning: Member variable 'Compiler::fSource' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLMetalCodeGenerator.h:76:5: warning: Member variable 'MetalCodeGenerator::fProgramKind' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.h:82:12: style: Technically the member function 'SkSL::Compiler::errorText' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:1388:18: note: Technically the member function 'SkSL::Compiler::errorText' can be const.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.h:82:12: note: Technically the member function 'SkSL::Compiler::errorText' can be const.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:64:5: style: Class 'Compiler' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLCompiler.cpp:64:5: style: Class 'Compiler' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLMemoryLayout.h:22:5: style: Class 'MemoryLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLUnresolvedFunction.h:19:5: style: Struct 'UnresolvedFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLHCodeGenerator.cpp:138:17: style: The scope of the variable 'separator' can be reduced. [variableScope]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLLayoutLexer.h:110:1: style: The class 'LayoutLexer' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLHCodeGenerator.cpp:76:1: error: va_list 'copy' was opened but not closed by va_end(). [va_end_missing]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:267:45: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:271:45: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:667:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:670:37: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:826:41: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:830:41: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:923:41: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:925:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:966:18: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:973:44: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:979:36: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:997:35: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:1006:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:1573:30: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:1670:9: style: The scope of the variable 'actual' can be reduced. [variableScope]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:104:79: style: Function 'IRGenerator' argument 2 names different: declaration 'root' definition 'symbolTable'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.h:62:70: note: Function 'IRGenerator' argument 2 names different: declaration 'root' definition 'symbolTable'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:104:79: note: Function 'IRGenerator' argument 2 names different: declaration 'root' definition 'symbolTable'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:163:78: style: Function 'convertExtension' argument 1 names different: declaration 'e' definition 'extension'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.h:134:69: note: Function 'convertExtension' argument 1 names different: declaration 'e' definition 'extension'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:163:78: note: Function 'convertExtension' argument 1 names different: declaration 'e' definition 'extension'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:759:93: style: Function 'convertInterfaceBlock' argument 1 names different: declaration 's' definition 'intf'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.h:141:84: note: Function 'convertInterfaceBlock' argument 1 names different: declaration 's' definition 'intf'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:759:93: note: Function 'convertInterfaceBlock' argument 1 names different: declaration 's' definition 'intf'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:931:81: style: Function 'convertExpression' argument 1 names different: declaration 'expression' definition 'expr'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.h:102:72: note: Function 'convertExpression' argument 1 names different: declaration 'expression' definition 'expr'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:931:81: note: Function 'convertExpression' argument 1 names different: declaration 'expression' definition 'expr'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:1015:72: style: Function 'convertSection' argument 1 names different: declaration 'e' definition 's'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.h:145:63: note: Function 'convertSection' argument 1 names different: declaration 'e' definition 's'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:1015:72: note: Function 'convertSection' argument 1 names different: declaration 'e' definition 's'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:1562:75: style: Function 'call' argument 2 names different: declaration 'function' definition 'functionValue'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.h:112:78: note: Function 'call' argument 2 names different: declaration 'function' definition 'functionValue'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:1562:75: note: Function 'call' argument 2 names different: declaration 'function' definition 'functionValue'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:1604:94: style: Function 'convertNumberConstructor' argument 3 names different: declaration 'params' definition 'args'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.h:121:93: note: Function 'convertNumberConstructor' argument 3 names different: declaration 'params' definition 'args'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:1604:94: note: Function 'convertNumberConstructor' argument 3 names different: declaration 'params' definition 'args'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:1663:94: style: Function 'convertCompoundConstructor' argument 3 names different: declaration 'params' definition 'args'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.h:125:93: note: Function 'convertCompoundConstructor' argument 3 names different: declaration 'params' definition 'args'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:1663:94: note: Function 'convertCompoundConstructor' argument 3 names different: declaration 'params' definition 'args'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:1711:94: style: Function 'convertConstructor' argument 3 names different: declaration 'params' definition 'args'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.h:128:93: note: Function 'convertConstructor' argument 3 names different: declaration 'params' definition 'args'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:1711:94: note: Function 'convertConstructor' argument 3 names different: declaration 'params' definition 'args'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:2106:80: style: Function 'convertProgram' argument 5 names different: declaration 'result' definition 'out'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.h:69:71: note: Function 'convertProgram' argument 5 names different: declaration 'result' definition 'out'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:2106:80: note: Function 'convertProgram' argument 5 names different: declaration 'result' definition 'out'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:558:50: style: Unused variable: variables [unusedVariable]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:577:46: style: Unused variable: invokeArgs [unusedVariable]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:104:14: warning: Member variable 'IRGenerator::fInputs' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:104:14: warning: Member variable 'IRGenerator::fSettings' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:104:14: warning: Member variable 'IRGenerator::fKind' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:104:14: warning: Member variable 'IRGenerator::fInvocations' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:104:14: warning: Member variable 'IRGenerator::fProgramElements' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:104:14: warning: Member variable 'IRGenerator::fSkPerVertex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:104:14: warning: Member variable 'IRGenerator::fRTAdjust' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:104:14: warning: Member variable 'IRGenerator::fRTAdjustInterfaceBlock' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:104:14: warning: Member variable 'IRGenerator::fRTAdjustFieldIndex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.h:110:9: performance: Technically the member function 'SkSL::IRGenerator::callCost' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:1539:18: note: Technically the member function 'SkSL::IRGenerator::callCost' can be static.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.h:110:9: note: Technically the member function 'SkSL::IRGenerator::callCost' can be static.
firefox-62.0/gfx/skia/skia/src/sksl/ast/SkSLASTIndexSuffix.h:21:5: style: Struct 'ASTIndexSuffix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ast/SkSLASTIndexSuffix.h:25:5: style: Struct 'ASTIndexSuffix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLBreakStatement.h:20:5: style: Struct 'BreakStatement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLContinueStatement.h:20:5: style: Struct 'ContinueStatement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLDiscardStatement.h:20:5: style: Struct 'DiscardStatement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:61:5: style: Class 'AutoSymbolTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:78:5: style: Class 'AutoLoopLevel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLIRGenerator.cpp:92:5: style: Class 'AutoSwitchLevel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLFunctionReference.h:23:63: performance: Function parameter 'function' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLFileOutputStream.h:20:9: style: Class 'FileOutputStream' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLFileOutputStream.h:20:9: style: Class 'FileOutputStream' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLFileOutputStream.h:19:5: style: Class 'FileOutputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLMetalCodeGenerator.cpp:917:84: style: Function 'requirements' argument 1 names different: declaration 'e' definition 's'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLMetalCodeGenerator.h:195:48: note: Function 'requirements' argument 1 names different: declaration 'e' definition 's'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLMetalCodeGenerator.cpp:917:84: note: Function 'requirements' argument 1 names different: declaration 'e' definition 's'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLMetalCodeGenerator.h:169:10: performance: Technically the member function 'SkSL::MetalCodeGenerator::writeSetting' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLMetalCodeGenerator.cpp:388:26: note: Technically the member function 'SkSL::MetalCodeGenerator::writeSetting' can be static.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLMetalCodeGenerator.h:169:10: note: Technically the member function 'SkSL::MetalCodeGenerator::writeSetting' can be static.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLParser.cpp:440:26: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLParser.cpp:449:38: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLParser.cpp:493:73: style: Function 'varDeclarationEnd' argument 1 names different: declaration 'modifiers' definition 'mods'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLParser.h:137:69: note: Function 'varDeclarationEnd' argument 1 names different: declaration 'modifiers' definition 'mods'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLParser.cpp:493:73: note: Function 'varDeclarationEnd' argument 1 names different: declaration 'modifiers' definition 'mods'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLParser.h:115:10: style: Technically the member function 'SkSL::Parser::isType' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLParser.cpp:188:14: note: Technically the member function 'SkSL::Parser::isType' can be const.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLParser.h:115:10: note: Technically the member function 'SkSL::Parser::isType' can be const.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLParser.cpp:55:5: style: Class 'AutoDepth' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.cpp:230:43: style: Function 'writeLabel' argument 1 names different: declaration 'id' definition 'label'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.h:270:27: note: Function 'writeLabel' argument 1 names different: declaration 'id' definition 'label'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.cpp:230:43: note: Function 'writeLabel' argument 1 names different: declaration 'id' definition 'label'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.cpp:372:76: style: Function 'writeStruct' argument 2 names different: declaration 'layout' definition 'memoryLayout'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.h:130:60: note: Function 'writeStruct' argument 2 names different: declaration 'layout' definition 'memoryLayout'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.cpp:372:76: note: Function 'writeStruct' argument 2 names different: declaration 'layout' definition 'memoryLayout'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.cpp:458:47: style: Function 'getType' argument 1 names different: declaration 'type' definition 'rawType'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.h:111:31: note: Function 'getType' argument 1 names different: declaration 'type' definition 'rawType'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.cpp:458:47: note: Function 'getType' argument 1 names different: declaration 'type' definition 'rawType'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.cpp:613:54: style: Function 'getPointerType' argument 1 names different: declaration 'type' definition 'rawType'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.h:119:38: note: Function 'getPointerType' argument 1 names different: declaration 'type' definition 'rawType'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.cpp:613:54: note: Function 'getPointerType' argument 1 names different: declaration 'type' definition 'rawType'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.cpp:1569:93: style: Function 'getLValue' argument 1 names different: declaration 'value' definition 'expr'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.h:148:57: note: Function 'getLValue' argument 1 names different: declaration 'value' definition 'expr'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.cpp:1569:93: note: Function 'getLValue' argument 1 names different: declaration 'value' definition 'expr'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.cpp:2124:67: style: Function 'writeLogicalAnd' argument 1 names different: declaration 'b' definition 'a'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.h:230:51: note: Function 'writeLogicalAnd' argument 1 names different: declaration 'b' definition 'a'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.cpp:2124:67: note: Function 'writeLogicalAnd' argument 1 names different: declaration 'b' definition 'a'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.cpp:2497:85: style: Function 'writeGlobalVars' argument 2 names different: declaration 'v' definition 'decl'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.h:142:69: note: Function 'writeGlobalVars' argument 2 names different: declaration 'v' definition 'decl'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.cpp:2497:85: note: Function 'writeGlobalVars' argument 2 names different: declaration 'v' definition 'decl'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.h:266:10: performance: Technically the member function 'SkSL::SPIRVCodeGenerator::writeWord' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.cpp:142:26: note: Technically the member function 'SkSL::SPIRVCodeGenerator::writeWord' can be static.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLSPIRVCodeGenerator.h:266:10: note: Technically the member function 'SkSL::SPIRVCodeGenerator::writeWord' can be static.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLString.cpp:36:48: style: Function 'vappendf' argument 2 names different: declaration 'va' definition 'args'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLString.h:86:44: note: Function 'vappendf' argument 2 names different: declaration 'va' definition 'args'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLString.cpp:36:48: note: Function 'vappendf' argument 2 names different: declaration 'va' definition 'args'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLString.cpp:169:47: style: Function 'operator<' argument 1 names different: declaration 's' definition 'other'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLString.h:49:35: note: Function 'operator<' argument 1 names different: declaration 's' definition 'other'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLString.cpp:169:47: note: Function 'operator<' argument 1 names different: declaration 's' definition 'other'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLString.cpp:25:18: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLString.cpp:33:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLString.cpp:54:1: error: va_list 'reuse' was opened but not closed by va_end(). [va_end_missing]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLUtil.cpp:29:45: style: Function 'write_stringstream' argument 1 names different: declaration 'd' definition 's'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/sksl/SkSLUtil.h:305:45: note: Function 'write_stringstream' argument 1 names different: declaration 'd' definition 's'.
firefox-62.0/gfx/skia/skia/src/sksl/SkSLUtil.cpp:29:45: note: Function 'write_stringstream' argument 1 names different: declaration 'd' definition 's'.
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLSymbolTable.cpp:85:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLSymbolTable.cpp:86:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLSymbolTable.cpp:95:34: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLSymbolTable.cpp:114:22: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLSymbolTable.cpp:35:18: style: The scope of the variable 'modified' can be reduced. [variableScope]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLSymbolTable.h:44:10: style: Technically the member function 'SkSL::SymbolTable::markAllFunctionsBuiltin' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLSymbolTable.cpp:106:19: note: Technically the member function 'SkSL::SymbolTable::markAllFunctionsBuiltin' can be const.
firefox-62.0/gfx/skia/skia/src/sksl/ir/SkSLSymbolTable.h:44:10: note: Technically the member function 'SkSL::SymbolTable::markAllFunctionsBuiltin' can be const.
firefox-62.0/gfx/skia/skia/src/sksl/lex/RegexParser.h:21:1: style: The class 'RegexParser' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/lex/DFAState.h:17:9: style: Struct 'Label' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/lex/NFAState.h:42:5: style: Struct 'NFAState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/lex/NFAState.h:55:5: style: Struct 'NFAState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/lex/RegexNode.h:32:5: style: Struct 'RegexNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/lex/NFAtoDFA.h:35:5: style: Class 'NFAtoDFA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/sksl/lex/DFA.h:18:26: performance: Function parameter 'charMappings' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/sksl/lex/DFA.h:18:70: performance: Function parameter 'transitions' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/sksl/lex/DFA.h:19:26: performance: Function parameter 'accepts' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/skia/skia/src/sksl/lex/RegexParser.h:28:10: style: Technically the member function 'RegexParser::peek' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/sksl/lex/RegexParser.cpp:22:19: note: Technically the member function 'RegexParser::peek' can be const.
firefox-62.0/gfx/skia/skia/src/sksl/lex/RegexParser.h:28:10: note: Technically the member function 'RegexParser::peek' can be const.
firefox-62.0/gfx/skia/skia/src/sksl/lex/RegexParser.h:53:15: performance: Technically the member function 'RegexParser::escapeSequence' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/sksl/lex/RegexParser.cpp:78:24: note: Technically the member function 'RegexParser::escapeSequence' can be static.
firefox-62.0/gfx/skia/skia/src/sksl/lex/RegexParser.h:53:15: note: Technically the member function 'RegexParser::escapeSequence' can be static.
firefox-62.0/gfx/skia/skia/src/svg/SkSVGDevice.cpp:110:5: style: Struct 'Resources' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/svg/SkSVGDevice.cpp:283:5: style: Struct 'MxCp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/utils/SkBase64.cpp:36:61: style: Function 'decode' argument 2 names different: declaration 'length' definition 'size'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/utils/SkBase64.h:32:45: note: Function 'decode' argument 2 names different: declaration 'length' definition 'size'.
firefox-62.0/gfx/skia/skia/src/utils/SkBase64.cpp:36:61: note: Function 'decode' argument 2 names different: declaration 'length' definition 'size'.
firefox-62.0/gfx/skia/skia/src/utils/SkBase64.cpp:111:37: style: Function 'Encode' argument 1 names different: declaration 'src' definition 'srcPtr'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/utils/SkBase64.h:29:38: note: Function 'Encode' argument 1 names different: declaration 'src' definition 'srcPtr'.
firefox-62.0/gfx/skia/skia/src/utils/SkBase64.cpp:111:37: note: Function 'Encode' argument 1 names different: declaration 'src' definition 'srcPtr'.
firefox-62.0/gfx/skia/skia/src/utils/SkBase64.cpp:111:66: style: Function 'Encode' argument 3 names different: declaration 'dest' definition 'dstPtr'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/utils/SkBase64.h:29:64: note: Function 'Encode' argument 3 names different: declaration 'dest' definition 'dstPtr'.
firefox-62.0/gfx/skia/skia/src/utils/SkBase64.cpp:111:66: note: Function 'Encode' argument 3 names different: declaration 'dest' definition 'dstPtr'.
firefox-62.0/gfx/skia/skia/src/utils/SkBase64.cpp:111:86: style: Function 'Encode' argument 4 names different: declaration 'encode' definition 'encodeMap'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/utils/SkBase64.h:29:82: note: Function 'Encode' argument 4 names different: declaration 'encode' definition 'encodeMap'.
firefox-62.0/gfx/skia/skia/src/utils/SkBase64.cpp:111:86: note: Function 'Encode' argument 4 names different: declaration 'encode' definition 'encodeMap'.
firefox-62.0/gfx/skia/skia/src/utils/SkBase64.cpp:155:58: style: Function 'decode' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/utils/SkBase64.h:22:42: note: Function 'decode' argument 2 names different: declaration 'length' definition 'len'.
firefox-62.0/gfx/skia/skia/src/utils/SkBase64.cpp:155:58: note: Function 'decode' argument 2 names different: declaration 'length' definition 'len'.
firefox-62.0/gfx/skia/skia/src/utils/SkCanvasStateUtils.cpp:164:24: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/utils/SkCanvasStateUtils.cpp:205:17: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/utils/SkCanvasStateUtils.cpp:234:27: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/utils/SkCanvasStateUtils.cpp:73:21: style: struct member 'Anonymous1::textureID' is never used. [unusedStructMember]
firefox-62.0/gfx/skia/skia/src/utils/SkCanvasStateUtils.cpp:80:5: warning: Member variable 'SkCanvasState::alignmentPadding' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/utils/SkCanvasStateUtils.cpp:104:5: style: Class 'SkCanvasState_v1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/utils/SkFloatToDecimal.cpp:58:45: style: Function 'SkFloatToDecimal' argument 2 names different: declaration 'output' definition 'result'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/utils/SkFloatToDecimal.h:32:45: note: Function 'SkFloatToDecimal' argument 2 names different: declaration 'output' definition 'result'.
firefox-62.0/gfx/skia/skia/src/utils/SkFloatToDecimal.cpp:58:45: note: Function 'SkFloatToDecimal' argument 2 names different: declaration 'output' definition 'result'.
firefox-62.0/gfx/skia/skia/src/utils/SkFrontBufferedStream.cpp:158:40: style: Function 'peek' argument 1 names different: declaration 'buffer' definition 'dst'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/utils/SkFrontBufferedStream.cpp:19:23: note: Function 'peek' argument 1 names different: declaration 'buffer' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/utils/SkFrontBufferedStream.cpp:158:40: note: Function 'peek' argument 1 names different: declaration 'buffer' definition 'dst'.
firefox-62.0/gfx/skia/skia/src/utils/SkFrontBufferedStream.cpp:174:40: style: Function 'read' argument 1 names different: declaration 'buffer' definition 'voidDst'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/utils/SkFrontBufferedStream.cpp:17:23: note: Function 'read' argument 1 names different: declaration 'buffer' definition 'voidDst'.
firefox-62.0/gfx/skia/skia/src/utils/SkFrontBufferedStream.cpp:174:40: note: Function 'read' argument 1 names different: declaration 'buffer' definition 'voidDst'.
firefox-62.0/gfx/skia/skia/src/utils/SkLua.cpp:109:0: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/skia/skia/src/utils/SkMultiPictureDocument.cpp:102:59: style: Function 'SkMultiPictureDocumentReadPageCount' argument 1 names different: declaration 'src' definition 'stream'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/utils/SkMultiPictureDocument.h:30:66: note: Function 'SkMultiPictureDocumentReadPageCount' argument 1 names different: declaration 'src' definition 'stream'.
firefox-62.0/gfx/skia/skia/src/utils/SkMultiPictureDocument.cpp:102:59: note: Function 'SkMultiPictureDocumentReadPageCount' argument 1 names different: declaration 'src' definition 'stream'.
firefox-62.0/gfx/skia/skia/src/utils/SkMultiPictureDocument.cpp:125:60: style: Function 'SkMultiPictureDocumentReadPageSizes' argument 1 names different: declaration 'src' definition 'stream'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/utils/SkMultiPictureDocumentPriv.h:17:60: note: Function 'SkMultiPictureDocumentReadPageSizes' argument 1 names different: declaration 'src' definition 'stream'.
firefox-62.0/gfx/skia/skia/src/utils/SkMultiPictureDocument.cpp:125:60: note: Function 'SkMultiPictureDocumentReadPageSizes' argument 1 names different: declaration 'src' definition 'stream'.
firefox-62.0/gfx/skia/skia/src/utils/SkNWayCanvas.cpp:37:5: warning: Member variable 'Iter::fCanvas' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/utils/SkNWayCanvas.cpp:37:5: style: Class 'Iter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/utils/SkParsePath.cpp:178:67: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
firefox-62.0/gfx/skia/skia/src/utils/SkPatchUtils.cpp:290:86: style: Function 'MakeVertices' argument 2 names different: declaration 'colors' definition 'srcColors'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/utils/SkPatchUtils.h:50:83: note: Function 'MakeVertices' argument 2 names different: declaration 'colors' definition 'srcColors'.
firefox-62.0/gfx/skia/skia/src/utils/SkPatchUtils.cpp:290:86: note: Function 'MakeVertices' argument 2 names different: declaration 'colors' definition 'srcColors'.
firefox-62.0/gfx/skia/skia/src/utils/SkPatchUtils.cpp:291:60: style: Function 'MakeVertices' argument 3 names different: declaration 'texCoords' definition 'srcTexCoords'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/utils/SkPatchUtils.h:51:57: note: Function 'MakeVertices' argument 3 names different: declaration 'texCoords' definition 'srcTexCoords'.
firefox-62.0/gfx/skia/skia/src/utils/SkPatchUtils.cpp:291:60: note: Function 'MakeVertices' argument 3 names different: declaration 'texCoords' definition 'srcTexCoords'.
firefox-62.0/gfx/skia/skia/src/utils/SkShadowTessellator.cpp:1177:66: style: Function 'getClosestUmbraPoint' argument 1 names different: declaration 'point' definition 'p'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/utils/SkShadowTessellator.cpp:762:45: note: Function 'getClosestUmbraPoint' argument 1 names different: declaration 'point' definition 'p'.
firefox-62.0/gfx/skia/skia/src/utils/SkShadowTessellator.cpp:1177:66: note: Function 'getClosestUmbraPoint' argument 1 names different: declaration 'point' definition 'p'.
firefox-62.0/gfx/skia/skia/src/utils/SkShadowTessellator.cpp:62:14: style: Technically the member function 'SkBaseShadowTessellator::heightFunc' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/utils/SkShadowTessellator.cpp:359:14: performance: Technically the member function 'SkAmbientShadowTessellator::offset' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/utils/SkShadowTessellator.cpp:362:13: performance: Technically the member function 'SkAmbientShadowTessellator::umbraColor' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/utils/SkShadowTessellator.cpp:767:10: performance: Technically the member function 'SkSpotShadowTessellator::mapPoints' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/utils/SkShadowTessellator.cpp:1206:31: note: Technically the member function 'SkSpotShadowTessellator::mapPoints' can be static.
firefox-62.0/gfx/skia/skia/src/utils/SkShadowTessellator.cpp:767:10: note: Technically the member function 'SkSpotShadowTessellator::mapPoints' can be static.
firefox-62.0/gfx/skia/skia/src/utils/SkShadowTessellator.cpp:771:14: style: Technically the member function 'SkSpotShadowTessellator::offset' can be const. [functionConst]
firefox-62.0/gfx/skia/skia/src/utils/SkShadowUtils.cpp:188:1: style: The class 'CachedTessellations' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/utils/SkShadowUtils.cpp:214:0: style: The class 'Set < AmbientVerticesFactory , 4 >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/utils/SkShadowUtils.cpp:214:0: style: The class 'Set < SpotVerticesFactory , 4 >' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/skia/skia/src/utils/SkShadowUtils.cpp:372:9: performance: Technically the member function '::ShadowedPath::keyBytes' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/utils/SkShadowUtils.cpp:373:10: performance: Technically the member function '::ShadowedPath::writeKey' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/utils/SkShadowUtils.cpp:374:10: performance: Technically the member function '::ShadowedPath::isRRect' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:40:18: warning: Invalid test for overflow 'text>start+lengthBreak'. Condition is always false unless there is overflow, and overflow is undefined behaviour. [invalidTestForOverflow]
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:47:38: style: Same expression on both sides of '-' because the value of 'text' and 'prevText' are the same. [duplicateExpression]
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:31:32: note: 'prevText' is assigned value 'text' here.
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:47:38: note: Same expression on both sides of '-' because the value of 'text' and 'prevText' are the same.
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:52:34: style: Same expression on both sides of '>' because the value of 'prevText' and 'start' are the same. [duplicateExpression]
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:31:32: note: 'prevText' is assigned value 'text' here.
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:23:25: note: 'start' is assigned value 'text' here.
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:52:34: note: Same expression on both sides of '>' because the value of 'prevText' and 'start' are the same.
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:63:31: style: Same expression on both sides of '-' because the value of 'text' and 'start' are the same. [duplicateExpression]
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:23:25: note: 'start' is assigned value 'text' here.
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:63:31: note: Same expression on both sides of '-' because the value of 'text' and 'start' are the same.
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:68:32: style: Same expression on both sides of '-' because the value of 'text' and 'start' are the same. [duplicateExpression]
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:23:25: note: 'start' is assigned value 'text' here.
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:68:32: note: Same expression on both sides of '-' because the value of 'text' and 'start' are the same.
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:79:31: style: Same expression on both sides of '-' because the value of 'text' and 'start' are the same. [duplicateExpression]
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:23:25: note: 'start' is assigned value 'text' here.
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:79:31: note: Same expression on both sides of '-' because the value of 'text' and 'start' are the same.
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:84:32: style: Same expression on both sides of '-' because the value of 'text' and 'start' are the same. [duplicateExpression]
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:23:25: note: 'start' is assigned value 'text' here.
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:84:32: note: Same expression on both sides of '-' because the value of 'text' and 'start' are the same.
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:95:17: style: Same expression on both sides of '-' because the value of 'text' and 'start' are the same. [duplicateExpression]
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:23:25: note: 'start' is assigned value 'text' here.
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:95:17: note: Same expression on both sides of '-' because the value of 'text' and 'start' are the same.
firefox-62.0/gfx/skia/skia/src/utils/SkTextBox.cpp:246:5: style: Class 'CanvasVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/views/SkEventSink.cpp:16:9: performance: Variable 'fNextSinkID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/skia/skia/src/xml/SkDOM.cpp:189:5: warning: Member variable 'SkDOMParser::fElemName' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/xml/SkDOM.cpp:189:5: warning: Member variable 'SkDOMParser::fElemType' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/skia/skia/src/xml/SkXMLParser.h:56:5: style: Class 'SkXMLParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/xml/SkXMLWriter.h:66:5: style: Class 'SkXMLStreamWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/xml/SkXMLWriter.h:82:5: style: Class 'SkXMLParserWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/xml/SkDOM.cpp:189:5: style: Class 'SkDOMParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/xml/SkXMLParser.cpp:184:44: style: Function 'GetNativeErrorString' argument 1 names different: declaration 'nativeErrorCode' definition 'error'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/xml/SkXMLParser.h:65:42: note: Function 'GetNativeErrorString' argument 1 names different: declaration 'nativeErrorCode' definition 'error'.
firefox-62.0/gfx/skia/skia/src/xml/SkXMLParser.cpp:184:44: note: Function 'GetNativeErrorString' argument 1 names different: declaration 'nativeErrorCode' definition 'error'.
firefox-62.0/gfx/skia/skia/src/xml/SkXMLParser.cpp:65:5: style: Struct 'ParsingContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/skia/skia/src/xml/SkXMLWriter.cpp:82:43: style: Function 'startElement' argument 1 names different: declaration 'elem' definition 'name'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/xml/SkXMLWriter.h:30:37: note: Function 'startElement' argument 1 names different: declaration 'elem' definition 'name'.
firefox-62.0/gfx/skia/skia/src/xml/SkXMLWriter.cpp:82:43: note: Function 'startElement' argument 1 names different: declaration 'elem' definition 'name'.
firefox-62.0/gfx/skia/skia/src/xml/SkXMLWriter.cpp:240:54: style: Function 'onStartElementLen' argument 1 names different: declaration 'elem' definition 'name'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/xml/SkXMLWriter.h:71:39: note: Function 'onStartElementLen' argument 1 names different: declaration 'elem' definition 'name'.
firefox-62.0/gfx/skia/skia/src/xml/SkXMLWriter.cpp:240:54: note: Function 'onStartElementLen' argument 1 names different: declaration 'elem' definition 'name'.
firefox-62.0/gfx/skia/skia/src/xml/SkXMLWriter.cpp:288:54: style: Function 'onStartElementLen' argument 1 names different: declaration 'elem' definition 'name'. [funcArgNamesDifferent]
firefox-62.0/gfx/skia/skia/src/xml/SkXMLWriter.h:85:39: note: Function 'onStartElementLen' argument 1 names different: declaration 'elem' definition 'name'.
firefox-62.0/gfx/skia/skia/src/xml/SkXMLWriter.cpp:288:54: note: Function 'onStartElementLen' argument 1 names different: declaration 'elem' definition 'name'.
firefox-62.0/gfx/skia/skia/src/xml/SkXMLWriter.h:52:10: performance: Technically the member function 'SkXMLWriter::doEnd' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/xml/SkXMLWriter.cpp:56:19: note: Technically the member function 'SkXMLWriter::doEnd' can be static.
firefox-62.0/gfx/skia/skia/src/xml/SkXMLWriter.h:52:10: note: Technically the member function 'SkXMLWriter::doEnd' can be static.
firefox-62.0/gfx/skia/skia/src/xml/SkXMLWriter.h:55:17: performance: Technically the member function 'SkXMLWriter::getHeader' can be static. [functionStatic]
firefox-62.0/gfx/skia/skia/src/xml/SkXMLWriter.cpp:77:26: note: Technically the member function 'SkXMLWriter::getHeader' can be static.
firefox-62.0/gfx/skia/skia/src/xml/SkXMLWriter.h:55:17: note: Technically the member function 'SkXMLWriter::getHeader' can be static.
firefox-62.0/gfx/src/DriverCrashGuard.cpp:460:7: style: Condition '!changed' is always true [knownConditionTrueFalse]
firefox-62.0/gfx/src/DriverCrashGuard.h:111:21: style: Technically the member function 'mozilla::gfx::DriverCrashGuard::GetGuardFile' can be const. [functionConst]
firefox-62.0/gfx/src/DriverCrashGuard.cpp:185:19: note: Technically the member function 'mozilla::gfx::DriverCrashGuard::GetGuardFile' can be const.
firefox-62.0/gfx/src/DriverCrashGuard.h:111:21: note: Technically the member function 'mozilla::gfx::DriverCrashGuard::GetGuardFile' can be const.
firefox-62.0/gfx/src/DriverCrashGuard.h:114:8: performance: Technically the member function 'mozilla::gfx::DriverCrashGuard::FlushPreferences' can be static. [functionStatic]
firefox-62.0/gfx/src/DriverCrashGuard.cpp:382:19: note: Technically the member function 'mozilla::gfx::DriverCrashGuard::FlushPreferences' can be static.
firefox-62.0/gfx/src/DriverCrashGuard.h:114:8: note: Technically the member function 'mozilla::gfx::DriverCrashGuard::FlushPreferences' can be static.
firefox-62.0/gfx/src/DriverCrashGuard.h:142:8: performance: Technically the member function 'mozilla::gfx::D3D11LayersCrashGuard::RecordTelemetry' can be static. [functionStatic]
firefox-62.0/gfx/src/DriverCrashGuard.cpp:483:24: note: Technically the member function 'mozilla::gfx::D3D11LayersCrashGuard::RecordTelemetry' can be static.
firefox-62.0/gfx/src/DriverCrashGuard.h:142:8: note: Technically the member function 'mozilla::gfx::D3D11LayersCrashGuard::RecordTelemetry' can be static.
firefox-62.0/gfx/src/nsRegion.h:2210:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/src/nsRegion.h:2212:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
firefox-62.0/gfx/src/nsRegion.h:97:3: warning: Member variable 'Strip::left' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/src/nsRegion.h:97:3: warning: Member variable 'Strip::right' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/src/nsRegion.h:2602:0: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
firefox-62.0/gfx/src/nsRegion.h:2606:0: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
firefox-62.0/gfx/src/nsRegion.h:514:5: performance: Variable 'mBounds' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/src/nsRegion.h:567:8: performance: Technically the member function 'nsRegion::AssertState' can be static. [functionStatic]
firefox-62.0/gfx/src/nsRegion.h:574:8: performance: Technically the member function 'nsRegion::And' can be static. [functionStatic]
firefox-62.0/gfx/src/nsRegion.h:123:16: style: Struct 'Band' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/src/nsRegion.h:513:16: style: Class 'nsRegion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/src/nsRegion.h:2595:0: style: Class 'mozilla :: gfx :: IntRegionTyped < UnknownUnits >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/src/nsRegion.h:2249:0: style: Class 'mozilla :: gfx :: BaseIntRegion < mozilla :: gfx :: IntRegionTyped < UnknownUnits > , IntRectTyped < UnknownUnits > , IntPointTyped < UnknownUnits > , IntMarginTyped < UnknownUnits > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/src/FilterSupport.cpp:1881:1: warning: The struct 'FilterAttribute' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/src/nsRegion.h:2602:19: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
firefox-62.0/gfx/src/nsRegion.h:2606:19: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
firefox-62.0/gfx/src/TiledRegion.cpp:58:8: style: Technically the member function 'mozilla::gfx::TileIterator::operator!=' can be const. [functionConst]
firefox-62.0/gfx/src/TiledRegion.cpp:59:8: style: Technically the member function 'mozilla::gfx::TileIterator::operator==' can be const. [functionConst]
firefox-62.0/gfx/src/nsRegion.h:2249:16: style: Class 'BaseIntRegion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/src/nsRegion.h:2595:16: style: Class 'IntRegionTyped' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/src/X11Util.h:17:0: error: #error Unknown toolkit [preprocessorErrorDirective]
firefox-62.0/gfx/src/nsColor.cpp:81:31: style: Function 'NS_HexToRGBA' argument 1 names different: declaration 'aBuf' definition 'aColorSpec'. [funcArgNamesDifferent]
firefox-62.0/gfx/src/nsColor.h:73:31: note: Function 'NS_HexToRGBA' argument 1 names different: declaration 'aBuf' definition 'aColorSpec'.
firefox-62.0/gfx/src/nsColor.cpp:81:31: note: Function 'NS_HexToRGBA' argument 1 names different: declaration 'aBuf' definition 'aColorSpec'.
firefox-62.0/gfx/src/nsColor.cpp:139:39: style: Function 'NS_LooseHexToRGB' argument 1 names different: declaration 'aBuf' definition 'aColorSpec'. [funcArgNamesDifferent]
firefox-62.0/gfx/src/nsColor.h:94:39: note: Function 'NS_LooseHexToRGB' argument 1 names different: declaration 'aBuf' definition 'aColorSpec'.
firefox-62.0/gfx/src/nsColor.cpp:139:39: note: Function 'NS_LooseHexToRGB' argument 1 names different: declaration 'aBuf' definition 'aColorSpec'.
firefox-62.0/gfx/src/nsColor.cpp:203:41: style: Function 'NS_ColorNameToRGB' argument 1 names different: declaration 'aBuf' definition 'aColorName'. [funcArgNamesDifferent]
firefox-62.0/gfx/src/nsColor.h:101:41: note: Function 'NS_ColorNameToRGB' argument 1 names different: declaration 'aBuf' definition 'aColorName'.
firefox-62.0/gfx/src/nsColor.cpp:203:41: note: Function 'NS_ColorNameToRGB' argument 1 names different: declaration 'aBuf' definition 'aColorName'.
firefox-62.0/gfx/src/nsDeviceContext.cpp:553:5: style: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/gfx/src/nsDeviceContext.cpp:549:0: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/src/nsDeviceContext.cpp:553:5: note: Variable 'rv' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/src/nsDeviceContext.cpp:490:56: style: Function 'InitForPrinting' argument 1 names different: declaration 'aDevSpec' definition 'aDevice'. [funcArgNamesDifferent]
firefox-62.0/gfx/src/nsDeviceContext.h:66:52: note: Function 'InitForPrinting' argument 1 names different: declaration 'aDevSpec' definition 'aDevice'.
firefox-62.0/gfx/src/nsDeviceContext.cpp:490:56: note: Function 'InitForPrinting' argument 1 names different: declaration 'aDevSpec' definition 'aDevice'.
firefox-62.0/gfx/src/nsDeviceContext.cpp:50:5: warning: Member variable 'nsFontCache::mContext' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/src/nsDeviceContext.h:274:10: style: Technically the member function 'nsDeviceContext::IsPrinterContext' can be const. [functionConst]
firefox-62.0/gfx/src/nsDeviceContext.cpp:266:18: note: Technically the member function 'nsDeviceContext::IsPrinterContext' can be const.
firefox-62.0/gfx/src/nsDeviceContext.h:274:10: note: Technically the member function 'nsDeviceContext::IsPrinterContext' can be const.
firefox-62.0/gfx/src/nsFont.cpp:299:10: performance: Technically the member function 'AddFontVariationsToStyle::VariationTagComparator::Equals' can be static. [functionStatic]
firefox-62.0/gfx/src/nsFontMetrics.cpp:37:9: performance: Variable 'mTextRun' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/src/nsFontMetrics.cpp:48:9: performance: Variable 'mTextRun' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/src/nsFontMetrics.h:71:10: performance: Technically the member function 'nsFontMetrics::Destroy' can be static. [functionStatic]
firefox-62.0/gfx/src/nsFontMetrics.cpp:157:16: note: Technically the member function 'nsFontMetrics::Destroy' can be static.
firefox-62.0/gfx/src/nsFontMetrics.h:71:10: note: Technically the member function 'nsFontMetrics::Destroy' can be static.
firefox-62.0/gfx/src/nsFontMetrics.h:76:13: style: Technically the member function 'nsFontMetrics::XHeight' can be const. [functionConst]
firefox-62.0/gfx/src/nsFontMetrics.cpp:173:16: note: Technically the member function 'nsFontMetrics::XHeight' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:76:13: note: Technically the member function 'nsFontMetrics::XHeight' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:81:13: style: Technically the member function 'nsFontMetrics::CapHeight' can be const. [functionConst]
firefox-62.0/gfx/src/nsFontMetrics.cpp:179:16: note: Technically the member function 'nsFontMetrics::CapHeight' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:81:13: note: Technically the member function 'nsFontMetrics::CapHeight' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:88:13: style: Technically the member function 'nsFontMetrics::SuperscriptOffset' can be const. [functionConst]
firefox-62.0/gfx/src/nsFontMetrics.cpp:185:16: note: Technically the member function 'nsFontMetrics::SuperscriptOffset' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:88:13: note: Technically the member function 'nsFontMetrics::SuperscriptOffset' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:95:13: style: Technically the member function 'nsFontMetrics::SubscriptOffset' can be const. [functionConst]
firefox-62.0/gfx/src/nsFontMetrics.cpp:192:16: note: Technically the member function 'nsFontMetrics::SubscriptOffset' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:95:13: note: Technically the member function 'nsFontMetrics::SubscriptOffset' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:102:10: style: Technically the member function 'nsFontMetrics::GetStrikeout' can be const. [functionConst]
firefox-62.0/gfx/src/nsFontMetrics.cpp:199:16: note: Technically the member function 'nsFontMetrics::GetStrikeout' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:102:10: note: Technically the member function 'nsFontMetrics::GetStrikeout' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:116:13: style: Technically the member function 'nsFontMetrics::InternalLeading' can be const. [functionConst]
firefox-62.0/gfx/src/nsFontMetrics.cpp:232:16: note: Technically the member function 'nsFontMetrics::InternalLeading' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:116:13: note: Technically the member function 'nsFontMetrics::InternalLeading' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:123:13: style: Technically the member function 'nsFontMetrics::ExternalLeading' can be const. [functionConst]
firefox-62.0/gfx/src/nsFontMetrics.cpp:238:16: note: Technically the member function 'nsFontMetrics::ExternalLeading' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:123:13: note: Technically the member function 'nsFontMetrics::ExternalLeading' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:129:13: style: Technically the member function 'nsFontMetrics::EmHeight' can be const. [functionConst]
firefox-62.0/gfx/src/nsFontMetrics.cpp:244:16: note: Technically the member function 'nsFontMetrics::EmHeight' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:129:13: note: Technically the member function 'nsFontMetrics::EmHeight' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:134:13: style: Technically the member function 'nsFontMetrics::EmAscent' can be const. [functionConst]
firefox-62.0/gfx/src/nsFontMetrics.cpp:250:16: note: Technically the member function 'nsFontMetrics::EmAscent' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:134:13: note: Technically the member function 'nsFontMetrics::EmAscent' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:139:13: style: Technically the member function 'nsFontMetrics::EmDescent' can be const. [functionConst]
firefox-62.0/gfx/src/nsFontMetrics.cpp:256:16: note: Technically the member function 'nsFontMetrics::EmDescent' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:139:13: note: Technically the member function 'nsFontMetrics::EmDescent' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:190:13: style: Technically the member function 'nsFontMetrics::GetMaxStringLength' can be const. [functionConst]
firefox-62.0/gfx/src/nsFontMetrics.cpp:307:16: note: Technically the member function 'nsFontMetrics::GetMaxStringLength' can be const.
firefox-62.0/gfx/src/nsFontMetrics.h:190:13: note: Technically the member function 'nsFontMetrics::GetMaxStringLength' can be const.
firefox-62.0/gfx/src/nsRegion.cpp:603:51: style: Function 'ScaleToNearestPixels' argument 1 names different: declaration 'aXScale' definition 'aScaleX'. [funcArgNamesDifferent]
firefox-62.0/gfx/src/nsRegion.h:1870:42: note: Function 'ScaleToNearestPixels' argument 1 names different: declaration 'aXScale' definition 'aScaleX'.
firefox-62.0/gfx/src/nsRegion.cpp:603:51: note: Function 'ScaleToNearestPixels' argument 1 names different: declaration 'aXScale' definition 'aScaleX'.
firefox-62.0/gfx/src/nsRegion.cpp:603:66: style: Function 'ScaleToNearestPixels' argument 2 names different: declaration 'aYScale' definition 'aScaleY'. [funcArgNamesDifferent]
firefox-62.0/gfx/src/nsRegion.h:1870:57: note: Function 'ScaleToNearestPixels' argument 2 names different: declaration 'aYScale' definition 'aScaleY'.
firefox-62.0/gfx/src/nsRegion.cpp:603:66: note: Function 'ScaleToNearestPixels' argument 2 names different: declaration 'aYScale' definition 'aScaleY'.
firefox-62.0/gfx/src/nsRegion.cpp:615:51: style: Function 'ScaleToOutsidePixels' argument 1 names different: declaration 'aXScale' definition 'aScaleX'. [funcArgNamesDifferent]
firefox-62.0/gfx/src/nsRegion.h:1868:42: note: Function 'ScaleToOutsidePixels' argument 1 names different: declaration 'aXScale' definition 'aScaleX'.
firefox-62.0/gfx/src/nsRegion.cpp:615:51: note: Function 'ScaleToOutsidePixels' argument 1 names different: declaration 'aXScale' definition 'aScaleX'.
firefox-62.0/gfx/src/nsRegion.cpp:615:66: style: Function 'ScaleToOutsidePixels' argument 2 names different: declaration 'aYScale' definition 'aScaleY'. [funcArgNamesDifferent]
firefox-62.0/gfx/src/nsRegion.h:1868:57: note: Function 'ScaleToOutsidePixels' argument 2 names different: declaration 'aYScale' definition 'aScaleY'.
firefox-62.0/gfx/src/nsRegion.cpp:615:66: note: Function 'ScaleToOutsidePixels' argument 2 names different: declaration 'aYScale' definition 'aScaleY'.
firefox-62.0/gfx/src/nsRegion.cpp:627:50: style: Function 'ScaleToInsidePixels' argument 1 names different: declaration 'aXScale' definition 'aScaleX'. [funcArgNamesDifferent]
firefox-62.0/gfx/src/nsRegion.h:1869:41: note: Function 'ScaleToInsidePixels' argument 1 names different: declaration 'aXScale' definition 'aScaleX'.
firefox-62.0/gfx/src/nsRegion.cpp:627:50: note: Function 'ScaleToInsidePixels' argument 1 names different: declaration 'aXScale' definition 'aScaleX'.
firefox-62.0/gfx/src/nsRegion.cpp:627:65: style: Function 'ScaleToInsidePixels' argument 2 names different: declaration 'aYScale' definition 'aScaleY'. [funcArgNamesDifferent]
firefox-62.0/gfx/src/nsRegion.h:1869:56: note: Function 'ScaleToInsidePixels' argument 2 names different: declaration 'aYScale' definition 'aScaleY'.
firefox-62.0/gfx/src/nsRegion.cpp:627:65: note: Function 'ScaleToInsidePixels' argument 2 names different: declaration 'aYScale' definition 'aScaleY'.
firefox-62.0/gfx/src/nsRegion.cpp:1006:38: performance: Function parameter 'aObjName' should be passed by const reference. [passedByValue]
firefox-62.0/gfx/src/nsRegion.cpp:169:23: warning: Iterators to containers from different expressions 'mBands[idx].mStrips' and 'mBands[oldIdx].mStrips' are used together. [mismatchingContainerExpression]
firefox-62.0/gfx/tests/gtest/TestArena.cpp:100:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/tests/gtest/TestArena.cpp:101:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/tests/gtest/TestArena.cpp:103:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/tests/gtest/TestArena.cpp:104:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/tests/gtest/TestArena.cpp:105:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/tests/gtest/TestArena.cpp:107:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/tests/gtest/TestArena.cpp:108:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/tests/gtest/TestArena.cpp:110:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/tests/gtest/TestArena.cpp:111:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/tests/gtest/TestArena.cpp:112:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/tests/gtest/TestArena.cpp:125:6: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/tests/gtest/TestArena.cpp:63:12: warning: Member variable 'BigStruct::data' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/tests/gtest/TestGfxWidgets.cpp:68:41: style: Same expression on both sides of '<'. [duplicateExpression]
firefox-62.0/gfx/tests/gtest/TextureHelper.h:85:7: style: Condition 'data' is always false [knownConditionTrueFalse]
firefox-62.0/gfx/tests/gtest/TextureHelper.h:35:23: note: Assignment 'data=nullptr', assigned value is 0
firefox-62.0/gfx/tests/gtest/TextureHelper.h:85:7: note: Condition 'data' is always false
firefox-62.0/gfx/tests/gtest/TextureHelper.h:125:7: style: Condition '!data' is always true [knownConditionTrueFalse]
firefox-62.0/gfx/tests/gtest/TextureHelper.h:99:23: note: Assignment 'data=nullptr', assigned value is 0
firefox-62.0/gfx/tests/gtest/TextureHelper.h:125:7: note: Condition '!data' is always true
firefox-62.0/gfx/tests/gtest/TextureHelper.h:59:3: style: Variable 'clientData.mCrSkip' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/gfx/tests/gtest/TextureHelper.h:58:3: note: Variable 'clientData.mCrSkip' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/tests/gtest/TextureHelper.h:59:3: note: Variable 'clientData.mCrSkip' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/tests/gtest/TextureHelper.h:61:3: style: Variable 'clientData.mPicX' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/gfx/tests/gtest/TextureHelper.h:60:3: note: Variable 'clientData.mPicX' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/tests/gtest/TextureHelper.h:61:3: note: Variable 'clientData.mPicX' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/tests/gtest/TestTextures.cpp:273:3: style: Variable 'clientData.mCrSkip' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/gfx/tests/gtest/TestTextures.cpp:272:3: note: Variable 'clientData.mCrSkip' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/tests/gtest/TestTextures.cpp:273:3: note: Variable 'clientData.mCrSkip' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/tests/gtest/TestTextures.cpp:275:3: style: Variable 'clientData.mPicX' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/gfx/tests/gtest/TestTextures.cpp:274:3: note: Variable 'clientData.mPicX' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/tests/gtest/TestTextures.cpp:275:3: note: Variable 'clientData.mPicX' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:33:10: performance: Technically the member function 'TestNodeBase::SetActualTraversalRank' can be static. [functionStatic]
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:224:23: note: Technically the member function 'TestNodeBase::SetActualTraversalRank' can be static.
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:33:10: note: Technically the member function 'TestNodeBase::SetActualTraversalRank' can be static.
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:34:10: performance: Technically the member function 'TestNodeBase::SetValue' can be static. [functionStatic]
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:266:23: note: Technically the member function 'TestNodeBase::SetValue' can be static.
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:34:10: note: Technically the member function 'TestNodeBase::SetValue' can be static.
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:35:10: performance: Technically the member function 'TestNodeBase::SetType' can be static. [functionStatic]
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:242:23: note: Technically the member function 'TestNodeBase::SetType' can be static.
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:35:10: note: Technically the member function 'TestNodeBase::SetType' can be static.
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:36:10: performance: Technically the member function 'TestNodeBase::SetRegion' can be static. [functionStatic]
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:254:23: note: Technically the member function 'TestNodeBase::SetRegion' can be static.
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:36:10: note: Technically the member function 'TestNodeBase::SetRegion' can be static.
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:37:9: performance: Technically the member function 'TestNodeBase::GetExpectedTraversalRank' can be static. [functionStatic]
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:230:22: note: Technically the member function 'TestNodeBase::GetExpectedTraversalRank' can be static.
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:37:9: note: Technically the member function 'TestNodeBase::GetExpectedTraversalRank' can be static.
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:38:9: performance: Technically the member function 'TestNodeBase::GetActualTraversalRank' can be static. [functionStatic]
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:218:22: note: Technically the member function 'TestNodeBase::GetActualTraversalRank' can be static.
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:38:9: note: Technically the member function 'TestNodeBase::GetActualTraversalRank' can be static.
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:39:9: performance: Technically the member function 'TestNodeBase::GetValue' can be static. [functionStatic]
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:260:22: note: Technically the member function 'TestNodeBase::GetValue' can be static.
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:39:9: note: Technically the member function 'TestNodeBase::GetValue' can be static.
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:40:7: performance: Technically the member function 'TestNodeBase::GetType' can be static. [functionStatic]
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:236:20: note: Technically the member function 'TestNodeBase::GetType' can be static.
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:40:7: note: Technically the member function 'TestNodeBase::GetType' can be static.
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:41:14: performance: Technically the member function 'TestNodeBase::GetRegion' can be static. [functionStatic]
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:248:27: note: Technically the member function 'TestNodeBase::GetRegion' can be static.
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:41:14: note: Technically the member function 'TestNodeBase::GetRegion' can be static.
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:1275:8: style: Technically the member function 'AssignSearchNodeTypesAllHay::operator()' can be const. [functionConst]
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:61:10: style: The function 'IsLeaf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:42:18: note: Virtual function in base class
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:61:10: note: Function in derived class
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:78:10: style: The function 'IsLeaf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:42:18: note: Virtual function in base class
firefox-62.0/gfx/tests/gtest/TestTreeTraversal.cpp:78:10: note: Function in derived class
firefox-62.0/gfx/tests/gtest/gfxSurfaceRefCountTest.cpp:75:5: style: Variable 's' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/gfx/tests/gtest/gfxSurfaceRefCountTest.cpp:70:5: note: Variable 's' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/tests/gtest/gfxSurfaceRefCountTest.cpp:75:5: note: Variable 's' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/tests/gtest/gfxSurfaceRefCountTest.cpp:124:5: style: Variable 's' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/gfx/tests/gtest/gfxSurfaceRefCountTest.cpp:119:5: note: Variable 's' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/tests/gtest/gfxSurfaceRefCountTest.cpp:124:5: note: Variable 's' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/thebes/gfxWindowsPlatform.h:196:7: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn]
firefox-62.0/gfx/thebes/gfxWindowsPlatform.h:115:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/thebes/gfxFont.h:209:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/gfx/thebes/gfxFont.h:210:15: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/gfx/thebes/gfxFont.h:224:15: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/gfx/thebes/gfxFont.h:225:15: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
firefox-62.0/gfx/thebes/gfxFontFamilyList.h:283:14: warning: Member variable 'FontFamilyList::mDefaultFontType' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxSkipChars.h:206:5: warning: Member variable 'gfxSkipCharsIterator::mOriginalStringOffset' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxSkipChars.h:206:5: warning: Member variable 'gfxSkipCharsIterator::mSkippedStringOffset' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxSkipChars.h:206:5: warning: Member variable 'gfxSkipCharsIterator::mCurrentRangeIndex' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxSkipChars.h:206:5: warning: Member variable 'gfxSkipCharsIterator::mOriginalStringToSkipCharsOffset' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxFontUtils.h:462:5: warning: Member variable 'AutoSwap_PRUint24::value' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/thebes/gfxFontFeatures.h:115:9: warning: Member variable 'FeatureValueHashEntry::mValues' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxFont.h:781:5: style: The class 'CompressedGlyph' does not have a constructor although it has private member variables. [noConstructor]
firefox-62.0/gfx/thebes/gfxFont.h:2234:9: warning: Member variable 'CacheHashEntry::mShapedWord' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxFontFamilyList.h:66:9: performance: Variable 'mName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/thebes/gfxFontFamilyList.h:81:9: performance: Variable 'mName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/thebes/gfxSkipChars.h:213:10: style: Technically the member function 'gfxSkipCharsIterator::IsInitialized' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxPlatform.h:283:10: style: Technically the member function 'gfxPlatform::SupportsAzureContentForType' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxPlatform.h:310:31: style: Technically the member function 'gfxPlatform::GetSoftwareBackend' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxPlatform.h:323:31: style: Technically the member function 'gfxPlatform::GetFallbackCanvasBackend' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxASurface.h:139:20: style: Technically the member function 'gfxASurface::GetOpaqueRect' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxFontEntry.h:732:21: style: Technically the member function 'gfxFontFamily::Name' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxFontEntry.h:777:10: style: Technically the member function 'gfxFontFamily::HasStyles' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxFont.h:1232:18: performance: Technically the member function 'gfxShapedText::DetailedGlyphStore::CompareToOffset::Equals' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxFont.h:1235:18: performance: Technically the member function 'gfxShapedText::DetailedGlyphStore::CompareToOffset::LessThan' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxFont.h:1241:18: performance: Technically the member function 'gfxShapedText::DetailedGlyphStore::CompareRecordOffsets::Equals' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxFont.h:1244:18: performance: Technically the member function 'gfxShapedText::DetailedGlyphStore::CompareRecordOffsets::LessThan' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxFont.h:1356:10: style: Technically the member function 'gfxShapedWord::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxFont.h:1496:13: style: Technically the member function 'gfxFont::GetRefCount' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxFont.h:1810:10: performance: Technically the member function 'gfxFont::NotifyLineBreaksChanged' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxFont.h:1839:14: style: Technically the member function 'gfxFont::GetSyntheticBoldOffset' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxFont.h:1953:10: style: Technically the member function 'gfxFont::KerningDisabled' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxFont.h:1970:14: performance: Technically the member function 'gfxFont::GlyphChangeObserver::ForgetFont' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxUserFontSet.h:299:14: style: Technically the member function 'gfxUserFontSet::GetGeneration' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxUserFontSet.h:307:14: style: Technically the member function 'gfxUserFontSet::GetRebuildGeneration' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxUserFontSet.h:620:10: performance: Technically the member function 'gfxUserFontEntry::SetLoader' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxUserFontSet.h:623:14: style: Technically the member function 'gfxUserFontEntry::GetSrcIndex' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxWindowsPlatform.h:78:5: style: Technically the member function 'DCFromDrawTarget::operatorHDC' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxWindowsPlatform.h:192:17: performance: Technically the member function 'gfxWindowsPlatform::DWriteEnabled' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxFontUtils.h:342:18: style: Struct 'AutoSwap_PRUint16' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/thebes/gfxFontUtils.h:374:18: style: Struct 'AutoSwap_PRInt16' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/thebes/gfxFontUtils.h:401:18: style: Struct 'AutoSwap_PRUint32' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/thebes/gfxFontUtils.h:423:18: style: Struct 'AutoSwap_PRInt32' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/thebes/gfxFontUtils.h:445:18: style: Struct 'AutoSwap_PRUint64' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/thebes/gfxFont.h:295:5: style: Class 'gfxFontCacheExpirationTracker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
firefox-62.0/gfx/thebes/gfxFontFamilyList.h:57:1: warning: The struct 'FontFamilyName' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/thebes/gfxFontFamilyList.h:256:1: warning: The class 'FontFamilyList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/thebes/gfxSkipChars.h:164:1: warning: The class 'gfxSkipCharsIterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/thebes/gfxFontUtils.h:30:1: warning: The class 'gfxSparseBitSet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/thebes/gfxFontUtils.h:36:5: warning: The struct 'Block' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/thebes/gfxFontFeatures.h:91:5: warning: The struct 'FeatureValueHashKey' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/thebes/gfxFontFeatures.h:109:5: warning: The class 'FeatureValueHashEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/thebes/gfxFontEntry.h:935:1: warning: The struct 'FamilyAndGeneric' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/thebes/gfxFont.h:2226:5: warning: The class 'CacheHashEntry' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/thebes/gfxWindowsSurface.h:39:43: style: The function 'CreateSimilarSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxASurface.h:82:43: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxWindowsSurface.h:39:43: note: Function in derived class
firefox-62.0/gfx/thebes/gfxWindowsSurface.h:48:39: style: The function 'GetAsImageSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxASurface.h:90:47: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxWindowsSurface.h:48:39: note: Function in derived class
firefox-62.0/gfx/thebes/gfxWindowsSurface.h:50:33: style: The function 'GetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxASurface.h:133:41: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxWindowsSurface.h:50:33: note: Function in derived class
firefox-62.0/gfx/thebes/gfxFontEntry.h:629:41: warning: Access of moved variable 'toMove'. [accessMoved]
firefox-62.0/gfx/thebes/gfxFontEntry.h:628:24: note: Calling std::move(toMove)
firefox-62.0/gfx/thebes/gfxFontEntry.h:629:41: note: $symbol:toMove
Access of moved variable '$symbol'.
firefox-62.0/gfx/thebes/gfxFontEntry.h:630:31: warning: Access of moved variable 'toMove'. [accessMoved]
firefox-62.0/gfx/thebes/gfxFontEntry.h:628:24: note: Calling std::move(toMove)
firefox-62.0/gfx/thebes/gfxFontEntry.h:630:31: note: $symbol:toMove
Access of moved variable '$symbol'.
firefox-62.0/gfx/thebes/gfxFontEntry.h:632:13: warning: Access of moved variable 'toMove'. [accessMoved]
firefox-62.0/gfx/thebes/gfxFontEntry.h:628:24: note: Calling std::move(toMove)
firefox-62.0/gfx/thebes/gfxFontEntry.h:632:13: note: $symbol:toMove
Access of moved variable '$symbol'.
firefox-62.0/gfx/thebes/gfxFontEntry.h:633:13: warning: Access of moved variable 'toMove'. [accessMoved]
firefox-62.0/gfx/thebes/gfxFontEntry.h:628:24: note: Calling std::move(toMove)
firefox-62.0/gfx/thebes/gfxFontEntry.h:633:13: note: $symbol:toMove
Access of moved variable '$symbol'.
firefox-62.0/gfx/thebes/PrintTargetEMF.h:58:8: style: The function 'IsSyncPagePrinting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/PrintTarget.h:148:16: note: Virtual function in base class
firefox-62.0/gfx/thebes/PrintTargetEMF.h:58:8: note: Function in derived class
firefox-62.0/gfx/thebes/PrintTargetPDF.h:27:16: warning: Virtual function 'Finish' is called from destructor '~PrintTargetPDF()' at line 46. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/gfx/thebes/PrintTargetPDF.cpp:46:3: note: Calling Finish
firefox-62.0/gfx/thebes/PrintTargetPDF.h:27:16: note: Finish is a virtual method
firefox-62.0/gfx/thebes/PrintTargetPS.h:36:16: warning: Virtual function 'Finish' is called from destructor '~PrintTargetPS()' at line 48. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/gfx/thebes/PrintTargetPS.cpp:48:3: note: Calling Finish
firefox-62.0/gfx/thebes/PrintTargetPS.h:36:16: note: Finish is a virtual method
firefox-62.0/gfx/thebes/PrintTargetSkPDF.cpp:15:19: warning: Member variable 'PrintTargetSkPDF::mRefCanvas' is not initialized in the constructor. [uninitMemberVarPrivate]
firefox-62.0/gfx/thebes/PrintTargetSkPDF.h:37:16: warning: Virtual function 'Finish' is called from destructor '~PrintTargetSkPDF()' at line 25. Dynamic binding is not used. [virtualCallInConstructor]
firefox-62.0/gfx/thebes/PrintTargetSkPDF.cpp:25:3: note: Calling Finish
firefox-62.0/gfx/thebes/PrintTargetSkPDF.h:37:16: note: Finish is a virtual method
firefox-62.0/gfx/thebes/SoftwareVsyncSource.cpp:33:3: style: Class 'SoftwareDisplay' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
firefox-62.0/gfx/thebes/SoftwareVsyncSource.cpp:33:3: style: Class 'SoftwareDisplay' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
firefox-62.0/gfx/thebes/VsyncSource.h:47:43: style: Technically the member function 'mozilla::gfx::VsyncSource::Display::GetRefreshTimerVsyncDispatcher' can be const. [functionConst]
firefox-62.0/gfx/thebes/VsyncSource.cpp:141:23: note: Technically the member function 'mozilla::gfx::VsyncSource::Display::GetRefreshTimerVsyncDispatcher' can be const.
firefox-62.0/gfx/thebes/VsyncSource.h:47:43: note: Technically the member function 'mozilla::gfx::VsyncSource::Display::GetRefreshTimerVsyncDispatcher' can be const.
firefox-62.0/gfx/thebes/gfxASurface.cpp:115:25: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/thebes/gfxASurface.cpp:125:12: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/thebes/gfxAlphaRecovery.cpp:14:49: style: Function 'RecoverAlpha' argument 1 names different: declaration 'blackSurface' definition 'blackSurf'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxAlphaRecovery.h:33:48: note: Function 'RecoverAlpha' argument 1 names different: declaration 'blackSurface' definition 'blackSurf'.
firefox-62.0/gfx/thebes/gfxAlphaRecovery.cpp:14:49: note: Function 'RecoverAlpha' argument 1 names different: declaration 'blackSurface' definition 'blackSurf'.
firefox-62.0/gfx/thebes/gfxAlphaRecovery.cpp:15:55: style: Function 'RecoverAlpha' argument 2 names different: declaration 'whiteSurface' definition 'whiteSurf'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxAlphaRecovery.h:34:56: note: Function 'RecoverAlpha' argument 2 names different: declaration 'whiteSurface' definition 'whiteSurf'.
firefox-62.0/gfx/thebes/gfxAlphaRecovery.cpp:15:55: note: Function 'RecoverAlpha' argument 2 names different: declaration 'whiteSurface' definition 'whiteSurf'.
firefox-62.0/gfx/thebes/gfxAndroidPlatform.h:27:16: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/thebes/gfxFontInfoLoader.h:27:9: performance: Variable 'mFullName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/thebes/gfxFontInfoLoader.h:28:9: performance: Variable 'mPostscriptName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/thebes/gfxFontInfoLoader.h:29:9: performance: Variable 'mCharacterMap' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/thebes/gfxAndroidPlatform.h:37:10: performance: Technically the member function 'gfxAndroidPlatform::GetSystemFontList' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxAndroidPlatform.cpp:232:21: note: Technically the member function 'gfxAndroidPlatform::GetSystemFontList' can be static.
firefox-62.0/gfx/thebes/gfxAndroidPlatform.h:37:10: note: Technically the member function 'gfxAndroidPlatform::GetSystemFontList' can be static.
firefox-62.0/gfx/thebes/gfxFontInfoLoader.h:187:14: style: Technically the member function 'gfxFontInfoLoader::GetInterval' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxPlatformFontList.h:185:10: style: Technically the member function 'gfxPlatformFontList::NeedFullnamePostscriptNames' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxPlatformFontList.h:258:10: style: Technically the member function 'gfxPlatformFontList::GetFontlistInitInfo' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxPlatformFontList.h:503:10: performance: Technically the member function 'gfxPlatformFontList::ForceGlobalReflow' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxTextRun.h:99:10: style: Technically the member function 'gfxTextRun::operatordelete' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxTextRun.h:484:25: performance: Technically the member function 'gfxTextRun::GlyphRunIterator::GetGlyphRun' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxTextRun.h:485:18: performance: Technically the member function 'gfxTextRun::GlyphRunIterator::GetStringStart' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxTextRun.h:486:18: performance: Technically the member function 'gfxTextRun::GlyphRunIterator::GetStringEnd' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxTextRun.h:499:14: performance: Technically the member function 'gfxTextRun::GlyphRunOffsetComparator::Equals' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxTextRun.h:505:14: performance: Technically the member function 'gfxTextRun::GlyphRunOffsetComparator::LessThan' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxFontInfoLoader.h:23:1: warning: The struct 'FontFaceData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
firefox-62.0/gfx/thebes/gfxTextRun.h:548:28: style: The function 'GetCharacterGlyphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxFont.h:1009:36: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxTextRun.h:548:28: note: Function in derived class
firefox-62.0/gfx/thebes/gfxAndroidPlatform.cpp:326:10: style: The function 'Display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/VsyncSource.h:35:16: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxAndroidPlatform.cpp:326:10: note: Function in derived class
firefox-62.0/gfx/thebes/gfxTextRun.h:813:9: warning: Access of moved variable 'mSingleGlyphRun'. [accessMoved]
firefox-62.0/gfx/thebes/gfxTextRun.h:812:24: note: Calling std::move(mSingleGlyphRun)
firefox-62.0/gfx/thebes/gfxTextRun.h:813:9: note: $symbol:mSingleGlyphRun
Access of moved variable '$symbol'.
firefox-62.0/gfx/thebes/gfxBlur.cpp:235:62: style: Function 'CalculateBlurRadius' argument 1 names different: declaration 'aStandardDeviation' definition 'aStd'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxBlur.h:122:70: note: Function 'CalculateBlurRadius' argument 1 names different: declaration 'aStandardDeviation' definition 'aStd'.
firefox-62.0/gfx/thebes/gfxBlur.cpp:235:62: note: Function 'CalculateBlurRadius' argument 1 names different: declaration 'aStandardDeviation' definition 'aStd'.
firefox-62.0/gfx/thebes/gfxContext.cpp:306:39: style: Function 'Multiply' argument 1 names different: declaration 'other' definition 'matrix'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxContext.h:166:36: note: Function 'Multiply' argument 1 names different: declaration 'other' definition 'matrix'.
firefox-62.0/gfx/thebes/gfxContext.cpp:306:39: note: Function 'Multiply' argument 1 names different: declaration 'other' definition 'matrix'.
firefox-62.0/gfx/thebes/gfxCoreTextShaper.cpp:282:5: style: Variable 'glyphs' is reassigned a value before the old one has been used. [redundantAssignment]
firefox-62.0/gfx/thebes/gfxCoreTextShaper.cpp:270:0: note: Variable 'glyphs' is reassigned a value before the old one has been used.
firefox-62.0/gfx/thebes/gfxCoreTextShaper.cpp:282:5: note: Variable 'glyphs' is reassigned a value before the old one has been used.
firefox-62.0/gfx/thebes/gfxCoreTextShaper.h:60:15: performance: Technically the member function 'gfxCoreTextShaper::CreateCTFontWithFeatures' can be static. [functionStatic]
firefox-62.0/gfx/thebes/gfxCoreTextShaper.cpp:666:20: note: Technically the member function 'gfxCoreTextShaper::CreateCTFontWithFeatures' can be static.
firefox-62.0/gfx/thebes/gfxCoreTextShaper.h:60:15: note: Technically the member function 'gfxCoreTextShaper::CreateCTFontWithFeatures' can be static.
firefox-62.0/gfx/thebes/gfxCoreTextShaper.h:63:21: style: Technically the member function 'gfxCoreTextShaper::CreateAttrDict' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxCoreTextShaper.cpp:26:20: note: Technically the member function 'gfxCoreTextShaper::CreateAttrDict' can be const.
firefox-62.0/gfx/thebes/gfxCoreTextShaper.h:63:21: note: Technically the member function 'gfxCoreTextShaper::CreateAttrDict' can be const.
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:267:9: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:265:0: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:267:9: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/thebes/gfxDWriteFontList.cpp:1538:5: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
firefox-62.0/gfx/thebes/gfxDWriteFontList.cpp:1535:0: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/thebes/gfxDWriteFontList.cpp:1538:5: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
firefox-62.0/gfx/thebes/gfxDWriteFontList.cpp:1277:18: style: The scope of the variable 'nameIndex' can be reduced. [variableScope]
firefox-62.0/gfx/thebes/gfxDWriteFontList.cpp:504:43: style: Function 'GetFontTable' argument 1 names different: declaration 'aTableTag' definition 'aTag'. [funcArgNamesDifferent]
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:195:46: note: Function 'GetFontTable' argument 1 names different: declaration 'aTableTag' definition 'aTag'.
firefox-62.0/gfx/thebes/gfxDWriteFontList.cpp:504:43: note: Function 'GetFontTable' argument 1 names different: declaration 'aTableTag' definition 'aTag'.
firefox-62.0/gfx/thebes/gfxDWriteFontList.cpp:930:20: warning: Member variable 'gfxDWriteFontList::mGDIFontTableAccess' is not initialized in the constructor. [uninitMemberVar]
firefox-62.0/gfx/thebes/gfxGDIFontList.h:22:9: performance: Variable 'mDC' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/thebes/gfxGDIFontList.h:43:9: performance: Variable 'mFont' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/thebes/gfxGDIFontList.h:56:9: performance: Variable 'mDC' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/thebes/gfxGDIFontList.h:57:9: performance: Variable 'mFont' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/thebes/gfxGDIFontList.h:58:9: performance: Variable 'mOldFont' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:206:10: style: Technically the member function 'gfxDWriteFontEntry::GetForceGDIClassic' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:427:10: style: Technically the member function 'gfxDWriteFontList::UseGDIFontTableAccess' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:435:14: style: Technically the member function 'gfxDWriteFontList::GetForceGDIClassicMaxFontSize' can be const. [functionConst]
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:83:10: style: The function 'FilterForFontList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxFontEntry.h:882:18: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:83:10: note: Function in derived class
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:197:14: style: The function 'ReadCMAP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxFontEntry.h:227:22: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:197:14: note: Function in derived class
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:208:18: style: The function 'AddSizeOfExcludingThis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxFontEntry.h:350:18: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:208:18: note: Function in derived class
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:210:18: style: The function 'AddSizeOfIncludingThis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxFontEntry.h:352:18: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:210:18: note: Function in derived class
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:220:22: style: The function 'CreateFontInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxFontEntry.h:505:22: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:220:22: note: Function in derived class
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:423:10: style: The function 'GetStandardFamilyName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxPlatformFontList.h:224:18: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:423:10: note: Function in derived class
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:437:18: style: The function 'AddSizeOfExcludingThis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxPlatformFontList.h:232:18: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:437:18: note: Function in derived class
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:439:18: style: The function 'AddSizeOfIncludingThis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxPlatformFontList.h:234:18: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:439:18: note: Function in derived class
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:461:18: style: The function 'UsesSystemFallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxPlatformFontList.h:456:18: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:461:18: note: Function in derived class
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:482:44: style: The function 'CreateFontInfoData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxFontInfoLoader.h:209:44: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxDWriteFontList.h:482:44: note: Function in derived class
firefox-62.0/gfx/thebes/gfxGDIFontList.h:155:18: style: The function 'SkipDuringSystemFallback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxFontEntry.h:217:18: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxGDIFontList.h:155:18: note: Function in derived class
firefox-62.0/gfx/thebes/gfxGDIFontList.h:159:18: style: The function 'TestCharacterMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxFontEntry.h:523:18: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxGDIFontList.h:159:18: note: Function in derived class
firefox-62.0/gfx/thebes/gfxGDIFontList.h:161:18: style: The function 'AddSizeOfIncludingThis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxFontEntry.h:352:18: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxGDIFontList.h:161:18: note: Function in derived class
firefox-62.0/gfx/thebes/gfxGDIFontList.h:216:18: style: The function 'FindStyleVariations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxFontEntry.h:822:18: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxGDIFontList.h:216:18: note: Function in derived class
firefox-62.0/gfx/thebes/gfxGDIFontList.h:218:10: style: The function 'FilterForFontList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxFontEntry.h:882:18: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxGDIFontList.h:218:10: note: Function in derived class
firefox-62.0/gfx/thebes/gfxGDIFontList.h:346:18: style: The function 'AddSizeOfExcludingThis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxPlatformFontList.h:232:18: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxGDIFontList.h:346:18: note: Function in derived class
firefox-62.0/gfx/thebes/gfxGDIFontList.h:348:18: style: The function 'AddSizeOfIncludingThis' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxPlatformFontList.h:234:18: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxGDIFontList.h:348:18: note: Function in derived class
firefox-62.0/gfx/thebes/gfxGDIFontList.h:367:44: style: The function 'CreateFontInfoData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxFontInfoLoader.h:209:44: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxGDIFontList.h:367:44: note: Function in derived class
firefox-62.0/gfx/thebes/gfxDWriteFontList.cpp:1658:18: style: The function 'LoadFontFamilyData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
firefox-62.0/gfx/thebes/gfxFontInfoLoader.h:72:18: note: Virtual function in base class
firefox-62.0/gfx/thebes/gfxDWriteFontList.cpp:1658:18: note: Function in derived class
firefox-62.0/gfx/thebes/gfxDWriteFonts.cpp:199:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
firefox-62.0/gfx/thebes/gfxDWriteFonts.cpp:568:14: style: C-style pointer casting [cstyleCast]
firefox-62.0/gfx/thebes/gfxDWriteFonts.cpp:316:13: style: struct member 'SbitLineMetrics::ascender' is never used. [unusedStructMember]
firefox-62.0/gfx/thebes/gfxDWriteFonts.cpp:317:13: style: struct member 'SbitLineMetrics::descender' is never used. [unusedStructMember]
firefox-62.0/gfx/thebes/gfxDWriteFonts.cpp:318:13: style: struct member 'SbitLineMetrics::widthMax' is never used. [unusedStructMember]
firefox-62.0/gfx/thebes/gfxDWriteFonts.cpp:319:13: style: struct member '